/* 2020-03 Event */
@font-face {
    font-family: 'Spoqa Han Sans';
    font-weight: 700;
    src: url('/static/fonts/SpoqaHanSans-Bold.eot'),
        url('/static/fonts/SpoqaHanSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/SpoqaHanSans-Bold.woff2') format('woff2'),
        url('/static/fonts/SpoqaHanSans-Bold.woff') format('woff'),
        url('/static/fonts/SpoqaHanSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Spoqa Han Sans';
    font-weight: 400;
    src: url('/static/fonts/SpoqaHanSans-Regular.eot'),
        url('/static/fonts/SpoqaHanSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/SpoqaHanSans-Regular.woff2') format('woff2'),
        url('/static/fonts/SpoqaHanSans-Regular.ttf') format('truetype'),
        url('/static/fonts/SpoqaHanSans-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Spoqa Han Sans';
    font-weight: 300;
    src: url('/static/fonts/SpoqaHanSans-Light.eot'),
        url('/static/fonts/SpoqaHanSans-Light.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/SpoqaHanSans-Light.woff2') format('woff2'),
        url('/static/fonts/SpoqaHanSans-Light.ttf') format('truetype'),
        url('/static/fonts/SpoqaHanSans-Light.woff') format('woff');
}

@font-face {
    font-family: 'Spoqa Han Sans';
    font-weight: 100;
    src: url('/static/fonts/SpoqaHanSans-Thin.eot'),
        url('/static/fonts/SpoqaHanSans-Thin.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/SpoqaHanSans-Thin.woff2') format('woff2'),
        url('/static/fonts/SpoqaHanSans-Thin.ttf') format('truetype'),
        url('/static/fonts/SpoqaHanSans-Thin.woff') format('woff');
}

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
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%;
    font: inherit;
    vertical-align: baseline;
}

/* Remove all orange hover, focus highlights */
button,
button:hover,
button:focus,
li,
li:hover,
li:focus,
a,
a:hover,
a:focus,
*,
*:hover,
*:focus {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
}
h1,
h2,
h3,
h4,
h5 {
    color: #333333;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
    margin-top: 0;
}

* {
    font-family: 'Spoqa Han Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
}

ul li {
    list-style: none;
}
body {
    margin: 0;
    padding: 0;
}

section.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #2B3E54;
}
section.terms {
    padding-bottom: 60px;
}
section img.pc {
    width: 100%;
}
section img.mobile {
    display: none;
}

div.floating.btn-group {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20px;
}
div.floating.btn-group button.use-fint {
    width: 360px;
    padding: 16px 20px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    background-color: #00BADA;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 4px 10px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 4px 10px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 4px 10px 4px rgba(0,0,0,0.2);
}

@media only screen and (max-width: 767px) {
    section img.pc {
        display: none;
    }
    section img.mobile {
        width: 100%;
        display: block;
    }
}

