




#root.wrapper {
    padding-top: 0 !important;
}
._angular {
    padding-top: 0 !important;
}
@media (max-width:1060px) {
}

.air__aligner.-head {
    min-height: 180px;
    padding: 50px 60px;
}
@media (max-width:1060px) {
    .air__aligner.-head {
        min-height: 180px;
        padding: 20px;
    }
}


header.head {
    transition: all .4s;
}
header.head {
    background-color: transparent !important;
}
header.head.-scroll {
    background-color: rgb(var(--color-color00)) !important;
}
header .headers {
    transition: all .4s;
}
header .headers {
    border-bottom: 0px !important;
}
/* header.-scroll  .headers {
    border-bottom: 1px solid rgb(var(--color-border)) !important;
} */
.moheadside .gnb-new {
    transition: all .4s;
}
.moheadside .gnb-new {
    background-color: transparent !important;
}
.moheadside .gnb-new.-scroll {
    background-color: rgb(var(--color-color0)) !important;
}
@media (max-width:1060px) {
    header.head:not(.-scroll) .headers__utils--link.headers__utils-search,
    header.head:not(.-scroll) .uixbutton.-gnb-myalarm svg,
    header.head:not(.-scroll) .uixbutton.-gnb-mychat svg {
        color: rgb(var(--color-white));
    }
    header.head:not(.-scroll) .uixbutton.-gnb-mypage {
        background-color: rgb(var(--color-white));
    }
    header.head.-scroll .headers__utils--link.headers__utils-search,
    header.head.-scroll .uixbutton.-gnb-myalarm svg,
    header.head.-scroll .uixbutton.-gnb-mychat svg {
        color: rgb(var(--color-white));
    }
    header.head.-scroll .uixbutton.-gnb-mypage {
        background-color: rgb(var(--color-white));
    }
}

@media (min-width:1060px) {
    header.head:not(.-scroll) *,
    .gnb-new__button {
        color: rgb(var(--color-white));
    }
    header.head:not(.-scroll) .uixbutton.-gnb-mypage {
        background-color: rgb(var(--color-white)) !important;
    }
    .gnb-new:not(.-scroll) .gnb-new__button {
        color: rgb(var(--color-white)) !important;
    }
}
@media (max-width:1060px) {
    .headers__utils--link.headers__utils-search {
        display: none !important;
    }
}


@media (max-width:1060px) {
    .indexContents {
        z-index: 1;
        position: relative;
        margin-top: -25px !important;
        border-radius: 1rem;
    }
}








.section-headwrap[_section-head] {

}
.section-headwrap[_section-head]:after,
.section-headwrap[_section-head]:before {
    display: table;
    content: ' ';
}
.section-headarea[_section-head] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.section-headtxt[_section-head] {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.3;
    color: rgb(var(--color-color1));
    margin-bottom: 1rem;
}
@media (min-width:1060px) {
    .section-headtxt[_section-head] {
        font-size: 1.5rem;
    }
}
.carousel_slider {

}
.carousel_sliderlist {
    display: flex;
    justify-content: flex-end;
    gap: 1.2rem;
    margin: 0 auto;
    padding: 0;
    margin-top: 1rem;
}
.carousel_slideritem {

}
.carousel_sliderbtn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    width: 2rem;
    height: 2rem;
    padding: .25rem;
    border-radius: 50px;
    background-color: rgb(var(--color-color-back));
}
@media (min-width:1060px) {
    .carousel_sliderbtn {
        width: 2.5rem;
        height: 2.5rem;
    }
}
.carousel_sliderbtn[aria-disabled="true"] {
    background-color: rgb(var(--color-color-back) / .8);
    opacity: .5;
}
.carouselswiper.has-before:before,
.carouselswiper.has-after:after {
    content: '';
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}
.carouselswiper.has-before:before {
    content: '';
    left: 0;
    background: linear-gradient(90deg, rgb(var(--color-color0)) 2.28%, rgb(var(--color-color0) / .5) 30%, rgb(var(--color-color0) / 0) 100%);
}
.carouselswiper.has-after:after {
    content: '';
    right: 0;
    background: linear-gradient(270deg, rgb(var(--color-color0)) 2.28%, rgb(var(--color-color0) / .5) 30%, rgb(var(--color-color0) / 0) 100%);
}










