/* BASIC css start */
.prd-name {
    margin: 5px auto;
    width: 140px;
}

A:hover {
    color: #dc143c;
    text-decoration: underline;
    font-family: 굴림;
}
A:visited {
    text-decoration: none;
    color: #040f6f;
    font-family: 굴림;
}
A:link {
    text-decoration: none;
    color: #040f6f;
    font-family: 굴림;
}

.item-wrap .item-cont .item-list dt img {
    width: auto;
    height: auto;
}

/* BASIC css end */

