/* Icon */
.icon{
    display:flex;
    background-repeat: no-repeat;
    background-position:center;
    background-size: contain;
}
.icon-global{
    width:18px;
    height:18px;
    background-image: url(/res/images/icon/icon-global.png);
}
.icon-global-white{
    width:18px;
    height:18px;
    background-image: url(/res/images/icon/icon-global-white.png);
}
.icon-call{
    width:32px;
    height:32px;
    background-image: url(/res/images/icon/icon-call.png);
}
.icon-email{
    width:32px;
    height:24px;
    background-image: url(/res/images/icon/icon-email.png);
}
.icon-fax{
    width:32px;
    height:32px;
    background-image: url(/res/images/icon/icon-fax.png);
}
.icon-place{
    width:26px;
    height:32px;
    background-image: url(/res/images/icon/icon-place.png);
}
.icon-scroll-down{
    width:120px;
    height:118px;
    background-image: url(/res/images/icon/icon-scroll-down.png);
}
.icon-plus{
    width:40px;
    height:40px;
    background-image: url(/res/images/icon/icon-plus.png);
}
.icon-daumcafe{
    width:24px;
    height:24px;
    background-image: url(/res/images/icon/icon-daumcafe.png);
}
.icon-insta{
    width:24px;
    height:24px;
    background-image: url(/res/images/icon/icon-insta.png);
}
.icon-youtube{
    width:26px;
    height:18px;
    background-image: url(/res/images/icon/icon-youtube.png);
}
.icon-twitter{
    width:24px;
    height:20px;
    background-image: url(/res/images/icon/icon-twitter.png);
}
.icon-facebook{
    width:24px;
    height:24px;
    background-image: url(/res/images/icon/icon-facebook.png);
}
.icon-v-live{
    width:24px;
    height:24px;
    background-image: url(/res/images/icon/icon-v-live.png);
}

.icon-arrow-down-primary{
    width:12px;
    height:18px;
    background-image: url(/res/images/icon/icon-arrow-down-primary.png);
}
.icon-arrow-up-white{
    width:12px;
    height:16px;
    background-image: url(/res/images/icon/icon-arrow-up-white.png);
}
.icon-arrow-left-white{
    width:18px;
    height:12px;
    background-image: url(/res/images/icon/icon-arrow-left-white.png);
}
.icon-arrow-right-white{
    width:18px;
    height:12px;
    background-image: url(/res/images/icon/icon-arrow-right-white-sm.png);
}
.icon-arrow-left-white-sm{
    width:16px;
    height:10px;
    background-image: url(/res/images/icon/icon-arrow-left-white-sm.png);
}
.icon-arrow-right-white-sm{
    width:16px;
    height:10px;
    background-image: url(/res/images/icon/icon-arrow-right-white.png);
}
.icon-arrow-left-grey{
    width:16px;
    height:10px;
    background-image: url(/res/images/icon/icon-arrow-left-grey.png);
}
.icon-arrow-right-grey{
    width:16px;
    height:10px;
    background-image: url(/res/images/icon/icon-arrow-right-grey.png);
}
.icon-home {
    width: 26px;
    height: 26px;
    background-image: url(/res/images/icon/icon-home.png);
}
.icon-mail {
    width: 24px;
    height: 16px;
    background-image: url(/res/images/icon/icon-mail.png);
}