header {
    background-color: #f4f5f8;
}
.section1 {
    padding: 15px 15px 30px;
    background-color: #f4f5f8;
    display: flex;
    gap: 15px;
    align-items: center;
}
.section1 img{
    width: 60px;
}
.section1 h1{
    font-size: 21px;
    font-weight: 600;
    color: #0f1e5d;
    margin-bottom: 15px;
    font-family: 'NanumSquareNeoExtraBold' !important;
}
.section1 p{
    font-size: 18px;
    line-height: 1.5;
}
.section1 p span{
    font-size:18px;
    line-height: 1.5;
    color: #1446a1;
    font-weight: 600;
}
.section2, .section4 {
    padding: 30px 15px;
}

.section2 .btn_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}

.section2 .btn_wrap a {
    position: relative;
    display: block;
    width: calc(50% - 8px);
}

.section2 .btn_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 이미지가 div 영역에 꽉 차게 */
    border-radius: 10px;
}

.section2 .text-overlay {
    position: absolute;
    top: 14%;
    left: 8%;
    color: white;
    font-size: 17px;
    border-radius: 5px;
    line-height: 1.3;
    font-family: 'NanumSquareNeoBold' !important;
}
h2 {
    font-size: 21px;
    font-weight: 600;
    color: #0f1e5d;
    margin-bottom: 15px;
    font-family: 'NanumSquareNeoExtraBold' !important;
}
.section3 {
    padding: 0 15px;
}
.section3 .box{
    padding: 20px;
    border-radius: 5px;
    background-color:#f4f5f8;
    margin-bottom: 10px;
}
.section3 .box:last-child{
    margin-bottom: 0;
}
.section3 .box span{
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.section3 .box pre{
    font-size: 18px;
    line-height: 1.5;
}
.section4 .btn_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.section4 .btn_wrap .left {
    display: flex;
    align-items: center;
    gap:15px;
}
.section4 .btn_wrap .left span{
   font-size: 17px;
   line-height: 1.3;
   color: #Fff;
}
.section4 .btn_wrap a {
    padding: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'NanumSquareNeoBold' !important;
}
.section4 .btn_wrap a .icon{
    width: 30px;
    height: auto;
}
.section4 .btn_wrap a .arrow{
    width: 10px;
    height: auto;
}
.section4 .btn_wrap .btn1 {
    background-color: #4c95f7;
}
.section4 .btn_wrap .btn2 {
    background-color: #6075ea;
}
.section4 .btn_wrap .btn3 {
    background-color: #8e5ff6;
}
.section5{
    padding: 0 15px 30px
}
.section5 a {
    position: relative;
    display: block;
}
.section5 img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 이미지가 div 영역에 꽉 차게 */
    border-radius: 10px;
}

.section5 .text-overlay {
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    color: white;
    font-size: 19px;
    padding: 10px;
    border-radius: 5px;
    line-height: 1.3;
    
}
.section5 .text-overlay span{
    font-size: 19px;
    font-family: 'NanumSquareNeoBold' !important;
    color: #fff;
}