@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700;800&display=swap');
@font-face {
    font-family: 'HgGh';
    src:url('./font/HGGGothicssi40g.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'HgGh';
    src:url('./font/HGGGothicssi60g.ttf') format('truetype');
    font-weight: 600;
} 
@font-face {
    font-family: 'HgGh';
    src:url('./font/HGGGothicssi80g.ttf') format('truetype');
    font-weight: 800;
}

@font-face {
    font-family: 'Source Sans Pro';
    src:url('./font/SourceSansPro-Regular.otf') format('opentype');
    font-weight: 400;
}
@font-face {
    font-family: 'Source Sans Pro';
    src:url('./font/SourceSansPro-Semibold.otf') format('opentype');
    font-weight: 600;
}
@font-face {
    font-family: 'Source Sans Pro';
    src:url('./font/SourceSansPro-Bold.otf') format('opentype');
    font-weight: 800;
}

@font-face {
    font-family: 'caxton';
    src:url('./font/CaxtonStd-Bold.otf') format('opentype');
    font-weight: 800;
}
@font-face {
    font-family: 'caxton';
    src:url('./font/CaxtonStd-Book.otf') format('opentype');
    font-weight: 400;
}


html, body { height:100%; }
html {
    -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
    font-size: 16px;
    line-height: 1.42857143;
    font-weight: 400;
    color:#FFF;
    background: #010004;
}
.f-hg { font-family: 'HgGh', sans-serif; }
.f-ssp { font-family: 'Source Sans Pro', sans-serif;  }
.f-cax { font-family: 'caxton', sans-serif;  }

* {
  font-family: 'Noto Sans KR', 'Noto Sans', Helvetica, Arial, sans-serif;
  outline:0;
  padding:0;margin:0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
article, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
h1,h2,h3,h4,h5 { font-weight: normal; }
img { max-width:100%; vertical-align: bottom; border:0; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  font-family: 'Noto Sans KR', 'Noto Sans', Helvetica, Arial, sans-serif;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
b,strong { font-weight:800; }
a { color: inherit; text-decoration: none; }
table {
    border-spacing: 0;
    border-collapse: collapse !important;
    background-color: transparent;
}

.container {
  position:relative;
  width:100%;
  max-width:640px;
  margin-right: auto;
  margin-left: auto;
}

/* button */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}
.btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: none;
}
.btn-default {
  color:#9a9a9a;
  border:1px solid #cdcdcd;
  background-color: #cdcdcd;
}
.btn-letter {
  font-size:25px;
  font-weight:bold;
  color:#18043a;
  background:#8dc63f;
}
.btn-border {
  color:#cf1216;
  border:1px solid #cf1216;
  background-color: transparent;
}

.btn-group ul {
  list-style: none;
  display: table;
  width:100%;
  padding:0;
}
.btn-group ul li { display: table-cell; width:1%; text-align:center; vertical-align: middle; padding:0 2px; }

.input-class {
  display: block;
  width: 100%;
  height: 46px;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.42857143;
  color: #000;
  border: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #9a9a9a;
}

.ic-sns {
  display: inline-block;
  text-indent: -999999px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  border:0;
}
.ic-facebook { background-image: url('../images/ic-facebook.png'); }
.ic-youtube { background-image: url('../images/ic-youtube.png'); }
.ic-insta { background-image: url('../images/ic-insta.png'); }

.ic-facebook.b { background-image: url('../images/ic-facebook_b.png'); }
.ic-youtube.b { background-image: url('../images/ic-youtube_b.png'); }
.ic-insta.b { background-image: url('../images/ic-insta_b.png'); }


.ic-more {
  display: inline-block;
  width: 22px;
  height:22px;
  background: transparent url('../images/ic-more.png') no-repeat center center /cover;
}


.checkbox input[type="checkbox"] { display:none; }
.checkbox label { color:#fff; font-size:16px; font-weight:700; cursor:pointer; }
.checkbox label:before {
  content: "";
  position: relative;
  top:5px;
  display: inline-block;
  width:22px;
  height:22px;
  background: transparent url('../images/ic-check.png') no-repeat 0 0 /100%;
  margin-right:10px;
}
.checkbox input[type="checkbox"]:checked + label:before {
  background-image: url('../images/ic-check-on.png');
}

/* placeholder style */
input::-webkit-input-placeholder {
  font-weight: normal;
}
input:-ms-input-placeholder {
  font-weight: normal;
}