﻿/*
    Version : 0.0.1
*/
body {
    height: 100vh;
    overflow: hidden;
    min-width: 1500px;
}

body * {
    font-size: 13px;
}

/* 메인 컬러 */
:root {
    --main-theme-blue: #46a3f0;
    --div-border-bottom-gray: #e6e6e6;
    --bcc-blue: #f2f5fa;
    --fail-red: #f26666;
    --divgrid-border-top: #434343;
    --divgrid-border-bottom: #d5d5d5;
    --divgrid-header-bc: #f7f7f7;
    --req-color: #c93232;
}

/* DOUZONE FONT */
@font-face {
  font-family: 'DOUZONE';
  font-weight: 100;
  src: url('../font/DOUZONETEXT10.ttf');
}

@font-face {
  font-family: 'DOUZONE';
  font-weight: 300;
  src: url('../font/DOUZONETEXT30.ttf');
}

@font-face {
  font-family: 'DOUZONE';
  font-weight: 500;
  src: url('../font/DOUZONETEXT50.ttf');
}

@font-face {
  font-family: 'DOUZONE';
  font-weight: 700;
  src: url('../font/DOUZONETITLE30.ttf');
}

@font-face {
  font-family: 'DOUZONE';
  font-weight: 900;
  src: url('../font/DOUZONETITLE50.ttf');
}

.btn-theme-nhisdc {
    border: 1px solid #46a3f0;
}

.text-theme-color {
    color: var(--main-theme-blue);
}

.text-theme-fail {
    color: var(--fail-red);
}

.bg_welcome {
    background-image: url('../../../images/bg/bg_welcome.png');
    background-position: center;
    background-size: cover;
}

/* layout */
.m-Panel-Flex {
    flex: 1;
    display: flex;
    position: relative;
    overflow: auto;
}

.m-Panel-Flex[data-direction="column"] {
    flex-direction: column;
}

/* color 관련 */

.m-txt_color-707070 {
    color: #707070;
}

.m-txt_color-851013 {
    color: #851013;
}

.m-txt_color-3f8aa9 {
    color: #3f8aa9;
}

.m-txt_color-46a3f0 {
    color: #46a3f0;
}

.m-txt_weight_700 {
    font-weight: 700;
}

.span-req {
    color: #c93232;
    margin-right: 3px;
}

/* button */
.loginBtn {
    background-color: #851013;
    color: #fff;
    border: solid 1px #851013;
}

.loginBtn:hover {
    border: solid 1px #851013;
    background-color: #851013;
    color: #ffffff;
}

/* form */
.m-Form-Subject100 {
    background-color: #f5f5f5;
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    /* font-weight: 700; */
}

.m-Form-Content-Row {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0px 10px 0px 10px;
}



/* icon */
.CF-icon {
    display: inline-block;
    position: relative;
    line-height: 0;
    vertical-align: middle;
    background-image: url('../../../images/icon/nhisdc_icon.png');
    background-repeat: no-repeat;
    color: transparent;
    font-size: 0;
}

/* 1열 */
.CF-icon-1-1 {
    width: 300px;
    height: 55px;
    background-position: 0px 0px;
}

.CF-icon-1-2 {
    width: 165px;
    height: 30px;
    background-position: -133px -231px;
}

/* 2열 */
.CF-icon-2-1 {
    width: 20px;
    height: 20px;
    background-position: -240px -160px;
}


.marsWaitDiv {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    font-size: 100px;
    z-index: 1000;
    background-color: #fff;
}

.marsContainer {
    width: calc(100% - 48px);
    height: 100%;
    /* display: none; */
    display: flex;
    flex-direction: column;
    margin-left: 48px;
}

