@charset "utf-8";


/* 수상작 :: 이미지 */
.chemie-contest .aword-gallery {
    position: relative;
}

.chemie-contest .aword-gallery .aword-con {
    position: relative;
    margin-bottom: 40px;
}

.chemie-contest .aword-gallery .aword-con a {
    position: relative;
    display: block;
}

.chemie-contest .aword-gallery .aword-con a.pic {
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 10px;
    font-size: 0;
}

.chemie-contest .aword-gallery .aword-con a.pic img {
    width: 100%;
}

.chemie-contest .aword-gallery .aword-con a.txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
    min-height: 50px;
    padding: 0 10px 0 70px;
}

.chemie-contest .aword-gallery .aword-con a.txt em.rating {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50px;
    height: 50px;
    line-height: 1.2;
    background: #954cbc; /* Old browsers */
    background: -moz-linear-gradient(left,  #954cbc 0%, #6051d0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #954cbc 0%,#6051d0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #954cbc 0%,#6051d0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#954cbc', endColorstr='#6051d0',GradientType=1 ); /* IE6-9 */
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
}

.chemie-contest .aword-gallery .aword-con a.txt em.rating span {
    display: block;
}

.chemie-contest .aword-gallery .aword-con a.txt em.rating span.medalico {
    font-size: 20px;
}

.chemie-contest .aword-gallery .aword-con a.txt strong.subject {
    line-height: 1.4;
    font-size: 16px;
}

.chemie-contest .aword-gallery .aword-con a.txt span.name {
    margin-top: 5px;
    color: #999;
}

.chemie-contest .aword-gallery .aword-con .check-area {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 0;
}

@media screen and (min-width: 639px) {
    .chemie-contest .aword-gallery {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
    }

    .chemie-contest .aword-gallery .aword-con {
        width: 48%;
        margin: 0 1% 40px;
    }
}

@media screen and (min-width: 767px) {
}

@media screen and (min-width: 979px) {
    .chemie-contest .aword-gallery .aword-con {
        width: 31.3%;
        margin: 0 1% 50px;
    }

    .chemie-contest .aword-gallery .aword-con:hover a.pic {
        border: 5px solid #00AC97;
    }

    .chemie-contest .aword-gallery .aword-con:hover a.pic img {
        transform: scale(1.1);
    }

    .chemie-contest .aword-gallery .aword-con a.txt {
        min-height: 70px;
        margin-top: 15px;
        padding: 10px 10px 0 90px;
    }

    .chemie-contest .aword-gallery .aword-con a.txt em.rating {
        width: 70px;
        height: 70px;
        font-size: 14px;
    }

    .chemie-contest .aword-gallery .aword-con a.txt em.rating span.medalico {
        font-size: 24px;
    }

    .chemie-contest .aword-gallery .aword-con:hover a.txt strong.subject {
        color: #00AC97;
    }
}

@media screen and (min-width: 1139px) {
}

@media screen and (min-width: 1239px) {
}

@media screen and (min-width: 1439px) {
}

@media screen and (min-width: 1639px) {
}