
@font-face {
    font-family: 'SpoqaHanSansNeo-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Regular.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;
  } 
.content1 * {
    font-family: 'SpoqaHanSansNeo-Regular';
}
.content1 .top {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.content1 .btn_wrap {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
}
.content1 .btn_wrap a{
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    background-color: #fafafa;
    padding: 1.5rem 1.5rem 3rem 1.5rem;
    border-radius: 1rem;
    align-items: center;
    font-size: 1.6rem;
    justify-content: space-between;
    font-family: "paybooc" !important;
}
.content1 .btn_wrap a .plus{
    width:17%; 
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 50%;

} 
.content1 .btn_wrap a .icon{
    width: 40%; 
    margin-bottom: 2rem;
} 
.img_container {
    text-align: center;
}
.img_container img {
    width: 40%;
}
.content1 {
    padding: 2.5rem 1.5rem 5.5rem;
}
.content1 .title {
    font-size: 1.9rem;
    display: flex;
    font-weight: 600;
    margin: 3rem 0 2rem 0;
    text-align: center;
    justify-content: center;
    color: #5fc645;
}
.content1 .top_con {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: 30px;
}
.content1 .top_con span{
    font-size: 1.6rem;
    line-height: 1.3;
    color: #8e8e8e;
}
.box {
    margin-bottom: 2rem;
}

.content1 .btn_group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.content1 .btn_group a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 3rem;
    font-size: 1.7rem;
    border-radius: 1rem;
    height: 80px;
    background-color: #428ee7;
    color: #fff;
    text-align: center;
    letter-spacing: -1.3px;
}

.content1 .btn_group a img{
    width: 20%;
}
.content1 .sub_title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.content1 .bold {
    font-size: 1.6rem;
    color: #3989e6;
    margin-bottom: 1rem;
    font-family: 'GmarketSansMedium' !important;
    letter-spacing: -1.3px;
}
.content1 .con {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 300;
}
.content1 .con .point1{
    font-size: 1.6rem;
    color: #00b0cc;
    margin-bottom: 1rem;
}
.content1 .point2{
    font-size: 1.6rem;
    font-weight: 600;
    color: #0057a2;
    margin-bottom: 1rem;
    line-height: 1.5;
}
.content1 .con .point3{
    font-size: 1.6rem;
    color: #4bbf2e;
}
.content1 .box img {
    width: 100%;
    margin: 2rem 0;
}
.section_A .content1 .btn_group2 {
    margin-bottom:  2rem;
}
.section_C .content1 .btn_group2 {
    margin: 0 0 3rem;
}
.content1 .btn_group2 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.content1 .btn_group2 a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2rem;
    font-size: 1.6rem;
    border-radius: 1rem;
    background-color: #eef5ff;
    color: #246ad9;
    gap: 1rem; font-family: 'paybooc-Bold' !important;
}
.content1 .btn_group2 a img{
    width: 7%;
}
.link { 
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 2rem;
}

.link a{ 
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 4rem;
    width: 100%;
    text-align: center;
    flex-direction: column;
    gap: .5rem;
    background-color: #fafafa;
    color: #4f5050;
    border-radius: 4rem;
    border: 1px solid #cdcdcd;
}
.link p {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    width: 100%;
    justify-content: center;
    font-weight: 600;
}
.link p img {
    width: 8%;
}
.link span{ 
    font-size: 1.4rem;
    border-bottom: 1px solid #3c413b;
    font-weight: 600;
}