* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.icon {
    font-size: 0;
    display: flex;
    align-items: center;
}

.icon img {
    width: 100%;
}

.row {
    display: flex;
}

.row_a {
    display: flex;
    align-items: center;
}

.row_b {
    display: flex;
    justify-content: space-between;
}

.main {
    max-width: 1640px;
    width: 100%;
    margin: 0 auto;
}

.icon {
    font-size: 0;
}

.icon img {
    width: 100%;
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../font/Montserrat-Light.otf');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../font/Montserrat-Bold.otf');
}

@font-face {
    font-family: 'MontserratSemiBold';
    src: url('../font/MontserratSemiBold.otf');
}

@media screen and (max-width:1670px) {
    .main {
        padding: 0 40px;
    }
}

@media screen and (max-width:490px) {
    .main {
        padding: 0 20px;
    }
}

body {
    font-family: 'Montserrat-Light';
}