






.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 {
        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 {
        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;
    }
}
._angular {
    padding-top: 0 !important;
}











.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;
}
@media (min-width:1060px) {
    .indxtopBack-wraparea[_ix-main-top] {
        height: 400px;
    }
}
.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;
    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: 410px;
    }
}
.indxtopBack-contents[_ix-main-top] {
    position: relative;
}
@media (min-width:1060px) {
    .indxtopBack-contents[_ix-main-top] {
        position: sticky;
        top: 100px;
    }
}
.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;
        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.3;
    border-radius: 1rem;
    background: #ffffff;
    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: 1rem 1rem 0 0;
    aspect-ratio: 1/0.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 10px;
    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;
    }
}
.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: 2;
    -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-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] {

}