.marsContainer-HeaderBar {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.marsContainer-HeaderBar-TopBanner {
    width: 100%;
    /* background-color: skyblue; */
}

.marsContainer-HeaderBar-TopBanner>div {
    height: 120px;
    position: relative;
}

.mobile-app-banner {
    background: linear-gradient(to right, #0070e5, #753ae5);
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-app-banner-content {
    width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-app-banner-content-logo {
    width: 85px;
    height: 85px;
    background-image: url('../../../images/user/banner/mobile_app/app-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 20px;
}

.mobile-app-banner-content-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    height: 85px;
}

.mobile-app-banner-content-text-checks {
    display: flex;
    column-gap: 10px;
}

.mobile-app-banner-content-text-checks>div {
    background-color: #0000004d;
    border-radius: 4px;
    padding: 5px 7px;
    display: flex;
    column-gap: 5px;
    align-items: center;
    font-size: 12px;
}

.mobile-app-banner-content-text-checks-icon {
    width: 17px;
    height: 17px;
    background-image: url('../../../images/user/banner/mobile_app/check.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.mobile-app-banner-content-text-title{
    font-family: 'DOUZONE';
    font-size: 28px;
}

.mobile-app-banner>img {
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    height: 25px;
}

.mobile-app-banner-appstore-qr {
    background-image: url('../../../images/user/banner/mobile_app/app-store-qr.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 166px;
    height: 100px;
    transform: translateX(-20px);
}

.mobile-app-banner-google-qr {
    background-image: url('../../../images/user/banner/mobile_app/google-play-qr.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 166px;
    height: 100px;
}

.marsContainer-HeaderBar-Bottom {
    display: flex;
    width: 100%;
}


.marsContainer-HeaderLineBar {
    height: 44px;
    min-height: 44px;
    display: flex;
    background-color: var(--main-theme-blue);
}

.marsContainer-HeaderLineBar>div {
    display: flex;
    align-items: center;
}

.marsContainer-HeaderLineBar>div:nth-child(1) {
    width: 44px;
    min-width: 44px;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    row-gap: 5px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
}

.marsContainer-HeaderLineBar>div:nth-child(1):hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.marsContainer-HeaderLineBar>div:nth-child(1)>div {
    width: 16px;
    height: 2px;
    background-color: #fff;
}

.marsContainer-HeaderLineBar>div:nth-child(2) {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    color: #fff;
    font-size: 17px;
}


.marsContainer-ContentsWrap {
    display: flex;
    height: 100%;
}

#cloudfaxLogo {
    width: 110px;
    min-width: 110px;
    height: 100%;
    cursor: pointer;
    background-image: url('../../../images/icon/직고서비스.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 4px -2px;
}

.cloudfax-utility-navbar {
    flex-grow: 1;
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: flex-end;
    height: 100%;
    padding: 12px 0px;
    user-select: none;
}

.cloudfax-utility-navbar-separatebar {
    width: 1px;
    height: 10px;
    border: solid 1px #a6a6a6;
}

.cloudfax-utility-navbar-admin,
.cloudfax-utility-navbar-user {
    height: 100%;
    display: flex;
    column-gap: 5px;
    align-items: center;
    cursor: pointer;
}

.cloudfax-utility-navbar-user>div:nth-child(1) {
    width: 22px;
    height: 22px;
    background-image: url('../../mars/images/icon.png');
    background-position: -150px -510px;
}

.cloudfax-utility-navbar-admin>div:nth-child(1) {
    width: 22px;
    height: 22px;
    background-image: url('../../mars/images/icon.png');
    background-position: -60px -510px;
}

.cloudfax-utility-navbar-user-info {
    display: flex;
    flex-direction: column;
    row-gap: 3px;
}

.cloudfax-utility-navbar-user-info>div:nth-child(1) {
    font-size: 12px;
    color: #707070;
}

.cloudfax-utility-navbar-user-info>div:nth-child(2) {
    font-size: 10px;
}

.cloudfax-utility-navbar-point {
    width: 200px;
    height: 100%;
    display: flex;
    align-items: center;
    border: 1px solid var(--main-theme-blue);
    border-radius: 4px;
}

.cloudfax-utility-navbar-point>div {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
}

.cloudfax-utility-navbar-point>div:nth-child(3),
.cloudfax-utility-navbar-point>div:nth-child(1) {
    width: 35px;
    min-width: 35px;
    height: 100%;
    background-color: var(--main-theme-blue);
    color: #fff;
}

.cloudfax-utility-navbar-point>div:nth-child(4),
.cloudfax-utility-navbar-point>div:nth-child(2) {
    color: var(--main-theme-blue);
    width: 100%;
}

.cloudfax-utility-navbar-customer {
    display: flex;
    align-items: center;
    column-gap: 5px;
    padding-right: 20px;
}

.cloudfax-utility-navbar-customer>div:nth-child(2) {
    width: 20px;
    height: 20px;
    background-image: url('../../mars/images/icon.png');
    background-position: -22px -174px;
    transform: rotate(-90deg);
}

.cloudfax-panel {
    background-color: #fff;
    border: 1px solid #c6c6c6;
    display: flex;
    flex-direction: column;
    position: fixed;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
}

#TopbarCustomer.cloudfax-panel>div {
    cursor: pointer;
    width: 100%;
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: 10px;
}

#TopbarCustomer.cloudfax-panel>div:hover {
    background-color: #eff7ff;
}

#TopbarUser.cloudfax-panel {
    padding: 15px 30px 20px 30px;
    row-gap: 10px;
    z-index: 10;
}

#TopbarUser.cloudfax-panel>.cloudfax-utility-navbar-user-tooldiv,
#TopbarUser.cloudfax-panel>.cloudfax-utility-navbar-admin-tooldiv {
    width: 100%;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
}

#TopbarUser.cloudfax-panel>.cloudfax-utility-navbar-user-tooldiv>div,
#TopbarUser.cloudfax-panel>.cloudfax-utility-navbar-admin-tooldiv>div {
    width: 21px;
    height: 21px;
    cursor: pointer;
    background-image: url('../../mars/images/icon.png');
}

.cloudfax-utility-navbar-user-tooldiv-setting {
    background-position: -178px -508px;
}

.cloudfax-utility-navbar-user-tooldiv-setting:hover {
    background-position: -238px -508px;
}

.cloudfax-utility-navbar-user-tooldiv-logout,
.cloudfax-utility-navbar-admin-tooldiv-logout {
    background-position: -208px -509px;
}

.cloudfax-utility-navbar-user-tooldiv-logout:hover,
.cloudfax-utility-navbar-admin-tooldiv-logout:hover {
    background-position: -268px -509px;
}

#TopbarUser.cloudfax-panel>.cloudfax-utility-navbar-user-userdiv,
#TopbarUser.cloudfax-panel>.cloudfax-utility-navbar-admin-userdiv {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 15px;
}

.cloudfax-utility-navbar-user-userdiv-icon,
.cloudfax-utility-navbar-admin-userdiv-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-image: url('../../mars/images/icon.png');
    background-position: -90px -510px;
}

