@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
/* 
 font-family: 'Pretendard';
*/


/* 컬러, 폰트 시스템 설정 */
h5{ /* eyebrow 20px */
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.05em;
    text-align: center;
    color: #DC872D;
}
h2{ /* title 40px */
    margin-top: 1.6rem;
    font-weight: 700;
    font-size: 4rem;
    line-height: 1.35;
    text-align: center;
    color: #191919;
}
p{
    font-weight: 400;
    font-size: clamp(14px, 1.7rem, 17px);
    line-height: 1.47;
}


/* 레이아웃 기초 설계 */
html {
    font-size: 10px;
    scroll-behavior: smooth;
}
body{
    font-family: 'Pretendard';
    font-style: normal;
    color: #333;
    background: #fff;
    word-break: keep-all;
}
section{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.wrap{
    width: 80%;
    margin: 0 auto;
    position: relative;
    max-width: 1464px;
}
.line_break480, .line_break768, .line_break1024, .line_break1440{
    display: none;
}
a.go_link{
    width: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2.4rem;
    font-weight: 400;
    font-size: clamp(14px, 1.5rem, 15px);
    height: 4.85rem;
    color: #222;
    border: .5px solid #222;
    padding: 0 2.6rem;
    border-radius: 10rem;
    transition: .4s;
    text-wrap: nowrap;
}
a.go_link:hover{
    background: #DC872D;
    color: #fff;
    border-color: rgba(0, 0, 0, 0);
}
a.go_link img{
    width: clamp(14px, 1.4rem, 14px);
    object-fit: contain;
    transition: .4s;
}
a.go_link:hover img{
    filter: invert(1);
}

/* aos 애니메이션 이동 거리 */
[data-aos="fade-up"] {
    transform: translateY(8rem); /* 기본은 100px */
}


/* header */
header{
    width: 100%;
    height: 7.5rem;
    min-height: 66px;
    border-bottom: .5px solid rgba(255, 255, 255, .3);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    transition: background-color .3s ease-in-out, transform .6s cubic-bezier(0.215, 0.610, 0.355, 1);
    animation: header_down 1.2s;
}
@keyframes header_down{
    0%{transform: translateY(-100%);}
    100%{transform: translateY(0);}
}
header .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
header h1{
    font-size: 1px;
    text-indent: -9999px;
}
header h1 a{
    width: 16rem;
    min-width: 142px;
    aspect-ratio: 16 / 3.4;
    display: block;
    background-image: url(/img/logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: .4s;
}
header h1 a:hover{
    opacity: .65;
}
header nav{
    width: 67%;
    max-width: 720px;
}
header nav ul.gnb{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 2.4rem;
}
header nav ul.gnb li{
    flex: 1;
}
header nav ul.gnb li a{
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: clamp(14.4px, 1.6rem, 16px);
    line-height: 1.5;
    text-align: center;
    color: #fff;
    text-wrap: nowrap;
    transition: .4s;
}
header nav ul.gnb li a:hover{
    opacity: .65;
}
header .all_menu{
    width: 3.7rem;
    aspect-ratio: 4 / 3;
    background-image: url(/img/icon_all_menu.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: .4s;
    display: none;
}
header .all_menu:hover{
    opacity: .65;
}

/* 모바일 메뉴 */
header .m_nav{
    display: none;
}
header .m_nav{
    position: absolute;
    left: 0;
    top: 66px;
    width: 100%;
    background: #fafafa;
    box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.1);
    border-bottom: .5px solid rgba(0, 0, 0, .1);
}
header .m_nav ul.m-gnb{
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    padding-bottom: 3px;
}
header .m_nav ul.m-gnb li a{
    padding: 0 7.5%;
    display: block;
    height: 52px;
    line-height: 52px;
    text-align: left;
    font-size: 15px;
    border-top: .5px solid rgba(0, 0, 0, .1);
}
header .m_nav ul.m-gnb li a:hover{
    background: #f1f1f1;
}

/* 헤더 흰 배경 ver */
header.ver2{
    background: #fff;
    box-shadow: 0 1px 1.3rem rgba(0, 0, 0, 0.09);
    border-bottom: none;
}
header.ver2 h1 a{
    background-image: url(/img/logo_color.svg);
}
header.ver2 nav ul.gnb li a{
    color: #191919;
}
header.ver2 .all_menu{
    background-image: url(/img/icon_all_menu_bk.svg);
}


/* aside */
aside{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    z-index: 99;
}
aside ul{
    width: 9.5rem;
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
}
aside ul li{
    width: 100%;
}
aside ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.42;
    text-align: center;
    background: #fff;
    color: #111;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: .4s;
}
aside ul li a:hover{
    filter: brightness(.85);
}
aside .call_quick{
    margin-top: 1.5rem;
    margin-left: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7.8rem;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #111;
    box-shadow: 2px 2px 10px rgba(255, 255, 255, 0.1);
    display: none;
}
aside .call_quick img{
    width: 35%;
    object-fit: contain;
}


/* main */
main{
    width: 100%;
    height: calc(var(--vh) * 100);
    background-image: url(/img/main_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 25% center;
    text-align: center;
    position: relative;
}
main .wrap{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
main h5{
    color: #fff;
}
main h2{
    margin-top: 2.4rem;
    font-weight: 600;
    font-size: 4.6rem;
    line-height: 1.3;
    color: #fff;
}
main h2 span{
    color: #D3B08E;
}
main p{
    margin-top: 4rem;
    color: #E9E9E9;
    padding-bottom: .8rem;
}


/* 인트로 */
.intro{
    padding: 20rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.intro iframe{
    width: 100%;
    height: auto;
    max-width: 1216px;
    margin-top: 7rem;
    border-radius: 2.375rem;
    aspect-ratio: 16 / 9;
    border: none;
}


/* introduce */
.introduce{
    background: linear-gradient(to bottom, #FFFFFF, #FEF5EC);;
}
.introduce .top_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.introduce .top_box .l_text h5{
    text-align: left;
}
.introduce .top_box .l_text h2{
    text-align: left;
}
.introduce .top_box .l_text p{
    margin-top: 3.2rem;
}
.introduce .profile{
    margin: 8rem auto 0;
    width: 100%;
    max-width: 1216px;
    display: flex;
    align-items: center;
    gap: 12%;
}
.introduce .profile img{
    width: 596px;
    max-width: 52%;
    object-fit: contain;
}
.introduce .profile .text_box{
    display: flex;
    flex-direction: column;
    row-gap: 2.4rem;
}
.introduce .profile .text_box strong{
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.33;
    color: #191919;
    padding-bottom: 1.6rem;
}
.introduce .profile .text_box ul li{
    position: relative;
    font-weight: 400;
    font-size: clamp(14px, 1.7rem, 17px);
    line-height: 1.47;
    padding-left: 1.2rem;
}
.introduce .profile .text_box ul li::before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background: #333;
}


/* member */
.member{
    padding: 20rem 0;
}
.member .card{
    width: 100%;
    position: relative;
}
.member .card .t_name{
    display: flex;
    justify-content: center;
    gap: 10rem;
}
.member .card .t_name button{
    position: relative;
    font-weight: 700;
    font-size: clamp(16px, 2rem, 20px);
    line-height: 2;
    text-align: center;
    color: #999;
    display: block;
    transition: .3s;
}
.member .card .t_name button.on{
    color: #DC872D;
}
.member .card .t_name button::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #DC872D;
    opacity: 0;
    transition: .2s;
}
.member .card .t_name button.on::before{
    opacity: 1;
}
.member .card .card_contents{
    position: relative;
    margin-top: 8rem;
    width: 100%;
    aspect-ratio: 1464 / 650;
}
.member .card .card_contents article{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
}
.member .card .card_contents article.on{
    display: block;
}
.member .card .card_contents article .member_slide{
    position: relative;
    width: 100%;
    aspect-ratio: 1216 / 650;
    max-height: 650px
}
.member .card .card_contents .swiper-slide{
    padding: 0 7.5%;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12%;
}
.member .card .card_contents .swiper-slide img{
    width: 596px;
    max-width: 52%;
    object-fit: contain;
    border-radius: 2rem;
}
.member .card .card_contents .swiper-slide .text_box{
    display: flex;
    flex-direction: column;
    row-gap: 2.4rem;
    padding-bottom: 8rem;
}
.member .card .card_contents .swiper-slide .text_box strong{
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.33;
    color: #191919;
    padding-bottom: 1.6rem;
}
.member .card .card_contents .swiper-slide .text_box strong span{
    font-size: clamp(14px, 1.7rem, 17px);
}
.member .card .card_contents .swiper-slide .text_box ul li{
    position: relative;
    font-weight: 400;
    font-size: clamp(14px, 1.7rem, 17px);
    line-height: 1.47;
    padding-left: 1.2rem;
}
.member .card .card_contents .swiper-slide .text_box ul li::before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background: #333;
}
.member .card .card_contents button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5rem;
    height: 5rem;
    z-index: 2;
}
.member .card .card_contents button.prev{
    left: 0;
}
.member .card .card_contents button.next{
    right: 0;
}
.member .card .card_contents button img{
    width: 100%;
    object-fit: contain;
}
.member .card .card_contents .swiper-pagination{
    position: absolute;
    left: 58.2%;
    bottom: 8rem;
    z-index: 10;
    width: fit-content;
}
.member .card .card_contents .swiper-pagination-bullet {
    margin: 0 4px !important;
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    opacity: 1;
    transition: 0.3s;
    border-radius: 50%;
}
.member .card .card_contents .swiper-pagination-bullet-active {
    background: #DC872D;
    width: 20px;
    border-radius: 8px;
}


/* diffe */
.diffe{
    padding: 16rem 0;
    background: #222222;
    color: #fff;
}
.diffe h5{
    text-align: left;
}
.diffe h2{
    text-align: left;
    color: #FFFFFF;
}
.diffe .contents{
    margin-top: 10rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12rem;
}
.diffe .contents > div{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 2.4rem;
}
.diffe .contents > div .text_box{
    padding-top: 4rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 2rem;
}
.diffe .contents > div .text_box h4{
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.33;
}
.diffe .contents > div .text_box h4 span{
    color: #DC872D;
}
.diffe .contents > div .text_box p{
    color: #A9A9A9;
}
.diffe .contents > div img{
    width: 720px;
    max-width: 49%;
    object-fit: contain;
    border-radius: 2rem;
}

/* diffe w-ver */
.diffe.w-ver{
    background: #fff;
    color: #333;
}
.diffe.w-ver h2{
    color: #191919;
}
.diffe.w-ver .contents > div .text_box p{
    color: #333;
}


/* food-photo */
.food-photo{
    padding: 16rem 0 14rem;
}
.food-photo .food_slide{
    margin-top: 8rem;
    width: 100%;
}
.food-photo .food_slide .swiper-slide img{
    width: 100%;
    object-fit: contain;
    border-radius: 2rem;
}
.food-photo .control{
    margin: 8rem auto 0;
    position: relative;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
}
.food-photo .control button{
    width: 5rem;
    height: 5rem;
}
.food-photo .control button img{
    width: 100%;
    object-fit: contain;
}
.food-photo .swiper-pagination{
    position: relative;
    bottom: auto;
    width: fit-content;
}
.food-photo .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px !important;
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    opacity: 1;
    transition: 0.3s;
    border-radius: 50%;
}
.food-photo .swiper-pagination .swiper-pagination-bullet-active {
    background: #DC872D;
    width: 20px;
    border-radius: 8px;
}


