@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

a:any-link {
    text-decoration: none;
}

ul {
    list-style: none;
}

html,
body {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
}

#wrap {
    background: url(../img/bgi.jpg) no-repeat;
    background-size: cover;
}

h1 {
    color: #fff;
    font-family: "Pretendard Variable"
}

h5 {
    font-family: "Pretendard Variable"
}

p {
    color: #fff;
    font-family: "Pretendard Variable"
}

li p {
    font-size: 17px;
    font-family: "Pretendard Variable"
}

/** 헤더 **/

header {
    margin: 0 auto;
    padding-top: 150px;
    max-width: 800px;
}

header h1 {
    text-align: center;
    border-left: #aaa dotted;
    border-right: #aaa dotted;
    font-size: 48px;
}

header .tsub {
    margin-top: 10px;
    font-size: 32px;
    font-weight: 400;
}

header .sub {
    padding: 40px 30px 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #afafaf;
}

header .sub .subub {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #a0a0a0;
}

header .sub .subub i {
    color: #bc0000;
    line-height: 8px;
    font-size: 12px;
}

header .sub .subub .re {
  color: #a0a0a0;
}

/** 본문 **/

#contentwrap {
    margin: 0 auto;
    padding: 130px 30px;
    max-width: 780px;
}

#contentwrap ul {
    padding-bottom: 80px;
}

#contentwrap ul li {
    line-height: 30px;
    padding-bottom: 30px;
}

#contentwrap ul li p {
    text-indent: 20px;
    color: #c8e1e3;
}

.fake {
    position: relative;
}

.real {
    position: absolute;
}
.fake p strong {
    font-weight: 500;
    font-family: "Pretendard Variable";
}

.at p {
    color: #c8e1e3;
}

.at strong {
    font-weight: 400;
    font-family: "Pretendard Variable";
    color: #fff0;
}

/*
.at .tower1 {
    color: #c8e1e3;
}

.at .tower2 {
    color: #c8e1e3;
}

.at .neon1 {
    color: #c8e1e3;
}

.at .neon2 {
    color: #c8e1e3;
}

.at .blast1 {
    color: #c8e1e3;
}

.at .blast2 {
    color: #c8e1e3;
}

.at .hor1 {
    color: #c8e1e3;
}

.at .hor2 {
    color: #c8e1e3;
}

.at .hor3 {
    color: #c8e1e3;
}

.at .maze1 {
    color: #c8e1e3;
}

.at .maze2 {
    color: #c8e1e3;
}

.at .maze3 {
    color: #c8e1e3;
}
*/

/** 하단 **/

footer {
    max-width: 980px;
    margin: 0 auto;
}

.btnoff {
    position: fixed;
    bottom: 50px;
    z-index: 1;
    left: 85%;
    transform: translateX(-50%);
    width: 100px;
    height: 50px;
    margin: 0 auto;
    background: url(../img/off.png) no-repeat;
    background-size: contain;
    cursor: pointer;
}

.btnon {
    position: fixed;
    bottom: 50px;
    z-index: 1;
    left: 85%;
    transform: translateX(-50%);
    width: 100px;
    height: 50px;
    margin: 0 auto;
    background: url(../img/on.png) no-repeat;
    background-size: contain;
    cursor: pointer;
}