.cloudfax-utility-navbar-user-userdiv-text,
.cloudfax-utility-navbar-admin-userdiv-text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cloudfax-utility-navbar-user-userdiv-text>div,
.cloudfax-utility-navbar-admin-userdiv-text>div {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
}

.cloudfax-utility-navbar-user-userdiv-text>div:nth-child(1),
.cloudfax-utility-navbar-admin-userdiv-text>div:nth-child(1) {
    font-weight: 700;
}

.cloudfax-utility-navbar-user-userdiv-text>div:nth-child(2),
.cloudfax-utility-navbar-admin-userdiv-text>div:nth-child(2) {
    font-size: 12px;
}

.cloudfax-utility-navbar-user-infodiv {
    width: 100%;
    flex-grow: 1;
    background-color: var(--bcc-blue);
    display: grid;
    grid-template-columns: 30% 1fr;
    grid-template-rows: repeat(2, 1fr);
    padding: 10px 0px;
}

.cloudfax-utility-navbar-user-infodiv>div {
    display: flex;
    align-items: center;
    padding: 0px 20px;
}

.cloudfax-utility-navbar-user-infodiv-1,
.cloudfax-utility-navbar-user-infodiv-3 {
    column-gap: 5px;
}

.cloudfax-utility-navbar-user-infodiv-1-icon,
.cloudfax-utility-navbar-user-infodiv-3-icon {
    width: 20px;
    height: 20px;
    background-image: url('../../mars/images/icon.png');
}

