#tinymce
{
  margin: 10px;
  font-family: 'Noto Sans KR', sans-serif;
}

.apln-content
{
  line-height: 1.2;
  word-break: break-word;
}

.apln-content p,
.apln-content h1,
.apln-content h2,
.apln-content h3,
.apln-content h4,
.apln-content h5,
.apln-content h6,
.apln-content ul,
.apln-content ol,
.apln-content blockquote,
.apln-content hr
{
  margin: 21px 0;
  line-height: 1.4;
}

.apln-content b,
.apln-content strong,
.apln-content h1,
.apln-content h2,
.apln-content h3
.apln-content h4
.apln-content h5
.apln-content h6
{
  font-weight: 700;
}

.apln-content h1
{
  font-size: 1.3rem;
}

.apln-content h2
{
  font-size: 1.2rem;
}

.apln-content em,
.apln-content i
{
  font-style: italic;
}

.apln-content ul,
.apln-content ol
{
  padding-left: 20px
}

.apln-content ul
{
  list-style: disc;
}

.apln-content ol
{
  list-style: decimal;
}

.apln-content blockquote
{
  padding: 0 15px;
  border: 1px solid #aaaaaa;
  box-shadow: 0 0 10px 5px #eee
}

.apln-content img
{
  height: auto;
  max-width: 100%;
}

.apln-content a
{
  color: #0000EE;
}

.apln-content a:visited
{
  color: #551A8B;
}

.apln-content a:active
{
  color: #EE0000;
}

/* ------------------------------------------------------- */

.apln-content .wp-caption
{
  max-width: 100%;
}

.apln-content dl.wp-caption dt.wp-caption-dt img {
  display: inline-block;
  margin-bottom: -1ex;
}

.apln-content dl.wp-caption,
.apln-content dl.wp-caption *
{
  -webkit-user-drag: none;
}

.apln-content .wp-caption-dd
{
  font-size: 0.9rem;
  padding-top: 0.5em;
}

