/* ICON LIST */
.icon,
.icon_8,
.icon_10,
.icon_12,
.icon_16,
.icon_18,
.icon_20,
.icon_22,
.icon_24,
.icon_26,
.icon_28,
.icon_44 {
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
}

.icon {
    width: 16px;
    height: 16px;
}

.icon_8 {
    width: 8px;
    height: 8px;
}

.icon_10 {
    width: 10px;
    height: 10px;
}

.icon_12 {
    width: 12px;
    height: 12px;
}

.icon_16 {
    width: 16px;
    height: 16px;
}

.icon_18 {
    width: 18px;
    height: 18px;
}

.icon_20 {
    width: 20px;
    height: 20px;
}

.icon_22 {
    width: 22px;
    height: 22px;
}

.icon_24 {
    width: 24px;
    height: 24px;
}

.icon_26 {
    width: 26px;
    height: 26px;
}

.icon_28 {
    width: 28px;
    height: 28px;
}

.icon_44 {
    width: 44px;
    height: 44px;
}

i.search {
    background-image: url('/images/icon/common/search.svg');
}

i.file {
    background-image: url('/images/icon/common/file.svg');
}

i.file_blue {
    background-image: url('/images/icon/common/file_blue.svg');
}

i.pager_next_gray {
    background-image: url('/images/icon/arrow/pager_right_arrow_gray.svg');
}

i.pager_top_black {
    background-image: url('/images/icon/arrow/pager_top_arrow_black.svg');
}

i.pager_bottom_black {
    background-image: url('/images/icon/arrow/pager_bottom_arrow_black.svg');
}

i.plus_white {
    background-image: url('/images/icon/common/plus_white.svg');
}

i.minus_white {
    background-image: url('/images/icon/common/minus_white.svg');
}

i.download_blue {
    background-image: url('/images/icon/common/download_blue.svg');
}

i.total_download_blue {
    background-image: url('/images/icon/common/total_download_blue.svg');
}

i.download_white {
    background-image: url('/images/icon/common/download_white.svg');
}


i.close {
    background-image: url('/images/icon/common/close.svg');
}

i.hamburger {
    background-image: url('/images/icon/common/hamburger.svg');
}

i.hamburger_white {
    background-image: url('/images/icon/common/hamburger_white.svg');
}