@charset "utf-8";
/* version 1.0 | 2019-04-11 */

/********************************************************************************************************
  reset
*********************************************************************************************************/
/*------------------------------------------------------------------------------
  normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css
-------------------------------------------------------------------------------*/
html { line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
article, aside, footer, header, nav, section { display: block; }
h1 { font-size: 2em; margin: 0.67em 0; }
figcaption, figure, main { display: block; }
figure { margin: 1em 40px; }
hr { box-sizing: content-box; height: 0; overflow: visible; }
pre { font-family: monospace, monospace; font-size: 1em; }
a { background-color: transparent; -webkit-text-decoration-skip: objects; text-decoration: none; color: inherit; }
abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }
code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
dfn { font-style: italic; }
mark { background-color: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
audio, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
img { border-style: none; }
svg:not(:root) { overflow: hidden; }
button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; color: inherit; }
button, input { overflow: visible; }
button, select { text-transform: none; cursor: pointer; }
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }
fieldset {  padding: 0.35em 0.75em 0.625em; }
legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
progress { display: inline-block; vertical-align: baseline; }
textarea { overflow: auto; }
[type="checkbox"], [type="radio"] { box-sizing: border-box; padding: 0; }
[type="number"]:-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

[type="date"]:-ms-clear,
[type="month"]:-ms-clear { display: none; }

