section, section *{ 
    box-sizing:border-box; 
}
*{ 
    box-sizing:border-box; 
}
section{ 
    overflow:hidden; 
}
.mc-con{ 
    max-width:1430px; 
    width:100%; 
    margin:0 auto; 
    padding: 0 15px;
    position: relative;
    z-index: 3;
}

.main_sc{
    width: 100%; 
    position: relative; 
    background-repeat: no-repeat; 
    background-position: center; 
    background-size: cover;
}

.mb-0{
    margin-bottom: 0 !important;
}

/* 메인 섹션 */
#sc01{ 
    background-color:#333; 
    height: 100vh; 
    position: relative; 
    overflow: hidden;
}
#sc01::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}

.main-caption{
    width: 100%;
    text-align: center;
    color: #fff;
    max-width: 830px;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-caption > h5{
    display: inline-block;
    padding: 0 75px;
    color: #9b8fc4;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.main-caption > h5::before, .main-caption > h5::after{
    content: "";
    width: 64px;
    height: 1px;
    position: absolute;
    top: 7px;
}
.main-caption > h5::before{
    background: linear-gradient(90deg, rgba(120, 107, 175, 0.00) 0%, #786BAF 100%);
    left: 0;
}
.main-caption > h5::after{
    background: linear-gradient(270deg, rgba(120, 107, 175, 0.00) 0%, #786BAF 100%);
    right: 0;
}
.main-caption > h2{
    font-size: 144px;
    color: #fff;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 4px;
}
.main-caption > h3{
    font-size: 40px;
    color: #a1a1aa;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 44px;
}
.main-caption > p{
    font-size: 24px;
    color: #a1a1aa;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 50px;
}
.main-caption > p > b{
    font-weight: 700;
    color: #9b8fc4;
}
.main-caption > a{
    display: inline-flex;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    gap: 10px;
    align-items: center;
    padding: 1rem;
    min-width: 195px;
    border-radius: 30px;
    background-color: #786BAF;
    transition: .3s;
}
.main-caption > a:hover{
    background: #9B8FC4;
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(120, 107, 175, 0.3);
}

.sc01Sli{ 
    position:relative; 
    z-index:1; 
    background-color:#333; 
    overflow:hidden; 
}
.sc01_bg{ 
    position:absolute; 
    z-index:1; 
    top:0; 
    bottom:0; 
    left:0; 
    right:0; 
    background-color:#333; 
    background-position:center; 
    background-size:cover; 
    background-repeat:no-repeat; 
}
.sc01_mbg{ 
    display:none; 
    position:absolute; 
    z-index:1; 
    top:0; 
    bottom:0; 
    left:0; 
    right:0; 
    background-color:#333; 
    background-position:center; 
    background-size:cover; 
    background-repeat:no-repeat; 
}
.sc01_fr{ 
    position:relative; 
    z-index:1; 
    min-height:max(600px,36.4583333vw); 
    padding:150px 70px; 
    display:flex; 
    align-items:center; 
    /*background-color:rgba(0,0,0,.35);*/ 
}

.sc01mw{ 
    position:relative; 
    z-index:1; 
    overflow:hidden; 
    background-color:#333; 
    width: 100%; 
    height: 100%;
}
.sc01mw > .sc01_bdo{ 
    position:absolute; 
    z-index:1; 
    top:50%; 
    left:50%; 
    min-width:100%; 
    transform:translate(-50%,-50%); 
}

.vimeo_player_wrapper{
    opacity: 1 !important;
}

.sc01-slide{
    width: 100%;
    position: relative;
}
.sc01Swiper{
    position: relative;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 32px;
    margin-bottom: 50px;
}
.sc01-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(6px);
    transition: .3s;
    gap: 10px;
    text-align: center;
}
.sc01-card:hover{
    border-color: rgba(155, 143, 196, 0.5);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(120, 107, 175, 0.2);
    transform: translateY(-4px);
}
.sc01-card > h5{
    font-size: 32px;
    color: #9B8FC4;
}
.sc01-card > p{
    font-size: 16px;
    color: #e4e4e7;
    font-weight: 600;
}
.swiper-pagination.sc01pn{
    bottom: 0 !important;
}
.swiper-pagination.sc01pn .swiper-pagination-bullet{
    background: #3f3f46;
    opacity: 1;
    transition: .3s;
}
.swiper-pagination.sc01pn .swiper-pagination-bullet-active{
    width: 24px;
    background: #786BAF;
    border-radius: 20px;
}

.sect-tit{
    width: 100%;
    margin-bottom: 45px;
}
.sect-tit > h5{
    display: inline-block;
    font-size: 12px;
    color: #786BAF;
    font-weight: 600;
    padding: 8px 30px;
    border-radius: 30px;
    background: rgba(120, 107, 175, 0.10);
    margin-bottom: 24px;
}
.sect-tit > h3{
    font-size: 53px;
    font-weight: 300;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: #fff;
}
.sect-tit > h3 span{
    color: #9B8FC4;
}
.sect-tit > h3 > b{
    font-weight: 700;
}
.sect-tit > p{
    font-size: 16px;
    color: #a1a1aa;
    font-weight: 400;
    line-height: 1.6;
}

/* sc02 */
#sc02{
    padding: 100px 0;
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: linear-gradient(0deg, #0A0A0F 0%, #0A0A0F 100%), #FFF;
}
#sc02::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
    background: radial-gradient(70.71% 98.99% at 30% 50%, rgba(120, 107, 175, 0.10) 0%, rgba(120, 107, 175, 0.00) 50%), radial-gradient(70.71% 98.99% at 70% 50%, rgba(155, 143, 196, 0.08) 0%, rgba(155, 143, 196, 0.00) 50%);
}
#sc02 .sect-tit{
    text-align: center;
    margin-bottom: 55px;
}
.sc02-wrap{
    width: 100%;
    display: flex;
    position: relative;
}
.sc02-wrap::after{
    content: "";
    width: 1px;
    height: 100%;
    background: linear-gradient(0deg, rgba(27, 27, 34, 0.00) 0%, #434355 50%, rgba(108, 108, 136, 0.00) 100%);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.sc02-box{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sc02-img{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 35px;
}
.sc02-img img{
    width: 100%;
    max-width: 300px;
    display: block;
}
.sc02-caption{
    text-align: center;
    width: 100%;
}
.sc02-caption > h5{
    display: inline-flex;
    gap: 7px;
    align-items: center;
    border-radius: 30px;
    border: 1px solid rgba(120, 107, 175, 0.30);
    background: linear-gradient(103deg, rgba(120, 107, 175, 0.15) 0%, rgba(120, 107, 175, 0.05) 100%);
    padding: 10px 20px;
    font-size: 13px;
    color: #9B8FC4;
    font-weight: 700;
    margin-bottom: 1rem;
}
.sc02-caption > h3{
    font-size: 22px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 1rem;
}
.sc02-caption > p{
    font-size: 15px;
    color: #9B8FC4;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    position: relative;
}
.sc02-caption > p::after{
    content: "";
    width: 260px;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255,255,255,0.2) 15%,
        rgba(255,255,255,0.6) 30%,
        #ffffff 50%,
        rgba(255,255,255,0.6) 70%,
        rgba(255,255,255,0.2) 85%,
        transparent 100%
    );
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.1;
}
.sc02-caption > ul > li{
    font-size: 14px;
    color: #a1a1aa;
    font-weight: 400;
    margin-bottom: 6px;
}
.sc02-caption > ul > li:last-child{
    margin-bottom: 0;
}
.sc02-caption > ul > li > span{
    color: #d4d4d8;
    font-weight: 600;
}
.sc02-card-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 60px;
    margin-top: 80px;
    position: relative;
}
.sc02-card-wrap::before{
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255,255,255,0.2) 15%,
        rgba(255,255,255,0.6) 30%,
        #ffffff 50%,
        rgba(255,255,255,0.6) 70%,
        rgba(255,255,255,0.2) 85%,
        transparent 100%
    );
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.05;
}
.sc02-card{
    width: calc((100% - 60px) / 4);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.02);
    text-align: center;
}
.sc02-card > h5{
    font-size: 42px;
    color: #9B8FC4;
    font-weight: 800;
    margin-bottom: 10px;
}
.sc02-card > h5 h5 > span{
    font-size: 20px;
}
.sc02-card > p{
    font-size: 13px;
    color: #71717a;
    font-weight: 400 ;
}