.apln-content .aligncenter
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.apln-content .alignleft
{
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.apln-content .alignright
{
  float: right;
  margin: 0.5em 0 0.5em 1em;
}


/* Remove blue highlighting of selected images in WebKit */

.apln-content img[data-mce-selected]::selection
{
  background-color: transparent;
}


/* Styles for the WordPress plugins */

.mce-content-body img[data-mce-placeholder]
{
  border-radius: 0;
  padding: 0;
}

.mce-content-body img[data-wp-more]
{
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 96%;
  height: 16px;
  display: block;
  margin: 15px auto 0;
  outline: 0;
  cursor: default;
}

.mce-content-body img[data-mce-placeholder][data-mce-selected]
{
  outline: 1px dotted #888;
}

.mce-content-body img[data-wp-more="more"]
{
  background: transparent url(images/more.png ) repeat-y scroll center center;
}

.mce-content-body img[data-wp-more="nextpage"]
{
  background: transparent url(images/pagebreak.png ) repeat-y scroll center center;
}


/* Styles for formatting the boundaries of anchors and code elements */

.mce-content-body a[data-mce-selected]
{
  padding: 0 2px;
  margin: 0 -2px;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #bfe6ff;
  background: #bfe6ff;
}

.mce-content-body .wp-caption-dt a[data-mce-selected]
{
  outline: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  background: transparent;
}

.mce-content-body code
{
  padding: 2px 4px;
  margin: 0;
  border-radius: 2px;
  color: #222;
  background: #f2f4f5;
}

.mce-content-body code[data-mce-selected]
{
  background: #e9ebec;
}


/* Gallery, audio, video placeholders */

.mce-content-body img.wp-media
{
  border: 1px solid #aaa;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: center center;
  width: 99%;
  height: 250px;
  outline: 0;
  cursor: pointer;
}

.mce-content-body img.wp-media:hover
{
  background-color: #ededed;
  border-color: #72777c;
}

.mce-content-body img.wp-media.wp-media-selected
{
  background-color: #d8d8d8;
  border-color: #72777c;
}

.mce-content-body img.wp-media.wp-gallery
{
  background-image: url(images/gallery.png);
}


/* Image resize handles */

.mce-content-body div.mce-resizehandle
{
  border-color: #72777c;
  width: 7px;
  height: 7px;
}

.mce-content-body img[data-mce-selected]
{
  outline: 1px solid #72777c;
}

.mce-content-body img[data-mce-resize="false"]
{
  outline: 0;
}

.apln-content audio,
.apln-content video,
.apln-content embed
{
  display: -moz-inline-stack;
  display: inline-block;
}

.apln-content audio
{
  visibility: hidden;
}


/* Fix for proprietary Mozilla display attribute, see #38757 */

.apln-content [_moz_abspos]
{
  outline: none;
}

.apln-content a[data-wplink-url-error],
.apln-content a[data-wplink-url-error]:hover,
.apln-content a[data-wplink-url-error]:focus
{
  outline: 2px dotted #dc3232;
  position: relative;
}

.apln-content a[data-wplink-url-error]:before
{
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  outline: 2px dotted #fff;
  z-index: -1;
}


/**
 * WP Views
 */

.apln-content .wpview
{
  width: 99.99%;
  /* All IE need hasLayout, incl. 11 (ugh, not again!!) */
  position: relative;
  clear: both;
  margin-bottom: 16px;
  border: 1px solid transparent;
}

.apln-content .mce-shim
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.apln-content .wpview[data-mce-selected="2"] .mce-shim
{
  display: none;
}

.apln-content .wpview .loading-placeholder
{
  border: 1px dashed #ccc;
  padding: 10px;
}

.apln-content .wpview[data-mce-selected] .loading-placeholder
{
  border-color: transparent;
}


/* A little "loading" animation, not showing in IE < 10 */

.apln-content .wpview .wpview-loading
{
  width: 60px;
  height: 5px;
  overflow: hidden;
  background-color: transparent;
  margin: 10px auto 0;
}

.wpview .wpview-loading ins {
  background-color: #333;
  margin: 0 0 0 -60px;
  width: 36px;
  height: 5px;
  display: block;
  -webkit-animation: wpview-loading 1.3s infinite 1s steps(36);
  animation: wpview-loading 1.3s infinite 1s steps(36);
}

@-webkit-keyframes wpview-loading {
  0% {
    margin-left: -60px;
  }
  100% {
    margin-left: 60px;
  }
}

@keyframes wpview-loading {
  0% {
    margin-left: -60px;
  }
  100% {
    margin-left: 60px;
  }
}

.apln-content .wpview .wpview-content>iframe
{
  max-width: 100%;
  background: transparent;
}

.apln-content .wpview-error
{
  border: 1px solid #ddd;
  padding: 1em 0;
  margin: 0;
  word-wrap: break-word;
}

.apln-content .wpview[data-mce-selected] .wpview-error
{
  border-color: transparent;
}

.apln-content .wpview-error p
{
  margin: 0;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.apln-content .wpview-type-gallery:after
{
  content: "";
  display: table;
  clear: both;
}

.apln-content .gallery img[data-mce-selected]:focus
{
  outline: none;
}

.apln-content .gallery a
{
  cursor: default;
}

.apln-content .gallery
{
  margin: auto -6px;
  padding: 6px 0;
  line-height: 1;
  overflow-x: hidden;
}

.apln-content .ie7 .gallery,
.apln-content .ie8 .gallery
{
  margin: auto;
}

.apln-content .gallery .gallery-item
{
  float: left;
  margin: 0;
  text-align: center;
  padding: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.apln-content .ie7 .gallery .gallery-item,
.apln-content .ie8 .gallery .gallery-item
{
  padding: 6px 0;
}

.apln-content .gallery .gallery-caption,
.apln-content .gallery .gallery-icon
{
  margin: 0;
}

.apln-content .gallery .gallery-caption
{
  font-size: 13px;
  margin: 4px 0;
}

.apln-content .gallery-columns-1 .gallery-item
{
  width: 100%;
}

.apln-content .gallery-columns-2 .gallery-item
{
  width: 50%;
}

.apln-content .gallery-columns-3 .gallery-item
{
  width: 33.333%;
}

.apln-content .ie8 .gallery-columns-3 .gallery-item,
.apln-content .ie7 .gallery-columns-3 .gallery-item
{
  width: 33%;
}

.apln-content .gallery-columns-4 .gallery-item
{
  width: 25%;
}

.apln-content .gallery-columns-5 .gallery-item
{
  width: 20%;
}

.apln-content .gallery-columns-6 .gallery-item
{
  width: 16.665%;
}

.apln-content .gallery-columns-7 .gallery-item
{
  width: 14.285%;
}

.apln-content .gallery-columns-8 .gallery-item
{
  width: 12.5%;
}

.apln-content .gallery-columns-9 .gallery-item
{
  width: 11.111%;
}

.apln-content .gallery img
{
  max-width: 100%;
  height: auto;
  border: none;
  padding: 0;
}

.apln-content img.wp-oembed
{
  border: 1px dashed #888;
  background: #f7f5f2 url(images/embedded.png) no-repeat scroll center center;
  width: 300px;
  height: 250px;
  outline: 0;
}


/* rtl */

.apln-content .rtl .gallery .gallery-item
{
  float: right;
}