@charset "UTF-8";
/* NHN Web Standardization Team (http://html.nhndesign.com/) HHJ 090226 */
/* COMMON */
body,
#smart_editor2,
#smart_editor2 p,
#smart_editor2 h1,
#smart_editor2 h2,
#smart_editor2 h3,
#smart_editor2 h4,
#smart_editor2 h5,
#smart_editor2 h6,
#smart_editor2 ul,
#smart_editor2 ol,
#smart_editor2 li,
#smart_editor2 dl,
#smart_editor2 dt,
#smart_editor2 dd,
#smart_editor2 table,
#smart_editor2 th,
#smart_editor2 td,
#smart_editor2 form,
#smart_editor2 fieldset,
#smart_editor2 legend,
#smart_editor2 input,
#smart_editor2 textarea,
#smart_editor2 button,
#smart_editor2 select {
  margin: 0;
  padding: 0;
}
#smart_editor2,
#smart_editor2 h1,
#smart_editor2 h2,
#smart_editor2 h3,
#smart_editor2 h4,
#smart_editor2 h5,
#smart_editor2 h6,
#smart_editor2 input,
#smart_editor2 textarea,
#smart_editor2 select,
#smart_editor2 table,
#smart_editor2 button {
  font-family: '돋움', Dotum, Helvetica, sans-serif;
  font-size: 12px;
  color: #666;
}
#smart_editor2 span,
#smart_editor2 em {
  font-size: 12px;
}
#smart_editor2 em,
#smart_editor2 address {
  font-style: normal;
}
#smart_editor2 img,
#smart_editor2 fieldset {
  border: 0;
}
#smart_editor2 hr {
  display: none;
}
#smart_editor2 ol,
#smart_editor2 ul {
  list-style: none;
}
#smart_editor2 button {
  border: 0;
  background: none;
  font-size: 11px;
  vertical-align: top;
  cursor: pointer;
}
#smart_editor2 button span,
#smart_editor2 button em {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: 0;
  font-size: 0;
  line-height: 0;
}
#smart_editor2 legend,
#smart_editor2 .blind {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
#smart_editor2 .input_ty1 {
  height: 14px;
  margin: 0;
  padding: 4px 2px 0 4px;
  border: 1px solid #c7c7c7;
  font-size: 11px;
  color: #666;
}
#smart_editor2 a:link,
#smart_editor2 a:visited,
#smart_editor2 a:active,
#smart_editor2 a:focus {
  color: #666;
  text-decoration: none;
}
#smart_editor2 a:hover {
  color: #666;
  text-decoration: underline;
}
/* LAYOUT */
#smart_editor2 .se2_header {
  margin: 10px 0 29px 0;
}
#smart_editor2 .se2_bi {
  float: left;
  width: 93px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: url('../img/ko_KR/btn_set.png?130306') -343px -358px no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -10000px;
  vertical-align: middle;
}
#smart_editor2 .se2_allhelp {
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 0;
  background: url('../img/ko_KR/btn_set.png?130306') -437px -358px no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -10000px;
  vertical-align: middle;
}
#smart_editor2 #smart_editor2_content {
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 5px;
  margin: 0 1px;
}
#smart_editor2.m_editor #smart_editor2_content {
  border: 0;
}
#smart_editor2.m_cmt_editor #smart_editor2_content {
  border: 0;
}
#smart_editor2.m_cmt_editor {
  max-height: 180px;
  /* padding-bottom: 10px; */
  overflow-y: auto;
}
#smart_editor2 .se2_tool {
  overflow: visible;
  position: relative;
  z-index: 25;
}
/* EDITINGAREA */
#smart_editor2 .se2_input_area {
  position: relative;
  z-index: 22;
  height: 400px;
  margin: 0;
  padding: 0;
  *zoom: 1;
  background-color: #fff;
}
#smart_editor2 .se2_input_wysiwyg,
#smart_editor2 .se2_input_syntax {
  display: block;
  overflow: auto;
  width: 100%;
  height: 100% !important;
  margin: 0;
  *margin: -1px 0 0 0;
  border: 0;
}
#smart_editor2.m_cmt_editor .se2_input_wysiwyg {
  /* padding-bottom: 10px; */
  /* margin-top: 15px;
  margin-bottom: 15px; */
}
/* EDITINGMODE */
#smart_editor2 .se2_conversion_mode {
  position: relative;
  height: 25px;
  padding-top: 1px;
  border-top: 1px solid #b5b5b5;
  /* background: url('../img/icon_set.gif') 0 -896px repeat-x; */
}
#smart_editor2 .se2_inputarea_controller {
  display: block;
  clear: both;
  position: relative;
  width: 100%;
  height: 25px;
  text-align: center;
  cursor: n-resize;
  transition: all 0.2s;
}
#smart_editor2 .se2_inputarea_controller:hover {
  background: #f8f8f8;
}
#smart_editor2 .se2_inputarea_controller span,
#smart_editor2 .controller_on span {
  background: url('../img/ico_extend.png') no-repeat;
}
#smart_editor2 .se2_inputarea_controller span {
  position: static;
  display: inline-block;
  visibility: visible;
  overflow: hidden;
  height: 15px;
  padding-left: 11px;
  background-position: 0 2px;
  color: #888;
  font-size: 12px;
  letter-spacing: -1px;
  line-height: 16px;
  white-space: nowrap;
}
* + html #smart_editor2 .se2_inputarea_controller span {
  line-height: 14px;
}
#smart_editor2 .controller_on span {
}
#smart_editor2 .ly_controller {
  display: block;
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 287px;
  margin-left: -148px;
  padding: 8px 0 7px 9px;
  border: 1px solid #827f7c;
  background: #fffdef;
}