/* sc03 */
#sc03{
    padding: 100px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(122deg, #F8F9FC 0%, #FFF 50%, #F3F0FF 100%), #FFF;
}
.sc03-cc-rt{
    width: 400px;
    height: 400px;
    border-radius: 50%;
    opacity: 0.5;
    background: linear-gradient(135deg, #E0D4FF 0%, #C7B8FF 100%);
    filter: blur(40px);
    position: absolute;
    top: -100px;
    right: -100px;
    z-index: 2;
}
.sc03-cc-ct{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    opacity: 0.5;
    background: linear-gradient(135deg, #F0E6FF 0%, #E6D9FF 100%);
    filter: blur(40px);
    position: absolute;
    top: 50%;
    left: 30%;
    z-index: 2;
}
.sc03-cc-lt{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    opacity: 0.5;
    background: linear-gradient(135deg, #D4E4FF 0%, #B8D4FF 100%);
    filter: blur(40px);
    position: absolute;
    bottom: -50px;
    left: -50px;
    z-index: 2;
}
.sc03-wrap{
    width: 100%;
    display: flex;
    align-items: center;
}
.sc03-wrap .sect-tit > h3{
    color: #1e293b;
}
.sc03-wrap .sect-tit > p{
    color: #1e293b;
}
.sc03-caption{
    width: 45%;
    padding-right: 70px;
}
.sc03-cont{
    width: 55%;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.sc03-btn > a{
    display: inline-flex;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    gap: 10px;
    align-items: center;
    padding: 1rem 30px;
    border-radius: 30px;
    background-color: #786BAF;
    transition: .3s;
}
.sc03-btn > a:hover{
    background: #5D5291;
    gap: 1rem;
    box-shadow: 0 10px 30px rgba(120, 107, 175, 0.3);
}
.sc03-box{
    width: calc((100% - 24px) / 2);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.80);
    background: rgba(255, 255, 255, 0.60);
    box-shadow: 0 4px 24px 0 rgba(120, 107, 175, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.04), 0 1px 1px 1px rgba(255, 255, 255, 0.90) inset;
    backdrop-filter: blur(10px);
    padding: 40px 36px;
    transition: .3s;
}
.sc03-box:hover{
    background: rgba(255, 255, 255, 0.8);
    border-color: rgba(120, 107, 175, 0.3);
    box-shadow: 0 20px 40px rgba(120, 107, 175, 0.15), 0 4px 12px rgba(0, 0, 0, 0.05), inset 0 1px 1px rgba(255, 255, 255, 1);
}
.sc03-box > span{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 48px;
    height: 48px;
    font-size: 20px;
    color: #786BAF;
    border-radius: 14px;
    transition: .3s;
    background: linear-gradient(135deg, rgba(120, 107, 175, 0.15) 0%, rgba(155, 143, 196, 0.10) 100%);
}
.sc03-box:hover > span{
    background: linear-gradient(135deg, #786BAF, #9B8FC4);
    transform: scale(1.1) rotate(5deg);
    color: #fff;
}
.sc03-box > h5{
    font-size: 20px;
    color: #786BAF;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1;
}
.sc03-box > h5 > span{
    font-size: 48px;
    color: #1e293b;
    font-weight: 900;
}
.sc03-box > p{
    font-size: 15px;
    color: #64748b;
    font-weight: 500;
}

/* sc04 */
#sc04{ 
    background-color:#1C1C1C; 
    padding: 100px 0;
    position: relative; 
    overflow: hidden;
}
#sc04::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc04-wrap{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 220px);
    gap: 12px;
}
.sc04-box{
    display: flex;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.sc04-box::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
    opacity: 0;
    transition: 0.3s;
}
.sc04-box img{
    width: 100%;
    display: block;
    transition: .3s;
}
.sc04-box.tall{
    grid-row: span 2;
}
.sc04-box.wide{
    grid-column: span 2;
}
.sc04-caption{
    width: 100%;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    transform: translateY(10px);
    opacity: 0;
    transition: .3s;
}
.sc04-caption > h5{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #fff;
}
.sc04-caption > p{
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
}
.sc04-box:hover::before{
    opacity: 1;
}
.sc04-box:hover .sc04-caption{
    transform: translateY(0);
    opacity: 1;
}
.sc04-box:hover img{
    transform: scale(1.1);
}

/* sc05 */
#sc05{
    padding: 100px 0;
    background: linear-gradient(180deg, #F8F9FC 0%, #FFF 100%), #FFF;
}
.sc05-cc-rt{
    width: 400px;
    height: 400px;
    border-radius: 50%;
    opacity: 0.5;
    background: linear-gradient(135deg, #E0D4FF 0%, #C7B8FF 100%);
    filter: blur(40px);
    position: absolute;
    top: -120px;
    right: -180px;
    z-index: 1;
}
.sc05-cc-ct{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    opacity: 0.5;
    background: linear-gradient(135deg, #F0E6FF 0%, #E6D9FF 100%);
    filter: blur(40px);
    position: absolute;
    top: 35%;
    left: 30%;
    z-index: 1;
}
.sc05-cc-lt{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    opacity: 0.5;
    background: linear-gradient(135deg, #D4E4FF 0%, #B8D4FF 100%);
    filter: blur(40px);
    position: absolute;
    bottom: -40px;
    left: -100px;
    z-index: 1;
}
#sc05 .sect-tit > h3, #sc05 .sect-tit > p{
    color: #1E293B;
}
#sc05 .sect-tit{
    margin-bottom: 70px;
}
.sc05-count-wrap{
    width: 100%;
    display: flex;
    border-radius: 20px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 50px;
}
.sc05-count{
    flex: 1;
    padding: 45px 0;
    text-align: center;
    position: relative;
    border-right: 1px solid #F1F5F9;
    transition: .3s;
}
.sc05-count:last-child{
    border-right: 0;
}
.sc05-count:hover{
    background-color: #f8f9fc;
}
.sc05-count > h5{
    font-size: 20px;
    color: #786BAF;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1;
}
.sc05-count > h5 > span{
    font-size: 56px;
    color: #1E293B;
    font-weight: 800;
}
.sc05-count > p{
    font-size: 14px;
    color: #64748b;
    font-weight: 400;
}
.sc05-wrap{
    width: 100%;
    display: flex;
    gap: 20px;
    margin-bottom: 80px;
}
.sc05-box{
    width: calc((100% - 40px) / 3);
}
.sc05-card{
    width: 100%;
    transition: .3s;
    border-radius: 14px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    padding: 23px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.sc05-card:hover{
    border-color: #786BAF;
    box-shadow: 0 8px 24px rgba(120, 107, 175, 0.12);
    transform: translateY(-3px);
}
.sc05-card > span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, #F3F0FF 0%, #EDE9FE 100%);
    font-size: 16px;
    color: #786BAF;
}
.sc05-card > h5{
    font-size: 16px;
    color: #475569;
    font-weight: 500;
}
.sc05-slide{
    width: 100%;
}
.sc05-tit{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.sc05-tit > h3{
    font-size: 24px;
    color: #1E293B;
    font-weight: 700;
    margin-bottom: 10px;
}
.sc05-tit > p{
    font-size: 14px;
    color: #64748b;
    font-weight: 400;
}
.sc05Swiper{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px 0 35px;
}
.sc05-cont{
    border-radius: 16px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    overflow: hidden;
    transition: .3s;
}
.sc05-cont:hover{
    transform: translateY(-8px);
    border-color: #786BAF;
    box-shadow: 0 10px 20px rgba(120, 107, 175, 0.15);
}
.sc05-img{
    width: 100%;
    display: flex;
}
.sc05-img img{
    width: 100%;
}
.sc05-img-tit{
    width: 100%;
    padding: 20px;
}
.sc05-img-tit > h5{
    font-size: 16px;
    color: #1e293b;
    font-weight: 600;
    margin-bottom: 4px;
}
.sc05-img-tit > p{
    font-size: 13px;
    color: #64748b;
    font-weight: 400;
}
.sc05-nav{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.sc05-nav .swiper-button-next:after, .sc05-nav .swiper-button-prev:after{
    display: none;
}
.swiper-button-next.sc05nav, .swiper-button-prev.sc05nav{
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    font-size: 14px;
    color: #64748b;
    transition: .3s;
    margin-top: 0;
}
.swiper-button-next.sc05nav:hover, .swiper-button-prev.sc05nav:hover{
    background: #786BAF;
    border-color: #786BAF;
    color: #fff;
}
.swiper-pagination.sc05pn{
    position: relative;
    display: inline-flex;
    gap: 6px;
}
.swiper-pagination.sc05pn .swiper-pagination-bullet{
    border-radius: 30px;
    background: #e5e7eb;
    opacity: 1;
    transition: .3s;
}
.swiper-pagination.sc05pn .swiper-pagination-bullet-active{
    width: 28px;
    background: #786BAF;
}

/* sc06 */
#sc06{
    padding: 100px 0;
    background-color: #080808;
}
.sc06-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.sc06-box{
    width: calc((100% - 60px) / 4);
}
.sc06-img{
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.sc06-img::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.40) 50%, rgba(0, 0, 0, 0.85) 100%);
    z-index: 1;
}
.sc06-img img{
    width: 100%;
    display: block;
    transition: .3s;
}
.sc06-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(5px);
    font-size: 20px;
    color: #fff;
    transition: .3s;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 3;
}
.sc06-caption{
    width: 100%;
    position: absolute;
    z-index: 3;
    padding: 30px;
    bottom: 0;
    left: 0;
}
.sc06-caption > span{
    display: inline-block;
    font-size: 12px;
    color: #9b8fc4;
    font-weight: 600;
    margin-bottom: 10px;
}
.sc06-caption > h5{
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 1rem;
}
.sc06-more{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sc06-more > p{
    font-size: 14px;
    color: #a1a1aa;
    font-weight: 400;
    transition: .3s;
    line-height: 1.6;
}
.sc06-more > span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    color: #fff;
    transition: .3s;
}
.sc06-img:hover img{
    transform: scale(1.1);
}
.sc06-img:hover .sc06-icon{
    background: rgba(120, 107, 175, 0.3);
    border-color: rgba(155, 143, 196, 0.4);
}
.sc06-img:hover::after{
    background: linear-gradient(180deg, 
        rgba(120, 107, 175, 0.2) 0%, 
        rgba(0, 0, 0, 0.5) 50%,
        rgba(0, 0, 0, 0.9) 100%);
}

/* sc07 */
#sc07{
    padding: 100px 0;
    background-color: #fff;
}
#sc07 .sect-tit > h3, #sc07 .sect-tit > p{
    color: #1E293B;
}
.sc07-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 80px;
}
.sc07-card{
    width: calc((100% - 48px) / 3);
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    transition: .3s;
}
.sc07-card > span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: linear-gradient(135deg, #F3F0FF 0%, #EDE9FE 100%);
    font-size: 24px;
    color: #786BAF;
    margin-bottom: 20px;
    transition: .3s;
}
.sc07-card > h5{
    font-size: 11px;
    color: #9B8FC4;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.sc07-card > h3{
    font-size: 18px;
    color: #1e293b;
    font-weight: 700;
    margin-bottom: 15px;
}
.sc07-card > p{
    font-size: 14px;
    color: #64748b;
    font-weight: 400;
    line-height: 1.6;
    word-break: keep-all;
}
.sc07-card:hover{
    border-color: #786BAF;
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(120, 107, 175, 0.15);
}
.sc07-card:hover > span{
    background: linear-gradient(135deg, #786BAF, #9B8FC4);
    color: #fff;
}
.sc07-slide{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 30px 0;
    border-radius: 24px;
    background: linear-gradient(96deg, #1E293B 0%, #0F172A 100%);
}
.sc07-slide::before, .sc07-slide::after{
    content: "";
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
}
.sc07-slide::before{
    left: 0;
    background: linear-gradient(90deg, #1E293B 0%, rgba(30, 41, 59, 0.00) 100%);
}
.sc07-slide::after{
    right: 0;
    background: linear-gradient(270deg, #0F172A 0%, rgba(15, 23, 42, 0.00) 100%);
}
.sc07Swiper{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}
.sc07Swiper .swiper-slide{
    width: auto !important;
}
.sc07-cont{
    display: inline-flex;
    padding: 15px 30px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.08);
    align-items: center;
    gap: 14px;
    min-width: 173px;
    transition: .3s;
}
.sc07-cont:hover{
    background: rgba(120, 107, 175, 0.3);
    transform: scale(1.05);
}
.sc07-cont > span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #786BAF 0%, #9B8FC4 100%);
    font-size: 14px;
    color: #fff;
}
.sc07-cont > h5{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.sc07-star{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    font-size: 24px;
    color: rgba(155, 143, 196, 0.50);
    height: 68px;
}

/* sc08 */
#sc08{
    padding: 100px 0;
    background: #0A0A0F;
}
.sc08-wrap{
    width: 100%;
    display: flex;
    gap: 50px;
}
.sc08-location{
    width: calc(50% - 50px);
}
.tab_tit{
    width: 100%;
    margin-bottom: 25px;
}
.tab_tit > ul{
    width: 100%;
    display: flex;
    gap: 8px;
}
.tab_tit > ul > li{
    width: calc((100% - 8px) / 2);
    padding: 15px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 14px;
    color: #71717a;
    font-weight: 600;
    transition: .3s;
    cursor: pointer;
}
.tab_tit > ul > li.on{
    border: 1px solid rgba(0, 0, 0, 0.00);
    background: linear-gradient(98deg, #786BAF 0%, #9B8FC4 100%);
    color: #fff;
}
.tab{
    display: none;
    width: 100%;
}
.tab:first-child{
    display: block;
}
.sc08-map{
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}
.sc08-caption{
    width: 100%;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.02);
}
.sc08-caption > h5{
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 1rem;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
.sc08-caption > h5 > span{
    font-size: 18px;
    color: #786BAF;
}
.sc08-caption > ul > li{
    margin-bottom: 14px;
    display: flex;
    gap: 1rem;
}
.sc08-caption > ul > li:last-child{
    margin-bottom: 0;
}
.sc08-caption > ul > li > span{
    display: inline-block;
    width: 15px;
    text-align: center;
    font-size: 14px;
    color: #786BAF;
}
.sc08-cont > h5{
    font-size: 12px;
    color: #52525b;
    font-weight: 400;
    margin-bottom: 6px;
}
.sc08-cont > p{
    font-size: 14px;
    color: #d4d4d8;
    font-weight: 400;
}
.root_daum_roughmap .cont, .root_daum_roughmap .wrap_controllers{
    display: none;
}
.root_daum_roughmap{
    width: 100% !important;
}
.form-bg{
    width: 50%;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.02);
    padding: 40px;
}
.form-bg-tit{
    width: 100%;
    margin-bottom: 30px;
}
.form-bg-tit > h5{
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}
.form-bg-tit > p{
    font-size: 14px;
    color: #71717a;
    font-weight: 400;
}
.form-wrap{
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    gap: 1rem;
}
.form-box{
    width: calc((100% - 1rem) / 2);
}
.form-box input{
    width: 100%;
    padding: 15px 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    font-size: 14px;
    transition: .3s;
    outline: none;
    color: #fff;
}
.form-select{
    width: 100%;
    padding: 15px 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    font-size: 14px;
    transition: .3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.form-select select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%;
    background: transparent;
    border: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.form-select select option{
    color: #000;
}
.form-select select:focus{
    outline: none;
}
.form-box h5{
    font-size: 13px;
    color: #a1a1aa;
    font-weight: 600;
    margin-bottom: 10px;
}
.form-box h5 > span{
    display: inline-block;
    color: #786BAF;
}
.form-tit{
    font-size: 13px;
    color: #a1a1aa;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    align-items: center;
}
.form-tit > span{
    display: inline-block;
    color: #786BAF;
}
.form-box:hover input{
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
}
.form-textarea{
    width: 100%;
    margin-bottom: 1rem;
}
.form-textarea textarea{
    width: 100%;
    height: 120px;
    padding: 15px 20px;
    color: #fff;
    outline: none;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    resize: none;
    font-size: 14px;
    transition: .3s;
}
.form-textarea textarea:hover{
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
}
.form-textarea textarea::placeholder{
    font-size: 14px;
    color: #52525B;
}
.form-box input::placeholder{
    font-size: 14px;
    color: #52525B;
}
.sc08-btn{
    width: 100%;
}
.sc08-pol{
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.sc08-pol input[type="checkbox"]{
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    margin-right: 10px;
    cursor: pointer;
}
.sc08-pol input[type="checkbox"]:checked{
    background-color: #786BAF;
    border-color: #786BAF;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
.sc08-pol p{
    font-size: 13px;
    color: #a1a1aa;
    font-weight: 400;
}
.sc08-btn > button{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 9px;
    padding: 1rem;
    border-radius: 12px;
    background: linear-gradient(94deg, #786BAF 0%, #9B8FC4 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    cursor: pointer;
    margin: 0 auto;
}
.sc08-btn > button:disabled{
    background: #9ca3af;
    box-shadow: none;
    cursor: not-allowed;
}
.sc08-btn > button > span{
    font-size: 12px;
}

@media(min-width:1200px){
	.ms-img{
        display: block; 
        width: 100%; 
        height: 100vh; 
        background-repeat: no-repeat; 
        background-position: center; 
        background-size: cover;
    }
	.ms-img-m{
        display: none;
    }

    .d-lg-flex{
        display: flex;
    }

	.ani.up.delay{
        transition: 1s opacity 0.2s, 1s transform 0.2s;
    }
    .ani.up.delay2{
        transition: 1s opacity 0.5s, 1s transform 0.5s;
    }
    .ani.up.delay3{
        transition: 1s opacity 0.8s, 1s transform 0.8s;
    }
    .pc-con{display: block;}
    .mo-con{display: none;}
}
@media(max-width:1600px){
    .mc-con{
        max-width: 1280px;
    }
    .main-caption > h5{
        margin-bottom: 1rem;
    }
    .main-caption > h2{
        font-size: 130px;
        margin-bottom: 2px;
    }
    .main-caption > h3{
        font-size: 36px;
        margin-bottom: 30px;
    }
    .main-caption > p{
        font-size: 22px;
        margin-bottom: 35px;
    }
    .sc01-card{
        padding: 20px;
    }
    .sc01-card > h5{
        font-size: 28px;
    }
    .sc01-card > p{
        font-size: 15px;
    }
    .sc01Swiper{
        padding-bottom: 30px;
        margin-bottom: 40px;
    }
    .sect-tit > h5{
        margin-bottom: 20px;
    }
    .sect-tit > h3{
        font-size: 47px;
    }
    .sc02-card-wrap{
        gap: 1rem;
    }
    .sc02-card{
        width: calc((100% - 3rem) / 4);
        padding: 24px;
    }
    .sc02-card > h5{
        font-size: 36px;
    }
    .sc03-cont{
        gap: 20px;
    }
    .sc03-box{
        width: calc((100% - 20px) / 2);
        padding: 34px 30px;
    }
    .sc03-box > span{
        margin-bottom: 1rem;
    }
    .sc03-box > h5 > span{
        font-size: 42px;
    }
    .sc03-caption{
        padding-right: 30px;
    }
    .sc08-wrap{
        gap: 40px;
    }
    .sc08-location{
        width: calc(50% - 40px);
    }
}
@media(max-width:1440px){
    .mc-con{
        max-width: 1200px;
    }
    .main-caption{
        max-width: 730px;
    }
    .main-caption > h5{
        margin-bottom: 10px;
    }
    .main-caption > h2{
        font-size: 110px;
    }
    .main-caption > h3{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .main-caption > p{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .sc01-card{
        padding: 20px 5px;
    }
    .sect-tit > h3{
        font-size: 40px;
    }
    .sc02-card{
        padding: 20px;
    }
    .sc02-card > h5{
        font-size: 30px;
    }
    .sc03-box{
        padding: 30px;
    }
    .sc03-box > h5 > span{
        font-size: 36px;
    }
    .sc03-box > h5{
        font-size: 18px;
    }
    #sc05 .sect-tit{
        margin-bottom: 50px;
    }
    .sc05-count > h5{
        font-size: 18px;
    }
    .sc05-count > h5 > span{
        font-size: 46px;
    }
    .sc05-count{
        padding: 40px 0;
    }
    .sc05-wrap{
        gap: 1rem;
        margin-bottom: 60px;
    }
    .sc05-box{
        width: calc((100% - 2rem) / 3);
    }
    .sc05-tit{
        margin-bottom: 10px;
    }
    .sc06-wrap{
        gap: 1rem;
    }
    .sc06-box{
        width: calc((100% - 3rem) / 4);
    }
    .sc06-caption{
        padding: 20px;
    }
    .sc06-icon{
        top: 20px;
        right: 20px;
    }
    .sc07-wrap{
        gap: 1rem;
        margin-bottom: 60px;
    }
    .sc07-card{
        width: calc((100% - 2rem) / 3);
    }
    .sc07-slide{
        padding: 24px 0;
    }
    .sc07-cont{
        padding: 10px 20px;
        gap: 10px;
        justify-content: center;
    }
    .sc07-star{
        height: 58px;
        padding: 0 20px;
    }
    .sc08-wrap{
        gap: 30px;
    }
    .sc08-location{
        width: calc(50% - 30px);
    }
}
@media(max-width:1199px){
    .d-none{
        display: none;
    }
    .pc-con{display: none;}
    .mo-con{display: block;}

	.sc01_fr{ 
        padding:150px 15px; 
    }
	.sc01_nav{ 
        display:none; 
    }
   
    .mc-con{
        padding: 0 15px;
    }

	.ms-img{
        display: none;
    }
	.ms-img-m{
        display: block; 
        width: 100%; 
        height: 100vh; 
        background-repeat: no-repeat; 
        background-position: center; 
        background-size: cover;
    }

    .main-caption > h2{
        font-size: 90px;
    }
    .main-caption > h3{
        font-size: 26px;
    }
    .main-caption > p{
        font-size: 18px;
    }
    .sc01-card > h5{
        font-size: 26px;
    }
    .sect-tit > h5{
        margin-bottom: 14px;
    }
    .sect-tit > h3{
        margin-bottom: 10px;
        font-size: 34px;
    }
    .sect-tit > p{
        font-size: 15px;
    }
    .sc02-caption > h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .sc02-caption > p{
        font-size: 14px;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    .sc02-card-wrap{
        padding-top: 40px;
        margin-top: 40px;
        gap: 10px;
        flex-wrap: wrap;
    }
    .sc02-card{
        width: calc((100% - 30px) / 4);
        padding: 1rem 5px;
    }
    .sc02-card > h5{
        font-size: 24px;
        margin-bottom: 4px;
    }
    #sc02 .sect-tit{
        margin-bottom: 35px;
    }
    #sc02{
        padding: 70px 0;
    }
    #sc03{
        padding: 70px 0;
        min-height: auto;
    }
    .sect-tit{
        margin-bottom: 30px;
    }
    .sc03-cont{
        gap: 10px;
    }
    .sc03-box{
        width: calc((100% - 10px) / 2);
        padding: 20px;
    }
    .sc03-box > span{
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .sc03-box > h5{
        font-size: 15px;
    }
    .sc03-box > h5 > span{
        font-size: 28px;
    }
    .sc03-box > p{
        font-size: 14px;
    }
    #sc04{
        padding: 70px 0;
    }
    .sc04-caption{
        padding: 1rem;
    }
    .sc04-wrap{
        gap: 10px;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(4, 180px);
    }
    #sc05{
        padding: 70px 0;
    }
    #sc05 .sect-tit{
        margin-bottom: 30px;
    }
    .sc05-count{
        padding: 30px 0;
    }
    .sc05-count-wrap{
        margin-bottom: 30px;
    }
    .sc05-count > h5{
        font-size: 15px;
        margin-bottom: 10px;
    }
    .sc05-count > h5 > span{
        font-size: 30px;
    }
    .sc05-wrap{
        gap: 10px;
        margin-bottom: 40px;
    }
    .sc05-box{
        width: calc((100% - 20px) / 3);
    }
    .sc05-card{
        padding: 1rem;
        gap: 10px;
    }
    .sc05-card > span{
        width: 38px;
        height: 38px;
        font-size: 15px;
    }
    .sc05-card > h5{
        font-size: 15px;
    }
    .sc05-tit > h3{
        font-size: 22px;
    }
    .sc05-tit{
        margin-bottom: 4px;
    }
    #sc06{
        padding: 70px 0;
    }
    .sc06-wrap{
        gap: 10px;
    }
    .sc06-box{
        width: calc((100% - 10px) / 2);
    }
    .sc06-more > p{
        transform: translateY(0);
        opacity: 1;
    }
    .sc06-more > span{
        transform: translateY(0);
        opacity: 1;
    }
    #sc07{
        padding: 70px 0;
    }
    .sc07-wrap{
        gap: 10px;
    }
    .sc07-card{
        width: calc((100% - 10px) / 2);
    }
    .sc07-cont{
        min-width: auto;
    }
    #sc08{
        padding: 70px 0;
    }
    .sc08-wrap{
        gap: 30px;
        flex-wrap: wrap;
    }
    .sc08-location{
        width: 100%;
    }
    .form-bg{
        width: 100%;
    }
    .tab_tit{
        margin-bottom: 20px;
    }
    .sc08-map{
        margin-bottom: 20px;
    }
}

