/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

.browserCompatibility {
  font-size: 0; }
  .browserCompatibility li {
    display: inline-block;
    margin-right: 20px; }

.icon-chrome, .icon-edge, .icon-firefox, .icon-internet-explorer, .icon-internet-explorer-6, .icon-internet-explorer-7-8, .icon-opera-mini, .icon-opera, .icon-safari-ios, .icon-safari-ios-6, .icon-safari, .icon-vivaldi {
  width: 64px;
  height: 64px;
  background: no-repeat 0 0;
  background-size: cover;
  display: inline-block; }

.icon-chrome {
  background-image: url('../images/browser-icons/chrome_128x128.png'); }

.icon-edge {
  background-image: url('../images/browser-icons/edge_128x128.png'); }

.icon-firefox {
  background-image: url('../images/browser-icons/firefox_128x128.png'); }

.icon-internet-explorer {
  background-image: url('../images/browser-icons/internet-explorer_128x128.png'); }

.icon-internet-explorer-6 {
  background-image: url('../images/browser-icons/internet-explorer_6_128x128.png'); }

.icon-internet-explorer-7-8 {
  background-image: url('../images/browser-icons/internet-explorer_7-8_128x128.png'); }

.icon-opera-mini {
  background-image: url('../images/browser-icons/opera-mini_128x128.png'); }

.icon-opera {
  background-image: url('../images/browser-icons/opera_128x128.png'); }

.icon-safari-ios {
  background-image: url('../images/browser-icons/safari-ios_128x128.png'); }

.icon-safari-ios-6 {
  background-image: url('../images/browser-icons/safari-ios_1-6_128x128.png'); }

.icon-safari {
  background-image: url('../images/browser-icons/safari_128x128.png'); }

.icon-vivaldi {
  background-image: url('../images/browser-icons/vivaldi_128x128.png'); }

body {
  font: 400 16px/1.5 "UD Shin Go Regular", Arial, Helvetica, Verdana;
  color: #959595; }
  body.lang-ko {
    font-family: "UD Shin Go Hangul Regular", "UD Shin Go Regular", Arial, Helvetica, Verdana; }

.wrap {
  width: 1020px;
  margin-left: auto;
  margin-right: auto; }
  .wrap .wrap {
    max-width: 70%; }

.text-center {
  text-align: center; }

h1 {
  font-size: 1.8em; }

h2 {
  font-size: 1.6em; }

h3 {
  font-size: 1.6em; }

h4 {
  font-size: 1.4em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 1em; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5em; }

p {
  margin-bottom: 40px; }

.appHeader {
  height: 150px;
  padding-top: 10px;
  margin-bottom: 50px; }
  .appHeader .identity {
    float: left;
    position: relative;
    top: 7px;
    left: 24px; }
  .appHeader hgroup {
    text-align: center;
    position: relative;
    top: 100%;
    width: 500px;
    margin: auto;
    -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%); }
    .lang-en .appHeader hgroup .decoratedTitle {
      letter-spacing: 0.2em; }
    .appHeader hgroup h5 {
      letter-spacing: 0.2em; }

.appFooter {
  padding-top: 50px;
  text-align: center; }

.appContainer {
  min-height: 560px;
  margin: 30px 0; }

.btn-view-source {
  background-color: transparent;
  border: 0;
  color: #ff64a0;
  padding: 0;
  font-size: 1.2em;
  border-bottom: 2px solid #ff64a0;
  cursor: pointer; }

.effectPreview {
  border: 1px solid #00b4ff;
  height: 560px;
  background: #fff;
  position: relative;
  margin-bottom: 30px; }
  .effectPreview.has-effect {
    background: transparent; }
  .effectPreview__info {
    position: absolute;
    background: rgba(0, 180, 255, 0.9);
    color: #fff;
    padding: 10px;
    right: 20px;
    bottom: 20px;
    width: 220px;
    font-size: .8em; }
    .effectPreview__info dd {
      margin-bottom: .5em; }
      .effectPreview__info dd:last-child {
        margin-bottom: 0; }
  .effectPreview__element:before, .effectPreview__element:after {
    content: "";
    display: table; }
  .effectPreview__element:after {
    clear: both; }
  .effectPreview__element.is-centered {
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .effectPreview__element.is-fullheight {
    height: 100%; }
  .effectPreview__current {
    position: absolute;
    background: #00b4ff;
    color: #fff;
    left: 0;
    top: 0;
    font-size: 0.8em;
    letter-spacing: -0.15em;
    padding: 11px 8px; }
  .effectPreview [class*="effectPreview__nav-"] {
    position: absolute;
    color: #fff;
    background: #00b4ff;
    padding: 5px 10px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    :hover > .effectPreview [class*="effectPreview__nav-"] {
      opacity: 1; }
  .effectPreview .effectPreview__nav-prev {
    left: 0; }
  .effectPreview .effectPreview__nav-next {
    right: 0; }

.appContainerWrapper {
  position: relative; }
  .appContainerWrapper__loadingMessage {
    position: absolute;
    left: -9999px;
    bottom: 0;
    width: 1020px;
    opacity: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 99;
    text-align: center;
    transition: 0.2s opacity ease-in, 0s left linear 0.22s; }
    .appContainerWrapper__loadingMessage > * {
      text-align: center;
      position: relative;
      top: 280px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      background: rgba(0, 0, 0, 0.4);
      color: #fff;
      display: inline-block;
      padding: 5px 20px; }
    .loading-effect .appContainerWrapper__loadingMessage {
      left: 0;
      opacity: 1;
      transition-delay: 0s; }
  .appContainerWrapper .decoratedTitle {
    font-size: 1.2em;
    letter-spacing: 0.15em; }

.viewSource {
  position: fixed;
  left: 50px;
  top: 50px;
  bottom: 50px;
  right: 50px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  border: 1px solid #666;
  z-index: 999;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  display: none; }
  .viewSource__close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    font-size: 40px;
    line-height: 1;
    color: #ff64a0;
    cursor: pointer; }
  .viewSource tr, .viewSource td {
    vertical-align: top;
    text-align: left; }
  .viewSource table {
    width: 96%;
    height: 96%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 10px 50px; }
  .viewSource td {
    width: 50%;
    overflow: auto; }
    .viewSource td textarea {
      display: block;
      width: 100%;
      height: 80%; }
  .viewSource tr, .viewSource td {
    height: 50%; }

.viewSourceContent {
  display: none; }

.toolSelector {
  float: right;
  width: 255px;
  position: relative;
  z-index: 50; }
  .toolSelector__tool {
    margin-bottom: 30px; }
    .toolSelector__tool:last-child {
      margin-bottom: 0; }
  .toolSelector label {
    display: block;
    color: #00b4ff;
    border-bottom: 1px solid #00b4ff;
    padding-bottom: .2em;
    letter-spacing: 0.1em; }
  .toolSelector select {
    border: 0;
    display: block;
    width: 100%;
    padding: 5px 0; }

.decoratedTitle {
  color: #00b4ff;
  letter-spacing: 0.1em; }
  .decoratedTitle:after {
    content: "";
    display: block;
    width: 5%;
    height: 2px;
    background: #ff64a0;
    margin: 10px auto; }

.stylishSeparator {
  position: relative; }
  .stylishSeparator:before, .stylishSeparator:after {
    content: "";
    position: absolute;
    top: 0;
    height: 3px; }
  .stylishSeparator:before {
    left: 0;
    width: 40%;
    background: #ff64a0; }
  .stylishSeparator:after {
    right: 0;
    width: 60%;
    border-left: 1px solid #fff;
    background: #00b4ff; }