@charset "UTF-8";
.splide_part {
    z-index: 4;
    margin-top: 30px;
}
.splide__arrow {
    color : #192d8c;
}
.splide__arrow:before {
    background: #192d8c;
    z-index: 1;
}
.slide-counter,
.splide__pagination {
    padding: 0 12px;
    color : #192d8c;
    font-size : 12px;
    line-height: 1;
    letter-spacing : 1.44px;
    font-weight: 600;
    margin-bottom: 2px;
}
.slide-current {
    display: inline-block;
}
.slide-current.is-slash {
    padding: 0 .5em;
}
.splide.is-practices {
    max-width: 1156px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.splide.is-practices .splide__track {
    box-shadow: 0 11px 10px rgba(0, 0, 0, 0.1);
}
.practices_slide_wrap {
    padding-top: 82px;
    position: relative;
}
.practices_slide_wrap:before {
    content: '';
    display: block;
    width: 100%;
    height: 240px;
    position: absolute;
    left: 0;
    top: 0;
    background: #192d8c;
    z-index: 1;
}
.slide_contents_wrap {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 5px solid #192d8c;
}
.slide_contents_wrap a {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-decoration: none;
    display: flex;
    padding: 40px 50px 38px;
}
.slide_contents_wrap .heading {
    width: 38%;
    font-size : 25px;
    letter-spacing : 2px;
    color : #141F3F;
    font-weight: bold;
}
.slide_contents_box {
    width: 62%;
}
.slide_contents_wrap .text {
    font-size : 16px;
    line-height : 25px;
    letter-spacing : 1.28px;
    color : #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    line-clamp: 4;
}
.slide_contents_wrap .more_btn {
    width: 100%;
    max-width: 236px;
    margin-top: 30px;
}
.slide_contents_wrap .more_btn span {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1.28px;
    color: #13243C;
    font-weight: 600;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #13243C;
    padding: 0 0 15px 20px;
}
.slide_contents_wrap .more_btn span:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    background: linear-gradient(0deg, rgba(20, 47, 128, 1) 0%, rgba(0, 175, 223, 1) 100%);
    clip-path: inset(0 50% 0 0);
    transform: rotate(32deg);
    z-index: 1;
    transition: all .4s;
}
.slide_contents_wrap .more_btn span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #AA8F6A;
    transform-origin: left top;
    transform: scale(0, 1);
    z-index: 2;
    transition: transform .4s;
}
.practices_top_wrap {
    margin-top: 80px;
}
.practices_top_menu {
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
}
.practices_top_menu li {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
}
.practices_top_menu li a {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size : 18px;
    line-height: 1;
    line-height : 25px;
    letter-spacing : 1.44px;
    font-weight: 500;
    background: #f4f4f4;
    color : #000000;
    text-decoration: none;
}
.practices_top_menu li.is-on a {
    background: #192d8c;
    color : #fff;
    pointer-events: none;
}
.practices-top-list {
    margin-top: 60px;
    display: none;
}
.practices-top-list.is-open {
    display: block;
}
.practices-top-list-text {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1.28px;
    color: #000000;
    margin-bottom: 40px;
}
.practices-top-list .list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
}
.practices-top-list .item {
    width: -webkit-calc((100% - 10px * 2) / 3);
    width: calc((100% - 10px * 2) / 3);
}
.practices-top-list .item a {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 1.6px;
    color: #141F3F;
    font-weight: 600;
    text-decoration: none;
    padding: 13px 16px;
    padding-right: 32px;
    position: relative;
    background: #fff;
    box-sizing: border-box;
}
.practices-top-list .item a:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    background: linear-gradient(0deg, rgba(20, 47, 128, 1) 0%, rgba(0, 175, 223, 1) 100%);
    clip-path: inset(0 50% 0 0);
    transform: rotate(32deg);
    z-index: 1;
    transition: all .4s;
}
.practices_dtl_data_wrap {
    padding: 0 30px;
    margin-top: 80px;
}
.practices_dtl_btn_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
}
.practices_dtl_keyword_wrap {
    margin: 60px 0;
}
.practices_dtl_keyword_wrap dt {
    font-size : 14px;
    letter-spacing : 1.12px;
    color : #13243C;
}
.practices_dtl_keyword_wrap dd {
    margin-top: 20px;
}
.practices_dtl_keyword_wrap .lst {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
}
.practices_dtl_keyword_wrap .lst li a {
    padding: 0 18px;
    display: inline-block;
    border: 0.5px solid #cccccc80;
    text-decoration: none;
    text-align: center;
    color: #13243C;
}
@media only screen and (min-width:640px) {
    .practices_btn,
    .return_btn {
        max-width: 236px;
    }
    .practices_btn a,
    .return_btn a {
        padding-left: 14px;
        letter-spacing : 1.28px;
    }
    .practices_btn a span:before,
    .return_btn a span:before {
        right: 10px;
    }
    .return_btn {
        margin-top: 60px;
    }
}
.splide.is-practices_dtl {
    width: 100%;
}
.splide.is-practices_dtl .splide_part {
    margin-top: 0;
    margin-right: 12px;
}
.practices_dtl_slide_wrap {
    width: 100%;
    margin-top: 30px;
}
.slide_dtl_contents_wrap {
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.03);
}
.slide_dtl_contents_wrap a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    position: relative;
    padding-bottom: 56px;
}
.slide_dtl_contents_img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 320px;
    background: #f2f2f2;
    padding: 28px 28px;
    box-sizing: border-box;
    transition: all .4s;
}
@media only screen and (min-width:640px) {
    .slide_dtl_contents_img {
        height: 20vw;
        max-height: 320px;
    }
}
@media screen and (min-width:640px) and (max-width:1200px) {
    .slide_dtl_contents_img {
        height: 30vw;
        max-height: 320px;
    }
}
.slide_dtl_contents_img .img {
    height: 100%;
    box-shadow: 4px 3px 10px rgba(0, 0, 0, 0.4);
    display: inline-block;
}
.slide_dtl_contents_img .img img {
    width: auto;
    height: 100%;
    object-fit: contain;
}
.slide_dtl_contents_wrap .category {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 3px;
    color: #FFFFFF;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    text-shadow: 2px 2px 2px rgba(20, 47, 128, 0.15);
    transition: all .4s;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.slide_dtl_contents_wrap .heading {
    font-size : 16px;
    line-height: 1.6;
    letter-spacing : 1.28px;
    color : #13243C;
    font-weight: bold;
    padding: 16px 20px;
}
.slide_dtl_contents_wrap .more_btn {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    letter-spacing: 1.92px;
    color : #13243C;
    font-weight: bold;
    background: #fff;
    position: absolute;
    bottom: 16px;
    left: 0;
    z-index: 1;
}
.slide_dtl_contents_wrap .more_btn span {
    display: inline-block;
    padding-right: 40px;
    position: relative;
}
.slide_dtl_contents_wrap .more_btn span:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    background: linear-gradient(0deg, rgba(20, 47, 128, 1) 0%, rgba(0, 175, 223, 1) 100%);
    clip-path: inset(0 50% 0 0);
    transform: rotate(32deg);
    z-index: 1;
    transition: all .4s;
}
.ld_read_wrap {
    padding: 0 40px;
}
.ld_read_wrap .read {
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 1.28px;
    color: #141F3F;
}
.ld_read_wrap .read img {
    margin-top: 16px;
}
.ld_read_wrap .read source,
.ld_read_wrap .read img {
    width: 100%;
    max-width: 458px;
    height: auto;
}

