@charset "utf-8";

#sec-1 .step{
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    align-items: stretch;
}

#sec-1 .step_1{
    background: url(../img/sub03/icon01.png) no-repeat 95% 90%;
    background-size: 95px;
}
#sec-1 .step_2{
    background: url(../img/sub03/icon02.png) no-repeat 97% 90%;
    background-size: 95px;
}
#sec-1 .step_3{
    background: url(../img/sub03/icon03.png) no-repeat 97% 90%;
    background-size: 95px;
}

#sec-1 .step_box{
    background-color: #fafafa;
    padding: 3.5rem;
    width: 33%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    border-radius: var(--bdrs);
}


#sec-1 .step_box .top{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
#sec-1 .step_box .top h2{
    font-family: 'paperlogy-SB';
    font-size: 2.8rem;
}
#sec-1 .step_box .top p{
    line-height: 1.3;
    font-weight: 500;
    color: #666;
}
#sec-1 .step_box .bot span{
    color: var(--po-color);
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0;
}

/* sec3 //////////////////////// */
body{
    overflow: unset;
}
#sec-3{
    position: relative;
}
#sec-3 .tab{
    position: relative;
    height: auto;
}
#sec-3 .tab_navi{
    width: fit-content;
    /* position: -webkit-sticky; */
    position: sticky;
    z-index: 100;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.05);
    display: flex;
    gap: 2rem;
    background: #fafafa;
    padding: 1rem 2.5rem;
    border-radius: 10px;   
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    background: #ffffff85;
    backdrop-filter: blur(10px);
}

#sec-3 .tab_navi li{
    cursor: pointer;
    padding: 1rem 1.5rem;
    border-radius: 5px;
    font-family: 'paperlogy-M';
}

#sec-3 .tab_navi li.on{
    background: var(--po-color);
    color: #fff;
}

/* tab body */
.tab_body{
    margin-top: 10rem;
}
.tab_body .tab_cont{
    display: flex;
    flex-direction: column;
    gap: 15rem;
    position: relative;
}
.tab_body .tab_cont .step{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10rem;
}

.tab_body .tab_cont .left{
    border-radius: 10px;
    overflow: hidden;
}
.tab_body .tab_cont .txt{
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.tab_body .tab_cont .right{
    width: 440px;
}

.tab_body .tab_cont .top .brand{
    color: var(--po-color);
    font-weight: 500;
    letter-spacing: 1px;
}
.tab_body .tab_cont .top h2{
    font-family: 'paperlogy-SB';
    font-size: 3rem;
    margin-bottom: 1.5rem;
}
.tab_body .tab_cont .top p{
    line-height: 1.3;
    font-weight: 500;
}

.tab_body .tab_cont .bot{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.tab_body .tab_cont .bot .tip{
    display: flex;
    align-items: center;
    gap: 2rem;
}

.tab_body .tab_cont .bot .tip .check{
    background: var(--box-bg);
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--po-color);
}

.shop_site{
    position: absolute;
    top: -7.5rem;
    left: 50%;
    transform: translateX(-50%);
}


#sec-1 .step{
    position: relative;
}
.shop_site.pz{
    top: -6rem;
}
#sec-1 .sec-title{
    margin-bottom: 4.5rem;
}

.banner{
    margin-top: 8rem;
}