@media(max-width:800px){
    #sc03 .sect-tit{
        margin-bottom: 20px;
    }
    .sc03-wrap{
        flex-direction: column;
        align-items: flex-start;
    }
    .sc03-caption{
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }
    .sc03-cont{
        width: 100%;
    }
    .sc05-card > span{
        flex: 0 0 auto;
    }
}
@media(max-width:600px){
    .main-caption > h5{
        margin-bottom: 4px;
    }
    .main-caption > h2{
        font-size: 64px;
        margin-bottom: 0;
    }
    .main-caption > h3{
        font-size: 22px;
        margin-bottom: 1rem;
    }
    .main-caption > p{
        font-size: 16px;
        margin-bottom: 1rem;
    }
    .sc01-card{
        padding: 1rem 5px;
    }
    .sc01Swiper{
        padding-bottom: 24px;
        margin-bottom: 24px;
        gap: 6px;
    }
    .sect-tit > h5{
        padding: 8px 20px;
        margin-bottom: 10px;
    }
    .sect-tit > h3{
        font-size: 28px;
    }
    #sc02 .sect-tit{
        margin-bottom: 30px;
    }
    .sc02-wrap{
        flex-wrap: wrap;
        gap: 35px;
    }
    .sc02-box{
        width: 100%;
    }
    .sc02-wrap::after{
        display: none;
    }
    .sc02-img{
        margin-bottom: 20px;
    }
    .sc02-caption > h5{
        font-size: 12px;
        padding: 8px 1rem;
    }
    .sc02-card-wrap{
        padding-top: 30px;
        margin-top: 30px;
    }
    .sc02-card{
        width: calc((100% - 10px) / 2);
    }
    .sc02-card-wrap::before{
        background: linear-gradient(
            to right,
            transparent 0%,
            rgba(255,255,255,0.4) 15%,
            rgba(255,255,255,0.8) 30%,
            #ffffff 50%,
            rgba(255,255,255,0.8) 70%,
            rgba(255,255,255,0.4) 85%,
            transparent 100%
        );
    }
    .sc02-card > h5{
        font-size: 22px;
    }
    .sc03-btn > a{
        padding: 14px 24px;
    }
    .sc03-box > h5{
        font-size: 14px;
    }
    .sc03-box > h5 > span{
        font-size: 24px;
    }
    .sc03-box > p{
        font-size: 13px;
    }
    .sc04-wrap{
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }
    .sc05-count{
        padding: 20px 0;
    }
    .sc05-count > h5{
        font-size: 14px;
    }
    .sc05-count > h5 > span{
        font-size: 24px;
    }
    .sc05-count > p{
        font-size: 13px;
    }
    .sc05-count-wrap{
        margin-bottom: 20px;
    }
    .sc05-wrap{
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    .sc05-box{
        width: 100%;
    }
    .sc05Swiper{
        padding: 20px 0;
    }
    .sc06-box{
        width: 100%;
    }
    .sc07-wrap{
        margin-bottom: 30px;
    }
    .sc07-card{
        width: 100%;
        padding: 20px;
    }
    .sc07-card > span{
        width: 56px;
        height: 56px;
        border-radius: 14px;
        font-size: 22px;
    }
    .sc07-slide{
        padding: 1rem 0;
    }
    .sc07-cont{
        padding: 8px 1rem;
    }
    .sc07-cont > span{
        width: 34px;
        height: 34px;
        font-size: 13px;
    }
    .sc07-cont > h5{
        font-size: 14px;
    }
    .sc07-star{
        height: 52px;
        padding: 0 4px;
        font-size: 20px;
    }
    .sc08-caption{
        padding: 30px 20px;
    }
    .form-bg{
        padding: 30px 20px;
    }
    .sc08-pol input[type="checkbox"]{
        flex: 0 0 auto;
    }
    .form-wrap.mo{
        flex-wrap: wrap;
    }
    .form-wrap.mo .form-box{
        width: 100%;
    }
}

/* animation */

.ani.up{
    transform: translateY(100px);
    opacity: 0;
    transition: 1s;
}

.ani.up.act{
    transform: translateY(0);
    opacity: 1;
}

@keyframes blink{
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

@keyframes rotate{
    0% {
      transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