.cloudfax-utility-navbar-user-infodiv-1-icon {
    background-position: -298px -507px;
}

.cloudfax-utility-navbar-user-infodiv-3-icon {
    background-position: -326px -509px;
}

.cloudfax-panel-user {
    width: 500px;
    height: 258px;
    background-color: #fff;
    border: 1px solid #c6c6c6;
    display: flex;
    flex-direction: column;
    position: fixed;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
}


.cloudfax-menu-titlebar {
    height: 50px;
    min-height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    padding: 0px 20px;
    display: flex;
}

.cloudfax-menu-title {
    font-weight: 600;
    letter-spacing: 0.2px;
}

.cloudfax-menu-body-wrap {
    width: 100%;
    flex-grow: 1;
    height: 1px;
    background-color: #f0f5fa;
    padding: 6px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.cloudfax-menu-body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

/* 상태 관련 Div */
.statusMark {
    width: 100%;
}

.statusMark>div {
    cursor: default;
    width: 80px;
    height: 26px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
}

.statusMark-wait {
    background-color: #9da3aa;
}

.statusMark-calldone {
    background-color: #2579bf;
}

.statusMark-success {
    background-color: #46a3f0;
}

.statusMark-finish {
    background-color: #20c997;
}

.statusMark-fail {
    background-color: red;
}


/* SNB Icon */
.snb-icon-phone {
    background-position: -87px -478px;
}

/* Grid or Thumnail Type List */

.GridDisplayType {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

#GridDisplayType_Thumbnail,
#GridDisplayType_List {
    cursor: pointer;
}

.m-icon-thumb.m-icon-active {
    background-position: -30px -450px;
    content: 'check';
}

.m-icon-list.m-icon-active {
    background-position: -90px -450px;
    content: 'check';
}

.terms-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
}

.terms-topbar {
    width: 100%;
    height: 50px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}

.terms-topbar>div {
    width: 1200px;
}

#termsLogo {
    width: 240px;
    height: 100%;
    background-image: url('../../../images/icon/hanaro_icon.png');
    background-size: 600px 1000px;
    background-repeat: no-repeat;
    background-position: 7px -935px;
}

.terms-body {
    width: 1200px;
    flex-grow: 1;
    height: 1px;
    display: flex;
    flex-direction: column;
}

.terms-body>div:nth-child(1) {
    font-size: 42px;
    font-weight: 700;
    margin: 40px 0px 20px 0px;
}

.terms-body>div:nth-child(2) {
    font-size: 18px;
    color: #7b7b7b;
    margin-bottom: 40px;
}

.terms-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    height: 50px;
}

.terms-tabs>div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    user-select: none;
    border-bottom: 2px solid transparent;
    transform: translateY(1px);
}

.terms-tab-select,
.terms-tabs>div:hover {
    color: #376eff;
    border-bottom: 2px solid #376eff !important;
}

.terms-info {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.terms-info>div {
    display: flex;
    column-gap: 10px;
    align-items: flex-end;
}

.terms-info>div>div:nth-child(1) {
    font-size: 24px;
    font-weight: 700;
}

.terms-info>div>div:nth-child(2) {
    font-size: 16px;
    color: #7b7b7b;
}

#TermUseTime {
    border: 1px solid #dbdbdb;
    padding: 10px;
}

.terms-content {
    width: 100%;
    background-color: #f7f7f7;
    flex-grow: 1;
    height: 1px;
    margin: 20px 0px;
    padding: 20px;
    overflow-y: auto;
    line-height: 20px;
}

