@media screen and (min-width: 769px) {
    .ec-layoutRole__contents .ec-layoutRole__main .kv-area {
        background: #fff url("../../../img/life/carryon/kv-pc-bg.png") no-repeat bottom center;
        height: 460px;
    }
    .ec-layoutRole__contents .ec-layoutRole__main .kv-area .pc-wrap {
        width: 529px;
        margin: 0 auto;
        padding-top: 135px;
        position: relative;
    }
    .ec-layoutRole__contents .ec-layoutRole__main .kv-area .pc-wrap .tag {
        position: absolute;
        top: 27px;
    }
    .ec-layoutRole__contents .ec-layoutRole__main .kv-area .tag.sp {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .ec-layoutRole__contents .ec-layoutRole__main .kv-area .tag.sp {
        position: absolute;
        top: 12px;
        text-align: center;
        width: 100%;
    }
    .ec-layoutRole__contents .ec-layoutRole__main .kv-area .tag.sp img:first-child {
        width: 67.5px;
        height: auto;
    }
    .ec-layoutRole__contents .ec-layoutRole__main .kv-area .tag.sp img:nth-child(2) {
        width: 130px;
        height: auto;
    }
    .ec-layoutRole__contents .ec-layoutRole__main .kv-area .tag.pc {
        display: none;
    }
}