/* 완전 숨김 */
#smart_editor2 .ly_controller.husky_seditor_resize_notice {
  display: none !important;
}

#smart_editor2 .ly_controller p {
  color: #666;
  font-size: 11px;
  letter-spacing: -1px;
  line-height: 11px;
}
#smart_editor2 .ly_controller .bt_clse,
#smart_editor2 .ly_controller .ic_arr {
  position: absolute;
  background: url('../img/ico_extend.png') no-repeat;
}
#smart_editor2 .ly_controller .bt_clse {
  top: 5px;
  right: 4px;
  width: 14px;
  height: 15px;
  background-position: 1px -43px;
}
#smart_editor2 .ly_controller .ic_arr {
  top: 25px;
  left: 50%;
  width: 10px;
  height: 6px;
  margin-left: -5px;
  background-position: 0 -65px;
}
#smart_editor2 .se2_converter {
  float: left;
  position: absolute;
  top: -1px;
  right: 3px;
  z-index: 20;
}
#smart_editor2 .se2_converter li {
  float: left;
}
#smart_editor2 .se2_converter .se2_to_editor {
  width: 59px;
  height: 15px;
  background: url('../img/ko_KR/btn_set.png?130306') 0 -85px no-repeat;
  vertical-align: top;
}
#smart_editor2 .se2_converter .se2_to_html {
  width: 59px;
  height: 15px;
  background: url('../img/ko_KR/btn_set.png?130306') -59px -70px no-repeat;
  vertical-align: top;
}
#smart_editor2 .se2_converter .se2_to_text {
  width: 60px;
  height: 15px;
  background: url('../img/ko_KR/btn_set.png?130306') -417px -466px no-repeat;
  vertical-align: top;
}
#smart_editor2 .se2_converter .active .se2_to_editor {
  width: 59px;
  height: 15px;
  background: url('../img/ko_KR/btn_set.png?130306') 0 -70px no-repeat;
  vertical-align: top;
}
#smart_editor2 .se2_converter .active .se2_to_html {
  width: 59px;
  height: 15px;
  background: url('../img/ko_KR/btn_set.png?130306') -59px -85px no-repeat;
  vertical-align: top;
}
#smart_editor2 .se2_converter .active .se2_to_text {
  width: 60px;
  height: 15px;
  background: url('../img/ko_KR/btn_set.png?130306') -417px -481px no-repeat;
  vertical-align: top;
}
/* EDITINGAREA_HTMLSRC */
#smart_editor2 .off .ico_btn,
#smart_editor2 .off .se2_more,
#smart_editor2 .off .se2_more2,
#smart_editor2 .off .se2_font_family,
#smart_editor2 .off .se2_font_size,
#smart_editor2 .off .se2_bold,
#smart_editor2 .off .se2_underline,
#smart_editor2 .off .se2_italic,
#smart_editor2 .off .se2_tdel,
#smart_editor2 .off .se2_fcolor,
#smart_editor2 .off .se2_fcolor_more,
#smart_editor2 .off .se2_bgcolor,
#smart_editor2 .off .se2_bgcolor_more,
#smart_editor2 .off .se2_left,
#smart_editor2 .off .se2_center,
#smart_editor2 .off .se2_right,
#smart_editor2 .off .se2_justify,
#smart_editor2 .off .se2_ol,
#smart_editor2 .off .se2_ul,
#smart_editor2 .off .se2_indent,
#smart_editor2 .off .se2_outdent,
#smart_editor2 .off .se2_lineheight,
#smart_editor2 .off .se2_del_style,
#smart_editor2 .off .se2_blockquote,
#smart_editor2 .off .se2_summary,
#smart_editor2 .off .se2_footnote,
#smart_editor2 .off .se2_url,
#smart_editor2 .off .se2_emoticon,
#smart_editor2 .off .se2_character,
#smart_editor2 .off .se2_table,
#smart_editor2 .off .se2_find,
#smart_editor2 .off .se2_spelling,
#smart_editor2 .off .se2_sup,
#smart_editor2 .off .se2_sub,
#smart_editor2 .off .se2_text_tool_more,
#smart_editor2 .off .se2_new,
#smart_editor2 .off .selected_color,
#smart_editor2 .off .se2_lineSticker {
  -ms-filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  filter: alpha(opacity=50);
}
/* LAYER */
#smart_editor2 .se2_text_tool .se2_layer {
  display: none;
  float: left;
  position: absolute;
  top: 30px;
  left: 50% !important;
  transform: translate(-50%, 0);
  width: 262px;
  z-index: 50;
  margin: 0;
  padding: 0;
  border: 1px solid #efefef;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}
