.section_top_box{
    background-image: url(/src/img/business_visual.webp);
    background-size: cover;
    background-position: center;
}

.section.section_2{
    align-items: center;
    min-height: 100vh;
    border-bottom: 2px solid rgb(18,77,137);
}
.section.section_2::before{
    content: "";
    position: absolute;
    width: 90%;
    max-width: 1500px;
    height: 100%;
    top: 0;
    right: 0;
    border-left: 2px solid rgb(18,77,137);
}
.section_title_container{
    width: 100%;
    height: 400px;
    z-index: 2;
}
.section_title_container.container_1{
    max-width: 1600px;
    justify-content: flex-end;
    background: url(../img/sample6.webp);
    background-size: cover;
    background-position: center;
    align-self: flex-end;
}
.section_title_box{
    height: 100%;
    gap: 20px;
    position: relative;
    /* -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0; */
}
.section_title_box.title_1{
    width: 95%;
    max-width: 1300px;
    padding: 20px;
    backdrop-filter: grayscale(1);
    -webkit-backdrop-filter: grayscale(1);
    background-color: rgba(0, 0, 0, 0.5);
    background-image: radial-gradient(rgba(0, 0, 0, 0.7) 30%, transparent 30%);
    background-size: 3px 3px;
    transform: translateY(60px);
    align-items: center;
    justify-content: center;
}
.section_sub_title.title_1{
    font-size: 36px;
    font-weight: bold;
    line-height: 2;
    color: white;
    z-index: 1;
}

.section_content_container{
    width: 100%;
    height: max-content;
    position: relative;
}
.section_content_container.container_1{
    width: 90%;
    max-width: 1500px;
    padding: 50px 20px;
    padding-top: 110px;
    align-items: center;
    justify-content: center;
    align-self: flex-end;
}
.section_text_box.box_1{
    padding: 20px;
    z-index: 1;
    background: white;
    box-shadow: 5px 5px rgb(18,77,137,0.7);
}
.section_text.text_1{
    font-size: 20px;
    text-align: justify;
    line-height: 2.5;
    font-weight: bold;
    letter-spacing: 2px;
}

.section.section_3{
    min-height: 100vh;
    align-items: center;
}
.section_title_container.container_2{
    max-width: 1500px;
    align-self: flex-start;
}
.section_title_box.title_2{
    width: 95%;
    max-width: 750px;
    padding: 20px 0;
    align-items: flex-end;
    justify-content: center;
    border-bottom: 2px solid rgb(18,77,137);
}
.section_title.title_2{
    font-size: 64px;
}
.section_sub_title.title_2{
    font-size: 32px;
    font-weight: bold;
    color: rgb(18,77,137);
}
.section_content_container.container_2{
    max-width: 1500px;
    min-height: 30vh;
    grid-template-columns: 30vh 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas: 
    "grid1 grid2"
    "grid1 grid3"
    "grid1 grid4";
    gap: 10px;
    padding: 10px;
    border-left: 2px solid rgb(18,77,137);
    border-bottom: 2px solid rgb(18,77,137);
}

.section_content_box{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    gap: 10px;
    z-index: 1;
}
.section_content_box.box_1{
    grid-area: grid1;
    align-items: center;
    justify-content: center;
    background: rgb(18,77,137);
}
.content_box_title{
    font-size: 24px;
    color: white;
}
.section_content_box.box_2{
    grid-area: grid2;
}
.section_content_box.box_3{
    grid-area: grid3;
}
.section_content_box.box_4{
    grid-area: grid4;
}
.content_label_box.label_1{
    width: 140px;
    min-width: 140px;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgb(255, 255, 255);
}
.content_label.label_1{
    font-size: 18px;
    font-weight: bold;
    color: rgb(18,77,137);
}
.content_text_box{
    flex: 1;
    height: 100%;
    padding: 20px;
    align-items: center;
    background: rgb(255, 255, 255);
}
.content_text.text_1{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}
.section_content_container.container_3{
    max-width: 1500px;
    min-height: 30vh;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 10px;
    padding: 10px;
    border-left: 2px solid rgb(18,77,137);
    border-bottom: 2px solid rgb(18,77,137);
    align-self: flex-end;
}
.content_label_box.label_2{
    height: 100%;
    width: 150px;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px;
    background: rgb(18,77,137);
}
.label_inside_box{
    width: 30px;
    min-width: 30px;
    height: 35px;
    position: relative;
    padding: 5px;
}
.label_inside{
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.label_inside.inside_1{
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
}
.label_inside.inside_2{
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 9px;
    left: 9px;
    background: rgb(229, 232, 236);
}
.content_label.label_2{
    font-size: 18px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}
.content_text_box.box_2{
    gap: 10px;
}
.text_box_label{
    width: 100px;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: rgb(18,77,137);
    padding: 5px 10px;
    border: 1px solid rgb(18,77,137);
}

.section.section_4{
    padding-top: 50px;
    align-items: center;
}
.section.section_4::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 10%;
    left: 0;
    background-color: rgb(18,77,137, 0.5);
    background-image: radial-gradient(rgba(255, 255, 255, 0.7) 30%, transparent 30%);
    background-size: 3px 3px;
    
}
.section_content_container.container_4{
    max-width: 1000px;
    min-height: 20vh;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 10px;
}
.section_content_box.box_6{
    background: white;
    padding: 10px 30px;
    border: 2px solid rgb(18,77,137);
    align-items: flex-start;
    justify-content: center;
}
.section_content_box.box_6::before{
    content: "";
    position: absolute;
    height: 200px;
    width: 200px;
    right: 20%;
    border-top: 20px double rgb(18,77,137);
    border-right: 20px double rgb(18,77,137,0.8);
    transform: rotate(45deg);
    transition: all ease 0.25s;
}
.section_content_box.box_6:hover::before{
    right: 18%;
}
.box_6_title{
    font-size: 24px;
    color: rgb(18,77,137);
}
.box_6_sub{
    font-size: 16px;
    font-weight: bold;
}

