/*
Theme Name: theme_060
Theme URI: -
Author: jinho
Author URI: -
Description: theme 060
Version:1.0
*/

@charset "utf-8";

/* CSS RESET */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
button,
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;
  border: 0;
  font-size: 100%;
  background: none;
  font-family: "SF Pro KR";
  font-weight: 300;
}

body {
  line-height: 100%;
  overflow-x: hidden;
}

ol,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

hr {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

strong,
b {
  font-weight: normal;
}

button {
  cursor: pointer;
}

input,
textarea,
select {
  margin: 0px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

legend {
  display: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 100%;
  overflow-x: hidden;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
/* ::-moz-selection {
    background: #FCCE00;
    color: #fff;
}

::selection {
    background: #FCCE00;
    color: #fff;
} */

body {
  background-color: #1f1d2c;
  color: #fff;

  margin: 0 auto;
  max-width: 720px;
  min-width: 300px;
  width: 100%;
}
.banner {
  margin-top: 30px;
}
.border {
  border: 1px red solid;
}
.en {
  font-family: "SF Pro Display";
  word-break: keep-all;
  line-height: 1.2;
  padding-left: 20px;
}
.title {
  word-break: keep-all;
  line-height: 1.2;
}
.text {
  word-break: keep-all;
  line-height: 1.2;
}
.overflow {
  overflow-y: hidden;
  overflow-x: auto;
  padding-left: 20px;
}
.overflow::-webkit-scrollbar {
  display: block;
  background-color: #4a4661;
}
.overflow::-webkit-scrollbar-thumb {
  background-color: #716b94;
}
.viewed-text,
.text-viewed {
  display: none;
}

/*media query*/
@media all and (max-width: 1440px) {
}
@media all and (max-width: 1024px) {
}
@media all and (max-width: 767px) {
}
@media all and (max-width: 479px) {
  .overflow {
    overflow-x: scroll;
  }
  .overflow::-webkit-scrollbar {
    display: none;
  }
}
