@charset "utf-8";
/* header 수정 부분 */
.menu-name {
    padding: 0 2rem;
}
.head.on .menu-name {
    padding: 0 3rem;
}
.main-link {
    font-size: var(--font-medium);
}

/* //header 수정 부분 */

/* 시설메인 */
.bannerarea {
    position: relative;
    background-color:#fff;
}
.bannerarea > .contents-wrapping {
    padding: 4vw 0 3vw 0;
}
.banners-submain {
    position: relative;
    height: 50rem;
}
.rolling-bannerarea {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.banner-textarea {
    width: 65%;
    height: 100%;
    overflow: hidden;
    order: 1;
}

.banner-textgroups {
    width: 100%;
    height: 100%;
}
.banner-textgroup {
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.banner-textgroup.active {
    opacity: 1;
    position: relative;
    z-index: 1;
    pointer-events: auto;
    width: 100%;
}
/* 0711 박민지 수정 */

/* //0711 박민지 수정 */
.banner-textgroup > .contents-wrapping {
    padding-left: 6.3vw;
    height: 25rem;
}
.small-tit {
    color: var(--color-primary);
    font-size: 28px;
    font-family: "NanumSquareNeoHeavy";
    line-height: 42px;
}
.rolling-bannerarea .banner-maintit {
    font-size: 48px;
    line-height: 67px;
    color: var(--color-black);
    font-family: "NanumSquareNeoBold";
    text-wrap: wrap;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    max-height: 135px;
    width: 80%;
    margin-top: 1.44rem;
    transition-property: transform;
    transform: translateY(104%);
    transition-duration: 0s;
    overflow: hidden;
    opacity: 1;
}
.rolling-bannerarea .banner-maintit.isRolling {
    transform: translateY(0);
    transition-duration: 0.5s;
    opacity: 1;
}
.rolling-bannerarea .banner-subtexts {
    margin-top: 3.25rem;
}
.rolling-bannerarea .banner-subtexts {
    justify-content: flex-start;
}
.banner-subtexts > .con {
    font-size: 20px;
    line-height: 32px;
    color: var(--color-black);
    text-align: left;
    width: 100%;
    white-space: pre-wrap;
}
.banner-imgarea {
    width: 30%;
    height: 100%;
    position: relative;
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-imagegroup {
    width: 31.358rem;
    height: 100%;
    display: flex;
    overflow-x: hidden;
    /* margin-left: 70px; */
}
.subbanner-bg {
    min-width: 67rem;
    min-height: 18rem;
    position: absolute;
    z-index: -1;
    top: 40%;
    transform: translateY(-40%);
    background: url(/static/prjt/cmmn/img/subbanner-deco.svg) no-repeat;
    background-size: cover;
}
.banner-imgs {
    display: flex;
}
.banner-img {
    width: 31.358rem;
    height: 44.375rem;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    background-color: #d3d3d380;
    aspect-ratio: 11/16;
    background: url(/static/prjt/cmmn/img/no-img.png) no-repeat;
    background-size: cover;
    overflow: hidden;
}
.banner-img img {
    width: 100%;
}
.banner-direct {
    position: relative;
    width: 23rem;
    height: 12.5rem;
    border-radius: 0rem 6.25rem 6.25rem 0rem;
    border-top: 1px solid #0134ff;
    border-bottom: 1px solid #0134ff;
    border-right: 1px solid #0134ff;
    background-color: var(--color-white);
    margin-top: 8rem;
}
.direct-btn {
    background: url(/static/prjt/cmmn/img/ico_direct.svg) no-repeat;
    background-size: 80px auto;
    width: 5rem;
    height: 5.4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.rolling-bannerarea .swiper-pagination {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    z-index: 1;
}
.rolling-bannerarea .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
.picks-area > .contents-wrapping {
    padding: 8vw 6.3vw 3.3vw;
}
.picks-area .titlearea {
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
}
.picks-tit {
    width: 21.625rem;
    height: 5.79rem;
}
.picks-tit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.picks-area .small-tit {
    font-size: 24px;
    line-height: 38.4px;
    font-family: "NanumSquareNeoBold";
    padding-left: 2rem;
}
.picksgroup.forWeb {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.56rem;
    padding-top: 3.5rem;
}
.picksgroup.forMobile {
    display: none;
}
.picks {
    flex: 1;
    height: 31.25rem;
    border-radius: 0.5rem;
    background: #e7f4f8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 5.81rem 1.56rem 0;
}
.picksgroup .subtit {
    color: var(--color-primary);
    font-size: 16px;
    font-family: "NanumSquareNeoBold";
    line-height: 24px;
    padding-left: 0;
}
.picksgroup .maintit {
    color: var(--color-black);
    font-family: "NanumSquareNeoBold";
    font-size: 32px;
    line-height: 48px;
    padding-left: 0;
}
.pickcategorygroup {
    margin-top: 1.81rem;
    width: 100%;
    height: 20.625rem;
    overflow-y: scroll;
    border-radius: 0.5rem 0.5rem 0rem 0rem;
    border-top: 1px solid #a4b2e8;
    border-right: 1px solid #a4b2e8;
    border-left: 1px solid #a4b2e8;
    background-color: #fff;
    scrollbar-width: thin;
    scrollbar-color: #a4b2e8 #fff;
}
.pickcategorygroup::-webkit-scrollbar {
    width: 6px;
}
.pickcategorygroup::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: var(--color-white);
    margin: 2px 0;
}
.pickcategorygroup::-webkit-scrollbar-thumb {
    background: #a4b2e8;
    border: 1px solid#a4b2e8;
    border-radius: 10px;
}
.pickcategory {
    border-bottom: 1px solid #a4b2e8;
    padding: 1.08rem 2.44rem;
}
.pickcategory.active {
    background-color: var(--color-primary);
}
.pickcategory.active .category-tit {
    color: var(--color-white);
}
.category-tit {
    font-size: 20px;
    line-height: 30px;
    color: var(--color-black);

    padding-left: 1rem;
}
.picks-area .buttons {
    width: 100%;
    padding-top: 4.38rem;
    gap: 24px;
    align-items: center;
    justify-content: center;
}
.picks-area .buttons {
    width: 100%;
    padding-top: 4.38rem;
    gap: 24px;
    align-items: center;
    justify-content: center;
}
.picks-area button {
    padding: 1.2rem 3.3rem;
    font-family: "NanumSquareNeoExtraBold";
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 0.25rem;
}
.picks-area button .btn-text.big {
    font-size: 22px;
}
.picks-area .search {
    color: var(--color-white);
    background-color: var(--color-primary);
}
.picks-area .reset {
    color: var(--color-white);
    background-color: #a4b2e8;
}
.search img,
.reset img {
    width: 24px;
    height: 24px;
    object-fit: cover;
}
/* //시설메인 */

@media screen and (min-width: 1921px) {
    .banner-direct {
        width: 29rem;
    }
    .direct-btn {
        left: 70%;
        top: 50%;
        transform: translate(-70%, -50%);
    }
}
@media screen and (max-width: 1640px) {
    .menu-name {
        padding: 0 2rem;
    }

    .head.on .menu-name {
        padding: 0 2.5rem;
    }
    .banner-textarea {
        width: 55%;
    }
    .banner-imgarea {
        width: 40%;
    }
    .subbanner-bg {
        min-width: 53rem;
        min-height: 12.5rem;
    }
    .banner-imagegroup {
        width: 30rem;
    }
    .banner-direct {
        width: 21rem;
        margin-top: 7rem;
    }
    .pickcategorygroup {
        height: 18rem;
    }
    .pickcategory {
        padding: 0.8rem 2.2rem;
    }
    .picks {
        height: 28rem;
        padding: 3.81rem 1.4rem 0;
    }
}

@media screen and (max-width: 1350px) {
    .menu-name {
        padding: 0 1.5rem;
    }
    .head.on .menu-name {
        padding: 0 2rem;
    }
    .main-link {
        font-size: var(--font-primary);
    }
    .btn-tit {
        font-size: var(--font-media);
    }
    .banner-textgroup > .contents-wrapping {
        height: 22rem;
    }
    .banner-imagegroup {
        width: 27.5rem;
    }
    .subbanner-bg {
        min-width: 45rem;
        min-height: 12rem;
    }
    .banner-img {
        height: 40rem;
    }
    .banner-direct {
        width: 18rem;
        margin-top: 6rem;
    }
    .rolling-bannerarea .banner-maintit {
        font-size: 40px;
        line-height: 56px;
    }
    .rolling-bannerarea .banner-subtexts {
        margin-top: 2.75rem;
    }
    .rolling-bannerarea .swiper-pagination {
        bottom: 100px;
    }
    .picks-tit {
        width: 19.625rem;
        height: 5.2rem;
    }
    .picks-area .small-tit {
        font-size: 22px;
        line-height: 33px;
    }
    .picksgroup {
        padding-top: 2.75rem;
    }
    .picks {
        height: 25rem;
        padding: 2.51rem 1.2rem 0;
    }
    .pickcategorygroup {
        margin-top: 1.3rem;
        height: 17rem;
    }
    .pickcategory {
        padding: 0.8rem 1.8rem;
    }
    .category-tit {
        font-size: 18px;
        line-height: 27px;
    }
    .picksgroup .maintit {
        font-size: 28px;
        line-height: 40px;
    }
}

@media screen and (max-width: 1280px) {
    .menu-name {
        padding: 24px 0;
    }

    .banners-submain {
        height: 100%;
    }
    .search-group {
        width: 100%;
    }
    .rolling-bannerarea .banner-subtexts {
        align-items: flex-start;
    }
    .banner-imagegroup {
        width: 25rem;
        max-width: 100%;
    }
    .banner-img {
        height: auto;
        max-height: 80vh;
        margin-bottom: 3rem;
    }
    .banner-textgroup > .contents-wrapping {
        padding-left: 3.3vw;
    }
    .banner-subtexts > .con {
        font-size: 17px;
        line-height: 26px;
    }
    /* .banner-textarea {
		width: 50%;
	} */

    .rolling-bannerarea .banner-maintit {
        font-size: 40px;
        line-height: 56px;
    }
    .rolling-bannerarea .banner-subtexts {
        margin-top: 2.5rem;
    }

    .banner-direct {
        width: 14rem;
        height: 10rem;
        margin-top: 5rem;
    }
    .direct-btn {
        background-size: 64px auto;
        width: 4rem;
        height: 4.4rem;
    }

    .rolling-bannerarea .swiper-pagination {
        bottom: 0;
    }
    .banner-direct {
        width: 16rem;
        height: 11rem;
        margin-top: 4rem;
    }
    .subbanner-bg {
        min-width: 40rem;
        min-height: 12rem;
    }
    .picks-area .small-tit {
        font-size: 20px;
        line-height: 31px;
    }
    .picksgroup .maintit {
        font-size: 24px;
        line-height: 36px;
    }
    .picks {
        height: 23rem;
        padding: 2rem 1rem 0;
    }

    .pickcategorygroup {
        height: 14.9rem;
    }
    .picks-area button {
        padding: 1.2rem 3rem;
    }
    .pickcategory {
        padding: 0.7rem 1rem;
    }
    .category-tit {
        font-size: var(--font-primary);
        line-height: 24px;
    }
    .fixedBoxBanner {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 1081px) {
    .main-contents {
        padding: 0 1rem;
    }

    .contents-result .tit {
        font-size: var(--font-media);
    }
    .contents-result .con {
        font-size: 13px;
    }
    .contents-result .con.date {
        font-size: var(--font-tiny);
    }

    .banner-direct {
        width: 13rem;
        height: 9rem;
    }
    .rolling-bannerarea .banner-maintit {
        font-size: 29px;
        line-height: 40px;
    }
    .subbanner-bg {
        min-width: 29rem;
        min-height: 10rem;
    }
    .direct-btn {
        background-size: 48px auto;
        width: 3rem;
        height: 3.4rem;
    }

    .banner-imagegroup {
        width: 22rem;
    }
    .banner-textgroup > .contents-wrapping {
        height: 22rem;
    }
    .rolling-bannerarea .banner-subtexts {
        margin-top: 2.25rem;
    }
    .banner-subtexts > .con {
        font-size: var(--font-primary);
        line-height: 24px;
    }

    .picksgroup.forWeb {
        padding-top: 2.25rem;
        gap: 0.8rem;
    }

    .picksgroup .subtit {
        font-size: var(--font-media);
        line-height: 19.6px;
    }
    .picksgroup .maintit {
        font-size: 18px;
        line-height: 27px;
    }
    .picks {
        height: 16rem;
        padding: 1.5rem 0.8rem 0;
    }

    .pickcategorygroup {
        height: 10rem;
        margin-top: 1rem;
    }
    .pickcategory {
        padding: 0.6rem 1.2rem;
    }
    .category-tit {
        font-size: var(--font-media);
        line-height: 19.6px;
    }

    .picks-area .buttons {
        gap: 15px;
    }
}
@media screen and (max-width: 768px) {
    .rolling-bannerarea {
        flex-direction: column;
        padding-bottom: 200px;
    }
    .banner-textarea {
        width: 100%;
        padding-top: 1rem;
    }
    .banner-textgroup.active {
        position: static;
    }
    .rolling-bannerarea .banner-maintit {
        max-height: 7rem;
        width: 100%;
    }
    .small-tit {
        font-size: 22px;
        line-height: 38px;
    }
    .banner-imagegroup {
        justify-content: flex-end;
        align-items: center;
    }
    .banner-imgarea {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-bottom: 50px;
    }
    .banner-img {
        margin-bottom: 0;
    }

    .rolling-bannerarea .swiper-pagination {
        position: absolute;
        bottom: 0;
        display: flex;
    }
    .subbanner-bg {
        min-width: 29.5rem;
        min-height: 10.5rem;
        position: absolute;
        right: 0;
    }
    .banner-direct {
        position: absolute;
        bottom: 270px;
        left: 0;
        z-index: 2;
        width: 13rem;
        height: 6rem;
    }
    .rolling-bannerarea {
        flex-direction: column;
        padding-bottom: 200px;
    }
    .banner-textarea {
        width: 100%;
        padding-top: 1rem;
    }
    .banner-textgroup.active {
        position: static;
    }
    .rolling-bannerarea .banner-maintit {
        max-height: 7rem;
        width: 100%;
    }
    .small-tit {
        font-size: 22px;
        line-height: 38px;
    }
    .banner-imagegroup {
        justify-content: flex-end;
        align-items: center;
    }
    .banner-imgarea {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-bottom: 50px;
    }
    .banner-img {
        margin-bottom: 0;
    }

    .rolling-bannerarea .swiper-pagination {
        position: absolute;
        bottom: 0;
        display: flex;
    }
    .banner-textgroup > .contents-wrapping {
        height: 12rem;
    }

    .rolling-bannerarea .banner-subtexts {
        display: none;
    }
    .picks-area > .contents-wrapping {
        padding: 16vw 6.3vw;
    }
    .picksgroup.forWeb {
        display: none;
    }
    .picksgroup.forMobile {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    .picks-area .titlearea {
        flex-direction: column;
        align-items: center;
        padding-right: 0;
        justify-content: center;
        gap: 0.6rem;
    }
    .picks > .titlearea {
        justify-content: space-between;
        flex-direction: row;
        width: 100%;
        padding: 0 0.3rem;
    }
    .picks-tit {
        width: 16.625rem;
        height: 4.2rem;
        margin-left: 2rem;
    }
    .picks-area .small-tit {
        padding-left: 0;
        font-size: 16px;
        line-height: 24px;
        margin-top: 0.2rem;
    }
    .picksgroup .subtit {
        font-size: var(--font-tiny);
    }
    .picksgroup .maintit {
        font-size: var(--font-primary);
    }
    .picks.select {
        width: 100%;
        min-height: 8.5rem;
        padding: 1.1rem;
    }
    .pick-select {
        background: url(/static/prjt/cmmn/img/select-arrow.svg) no-repeat right 5px center;
        padding-right: 10px;
        background-color: var(--color-white);
        border: 1px solid #a4b2e8;
        border-radius: 0.25rem;
        color: #1d1d1d;
        font-size: var(--font-media);
        font-family: "NanumSquareNeo";
        line-height: 19.6px;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        min-height: 3rem;
        width: 100%;
        padding: 0 1rem;
    }
    .picks-area button {
        padding: 1rem 2.5rem;
    }
    .picks-area button .btn-text.big {
        font-size: 18px;
    }
}
@media screen and (max-width: 500px) {
    .bannerarea > .contents-wrapping {
        padding: 0 0 3vw 0;
    }
    .rolling-bannerarea {
        padding-bottom: 0;
    }
    .banner-textarea {
        padding-top: 0;
    }
    .banner-textgroup > .contents-wrapping {
        height: 7.5rem;
        padding: 0 3.3vw;
    }

    .rolling-bannerarea .banner-maintit {
        font-size: 22px;
        line-height: 36px;
        margin-top: 0;
    }
    .small-tit {
        font-size: 14px;
        line-height: 25px;
        margin-top: 1.2rem;
    }
    .banner-imagegroup {
        width: 18rem;
        max-width: 100%;
    }
    .subbanner-bg {
        min-width: auto;
        max-width: 23.5rem;
        width: 100%;
        height: 100%;
        min-height: auto;
        max-height: 7.5rem;
    }
    .banner-direct {
        bottom: 80px;
        width: 8rem;
        height: 6rem;
    }
    .direct-btn {
        background-size: 32px auto;
        width: 2rem;
        height: 2.4rem;
    }
}
