
/* testing cdn font */
@import url('//at.alicdn.com/t/c/font_4889994_57rpp5qifqd.css');

@font-face {
    font-family: 'Rubik';
    src: url('../../font/Rubik-SemiBold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'Rubik';
    src: url('../../font/Rubik-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('../../font/Rubik-Light.ttf');
    font-weight: 300;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

body {
    background: #fff;
    -webkit-text-size-adjust: 100%;
    font-family: 'Rubik';
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-spacing: 0
}

p {
    word-wrap: break-word
}

div,
section,
li {
    box-sizing: border-box
}

input,
textarea {
    outline: none;
    border: none;
    resize: none
}

button {
    border: none;
}
img:not([src]):not([srcset]) {
  visibility: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.pc-style {
    display: block;
}

.mobile-style {
    display: none;
}

.android-style {
    display: none;
}

.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

* {
    font-family: 'Rubik';
    font-style: normal;
}


@media (max-width: 770px) {
    .container {
        width: 100%;
    }

    .mobile-style {
        display: block;
    }

    .pc-style {
        display: none;
    }

    #android .android-style {
        display: block;
    }

    #android .equipment-style {
        display: none;
    }

}