/*  common */
html, body {
    width: 100%;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    min-height: fill-available;
    overflow: hidden !important;
    touch-action: none;
}
body {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    background-color: #000;
    min-width: 320px;
}
body::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.bgGray {
    background-color: #edf1f2;
}
.bgWhite {
    background-color: #fff;
}
.wrap{
    max-width: 768px;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    min-height: fill-available;
    margin: 0 auto;
    font: 16px engReg;
    overflow: hidden;
    touch-action: none;
}
.inner {
    margin: 0 20px
}
.back {
    cursor: pointer;
}
.nolink li {
    padding: 10px 0;
}
.clearfix::after{
    content:"";
    display: block;
    clear: both;
}

/* header, footer */
header {
    position: relative;
    z-index: 100;
    height: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 1px 10px 1px #d5d9df;
}
header h1{
    margin: 30px 0;
}
header h1 img{
    width: 130px;
    margin-right: 15px;
}
header span{
    background-color: #3d7dff;
    border-radius: 50px;
    color: #fff;
    font: 16px engMed;
    padding: 0px 15px;
    margin-top: 5px;
}
footer {
    text-align: center;
    height: 60px;
}
footer img{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 90px;
}

@media (max-width: 360px) {
}

/* sub */
.subTop{
    position: relative;
    z-index: 100;
}
.subTop a.backWrap {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 20px;
    margin-top: 25px;
    z-index: 10;
}
.subTop img.back{
    width: 30px;
    height: auto;
}
.subTop h2 {
    text-align: center;
    color: #000;
    font: 26px engMed, korMed;
    position: relative;
    padding: 55px 20px 20px 20px;
    word-break: break-word;
}
.subHeader {
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}
.subHeader h1{
    margin: 30px 0;
}
.subHeader h1 img{
    width: 130px;
    margin-right: 15px;
}
.subHeader span{
    background-color: #3d7dff;
    border-radius: 50px;
    color: #fff;
    font: 16px engMed;
    padding: 0px 15px;
    margin-top: 5px;
}

ul.btnType01{
    color: #fff;
    font: 18px engReg;
}
ul.btnType01 li{
    background-color: #d2d2d2;
    border-radius: 5px;
}
ul.btnType01 li.active{
    background-color: #3d7dff;
}
ul.btnType01 li:hover{
    background-color: #3d7dff;
}

ul.btnType02{
    font: 16px engMed, korMed;
    color: #666;
}
ul.btnType02 li{
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}
ul.btnType02 li.active{
    border: 2px solid #3d7dff;
    color: #3d7dff;
}


@media (max-width: 360px) {
    .subTop a.backWrap {
        width: 25px;
        height: 25px;
        position: absolute;
        left: 15px;
        margin-top: 20px;
        z-index: 10;
    }
    .subTop img.back{
        width: 25px;
        height: auto;
    }
    .subTop h2 {
        font-size: 24px;
    }
    ul.btnType02{
        font-size: 15px;
    }
    .subHeader {
        height: 70px;
    }
    .subHeader h1 {
        margin: 20px 0;
    }
    .subHeader h1 img {
        width: 110px;
        margin-right: 10px;
    }
    .subHeader span {
        font: 15px engMed;
        padding: 0px 15px;
        margin-top: 5px;
    }

}
