.section1 {
    padding: 20px;
    background-color: #115de6;
    border-top: 1px solid #5a8fee;
}
.section1 p{
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;    
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.box .icon{
    width: 20%;
    margin-bottom: 15px;
}

.section2, .section2_2 {
    background-color: #f7f8fc;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 125px); 
}

.section2 .box, .section2_2 .box {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3열로 나누어 중앙 정렬 */
    justify-items: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto; 
    gap: 20px; 
}

.section2 .box a, .section2_2 .box a {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
    align-items: center;
    background-color: #fff;
    height: 250px;
    width: 250px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    text-decoration: none;
}
.section2_2_mo {
    display: none;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .section1 {
        margin-top: 52px;
    }
    .section2 .box a, .section2_2_mo .box a {
        display: flex;
        flex-direction: column;
        padding: 20px;
        border-radius: 10px;
        align-items: center;
        background-color: #fff;
        height: 250px;
        width: 250px;
        font-size: 18px;
        line-height: 1.3;
        font-weight: 600;
        justify-content: center;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
        text-decoration: none;
    }
    
    .section2, .section2_2_mo {
        background-color: #f7f8fc;
        margin: 0 auto;
        text-align: center;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: calc(100vh - 125px);
    }
    .section2 .box, .section2_2_mo .box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        max-width: unset;
        margin: 0 auto;
        gap: 20px;
    }
    .section2 .box a, .section2_2_mo .box a {
        height: 200px;
        width: 100%;
        font-size: 16px;
    }
    .section2_2_mo  a.last  {
        width: 100% !important;
        height: 150px;
        font-size: 16px;
        display: flex;
        flex-direction: column;
        padding: 20px;
        border-radius: 10px;
        align-items: center;
        background-color: #fff;
        line-height: 1.3;
        font-weight: 600;
        justify-content: center;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
        text-decoration: none;
        margin-top: 20px;
    
    }
    .section2_2 {
        display: none;
    }
    .section2_2_mo{
        display: block;
        min-height: calc(100vh - 125px); 
    }
    .section2_2_mo .box {
        display: flex;
        width: 100%;
        max-width: unset;
        margin: 0 auto;
        gap: 20px;
        justify-content: center;
    }
    .box .icon {
        width: unset;
        margin-bottom: 15px;
    }
    }

@media screen and (max-width: 767px) {
    body {
        padding-top: 52px !important;
    }
.section2 .box a, .section2_2_mo .box a {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
    align-items: center;
    background-color: #fff;
    height: 250px;
    width: 250px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    text-decoration: none;
}

.section2, .section2_2_mo {
    background-color: #f7f8fc;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 125px);
}
.section2 .box, .section2_2_mo .box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    max-width: unset;
    margin: 0 auto;
    gap: 20px;
}
.section2 .box a, .section2_2_mo .box a {
    height: 150px;
    width: 100%;
    font-size: 16px;
}
.section2_2_mo  a.last  {
    width: 100% !important;
    height: 150px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
    align-items: center;
    background-color: #fff;
    line-height: 1.3;
    font-weight: 600;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    text-decoration: none;
    margin-top: 20px;

}
.section2_2 {
    display: none;
}
.section2_2_mo{
    display: block;
    min-height: calc(100vh - 125px); 
}
.section2_2_mo .box {
    display: flex;
    width: 100%;
    max-width: unset;
    margin: 42px auto 0;
    gap: 20px;
    justify-content: center;
}
.box .icon {
    width: unset;
    margin-bottom: 15px;
}
}