@charset "utf-8";
@import "editor.css";

/* ----- ±âº» ·¹ÀÌ¾Æ¿ô ----- */
#_wrap #_wrapArticle #_container {
  min-height: 500px;
}

/* ----- clearfix ÇØÅ·: after, before Á¶ÇÕ ----- */
#_wrap #_wrapArticle #_container:after:after,
#_wrap #_wrapArticle #_container:after:before,
#_wrap #_wrapArticle #_container:before:after,
#_wrap #_wrapArticle #_container:before:before,
#_wrap #_wrapArticle:after:after,
#_wrap #_wrapArticle:after:before,
#_wrap #_wrapArticle:before:after,
#_wrap #_wrapArticle:before:before,
#_pageNavigation:after:after,
#_pageNavigation:after:before,
#_pageNavigation:before:after,
#_pageNavigation:before:before {
  clear: both;
  display: block;
  content: "";
}

/* ----- ÆäÀÌÁö ³×ºñ°ÔÀÌ¼Ç ----- */
#_pageNavigation li {
  float: left;
  margin-left: 10px;
}
#_pageNavigation li span {
  display: inline-block;
}

/* ----- ¿ÀºêÁ§Æ®(ÄÁÅÙÃ÷) °øÅë ----- */
._obj {
  overflow: hidden;
  position: relative;
}
._obj .widgetIframe {
  width: 100%;
}
._obj._objImage img {
  max-width: 100%;
  width: auto !important;
  max-height: 100%;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
._obj._objHtml ._content,
._obj._objTag ._content {
  width: 100%;
  height: 100%;
}

/* ----- À§Á¬ °ü·Ã ----- */
._obj._objWidget ._relative ._content ._sample {
  text-align: center;
  padding: 10em 0;
}
._obj._objWidget ._relative ._content iframe.widgetIframe {
  border: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
._obj._objWidget ._relative ._content:after {
  content: "widget";
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid #959595;
  padding: .1em 0;
  background: rgba(0,0,0,.36);
  text-align: center;
  display: none;
}

/* ----- ¿¡µðÅÍ µµ±¸ ----- */
._obj._objEditable ._relative ._objTool {
  width: 30px;
}
._obj._objEditable ._relative ._objTool ._del {
  display: none;
}

/* ----- ¸Þ½ÃÁö ¹Ú½º ----- */
._obj ._msgWrap {
  padding: 3em 0 2em;
}