.indxtopBack-wraparea[_ix-main-top] {
    position: relative;
    width: 100%;
    height: 200px;
    height: calc(150px + constant(safe-area-inset-top));
    height: calc(150px + env(safe-area-inset-top));
    padding-top: calc(0px + constant(safe-area-inset-top));
    padding-top: calc(0px + env(safe-area-inset-top));
}
@media (min-width:1060px) {
    .indxtopBack-wraparea[_ix-main-top] {
        height: 250px;
        padding-top: 0;
    }
}
.indxtopBack-wraparea[_ix-main-top]:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: rgb(var(--color-color0));
    z-index: 1;
    display: block;
    border-radius: 24px 24px 0 0;
}
.indxtopBack-background[_ix-main-top] {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 210px;
    height: calc(210px + constant(safe-area-inset-top));
    height: calc(210px + env(safe-area-inset-top));
    filter: blur(.1rem);
}
.indxtopBack-background[_ix-main-top]:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgb(var(--color-color0) / .3);
}
@media (min-width:1060px) {
    .indxtopBack-background[_ix-main-top] {
        height: 300px;
    }
}
.indxtopBack-contents[_ix-main-top] {
    position: relative;
}
@media (min-width:1060px) {
    .indxtopBack-contents[_ix-main-top] {
        position: sticky;
        top: 100px;
        padding-top: 70px;
    }
}
.indxtopBack-contents[_ix-main-top] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width:1060px) {
    .indxtopBack-contents[_ix-main-top].-unactive {
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
        height: auto;
        transform: translate(0%, -100%);
        z-index: 110000;
        border-radius: 50px;
    }
    .indxtopBack-contents[_ix-main-top].-active {
        position: fixed;
        top: 50px;
        top: calc(50px + constant(safe-area-inset-top));
        top: calc(50px + env(safe-area-inset-top));
        left: 0;
        right: 0;
        height: 50px;
        z-index: 110000;
        transition: all ease-in-out 0.3s;
        /* animation: slideUpView 0.3s ease-out forwards; */
    }
}
.indxtopBack-contentIner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 40px);
    padding: 0;
    border-radius: 10px;
    background-color: rgb(var(--color-color00) / .8);
    color: rgb(var(--color-white));
}
@media (min-width:1060px) {
    .indxtopBack-contentIner {
        max-width: calc(100% - 50%);
    }
}
@media (max-width:1060px) {
    .indxtopBack-contentIner[_ix-main-top] {
        border-radius: 50px;
    }
    .indxtopBack-contents[_ix-main-top].-active:not(.-unactive)
    .indxtopBack-contentIner[_ix-main-top] {
        border-radius: 0;
        background-color: rgb(var(--color-color00));
    }
    .indxtopBack-contents[_ix-main-top].-active
    .indxtopBack-contentIner[_ix-main-top] {
        width: 100%;
        height: 50px;
    }
}
.indxtopBack-contentInerForms[_ix-main-top] {
    position: relative;
    flex: 1;
}
.indxtopBack-contentInerForms[_ix-main-top] input {
    position: relative;
    flex: 1;
    outline: 0;
    width: 100%;
    height: 50px;
    border: 0;
    color: rgb(var(--color-white));
    font-size: .8rem;
    padding: .5rem 1.1rem;
    padding-right: 3rem;
}
@media (min-width:1060px) {
    .indxtopBack-contentInerForms[_ix-main-top] input {
        height: 55px;
    }
}
.indxtopBack-contentInerFormsDelValue[_ix-main-top] {
    position: absolute;
    top: 50%;
    right: 3.5rem;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    transform: translateY(-50%);
    background-color: rgb(var(--color-desc1) / .2);
    color: rgb(var(--color-desc));
    display: flex;
    justify-content: center;
    align-items: center;
}
.indxtopBack-contentInerFormsSearch[_ix-main-top] {
    position: absolute;
    top: 50%;
    right: .5rem;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    transform: translateY(-50%);
    background-color: rgb(var(--color-desc) / .05);
    display: flex;
    justify-content: center;
    align-items: center;
}




