* 공통 디자인 *
body {
    font-family: 'NanumSquareNeo';
    color: #555;
}
* {
    box-sizing: border-box;
}
.cont-inner {
    padding: 0 2rem 3rem;
}
#wrap {
    background: #FBFBFB;
    min-height: 100vh;
}

.bannerImg {
    width: 100%;
    padding: 1.5rem 0;
}
.bannerImg a {
    width: 100%;
}
.bannerImg a img {
    width: 100%;
}

/* index */
#indexLoadImg {
    position: relative;
    width: 100%;
    min-height: 100vh;
}
.indexImg {
    position: absolute;
    top: 30%; left: 50%;
    transform: translateX(-50%);
    width: 40%;
}
.loading {
    width: 40%;
    position: absolute;
    bottom: 25%; left: 50%;
    transform: translateX(-50%);
}

/* home */
.inner {
    width: 100%;
    position: relative;
}
.top-logo {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 25rem;
    margin: 0 auto;
}
.s-logo {
    width: 10rem;
}
.homeBtn {
    width: 100%;
    padding: 0 2rem;
}
.btnArea {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
}
.btnArea img {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 1.5rem;
}
/* header */
header {
    width: 100%;
    padding: 1.5rem 2.5rem;
}
header img {
    width: 6.5rem;
}
/* sub */
.subInner {
    padding-bottom: 3rem;
}
.topInner {
    position: relative;
    padding: 0 2rem;
    height: 25rem;
    /* background: url(../img/object.png) no-repeat;
    background-size: 18rem;
    background-position: 95% 77%; */
}
.top-text {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    padding-bottom: 2rem;
}
.bottomInner {
    width: 100%;
    position: relative;
}
.blueText {
    color: #071B80;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.4;
    max-width: 25rem;
}
.bold {
    color: #071B80;
    font-weight: 900;
    font-size: 1.67rem;
}
.object_img{
    position: absolute;
    display: block;
    width: 50%;
    bottom: 2rem; right: 0;
}
.middleIneer {
    width: 100%;
    padding: 0 2rem;
}
.middleIneer a {
    display: block;
    margin-bottom: 1.5rem;
}
.middleIneer img {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 1rem;
}
.contentsArea {
    padding: 2rem 1.5rem;
    margin: 2rem;
    border: 1px solid #DCDEDE;
    border-radius: 1.5rem;
    background: #fff;
}
.point2 {
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
    padding-bottom: 1.5rem;
}
.contents {
    font-size: 1.5rem;
    line-height: 1.4;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* 중간 크기의 화면에 대한 스타일 */
}






#admobPlz {
    position: absolute;
    object-fit: contain;
    left: 1rem;top: 1rem;
    width: 4rem;height: 4rem;
}