.section.section_5{
    border-bottom: 2px solid rgb(18,77,137);
}
.section_content_container.type_5{
    max-width: 1200px;
    padding: 40px 0;
    align-self: center;
    gap: 20px;
    border-left: 2px solid rgb(18,77,137);
}
.section_content_row.type_1{
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(max-content, max-content);
    align-items: flex-start;
}
.section_content_box.box_7{
    &.type_1{
        height: max-content;
        padding: 40px 20px;
        align-items: flex-start;
        border-bottom: 2px solid rgb(18,77,137);
        &::before{
            content: "";
            position: absolute;
            inset: 10px;
            background: white;
            z-index: -1;
        }
    }
    &.type_2{
        overflow: hidden;
        aspect-ratio: 3 / 2;
        padding: 10px;
        border: 2px solid rgb(18,77,137);
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}
.section_text.type_1{
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
}
.section_text.type_2{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}

.section_content_container.type_6{
    max-width: 1500px;
    align-self: flex-end;
    padding: 40px;
    gap: 40px;
    border-left: 2px solid rgb(18,77,137);
    border-bottom: 2px solid rgb(18,77,137);
}
.section_content_row.type_2{
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-template-rows: repeat(max-content, max-content);
    gap: 40px;
}
.section_content_box.type_8{
    align-items: flex-start;
    gap: 20px;
}
.content_box.type_1{
    width: 100%;
    max-width: 400px;
    align-items: center;
    gap: 20px;
    padding: 0 10px;
}
.content_box.type_2{
    padding: 20px;
    background: white;
}
.content_box_asset{
    flex: 1;
    height: 0;
    border-top: 2px dashed rgb(18,77,137);
}
.section_text.type_3{
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 2px;
}
.section_image_container.type_1{
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-template-rows: repeat(max-content, max-content);
    gap: 20px;
}
.section_image_box.type_1{
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media all and (max-width:1200px){
    .section_sub_title.title_1{
        font-size: 28px;
    }
    .section_text.text_1{
        font-size: 18px;
    }
    .section_content_container.type_5{
        padding: 20px 0;
    }
}
@media all and (max-width:900px){
    .section.section_2{
        min-height: 70vh;
    }
    .section_title_container{
        height: 300px;
    }
    .section_title{
        font-size: 52px;
    }
    .section_sub_title{
        font-size: 28px;
    }
    .section_sub_title.title_1{
        font-size: 20px;
    }
    .section_text.text_1{
        font-size: 16px;
        line-height: 2;
    }
    .section_content_container.container_2{
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        grid-template-areas: 
        "grid1"
        "grid2"
        "grid3"
        "grid4";
        border-left: none;
    }
    .content_box_title{
        font-size: 20px;
    }
    .section_content_box.box_5{
        flex-direction: column;
    }
    .section_content_container.container_3{
        border-left: none;
    }
    .content_text_box.box_2{
        margin-left: 10px;
    }
    .section_content_container.container_4{
        min-height: 15vh;
    }
    .section_text.type_1{
        font-size: 20px;
    }
    .section_text.type_2{
        font-size: 16px;
    }
    .section_content_box.box_7{
        &.type_1{
            padding: 20px;
        }
    }
    .section_text.type_3{
        font-size: 28px;
    }
    .section_content_container.type_6{
        padding: 20px;
        gap: 20px;
    }
    .section_content_row.type_2{
        gap: 20px;
    }
    .section_image_container.type_1{
        gap: 10px;
    }
}
@media all and (max-width:524px){
    .section_title_container{
        height: 250px;
    }
    .section_title{
        font-size: 36px;
    }
    .section_sub_title{
        font-size: 20px;
    }
    .section_sub_title.title_1{
        font-size: 18px;
    }
    .section_text.text_1{
        font-size: 14px;
        line-height: 1.5;
    }
    .section_title.title_2{
        font-size: 36px;
    }
    .section_sub_title.title_2{
        font-size: 20px;
    }
    .content_label_box.label_1{
        width: 120px;
        min-width: 120px;
    }
    .content_label.label_1{
        font-size: 14px;
    }
    .content_text.text_1{
        font-size: 12px;
    }
    .text_box_label{
        font-size: 14px;
    }
    .section_content_container.container_4{
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        padding: 0 10px;
    }
    .section_content_container.type_5{
        border-left: none;
        padding: 20px 0;
    }
    .section_content_row.type_1{
        grid-template-columns: 1fr;
    }
    .section_content_box.box_7{
        &.type_1{
            border-bottom: none;
            padding: 30px;
            padding-bottom: 10px;
            &::before{
                inset: 10px 10px 0 10px;
            }
        }
        &.type_2{
            border: none;
        }
    }
    .section_text.type_2{
        font-size: 14px;
    }
    .section_content_container.type_6{
        padding: 20px 10px;
        border-left: none;
    }
    .section_text.type_3{
        font-size: 24px;
    }
    .section_image_container.type_1{
        gap: 5px;
    }
}