#smart_editor2 .se2_text_tool li.active {
  z-index: 50;
}
#smart_editor2 .se2_text_tool .active .se2_layer.husky_se_fontSize_layer,
#smart_editor2 .se2_text_tool .active .se2_layer.husky_se_fontName_layer {
  overflow-y: scroll;
  max-height: calc(100vh - 90px);
  width: 300px;
}
#smart_editor2 .se2_text_tool .active .se2_layer {
  display: block;
  left: 5px !important;
  transform: translate(0, 0);
}
#smart_editor2 .se2_text_tool .active li .se2_layer {
  display: none;
}
#smart_editor2 .se2_text_tool .active .active .se2_layer {
  display: block;
}
#smart_editor2 .se2_text_tool .se2_layer .se2_in_layer {
  float: left;
  margin: 0;
  padding: 0;
  /* border: 1px solid #fff; */
  /* background: #fafafa; */
}
/* TEXT_TOOLBAR */
#smart_editor2 .se2_text_tool {
  position: relative;
  clear: both;
  z-index: 30;
  min-height: 48px;
  box-sizing: border-box;
  padding-top: 10px;
  /* padding-left: 10px; */
  *zoom: 1;
  border-bottom: 1px solid #ccc;
  padding-right: 90px;
}
#smart_editor2 .se2_text_tool:after {
  content: '';
  display: block;
  clear: both;
}
#smart_editor2 .se2_text_tool ul {
  float: left;
  display: inline;
  margin-right: 3px;
  padding-left: 1px;
  white-space: nowrap;
}
#smart_editor2 .se2_text_tool li {
  _display: inline;
  float: left;
  position: relative;
  margin-right: 2px;
  /* z-index: 30; */
}
#smart_editor2 .se2_text_tool button,
#smart_editor2 .se2_multy .se2_icon {
  width: 28px;
  height: 28px;
  /* background: url('../img/ko_KR/text_tool_set.png?140317') no-repeat; */
  vertical-align: top;
  /* padding: 3px 8px; */
  /* box-sizing: border-box; */
}
#smart_editor2 .se2_text_tool button::after,
#smart_editor2 .se2_text_tool .se2_font_family::after {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 30px;
  white-space: nowrap;
  z-index: 1;
  transform: translate(-50%, 0px);
  /* width: 100px; */
  padding: 0 10px;
  height: 27px;
  background: #202020;
  border: 1px solid #202020;
  border-radius: 5px;
  line-height: 27px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  transition: all 0.2s;
}
#smart_editor2 .se2_text_tool button:hover::after {
  opacity: 1;
}
#smart_editor2 .se2_text_tool .se2_font_type {
  position: relative;
}
#smart_editor2 .se2_text_tool .se2_font_type li {
  margin-left: 3px;
}
#smart_editor2 .se2_text_tool .se2_font_type .husky_seditor_ui_fontSize {
  height: 30px;
  margin-left: 10px;
}
#smart_editor2 .se2_text_tool .se2_font_type button {
  text-align: left;
  position: relative;
  overflow: visible;
}
#smart_editor2 .se2_text_tool .se2_font_type .husky_se2m_current_fontName::after,
#smart_editor2 .se2_text_tool .se2_font_type .husky_se2m_current_fontSize::after {
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  top: 10px;
  width: 10px;
  height: 10px;
  background: url(../img/arrow_updown.svg) no-repeat 0 0;
  background-size: cover;
}
#smart_editor2 .se2_text_tool .se2_font_type button.se2_font_family span,
#smart_editor2 .se2_text_tool .se2_font_type button.se2_font_size span {
  display: inline-block;
  visibility: visible;
  position: static;
  width: 82px;
  height: 26px;
  padding: 0 0 0 6px;
  font-size: 14px;
  line-height: 26px;
  *line-height: 26px;
  color: #333;
  *zoom: 1;
}
#smart_editor2 .se2_text_tool .se2_multy {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 0;
  margin-right: 0;
  white-space: nowrap;
  border-left: 1px solid #e0dedf;
}
#smart_editor2 .se2_text_tool .se2_multy .se2_mn {
  float: left;
  white-space: nowrap;
}
#smart_editor2 .se2_text_tool .se2_multy button {
  background-image: none;
  width: 47px;
}
#smart_editor2 .se2_text_tool .se2_multy .se2_icon {
  display: inline-block;
  visibility: visible;
  overflow: visible;
  position: static;
  width: 16px;
  height: 29px;
  margin: -1px 2px 0 -1px;
  background-position: 0 -132px;
  line-height: 30px;
  vertical-align: top;
}
#smart_editor2 .se2_text_tool .se2_multy button,
#smart_editor2 .se2_text_tool .se2_multy button span {
  height: 29px;
  line-height: 29px;
}
#smart_editor2 .se2_text_tool .se2_map .se2_icon {
  background-position: -29px -132px;
}
#smart_editor2 .se2_text_tool button span.se2_mntxt {
  display: inline-block;
  visibility: visible;
  overflow: visible;
  _overflow-y: hidden;
  position: relative;
  *margin-right: -1px;
  width: auto;
  height: 29px;
  font-weight: normal;
  font-size: 11px;
  line-height: 30px;
  *line-height: 29px;
  _line-height: 30px;
  color: #444;
  letter-spacing: -1px;
  vertical-align: top;
}
#smart_editor2 .se2_text_tool .se2_multy .se2_photo {
  margin-right: 1px;
}
#smart_editor2 .se2_text_tool .se2_multy .hover .ico_btn {
  background: #e8e8e8;
}
#smart_editor2 .se2_text_tool .se2_multy .se2_mn.hover {
  background: #e0dedf;
}
/* TEXT_TOOLBAR : ROUNDING */
#smart_editor2 ul li.first_child button span.tool_bg,
#smart_editor2 ul li.last_child button span.tool_bg,
#smart_editor2 ul li.single_child button span.tool_bg {
  visibility: visible;
  height: 21px;
}
#smart_editor2 ul li.first_child button span.tool_bg {
  /* left: -1px;
  width: 3px;
  background: url('../img/bg_button_left.gif?20121228') no-repeat; */
}
#smart_editor2 ul li.last_child button span.tool_bg {
  right: 0px;
  _right: -1px;
  width: 2px;
  background: url('../img/bg_button_right.gif') no-repeat;
}
#smart_editor2 ul li.single_child {
  padding-right: 1px;
}
#smart_editor2 ul li.single_child button span.tool_bg {
  left: 0;
  background: url('../img/bg_button.gif?20121228') no-repeat;
  width: 22px;
}
#smart_editor2 div.se2_text_tool ul li.hover button span.tool_bg {
  background-position: 0 -21px;
}
#smart_editor2 div.se2_text_tool ul li.active button span.tool_bg,
#smart_editor2 div.se2_text_tool ul li.active li.active button span.tool_bg {
  /* background-position: 0 -42px; */
  background: none;
}
#smart_editor2 div.se2_text_tool ul li.active li button span.tool_bg {
  background-position: 0 0;
}
/* TEXT_TOOLBAR : SUB_MENU */
#smart_editor2 .se2_sub_text_tool {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 40;
  width: auto;
  height: 29px;
  padding: 0 4px 0 0;
  border: 1px solid #b5b5b5;
  border-top: 1px solid #9a9a9a;
  background: #f4f4f4;
}
#smart_editor2 .active .se2_sub_text_tool {
  display: block;
}
#smart_editor2 .se2_sub_text_tool ul {
  float: left;
  height: 25px;
  margin: 0;
  padding: 4px 0 0 4px;
}
/* TEXT_TOOLBAR : SUB_MENU_SIZE */
#smart_editor2 .se2_sub_step1 {
  width: 88px;
}
#smart_editor2 .se2_sub_step2 {
  width: 199px;
}
#smart_editor2 .se2_sub_step2_1 {
  width: 178px;
}
/* TEXT_TOOLBAR : BUTTON */
#smart_editor2 .se2_text_tool .se2_font_family {
  width: 90px;
  height: 30px;
}
#smart_editor2 .se2_text_tool .se2_font_family::after {
  content: '폰트';
}
#smart_editor2 .se2_text_tool .hover .se2_font_family {
  background-position: 0 -72px;
}
#smart_editor2 .se2_text_tool .active .se2_font_family {
  background-position: 0 -103px;
}
#smart_editor2 .se2_text_tool .se2_font_size {
  width: 80px;
  height: 30px;
  background-position: -70px -10px;
}
#smart_editor2 .se2_text_tool .se2_font_size::after {
  content: '폰트 크기';
}
#smart_editor2 .se2_text_tool .hover .se2_font_size {
  background-position: -70px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_font_size {
  background-position: -70px -103px;
}
#smart_editor2 .se2_text_tool .se2_bold {
  font-size: 18px;
  font-weight: 900;
  transition: all 0.2s;
  border-radius: 4px;
  box-sizing: border-box;
  background: url(../img/ic_bold.svg) no-repeat center;
}
#smart_editor2 .se2_text_tool .se2_bold::after {
  content: '굵게';
}
#smart_editor2 .se2_text_tool .hover .se2_bold {
  background-color: #efefef;
}
#smart_editor2 .se2_text_tool .active .se2_bold {
  background: url(../img/ic_bold_active.svg) no-repeat center;
}
#smart_editor2 .se2_text_tool .active:hover .se2_bold {
  background-color: #efefef;
}
#smart_editor2 .se2_text_tool .se2_underline {
  font-size: 18px;
  transition: all 0.2s;
  border-radius: 4px;
  background: url(../img/ic_underline.svg) no-repeat center;
}
#smart_editor2 .se2_text_tool .se2_underline::after {
  content: '밑줄';
}
#smart_editor2 .se2_text_tool .hover .se2_underline {
  background-color: #efefef;
}
#smart_editor2 .se2_text_tool .active .se2_underline {
  background: url(../img/ic_underline_active.svg) no-repeat center;
}
#smart_editor2 .se2_text_tool .active:hover .se2_underline {
  background-color: #efefef;
}
#smart_editor2 .se2_text_tool .se2_italic {
  font-size: 18px;
  transition: all 0.2s;
  border-radius: 4px;
  background: url(../img/ic_italic.svg) no-repeat center;
}
#smart_editor2 .se2_text_tool .se2_italic::after {
  content: '기울이기';
}
#smart_editor2 .se2_text_tool .hover .se2_italic {
  background-color: #efefef;
}
#smart_editor2 .se2_text_tool .active .se2_italic {
  background: url(../img/ic_italic_active.svg) no-repeat center;
}
#smart_editor2 .se2_text_tool .active:hover .se2_italic {
  background-color: #efefef;
}
#smart_editor2 .se2_text_tool .se2_tdel {
  font-size: 18px;
  transition: all 0.2s;
  border-radius: 4px;
  background: url(../img/ic_strikethrough.svg) no-repeat center;
}
#smart_editor2 .se2_text_tool .se2_tdel::after {
  content: '취소선';
}
#smart_editor2 .se2_text_tool .hover .se2_tdel {
  background-color: #efefef;
}
#smart_editor2 .se2_text_tool .active .se2_tdel {
  background: url(../img/ic_strikethrough_active.svg) no-repeat center;
}
#smart_editor2 .se2_text_tool .se2_fcolor {
  position: relative;
  font-size: 20px !important;
  transition: all 0.2s;
  border-radius: 4px;
  background: url(../img/ic_text.svg) no-repeat 40% center;
}
#smart_editor2 .se2_text_tool .hover .se2_fcolor {
  background-color: #efefef;
}
#smart_editor2 .se2_text_tool .active .se2_fcolor {
}
#smart_editor2 .se2_text_tool .se2_fcolor_more {
  /* background-position: -220px -10px; */
  /* width: 20px; */
  /* border: 1px solid #efefef; */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 11;
}
#smart_editor2 .se2_text_tool .se2_fcolor_more::after {
  content: '글자색 바꾸기';
}
#smart_editor2 .se2_text_tool .hover .se2_fcolor_more {
}
#smart_editor2 .se2_text_tool .active .se2_fcolor_more {
}
#smart_editor2 .se2_text_tool .husky_seditor_ui_fontColor .selected_color {
  border-radius: 50%;
  width: 6px;
  height: 6px;
  left: auto;
  right: 5px;
  bottom: 5.5px;
  z-index: 2;
  border: 1px solid #000;
}