.terms-content>span {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.terms-content-userule-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(6, 40px);
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

.terms-content-userule-grid>div {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    padding: 10px;
    word-break: keep-all;
}

.terms-content-userule-grid>div:nth-child(3),
.terms-content-userule-grid>div:nth-child(1) {
    grid-row: span 2;
}

.terms-content-userule-grid>div:nth-child(17),
.terms-content-userule-grid>div:nth-child(14),
.terms-content-userule-grid>div:nth-child(11),
.terms-content-userule-grid>div:nth-child(2) {
    grid-column: span 2;
}

.terms-content-miniterm-grid {
    display: grid;
    width: 100%;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    grid-template-columns: repeat(6, 1fr);
}

.terms-content-indiviterm-grid>div,
.terms-content-miniterm-grid>div {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
}

.terms-content-miniterm-grid>div:nth-child(n+37):nth-child(-n+42),
.terms-content-miniterm-grid>div:nth-child(n+25):nth-child(-n+30),
.terms-content-miniterm-grid>div:nth-child(n+13):nth-child(-n+18),
.terms-content-miniterm-grid>div:nth-child(-n+6) {
    color: red;
}

.terms-content-indiviterm-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

.MarsSNB-Container {
    overflow: auto;
}






/* 충전하기 화면 CSS 임시 보관 */
.charge-body {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.charge-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px 0px;
}

.charge-1 {
    display: flex;
    background-color: var(--bcc-blue);
    padding: 0px 20px;
    align-items: center;
    height: 46px;
    margin-bottom: 20px;
}

.charge-1>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.charge-1>div:nth-child(1) {
    width: 84px;
    min-width: 84px;
    height: 21px;
    border-radius: 10.5px;
    background-color: var(--main-theme-blue);
    color: #fff;
}

.charge-1>div:nth-child(2) {
    width: 100%;
    height: 100%;
}

.charge-2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.charge-2>div:nth-child(1) {
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
}

.charge-2>div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.charge-2-div {
    width: 140px;
    height: 60px;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    user-select: none;
}

.charge-2-div>div:nth-child(1) {
    width: 20px;
    min-width: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eff7ff;
    border-right: 1px solid #c6c6c6;
}

.charge-2-div>div:nth-child(1) .marsradio-btnspan {
    margin-left: 0px;
}

.charge-2-div>div:nth-child(2) {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.charge-2-div-checked {
    border: 1px solid var(--main-theme-blue);
    color: var(--main-theme-blue);
}

.charge-2-div-checked>div:nth-child(1) {
    border-right: 1px solid var(--main-theme-blue);
}

.charge-3>div:nth-child(1) {
    margin-bottom: 5px;
}

.charge-3>div:nth-child(2) {
    display: grid;
    grid-template-columns: 167px 1fr;
    grid-template-rows: repeat(2, 40px);
    border-top: 1px solid #000;
    margin-bottom: 20px;
}

.charge-3>div:nth-child(2)>div {
    display: flex;
    align-items: center;
    padding-left: 20px;
    border-bottom: 1px solid var(--div-border-bottom-gray);
}

.charge-3>div:nth-child(2)>div:nth-child(odd) {
    background-color: #f7f7f7;
}

.charge-4 {
    margin-bottom: 10px;
}

.charge-4>div:nth-child(1) {
    margin-bottom: 5px;
}

.charge-4>div:nth-child(2) {
    display: grid;
    grid-template-columns: 167px 1fr;
    grid-template-rows: 40px;
    border-top: 1px solid #000;
}

.charge-4>div:nth-child(2)>div {
    display: flex;
    align-items: center;
    padding-left: 20px;
    border-bottom: 1px solid var(--div-border-bottom-gray);
}

.charge-4>div:nth-child(2)>div:nth-child(odd) {
    background-color: #f7f7f7;
}

.charge-4>div:nth-child(2)>div:nth-child(even) {
    column-gap: 20px;
}

.charge-4-info {
    color: var(--main-theme-blue);
    padding-left: 10px;
    margin-bottom: 10px;
}

.charge-5 {
    display: flex;
    flex-direction: column;
    background-color: var(--bcc-blue);
    padding: 20px;
    justify-content: center;
}

.charge-5>span {
    font-weight: 700;
}

.charge-btns {
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbnail-nolist-wrap {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thumbnail-nolist-wrap>.m-icon {
    width: 190px;
    height: 190px;
    background-position: 0px -770px;
}

.m-icon-refresh {
    background-position: -324px -24px;
    content: 'magnify';
    width: 22px;
    height: 22px;
}