@font-face {
    font-family: 'Apple SD Gothic Neo';
    src: local('Apple SD Gothic Neo Regular');
    src: url('../fonts/appleSdGothicNeoRegular.eot');
    src: local(※), url('../fonts/appleSdGothicNeoRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/appleSdGothicNeoRegular.woff') format('woff'), url('../fonts/appleSdGothicNeoRegular.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Apple SD Gothic Neo';
    src: local('Apple SD Gothic Neo Bold');
    src: url('../fonts/appleSdGothicNeoBold.eot');
    src: local(※), url('../fonts/appleSdGothicNeoBold.eot?#iefix') format('embedded-opentype'), url('../fonts/appleSdGothicNeoBold.woff') format('woff'), url('../fonts/appleSdGothicNeoBold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'CircularStdBold';
    src: url('../fonts/CircularStdBold.eot');
    src: local('CircularStdBold'), url('../fonts/CircularStdBold.woff') format('woff'), url('../fonts/CircularStdBold.ttf') format('truetype');
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

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

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
em,
ul,
ol,
li,
dl,
dt,
dd,
div,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
label,
iframe,
pre,
code,
blockquote,
video,
audio,
object,
img,
canvas,
address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
object {
    margin: 0;
    padding: 0;
}

body {
    -webkit-text-size-adjust: none;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: inherit;
}

hr,
legend {
    display: none;
}

ul,
ol,
dl,
dt,
dd {
    list-style: none;
}

table {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}

tr,
th,
td {
    border: none;
    -webkit-box-orient: vertical;
}

caption {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

input[type='text'],
input[type='password'],
input[type='button'],
input[type='number'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='hidden'],
textarea,
select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    border: none;
    background-color: transparent;
    outline: none;
}

input[type='checkbox'],
input[type='radio'] {
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border-radius: 0;
    outline: none;
    border: none;
}

input,
textarea,
select,
button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    vertical-align: middle;
}

button {
    overflow: visible;
    border: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: none;
}

button,
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

em {
    font-style: normal;
}

img {
    vertical-align: top;
}

i {
    font-style: normal;
}

html,
body {
    font-family: -apple-system, 'BlinkMacSystemFont', 'Apple SD Gothic Neo', '애플 SD 산돌고딕 Neo', sans-serif;
    text-align: center;
    font-size: 14px;
    overscroll-behavior: none;
    word-break: keep-all;
    background-color: #000000;
    color: #ffffff;
}

h2 {
    font-family: 'CircularStdBold';
    font-size: 24px;
    font-weight: 500;
}

p {
    font-size: 12px;
    line-height: 18px;
}

.scroller-proxy {
    width: 100vw;
    height: 100vh;
    overflow: auto;
    margin: 0;
}

body {
    font-family: 'HelveticaNeue', 'NotoSans', sans-serif;
}

a {
    color: #3c93e3;
    text-decoration: underline;
    font-weight: 700;
}

h1 {
    text-align: left;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
    margin-left: 10px;
}
h1 img {
    width: 92px;
}
section {
    position: relative;
    z-index: 3;
}
.background {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
}
.background .dimmed {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    opacity: 0;
    z-index: 1;
    transition: 0.6s opacity cubic-bezier(0.33, 1, 0.68, 1);
}
.background .dimmed.show {
    opacity: 0.9;
}
.background-inner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

body.isIE11 .background-inner {
    background: url('../images/background2.jpg') no-repeat center center;
    background-size: cover;
}

.background-inner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 1300px;
}

.title {
    padding-top: 90vh;
    padding-bottom: 66px;
}
.title h2 {
    font-size: 32px;
    letter-spacing: 0.1px;
    padding-bottom: 13px;
}
.title .time {
    font-size: 16px;
    color: #3c93e3;
}
.description {
    padding-bottom: 66px;
}
.description p {
    padding-bottom: 13px;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: -0.45px;
}
.description .btn-img {
    margin-left: 4px;
}
.description .btn-img img {
    margin-top: 2px;
    width: 13px;
}

.venue {
    padding-bottom: 66px;
}
.venue h2 {
    padding-bottom: 13px;
}
.venue p {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: -0.45px;
    padding-bottom: 13px;
}
.timetable {
    padding-bottom: 45px;
}
.timetable h2 {
    padding-bottom: 20px;
}
.timetable dl dt {
    font-weight: 700;
    padding-bottom: 6px;
}
.timetable dl dd {
    padding-bottom: 23px;
}

.bottom {
    padding: 0px 20px 33px;
    color: #777778;
}
.bottom .hr {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #777778;
    margin-bottom: 33px;
}
.bottom a {
    color: #777778;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    font-weight: 400;
}
footer {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    height: 43px;
    color: #777778;
    background-color: #111111;
    z-index: 3;
}
.video-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
}

.video-pop .video-inner {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video-pop .video-inner video {
    position: absolute;
    top: 50vh;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}
.video-pop .btn-close {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
}
.video-pop .btn-close img {
    width: 100%;
}

body.overflow {
    overflow: hidden;
}

#glcanvas {
    display: block;
    position: absolute;
    outline: 0;
    opacity: 0;
}
#performance {
    display: none !important;
}

@media (max-width: 767.98px) {
    .background,
    #glcanvas {
        position: fixed;
        width: 100%;
        height: 100vh;
        /* max-height: 440px; */
        overflow: hidden;
        object-fit: cover;
        z-index: 0;
    }
    #glcanvas {
        /* transform: translateY(6vh); */
    }
    .background .dimmed {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 1);
        z-index: 1;
    }
    .background-inner {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
    .background-inner img {
        object-fit: cover;
        width: 130%;
        height: 130%;
        margin-left: -15%;
        margin-top: -15%;
    }
    .title {
        /* padding-top: calc(100vh - 190px); */
        padding-bottom: 66px;
    }
    h1 {
        top: 50px;
        margin-left: 5px;
    }
    .video-pop .btn-close {
        top: 30px;
        right: 30px;
        width: 25px;
        height: 25px;
    }
}
