/* AR/VR */

#creativeAst {
    width: 100%;
    max-width: 1170px;
    margin: -95px auto 0 auto;
    background-color: #fff;
}

.sub {
    background: url('../img/vr/vr_bg.jpg') no-repeat;
    font-size: 16px;
    color: #1a1717;
}

.ar_item {
    width: 32%;
    height: 415px;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
    border: 1px solid #eee;
}

.ar_item>a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.ar_item:nth-of-type(3n) {
    margin-right: 0;
}

.ar_img {
    background-color: #add;
    height: 60%;
}

.ar_img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    position: relative;
}

.ar_text_area {
    height: 40%;
    padding: 30px 0;
    box-sizing: border-box;
    text-align: center;
}

.title {
    font-size: 30px;
    margin-bottom: 20px;
}

.ect {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
}

.date {}

.date:after {
    content: " ";
    display: inline-block;
    width: 2px;
    background-color: #888;
    margin-left: 10px;
    padding-top: 0px;
    padding-bottom: 15px;
}

.company {}


/* 상단 눈 하트 */

.more_area {
    width: 100%;
}

.more_area div,
.more_area div:before {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.view_heart {
    padding: 0 20px;
    box-sizing: border-box;
}

.view_heart>div {
    float: left;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.view_heart>div:before {
    content: " ";
    display: inline-block;
    width: 22px;
    height: 20px;
    margin-right: 5px;
}

.view_item:before {
    background-image: url("../img/creative/eye_icon.png");
}

.heart_item:before {
    background-image: url("../img/creative/heart_icon.png");
}


/* list hover */

.ar_item>a:hover .ar_text_area,
.ar_item>a:hover .ect {
    background-color: #347883;
    color: #fff;
}

.ar_item>a:hover .ar_img:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background-color: #333;
    opacity: 0.3;
}

.ar_item>a:hover .date:after {
    background-color: #fff;
}


/* responsive */

@media screen and (max-width:640px) {
    .sub.portfolio {
        background: url('../img/vr/vr_m_bg.jpg') no-repeat;
        background-size: 100% auto;
    }
    #creativeAst {
        margin-top: 0;
    }
    .ar_item {
        width: 48%;
        height: 350px;
    }
    .ar_item:nth-of-type(2n) {
        float: right;
        margin-right: 0;
    }
    .ar_text_area {
        padding: 20px 0;
    }
    .title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .ect {
        font-size: 16px;
    }
    .more_area {
        font-size: 14px;
    }
}

@media screen and (max-width:480px) {
    .ar_list_box {
        padding: 0 20px;
    }
    .ar_item {
        height: 250px;
    }
    .title {
        font-size: 14px;
    }
    .ect {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .more_area {
        font-size: 12px;
    }
    .view_heart>div:before {
        height: 12px;
    }
    .date:after {
        width: 1px;
        padding-bottom: 9px;
        margin-left: 4px;
    }
}