#smart_editor2 .se2_text_tool .selected_color {
  position: absolute;
  /* top: 14px; */
  left: 8.5px;
  bottom: 3px;
  width: 20px;
  height: 3px;
  font-size: 0;
  z-index: 10;
}
#smart_editor2 .se2_text_tool .husky_seditor_ui_BGColor .selected_color {
  width: 15.7px;
  height: 4.5px;
  border-radius: 3px;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 0.5px solid #000;
  z-index: 20;
  box-sizing: border-box;
  /* left: 5px;
  bottom: 0;
  width: 30px;
  height: 5px;
  border-radius: 4px;
  border: 1px solid #efefef; */
}
#smart_editor2 .se2_text_tool .husky_seditor_ui_BGColor .selected_color button {
  z-index: 10;
  text-shadow: 1px 1px 1px 1px rgba(255, 255, 255, 1);
}
#smart_editor2 .se2_text_tool .selected_color #smart_editor2 .se2_text_tool .se2_ol,
#smart_editor2 .se2_text_tool .active .se2_sub_text_tool .se2_ol {
  background-position: -345px -10px;
}
#smart_editor2 .se2_text_tool .se2_ul,
#smart_editor2 .se2_text_tool .active .se2_sub_text_tool .se2_ul {
  background-position: -366px -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_ol,