.teamList-wrapper[_ix-team-list] {
    padding: 2rem 0 0 0;
    margin-bottom: 2rem;
}
.teamList-wraparea[_ix-team-list] {

}
.teamList-wraparea[_ix-team-list]:after,
.teamList-wraparea[_ix-team-list]:before {
    display: table;
    content: ' ';
}
.teamList-carouselarea[_ix-team-list] {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.teamList-carouselswiperlist[_ix-team-list] {
    overflow: visible;
}
.teamList-carouselswiperitem[_ix-team-list] {
    width: 100%;
    max-width: calc(100% / 2.2);
    aspect-ratio: 2 / 2.8;
    border-radius: 10px;
    background: rgb(var(--color-color0));
    position: relative;
    box-shadow: 0px 4px 6px -1px rgb(var(--color-color) / 0.1), 0px 2px 4px -1px rgb(var(--color-color) / 0.06);
    transition: 0.5s cubic-bezier(0.05, 0.7, 0.1, 1);
    animation: slideUpView 0.3s ease-out forwards;
}
@media (min-width:1060px) {
    .teamList-carouselswiperitem[_ix-team-list] {
        max-width: calc(100% / 4);
    }
}
.teamList-car__CardBox[_ix-team-list] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.teamList-car__CardMore[_ix-team-list] {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.teamList-car__CardImg[_ix-team-list] {
    width: 100%;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    aspect-ratio: 1 / .6;
}
.teamList-car__CardImg[_ix-team-list] img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    transition: all .4s;
    object-fit: cover;
    background-color: rgb(var(--color-desc));
}
.teamList-carouselswiperitem[_ix-team-list]:hover
.teamList-car__CardImg[_ix-team-list] img {
    width: 116%;
    height: 116%;
    margin: -8% 0 0 -8%;
}
.teamList-car__Carddesc_inner[_ix-team-list] {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.teamList-car__Carddesc[_ix-team-list] {
    padding: 15px 20px;
}
.teamList-car__Carddesc__title[_ix-team-list] {
    color: rgb(var(--color-color1));
    font-size: .8rem;
    font-weight: 500;
    margin-bottom: 0;
    min-height: 2rem;
    line-height: 1.5;
    max-height: 1.7rem;
}
@media (min-width:1060px) {
    .teamList-car__Carddesc__title[_ix-team-list] {
        font-size: 1rem;
    }
}
.teamList-carouselswiper[_ix-team-list] {
    margin-bottom: 1rem;
    padding: 5px 20px;
    overflow: hidden;
    margin: 0 0 1rem 0;
    margin-left: -20px;
    margin-right: -20px;
}
@media (min-width:1060px) {
    .teamList-carouselswiper[_ix-team-list] {
        margin: 0 0 1rem 0;
        padding: 5px 0;
    }
}
.teamList-carouselswiperitem[_ix-team-list]:hover
.teamList-car__Carddesc__title[_ix-team-list] {
    text-decoration: underline;
}
.teamList-car__Carddesc__title[_ix-team-list] span {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.teamList-car__Carddesc__title[_ix-team-list] span+span {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.teamList-car__Cardctrl[_ix-team-list] {
    padding: 10px 20px 20px;
}
@media (min-width:1060px) {
    .teamList-car__Cardctrl[_ix-team-list] {
        padding: 15px 20px 40px;
    }
}
.teamList-car__Cardctrl__title[_ix-team-list] {
    color: rgb(var(--color-color1));
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 0.3rem;
    text-decoration: underline;
    text-decoration-skip-ink: auto;
}
.teamList-car__Cardctrl__desc[_ix-team-list] {
    color: rgb(var(--color-color1));
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.teamList-00000[_ix-team-list] {

}
.teamList-00000[_ix-team-list] {

}
.teamList-00000[_ix-team-list] {

}
.teamList-00000[_ix-team-list] {

}


















.spaceList-wraparea[_space-list] {
    padding: 2rem 0 0 0;
}
.spaceList-listwrap[_space-list] {
    
}
@media (max-width:1060px) {
    .spaceList-listwrap[_space-list] {
        margin-left: -20px;
        margin-right: -20px;
    }
}
.spaceList-listswiper[_space-list] {

}
@media (max-width:1060px) {
    .spaceList-listswiper[_space-list] {
        padding: 0 10px;
    }
}
.spaceList-pagination[_space-list] {/* 전체 스크롤바 영역 */
    height: 4px;
    background: rgb(var(--color-black) / .1);
    border-radius: 4px;
    margin-top: 10px;
}
.spaceList-pagination[_space-list] .swiper-scrollbar-drag {/* 실제 이동하는 핸들 부분 */
    background: rgb(var(--color-color00));
    border-radius: 4px;
}
.spaceList-000000[_space-list] {

}
.spaceList-000000[_space-list] {

}
.spaceList-000000[_space-list] {

}
.spaceList-000000[_space-list] {

}
.spaceList-000000[_space-list] {

}
.spaceList-000000[_space-list] {

}
.spaceList-000000[_space-list] {

}
.spaceList-000000[_space-list] {

}
.spaceList-000000[_space-list] {

}
.spaceList-000000[_space-list] {

}
.spaceList-000000[_space-list] {

}
.spaceList-000000[_space-list] {

}










.serviceList-wrapper[_fly-service-list] {
    padding: 0;
    /* margin-bottom: 2rem; */
}
@media (max-width:1060px) {
    .serviceList-wrapper[_fly-service-list] {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.serviceListtab-tablist[_fly-service-list] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
    border-bottom: 1px solid rgb(var(--color-border));
}
.serviceListtab-tabitem[_fly-service-list] {
    width: calc(100% / 3);
    display: flex;
    justify-content: center;
    align-items: center;
}
.serviceListtab-tabbutton[_fly-service-list] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 10px;
    font-size: 1rem;
    font-weight: 400;
    color: rgb(var(--color-color) / .5);
}
.serviceListtab-tabbutton[_fly-service-list].-active {
    background-color: rgb(var(--color-desc));
    color: rgb(var(--color-color));
    font-weight: 700;
}


.serviceList-listtabwrap[_fly-service-list] {
    margin: .8rem 0;
    position: relative;
}
.serviceList-listtab[_fly-service-list] {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 128rem;
    min-height: 40px;
    margin: 0 auto;
    gap: 10px;
    overflow: auto;
    padding: 0px 20px;
    padding-right: 50px;
    background: rgb(var(--color-color0));
}
@media (min-width:1060px) {
    .serviceList-listtab[_fly-service-list] {
        flex-wrap: wrap;
    }
}
.serviceList-listtab[_fly-service-list]::-webkit-scrollbar {
    display: none;
}
.serviceList-listtab[_fly-service-list].-active {
    flex-wrap: wrap;
}
.serviceList-listtapitem[_fly-service-list] {
    /* border: solid 1px #d9dbe1; */
    border-radius: 0;
    background-color: rgb(var(--color-color0));
    color: rgb(var(--color-color));
    text-decoration: none;
    justify-content: center;
    cursor: pointer;
    position: relative;


    display: flex;
    white-space: nowrap;
    align-items: center;
    min-height: 30px;
    border-radius: 999.9rem;
    padding-right: 1.2rem;
    background: rgb(var(--color-desc));
    padding: .3rem .8rem;
    text-align: left;
    font-size: .7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}
@media (min-width:1060px) {
    .serviceList-listtapitem[_fly-service-list] {
        min-height: 35px;
        padding: .3rem .8rem;
        font-size: .8rem;
    }
}
.serviceList-listtapitem[_fly-service-list].-active {
    background-color: #4950bc;
    color: rgb(var(--color-white));
    font-weight: 700;
}
.serviceList-listtapmorbtn[_fly-service-list] {
    position: absolute;
    border: 0;
    background-color: transparent;
    right: 1px;
    top: 0px;
    width: 40px;
    height: 40px;
    z-index: 1;
    border-radius: 100%;
    padding: 0;
}
.serviceList-listtapmorbtn[_fly-service-list]:before {
    content: "";
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(/pages/header/images/search-btn-open.svg) no-repeat center center;
    background-size: 25px;
}
.serviceList-listtapmorbtn[_fly-service-list]:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 60px;
    height: 40px;
    opacity: .45;
    background-image: linear-gradient(to left, rgb(var(--color-color0)) 0%, rgb(var(--color-color0) / 0) 100%);
}
.serviceList-writewrap[_fly-service-list] {
    display: flex;
    justify-content: flex-end;
    padding: 0 20px;
}
@media (min-width:1060px) {
    .serviceList-writewrap[_fly-service-list] {
        padding: 10px 0;
    }
}
.serviceList-writebutton[_fly-service-list] {
    display: flex;
    justify-content: flex-end;
    padding: 5px 10px;
    text-decoration: underline;
    border: 1px solid rgb(var(--color-border));
    border-radius: 5px;
}
.serviceList-listwrap[_fly-service-list] {
    width: 100%;
    padding: 0 20px;
}
@media (min-width:1060px) {
    .serviceList-listwrap[_fly-service-list] {
        padding: 0;
    }
}

















.table_list_item:not(:first-child) {
    border-top: 1px solid rgb(var(--color-border) / .3);
}
/* .table_list_item:first-child {
    border-top: 2px solid rgb(var(--color-color1));
} */
.table_list_item_link {
    display: flex;
    padding: 15px 0;
    width: auto;
}
@media (min-width: 1060px) {
    [__ke_table_list] .table_list_item_link {
        padding: 15px 5px;
    }
}
.list_left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
    margin-right: 5px;
    min-width: 0;
}
.list_tag {
    width: 100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    gap: 5px;
}
.list_tag span {
    width: fit-content;
    padding: 0 5px;
    background-color: rgb(245 245 245 / 1);
    color: #666;
    font-size: 10px;
    border-radius: 3px;
    margin-right: 5px;
}
.list_text {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 700;
    width: 100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
}
.list_info {
    text-decoration: none;
    margin-top: 10px;
    display: flex;
    align-items: center;
    font-size: 10px;
}
.list_info_innr {
    display: flex;
    align-items: center;
    gap: 3px;
}
.list_info_innr + .list_info_innr {
    margin-left: 10px;
}
.list_right {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.list_right_inner {
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
    color: rgb(var(--color-color));
    padding: 5px 8px;
    font-size: 10px;
    min-width: 30px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_right_inner:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: rgb(var(--color-color0));
    border: 0 solid #e6e6e6;
    border-right-width: 1px;
    border-bottom-width: 1px;
    position: absolute;
    bottom: -4px;
    transform: rotate(45deg);
}
.list_imag {
    flex: 1;
    max-width: 60px;
    max-height: 90px;
    background-color: rgb(var(--color-black));
    margin-left: .75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    overflow: hidden;
}
.list_imag.-service {
    max-width: 100px;
}
.list_imag img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.list_imag.-service img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}





















.listMore-wraparea {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
}
.listMore-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .25rem;
    border: 1px solid rgb(var(--color-color1));
    color: rgb(var(--color-color1));
    background-color: transparent;
    min-width: 7rem;
    padding: 0.5rem 1rem;
    font-size: .8rem;
    border-radius: 50px;
}
.listMore-buttonTxt {

}
.listMore-buttonIco {
    width: 15px;
    height: 15px;
}





.serviceList-homearea {
    margin: 1rem 0;
    padding: 0 20px;
}
@media (min-width:1060px) {
    .serviceList-homearea {
        padding: 0;
    }
}













/* ========== noticelist ========== */
.main-cont__heading {
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    word-break: break-word;
}
@media (min-width: 1060px) {
    .main-cont__heading {
        margin-bottom: 1rem;
    }
}
.main-cont__heading .h2 {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.3;
    color: rgb(var(--color-color1));
}
@media (min-width: 1060px) {
    .main-cont__heading .h2 {
        font-size: 1.5rem;
    }
}
.main-cont__notice-more {
    color: rgb(var(--color-color1));
    font-size: .8rem;
    position: relative;
    display: inline-block;
    align-self: end;
    text-decoration: underline;
}
.main-cont__notice-section {
    margin-bottom: 4rem;
}
@media (min-width: 1060px) {
    .main-cont__notice-section {
        display: flex;
        justify-content: space-between;
    }
}
.main-cont__notice-list {
    width: 100%;
}
@media (min-width: 1060px) {
    .main-cont__notice-list {
        margin-right: 3rem;
    }
}
.main-cont__notice-item {
    border-top: 1px solid rgb(var(--color-border) / .5);
}
.main-cont__notice-item:last-child {
    border-bottom: 1px solid rgb(var(--color-border) / .5);
}
.main-cont__notice-link {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding: 2rem 0;
}
@media (min-width: 1060px) {
    .main-cont__notice-link {
        display: flex;
        justify-content: space-between;
        padding: 1rem 0;
    }
}
.main-cont__notice-title {
    color: rgb(var(--color-color1));
    font-size: .8rem;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (min-width: 1060px) {
    .main-cont__notice-title {
        width: 75%;
    }
}
.-fixed .main-cont__notice-title {
    font-weight: 700;
}
.main-cont__notice-date {
    align-self: center;
    font-size: .7rem;
    line-height: 1rem;
    color: rgb(var(--color-color1));
    display: block;
    margin-top: .25rem;
    text-decoration: none;
}
@media (min-width: 1060px) {
    .main-cont__notice-date {
        line-height: 1.4rem;
        margin-top: 0;
    }
}
.main-cont__notice-banner {
    margin-top: 2rem;
}
@media (min-width: 1060px) {
    .main-cont__notice-banner {
        width: 100%;
        height: -webkit-fill-available;
        max-width: 24rem;
        margin-top: 0;
    }
}
.main-cont__banner-link {
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 11rem;
    border-radius: .8rem;
    text-decoration: none;
    color: rgb(var(--color-color1));
    background-color: rgb(var(--color-desc));
}
@media (min-width: 1060px) {
    .main-cont__banner-link {
        height: 100%;
        min-height: 0;
        max-width: none;
    }
}
.main-cont__banner-link img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10rem;
    height: auto;
    width: auto;
    height: 100%;
}
@media (min-width: 1060px) {
    .main-cont__banner-link img {
        width: 10rem;
    }
}
.main-cont__banner-inner {
    max-width: calc(100% - 5rem);
    padding: 2rem;
    text-wrap: pretty;
}
@media (min-width: 1060px) {
    .main-cont__banner-inner {
        max-width: calc(100% - 9rem);
        padding: 2rem;
    }
}
.main-cont__banner-title {
    font-size: 1.1rem;
}
@media (min-width: 1060px) {
    .main-cont__banner-title {
        font-size: 1.4rem;
    }
}
.main-cont__banner-sub {
    margin-top: .5rem;
    font-size: 1rem;
}



















@media (min-width: 1060px) {
    .main-banner {
        padding: 0;
    }
}
.main-banner__wrap {
    position: relative;
    overflow: hidden;
    max-width: 144rem;
    min-height: 11.2rem;
    margin: 0 auto 0;
    padding: 2.4rem 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    gap: 1.2rem;
}
@media (min-width: 1060px) {
    .main-banner__wrap {
        gap: 2rem;
        margin: 4rem auto 0;
        min-height: 12rem;
        padding: 3.2rem 4rem;
    }
}
.main-banner__wrap.-new-contents {
    position: relative;
    background-color: rgb(var(--color-desc));
    padding: 0;
    min-height: 10rem;
}
@media (min-width: 1060px) {
    .main-banner__wrap.-new-contents {
        gap: 2.4rem;
        min-height: 12rem;
    }
}
.main-banner__wrap.-new-contents .main-banner__img {
    position: absolute;
    bottom: 0;
    opacity: .3;
}
@media (min-width: 1060px) {
    .main-banner__wrap.-new-contents .main-banner__img {
        opacity: .5;
    }
}
.main-banner__wrap.-new-contents .main-banner__img.-left {
    left: 0;
    max-width: 13rem;
}
.main-banner__wrap.-new-contents .main-banner__img.-right {
    right: 0;
    max-width: 10.8rem;
}
@media (min-width: 1060px) {
    .main-banner__wrap.-new-contents .main-banner__img.-left {
        max-width: 31.6rem;
    }
    .main-banner__wrap.-new-contents .main-banner__img.-right {
        max-width: 28rem;
    }
}
.main-banner__wrap.-new-contents .main-banner__img picture, .main-banner__wrap.-new-contents .main-banner__img img {
    width: 100%;
    vertical-align: top;
}
.main-banner__text {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 2.4rem 2rem;
}
@media (min-width: 1060px) {
    .main-banner__text {
        gap: 2.4rem;
        padding: 30px 8rem;
    }
}
.-new-contents .main-banner__title {
    font-size: 1rem;
    font-weight: 400;
}
@media (min-width: 1060px) {
    .-new-contents .main-banner__title {
        font-size: 1.2rem;
    }
}
.button-secondary-sm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .8rem;
    border: 2px solid rgb(var(--color-color1));
    color: rgb(var(--color-color1));
    font-weight: 400;
    background-color: transparent;
    min-width: 11.2rem;
    padding: .5rem 1rem;
    font-size: .8rem;
    border-radius: 50px;
}
@media (min-width: 1060px) {
    .button-secondary-sm {
        min-width: 11.2rem;
        padding: .5rem 1rem;
        font-size: .8rem;
        border-radius: 2.4rem;
    }
}
.main-banner__wrap .ux-button {
    font-weight: 400 !important;
}
.main-banner__title~.ux-button {
    position: relative;
    z-index: 1;
}



















.chlRanking-wrap[_chl-ranking] {
    position: relative;
    padding: 20px 0;
    margin-top: 2rem;
}
.chlRanking-title[_chl-ranking] {
    font-weight: 700;
    line-height: 1.25;
    font-size: 1.3rem;
    padding: 0px 0px 20px;
}
@media (max-width:1060px) {
    .chlRanking-title[_chl-ranking] {
        padding: 0px 10px 20px;
        font-size: 1.1rem;
    }
}
.chlRankingswiper-wraparea {

}
@media (max-width:1060px) {
    .chlRankingswiper-wraparea {
        margin-left: -20px;
        margin-right: -20px;
    }
}
.chlRankingswiper-area {
    width: 100%;
}
@media (max-width:1060px) {
    .chlRankingswiper-area[_chl-ranking-swiper] {
        padding: 0 20px;
    }
}
.chlRankingswiper-list[_chl-ranking-swiper] {
    padding: 5px 0;
}
.chlRankingswiper-item[_chl-ranking-swiper] {
    aspect-ratio: 2 / 2.5;
}
@media (min-width:1060px) {
    .chlRankingswiper-item[_chl-ranking-swiper] {
        aspect-ratio: 3 / 4;
    }
}
.chlRankingswiper-link[_chl-ranking-swiper] {
    display: inline-block;
    height: 100%;
    padding: 0;
    width: 100%;
    vertical-align: top;
}
.chlRankingswiper-linkarea[_chl-ranking-swiper] {
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform .8s ease .1s;
}
.chlRankingswiper-linkareaImg[_chl-ranking-swiper] {
    width: 85%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid rgb(var(--color-border) / .5);
}
@media (max-width:1060px) {
    .chlRankingswiper-linkareaImg[_chl-ranking-swiper] {
        width: 90%;
    }
}
.chlRankingswiper-linkarea_Number[_chl-ranking-swiper] {
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: 0;
}
.chlRankingswiper-linkarea_Number_text[_chl-ranking-swiper] {
    height: 100%;
    display: flex;
    align-items: flex-end;
    color: hsla(0, 0%, 100%, .75);
    text-shadow: 0 0 4px rgba(0, 0, 0, .85);
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -4px;
}
.chlRankingswiper-areaback[_chl-ranking-swiper] {
    opacity: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 100%;
    transition: opacity .2s ease-in-out;
    /* display: none; */
}
.chlRankingswiper-area[_chl-ranking-swiper]:hover .chlRankingswiper-areaback[_chl-ranking-swiper] {
    opacity: 1;
}
@media (max-width:1060px) {
    .chlRankingswiper-areaback[_chl-ranking-swiper] {
        display: block;
    }
}
.chlRankingswiper-areaback[_chl-ranking-swiper].-prev {
    left: 0;
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgb(var(--color-background)));
}
.chlRankingswiper-areaback[_chl-ranking-swiper].-next {
    right: 0;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), rgb(var(--color-background)));
}
/* ================================================================ */
fly-ranking-sirs .sirs__ctrl[_chl-ranking-sirs] {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 10000;
    display: none;
}
@media (min-width:1060px) {
    .chlRankingswiper-area[_chl-ranking-swiper]:hover fly-ranking-sirs .sirs__ctrl[_chl-ranking-sirs] {
        display: block;
    }
}
fly-ranking-sirs .sirs__button[_chl-ranking-sirs] {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px !important;
    height: 25px !important;
    border: 0;
    border-radius: 50px;
    background-color: rgb(var(--color-background) / .5);
    box-shadow: 0 0 8px #0003;
    font-size: 0 !important;
    color: rgb(var(--color-text)) !important;
    cursor: pointer;
    overflow: hidden;
    padding: 5px !important;
}
fly-ranking-sirs .sirs__button[_chl-ranking-sirs].swiper-button-disabled {
    display: none;
}
fly-ranking-sirs .sirs__button[_chl-ranking-sirs].-prev {
    left: 10px;
    transform: translateY(-50%);
}
fly-ranking-sirs .sirs__button[_chl-ranking-sirs].-next {
    left: auto;
    right: 10px;
    transform: translateY(-50%);
}

