@charset "UTF-8";

body, h1, h2, h3, h4, h5, h6, textarea, th, ul, p, select, table, td, li, ol, input {
  margin: 0 auto;
  padding: 0;
  font-family: Malgun Gothic,'맑은 고딕',AppleGothic,Dotum,'돋움',sans-serif;;
}

a, a:visited {
  text-decoration: none;
}

.header {
  position: fixed;
  top: 5%;
  z-index: 100;
  width: 90%;
  height: 10%;
}

.area_logo {
  width: 90%;
  margin: 0 auto;
  padding: 20px;
}

.area_logo h1 {
  position: absolute;
}

.area_logo .sphokidz_logo {
  display: block;
  overflow: hidden;
  width: 128px;
  height: 95px;
  text-indent: 101%;
  white-space: nowrap;
  background: url('/images/sphokidz_logo.png') no-repeat;
}

footer {
  width: 100%;
  color: whitesmoke;
  background-color: #444444;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
  z-index: 123;
  opacity: 0.7;
  margin-top: 20px;
}

footer > address {
  font-style: normal;
}

footer > p {
  background-color: #444444;
}

footer a {
  color: whitesmoke;
}

footer .mailto {
  color: red;
}

.terms {
  width: 65%;
  margin: 0 auto;
}

.terms-head h1 {
  display: inline-block;
  font-size: 30px;
  margin: 20px 0;
}

.terms-head p {
  display: inline-block;
  font-size: 14px;
}

.terms-head p:before {
  margin: 0 20px;
  display: inline-block;
  width: 1px;
  height: 28px;
  vertical-align: bottom;
  background: #b7b7b7;
  content: '';
}

.terms-contents {
  font-size: 12px;
  line-height: 20px;
}

.terms-contents h1,
.terms-contents h2,
.terms-contents h3,
.terms-contents h4,
.terms-contents h5,
.terms-contents h6 {
  font-weight: normal;
}

.terms-contents h1 {
  font-size: 24px;
}

.terms-contents h2 {
  font-size: 20px;
}

.terms-contents h3 {
  font-size: 18px;
}

.terms-contents h4 {
  font-size: 16px;
}

.terms-contents h5 {
  font-size: 14px;
}

.terms-contents h6 {
  font-size: 12px;
}

footer .ci {
  position: absolute;
  width: 160px;
  height: 60px;
  margin: 6px 0 10px 50px;
  background: url("/images/ci.png") no-repeat 0;
}

@media (max-width: 1023px) {
  footer .ci {
    display: none;
  }
}

.hidden {
  display: none;
}

.terms-prev {
  float: right;
  margin-top: -10px;
}
