@charset "UTF-8";

@font-face {
  font-family: "custom-font";
  src:url("../eot/custom-font-2.eot");
  src:url("../eot/custom-fontd41d.eot#iefix") format("embedded-opentype"),
    url("../woff/custom-font.woff") format("woff"),
    url("../ttf/custom-font.ttf") format("truetype"),
    url("../svg/custom-font-2.svg#custom-font") format("svg");
  font-weight: normal;
  font-style: normal;

}

[class^="cus-"]:before,
[class*=" cus-"]:before {
  font-family: "custom-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cus-icon {
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  vertical-align: -1px;
}

.cus-ct-logo-s:before {
  content: "\61";
}
.cus-circle-arrow-r:before {
  content: "\62";
}
.cus-circle-arrow-l:before {
  content: "\63";
}