/* ================================================================ */

























/* servicesRankList */
.new_sugg_left {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
    position: relative;
    padding: 0;
}
/* .new_sugg_left .swiper-slide {
    opacity: 0 !important;
    transition: opacity 1000ms;
}
.new_sugg_left .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
    transition: opacity 1000ms;
} */
.box_wrap {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
@media (min-width: 1060px) {
    .box_wrap {
        flex-direction: row;
    }
}
.box_wrapLeft {
    display: flex;
    gap: 20px;
    width: 100%;
    height: 180px;
}
@media (min-width: 1060px) {
    .box_wrapLeft {
        width: 330px;
        height: 290px;
    }
}
.box_wrapRight {
    flex: 1;
}
.left_link {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.left_img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: rgb(var(--color-desc));
    border: 1px solid rgb(var(--color-desc));
    overflow: hidden;
}
.left_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s;
    filter: blur(2px);
}
@media (min-width: 1060px) {
    .left_img img {
        filter: none;
    }
}
.left_img_info {
    position: absolute;
    inset: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0px;
    padding: 15px;
    color: rgb(var(--color-white));
    z-index: 10;
    text-shadow: 0 0 5px rgb(var(--color-black));
}
@media (min-width:1060px) {
    .left_img_info {
        position: relative;
        padding: 15px 0;
        text-shadow: none;
        color: rgb(var(--color-color));
    }
}
.box_list {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}
@media (min-width:1060px) {
    .box_list {
        flex-direction: column;
    }
}
.box_list_item {
    width: calc(100% / 2 - 5px);
    /* padding: 5px; */
    border-radius: 5px;
    transition: all .2s;
}
@media (min-width:1060px) {
    .box_list_item {
        width: 100%;
    }
}
.box__link {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.box__link {
    min-height: 100px;
    background-color: rgb(var(--color-desc));
    border: 1px solid rgb(var(--color-border));
    border-radius: 5px;
}
@media (min-width:1060px) {
    .box__link {
        min-height: 80px;
        background-color: transparent;
        border-radius: 0px;
        border: 0;
        border-top: 1px solid rgb(var(--color-border));
    }
}
.box__link_img {
    width: 100%;
    height: 100px;
    /* background-color: rgb(var(--color-black) / .5); */
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
@media (min-width:1060px) {
    .box__link_img {
        width: 120px;
        height: 80px;
    }
}
.box__link_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s;
    filter: blur(2px);
}
@media (min-width:1060px) {
    .box__link_img img {
        filter: blur(0px);
    }
}
.box__link_info {
    position: absolute;
    inset: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 5px 10px;
    z-index: 10;
}
@media (min-width:1060px) {
    .box__link_info {
        position: relative;
        padding: 5px 10px;
        color: rgb(var(--color-color));
        text-shadow: none;
    }
}
.box__link_img+.box__link_info {
    color: rgb(var(--color-white));
    text-shadow: 0 0 5px rgb(var(--color-black));
}
@media (min-width:1060px) {
    .box__link_img+.box__link_info {
        color: rgb(var(--color-color));
        text-shadow: none;
    }
}
._info_tag {
    width: 100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    gap: 5px;
}
._info_tag span {
    width: fit-content;
    padding: 0 5px;
    background-color: rgb(var(--color-desc1) / .5);
    color: rgb(var(--color-white));
    font-size: 10px;
    border-radius: 3px;
    margin-right: 5px;
}
@media (min-width:1060px) {
    ._info_tag span {
        color: rgb(var(--color-color));
    }
}
._info_txt {
    font-size: .8rem;
    font-weight: 700;
    width: 100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
}
._info_info {
    margin-top: auto;
    font-size: 10px;
    display: flex;
    /* justify-content: space-between; */
    gap: 10px;
}
._info_info_view {
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}
._info_info_view svg {
    color: rgb(var(--color-desc1) / .5);
}





