::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
* { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-tap-highlight-color: transparent; outline: none; }
*:focus { outline: none; }
details, menu { display: block; }
summary { display: list-item; }
caption { position: absolute; left: -9999px; width: 0; height: 0}
canvas { display: inline-block; }
template { display: none; }
[hidden] { display: none; }
/*------------------------------------------------------------------------------
  reset override
-------------------------------------------------------------------------------*/
html { overflow: hidden; height: 100%; font-size: 14px; font-weight: normal; color: #404040; letter-spacing: -0.04em; }
body { height: 100%; }
img { max-width: 100%; height: auto; vertical-align: top; }
button, input, select, textarea { max-width: 100%; padding: 0; border: none; box-sizing: border-box; letter-spacing: inherit; }

[contenteditable], [contenteditable] * {
	-webkit-user-select: text; /* Chrome/Safari */
 	-moz-user-select: text; /* Firefox */
	-ms-user-select: text; /* IE10+ */
  	/* Rules below not implemented in browsers yet */
  	-o-user-select: text;
 	user-select: text;
}

@media (min-width: 720px) { 

}



/********************************************************************************************************
  font
*********************************************************************************************************/
html { font-family: 'Apple SD Gothic Neo', 'Droid Sans', Arial, sans-serif; }


/*------------------------------------------------------------------------------
   fl = float, cb = clear
-------------------------------------------------------------------------------*/
.fl_l { float: left !important; }
.fl_r { float: right !important; }
.cb:after { content: ""; display: block; clear: both; }

/*------------------------------------------------------------------------------
   fw = font-weight, fs = font-size, fc = color, fst = style
-------------------------------------------------------------------------------*/
.fw_b { font-weight: bold !important; }
.fw_n { font-weight: normal !important; }
.fs_12 { font-size: 12px !important; }
.fs_13 { font-size: 13px !important; }
.fs_14 { font-size: 14px !important; }
.fs_18 { font-size: 18px !important; }
.fs_20 { font-size: 20px !important; }
.fs_28 { font-size: 28px !important; }
.fc_303030 { color: #303030 !important; }
.fc_707070 { color: #707070 !important; }
.fc_a0a0a0 { color: #a0a0a0 !important; }
.fc_d5d5d5 { color: #d5d5d5 !important; }
.fc_point01 { color: #eb765f !important; }
.fc_warning { color: #ff0002 !important; }
.fc_blue { color: #1617f2 !important; }
.fst_n { font-style: normal !important; }
.fst_i { font-style: italic !important; }
.fst_u { text-decoration: underline !important;}

/*------------------------------------------------------------------------------
   ta = text-align
-------------------------------------------------------------------------------*/
.ta_l { text-align: left !important; }
.ta_c { text-align: center !important; }
.ta_r { text-align: right !important; }

/*------------------------------------------------------------------------------
   dp = display
-------------------------------------------------------------------------------*/
.dp_n { display: none !important; }
.dp_b { display: block !important; }
.dp_ib { display: inline-block !important; }
.dp_i { display: inline !important; }

/*------------------------------------------------------------------------------
   op = opacity
-------------------------------------------------------------------------------*/
.opacity_100 { opacity: 1 !important;}

.w_full { width: 100% !important; }
.mt_20 { margin-top: 20px !important; }

/********************************************************************************************************
  text & title
*********************************************************************************************************/
/*------------------------------------------------------------------------------
  title
-------------------------------------------------------------------------------*/
h2.page_title { margin: 0; padding: 0; color: #ffffff; font-size: 16px; font-weight: bold; line-height: 100%;  }




/********************************************************************************************************
  form
*********************************************************************************************************/
/*------------------------------------------------------------------------------
  form - selectbox
-------------------------------------------------------------------------------*/
.select_menu_dim { z-index: 490; position: fixed; top: 0; left: 0; width: 100%; height: 1000px; background: none; }
.eb_select { display: inline-block; position: relative; vertical-align: middle; width:135px; height: 40px; padding: 10px 10px 8px; border: solid 1px #c3c6c9; border-radius: 3px; box-sizing: border-box; }
.eb_select .select_subject { width: 100%; min-height: 32px; line-height: 32px; background: url('../image/icon/form_select_arrow.png') right center no-repeat; background-size: 7.5px 4.5px; color: #707070; }
.eb_select .select_menu { display: none; } 
.eb_select .select_menu ul { z-index: 500; position: absolute; top: -3px; left: -1px; margin: 0; min-width: 100%; padding: 10px; border: solid 1px #c8c8c8; border-radius: 3px; background: #ffffff; box-shadow: 1px 3px 3px rgba(0,0,0, 0.1);  }
.eb_select .select_menu ul > li { list-style: none; margin: 0; padding: 8px 10px; font-size: 15px; color: #707070; white-space: nowrap; }
.eb_select .select_menu ul > li span.active { display: inline-block; padding: 0 18px 0 0; background: url('../image/icon/icon_check.png') right center / 10px 8px no-repeat; font-weight: bold; }
.eb_select .select_menu.on { display: block; }
.eb_select select { -webkit-appearance: none; appearance: none; -webkit-box-sizing: border-box; box-sizing: border-box; border: none; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; outline: none; }
.eb_select select { width: 100%; min-height: 32px; background: url('../image/icon/form_select_arrow.png') right center / 7.5px 4.5px no-repeat; color: #707070; vertical-align: middle; }

.form_select { padding-right: 20px; background: url('../image/icon/icon_form_more.png') right center / 10px no-repeat; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

/*------------------------------------------------------------------------------
  form - checkbox
-------------------------------------------------------------------------------*/
.eb_checkbox { display: inline-block; position: relative; vertical-align: middle; font-size: 0; }
.eb_checkbox > input { outline: 0; -webkit-appearance: none; appearance: none; }
.eb_checkbox > input { width: 16px; height: 16px; vertical-align: middle; border-radius: 2px; border: 1px solid rgba(0, 0, 0, 0.1); background-color: #e7eaed; }
.eb_checkbox > label { display: inline-block; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; font-size: 14px; color: #404040; }
/* .eb_checkbox + .eb_checkbox { margin-left: 20px; } */
.eb_checkbox > input + label { margin-left: 6px; }
.eb_checkbox > input:checked { background: url('../image/icon/form_checkbox.png') center / 16px no-repeat; background-color: #2e92e6; }
.eb_checkbox > input:disabled,
.eb_checkbox > input[disabled='disabled'] { opacity: 0.5; }
.eb_checkbox > label > * { pointer-events: none; }

/*------------------------------------------------------------------------------
  form - radio
-------------------------------------------------------------------------------*/
.eb_radio { display: inline-block; position: relative; vertical-align: middle; font-size: 0; }
.eb_radio > input { outline: 0; -webkit-appearance: none; appearance: none; }
.eb_radio > input { width: 16px; height: 16px; vertical-align: middle; border-radius: 50%; border: 1px solid rgba(0, 0, 0, 0.1); background-color: #e7eaed; }
.eb_radio > label { display: inline-block; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; font-size: 14px; color: #404040; }
.eb_radio > input + label { margin-left: 6px; }
.eb_radio > input:checked { background: url('../image/icon/form_radio.png') center / 16px no-repeat; background-color: #2e92e6 ; }
.eb_radio > input:disabled,
.eb_radio > input[disabled='disabled'] { opacity: 0.5; }
.eb_radio > label > * { pointer-events: none; }


/*------------------------------------------------------------------------------
  form - radio_fieldset
-------------------------------------------------------------------------------*/
.eb_radio_fieldset { }
.eb_radio_fieldset ul { margin: 0; padding: 0; list-style: none; font-size: 0; }
.eb_radio_fieldset li { display: inline-block; margin-bottom: 5px; font-size: 1rem; vertical-align: top; }
.eb_radio_fieldset.full_width { padding: 5px 0; }
.eb_radio_fieldset.full_width ul { display: table; width: 100%; max-width: 100%; table-layout: fixed; }
.eb_radio_fieldset.full_width li { display: table-cell; text-align: center; }
.eb_radio_fieldset li label { display: block; padding: 0 0.75em; border: 1px solid rgba(128, 128, 128, 0.2); line-height: 35px; }
.eb_radio_fieldset li:first-child label { border-radius: 3px 0 0 3px; }
.eb_radio_fieldset li:last-child label { border-radius: 0 3px 3px 0; }
.eb_radio_fieldset li input[type="radio"] { position: absolute; left: -9999px; width: 0; height: 0; }
.eb_radio_fieldset li input[type="radio"].disabled + label { background-color: #f0f0f2; color: #a0a0a0; }
.eb_radio_fieldset li input[type="radio"].readonly + label { background-color: #f0f0f2; opacity: 0.6; }
.eb_radio_fieldset li input[type="radio"]:checked + label { border-color: #2e92e6; color: #2e92e6; /*background-color: #2e92e6; color: #fff;*/ font-weight: bold; }



/*------------------------------------------------------------------------------
  form - search_wrap
-------------------------------------------------------------------------------*/
/* 흰색 테마 */
.search_type { display: inline-block; position: relative; width: 100%; height: 40px; vertical-align: middle;  }
.search_type input { outline: 0; -webkit-appearance: none; appearance: none;  }
.search_type input::placeholder { -webkit-text-fill-color: #a0a0a0; color: #a0a0a0; }
.search_type input::-webkit-input-placeholder { -webkit-text-fill-color: #a0a0a0; color: #a0a0a0; }
.search_type input { width: 100%; height: 100%; padding: 0 50px 0 20px; background: #fafafa; border: solid 1px #f5f5f5; border-radius: 3px; font-size: 14px; line-height: 100%; color: #a0a0a0; box-sizing: border-box; }
.search_type .search_btn { position: absolute; top: 0px; right: 0px; width: 40px; height: 40px; background: url('../image/icon/btn_search_black.png') center no-repeat; background-size: 19px 19px; text-indent: -9999px; }
/* 검은색 테마 - 상단 */
.search_type_black { display: inline-block; position: relative; width: 100%; height: 40px; vertical-align: middle;  }
.search_type_black input { outline: 0; -webkit-appearance: none; appearance: none;  }
.search_type_black input::placeholder { -webkit-text-fill-color: #a0a0a0; color: #a0a0a0; }
.search_type_black input::-webkit-input-placeholder { -webkit-text-fill-color: #a0a0a0; color: #a0a0a0; }
.search_type_black input { width: 100%; height: 100%; padding: 0 50px 0 20px; background-color: rgba(0, 0, 0, 0.2); border: solid 1px rgba(0, 0, 0, 0.1); border-radius: 3px; font-size: 14px; line-height: 100%; color: #fff; box-sizing: border-box; }
.search_type_black .search_btn { position: absolute; top: 0px; right: 0px; width: 40px; height: 40px; background: url('../image/icon/btn_search_white.png') center no-repeat; background-size: 19px 19px; text-indent: -9999px; }


.form_select.disabled,
.eb_checkbox.disabled,
.eb_radio.disabled { opacity: 0.4; }



/********************************************************************************************************
  button
*********************************************************************************************************/
/*------------------------------------------------------------------------------
  button - common
-------------------------------------------------------------------------------*/
/* 공통 정의*/
.eb_btn { display: inline-block; position: relative; overflow: hidden; margin: 0; padding: 0; background: none; border: none; border-radius: 0; outline: none; text-align: center; vertical-align: middle; box-sizing: border-box; }

/* 기본버튼  */
.eb_btn.btn_back { width: 44px; height: 44px; background: url('../image/icon/btn_back.png') center no-repeat; background-size: contain; text-indent: -9999px; }
.eb_btn.btn_close { width: 44px; height: 44px; background: url('../image/icon/btn_close.png') center no-repeat; background-size: contain; text-indent: -9999px; }
.eb_btn.btn_add { width: 44px; height: 44px; background: url('../image/icon/btn_org_add.png') center no-repeat; background-size: contain; text-indent: -9999px; }

.eb_btn.btn_menu { width: 44px; height: 44px; background: url('../image/icon/btn_allmenu.png') center no-repeat; background-size: contain; text-indent: -9999px; }
.eb_btn.btn_search { width: 44px; height: 44px; background: url('../image/icon/btn_allsearch.png') center no-repeat; background-size: contain; text-indent: -9999px; }
.eb_btn.btn_search_location { width: 44px; height: 44px; background: url('../image/icon/btn_search_location.png') center no-repeat; background-size: contain; text-indent: -9999px; }
.eb_btn.btn_search_back { width: 44px; height: 44px; background: url('../image/icon/btn_search_back.png') center no-repeat; background-size: contain; text-indent: -9999px; }
.eb_btn.btn_input_reset { width: 44px; height: 44px; background: url('../image/icon/btn_input_reset.png') center no-repeat; background-size: contain; text-indent: -9999px; }
.eb_btn.btn_more { width: 44px; height: 44px; background: url('../image/icon/btn_more.png') center no-repeat; background-size: 19px 14px!important; text-indent: -9999px; }
.eb_btn.btn_search_white { width: 40px; height: 40px; background: url('../image/icon/btn_search_white.png') center no-repeat; background-size: 19px 19px; text-indent: -9999px; }
.eb_btn.btn_search_black { width: 40px; height: 40px; background: url('../image/icon/btn_search_black.png') center no-repeat; background-size: 19px 19px; text-indent: -9999px; }
.eb_btn.btn_configuration { width: 40px; height: 40px; background: url('../image/icon/btn_configuration.png') center no-repeat; background-size: 19px 19px; text-indent: -9999px; }
.eb_btn.btn_filter { width: 44px; height: 44px; background: url('../image/icon/btn_filter.png') center no-repeat; background-size: contain; text-indent: -9999px; }
.eb_btn.btn_setting { width: 18px; height: 18px; background: url('../image/icon/btn_setting.png') center no-repeat; background-size: contain; text-indent: -9999px; }
.eb_btn.btn_notice_more { width: 20px; height: 20px; background: url('../image/icon/btn_more_plus.png') center no-repeat; background-size: contain; text-indent: -9999px; }
.eb_btn.btn_more_dropdown { width: 24px; height: 24px; padding: 5px; background: url('../image/icon/btn_more_dropdown.png') center / 14px no-repeat; text-indent: -9999px; }
.eb_btn.btn_more_dropdown.on { background-image: url('../image/icon/btn_more_dropdown_on.png'); }
.eb_btn.btn_confirm { width: 44px; height: 44px; background: url('../image/icon/btn_confirm.png') center no-repeat; background-size: contain; text-indent: -9999px; }
.eb_btn.btn_download { width: 44px; height: 44px; background: url('../image/icon/btn_download.png') center no-repeat; background-size: contain; text-indent: -9999px; }
.eb_btn.btn_thumb_list { width: 44px; height: 44px; background: url('../image/icon/btn_thumb_list.png') center no-repeat; background-size: contain; text-indent: -9999px; }
.eb_btn.btn_app_ok { width: 44px; height: 44px; background: url('../image/icon/btn_app_ok.png') center no-repeat; background-size: contain; text-indent: -9999px; }
.eb_btn.btn_comment { width: 44px; height: 44px; background: url('../image/icon/icon_comment.png') center no-repeat; background-size: 50%!important; text-indent: -9999px; }
.eb_btn.btn_sort { width: 44px; height: 44px; background: url('../image/icon/icon_list_move.png') center no-repeat; background-size: 16px 14px; text-indent: -9999px; }
.eb_btn.btn_thumb_prev { width: 60px; height: 60px; background: url('../image/icon/btn_thumb_prev.png') center no-repeat; background-size: contain; text-indent: -9999px; }
.eb_btn.btn_thumb_next { width: 60px; height: 60px; background: url('../image/icon/btn_thumb_next.png') center no-repeat; background-size: contain; text-indent: -9999px; }
.eb_btn.btn_accordion { width: 40px; height: 40px; background: url('../image/icon/accordion_arrow.png') center no-repeat; background-size: 11px; text-indent: -9999px; }
.eb_btn.btn_configuration_w { width: 44px; height: 44px; background: url('../image/icon/btn_configuration_w.png') center no-repeat; background-size: contain; text-indent: -9999px; }
.eb_btn.btn_att_w { width: 44px; height: 44px; background: url('../image/icon/btn_att_w.png') center no-repeat; background-size: contain; text-indent: -9999px; }
.eb_btn.btn_req { width: 44px; height: 44px; background: url('../image/icon/btn_confirm.png') center no-repeat; background-size: contain; text-indent: -9999px; }

.btn_line { margin-left: 2px; margin-top: -2px; padding: 4px 5px 4px 3px; border: 1px solid #c3c6c9; background-color: #fff; color: #707070; font-size: 0.85em; border-radius: 3px; vertical-align: top; letter-spacing: -0.08em; }

/* 확인버튼 */
.eb_btn.btn_normal { width: 100%; height: 50px; background: #31364c; color: #ffffff; font-size: 15px; }
.eb_btn.btn_normal.disabled { background: #f0f0f0; color: #d5d5d5; }
.eb_btn.btn_normal.line { width: 100%; height: 50px; background: #ffffff; color: #31364c; font-size: 15px; border: 1px solid #31364c }
/* 작은버튼 */
.eb_btn.btn_small { min-width: 40px; height:35px; color: #7c7c7c; border: solid 1px #e4e6e9; border-radius: 3px; font-size: 14px; padding: 0 10px}
.eb_btn.btn_small.disabled { opacity: 0.7}
.eb_btn.btn_small.btn_color {background: #ff624c; border: 1px solid #ff624c; color: #ffffff; }

/* 메인상단 원형 버튼 */
.eb_btn.btn_circle { width: 40px; height: 40px; background-color: rgba(0, 0, 0, 0.2); border-radius: 100%; background-repeat: no-repeat; background-position: center top; background-size: contain; text-indent: -9999px}
.eb_btn.btn_circle.btn_mail { background-image: url('../image/icon/btn_circle_menu_mail.png'); }
.eb_btn.btn_circle.btn_approval { background-image: url('../image/icon/btn_circle_menu_abb.png'); }
.eb_btn.btn_circle.btn_document { background-image: url('../image/icon/btn_circle_menu_document.png'); }
.eb_btn.btn_circle.btn_set { background-image: url('../image/icon/btn_circle_menu_set.png'); }
.eb_btn.btn_circle.btn_schedule_shared { background-image: url('../image/icon/btn_circle_menu_schedule_shared.png'); }

/* 전체메뉴 안 버튼 */
.eb_btn.btn_menu_close { width: 40px; height: 40px; background: url('../image/icon/btn_menu_close.png') center no-repeat; background-size: 13px 13px; text-indent: -9999px; }
.eb_btn.btn_menu_logout { min-width:40px; height: 20px; padding: 0 7px; background: #e5e5e5; border-radius: 20px; font-size: 11px; color: #707070; }

/* 삭제버튼 */
.eb_btn.btn_del { width: 14px; height: 14px; background: url('../image/icon/btn_del.png') center no-repeat; background-size: 8px; font-size: 0; }
.eb_btn.btn_more_v { width: 14px; height: 14px; background: url('../image/icon/btn_more_v.png') center no-repeat; background-size: 10px; font-size: 0; }

.eb_btn.btn_form_add { width: 32px; height: 32px; background: url('../image/icon/icon_form_add.png') center / 10px no-repeat; }
.eb_btn.btn_form_select { width: 32px; height: 32px; background: url('../image/icon/icon_form_more.png') center / 10px no-repeat; }
.eb_btn.btn_form_more { width: 32px; height: 32px; background: url('../image/icon/icon_windown_more.png') center / 5px no-repeat; }
.eb_btn.btn_form_calendar { width: 32px; height: 32px; background: url('../image/icon/icon_form_calendar.png') center / 15px no-repeat; }

.btn_function_reply { width: 20px; height: 20px; background: url('../image/icon/btn_function_reply.png') center / 20px no-repeat; }
.btn_function_window { width: 20px; height: 20px; background: url('../image/icon/btn_function_window.png') center / 20px no-repeat; }
.btn_function_send { width: 20px; height: 20px; background: url('../image/icon/btn_function_send.png') center / 20px no-repeat; }
.btn_function_edit { width: 20px; height: 20px; background: url('../image/icon/btn_function_edit.png') center / 20px no-repeat; }
.btn_function_more { width: 20px; height: 20px; background: url('../image/icon/btn_function_more.png') center / 20px no-repeat; }
.btn_function_trash { width: 20px; height: 20px; background: url('../image/icon/btn_function_trash.png') center / 20px no-repeat; }
.btn_function_cancel { width: 20px; height: 20px; background: url('../image/icon/btn_function_trash.png') center / 20px no-repeat; }
.btn_function_confirm { width: 20px; height: 20px; background: url('../image/icon/btn_confirm.png') center / 20px no-repeat; }

.btn_form_info { overflow: hidden;padding: 6px 8px 5px 8px; border-radius: 2em; border: 1px solid rgba(0, 0, 0, 0.1); color: #a0a0a0; font-size: 0.9em; }

/********************************************************************************************************
  icon
*********************************************************************************************************/
/*------------------------------------------------------------------------------
  icon - common
-------------------------------------------------------------------------------*/
.icon { display: inline-block; position: relative; overflow: hidden; margin: 0; padding: 0; border: none; border-radius: 0; outline: none; vertical-align: middle; font-size: 0; /*text-indent: -9999px;*/ box-sizing: border-box; background-repeat: no-repeat; background-position: center center; background-size: contain; background-color: transparent; }
.icon.browser { width:20px;height:15px; background-image: url('../image/icon/ico_browser.png'); }
.icon.document { width: 20px; height: 23px; background-image: url('../image/icon/icon_document.png');  }
.icon.file { width: 20px; height: 16px; background-image: url('../image/icon/icon_file.png');  }
.icon.notice { width: 13px; height: 11px; background-image: url('../image/icon/icon_notice.png'); }
.icon.page_title_arrow { width: 5px; height: 4px; background-image: url('../image/icon/icon_title_arrow.png'); background-size: 100%; text-indent: -9999px; }
.icon.page_title_arrow.on { transform: rotate(180deg) }
.icon.folder { width: 17.5px; height: 16px; background-image: url('../image/icon/icon_folder.png'); background-size: 100%; text-indent: -9999px; }
.icon.list_move { width: 40px; height: 40px; background-image: url('../image/icon/icon_list_move.png'); background-size: 16px 8px; text-indent: -9999px; }
.icon.icon_today { min-width: 25px; height: 25px; padding: 0 10px; line-height: 24px; background-color: #fc6e57; border-radius: 25px; font-size: 14px; color: #ffffff; }
.icon.icon_mark { width: 21px; height: 21px; background-image: url('../image/icon/icon_mark.png'); background-size: contain; text-indent: -9999px; }
.icon.icon_list_mail { width: 17px; height: 13px; background-image: url('../image/icon/icon_list_mail_noread.png'); background-size: contain; text-indent: -9999px; }
.icon.icon_list_mail.read { width: 17px; height: 19px; background-image: url('../image/icon/icon_list_mail_read.png'); background-size: contain; text-indent: -9999px; }
.icon.icon_coop_thumb { width: 27px; height: 27px; border: solid 2px #ffffff; border-radius: 100%; box-sizing: border-box; }
.icon.icon_favorite { width: 24px; height: 24px; background-image: url('../image/icon/icon_favorite_off.png'); background-size: 18px; }
.icon.icon_favorite.on { background-image: url('../image/icon/icon_favorite_on.png'); }
.icon.re { width: 8px; height: 8px; background-image: url('../image/icon/ico_re.png'); background-size: 8px; text-indent: -9999px; font-size: inherit; }
.icon.respond,
.icon.respond_not { margin:0 auto; width: 20px; height: 20px; background-position: right bottom; }
.icon.respond { background-image: url('../image/icon/ico_respond.png'); }
.icon.respond_not { background-image: url('../image/icon/ico_respond_not.png'); }
.icon.security { margin: 0 auto; width: 13px; height: 16px; background-image: url('../image/icon/icon_security.png'); background-size: 100%; }
.icon.urgency { margin: 0 auto; width: 15px; height: 16px; background-image: url('../image/icon/icon_urgency.png'); background-size: 100%; }
.icon_accordion { width: 16px; height: 16px; background-image: url('../image/icon/btn_accordion_on.png'); transition: 500ms; }
.icon_accordion.active { transform: rotate(-180deg); }
.icon.icon_write { width: 24px; height: 24px; background-image: url('../image/icon/icon_write.png'); background-size: 24px; }
.icon.arrow_left_small { width: 6px; height: 12px; background-image: url('../image/icon/icon_arrow_left_small.png'); background-size: 6px 12px; }
.icon.arrow_right_small { width: 6px; height: 12px; background-image: url('../image/icon/icon_arrow_right_small.png'); background-size: 6px 12px; }
.icon.icon_configuration { width: 40px; height: 40px; background-image: url('../image/icon/btn_configuration.png'); background-size: 46%; }
.icon.icon_info { width: 40px; height: 40px; background-image: url('../image/icon/btn_info.png'); background-size: 46%; }
.icon.resources { width: 20px; height: 20px; background-image: url('../image/icon/icon_resources.png'); background-size: 100%; }
.icon.resources.rs_folder { background-image: url('../image/icon/icon_resources_folder.png'); }
.icon.otp_copy { width: 36px; height: 36px; background-image: url('../image/login/login_copy.png'); background-size: 12px; }

.icon_alarm{width: 16px; height: 16px; vertical-align: middle;background-image: url('../image/icon/icon_bell.png');background-size: 84%;}
.icon_share{width: 16px; height: 16px;background: center / 16px no-repeat; vertical-align: middle;background-image: url('../image/icon/icon_share.png')}

/*메일 관련*/
.icon.icon_envelope { width: 19px; height: 19px; background: url('../image/icon/icon_envelope_close.png') left center / 19px no-repeat; }
.icon.icon_envelope.read { background-image: url('../image/icon/icon_envelope_open.png'); }
.icon.icon_envelope.retrans { background-image: url('../image/icon/icon_trans_envelope_close.png'); }
.icon.icon_envelope.reply { background-image: url('../image/icon/icon_re_envelope_close.png'); }
.icon.icon_envelope.retrans.reply { background-image: url('../image/icon/icon_retrans_envelope_close.png'); }
.icon.icon_envelope.retrans.read { background-image: url('../image/icon/icon_trans_envelope_open.png'); }
.icon.icon_envelope.reply.read { background-image: url('../image/icon/icon_re_envelope_open.png'); }
.icon.icon_envelope.retrans.reply.read { background-image: url('../image/icon/icon_retrans_envelope_open.png'); }

.icon.icon_attach { width: 24px; height: 24px; background: url('../image/icon/icon_attached_file.png') no-repeat center; background-size: 15px; }

.icon_attach_wrap { position: relative; }
.icon_attach_wrap .attach_count { position: absolute; left: 50%; bottom: -2px; display: inline-block; margin-left: -8px; padding: 0 5px; background-color: #ff624c; color: #fff; text-align: center; border-radius: 2em; font-size: 11px; line-height: 16px; }


/*------------------------------------------------------------------------------
  icon - menu type
-------------------------------------------------------------------------------*/
.icon.f_menu_icon { width: 30px; height: 30px; background-repeat: no-repeat; background-position: center top; background-size: contain; text-indent: -9999px; }

/* 메뉴아이콘 펑션 (카운트) */
.icon.f_select_count { min-width: 15px; height: 16px; padding: 0 2px; line-height: 16px; background: #22d9ac; border-radius: 20px; font-size: 0.8em; color: #ffffff; text-align: center; font-weight: bold; }

/* 메일메뉴 하단 메뉴아이콘 */
.icon.f_menu_icon.mail_noread { background-image: url('../image/icon/icon_mail_noread.png'); }
.icon.f_menu_icon.mail_read { background-image: url('../image/icon/icon_mail_read.png'); }
.icon.f_menu_icon.mail_trash { background-image: url('../image/icon/icon_mail_trash.png'); }
.icon.f_menu_icon.mail_delete { background-image: url('../image/icon/icon_mail_delete.png'); }
.icon.f_menu_icon.mail_move { background-image: url('../image/icon/icon_mail_move.png'); }
.icon.f_menu_icon.mail_restore { background-image: url('../image/icon/icon_mail_restore.png'); }
.icon.f_menu_icon.mail_spam { background-image: url('../image/icon/icon_mail_spam.png'); }

/* 결재메뉴 하단 메뉴아이콘 */
.icon.f_menu_icon.approval { background-image: url('../image/icon/icon_approval_all.png'); }
.icon.f_menu_icon.approval_accept { background-image: url('../image/icon/icon_approval.png'); }
.icon.f_menu_icon.approval_division { background-image: url('../image/icon/icon_approval_division.png'); }
.icon.f_menu_icon.approval_individual { background-image: url('../image/icon/icon_approval_individual.png'); }
.icon.f_menu_icon.approval_reference { background-image: url('../image/icon/icon_approval_reference.png'); }


/* 전체메뉴 중간 메뉴아이콘 */
.icon.f_menu_icon.menu_home { background-image: url('../image/icon/icon_menu_home.png'); }
.icon.f_menu_icon.menu_mail { background-image: url('../image/icon/icon_menu_mail.png'); }
.icon.f_menu_icon.menu_document { background-image: url('../image/icon/icon_menu_document.png'); }
.icon.f_menu_icon.menu_notice { background-image: url('../image/icon/icon_menu_notice.png'); }
.icon.f_menu_icon.menu_setting { background-image: url('../image/icon/icon_menu_setting.png'); }
.icon.f_menu_icon.menu_schedule_shared { background-image: url('../image/icon/icon_menu_schedule_shared.png'); }

/* 전체메뉴 펑션 (카운트) */
.icon.m_menu_count { min-width: 17px; height: 16px; padding: 0 4px 0 3px; line-height: 16px; background: #fc6e57; border-radius: 20px; font-size: 0.8em; color: #ffffff; text-align: center; font-weight: bold; }

/* 전체메뉴 1뎁스 아이콘 */
.icon.m_menu_icon { width: 20px; height: 20px; background-repeat: no-repeat; background-position: center top; background-size: contain; text-indent: -9999px; }
.icon.m_menu_icon.menu_mail { background-image: url('../image/icon/icon_allmenu_mail.png'); }
.icon.m_menu_icon.menu_mail.on { background-image: url('../image/icon/icon_allmenu_mail_on.png'); }
.icon.m_menu_icon.menu_approval { background-image: url('../image/icon/icon_allmenu_approval.png'); }
.icon.m_menu_icon.menu_approval.on { background-image: url('../image/icon/icon_allmenu_approval_on.png'); }
.icon.m_menu_icon.menu_schedule { background-image: url('../image/icon/icon_allmenu_schedule.png'); }
.icon.m_menu_icon.menu_schedule.on { background-image: url('../image/icon/icon_allmenu_schedule_on.png'); }
.icon.m_menu_icon.menu_coop { background-image: url('../image/icon/icon_allmenu_coop.png'); }
.icon.m_menu_icon.menu_coop.on { background-image: url('../image/icon/icon_allmenu_coop_on.png'); }
.icon.m_menu_icon.menu_board { background-image: url('../image/icon/icon_allmenu_board.png'); }
.icon.m_menu_icon.menu_board.on { background-image: url('../image/icon/icon_allmenu_board_on.png'); }
.icon.m_menu_icon.menu_data_board { background-image: url('../image/icon/icon_allmenu_databoard.png'); }
.icon.m_menu_icon.menu_data_board.on { background-image: url('../image/icon/icon_allmenu_databoard_on.png'); }
.icon.m_menu_icon.menu_organization { background-image: url('../image/icon/icon_allmenu_organization.png'); }
.icon.m_menu_icon.menu_organization.on { background-image: url('../image/icon/icon_allmenu_organization_on.png'); }
.icon.m_menu_icon.menu_resources { background-image: url('../image/icon/icon_allmenu_resources.png'); }
.icon.m_menu_icon.menu_resources.on { background-image: url('../image/icon/icon_allmenu_resources_on.png'); }
.icon.m_menu_icon.menu_setting { background-image: url('../image/icon/icon_allmenu_setting.png'); }
.icon.m_menu_icon.menu_setting.on { background-image: url('../image/icon/icon_allmenu_setting_on.png'); }
.icon.m_menu_icon.menu_mymenu { background-image: url('../image/icon/icon_allmenu_mymenu.png'); }
.icon.m_menu_icon.menu_mymenu.on { background-image: url('../image/icon/icon_allmenu_mymenu_on.png'); }
.icon.m_menu_icon.menu_att { background-image: url('../image/icon/icon_allmenu_att.png'); }
.icon.m_menu_icon.menu_att.on { background-image: url('../image/icon/icon_allmenu_att_on.png'); }



/********************************************************************************************************
  accordion
*********************************************************************************************************/
/*------------------------------------------------------------------------------
  accordion - default
-------------------------------------------------------------------------------*/
/* .eb_accordion_wrap { border-top: 1px solid #E8EAF0; } */
.eb_accordion_wrap .eb_accordion { border-bottom: 1px solid #E8EAF0;}

/* 원본(EiLab 제공)과 차이가 있어 주석 처리 (2020-01-30, 조혜인)
.eb_accordion_wrap .eb_accordion .eb_accordion_title { position: relative; z-index: 100; padding: 18px 15px 18px 20px; background: #ffffff; vertical-align: middle; }
.eb_accordion_wrap .eb_accordion .eb_accordion_conts { display: none; position: relative; z-index: 99; box-sizing: border-box; }
.eb_accordion_wrap .btn_accordion { transition: 500ms; position: absolute; top: 50%; right: -8px; width: 30px; height: 30px; margin-top: -15px; padding: 0; border: 0; background: url('../image/icon/accordion_arrow.png') no-repeat center center; background-size: 10px 5px; text-indent: -9999px; transform: rotate(180deg);}
.eb_accordion_wrap .eb_accordion.active > .eb_accordion_title > .btn_accordion { transform: rotate(0deg); }
*/

.eb_accordion_wrap .eb_accordion .eb_accordion_title { position: relative; z-index: 100; margin: 0 0 10px 0; border-bottom: 1px solid #dcdfe1; border-radius: 5px; background: #ffffff; font-size: 16px; font-weight: bold; }
.eb_accordion_wrap .eb_accordion .eb_accordion_title span { display: inline-block; padding: 18px 35px 18px 25px; cursor: pointer; }
.eb_accordion_wrap .eb_accordion .eb_accordion_title .icon_accordion { position: absolute; top: 50%; left: 0px; margin-top: -6px; }
.eb_accordion_wrap .eb_accordion .eb_accordion_conts { display: none; position: relative; z-index: 99; top: -15px; padding: 5px 20px 0 20px; background: #f5f8fb;  border-radius: 5px; }
.eb_accordion_wrap .btn_accordion { transition: 500ms; position: absolute; top: 50%; right: 10px; width: 30px; height: 30px; margin-top: -15px; padding: 0; border: 0; background: url('../image/icon/accordion_arrow.png') no-repeat center center; background-size: 10px 5px; text-indent: -9999px; cursor: pointer; }
.eb_accordion_wrap .eb_accordion > .eb_accordion_title > .btn_accordion { transform: rotate(0deg); top: 0; right: 0; margin-top: 0; padding: 12px; }



/*------------------------------------------------------------------------------
  accordion - 조직도
-------------------------------------------------------------------------------*/
.eb_accordion_wrap.organization_chart { border-top: none; margin-top: -1px; }
.eb_accordion_wrap.organization_chart .eb_accordion { border-bottom: none;}
.eb_accordion_wrap.organization_chart .eb_accordion .eb_accordion_title { position: relative; z-index: 100; padding: 12px 15px; background-color: #f9f9fb; border-top: 1px solid #e4e7ed; border-bottom: 1px solid #e4e7ed; vertical-align: middle; font-size: 1.2em; font-weight: bold; }
.eb_accordion_wrap.organization_chart .eb_accordion .eb_accordion_conts { display: none; position: relative; z-index: 99; box-sizing: border-box; padding: 0 20px; }
.eb_accordion_wrap.organization_chart .btn_accordion { transition: 500ms; position: absolute; top: 50%; right: 8px; width: 30px; height: 30px; margin-top: -15px; padding: 0; border: 0; background: url('../image/icon/accordion_fill.png') no-repeat center center; background-size: 8px 5px; text-indent: -9999px; transform: rotate(180deg);}
.eb_accordion_wrap .eb_accordion.active > .eb_accordion_title > .btn_accordion { transform: rotate(180deg); }
.eb_accordion_wrap.organization_chart .group_list { padding: 20px 0}

/*------------------------------------------------------------------------------
  accordion - 쪽지쓰기
-------------------------------------------------------------------------------*/
.eb_accordion_wrap.attach_file_list { border-top: none; }
.eb_accordion_wrap.attach_file_list .eb_accordion { border-bottom: none;}
.eb_accordion_wrap.attach_file_list .eb_accordion .eb_accordion_title { position: relative; z-index: 100; padding: 12px 20px; background: #ffffff; border-bottom: solid 1px #e4e7f7; vertical-align: middle; font-size: 13px; color: #808080; font-weight: normal; }
.eb_accordion_wrap.attach_file_list .eb_accordion .eb_accordion_conts { display: none; position: relative; z-index: 99; box-sizing: border-box; }
.eb_accordion_wrap.attach_file_list .btn_accordion { transition: 500ms; position: absolute; top: 50%; right: 8px; width: 30px; height: 30px; margin-top: -15px; padding: 0; border: 0; background: url('../image/icon/accordion_arrow.png') no-repeat center center; background-size: 8px 5px; text-indent: -9999px; transform: rotate(180deg);}
.eb_accordion_wrap .attach_file_list.active > .eb_accordion_title > .btn_accordion { transform: rotate(180deg); }



/********************************************************************************************************
  메뉴리스트형
*********************************************************************************************************/
/* 조직도 트리 */
.tree_list { padding: 0 20px; }
.tree_list ul { margin: 0; padding: 0; }
.tree_list li { position: relative; list-style: none; padding: 14px 0; border-bottom: 1px solid #e5e8ee; box-sizing: border-box; }
.tree_list li .item_check { display: none; position: absolute; top: 50%; left: 0; margin-top: -8px; z-index: 1; }
.tree_list li .item_check label { position: absolute; left: -12px; top: -12px; display: block; width: 40px; height: 40px; font-size: 0; z-index: 2; }
.tree_list li .item_check input { position: relative; z-index: 3; }

.tree_list li .item_check.eb_checkbox > input + label { margin-left: 0; }
.tree_list li .tree_item_cont { position: relative; padding-left: 26px; }
.tree_list li .tree_item_cont.no_padding { padding-left: 5px; }



.tree_list li .icon.file { position: absolute; top: 50%; left: 0; margin-top: -8px; }
.tree_list li .icon.document  { position: absolute; top: 50%; left: 0; margin-top: -12px; }
.tree_list li .user_profile { overflow: hidden; position: absolute; left: 0; top: -1px; display: block; width: 40px; height: 40px; border: 1px solid #e5e8ee; border-radius: 50%; background-color: #e5e8ee; box-sizing: border-box; }
.tree_list li .user_profile img { width: 100%; height: 100%; }
.tree_list li .user_name,
.tree_list li .user_dprt { margin-left: 20px; }
.tree_list li .user_date { display: block; text-align: right; color: #a0a0a0; margin-top:-17px; margin-right: 10px;}
.tree_list li .user_name { display: block; } 
.tree_list li .user_name strong { font-size: 1.2em; font-weight: bold; }
.tree_list li .user_dprt { display: block; margin-top: 3px; color: #a0a0a0; }
.tree_list li .dprt { display: block; margin-top: 3px; color: #a0a0a0; }
.tree_list .icon.arrow_right_small { display: none; position: absolute; width: 44px; height: 44px; right: -15px; top: 50%; margin-top: -22px; }
.tree_list .eb_btn.btn_form_info { position: absolute;  right:3px; top: 50%; margin-top: -14px; }

/* 공유자원 */
.tree_list li .icon.resources { position: absolute; top: 50%; left: 0; margin-top: -10px; }

/* 하위메뉴 표시 */
.tree_list li.has_depth { padding-right: 30px; }
.tree_list li.has_depth .icon.arrow_right_small { display: inline-block; }


/* 선택형 (선택/이동 등) */
.tree_list.selectable li { padding-left: 30px; }
.tree_list.selectable li.dim { opacity: 0.5; }
.tree_list.selectable li.dim .eb_checkbox > input:disabled,
.tree_list.selectable li.dim .eb_checkbox > input[disabled='disabled'],
.tree_list.selectable li.dim .eb_radio > input:disabled,
.tree_list.selectable li.dim .eb_radio > input[disabled='disabled'] { opacity: 1; }
.tree_list.selectable li .item_check { display: block; }
.tree_list.selectable.select_user li.org_folder { padding-left: 0; }
.tree_list.selectable.select_user li.org_folder .item_check { display: none; }

/* 폴더형/사용자형 */
.tree_list li.org_folder {}
.tree_list li.org_user { min-height: 67px; }
.tree_list li.org_user .user_name:last-child { padding-top: 10px; }

/* 선택 확인 */
.tree_list.list_check li { padding-right: 30px; }
.tree_list.list_check li .btn_del { position: absolute; width: 44px; height: 44px; right: -15px; top: 50%; margin-top: -22px; }
.tree_list.list_check li.about_subfolder { }
.tree_list.list_check li.about_subfolder .tree_item_cont { padding-right: 84px; }
.tree_list.list_check li.about_subfolder .btn_about_subfolder { position: absolute; top: 50%; right: 30px; margin-top: -14px; }
.tree_list.list_check li.about_subfolder .btn_about_subfolder input { width: 0; height: 0; position: absolute; left: -9999px; }
.tree_list.list_check li.about_subfolder .btn_about_subfolder label { overflow: hidden; display: block; padding: 6px 8px 5px 20px; background: url('../image/icon/form_checkbox_dim.png') 4px center / 16px no-repeat; border-radius: 2em; border: 1px solid rgba(0, 0, 0, 0.1); color: #a0a0a0; font-size: 0.9em; }
.tree_list.list_check li.about_subfolder .btn_about_subfolder input:checked + label { background-image: url('../image/icon/form_checkbox.png'); background-color: #2e92e6; color: #fff; font-weight: bold; }



/********************************************************************************************************
  tab
*********************************************************************************************************/
.eb_tab_wrap {}
.eb_tab_wrap .tab_list_wrap { display: table; width: 100%; padding: 0px; box-sizing: border-box; text-align: center;  }
.eb_tab_wrap .tab_list_wrap .tab_list { display: table-cell; width: 50%; border-radius: 5px 5px 0 0; background-color: rgba(0, 0, 0, 0.2); }
.eb_tab_wrap .tab_list_wrap .tab_list > a { display: inline-block; position: relative; width: 100%; padding: 0 5px; line-height: 44px; box-sizing: border-box; font-size: 16px; color: rgba(255, 255, 255, 0.6); font-weight: normal; text-decoration: none; box-sizing: border-box; }
.eb_tab_wrap .tab_list_wrap .tab_list.active { background: #ebeef1; }
.eb_tab_wrap .tab_list_wrap .tab_list.active > a { color: #31364c; font-weight: bold; }
.eb_tab_wrap .tab_conts_wrap {}
.eb_tab_wrap .tab_conts_wrap .tab_conts { display: none; }
.eb_tab_wrap .tab_conts_wrap .tab_conts.active { display: block; }



/********************************************************************************************************
  사용자 아이디/이메일 링크
*********************************************************************************************************/
.btn_user { position: relative; display: inline-block; max-width: 100%; height: 32px; line-height: 1; margin-bottom: 5px; padding: 9px 8px 7px; border: none; background-color: #eff6fd; border-radius: 2em; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; white-space: nowrap; box-sizing: border-box; vertical-align: top; }
.btn_user .btn_del { position: absolute; width: 20px; height: 20px; right: 3px; top: 50%; margin-top: -10px; }

.btn_card { position: relative; display: inline-block; max-width: 100%; height: 32px; line-height: 1; margin-bottom: 5px; padding: 0 8px; border: 1px solid rgba(0, 0, 0, 0.05); background-color: #f6f8fa; border-radius: 2em; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; white-space: nowrap; box-sizing: border-box; vertical-align: top; }

/* 사용자(담당자) 접고펴기 */
.btn_user_wrap { overflow: hidden; height: 32px; }
.btn_user_wrap.open { height: auto; }



/********************************************************************************************************
  목록 (리스트형)
*********************************************************************************************************/
.contents_list {}
.floating_btn.icon_write { overflow: hidden; position: fixed; right: 15px; bottom: 25px; width: 48px; height: 48px; background-color: #31364c; border-radius: 50%; box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.1); z-index: 1; }
.contents_list ul { margin: 0; padding: 0; }
.contents_list li { position: relative; margin: 0; padding: 15px 20px 12px; padding-left: 24px; border-bottom: 1px solid #dbdfe1; list-style: none; line-height: 1.5; }
/*.contents_list li .item_category, */
/*.contents_list li .item_writer,*/
.contents_list li .item_date,
.contents_list li .item_count,
.contents_list li .item_volume,
.contents_list li .item_download,
.contents_list li .item_comment { font-size: 0.9em; }
.contents_list li .item_writer { overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; white-space: nowrap; }
.contents_list li .item_category { overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; white-space: nowrap; }
.contents_list li .item_count,
.contents_list li .item_volume,
.contents_list li .item_download,
.contents_list li .item_comment,
.contents_list li .item_writer,
.contents_list li .item_date { color: #a0a0a0; }
.contents_list li .item_date { text-align: right; letter-spacing: -0.02em; }
.contents_list li .item_option {}
.contents_list li .item_status { display: inline-block; font-size: 0; vertical-align: top; }
.contents_list li .item_status .icon { vertical-align: middle; }
.contents_list li .item_status .icon + .icon { margin-left: 5px; }
.contents_list li .item_title { color: #202020; font-size: 1.15em; font-weight: bold; }
.contents_list li .item_preview { margin-top: 5px; }

/* 말줄임표 */
.contents_list.ellipsis li .item_title { overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; white-space: nowrap; }
.contents_list.ellipsis li .item_preview { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; }

/* 새글 표시 */
.contents_list li .a { position: relative; }
.contents_list li .item_title:after { content: ""; display: block; position: absolute; overflow: hidden; left: -13px; top: 8px; width: 6px; height: 6px; border-radius: 50%; background-color: #eb765f; }
.contents_list li.read .item_title { color: #404040; font-weight: normal; }
.contents_list li.read .item_title:after { content: none; }

/* 공지 */
.contents_list li.notice { background-color: #fff6f0; }
.contents_list li.notice .item_title:after { content: "" !important; }

/* 추가기능 */
.header .function_btn { position: absolute; top: 0; right: 5px; text-align: right; z-index: 10; }
.header .function_btn ul,
.header .function_btn li { margin: 0; padding: 0; list-style: none; }
.header .function_btn > ul { white-space: nowrap; font-size: 0; }
.header .function_btn > ul > li { position: relative; display: inline-block; }
.header .function_btn > ul > li > button { width: 44px; height: 44px; background-size: contain; }


/*------------------------------------------------------------------------------
  공통 속성
-------------------------------------------------------------------------------*/
.contents_view,
.contents_write { line-height: 1.5; }
.view_header > div,
.write_header > div,
.view_footer > div,
.write_footer > div { padding: 7px 20px; border-bottom: 1px solid #e4e7ed; }
.view_footer > div:last-child { border-bottom: none; }
.contents_view .dl,
.contents_write .dl { display: table; width: 100%; table-layout: fixed; box-sizing: border-box; }
.contents_view .dt,
.contents_view .dd,
.contents_write .dt,
.contents_write .dd { display: table-cell; }
.contents_view .dt,
.contents_write .dt { position: relative; padding-top: 6px; color: #707070; }
.contents_view .dt .eb_btn.btn_more_dropdown,
.contents_write .dt .eb_btn.btn_more_dropdown { position: absolute; right: 0; top: 0; margin-top: 4px; }
.contents_view .dd,
.contents_write .dd { position: relative; height: 32px; margin-left: 6em; padding-left: 0.5em; vertical-align: middle; line-height: 30px; }
.contents_write .dd .dd_item + .dd_item { margin-top: 7px; padding-top: 7px; border-top: 1px solid #e4e7ed; }

.contents_view .has_extension,
.contents_write .has_extension { padding-top: 0; padding-bottom: 0; }
.contents_view .has_extension .dl,
.contents_write .has_extension .dl { padding: 7px 0 2px; }
.contents_view .has_extension .dl:first-child ~ .dl,
.contents_write .has_extension .dl:first-child ~ .dl { border-top: 1px solid #e4e7ed; }
.contents_view .item_sharer .dl:first-child,
.contents_write .item_sharer .dl:first-child { padding-bottom: 7px; }
.contents_write .item_sharer .dl:first-child ~ .dl .dd { padding-right: 20px; }
.contents_write .has_btn_form_add .dl { margin-bottom: -5px; }
.contents_write .has_btn_form_add .dl .dd { padding-right: 20px; }
.contents_write .item_period .dl { padding: 0; }
.contents_write .item_period .form_option { padding: 7px 0; }
.contents_write .item_card .item_list li { margin-right: 5px; }
.contents_write .item_card .btn_card { min-width: 6em; }

.contents_write .has_button .dl .dd { padding-right: 20px; }
.contents_write .has_button .dl .eb_btn { position: absolute; top: 0; right: -10px; }

.contents_view .item_attach .dt,
.contents_write .item_attach .dt { padding-right: 14px; }

/* 체크박스/라디오 나열용 리스트 */
.item_list {}
.item_list ul, 
.item_list li { margin: 0; padding: 0; list-style: none; }
.item_list ul { }
.item_list li { display: inline-block; margin-right: 12px; margin-bottom: 5px; }

/* 토글형 체크박스 */
.form_option { position: relative; padding-right: 32px; min-height: 32px; line-height: 32px; }
.form_option input[type="checkbox"] { overflow: hidden; position: absolute; width: 0; height: 0; text-indent: -9999px; }
.form_option label { display: inline-block; position: absolute; top: 50%; right: 0; margin-top: -9px; padding: 3px 0; vertical-align: top; }
.form_option .toggle_bar { position: relative; display: block; width: 30px; height: 12px; margin-left: 3px; background-color: #c5c5c5; border-radius: 1em; transition: all ease 0.5s 0s; }
.form_option .toggle_bar:after { content: ""; position: absolute; top: -3px; left: 0; display: block; width: 18px; height: 18px; background-color: #707070; border-radius: 50%; transition: all ease 0.25s 0s;}
.form_option input:checked + label .toggle_bar { background-color: #a1cdff; }
.form_option input:checked + label .toggle_bar:after { left: 12px; background-color: #1683ff; }
.form_option label > * { pointer-events: none; }
.form_option.sub { padding-right: 0; }


/*------------------------------------------------------------------------------
  읽기
-------------------------------------------------------------------------------*/
.contents_view ul, 
.contents_view li { margin: 0; padding: 0; list-style: none; }
.view_header { }
.view_body { min-height: 21px; padding: 12px 20px; word-break: break-all; -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; -o-user-select: text; user-select: text; }
.view_body.mail_body { white-space: nowrap; }
.view_footer { border-top: 1px solid #e4e7ed; }
.contents_view .item_attach strong { color: #ff624c; }
.contents_view .item_title { color: #202020; font-size: 1.35em; font-weight: bold; line-height: 1.25; }
.contents_view .item_status { display: inline-block; font-size: 0; vertical-align: top; }
.contents_view .item_status .icon { vertical-align: middle; }
.contents_view .item_status .icon + .icon { margin-left: 5px; }


/*------------------------------------------------------------------------------
  쓰기
-------------------------------------------------------------------------------*/
.contents_write .btn_user,
.contents_write .btn_user { padding-right: 26px; }

.contents_write .item_title { padding-right: 35px; }

.contents_write .form_text, 
.contents_write .form_span, 
.contents_write .form_date,
.contents_write .form_time,
.contents_write .form_number,
.contents_write .form_select { height: 32px; line-height: 32px; }
.contents_write .form_text, 
.contents_write .form_select { width: 100%; background-position: right 2px center; }
.contents_write .form_number { text-align: right; }
.contents_write .form_span { display: inline-block; max-width: 100%; }
.contents_write .form_date { display: inline-block; padding-left: 18px; background: url('../image/icon/icon_form_calendar.png') center left / 15px no-repeat; vertical-align: top; box-sizing: border-box; }
.contents_write .form_date input[type="date"] { position: relative; /*-webkit-appearance: none; -moz-appearance: none; appearance: none;*/ background-color: transparent; }
.contents_write .form_date input[type="date"]::-webkit-inner-spin-button { display: none; -webkit-appearance: none; }
.contents_write .form_date input[type="date"]::-webkit-calendar-picker-indicator { /*display: none;*/ -webkit-appearance: none; }
.contents_write .form_date input[type="date"]::-webkit-calendar-picker-indicator { position: absolute; right: 0/*12px; 리셋버튼 옆 위치*/; width: 100%; height: 32px; color: rgba(204, 204, 204, 0); opacity: 0; }
.contents_write .form_time { display: inline-block; max-width: 100%; white-space: nowrap; }
.contents_write .form_time .form_select { width: auto; }
.contents_write .form_time .form_select + .form_select { margin-left: 0.5em; }

/*.contents_write */
.form_period { clear: both; display: block; }
.form_period:after { content: ""; display: block; clear: both; }
.form_period > span { float: left; box-sizing: border-box; }
.form_period .period_from { width: 50%; padding-right: 25px; background: url('../image/icon/icon_form_period.png') center right / 20px no-repeat; }
.form_period .period_to { width: 50%; padding-left: 10px; }
.form_period.small .period_from { background-image: url('../image/icon/icon_form_period_small.png'); background-size: 9px; }
.form_period input[type="date"],
.form_period input[type="month"],
.form_period input[type="time"] { position: relative; /*-webkit-appearance: none; -moz-appearance: none; appearance: none*/; background-color: transparent; }
.form_period input[type="date"]::-webkit-inner-spin-button,
.form_period input[type="month"]::-webkit-inner-spin-button,
.form_period input[type="time"]::-webkit-inner-spin-button,
.form_period input[type="date"]::-webkit-clear-button, 
.form_period input[type="month"]::-webkit-clear-button, 
.form_period input[type="time"]::-webkit-clear-button { display: none; -webkit-appearance: none; }
.form_period input[type="date"]::-webkit-calendar-picker-indicator, 
.form_period input[type="month"]::-webkit-calendar-picker-indicator, 
.form_period input[type="time"]::-webkit-calendar-picker-indicator { /*display: none;*/ -webkit-appearance: none; }
.form_period input[type="date"]::-webkit-calendar-picker-indicator, 
.form_period input[type="month"]::-webkit-calendar-picker-indicator, 
.form_period input[type="time"]::-webkit-calendar-picker-indicator { position: absolute; right: 0/*12px; 리셋버튼 옆 위치*/; width: 100%; height: 32px; color: rgba(204, 204, 204, 0); opacity: 0; }
.form_period select { width: auto; }


.contents_write .form_category { position: relative; padding-right: 18px; }


.contents_write .write_body { }
.contents_write .form_textarea { width: 100%; padding: 12px 15px; box-sizing: border-box; word-break: break-word; word-wrap: break-word; line-height: 1.5; }
.contents_write .write_footer { border-top: 1px solid #e4e7ed; }

/* DIV 에디터 placeholer */
.form_textarea[contenteditable=true]:empty:before { content: attr(placeholder); display: block; /* For Firefox */ }
.form_textarea[contenteditable=true] { min-height: 300px; width: 100%; padding: 12px 15px; box-sizing: border-box; word-break: break-word; word-wrap: break-word; line-height: 1.5; }



/********************************************************************************************************
  일정
*********************************************************************************************************/
.contents_schedule { position: relative; }
.contents_schedule li.no_data { padding: 20px 0 !important; }

/*------------------------------------------------------------------------------
  캘린더
-------------------------------------------------------------------------------*/
/* 월간 */
.contents_schedule .monthly_calendar { }
.contents_schedule .monthly_calendar table { width: 100%; max-width: 100%; table-layout: fixed; border-collapse: collapse; font-size: 0.9em; }
.contents_schedule .monthly_calendar thead { font-weight: bold; }
.contents_schedule .monthly_calendar tr > *:first-child { padding-left: 10px; }
.contents_schedule .monthly_calendar tr > *:last-child { padding-right: 10px; }
.contents_schedule .monthly_calendar th,
.contents_schedule .monthly_calendar td { padding: 5px 0; text-align: center; box-sizing:border-box; }
.contents_schedule .monthly_calendar th { height: 32px; vertical-align: middle; }
.contents_schedule .monthly_calendar td { position: relative; height: 48px; vertical-align: top; }
.contents_schedule .monthly_calendar .sat { color: #2d6ed2; }
.contents_schedule .monthly_calendar .sun { color: #ff4646; }
.contents_schedule .monthly_calendar .dimmed { opacity: 0.4; }
.contents_schedule .monthly_calendar td > em { display: block; width: 24px; height: 24px; margin: 0 auto; line-height: 24px; border-radius: 50%; font-style: normal; }
.contents_schedule .monthly_calendar td.selected > em { background-color: #eaebed; color: #202020; font-weight: bold; }
.contents_schedule .monthly_calendar td.today > em { background-color: #fee2dd; color: #202020; font-weight: bold; }
.contents_schedule .monthly_calendar td .scheduled { display: block; position: absolute; left: 0; right: 0; top: 30px; width: 6px; height: 6px; margin: 0 auto; border-radius: 50%; background-color: #fc6e57; }
.contents_schedule .monthly_calendar tr > *:first-child .scheduled { left: 10px; }
.contents_schedule .monthly_calendar tr > *:last-child .scheduled { right: 10px; }

/* 일간 */
.contents_schedule .daily_calendar { line-height: 1.5; }
.contents_schedule .daily_calendar .date { padding: 15px 20px 0; color: #202020; font-size: 1.15em; font-weight: bold; }
.contents_schedule .daily_calendar ul, 
.contents_schedule .daily_calendar li { position: relative; margin: 0; padding: 0; list-style: none; }
.contents_schedule .daily_calendar li { padding: 12px 20px; padding-left: 120px; }
.contents_schedule .daily_calendar li:after { content: ""; position: absolute; top: 0; bottom: -17px; left: 106px; width: 2px; background-color: #c3c6c9; }
.contents_schedule .daily_calendar li:first-child:after { top: 17px; }
.contents_schedule .daily_calendar li:last-child:after { bottom: auto; height: 14px; }
.contents_schedule .daily_calendar li span { display: inline-block; }
.contents_schedule .daily_calendar li .bullet { content: ""; position: absolute; top: 17px; left: 100px; width: 14px; height: 14px; background-color: #c3c6c9; border-radius: 50%; z-index: 1; }
.contents_schedule .daily_calendar li .title { display: block; color: #202020; font-weight: bold; font-size: 1.15em; word-break: break-all; }
.contents_schedule .daily_calendar li .time { position: absolute; top: 15px; left: 0; width: 90px; font-size: 0.9em; text-align: right; word-break: break-all; }
.contents_schedule .daily_calendar li.no_data:after { content: none; }

/* 월간일정 내 */
.schedule_monthly_wrap { height: 100%; }
.schedule_monthly_wrap .schedule_monthly { overflow: hidden; height: 100%; box-sizing: border-box; }
.schedule_monthly_wrap .schedule_monthly .monthly_calendar { position: absolute; left: 0; }
.schedule_monthly_wrap .schedule_monthly .daily_calendar { overflow-y: auto; height: 100%; }
.schedule_monthly .monthly_calendar,
.schedule_monthly .daily_calendar { box-sizing: border-box; }
.schedule_monthly .monthly_calendar { height: 320px; }
.schedule_monthly .daily_calendar { border-top: 1px solid #e4e7ed; }

/* 일간일정 내 */
.schedule_daily .daily_calendar { padding: 15px; /*border-top: 1px solid #e4e7ed;*/ }
.schedule_daily .daily_calendar .date { padding: 10px 15px; background-color: #f9f9fb; }

@media screen and (orientation: portrait) { 
	.schedule_monthly_wrap .schedule_monthly { padding-top: 320px; }
	.schedule_monthly_wrap .schedule_monthly .monthly_calendar { top: 0; right: 0; }
}
@media screen and (orientation: landscape) { 
	.schedule_monthly_wrap .schedule_monthly .monthly_calendar { right: 50%; top: 0; bottom: 0; height: 100%; }
	.schedule_monthly_wrap .schedule_monthly .daily_calendar { margin-left: 50%; border-top: none; border-left: 1px solid #e4e7ed; }
	.schedule_monthly_wrap .contents_schedule .monthly_calendar table { height: 100%; }
	.schedule_monthly_wrap .contents_schedule .monthly_calendar td { height: auto; }

	/* 태블릿 가로모드 */
	div.layout.tablet_layout .left_container .schedule_monthly_wrap .schedule_monthly { padding-top: 360px; }
	div.layout.tablet_layout .left_container .schedule_monthly_wrap .schedule_monthly .monthly_calendar { right: 0; top: 0; bottom: 0; height: 360px; }
	div.layout.tablet_layout .left_container .schedule_monthly_wrap .schedule_monthly .daily_calendar { margin-left: 0; border-top: 1px solid #e4e7ed; border-left: none; }
}
/* ipad keyboard bug로 인해 한번 더 셋팅 : s */
body.Portrait .schedule_monthly_wrap .schedule_monthly { padding-top: 320px; }
body.Portrait .schedule_monthly_wrap .schedule_monthly .monthly_calendar { top: 0; right: 0; }

body.Landscape .schedule_monthly_wrap .schedule_monthly .monthly_calendar { right: 50%; top: 0; bottom: 0; height: 100%; }
body.Landscape .schedule_monthly_wrap .schedule_monthly .daily_calendar { margin-left: 50%; border-top: none; border-left: 1px solid #e4e7ed; }
body.Landscape .schedule_monthly_wrap .contents_schedule .monthly_calendar table { height: 100%; }
body.Landscape .schedule_monthly_wrap .contents_schedule .monthly_calendar td { height: auto; }
/* ipad keyboard bug로 인해 한번 더 셋팅 : e */

/* 태블릿 가로모드 */
div.layout.tablet_layout .left_container .schedule_monthly_wrap .schedule_monthly { padding-top: 360px; }
div.layout.tablet_layout .left_container .schedule_monthly_wrap .schedule_monthly .monthly_calendar { right: 0; top: 0; bottom: 0; height: 360px; }
div.layout.tablet_layout .left_container .schedule_monthly_wrap .schedule_monthly .daily_calendar { margin-left: 0; border-top: 1px solid #e4e7ed; border-left: none; }

/* 일정 검색결과 */
.schedule_search .search_result { line-height: 1.5; }
.schedule_search .search_result .date { margin-bottom: 10px; color: #202020; font-size: 1.15em; font-weight: bold; }
.schedule_search .search_result ul, 
.schedule_search .search_result li { position: relative; margin: 0; padding: 0; list-style: none; }
.schedule_search .search_result li { padding: 15px; padding-left: 35px; border-bottom: 1px solid #dbdfe1; }
.schedule_search .search_result li span { display: block; }
.schedule_search .search_result li .bullet { content: ""; position: absolute; top: 20px; left: 15px; width: 14px; height: 14px; background-color: #c3c6c9; border-radius: 50%; z-index: 1; }
.schedule_search .search_result li .title { color: #202020; font-weight: bold; font-size: 1.15em; }
.schedule_search .search_result li .time { margin-top: 5px; color: #a0a0a0; font-size: 0.9em; word-break: break-all; }


/*------------------------------------------------------------------------------
  캘린더 선택
-------------------------------------------------------------------------------*/
.calander_select_wrap { }
.calander_select_wrap .calander_list { padding: 15px 18px; }
.calander_select_wrap .calander_list ul, 
.calander_select_wrap .calander_list li { list-style: none; margin: 0; padding: 0; }
.calander_select_wrap .calander_list li { position: relative; padding-left: 18px; }
.calander_select_wrap .calander_list li + li { margin-top: 16px; }
.calander_select_wrap .calander_list li .eb_checkbox { padding: 1px 0; }
.calander_select_wrap .calander_list li .eb_checkbox label { padding: 3px 0; opacity: 0.65; }
.calander_select_wrap .calander_list li .eb_checkbox > input[type="checkbox"] { position: absolute; left: -18px; top: 0; width: 18px; height: 18px; margin-top: 3px; border-radius: 50%; opacity: 0.25; }
.calander_select_wrap .calander_list li .eb_checkbox > input[type="checkbox"]:checked { opacity: 1; }
.calander_select_wrap .calander_list li .eb_checkbox > input[type="checkbox"]:checked + label { font-weight: bold; opacity: 1; }



/*------------------------------------------------------------------------------
  느낌표시
-------------------------------------------------------------------------------*/


button.good {background:#0ab4f3 url(../image/icon/ico_feel_good.png) 50% 9px no-repeat;background-size:40%;}
button.happy {background:#ffba00 url(../image/icon/ico_feel_happy.png) 50% 9px no-repeat;background-size:40%;}
button.nice {background:#8dbf4c url(../image/icon/ico_feel_nice.png) 50% 9px no-repeat;background-size:40%;}
button.sad {background:#454cdf url(../image/icon/ico_feel_sad.png) 50% 9px no-repeat;background-size:40%;}
button.anger {background:#ea1e63 url(../image/icon/ico_feel_anger.png) 50% 9px no-repeat;background-size:40%;}

/* 코멘트 */
.icon_emo_none { width: 16px; height: 16px; background: url("../image/icon/icon_emo_default.png") no-repeat center;background-size: 100% }
.icon_emo_better { width: 16px; height: 16px; background: url("../image/icon/icon_emo_better.png") no-repeat center; }
.icon_emo_best { width: 16px; height: 16px; background: url("../image/icon/icon_emo_best.png") no-repeat center; }
.icon_add_emo {width: 32px;height: 32px;background: url("../image/icon/btn_emo_add.png") no-repeat center; border: 1px solid #a0a0a0; border-radius: 50%; background-size:80%}
.icon_emo_more {width: 32px;height: 32px;background: url("../image/icon/btn_emo_more.png") no-repeat center;background-size:100%}

.icon_plus { width: 32px; height: 32px; background: url("../image/icon/btn_file_add.png") no-repeat center; background-size: 100%}
.icon_plus.active { transform: rotate(45deg); }
.icon_emo_plus { width: 32px; height: 32px; background: url("../image/icon/btn_emotion.png") no-repeat center;background-size: 100% }



.icon_emo_happy { width: 16px; height: 16px;border-radius: 8px; background:#fec107 url(../image/icon/ico_feel_happy.png) no-repeat center;background-size: 62% }
.icon_emo_good { width: 16px; height: 16px;border-radius: 8px;  background:#03a9f5 url(../image/icon/ico_feel_good.png) no-repeat center;background-size: 62% }
.icon_emo_nice { width: 16px; height: 16px;border-radius: 8px;  background:#8dbf4c url(../image/icon/ico_feel_nice.png) no-repeat center;background-size: 62% }
.icon_emo_sad { width: 16px; height: 16px;border-radius: 8px;  background:#3f51b5 url(../image/icon/ico_feel_sad.png) no-repeat center;background-size: 62% }
.icon_emo_anger { width: 16px; height: 16px;border-radius: 8px;  background:#ea1e63 url(../image/icon/ico_feel_anger.png) no-repeat center;background-size: 62% }



/********************************************************************************************************
  Etc
*********************************************************************************************************/
/* 메일 갯수 */
.mail_count { display: block; overflow: hidden; width: 90px; height: 30px; line-height: 28px; background: rgba(0,0,0, 0.7); border-radius: 30px; font-size: 14px; color: #ffffff; text-align: center; }
.mail_count .now_count { color: #2e92e6; font-weight: bold; }
.mail_count .total_count { color: #ffffff; }



/* 데이터 없음 */
.no_data { padding: 50px 0; text-align: center; }


/* 파일 첨부 */
.attached_file_wrap { position: relative; }
.attached_file_wrap li { padding: 5px; padding-left: 0; font-size: 0.85em; }
.attached_file_wrap li:first-child { padding-top: 10px; }
.attached_file_wrap li:last-child { padding-bottom: 10px; }
.attached_file_wrap li a { position: relative; display: block; padding-right: 5em; }
.attached_file_wrap li span { display: inline-block; vertical-align: top; }
.attached_file_wrap li .file_icon { position: absolute; left: 0; top: 1px; width: 18px; height: 14px; background-size: contain; } /* 클립모양 대표 아이콘 대신 확장자별 아이콘 노출 */
.attached_file_wrap li .file_name { max-width: 100%; padding-left: 22px; /*background: url('../image/icon/icon_attached_file.png') left 2px / 12px no-repeat;*/ overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; white-space: nowrap; box-sizing: border-box; }
.attached_file_wrap li .file_size { position: absolute; right: 0; top : 0;  color: #c0c0c0; }
.contents_view .item_attach .attached_file_wrap { margin-top: 7px; margin-bottom: -7px; border-top: 1px solid #e4e7ed; }
.contents_view .item_attach .attached_file_wrap ul { overflow-y: auto; max-height: 165px; padding-right: 5px; }


/* 조직도 */
.organization_wrap .header_wrap .btn_org { position: absolute; top: 0; width: 44px; height: 44px; background-size: contain; text-indent: -9999px;}
.organization_wrap .header_wrap .btn_org.org_add { right: 5px; background-image: url('../image/icon/btn_org_add.png'); }
.organization_wrap .header_wrap .btn_org.org_list { right: 49px; background-image: url('../image/icon/btn_org_list.png'); }
.organization_wrap .header_wrap .btn_org.btn_confirm { right: 5px; }
.organization_wrap .header_sub { position: relative; height: 43px; padding: 0 15px; border-bottom: 1px solid #C1C7D3; background-color: #fff; }
.organization_wrap .header_sub .eb_btn { position: absolute; top: 0; background-size: 16px; text-indent: -9999px; }
.organization_wrap .header_sub .btn_search_location,
.organization_wrap .header_sub .btn_search_back { left: -15px; }
.organization_wrap .header_sub .btn_input_reset { right: 0; }
.organization_wrap .header_sub .search_wrap { position: relative; }
.organization_wrap .header_sub .search_wrap .search_input { padding-left: 25px; padding-right: 25px; line-height: 43px; }
.organization_wrap .header_sub .search_wrap .search_input input { width: 100%; height: 43px; border: 0; box-sizing: border-box; outline: 0; }
.organization_wrap .header_sub .search_wrap .search_input input::-ms-clear,
.organization_wrap .header_sub .search_wrap .search_input input::-ms-reveal { display: none; width : 0; height: 0; }
.organization_wrap .header_sub .search_wrap .search_input input::-webkit-search-decoration,
.organization_wrap .header_sub .search_wrap .search_input input::-webkit-search-cancel-button,
.organization_wrap .header_sub .search_wrap .search_input input::-webkit-search-results-button,
.organization_wrap .header_sub .search_wrap .search_input input::-webkit-search-results-decoration { display: none; }

.organization_wrap .header_sub.has_multicompany { padding-right: 120px; }
.organization_wrap .header_sub .multicompany_wrap { position: absolute; right: 0; top: 0; }
.organization_wrap .header_sub .multicompany_wrap .eb_select { width: 120px; height: 43px; padding: 0; padding-right: 15px; border: none; line-height: 43px; }
.organization_wrap .header_sub .multicompany_wrap .eb_select select { padding-right: 15px; }

.header .location { overflow-x: auto; overflow-y: hidden; height: 44px; padding: 0 15px; border-bottom: 1px solid #e4e7ed; background-color: #f9f9fb; white-space: nowrap; box-sizing: border-box; }
.header .location > span { position: relative; display: inline-block; height: 44px; padding-right: 18px; background: url('../image/icon/icon_depth_arrow.png') center right / 19px 44px no-repeat; vertical-align: middle; }
.header .location > span:last-child { padding-right: 0; background: none; }
.header .location > span:last-child button { font-weight: bold; color: #fc6e57; }
.header .location > span + span { margin-left: 7px; }
.header .location button { height: 44px; vertical-align: top; }
.header .location .home { margin-left: -8px; padding-right: 12px; }
.header .location .home button { width: 44px; height: 44px; padding: 12px; background: url('../image/icon/icon_home.png') center / 20px no-repeat; font-size: 0; }

.container .location_cd { position: relative; margin: 0 15px; padding: 14px 0; border-bottom: 1px solid #e5e8ee; box-sizing: border-box; }
.container .location_cd p { margin: 0; padding: 0; padding-left: 20px; }
.container .location_cd .icon.arrow_left_small { position: absolute; width: 44px; height: 44px; left: -15px; top: 0; }


/* 자동완성 */
.autocomplete_layer_wrap { display: none; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: #f9f9fb; z-index: 1; box-sizing: border-box; overflow: hidden; }
.autocomplete_layer { padding: 0 15px; border-top: 1px solid #e4e7ed; box-sizing: border-box; }
.autocomplete_layer ul, 
.autocomplete_layer li { margin: 0; padding: 0; list-style: none; }
.autocomplete_layer li { padding: 8px 0; line-height: 1.3; }
.autocomplete_layer li .address { display: block; font-size: 0.9em; }
.autocomplete_layer li em { color: #ff624c; font-style: normal; font-weight: bold; }

/*------------------------------------------------------------------------------
  팝업
-------------------------------------------------------------------------------*/
/* 전체화면 레이어팝업 호출 */
.layer_popup { position: fixed; left: 20px; right: 20px; top: 50%; max-width: 640px; min-height: 50px; margin: auto; padding: 25px 20px 10px; background-color: #fff; z-index: 1091; border-radius: 3px; box-sizing: border-box; }
.layer_popup.rm_padding { padding: 0; } /* remove padding */

/* 레이어팝업 레이아웃 */
.layer_popup .popup_header { padding-bottom: 10px; color: #000; font-size: 1.15em; font-weight: bold; }
.layer_popup .popup_container { padding: 5px 0; line-height: 1.5; }
.layer_popup .popup_footer { padding-top: 10px; }
.layer_popup .popup_footer .btn_wrap { text-align: center; }
.layer_popup .popup_footer .btn_wrap .eb_btn { min-width: 4em; height: 36px; padding: 0 8px; /*border: 1px solid; border-radius: 3px;*/ box-sizing: border-box; }
.layer_popup .popup_footer .btn_wrap .eb_btn.btn_em { color: #ff6969; }
.layer_popup .popup_footer .btn_wrap .eb_btn + .eb_btn { margin-left: 5px; }

/* 로딩 바 (원형) */
.loading_layer { position: fixed; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; z-index: 1091; }
.lds-ring { display: inline-block; position: relative; width: 80px; height: 80px; }
.lds-ring div { box-sizing: border-box; display: block; position: absolute; width: 64px; height: 64px; margin: 8px; border: 8px solid #fff; border-radius: 50%; animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; border-color: #fff transparent transparent transparent; }
.lds-ring div:nth-child(1) { animation-delay: -0.45s; }
.lds-ring div:nth-child(2) { animation-delay: -0.3s; }
.lds-ring div:nth-child(3) { animation-delay: -0.15s; }
@keyframes lds-ring {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* 대화상자 */
.dialog_dim { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0, 0.5); z-index: 1000; }
.dialog_box { position: fixed; top: 50%; left: 50%; min-width: 180px; min-height: 50px; width: 305px; margin-left: -90px; margin-top: -40px; padding: 10px 0 5px; background-color: #fff; z-index: 1010; border-radius: 3px; box-sizing: border-box; }
/*.dialog_box { position: relative; position: absolute; left: 20px; right: 20px; top: 50%; max-width: 400px; margin: auto; padding: 10px 0 5px; background-color: #fff; z-index: 1010; border-radius: 3px; box-sizing: border-box; }*/
.dialog_box .dialog_header { padding: 10px 20px 0; color: #000; font-size: 1.15em; line-height: 1.5; /*font-weight: bold;*/ }
.dialog_box .dialog_header.has_btn_close { padding-right: 44px; }
.dialog_box .dialog_header.has_btn_close .eb_btn.btn_close { position: absolute; right: 0; top: 0; background-image: url('../image/icon/btn_menu_close.png'); background-size: 13px; }
.dialog_box .dialog_container { padding: 5px 20px 0; line-height: 1.5; }
.dialog_box .dialog_container .form_text { width: 100%; height: 32px; line-height: 32px; border-bottom: 1px solid #e7eaed; }
.dialog_box .dialog_container .form_textarea { width: 100%; min-height: 60px; line-height: 22px; border-bottom: 1px solid #e7eaed; }
.dialog_box .dialog_footer { padding-top: 10px; text-align: center; }
.dialog_box .dialog_footer .btn_wrap { margin: 0; padding: 0 10px; list-style: none; text-align: right; }
.dialog_box .dialog_footer .btn_wrap li { display: inline-block; padding: 0 10px; }
.dialog_box .dialog_footer .btn_wrap .eb_btn { height: 44px; padding: 0 5px; }
.dialog_box .dialog_footer .btn_wrap .eb_btn.btn_em { color: #ff6969; }
.dialog_box .function_btn_list { margin: 0; padding: 0; list-style: none; text-align: center; }
.dialog_box .function_btn_list li { margin-bottom: 5px; }
.dialog_box .function_btn_list button { line-height: 32px; }

/* 추가기능 레이어팝업 호출 */
.function_btn .more_task_layer { position: absolute; right: 0; top: 100%; margin-top: -8px; border: 1px solid #cdcdcd; border-radius: 3px; background-color: #fff; }
.function_btn .more_task_layer ul { padding: 5px 0; }
.function_btn .more_task_layer li { padding: 0 15px; font-size: 1rem; }
.function_btn .more_task_layer li .eb_btn { width: 100%; height: 36px; text-align: left; }

/*------------------------------------------------------------------------------
  진행 표시
-------------------------------------------------------------------------------*/
.progress_bar_layer { position:fixed; margin-top: -55px; }
/* 막대형 - 공통 */
.progress_bar { }
.progress_bar .file_name { display: block; margin-bottom: 8px; font-weight: bold; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.progress_bar .file_volume { /*color: #c0c0c0;*/ }
.progress_bar .progress_percent { float: right; }
.progress_bar .progress_graph { overflow: hidden; position: relative; display: block; height: 8px; margin-top: 8px; background-color: #e7eaed; border-radius: 4px; }
.progress_bar .progress_graph > span { content: ""; display: inline-block; position: absolute; left: 0; top: 0; bottom: 0; height: 100%; background-color: #2e92e6; vertical-align: top; }

/* 막대형 - 목록 */
.progress_bar_list { margin: 0; padding: 0; list-style: none; }
.progress_bar_list li { border-bottom: 1px solid #e4e7ed; }

.progress_bar_list.scrollable { max-height: 200px; overflow-y: auto; padding-right: 10px; border-top: 1px solid #e4e7ed; }



/*------------------------------------------------------------------------------
  공유대상
-------------------------------------------------------------------------------*/
.item_sharer_list dl,
.item_sharer_list dd,
.item_sharer_list dd { margin: 0; padding: 0; }
.item_sharer_list dl { margin-top: 3px; }
.item_sharer_list dt { position: relative; clear: both; float: left; width: 8em; padding-left: 20px; padding-right: 14px; background: left 2px / 17px no-repeat; box-sizing: border-box; }
.item_sharer_list .object dt { background-image: url('../image/icon/icon_share_object.png'); }
.item_sharer_list .except dt { background-image: url('../image/icon/icon_share_except.png'); }
.item_sharer_list dd { margin-left: 8em; margin-bottom: 5px; padding-left: 0.5em; }
.item_sharer_list dt .eb_btn.btn_more_dropdown { position: absolute; right: 0; top: 0; margin-top: -2px; }

.item_sharer_list dl { overflow: hidden; height: 1.5em; }
.item_sharer_list dl.expanded { height: auto; }




/*------------------------------------------------------------------------------
  사용자 정보
-------------------------------------------------------------------------------*/
.user_profile_wrap { padding: 20px; }
.user_profile_wrap .user_profile_head {text-align: center; line-height: 1.5; }
.user_profile_wrap .info_photo { position: relative; width: 100px; height: 100px; margin: 0 auto; }
.user_profile_wrap .info_photo span { display: block; overflow: hidden; height: 100%; border-radius: 50%; border: 1px solid #e5e8ee; box-sizing: border-box; background-color: #e5e8ee; }
.user_profile_wrap .info_photo img { width: 100px; height: 100px; max-height: 100%; }
.user_profile_wrap .info_photo .btn_edit_photo { overflow: hidden; position: absolute; right: -4px; bottom: -4px; width: 32px; height: 32px; border: 1px solid #a0a0a0; background: url('../image/icon/btn_setting.png') center / 24px no-repeat #fff; border-radius: 50%; box-sizing: border-box; }
.user_profile_wrap .info_text { margin-top: 10px; }
.user_profile_wrap .info_text p { margin: 0; }
.user_profile_wrap .info_text strong { font-weight: bold; font-size: 1.15em; }
.user_profile_wrap .info_text .name { font-size: 1.2em; }
.user_profile_wrap .user_profile_body { margin-top: 20px; padding-top: 15px; border-top: 1px solid #dbdfe1; }
.user_profile_wrap .user_profile_body a { color: #2e92e6; }
.user_profile_wrap .user_profile_body ul { margin: 0; padding: 0; list-style: none; }
.user_profile_wrap .user_profile_body li { position: relative; min-height: 16px; margin-bottom: 20px; padding-left: 5em; word-break: break-all; word-wrap: break-word; }
.user_profile_wrap .user_profile_body li span { position: absolute; left: 0; top: 0; font-weight:bold; }

/* 레이어팝업 내 사용자 정보 */
.dialog_box .user_profile_wrap .info_photo { width: 80px; height: 80px; }
.dialog_box .user_profile_wrap .user_profile_body li { margin-bottom: 12px; }



/*------------------------------------------------------------------------------
  환경설정
-------------------------------------------------------------------------------*/
.my_preferences_wrap { }
.my_preferences_wrap dl,
.my_preferences_wrap dt,
.my_preferences_wrap dd,
.my_preferences_wrap ul,
.my_preferences_wrap li { margin: 0; padding: 0; list-style: none; }
.my_preferences_wrap dl { padding-bottom: 5px; border-top: 1px solid #dcdfe1; }
.my_preferences_wrap dl:first-child { border-top: none; }
.my_preferences_wrap dl.dim { position: relative; opacity: 0.4; }
.my_preferences_wrap dl.dim:after { content: ""; display: block; left: 0; right: 0; top: 0; bottom: 0; }
.my_preferences_wrap dl dt { position: relative; padding: 15px 15px 5px; font-weight: bold; }
.my_preferences_wrap dl dt.has_option { padding-bottom: 8px; }
.my_preferences_wrap dl dt.has_option ~ dd { display: none; }
.my_preferences_wrap dl dt.has_option.expand ~ dd { display: block; }
.my_preferences_wrap dl dt .form_option { position: absolute; right: 20px; top: 0; margin-top: 7px; }
.my_preferences_wrap dl dd { position: relative; padding: 4px 20px; padding-left: 30px; }
.my_preferences_wrap .note { margin: 15px 0 0; font-size: 0.85em; opacity: 0.6; }
.my_preferences_wrap .eb_radio_fieldset {}
.my_preferences_wrap .form_span ul { margin: 0; padding: 0; list-style: none; }
.my_preferences_wrap .form_span label,
.my_preferences_wrap .form_span select { vertical-align: top; min-height: 32px; line-height: 32px; }
.my_preferences_wrap .form_span label { display: inline-block; margin-right: 4px; }
.my_preferences_wrap .form_span select { float: right; }

.my_preferences_wrap .item_theme ul { display: table; width: 100%; }
.my_preferences_wrap .item_theme li { display: table-cell; width: 33.3%; margin-right: 0; padding-bottom: 5px; vertical-align: top; text-align: center; }
.my_preferences_wrap .item_theme .thumb { display: inline-block; margin: 5px 5px 7px; border: 1px solid #e7eaed; vertical-align: top; }
.my_preferences_wrap .item_theme .thumb img { display: block; width: 60px; }
.my_preferences_wrap .item_theme .eb_radio { display: block; }
.my_preferences_wrap .item_theme label { display: block; margin-left: 0; }
.my_preferences_wrap .item_theme span { display: block; }

/*.my_preferences_wrap .form_option.sub { margin-top: 10px; border-top: 1px solid rgba(128, 128, 128, 0.2); margin-bottom: -9px; }*/
.my_preferences_wrap .option_sub { margin-top: 24px; }
.my_preferences_wrap .option_sub:first-child { margin-top: 8px; }
.my_preferences_wrap .title_sub { display: block; margin-bottom: 8px; font-size: 0.85em; }
.my_preferences_wrap .form_period input { width: 100%; }

/* 알림 설정 */
.my_preferences_wrap .select_day { line-height: 32px; }
.my_preferences_wrap .select_day ul { display: flex; width: 100%; justify-content: center; gap: 1%; }
.my_preferences_wrap .select_day li { display: flex; border-top: none; }
.my_preferences_wrap .select_day li input { position: absolute; width: 0; height: 0; left: -9999px; }
.my_preferences_wrap .select_day li label { display: flex; width: 36px; height: 36px; border: 1px solid rgba(128, 128, 128, 0.12); border-radius: 50%; background-color: rgba(128, 128, 128, 0.04); font-size: 0.85em; align-items: center; justify-content: center; }
.my_preferences_wrap .select_day li input:checked + label { background-color: #1683ff; color: #fff; font-weight: bold; }

@media all and (max-width: 359px) {
	.my_preferences_wrap .select_day li label { width: 32px; height: 32px; }
}
@media all and (min-width: 640px),
@media all and (orientation: landscape) {
	.my_preferences_wrap .select_day li label { width: 40px; height: 40px; }
}

/*------------------------------------------------------------------------------
  시스템 알림 전체화면
-------------------------------------------------------------------------------*/
.system_wrap .system_cont { padding: 50px 30px 30px; text-align: center; line-height: 1.3; word-break: keep-all; word-wrap: break-word; min-height: 100%; box-sizing: border-box; }
.system_wrap .system_cont p { margin: 0; }
.system_wrap .system_cont .head_wrap { max-width: 80%; margin: 0 auto; margin-bottom: 30px; font-size: 1.35em; }
.system_wrap .system_cont .head_wrap .system_icon { display: block; width: 60px; height: 60px; margin: 0 auto; margin-bottom: 10px; }
.system_wrap .system_cont .head_wrap .system_icon img { display: block; }
.system_wrap .system_cont .input_form { position: relative; width: 150px; margin: 0 auto; margin-top: 10px; padding-right: 4em; }
.system_wrap .system_cont .input_form input { width: 100%; height: 35px; line-height: 35px; padding: 0 10px; border: solid 1px rgba(0, 0, 0, 0.1); background-color: #fafafa; border-radius: 3px; box-sizing: border-box; }
.system_wrap .system_cont .input_form .eb_btn { position: absolute; right: 0; top: 0; }
.error_wrap .head_wrap { }



/*------------------------------------------------------------------------------
  첨부이미지 보기
-------------------------------------------------------------------------------*/
.attached_image_wrap {}
.attached_image_wrap ul,
.attached_image_wrap li { margin: 0; padding: 0; list-style: none; }
.attached_image_wrap div.header .header_wrap .btn_download { right: 49px; }

/* 목록 */
.attached_image_list { padding: 5px; }
.attached_image_list ul { overflow: hidden; margin-left: -5px; font-size: 0; }
.attached_image_list li { display: inline-block; width: 33.3%; margin-bottom: 5px; padding-left: 5px; box-sizing: border-box; vertical-align: top; }
.attached_image_list a { display: block; overflow: hidden; position: relative; height: 0; padding-bottom: 100%; }
.attached_image_list a img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 100%; height: 100%; }

@media all and (min-width: 640px),
@media all and (orientation: landscape) {
	.attached_image_list li { width: 20%; }
}
/* ipad keyboard bug로 인해 한번 더 셋팅 : s */
body.Landscape .attached_image_list li { width: 20%; }
/* ipad keyboard bug로 인해 한번 더 셋팅 : e */

/* 상세 */
.attached_image_view { position: relative; position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.attached_image_view ul { white-space: nowrap; width: 100%; height: 100%; /*overflow-x: auto;*/ font-size: 0; }
.attached_image_view li { display: inline-block; width: 100%; height: 100%; vertical-align: middle; }
.attached_image_view li span { position: relative; display: block; height: 100%; }
.attached_image_view li img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; max-height: 100%; }
.attached_image_view .attached_image_btn .eb_btn { position: absolute; top: 0; bottom: 0; width: 60px; height: 60px; margin: auto; }
.attached_image_view .attached_image_btn .eb_btn.btn_thumb_prev { left: -10px; }
.attached_image_view .attached_image_btn .eb_btn.btn_thumb_next { right: -10px; }



/*------------------------------------------------------------------------------
  해시태그
-------------------------------------------------------------------------------*/
.item_hashtag { margin-top: -3px; }
.item_hashtag .hashtag { overflow: hidden; display: inline-block; max-width: 100%; margin-top: 3px; margin-right: 7px; color: #a0a0a0; font-size: 0.85em; vertical-align: top; }
.item_hashtag .hashtag:before { content: "#"; margin-right: 1px; color: #2e92e6; }



/*------------------------------------------------------------------------------
  필수항목 표시
-------------------------------------------------------------------------------*/
.essential_mark { display: inline-block; padding-left: 3px; color: #fc6e57; vertical-align: text-top; }
.contents_write .dt .essential_mark { position: absolute; top: 5px; left: -10px; }



/*------------------------------------------------------------------------------
  스크롤 표시
-------------------------------------------------------------------------------*/
.visible_scrollbar::-webkit-scrollbar { width: 4px; height: 8px; }
.visible_scrollbar::-webkit-scrollbar-thumb { background-color: #c3c6c9; }


/*멀티입력*/
.multi{ padding: 5px 0}
.outline{border: 1px solid #e4e7ed; padding:5px 10px; border-radius: 10px}
.outline .dl{border-top: 1px solid #e4e7ed}
.outline .dl:first-child{ border-top: none}

.eb_btn.btn_line_add { width: 25px; height: 25px; background: url('../image/icon/icon_form_add.png') center / 10px no-repeat; border: solid 1px #e4e6e9; border-radius: 3px;}
.eb_btn.btn_line_del { width: 25px; height: 25px; background: url('../image/icon/icon_form_del.png') center / 10px no-repeat; border: solid 1px #e4e6e9; border-radius: 3px;}
.attached_file_wrap ul{  margin: 0;  padding: 0; list-style: none;}



/*------------------------------------------------------------------------------
  판서
-------------------------------------------------------------------------------*/
.anno_contents .canvas_wrap { text-align: center; }
.app_correction_wrap { position: relative; text-align: center; }

/* 판서용 툴바 */
.app_correction_tool { height: 40px; padding: 5px 0; border-top: 1px solid #e5e5e5; background-color: #f9f9fb; z-index: 1; text-align: center; }
.app_correction_tool ul, .app_correction_tool li { list-style: none; margin: 0; padding: 0; }
.app_correction_tool li { position: relative; display: inline-block; margin: 0 2px; vertical-align: middle; }

/* 툴바 메뉴 */
.app_correction_tool .eb_btn { position: relative; width: 40px; height: 40px; padding: 0; background: center / 20px no-repeat; border: none; border-radius: 50%; font-size: 0; cursor: pointer; }
.app_correction_tool .eb_btn.pen { background: center / 24px no-repeat; border-radius: 50%; }
.app_correction_tool .eb_btn.pen.pn1 { background-image: url('../image/icon/btn_correction_pen1.png'); }
.app_correction_tool .eb_btn.pen.pn2 { background-image: url('../image/icon/btn_correction_pen2.png'); }
.app_correction_tool .eb_btn.eraser { background-image: url('../image/icon/btn_correction_eraser.png'); }
.app_correction_tool .eb_btn.color:after { filter: saturate(0.6); }
.app_correction_tool .eb_btn.text { background-image: url('../image/icon/btn_correction_text.png'); }
.app_correction_tool .eb_btn.undo { background-image: url('../image/icon/btn_correction_undo.png'); }
.app_correction_tool .eb_btn.redo { background-image: url('../image/icon/btn_correction_redo.png'); }
.app_correction_tool .eb_btn.reset { background-image: url('../image/icon/btn_correction_reset.png'); }

.app_correction_tool .select_opiton { display: none; position: absolute; left: -12px; bottom: 40px; padding: 8px 10px; background-color: #fff; border: 1px solid #c3c6c9; border-radius: 5px; white-space: nowrap; z-index: 3; }
.app_correction_tool .select_opiton .eb_btn { width: 40px; height: 40px; }
.app_correction_tool .eb_btn.active + .select_opiton { display: block; }
.app_correction_tool .select_opiton li { margin: 0 3px; }

/* 펜 */
.app_correction_tool .select_opiton .eb_btn.pen.selected { border: 3px solid #eb765f; }

/* 색상 */
.app_correction_tool .eb_btn.color:after { content: ""; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; border-radius: 50%; }
.app_correction_tool > ul > li > .eb_btn.color { width: 24px; height: 24px; margin: 8px; border: 3px solid #303030; background-color: #303030; }
.app_correction_tool .select_opiton .eb_btn.color:after { left: 4px; right: 4px; top: 4px; bottom: 4px; }
.app_correction_tool .highlighter .eb_btn.color:after { opacity: 0.35; }
.app_correction_tool .disabled .eb_btn.color { border-color: #e5e5e5; cursor: default; }
.app_correction_tool .disabled .eb_btn.color:after { opacity: 0.1; }
.app_correction_tool .disabled .select_opiton { display: none !important; }
.app_correction_tool .color.selected:after { background: url('../image/icon/btn_option_selected.png') center / 100% no-repeat; }
/* .app_correction_tool .eb_btn.color.cl0:after { background-color: #101010; } */ /* 검정 */
.app_correction_tool .eb_btn.color.cl1:after { background-color: #ec3030; } /* 빨강 */
.app_correction_tool .eb_btn.color.cl2:after { background-color: #406fcf; } /* 파랑 */
.app_correction_tool .eb_btn.color.cl3:after { background-color: #ffd906; } /* 노랑 */
.app_correction_tool .eb_btn.color.cl4:after { background-color: #4c9a4c; } /* 초록 */

/* 굵기 */
.app_correction_tool .width { background: none; }
.app_correction_tool .width:after { content: ""; display: inline-block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; margin: auto; background-color: #303030; vertical-align: middle; }
.app_correction_tool .width.selected:after { border: 3px solid #eb765f; }
.app_correction_tool .pen1.width:after { border-radius: 50%; }
.app_correction_tool .pen1.width.wd1:after { width: 6px; height: 6px; }
.app_correction_tool .pen1.width.wd2:after { width: 14px; height: 14px; }
.app_correction_tool .pen1.width.wd3:after { width: 20px; height: 20px; }
.app_correction_tool .pen2.width.wd1:after { width: 6px; height: 10px; }
.app_correction_tool .pen2.width.wd2:after { width: 6px; height: 20px; }
.app_correction_tool .pen2.width.wd3:after { width: 6px; height: 28px; }

/* 지우개 크기 */
.app_correction_tool .size { background: none; }
.app_correction_tool .size:after { content: ""; display: inline-block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; margin: auto; border-radius: 50%; background-color: #d5d5d5; vertical-align: middle; }
.app_correction_tool .size.selected:after { border: 3px solid #eb765f; }
.app_correction_tool .size.sz1:after { width: 14px; height: 14px; }
.app_correction_tool .size.sz2:after { width: 18px; height: 18px; }
.app_correction_tool .size.sz3:after { width: 22px; height: 22px; }

/* 실행취소&다시실행 */
.app_correction_tool .disabled .eb_btn.redo, 
.app_correction_tool .disabled .eb_btn.undo { opacity: 0.2; cursor: default; }

/* 리셋 */
.app_correction_tool .disabled .eb_btn.reset { opacity: 0.2; cursor: default; }

@media all and (max-width: 359px) {
	.app_correction_tool .eb_btn { width: 36px; height: 36px; padding: 0; background-size: 18px; }
}

/*------------------------------------------------------------------------------
  [개발컨설팅] yyyy-mm-dd / CST-DEV-0002 / 김희중 / [모바일] 분기형 설문, 금호타이어 기능 참고 (KHT-VOTE_1909-1110~1120, KET-REQ_010)
  [공통] 백분율 그래프 (설문 결과 보기 때문에 추가함)
-------------------------------------------------------------------------------*/
.percentage_bar { margin-top: 3px; font-size: 12px; }
.percentage_bar > span { display: block; vertical-align: middle; box-sizing: border-box; }
.percentage_bar .text { float: right; width: 5em; margin-top: -3px; padding-left: 8px; text-align: right; }
.percentage_bar .graph { margin-right: 5em; height: 6px; background-color: #f0f0f0; } 
.percentage_bar .graph .bar { display: block; height: 100%; width: 0; background-color: #9da0ae; }