#smart_editor2 .se2_text_tool .active .se2_sub_text_tool .hover .se2_ol {
  background-position: -345px -72px;
}
#smart_editor2 .se2_text_tool .hover .se2_ul,
#smart_editor2 .se2_text_tool .active .se2_sub_text_tool .hover .se2_ul {
  background-position: -366px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_ol,
#smart_editor2 .se2_text_tool .active .active .se2_ol {
  background-position: -345px -103px;
}
#smart_editor2 .se2_text_tool .active .se2_ul,
#smart_editor2 .se2_text_tool .active .active .se2_ul {
  background-position: -366px -103px;
}
#smart_editor2 .se2_text_tool .se2_indent,
#smart_editor2 .se2_text_tool .active .se2_sub_text_tool .se2_indent {
  background-position: -408px -10px;
}
#smart_editor2 .se2_text_tool .se2_outdent,
#smart_editor2 .se2_text_tool .active .se2_sub_text_tool .se2_outdent {
  background-position: -387px -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_indent,
#smart_editor2 .se2_text_tool .active .se2_sub_text_tool .hover .se2_indent {
  background-position: -408px -72px;
}
#smart_editor2 .se2_text_tool .hover .se2_outdent,
#smart_editor2 .se2_text_tool .active .se2_sub_text_tool .hover .se2_outdent {
  background-position: -387px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_indent,
