/* Layout */

.warp {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font: NanumGothic;
}

.main {
    height: 100%;
    background: url(/html/GrowPhone/images/bg_main.jpg) top center no-repeat #7ee3f1;
    color: #333366;
}


.txtArea {
    width: 100%;
    text-align: center;
    line-height: 1.5;
}

.fotter {
    width: 100%;
    height: 100px;
    text-align: center;
    line-height: 1.8;
}

.fotter img {
    margin-top: 25px;
}

.main2 {
    height: 100%;
    background: url(/html/GrowPhone/images/bg_main2.jpg) top center no-repeat;
    color: #333366;
}


.txtArea2 {
    width: 100%;
    text-align: center;
    line-height: 1.5;
}

.fotter2 {
    width: 100%;
    height: 100px;
    text-align: center;
    line-height: 1.8;
}

.fotter img2 {
    margin-top: 25px;
}

/* Go To Top Button */
#go-top {
    position: fixed;
    bottom: 0px;
    right: 25px;
    display: block;
}

#go-top a {
    text-decoration: none;
    border: 0 none;
    display: block;
    width: 60px;
    height: 40px;
    background: url(/html/GrowPhone/images/go-to-top.png) no-repeat 50% 50%;
    background-color: #1f2024;


    text-shadow: none;
    color: transparent;
}

#go-top a:hover {
    background-color: #0F9095;
}

/* -------------------------------- 



/* Mobile Device */
@media screen and (max-width : 767px) {
    .fotter {
        font-size: 0.7em;
    }

    .fotter2 {
        font-size: 0.7em;
    }
}


/* Tablet Device */
@media screen and (min-width : 768px) and (max-width : 991px) {}

@media screen and (min-width : 991px) and (max-width : 1366px) {
    .fotter {
        font-size: 1.3em;
    }

    .fotter2 {
        font-size: 1.3em;
    }
}


/* Desktop Device */
@media screen and (min-width : 1366px) {
    .main {
        width: 1200px;
        margin: 0 auto;
    }

    .main2 {
        width: 1200px;
        margin: 0 auto;
    }
}
