@font-face {
    font-family: 'paybooc-Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/paybooc-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face { /* 애플산돌고딕 폰트 적용 */
    font-family: "paybooc";
    src: url("../fonts/paybooc\ ExtraBold.ttf") format("truetype");
    font-weight: normal;
  } 
main * {
    font-family: 'paybooc-Bold';
}
main {
    padding: 3rem 1.5rem;

}
.section1 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
   
}
.section1 img{
    width: 50%;
}
.section1 span{
    color: #428ee7;
    font-size: 1.7rem;
    line-height: 1.3;
    font-weight: 500;
}
.section1 pre, .section3 pre{
    font-size: 1.7rem;
    margin-top: 3rem;
    font-weight: 500;
    line-height: 1.5;
    color: #3a3f4b;
}
.section2 .top {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.section2 .btn_wrap {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
   margin: 4rem 0;
}
.section2 .btn_wrap a{
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    background-color: #eef5ff;
    padding: 1.5rem 1.5rem 3rem 1.5rem;
    border-radius: 1rem;
    align-items: center;
    font-size: 1.6rem;
    color: #3073dc;
    justify-content: center;
    font-family: "paybooc" !important;

}
.section2 .btn_wrap a .plus{
    width:17%; 
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 50%;

} 
.section2 .btn_wrap a .icon{
    width: 40%; 
    margin-bottom: 2rem;
} 
.section3 {
    text-align: center;
}

.section3 .image-container {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 3rem 0;
}

.section3 .image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.section3 .text-overlay {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    padding: 1rem;
    display: flex;
    width: 80%;
    justify-content: space-between;
    align-items: center;
}

.section3 .text-overlay span {
    display: block;
    font-size: 1.6rem;
}

.section3 .text-overlay a {
    display: inline-block;
    padding: 1rem 1.5rem;
    text-decoration: none;
    border-radius: 1.5rem;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #cbcbcb;
    font-size: 1.4rem;
}


