﻿* {
    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;
}

input {
    border: none;
    outline-style: none;
    background-color: transparent;
}

.swiper-slide a {
    font-size: 0;
    display: block;
    width: 100%;
}

.swiper-slide a img {
    width: 100%;
}