article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img,
.gm-style img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*************************************************************************/
body {
  color: #000;
  font-family: "Nanum Myeongjo", Helvetica, serif;
  font-weight: 400;
  line-height: 140%;
  margin: auto;
  padding: 0;
}
@media (min-width: 300px) {
  body {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 16px;
  }
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: 300;
  line-height: 140%;
  margin: 10px auto;
}
@media (min-width: 300px) {
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    font-size: 34px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    font-size: 24px;
    text-align: justify;
  }
}
body h2 {
  margin-bottom: 40px;
}
@media (min-width: 300px) {
  body h2 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  body h2 {
    font-size: 20px;
  }
}
body h3 {
  color: #8c0235;
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 300px) {
  body h3 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  body h3 {
    font-size: 20px;
  }
}
body a {
  text-decoration: none;
}
body a:link,
body a:visited {
  color: inherit;
}
body a:hover,
body a:focus,
body a:active {
  color: #8c0235;
  text-decoration: underline;
}
body #main {
  margin: auto;
  text-align: left;
  width: 100%;
}
body #main header {
  border-bottom: 1px dashed #999;
}
body #main header .logo {
  margin: auto;
  max-width: 1000px;
  padding: 20px 0 15px 0;
  text-align: center;
}
body #main header .logo img {
  max-height: 120px;
}
body #main header .logo .motto {
  color: #8c0235;
  line-height: 110%;
  margin: 20px auto 0 auto;
}
@media (min-width: 300px) {
  body #main header .logo .motto {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  body #main header .logo .motto {
    font-size: 30px;
  }
}
body #main #corpo {
  display: block;
  margin: 40px auto;
  max-width: 1000px;
}
@media (min-width: 300px) {
  body #main #corpo {
    padding: 0 40px;
  }
}
@media (min-width: 992px) {
  body #main #corpo {
    padding: 0;
  }
}
body #main #coming {
  border-top: 1px dashed #999;
  color: #999;
  font-size: 30px;
  padding: 40px 0;
  text-align: center;
}
body #main footer {
  border-top: 1px dashed #999;
  color: #444;
}
@media (min-width: 300px) {
  body #main footer {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  body #main footer {
    font-size: 14px;
  }
}
body #main footer .testo {
  margin: auto;
  max-width: 1000px;
  padding: 30px 0 0 0;
  text-align: center;
}