#smart_editor2 .se2_text_tool .active .active .se2_indent {
  background-position: -408px -103px;
}
#smart_editor2 .se2_text_tool .active .se2_outdent,
#smart_editor2 .se2_text_tool .active .active .se2_outdent {
  background-position: -387px -103px;
}
#smart_editor2 .se2_text_tool .se2_lineheight {
  background-position: -429px -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_lineheight {
  background-position: -429px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_lineheight {
  background-position: -429px -103px;
}
#smart_editor2 .se2_text_tool .se2_url {
  padding: 3px 8px;
  position: relative;
  left: 60px;
  display: none;
  /* position: absolute;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0; */
  transition: all 0.2s;
  border-radius: 4px;
}
#smart_editor2 .se2_text_tool .se2_url::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 23px;
  height: 23px;
  display: block;
  background: url(../img/ic-link.svg) no-repeat 0 0;
  background-size: cover;
}
#smart_editor2 .se2_text_tool .se2_url::after {
  content: '링크';
}
#smart_editor2 .se2_text_tool .hover .se2_url {
  background: #efefef;
}
#smart_editor2 .se2_text_tool .active .se2_url {
}
#smart_editor2 .se2_text_tool .se2_bgcolor {
  position: relative;
  z-index: 12;
  transition: all 0.2s;
  border-radius: 4px;
  background: url(../img/ic_fontbgcolor.svg) no-repeat center 30%;
}
#smart_editor2 .se2_text_tool .hover .se2_bgcolor {
  background-color: #efefef;
}
#smart_editor2 .se2_text_tool .active .se2_bgcolor {
}
#smart_editor2 .se2_text_tool .se2_bgcolor_more {
  /* width: 10px; */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  overflow: visible;
}
#smart_editor2 .se2_text_tool .se2_bgcolor_more::after {
  content: '글자 배경색 바꾸기';
}
#smart_editor2 .se2_text_tool .hover .se2_bgcolor_more {
}
#smart_editor2 .se2_text_tool .active:hover .se2_bgcolor_more {
}
#smart_editor2 .se2_text_tool .se2_left {
  margin-left: 25px;
  background: url(../img/align-left_2.svg) no-repeat center;
  transition: all 0.2s;
  border-radius: 4px;
  position: relative;

  @media (max-width: 720px) {
    margin-left: 0;
  }
}
#smart_editor2 .se2_text_tool .se2_left::before {
  content: '';
  display: block;
  position: absolute;
  left: -16px;
  top: 6px;
  height: 16px;
  width: 1px;
  background: #e8e8e8;
}
#smart_editor2 .se2_text_tool .hover .se2_left {
  background-color: #efefef;
  /* background-position: -261px -72px; */
}
#smart_editor2 .se2_text_tool .active .se2_left {
  background: url(../img/align-left_active_2.svg) no-repeat center;
}
#smart_editor2 .se2_text_tool .active:hover .se2_left {
  background-color: #efefef;
}
#smart_editor2 .se2_text_tool .se2_center {
  background: url(../img/align-center_2.svg) no-repeat center;
  transition: all 0.2s;
  border-radius: 4px;
  /* background-position: -282px -10px; */
}
#smart_editor2 .se2_text_tool .hover .se2_center {
  background-color: #efefef;
}
#smart_editor2 .se2_text_tool .active .se2_center {
  background: url(../img/align-center_active_2.svg) no-repeat center;
}
#smart_editor2 .se2_text_tool .active:hover .se2_center {
  background-color: #efefef;
}
#smart_editor2 .se2_text_tool .se2_right {
  background: url(../img/align-right_2.svg) no-repeat center;
  transition: all 0.2s;
  border-radius: 4px;
  position: relative;
}
#smart_editor2 .se2_text_tool .se2_right::before {
  content: '';
  display: block;
  position: absolute;
  right: -16px;
  top: 6px;
  height: 16px;
  width: 1px;
  background: #e8e8e8;
}
#smart_editor2 .se2_text_tool .hover .se2_right {
  background-color: #efefef;
}
#smart_editor2 .se2_text_tool .active:hover .se2_right {
  background-color: #efefef;
}
#smart_editor2 .se2_text_tool .active .se2_right {
  background: url(../img/align-right_active_2.svg) no-repeat center;
}
#smart_editor2 .se2_text_tool .se2_justify {
  background-position: -324px -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_justify {
  background-position: -324px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_justify {
  background-position: -324px -103px;
}
#smart_editor2 .se2_text_tool .se2_blockquote {
  background-position: -471px -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_blockquote {
  background-position: -471px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_blockquote {
  background-position: -471px -103px;
}
#smart_editor2 .se2_text_tool .se2_character {
  background-position: -555px -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_character {
  background-position: -555px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_character {
  background-position: -555px -103px;
}
#smart_editor2 .se2_text_tool .se2_table {
  background-position: -576px -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_table {
  background-position: -576px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_table {
  background-position: -576px -103px;
}
#smart_editor2 .se2_text_tool .se2_find {
  background-position: -597px -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_find {
  background-position: -597px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_find {
  background-position: -597px -103px;
}
#smart_editor2 .se2_text_tool .se2_sup {
  background-position: -660px -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_sup {
  background-position: -660px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_sup {
  background-position: -660px -103px;
}
#smart_editor2 .se2_text_tool .se2_sub {
  background-position: -681px -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_sub {
  background-position: -681px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_sub {
  background-position: -681px -103px;
}
#smart_editor2 .se2_text_tool .se2_text_tool_more {
  background-position: 0 -41px;
  width: 13px;
}
#smart_editor2 .se2_text_tool .se2_text_tool_more span.tool_bg {
  background: none;
}
#smart_editor2 .se2_text_tool .hover .se2_text_tool_more {
  background-position: -13px -41px;
}
#smart_editor2 .se2_text_tool .active .se2_text_tool_more {
  background-position: -26px -41px;
}

#smart_editor2 {
  width: 100% !important;
}
#smart_editor2_content .se2_font_type {
  z-index: 100;
}

/* 반응형 */
#smart_editor2{margin-right:1px !important;min-width:160px !important}

@media screen and (max-width: 640px){
  #smart_editor2{margin-right:1px !important;min-width:300px !important}
 #smart_editor2 .se2_text_tool ul:nth-child(4n){clear:both;}
 #smart_editor2 .se2_text_tool ul{margin-bottom:4px}
 #smart_editor2 .se2_text_tool ul:nth-child(n+4){margin-bottom:0}
 #smart_editor2 .se2_text_tool .se2_multy,#smart_editor2 .se2_text_tool .se2_multy button, #smart_editor2 .se2_text_tool .se2_multy button span{height:54px}
 #smart_editor2 .se2_text_tool button::after { content: "" !important; display: none !important; pointer-events: none !important; }
}
@media screen and (max-width: 515px){
 #smart_editor2 .se2_text_tool ul:nth-child(3n){clear:both;margin-left:4px}
 #smart_editor2 .se2_text_tool ul:nth-child(6n),#smart_editor2 .se2_text_tool ul:nth-child(4n){clear:none;margin-left:0}
 #smart_editor2 .se2_text_tool ul:nth-child(n+3){margin-bottom:0}
}
@media screen and (max-width: 370px){
 #smart_editor2 .se2_text_tool ul:nth-child(2n){clear:both;margin-left:4px}
 #smart_editor2 .se2_text_tool ul:nth-child(3n){clear:both;margin-left:4px}
 #smart_editor2 .se2_text_tool ul:nth-child(6n),#smart_editor2 .se2_text_tool ul:nth-child(4n){clear:none;margin-left:0}
 #smart_editor2 .se2_text_tool ul:nth-child(n+3){margin-bottom:0}
 #smart_editor2 .se2_text_tool .se2_multy,#smart_editor2 .se2_text_tool .se2_multy button, #smart_editor2 .se2_text_tool .se2_multy button span{height:79px}
}
@media screen and (max-width: 325px){
 #smart_editor2 .se2_text_tool .se2_multy,#smart_editor2 .se2_text_tool .se2_multy button, #smart_editor2 .se2_text_tool .se2_multy button span{height:29px;}
 #smart_editor2 .se2_text_tool .se2_multy{border-bottom:1px solid #e0dedf}
}

.test-123 {color: white;}