/* interview */
.interview{
    padding: 14rem 0;
    background: #F5F5F5;
}
.interview .wrap{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.interview .r_text{
    width: 42%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6rem;
}
.interview .r_text h2{
    text-align: left;
}
.interview .r_text h2 span{
    font-size: 2.4rem;
}
.interview .r_text .p_box{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.interview .r_text .p_box p{
    text-align: left;
}
.interview .r_text .p_box p span{
    font-weight: 700;
    font-size: 2.4rem;
}
.interview .r_text ul{
    display: flex;
    gap: 3rem;
    align-items: center;
}
.interview .r_text ul li{
    display: flex;
    gap: .6rem;
    align-items: center;
}
.interview .r_text ul li img{
    width: 2.5rem;
    object-fit: contain;
}
.interview .r_text ul li b{
    font-weight: 700;
    font-size: clamp(14px, 1.7rem, 17px);
}
.interview > img{
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%;
    height: 70%;
    object-fit: cover;
    object-position: 33% top;
    transform: translateY(-50%);
    border-radius: 0 2rem 2rem 0;
}


/* view */
.view{
    padding: 16rem 0;
}
.view .view_slide{
    position: relative;
    width: 100%;
    margin-top: 8rem;
}
.view .view_slide .swiper-slide {
    padding: 0 7.5%;
    width: 100%;
}
.view .view_slide .swiper-slide img {
    width: 100%;
    object-fit: contain;
    border-radius: 2rem;
}
.view .view_slide button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5rem;
    height: 5rem;
    z-index: 2;
}
.view .view_slide button.prev{
    left: 0;
}
.view .view_slide button.next{
    right: 0;
}
.view .view_slide button img{
    width: 100%;
    object-fit: contain;
}
.view .view_slide .swiper-pagination{
    display: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    margin-top: 4.8rem;
}
.view .view_slide .swiper-pagination-bullet {
    margin: 0 4px !important;
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    opacity: 1;
    transition: 0.3s;
    border-radius: 50%;
}
.view .view_slide .swiper-pagination-bullet-active {
    background: #DC872D;
    width: 20px;
    border-radius: 8px;
}


/* special */
.special{
    padding: 16rem 0;
}
.special .special_slide{
    margin-top: 10rem;
}
.special .swiper-slide{
    width: 100%;
}
.special .swiper-slide img{
    width: 100%;
    object-fit: contain;
}
.special .swiper-slide:nth-child(odd){
    margin-top: 4%;
}


/* view-point */
.view-point{
    overflow: visible;
    height: 347.4rem;
    background: #FEF5EC;
    padding: 16rem 0;
}
.view-point .wrap{
    position: sticky;
    top: 16rem;
}
.view-point .title{
    width: 50%;
}
.view-point h5{
    text-align: left;
}
.view-point h2{
    text-align: left;
}
.view-point .p_box{
    margin-top: 8rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.view-point .p_box ul li{
    position: relative;
    font-weight: 400;
    font-size: clamp(14px, 1.7rem, 17px);
    line-height: 1.47;
    padding-left: 2.8rem;
}
.view-point .p_box ul li::before{
    content: '';
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 1.2rem;
    transform: translateY(-50%);
}
.view-point .p_box p.b{
    font-weight: 700;
    font-size: clamp(14px, 1.8rem, 18px);
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #222;
}
.view-point .r-img{
    position: absolute;
    top: 34rem;
    right: 0;
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 12rem;
}
.view-point .r-img img{
    width: 100%;
    height: 50rem;
    object-fit: cover;
    border-radius: 2rem 0 0 2rem;
}


/* therapy */
.therapy{
    padding: 16rem 0;
    background: #FEF5EC;
}
.therapy .card{
    width: 100%;
    position: relative;
}
.therapy .card .t_name{
    margin-top: 8rem;
    display: flex;
    justify-content: center;
    gap: 10rem;
}
.therapy .card .t_name button{
    position: relative;
    font-weight: 700;
    font-size: clamp(14px, 2rem, 20px);
    line-height: 2;
    text-align: center;
    color: #DC872D;
    display: block;
    cursor: default;
}
.therapy .card .t_name button::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #DC872D;
}
.therapy .card .card_contents{
    position: relative;
    margin-top: 6rem;
    width: 100%;
    height: 50rem;
    overflow: hidden;
}
.therapy .card .card_contents article{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.therapy .card .card_contents article .therapy_slide{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
}
.therapy .card .card_contents article .swiper-slide{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    background: #F4F4F4;
}
.therapy .card .card_contents article .swiper-slide .text_box{
    flex: 1;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6rem;
    padding-bottom: 12rem;
}
.therapy .card .card_contents article .swiper-slide .text_box strong{
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.33;
    color: #111;
}
.therapy .card .card_contents article .swiper-slide .text_box strong span{
    color: #DC872D;
}
.therapy .card .card_contents article .swiper-slide .text_box p{
    margin-top: 4rem;
}
.therapy .card .card_contents article .swiper-slide .text_box ul{
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.therapy .card .card_contents article .swiper-slide .text_box ul li{
    font-weight: 700;
    font-size: clamp(14px, 15.5rem, 15px);
    line-height: 1.53;
}
.therapy .card .card_contents article .swiper-slide img{
    width: 720px;
    max-width: 49%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.therapy .control{
    position: absolute;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.3rem;
    left: 6rem;
    bottom: 5rem;
    z-index: 10;
}
.therapy .control button{
    width: 2.4rem;
    height: 2.4rem;
}
.therapy .control button img{
    width: 100%;
    object-fit: contain;
}
.therapy .swiper-pagination{
    position: relative;
    bottom: auto;
    width: fit-content;
}
.therapy .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px !important;
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    opacity: 1;
    transition: 0.3s;
    border-radius: 50%;
}
.therapy .swiper-pagination .swiper-pagination-bullet-active {
    background: #DC872D;
    width: 20px;
    border-radius: 8px;
}


/* iv */
.iv{
    padding: 14rem 0;
    background: #EEEEEE;
}
.iv .wrap .contents{
    margin-top: 8rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
}
.iv .wrap .contents div{
    background: #fff;
    border-radius: 2rem;
    height: 20.2rem;
    display: flex;
    flex-direction: column;
    padding: 2.4rem 3.2rem;
}
.iv .wrap .contents div b{
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.7;
    color: #DC872D;
}
.iv .wrap .contents div p{
    font-weight: 400;
    line-height: 1.47;
    font-size: clamp(14px, 1.7rem, 17px);
}


/* program */
.program{
    padding: 14rem 0 0;
    height: calc(var(--vh) * 300);
    overflow: visible;
}
.program .sticky{
    position: sticky;
    top: 14rem;
    height: calc(var(--vh) * 100);
    overflow: hidden;
}
.program h5{
    text-align: left;
}
.program h2{
    text-align: left;
}
.program .wrap_area{
    width: 100%;
    margin-top: 8rem;
    display: flex;
    justify-content: space-between;
    gap: 2.4rem;
}
.program .wrap_area .l_name{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    text-align: left;
}
.program .wrap_area .l_name button{
    font-weight: 700;
    font-size: clamp(14px, 2rem, 20px);
    line-height: 2;
    color: #999999;
    text-align: left;
}
.program .wrap_area .l_name button.on{
    color: #DC872D;
}
.program .wrap_area .contents{
    width: 100%;
    max-width: 720px;
    position: relative;
}
.program .wrap_area .contents article {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
}
.program .wrap_area .contents article.on {
    opacity: 1;
    pointer-events: auto;
}
.program .wrap_area .contents article h4{
    font-weight: 700;
    line-height: 1.33;
    font-size: 2.4rem;
    color: #111111;
}
.program .wrap_area .contents article p{
    margin-top: 2rem;
    color: #111111;
}
.program .wrap_area .contents article .img_box{
    width: 100%;
    margin-top: 6rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
}
.program .wrap_area .contents article .img_box img{
    width: 100%;
    object-fit: contain;
}


/* equipment */
.equipment{
    padding: 0 0 14rem 0;
}
.equipment .contents{
    margin-top: 8rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.4rem;
}
.equipment .contents img{
    width: 100%;
    object-fit: contain;
    border-radius: 1.2rem;
    border: 1px solid #D9D9D9;
    box-shadow: 4px 8px 8px rgba(0, 0, 0, 0.02);
}


/* partner */
.partner {
    width: 100%;
    padding: 14rem 0;
    background: #F6F6F6;
}
.partner p{
    margin-top: 4rem;
    text-align: center;
}
.partner .partner-slide {
    margin-top: 8rem;
    width: 100%;
    align-items: center;
}
.partner .partner-slide .swiper-slide {
    align-items: center;
}
.partner .partner-slide .swiper-wrapper {
    transition-timing-function: linear !important;
}
.partner .partner-slide .swiper-slide img {
    width: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}


/* .info */
.info{
    padding: 14rem 0;
}
.info h5{
    text-align: left;
}
.info h2{
    text-align: left;
}
.info .info_box{
    gap: 2.4rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 7rem;
}
.info .info_box .l_box{
    width: 47.2rem;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    gap: 6rem;
}
.info .info_box .l_box>div{
    display: flex;
    flex-direction: column;
}
.info .info_box .l_box>div>b{
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.3;
    color: #191919;
} 
.info .info_box .l_box .time .time_table{
    margin-top: 1.8rem;
    width: 100%;
    border-top: .75px solid #7D7D7D;
    border-bottom: .75px solid #7D7D7D;
}
.info .info_box .l_box .time .time_table div{
    width: 100%;
    font-weight: 400;
    font-size: clamp(14px, 1.7rem, 17px);
    border-bottom: .75px solid #ccc;
}
.info .info_box .l_box .time .time_table div b{
    font-weight: 700;
    padding: 5px 2.2rem;
    margin-right: 1.2rem;
    display: inline-block;
    width: 10.4rem;
    text-wrap: nowrap;
    border-right: .75px solid #7D7D7D;
}
.info .info_box .l_box .time .time_table div:nth-child(1) b{
    letter-spacing: .52em;
}
.info .info_box .l_box .time .time_table div:nth-child(2) b{
    letter-spacing: .52em;
}
.info .info_box .l_box .time .time_table div:nth-child(3) b{
    letter-spacing: .2em;
}
.info .info_box .l_box .time .time_table div span span{
    letter-spacing: -0.01em;
}
.info .info_box .l_box .time .time_table div:nth-child(3) span span{
    letter-spacing: 0.038em;
}
.info .info_box .l_box .time p.lt{
    margin-top: 8px;
    color: #555;
}
.info .info_box .l_box .call strong{
    margin-top: 1.5rem;
    font-weight: 700;
    font-size: 3.6rem;
    color: #DC872D;
}
.info .info_box .l_box .map p{
    margin-top: 1rem;
}
.info .info_box .l_box .map a{
    margin-top: 2.4rem;
}
.info .info_box .r_box{
    flex: 1;
    height: auto;
    border: .75px solid #ccc;
    border-radius: 1.2rem;
}


/* footer */
footer{
    width: 100%;
    background: #222222;
    color: rgba(255, 255, 255, .8);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
footer .f_top{
    width: 100%;
    padding-top: 6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .f_top .tt{
    width: 39rem;
    display: flex;
    gap: 3rem;
}
footer .f_top .tt > img{
    width: 20rem;
    object-fit: contain;
}
footer .f_top .tt a.go_link{
    color: #fff;
    border-color: #fff;
}
footer .f_top .tt a.go_link:hover{
    border-color: rgba(255, 255, 255, 0);
}
footer .f_top .tt a.go_link img{
    width: 14px;
    object-fit: contain;
    filter: invert(1);
}
footer .f_top img{
    width: 19rem;
    object-fit: cover;
}
footer .f_list{
    margin: 3rem 0;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 2.24rem;
}
footer .f_list .line{
    width: .5px;
    height: 10px;
    background: #a9a9a9;
    display: inline-block;
    margin: 0 1rem;
}
footer .copy{
    width: 100%;
    padding: 2rem 0;
    border-top: 1px solid #555;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 2.24rem;
    letter-spacing: 0.09em;
}

/* 반응형 줄바꿈 변경 */
footer .line-break1, footer .line-break2{
    display: none;
}