@charset "utf-8";

#gnb {
    width: 100%;
    position: absolute;
}

/* #gnb .pc_navi .menu {
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px);
    padding: 1rem 3rem;
    border-radius: 100px;
} */

#gnb .pc_navi .menu_a {
    color: var(--font-white);
    font-weight: 400;
}

.sec-title {
    gap: 0;
}

/* .sec-title p{
    margin-top: 1.5rem;
} */
.sec-title .plz {
    margin-bottom: 0.2rem;
}
#sec-1 .title h2{
    font-family: 'paperlogy-SB';
}

#sec-1 {
    position: relative;
    z-index: -2;
    background: url(../img/top_bg.png) center no-repeat;
    background-size: cover;
    margin-bottom: -50px;
}

#sec-1 .wrap {
    padding-top: 25rem;
    padding-bottom: 30rem;
    color: var(--font-white);
}

#sec-1 .title_body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    position: fixed;
    top: 22%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

#sec-1 .title_body .title {
    display: flex;
    align-items: center;
    gap: 2rem;
}

#sec-1 .title_body .title h2 {
    font-weight: 500;
    font-size: 5.6rem;
}

#sec-1 .title_body .body {
    font-size: 2rem;
    font-weight: 300;
}

/* sec 2 */
#sec-2 {
    background: #fff;
    padding-top: 5rem;
    border-radius: 40px;
}

#sec-2 .title_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3rem;
}

#sec-2 .title_wrap a {
    display: flex;
    align-items: center;
    color: var(--po-color);
    gap: .2rem;
}

#sec-2 .title_wrap a span {
    font-weight: 300;
}

#sec-2 .sec-title {
    align-items: flex-start;
    margin-bottom: 0;
}

#sec-2 .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
}

#sec-2 .cont_top,
#sec-2 .cont_bot {
    display: flex;
    justify-content: space-between;
}

#sec-2 .content .box {
    background: #fafafa;
    border-radius: var(--bdrs);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6rem;
    padding: 4rem;
    padding-bottom: 0;
}

#sec-2 .content .bot_box.shop {
    padding-bottom: 4rem;
    gap: 15rem;
}

#sec-2 .content .bot_box.shop .shop_m {
    width: 100%;
    display: flex;
    justify-content: end;
    gap: 1.5rem;
}

#sec-2 .content .bot_box.shop .shop_m div {
    width: 16rem;
    height: 16rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: var(--bdrs);
    display: flex;
    align-items: center;
    justify-content: center;
}

#sec-2 .content .bot_box.shop .shop_m div img {
    width: 70%;
}

#sec-2 .content .bot_box:first-child .img {
    margin-left: auto;
}

#sec-2 .content .bot_box:last-child {
    background: url(../img/sec-2_5.png) bottom no-repeat;
    background-color: #fafafa;
}

#sec-2 .content .top_box {
    width: 49%;
}

#sec-2 .content .bot_box {
    width: 32%;
}

#sec-2 .content .box .txt {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#sec-2 .content .top_box .txt {
    align-items: center;
}

#sec-2 .content .top_box .txt p {
    font-size: 3.2rem;
    font-weight: 700;
    color: #333;
}

#sec-2 .content .bot_box .txt p {
    font-size: 2.8rem;
    font-weight: 700;
    color: #333;
}

/* sec 3 */

#sec-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7rem;
    margin-top: 30rem;
    margin-bottom: 40rem;
}

#sec-3 .sec-title {
    text-align-last: left;
    align-items: start;
    margin-bottom: 0;
}

#sec-3 .sec-title p {
    margin-top: 2rem;

}

#sec-3 .sec-title .btn {
    margin-top: 4rem;
}

#sec-3 .content {
    width: 50%;
    position: relative;
    min-height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10rem;
}

#sec-3 .moapin_card {
    z-index: 3;
    transform: translateY(45%) scale(1.05);
    background: url(../img/card_bg_1.png) no-repeat center;
    background-size: cover;

}

#sec-3 .plusU_card {
    z-index: 2;
    transform: translateY(20%);
    background: url(../img/card_bg_2.png) no-repeat center;
    background-size: cover;
}

#sec-3 .no_card {
    z-index: 1;
    transform: translateY(-3%) scale(0.95);
    background: url(../img/card_bg_3.png) no-repeat center;
    background-size: cover;
    height: 100%;
}

#sec-3 .card {
    position: absolute;
    width: 520px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5rem;
    box-sizing: border-box;
    padding: 2.5rem;
    border-radius: var(--bdrs);
    color: var(--font-white);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: .4s ease-in-out;
}

#sec-3 .card img {
    filter: brightness(20);
}

#sec-3 .card .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#sec-3 .card .top img {
    width: 75px;
}

#sec-3 .moapin_card .top img {
    width: 90px;
}

#sec-3 .card .top .page {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#sec-3 .card .top .page span {
    font-weight: 300;
}

#sec-3 .card .bot p {
    text-align: center;
}

#sec-3 .moapin_card:hover {
    transform: translateY(45%) scale(1.05) translateX(10%);
}

#sec-3 .plusU_card:hover {
    transform: translateY(20%) translateX(10%);
}




/* sec 4 */
#sec-4 {
    margin-top: 20rem;
    margin-bottom: 20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#sec-4 .sec-title {
    line-height: 1.3;
    margin-bottom: 4rem;
}

#sec-4 .sec-title h2 {
    color: #5f5f5f;
    font-size: 4.8rem;
}

#sec-4 .sec-title h2 .big {
    font-size: 6.4rem;
    color: var(--font-black);
    font-weight: 800;
}

#sec-4 .mid {
    margin-bottom: 4rem;
}