@media only screen and (min-width:640px) {
    .slide_contents_wrap a:hover .heading {
        color: #023859;
    }
    .slide_contents_wrap a:hover .more_btn span {
        color: #023859;
    }
    .slide_contents_wrap a:hover .more_btn span:before {
        clip-path: inset(0);
        transform: rotate(180deg);
    }
    .slide_contents_wrap a:hover .more_btn span:after {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .practices_top_menu li a:hover {
        color: #023859;
    }
    .practices-top-list .item a:hover {
        background: #fafbff;
        box-shadow: 0px 6px 6px 0px rgba(20, 47, 128, .1);
    }
    .practices-top-list .item a:hover:before {
        clip-path: inset(0);
        transform: rotate(180deg);
    }
    .practices_dtl_keyword_wrap .lst li a:hover {
        background: #FAFBFF;
        color: #023859;
        box-shadow: 0 4px 3px rgba(121, 121, 121, 0.1);
    }
    .slide_dtl_contents_wrap a:hover .category {
        color: #165e83;
    }
    .slide_dtl_contents_wrap a:hover .more_btn {
        color: #023859;
        background: #FAFBFF;
        box-shadow: 0 11px 10px rgba(0, 0, 0, 0.05);
    }
    .slide_dtl_contents_wrap a:hover .more_btn span:before {
        clip-path: inset(0);
        transform: rotate(180deg);
    }
    .ld_read_wrap .read a:hover {
        opacity: .8;
    }
}
@media screen and (min-width:640px) and (max-width:1200px) {
    .splide.is-practices {
        max-width: 680px;
    }
    .slide_contents_wrap a {
        display: block;
        padding: 38px 30px 36px;
    }
    .slide_contents_wrap .heading,
    .slide_contents_box {
        width: 100%;
    }
    .slide_contents_wrap .text {
        margin-top: 20px;
    }
    .splide.is-practices .splide_part {
        margin-right: 20px;
    }
    .practices_top_menu li a {
        font-size : 16px;
    }
    .practices-top-list .item {
        width: -webkit-calc((100% - 10px) / 2);
        width: calc((100% - 10px) / 2);
    }
}
@media only screen and (max-width:640px) {
    .splide.is-practices .splide_part {
        margin-top: 6.933vw;
        padding-right: 5.333vw;
    }
    .practices_slide_wrap {
        padding-top: 16.533vw;
    }
    .practices_slide_wrap:before {
        height: 37.333vw;
    }
    .slide_contents_wrap {
        border-bottom: 3px solid #192d8c;
    }
    .slide_contents_wrap a {
        display: block;
        padding: 6.933vw 4.688vw 8vw;
    }
    .slide_contents_wrap .heading {
        width: 100%;
        font-size : 4.8vw;
    }
    .slide_contents_box {
        width: 100%;
    }
    .slide_contents_wrap .text {
        font-size : 3.733vw;
        line-height: 1.6;
        margin-top: 4.267vw;
    }
    .slide_contents_wrap .more_btn {
        max-width: 48.649vw;
        margin-top: 8vw;
    }
    .slide_contents_wrap .more_btn span {
        font-size: 3.784vw;
        line-height: 1;
        padding: 0 0 3.733vw 1em;
    }
    .slide_contents_wrap .more_btn span:before {
        width: 2.162vw;
        height: 2.162vw;
        right: 1em;
        margin-top: -2.703vw;
    }
    .practices_top_wrap {
        margin-top: 10.667vw;
    }
    .practices_top_menu li a {
        height: 12.267vw;
        font-size : 3.733vw;
    }
    .practices-top-list {
        margin-top: 8vw;
    }
    .practices-top-list-text {
        font-size: 3.2vw;
        line-height: 1.6;
        margin-bottom: 8vw;
        padding: 0 4.688vw;
    }
    .practices-top-list .list {
        gap: 1.067vw 0;
        padding: 0 4.688vw;
    }
    .practices-top-list .item {
        width: 100%;
    }
    .practices-top-list .item a {
        height: 10.667vw;
        font-size : 3.467vw;
        padding: 0 2.667vw;
        padding-right: 7.467vw;
    }
    .practices-top-list .item a:before {
        width: 2.162vw;
        height: 2.162vw;
        right: 1em;
        margin-top: -1.081vw;
    }
    .practices_dtl_data_wrap {
        padding: 0 4.688vw;
        margin-top: 8vw;
    }
    .practices_dtl_btn_wrap {
        gap: 5.333vw 2.667vw;
    }
    .practices_dtl_keyword_wrap {
        margin: 8vw 0 10.667vw;
    }
    .practices_dtl_keyword_wrap dt {
        font-size : 3.2vw;
    }
    .practices_dtl_keyword_wrap dd {
        margin-top: 2.133vw;
    }
    .practices_dtl_keyword_wrap .lst {
        gap: 1.6vw;
    }
    .practices_dtl_keyword_wrap .lst li a {
        padding: 0 3.733vw;
    }
    .return_btn {
        margin-top: 12.667vw;
    }
    .practices_btn,
    .return_btn {
        max-width: 62.933vw;
    }
    .splide.is-practices_dtl .splide_part {
        margin-top: 2.133vw;
        margin-right: 2.133vw;
    }
    .practices_dtl_slide_wrap {
        width: 100%;
        margin-top: 5.333vw;
    }
    .slide_dtl_contents_wrap a {
        padding-bottom: 12.267vw;
    }
    .slide_dtl_contents_img {
        width: 100%;
        height: 58.667vw;
        padding: 7.467vw 7.467vw;
    }
    .slide_dtl_contents_wrap .category {
        font-size: 5.405vw;
        bottom: 2.133vw;
        left: 2.667vw;
    }
    .slide_dtl_contents_wrap .heading {
        font-size: 3.784vw;
        padding: 2.667vw 2.667vw;
    }
    .slide_dtl_contents_wrap .more_btn {
        width: 100%;
        height: 12.267vw;
        font-size: 3.784vw;
        bottom: 0;
    }
    .slide_dtl_contents_wrap .more_btn span {
        padding-right: 7.568vw;
    }
    .slide_dtl_contents_wrap .more_btn span:before {
        width: 2.162vw;
        height: 2.162vw;
        top: 2.162vw;
    }
    .ld_read_wrap {
        padding: 0 4.688vw;
    }
    .ld_read_wrap .read {
        font-size: 3.733vw;
        line-height: 1.8;
    }
    .ld_read_wrap .read {
        margin-top: 5.333vw;
    }
    .ld_article-item {
        margin-bottom: 4vw;
    }
    .ld_article-item:last-child {
        margin-bottom: 0;
    }
    .ld_article-item.is-practices .heading {
        font-size: 3.9vw;
    }
}
