@font-face {
    font-family: 'JalnanGothic';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/JalnanGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.title_banner_area_warp {
    max-width: 100%;
    background: #f6f6f6;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.title_banner_area_warp .title_banner_area {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 300px;
}
.title_banner_area_warp .title_banner_area .banner_title {
    color: #000000;
    
}
.title_banner_area_warp .title_banner_area .banner_title .title_main {
    font-size: 2em;
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    font-family: 'JalnanGothic' !important;
}
.title_banner_area_warp .title_banner_area .banner_title .title_sub {
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    line-height: 180%;
}
.title_banner_area_warp .title_banner_area .banner_title .title_link {
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    line-height: 180%;
}
.title_banner_area_warp .title_banner_area .banner_title .title_link:not(:empty) {
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    line-height: 180%;
    border-bottom: 2px solid #000000;
    padding: 0 3px;
    cursor: pointer;
    user-select: none;
}
.title_banner_area_warp .title_banner_area .banner_title .title_link:not(:empty)::after {
    content: ">";
    padding-left: 0.5em;
    font-weight: bolder;
}