/* main_banner */
/* main{background: #fff;} */
.main_wrap{background: #fff;}
/* c1/banner1 */
.c1_banner{
    background: url(../img/c1_bg.png) no-repeat 50% 50% / cover;
    position: relative;
    color: #fff;
    text-align: center;
}
.c1_banner .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.c1_banner em{
    font-size: 24px;
    font-weight: 500;
}
.c1_banner em:first-child{
    color: #E8EEF2;
}
.c1_banner em i{color: #8658FF  ;}
.c1_banner img{
    height: 90px;
    margin: 20px 0;
}
.c1_tit{
    font-size: 56px;
    font-weight: 800;
}
.c1_tit b{
    background: linear-gradient(180deg, #8658FF 0%, #004FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* c2 */
.c2{
    background: url(../img/c2_bg.webp) no-repeat 50% 50% / cover;
}
.c2_tit_wrap{
    display: flex;
    justify-content: center;
    gap: 167px;
    font-size: 37px;
}
.c2_tit{
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/c2_3bg.svg) no-repeat 50% 50% / 250px;
    font-weight: 500;
}
.c2_tit_wrap li {
    display: flex;
    gap: 20px;
    font-weight: 250;
    line-height: 1.6;
}
.c2_tit_wrap li i {
    display: inline-block;
    background: linear-gradient(90deg, #004FFF 0%, #8658FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.c2_tit_bot{
    font-size: 48px;
    text-align: center;
}
.c2_tit_bot i{
    font-weight: 250;
}
.c2_tit_bot .gra_tit{
    display: inline-block;
    background: linear-gradient(90deg, #004FFF 0%, #8658FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.c2_flex{
    display: flex;
    gap: 50px;
    align-items: center;
}
.c2_flex.left_img{
    flex-direction: row-reverse;
    text-align: right;
}
.c2_flex>*{width: 100%;}
.c2_flex_tit{
    display: inline-block;
    background: linear-gradient(90deg, #004FFF 0%, #8658FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 64px;
    font-weight: 250;
}
.c2_sub_tit{
    color: #000;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
}
.c2_sub_tit i{font-size: 0.65em;}
.c2_sub_tit + em{
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.7;
}
.s2_ul {
    margin-top: 10px;
}
.s2_ul li{
    display: flex;
    font-size: 16px;
    font-weight: 600;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.2;
}
.s2_ul li::before{
    display: inline-block;
    content: '';
    width: 1.2em;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    background: url(../img/check.png) no-repeat 50% 50% / contain;
}
.s2_ul li:not(:last-child){
    margin-bottom: 12px;
}
.c2_bnanner{
    background: url(../img/c2_bnanner.webp) no-repeat 50% 50% / cover;
    /* background-attachment: fixed; */
    padding: 90px 0; 
    color: #fff;
    font-size: 30px;
    text-align: center;
    border-radius: 300px;
    position: relative;
    margin-bottom: 100px;
}
.c2_bnanner img{max-width: 40px;margin-bottom: 25px;}
.c2_banner_line{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    height: 120px;
}
.c2_banner_line img{
    height: 100%;
    margin: 0;
}
/*  */
.c3{
    background: url('../img/c3_bg.webp') no-repeat 50% 60% / cover;
    color: #fff;
}
.c3_main_tit{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 45px;
}
.c3_main_tit .box{
    border-radius: 40px;
    background: linear-gradient(90deg, #8658FF 0%, #513599 100%);
    padding: 20px 80px;
    font-size: 20px;
}
.c3_main_tit .tit{
    font-size: 48px;
    font-weight: 250;
    line-height: 1.3;
}
.c3_pagination_wrap{
    background: #000;
    padding: 5px;
    margin: 50px auto 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1080px;
    border-radius: 9px;
}
.c3_pagination{
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
}
.c3_pagination::before{
    content: '';
    display: inline-block;
    background-color: var(--before-bg, #fff);
    border-radius: 7px;
    width: calc( 100% / 7);
    height: 100%;
    position: absolute;
    left: var(--left-pos, 0px);
    transition: .3s;
    top:0;
}
.c3_pagination li.on{
    color: #8658FF;
    font-size: 16px;
    font-weight: 800;
}
.c3_pagination li{
    white-space: nowrap;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    width: calc( 100% / 7);
    z-index: 1;
    flex: 1;
}
.c3_swiper .swiper-slide{
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    line-height: 0;
    min-width: 0;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}
.c3_swiper .swiper-slide>img{
    line-height: 0;
    width: 100%;
}
.c3_swiper .cover{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 1.3;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
}
.c3_swiper .num{
    font-size: 50px;
    font-weight: 250;
}
.c3_tit{
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 30px;
}
.c3_swiper li{
    font-size: 22px;
    font-weight: 600;
    display: flex;
    gap: 12px;
    line-height: 1.6;
}
.c3_swiper li::before{
    content: '•';
}
.c3_swiper.swiper .swiper-slide {
    opacity: 0.8;
    transform: scale(0.9);
}
.c3_swiper.swiper.initialized .swiper-slide {
    transition: 2s;
}

.c3_swiper.swiper .swiper-slide.swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}
.c3-pagination{
    position: relative;
    margin-top: 100px;
    text-align: center;
}
.c3_swiper .swiper-pagination-bullet-active{
    background: #000;
}
/* c4 */
.c4{
    position: relative;
    z-index: 2;
}
.c4>video{
    aspect-ratio: 16/9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: -1;
    object-fit: cover;
    pointer-events: none;
}
.c4_inner{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(34, 0, 125, 0.55) 100%);
    backdrop-filter: blur(4.949999809265137px);
    position: relative;
}
.c4_content_inner{
    /* margin-left: calc(calc( 100% - 1520px) / 2); */
    color: #fff;
}
.c4_tit{
    font-size: 30px;
}
.c4_sub_tit{
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 50px 0 100px;
}
.c4_sub_tit .box{
    background: #8658FF;
    padding: 5px 20px ;
    border-radius: 20px;
    font-weight: 700;
    
}
.c4_sub_tit em{
    margin-left:20px ;
    margin-top: 10px;
}
.c4_sub_tit em b{
    font-weight: 600;
}
.marketing_tit{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.marketing_tit img{
    max-width: 210px;
    margin-bottom: 20px;
}
.manager_wrap{
    display: flex;
    align-items: start;
    position: absolute;
    right: 0;
    top: 100px;
    /* transform: translateY(-50%); */
}
.manager_tit{
    position: relative;
    margin-top: 200px;
}
.manager_tit img{
    position: absolute;
    right: 0;
    bottom: -15px;
    z-index: -1;
}
.message_box{
    font-size: 20px;
    color: #000;
    background: #fff;
    padding: 20px 50px;
    border-radius: 060px;
}
.c4_swipwer_wrap.swiper{
    overflow: visible;
}
.c4_swipwer_wrap .swiper-slide{
    background: #fff;
    color: #000;
    border-radius: 16px;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 25px;
    font-size: 20px;
    height: auto;
    position: relative;
}
.c4_swipwer_wrap .num{ 
    position: absolute;
    top: 40px;
    right: 40px;
    color: #E9E9E9;
    font-size: 92px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.c4_swipwer_wrap .tit{
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 20px;
}
.c4_pagination.swiper-pagination-progressbar{
    position: relative;
    margin-top: 90px;
    background: #D4D4D4;
}
.c4_swipwer_wrap .swiper-horizontal>.swiper-pagination-progressbar, 
.c4_swipwer_wrap .swiper-pagination-progressbar.swiper-pagination-horizontal, 
.c4_swipwer_wrap .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, 
.c4_swipwer_wrap .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
}
/* <!-- m3/CONNECTING --> */
.m3{
    background: url(../img/m3_bg.webp) no-repeat 50% 50% / cover;
}
.c5_banner .container{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.c5_banner img{
    max-width: 300px;
    opacity: 0.7;
    animation: rotate360 15s infinite ease-in-out;
}
@keyframes rotate360 {
    0% {
    transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

.c5_txt{
    background: linear-gradient(90deg, #070707 0%, #8658FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.c5_txt i{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 16px;
}
/* connecting_wrap */
.connecting_tit.m30{margin-bottom: 30px;}
.connecting_tit{
    display: flex;
    align-items: start;
    gap: 20px;
}
.connecting_tit>*{
    width: 100%;
}
.connecting_tit h3{
    background: var(--purple, linear-gradient(180deg, #8658FF 0%, #5D30D3 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 36px;
}
.connecting_tit h3 i{
    font-size: 20px;
    font-weight: 400;
}
.connecting_tit ul{
    margin-top: 30px;
    margin-left: 40px;
}
.connecting_tit li{
    display: flex;
    gap: 10px;
    align-items: start;
    line-height: 1.3;
    font-size: 16px;
}
.connecting_tit li::before{
    content: '';
    width: 1.3em;
    aspect-ratio: 1/1;
    background: url(../img/check2.png) no-repeat 50% 50% / contain;
}
.connecting_tit li:not(:last-child){
    margin-bottom: 10px;
}
/* onliine */
.online_wrap{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.online_wrap li{
    line-height: 0;
    position: relative;
    overflow: hidden;
}
.online_wrap li .txt:hover{
    opacity: 1;
}
.online_wrap li .txt{
    position: absolute;
    top: 0;  
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(43, 0, 72, 0.90) 0%, rgba(105, 0, 174, 0.90) 100%);
    font-size: 24px;
    color: #fff;
    opacity: 0;
    z-index: 2;
    transition: opacity .3s;
}
/* offline */
.offline_wrap{
    grid-template-columns: repeat(4, 1fr);
}
.online_wrap li,
.offline_wrap li {
    position: relative;
}
.offline_wrap li.wide {
    grid-column: span 2;
}
.offline_wrap li.wide img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: 1;
    object-fit: cover;
    pointer-events: none;
}
.tall {
    grid-row: span 2;
}
/* design_wrap */
.design_wrap {
    height: auto; /* 필요 시 고정값도 가능 */
}
.design_wrap .swiper-slide ,
.media_wrap .swiper-slide ,
.homepage_wrap .swiper-slide {
    height: auto; /* 또는 고정 높이 예: 200px */
    overflow: hidden;
    line-height: 0;
}
.design_wrap .swiper-slide:hover img,
.media_wrap .swiper-slide:hover img,
.homepage_wrap .swiper-slide:hover img{
    line-height: 0;
    transition: .3s;
}
.design_wrap .swiper-slide:hover img,
.media_wrap .swiper-slide:hover img,
.homepage_wrap .swiper-slide:hover img{
    transform: scale(1.1);
    transform-origin: 50% 50%;
    transition: .3s;
}
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 50px;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    /* max-width: 90%; */
    /* max-height: 90%; */
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content img {
    max-width: 80%;
    max-height: 80vh;
}

.close {
    position: absolute;
    top: 10px; right: 15px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

/* homepage */
.homepage_wrap.swiper{
    overflow: visible;
}
/* <!-- m4/CONTACT --> */
.c6_banner{
    background: url(../img/c6_banner.webp) no-repeat 50% 50% / cover;
}
.c6_banner .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 16px;
}
.c6_banner em{
    font-size: 24px;
    font-weight: 700;
}
.c6_banner .tit{
    font-size: 48px;
    font-weight: 700;
}
.c6_banner .tit i{
    background: var(--purple, linear-gradient(180deg, #8658FF 0%, #5D30D3 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.c6_banner strong{
    font-size: 18px;
}
.c6_banner a{
    display: inline-block;
    border-radius: var(--radius-radius-xs, 8px);
    background: var(--purple, linear-gradient(180deg, #8658FF 0%, #5D30D3 100%));
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 12px 24px;
    color: #fff;
    font-size: 18px;
    margin-top: 25px;
}













/*  */
/* 문의하기 폼 스타일링 */
.inquiry_section {
    position: relative;
}
.inquiry_left{
    position: absolute;
    /* max-width: 500px; */
    width: 32vw;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.inquiry_left video{
    width: 100%;
}

.inquiry_tit{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center  ;
}
.inquiry_tit img{
    max-width: 120px;
}
.inquiry_tit b{
    font-size: 56px;
}
.inquiry_tit i{
    font-size: 16px;
}
.inquiry_ul{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center; 
    gap: 30px;
    margin: 30px 0;
}
.inquiry_ul li{
    display: flex;
    justify-content: center;
    align-items: center; 
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
}
.inquiry_ul li img{
    height: 1.4em;
    flex-shrink: 0;
}
.inquiry_right{
    backdrop-filter: blur(3px);
    width: 100%;
    position: relative;
    z-index: 2;
    border-radius: var(--radius-radius-s, 16px);
    border: 1px solid #E8EEF2;
    background: #ffffff25;
    padding: 24px;
    max-width: 720px;
    margin: auto;
}
.form_flex{
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.form_group {
    width: 100%;
    /* display: flex;
    align-items: center;
    gap: 20px; */
}
.form_group label {
    display: block;
    font-weight: bold;
    font-size: 14px;
    flex-shrink: 0;
    margin-bottom: 5px;
}

.form_group input, .form_group textarea {
    font-family: "Paperlogy";
    width: 100%;
    padding: 10px;
    border: 1px solid #e6e6e6;
    background: #ffffffca;
    border-radius: 8px;
}
.form_group textarea{
    height: 100px;
    resize: none;
    line-height: 1.7;
    width: 100%;
}
.form_group input.maxw{
    max-width: 400px;
    width: 100%;
}
#inquiry_form p{
    font-size: 12px;
    font-weight: 500;
    color: #727272;
    text-align: center;
    margin: 15px 0;
}
.form_group.chk_group {
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 0;
}
.form_group.chk_group label{
    font-size: 12px;
    font-weight: 500;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    opacity: 0.6;
    cursor: pointer;
}
.form_group.chk_group label:hover{
    opacity: 0.8;
}
.form_group.chk_group input{
    width: auto;
}
.submit_btn {
    display: inline-block;
    /* width: 100%; */
    font-family: "Paperlogy";
    padding: 12px 24px;
    border-radius: var(--radius-radius-xs, 8px);
    background: var(--purple, linear-gradient(180deg, #8658FF 0%, #5D30D3 100%));
    color: white;
    border: none;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px auto 0;

}
.inquiry_bottom ol{
    display: flex;
    gap: 16px;
}
.inquiry_bottom ol li{
    width: 100%;
    display: flex;
    padding: var(--padding-padding-l, 24px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--margin-margin-s, 8px);
    flex: 1 0 0;
    border-radius: var(--radius-radius-s, 16px);
    border: 1px solid #E8EEF2;
    background: #FFF;
}
.inquiry_bottom img{
    max-width: 24px;
}
.inquiry_bottom .tit{
    font-size: 20px;
    font-weight: 700;
}
.inquiry_bottom i{
    font-size: 14px;
    color: #505050;
}
.inquiry_bottom strong{
    font-size: 16px;
    font-weight: 700;
}



/* site_bg */
.site_bg.on{
    display: block;
}
.site_bg{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999999;
}
.site_popup{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    max-width: 1000px;
    width: 90%;
    height: 80%;
    position: relative;
    
}
.closeButton:hover{
    background-color: #c1272d;
}
.closeButton{
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 2rem;
    font-weight: 600;
    background: #333;
    color: #fff;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}
/* 개인정보처리방침 */
.site_tab{
    width: 100%;
    padding: 2rem;
    margin: 0 auto;
    max-width: 1500px;
    font-size: 18px;
    line-height: 1.7em;
    font-weight: 400;
    word-break: keep-all;
    color: #272727;
    height: 100%;
    overflow-y: scroll;
}
.site_tab>li.on{
    display: block;
}
.site_tab>li{
    display: none;
}
.site_tab h6 {
    /* height: 30px; */
    line-height: 2;
    padding-left: 0px;
    font-size: 22px;
    margin-bottom: 15px;
    color: #000;
    font-weight: normal;
}
.site_tab h4 {
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    margin: 5rem 0;
    line-height: 1.5;
    display: block;
}
.site_tab h4::before{display: none;}
/* 비급여 */
.time_wrap table {
    line-height: 1.5;
    text-align: center;
    font-size: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    color: #000;
    font-weight: 700;
    border: 1px solid rgba(0,0,0,0.2);
    border-left: 0;
}
table, td {
    border-spacing: 0px;
    padding: 0px;
}
.time_wrap table tr td {
    padding: 10px;
    border-left: 1px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
tr.bg td{
    background: rgba(0,0,0,0.1);
}
tr.bg2 td{
    background: rgba(35,104,196,0.2);
    font-weight: 700;
} 
