@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: 'Noto Sans KR', 'Noto Sans', NotoSans, sans-serif;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

a {
  text-decoration: none;
  color: #444;
}

.terms .header {
  list-style: none;
}

.terms .header li {
  float: left;
  width: 50%;
}

.terms .header button {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 17px 0;
  text-align: center;
  background: none;
  border: none;
  font-size: 0.875rem;
  color: #c2c2c2;
  background-color: #f6f6f6;
  border-bottom: 1px solid #e1e1e1;
}

.terms .header li:first-child button {
  border-right: 1px solid #e1e1e1;
}

.terms .header li:last-child button {
  border-left: 1px solid #e1e1e1;
}

.terms .header .on button {
  color: #e61781;
  background-color: #fff;
  border: none !important;
  font-weight: 700;
}

.terms .header:after {
  content: '';
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
  visibility: hidden;
}

.terms .desc {
  padding: 0 12px 20px 12px;
  color: #666;
  line-height: 1.4;
  font-size: 0.8125rem;
}

.terms .privacy-policy,
.terms .terms {
  padding-top: 15px;
}

.desc p {
  margin-bottom: 5px;
}
.desc ol {
  padding: 5px 0 10px 20px;
}

.desc p + ol {
  margin-top: 0;
}
.desc ul {
  padding: 5px 0 10px 20px;
}

.desc ol li {
  font-size: 0.8125rem;
}

.desc h1 {
  margin: 15px 0 10px 0;
  font-size: 0.9375rem;
}

.desc h2 {
  padding-bottom: 5px;
  margin: 15px 0 15px 0;
  font-size: 0.875rem;
  border-bottom: 1px solid #eee;
}

.desc h3,
.desc h4,
.desc h5,
.desc h6 {
  margin: 10px 0 5px 0;
  font-size: 0.875rem;
}

.desc .legal-enumeration {
  margin: 8px 0 12px;
}

.desc .legal-enumeration-item {
  margin: 0 0 7px;
  padding-left: 1.75em;
  text-indent: -1.75em;
  line-height: 1.55;
}

.desc .legal-enumeration-item:last-child {
  margin-bottom: 0;
}

.desc .table-scroll {
  width: 100%;
  margin: 8px 0 14px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.desc .table-scroll:focus {
  outline: 2px solid #999;
  outline-offset: 2px;
}

.desc table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8125rem;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.desc table.privacy-consent-table {
  table-layout: fixed;
}

.desc table.privacy-consent-table tr > :nth-child(1) {
  width: 30%;
}

.desc table.privacy-consent-table tr > :nth-child(2) {
  width: 45%;
}

.desc table.privacy-consent-table tr > :nth-child(3) {
  width: 25%;
}

.desc table td,
.desc table th {
  padding: 5px;
  border: 1px solid #ddd;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: normal;
  white-space: normal;
}

.desc table th {
  background: #efefef;
}

@media (max-width: 767px) {
  .desc .table-scroll table {
    width: 100%;
    min-width: 100%;
  }

  .desc .table-scroll.cols-2 table {
    min-width: 520px;
  }

  .desc .table-scroll.cols-3 table {
    min-width: 640px;
  }

  .desc .table-scroll.cols-4 table {
    min-width: 760px;
  }

  .desc .table-scroll.cols-5 table {
    min-width: 880px;
  }

  .desc .table-scroll.cols-6 table {
    min-width: 1000px;
  }

  .desc .table-scroll table.privacy-consent-table {
    min-width: 760px;
  }
}

.desc a {
  text-decoration: underline;
}

button,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button:focus,
a:focus {
  outline: 0;
}
