.custom-banner {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    height: 200px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.custom-banner h1 {
    font-size:40px;
    text-align: center;
    line-height: 1.2;
    font-weight: 600;
    margin: auto;
    color: #0e2864;
    align-items: center;
    max-width: 700px;
    width: 100%;
}
.breadcrumb {
    width: 100%;
    max-width: 1440px;
    margin: 10px auto;
    font-size: 0;
}
.breadcrumb__inner {
    width: 100%;
    padding: 0 24px;
}
.breadcrumb__inner ul {
    list-style: outside none none;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: .25rem;
    overflow: hidden;
}
.breadcrumb__path>li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}
.breadcrumb__path>li>a {
    display: inline-block;
}

.breadcrumb__text-desktop {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #757575;
}

.breadcrumb__path>li>a>span {
    color: #000;
}
.breadcrumb__path>li>a:hover>span {
    text-decoration: underline;
    color:#294eb6
}
.breadcrumb__path > li:last-child{
    min-width:0;
    flex:1 1 auto;
}

.breadcrumb__path > li:last-child > .breadcrumb__text-desktop,
.breadcrumb__path > li:last-child > strong{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.breadcrumb .icon {
    width: 16px;
    height: 16px;
    margin: 0 4px;
    fill: #8f8f8f;
    cursor: default;
}
.textblock__desc {
    font-size: 16px;
    line-height: 1.33349;
    font-weight: 400;
    letter-spacing: .009em;
    color: #333;
    margin: 0;
    font-family: 'SamsungOne', "SF-Pro-Display", "Human BBY", sans-serif;
}
.textblock__body {
    overflow: hidden;
    color: #000;
    padding: 48px 142px;
    word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
    .textblock__body {
        padding: 8.88888889vw 6.66666667vw;
    }
}
section.section {
    text-align: center;
}
h3.textblock__title {
    font-family: 'SamsungSharpSans', "SF-Pro-Display", "Human BBY", sans-serif;
    letter-spacing: 0;
    font-size: 48px;
    line-height: 1.2;
}
@media screen and (max-width: 1440px) {
    h3.textblock__title {
        font-size: 3.33333333vw;
        margin-bottom: 1.11111111vw;
    }
}
@media only screen and (max-width: 767px) {
    h3.textblock__title {
        font-size: 8.33333333vw;
        margin-bottom: 3.33333333vw;
    }
}
section.section h2{
    font-size: 32px;
    color: #0E2864;
    margin-top: 20px;
    margin-bottom: 20px;
}
section.section h4{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    font-family: 'SamsungSharpSans', "SF-Pro-Display", "Human BBY", sans-serif;
}
section.section p{

    margin-bottom: 20px;
}