@charset "utf-8";

.header-logo img {
    height: 28px;
    -webkit-filter: drop-shadow(5px 5px 5px #4386FD);
    filter: drop-shadow(5px 5px 5px #4386FD);
}
#first {
    background-image: url("../img/v2/first_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.first-head-wrap {
    padding-right: 40px;
}
.first-head-wrap .img-wrap {
    text-align: right;
}
.mini-heart {
    width: 30%;
}
#second {
    background-color: #F4F4F4;
}
#third {
    background-color: #FFFFFF;
}
.flex-row {
    display: flex;
    justify-content: space-between;
}
.flex-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.align-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.flex-1 {
    flex: 1;
}
.section-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #000000;
    padding: 0 0 50px;
}
.item-wrap .item-text {
    font-size: 27px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.04em;
}
.item-text .sub-text {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -0.04em;
}
#second .item-text {
    text-align: center;
}
#third .flex-gap {
    min-width: 60px;
    min-height: 60px;
}
#fourth {
    background-color: #2C3472;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.04em;
}
.py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
}
.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.mt-40 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.text-center {
    text-align: center;
}

@media (min-width: 320px) and (max-width: 768px) {
    .flex-row {
        display: block;
    }
    .flex-column {
        display: block;
    }
    .py-140 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .py-60 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .mt-40 {
        margin-top: 10px;
    }
    .mb-20 {
        margin-bottom: 10px;
    }
    section {
        padding: 0 16px;
    }
    .first-head-wrap {
        padding: 10% 25% 20px;
    }
    #third .flex-gap {
        min-width: 16px;
        min-height: 16px;
    }

    .section-title {
        font-size: 17px;
        padding: 0 0 16px;
    }
    .item-wrap .item-text {
        font-size: 16px;
        margin-top: -10px;
    }
    .item-text .sub-text {
        font-size: 12px;
    }
    #fourth {
        font-size: 12px;
    }
    .item-wrap {
        margin-bottom: 20px;
    }
}
