* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* font-family: 'microsoft yahei'; */
	font-family: "Unageo-Medium";
}
@font-face {
  font-family: "Unageo-Medium";
  src: url("../fonts/Unageo-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Unageo-Bold";
  src: url("../fonts/Unageo-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Unageo-Light";
  src: url("../fonts/Unageo-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Unageo-Regular";
  src: url("../fonts/Unageo-Regular.ttf") format("truetype");
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

.ml_mb_nav i {
    position: relative;
}

.ml_mb_nav i::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: -11px;
    background-color: var(--main-color);
    top: 0px;
}