
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;
}
img {
  border: 0;
  vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  height: 100%;
}

body {
  height: 100%;
  line-height: 1;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
  font-family: 'Nanum Gothic', sans-serif;;
}

body:before,
body:after {
  overflow: hidden;
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

.service-wrap {
  width: 800px;
  margin: 0 10px;
  padding: 3vh 0 10vh;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  text-align: center;
  font-size: 14px;
  max-width: calc(100% - 20px);
}

.service-wrap.lang-ko {
  word-break: keep-all;
}

.header__logo {
  background: url("../img/header-logo.png") no-repeat center;
  background-size: contain;
  text-indent: -99999px;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top:18.375%;
}

.content {
  padding: 50px 10px; }
  .content__alert {
    text-align: center; }
    .content__alert strong {
      display: block;
      font-weight: 700;
      font-size: 23px;
      margin-top: 20px; }
    .content__alert p {
      font-size: 16px;
      line-height: 1.6;
      font-weight: 700;
      margin-top: 18px; }
    .content__alert .icon-alert {
      display: inline-block;
      background: url("../img/icon-alert.png") no-repeat 0 0;
      width: 92px;
      height: 77px; }

.footer {
  background: #4F2F85;
  border-radius: 5px; }
  .footer__info {
    padding: 1em 0.5em; }
    .footer__info p {
      color: #fff;
      font-size: 23px;
      font-size: clamp(13px, 3vw, 23px);
      text-align: center;
      font-weight: 700;
      line-height: 1.3; }

