html {
    position: relative;
    min-height: 100%;
    margin: 0;
}

body {
    min-height: 100%;
}

.footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    text-align: center;
}

.content {
    margin-bottom:100px;
    margin-top:50px;
    width:100%;
    text-align:center;
    /*
    margin-left:200px;
    margin-right:200px;
     */

}

.nav-item {
    padding-left: 10px;
}

@media (min-width:360px) {

    .miricanvas_image {
        width : 100%;
    }

    #footer_img {
        width:100%;
    }

    .text_content {
        width : 100%;
    }

    .text_link {
        display: block;
    }

    .smartstore_icon {
        background-image: url('/image/common/icon/nabifarm_smartstore_03.jpg');
        background-position: left;

    }

}

@media (min-width:992px) {

    .miricanvas_image {
        width : 70%;
    }

    #footer_img {
        width : 70%;
    }

    .text_content {
        width : 70%;
    }

    .text_link {
        display: none;
    }

    ul {

    }

}

a.content_crop div {
    display: none;
}

a.content_ilovegohyang div {
    display: none;
}


@keyframes blink-effect {
    50% {
        opacity: 0;
    }
}

.blink {
    animation: blink-effect 1.5s step-end infinite;

    /*
    animation-name: blink-effect;
    animation-duration: 1s;
    animation-iteration-count:infinite;
    animation-timing-function:step-end;
    */
}

.part_image {
    vertical-align: middle;
    background-position-x:center;
    background-size: contain;
    background-repeat: no-repeat;
    color:transparent;
}

.sub_title {
    font-weight: bold;
    text-align: left;
    width:100%;
    margin-left:1.2em;
}