@charset "utf-8";

.History__arrow-left {
    transition: all 0.1s ease;
    position: absolute;
    top: 29.5px;
    left: 0;
    z-index: 2;
    opacity: 0.7;
}

.History__arrow-right {
    transition: all 0.1s ease;
    position: absolute;
    top: 29.5px;
    right: 0;
    z-index: 2;
    opacity: 0.7;
}

.History__contents--wrapper {
    position: relative;
    height: 115px;
}

.History__item {
    width: 136px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 114px;
    background: #eaeaea;
    border: 1px solid #cccccc;
    vertical-align: top;
    overflow: hidden;
    text-align: center;
    margin-right: 4px !important;
}

.History__item .History__item--close {
    cursor: pointer;
    position: absolute;
    display: block;
    height: 25px;
    width: 25px;
    top: 0;
    right: 0;
    z-index: 1;
}

.History__item .History_item_photo{
    width: 136px;
    height: 77px;
    overflow: hidden;
    position: relative;
}

.History__item img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    min-height: 0px;
}

.History__item--name {
    transition: all 0.3s ease;
    position: static;
    bottom: 0;
    left: 0;
    height: 36px;
    background-color: #333333;
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
}

.History__item--name p {
    color: #ffffff;
    font-size: 12px;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 14px;
    height: 28px;
    padding-top: 0px;
    word-break: break-all;
    overflow: hidden;
    text-align: justify;
    padding: 0;
}

/*# sourceMappingURL=widget_history_correlated-pc_imgOpt.css.map */