@charset "UTF-8";

.c-infoItem {
    position: relative;
    display: block;
    width: auto;
    max-width: 100%;
    margin: 5px 15px 5px 0;
    padding: 0 0 0 30px;
    font-size: 12px;
    line-height: 1.2;
    color: #787878;
    font-family: inherit;
    text-align: left;
    flex: 0 0 auto;
}

.c-infoItem::before {
    content: '';
    position: absolute;
    top: calc(.6em - 10px);
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: center/contain no-repeat;
}

.c-infoItem[data-icon="origin"]::before {
    background-image: url(../kimg/awards/icon_sheet.svg);
}

.c-infoItem[data-icon="time"]::before {
    background-image: url(../kimg/awards/icon_clock.svg);
}

.c-awards {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-items: stretch;
    justify-content: stretch;
    width: 100%;
    padding: 5px;
    background: #fff;
    transform-origin: center;
    transition: transform .4s ease-in-out;
    overflow: hidden;
    flex: 0 0 auto;
}

.c-awards::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #d9d9d9;
    pointer-events: none;
    box-sizing: border-box;
}

/****圖片****/
.c-awards__pic {
    display: block;
    width: 100%;
    overflow: hidden;
    flex: 0 0 auto;
}

.c-awards__pic img {
    display: block;
    width: 100%;
    height: auto;
}

/****文案****/
.c-awards__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 15px;
    flex: 0 1 auto;
}

.c-awards__content__info {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #d9d9d9;
    flex: 0 0 auto;
}

.c-awards__content__info__box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: space-between;
    justify-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    flex: 0 1 auto;
}

.c-awards__content__info__box__tag {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 0 0 5px 0;
}

.c-awards__content__info__box__tag__item {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 5px 5px 0;
    padding: 3px 15px;
    font-size: 14px;
    line-height: 1.2;
    color: #787878;
    font-family: inherit;
    background: #e4e4e4;
    border-radius: 5px;
    overflow: hidden;
}

.c-awards__content__info__box__data {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 5px 0 0 0;
}

.c-awards__content__info__logo {
    display: block;
    width: auto;
    height: 85px;
    max-width: calc(50% - 10px);
    margin: 0 0 0 10px;
    flex: 0 0 auto;
}

.c-awards__content__info__logo img {
    object-fit: contain;
    object-position: top right;
    width: 100%;
    height: 100%;
}

.c-awards__content__data {
    display: none;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    width: 100%;
    margin: 5px 0 10px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #d9d9d9;
}

/**標題&簡述**/
.c-awards__content__main {
    display: block;
    width: 100%;
    height: 100%;
}

.c-awards__content__main__title {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    font-family: inherit;
    font-weight: 700;
    text-align: left;
}

.c-awards__content__main__text {
    display: block;
    width: 100%;
    margin: 5px 0 0 0;
    font-size: 15px;
    line-height: 1.5;
    color: rgba(54, 54, 54, .8);
    font-family: inherit;
    font-weight: 400;
    text-align: left;
}

.c-awards__link {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    font-family: inherit;
    font-weight: 600;
    /* background: linear-gradient(to left, rgba(44, 53, 63, .4) 0%, rgba(44, 53, 63, .4) 100%) center no-repeat;
    background-size: calc(100% - 2px) calc(100% - 2px); */
    border: 4px solid #009ad4;
    opacity: 0;
    transition: opacity .4s ease-in-out;
}

/* .c-awards__link::before {
    content: 'Read More';
    position: relative;
    display: block;
    width: auto;
    flex: 0 0 auto;
}

.c-awards__link::after {
    content: '';
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 0 0 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform-origin: center;
    transform: rotate(45deg);
    flex: 0 0 auto;
} */

.c-awards:hover .c-awards__link {
    opacity: 1;
}

.c-awards:hover {
    transform: scale(1.05);
}

@media screen and (max-width: 991px) {

    /****文案****/
    .c-awards__content__info {
        margin: 0;
        padding: 0;
        border: none;
    }

    .c-awards__content__info__box__data {
        display: none;
    }

    .c-awards__content__data {
        display: flex;
    }

    /**標題&簡述**/
    .c-awards__content__main__text {
        display: none;
    }
}

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

@media screen and (max-width: 575px) {
    .c-infoItem {
        padding: 0 0 0 23px;
        font-size: 12px;
    }

    .c-infoItem::before {
        top: calc(.6em - 8.5px);
        width: 17px;
        height: 17px;
    }

    .c-awards {
        padding: 0;
    }

    .c-awards::before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .c-awards__content__info__box__tag__item {
        padding: 5px 15px;
        font-size: 12px;
    }

    .c-awards__content__main__title {
        font-size: 16px;
    }

    .c-awards__link {
        font-size: 16px;
    }

    .c-awards__link::after {
        width: 6px;
        height: 6px;
        margin: 0 0 0 5px;
    }
}

/****觸控螢幕****/
@media (any-hover: none) {
    .c-awards {
        padding: 0;
        border: 1px solid #d9d9d9;
    }

    .c-awards::before {
        display: none;
    }

    .c-awards__link:hover {
        opacity: 0;
    }

    .c-awards:hover {
        transform: none;
    }
}

/****IOS樣式****/
@supports (-webkit-touch-callout: none) {}