/* Icon */
.icon{
    display:flex;
    background-repeat: no-repeat;
    background-position:center;
    background-size: contain;
}
.icon-arrow-left{
    width: 18px;
    height: 16px;
    background-image: url(/res/images/icon/icon-arrow-left.png);
}
.icon-arrow-right{
    width: 18px;
    height: 16px;
    background-image: url(/res/images/icon/icon-arrow-right.png);
}
.icon-arrow-left-dark{
    width: 18px;
    height: 16px;
    background-image: url(/res/images/icon/icon-arrow-left-dark.png);
}
.icon-arrow-right-dark{
    width: 18px;
    height: 16px;
    background-image: url(/res/images/icon/icon-arrow-right-dark.png);
}
.icon-top{
    width: 28px;
    height: 32px;
    background-image: url(/res/images/icon/icon-top.png);
}
