section, section *{ 
    box-sizing:border-box; 
}
*{ 
    box-sizing:border-box; 
}
section{ 
    overflow:hidden; 
}
.mc-con{ 
    max-width:1200px; 
    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;
    padding: 120px 0;
}

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

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

.main-caption{
    width: 100%;
    text-align: center;
    max-width: 1470px;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
}

.main-caption > div{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 24px;
    gap: 10px;
}
.main-caption > div > p{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    display: flex;
    gap: 8px;
    align-items: center;
}
.main-caption > div > p > span{
    display: inline-block;
    font-weight: 700;
    color: #d4a574;
    animation: pulseGlow 2.4s ease-in-out infinite;
}
@keyframes pulseGlow {
  0%, 100% {
    color: #d4a574;
    text-shadow: 0 0 0 rgba(212, 165, 116, 0);
  }
  50% {
    color: #f0c896;
    text-shadow:
      0 0 14px rgba(212, 165, 116, 0.7),
      0 0 24px rgba(212, 165, 116, 0.35);
  }
}
.main-caption > div > span{
    font-size: 13px;
    color: #d4a574;
}

.main-caption > div::before, .main-caption > div::after {
    content: "";
    display: block;
    width: 42px;
    height: 1px;
}
.main-caption > div::before{
    background: linear-gradient(to right, transparent 0%, #d4a574 100%);
}
.main-caption > div::after{
    background: linear-gradient(to left, transparent 0%, #d4a574 100%);
}

.main-caption > h2{
    font-size: 64px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #fff;
}
.main-caption > h5{
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    padding: 9px 30px;
    border-radius: 30px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(2px);
    margin-bottom: 24px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.main-caption > ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
}
.main-caption > ul > li{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}
.main-caption > ul > li > span{
    font-size: 12px;
    color: #D4A574;
}
.main-caption > a{
    display: inline-flex;
    padding: 17px 50px;
    border-radius: 8px;
    background: #0093DA;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.20), 0 4px 6px -4px rgba(0, 0, 0, 0.20);
    color: #fff;
    gap: 10px;
    font-size: 17px;
    font-weight: 700;
    align-items: center;
}
.main-caption > a > span{
    font-size: 14px;
}

.main-caption > p{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-top: 1rem;
}
.main-caption > p > b{
    font-weight: 600;
}

.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;
}

.sect-tit{
    margin-bottom: 50px;
}
.sect-tit > h5{
    display: inline-block;
    font-size: 12px;
    color: #0093DA;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 30px;
    border: 1px solid rgba(0, 147, 218, 0.25);
    background: rgba(0, 147, 218, 0.10);
    margin-bottom: 1rem;
}
.sect-tit > h3{
    font-size: 52px;
    font-weight: 800;
    line-height: 1.2;
    color: #0F1923;
}
.sect-tit > h3 > span{
    display: inline-block;
    background: linear-gradient(90deg, #0093DA 0%, #00B4FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sect-tit > p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 1rem;
    color: #4A5568;
}

/* sc02 */
.sc02{
    border-top: 1px solid #E0E4EA;
    border-bottom: 1px solid #E0E4EA;
    background: #F4F6F8;
}
.sc02-tit{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
}
.sc02-tit .sect-tit{
    margin-bottom: 0;
}
.sc02-tit > p{
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #4A5568;
}
.sc02-caption{
    width: 100%;
    border-radius: 20px;
    border: 1px solid rgba(0, 147, 218, 0.18);
    background: linear-gradient(99deg, rgba(0, 147, 218, 0.06) 0%, rgba(0, 180, 255, 0.03) 100%);
    padding: 40px;
    position: relative;
    margin-bottom: 60px;
}
.sc02-caption > span{
    display: inline-block;
    font-size: 40px;
    color: rgba(0, 147, 218, 0.15);
    position: absolute;
    top: -20px;
    left: 30px;
}
.sc02-caption > p{
    font-size: 22px;
    color: #2D3748;
    font-weight: 500;
    line-height: 1.8;
}
.sc02-caption > p > b{
    font-weight: 700;
    color: #0093DA;
}
.sc02-wrap{
    width: 100%;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.sc02-card{
    width: calc((100% - 3rem) / 4);
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #E2E8F0;
    background: #FFF;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
    transition: .3s;
}
.sc02-card > span{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0093DA 0%, #00B4FF 100%);
    box-shadow: 0 6px 18px 0 rgba(0, 147, 218, 0.32);
    font-size: 22px;
    color: #fff;
}
.sc02-card > h5{
    font-size: 17px;
    color: #0F1923;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}
.sc02-card > p{
    font-size: 13px;
    color: #4A5568;
    font-weight: 400;
    line-height: 1.8;
}
.sc02-count-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.sc02-count-box{
    width: calc((100% - 3rem) / 4);
    padding: 30px;
    border-radius: 20px;
    background: linear-gradient(121deg, #0093DA 0%, #00B4FF 100%);
    box-shadow: 0 8px 32px 0 rgba(0, 147, 218, 0.22);
    transition: .3s;
}
.sc02-count-box > h3{
    font-size: 42px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 10px;
}
.sc02-count-box > h5{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.3;
}
.sc02-count-box > p{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.8px;
}

/* sc03 */
.sc03{
    background-color: #1e1e1e;
}
.sc03::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc03 .sect-tit > h5{
    color: #00B4FF;
    border-radius: 30px;
    border: 1px solid rgba(0, 147, 218, 0.20);
    background: rgba(0, 147, 218, 0.10);
}
.sc03 .sect-tit > h3{
    color: #fff;
}
.sc03 .sect-tit > p{
    color: #a0a0a0;
}
.sc03-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.sc03-box{
    width: calc((100% - 54px) / 4);
}
.sc03-card{
    width: 100%;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.30), 0 1px 0 1px rgba(255, 255, 255, 0.08) inset;
    backdrop-filter: blur(6px);
    overflow: hidden;
}
.sc03-img{
    width: 100%;
    display: flex;
    position: relative;
}
.sc03-img img{
    display: block;
    width: 100%;
}
.sc03-img > span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0093DA 0%, #00B4FF 100%);
    box-shadow: 0 3px 10px 0 rgba(0, 147, 218, 0.45);
    font-size: 10px;
    color: #fff;
    font-weight: 800;
    position: absolute;
    top: 15px;
    left: 15px;
}
.sc03-caption{
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sc03-caption > p{
    font-size: 12px;
    font-weight: 700;
    background: linear-gradient(90deg, #0093DA 0%, #00B4FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sc03-caption > h5{
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

/* sc04 */
.sc04{
    border-top: 1px solid #E0E4EA;
    border-bottom: 1px solid #E0E4EA;
    background: #F4F6F8;
}
.sc04-tit{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
}
.sc04-tit .sect-tit{
    margin-bottom: 0;
}
.sc04-card{
    width: 100%;
    border-radius: 22px;
    border: 1px solid #E2E8F0;
    background: #FFF;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
}
.sc04-img{
    width: 100%;
    display: flex;
}
.sc04-img img{
    width: 100%;
}
.sc04-caption{
    width: 100%;
    padding: 20px;
}
.sc04-caption > h5{
    font-size: 16px;
    color: #0F1923;
    font-weight: 700;
    margin-bottom: 8px;
}
.sc04-caption > p{
    font-size: 12px;
    color: #64748b;
    font-weight: 400;
}
.sc04Swiper{
    padding: 10px 10px 50px 10px !important;
}
.sc04-btn{
    width: 100px;
    display: flex;
    justify-content: space-between;
}
.swiper-pagination{
    bottom: 0 !important;
}
.swiper-pagination-bullet{
    margin: 0 3.5px !important;
    transition: .3s !important;
    border-radius: 30px !important;
    background: #E2E8F0 !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active{
    width: 24px !important;
    background: #0093DA !important;
}
.swiper-button-prev,
.swiper-button-next{
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 !important;
}
.swiper-button-prev,
.swiper-button-next{
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    border: 1px solid #E2E8F0 !important;
    background: #FFF !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    color: #4A5568 !important;
    transition: .3s !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none !important;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
    background: #0093DA !important;
    color: #fff !important;
}

/* sc05 */
.sc05{
    background-color: #1e1e1e;
}
.sc05::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc05-tit{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
}
.sc05-tit .sect-tit{
    margin-bottom: 0;
}
.sc05 .sect-tit > h5{
    color: #00B4FF;
    border-radius: 30px;
    border: 1px solid rgba(0, 147, 218, 0.20);
    background: rgba(0, 147, 218, 0.10);
}
.sc05 .sect-tit > h3{
    color: #fff;
}
.sc05 .sect-tit > p{
    color: #a0a0a0;
}
.sc05-btn{
    width: 100px;
    display: flex;
    justify-content: space-between;
}
.swiper-pagination.sc05pn .swiper-pagination-bullet{
    background: rgba(255, 255, 255, 0.08) !important;
}
.swiper-pagination.sc05pn .swiper-pagination-bullet-active{
    background: #0093DA !important;
}
.swiper-button-prev.sc05nav,
.swiper-button-next.sc05nav{
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    background: #262626 !important;
    color: #A0A0A0 !important;
}
.swiper-button-prev.sc05nav:hover,
.swiper-button-next.sc05nav:hover{
    background: #0093DA !important;
    color: #fff !important;
}
.sc05Swiper{
    padding: 10px 0 50px 0 !important;
    /* overflow: visible !important; */
}
.sc05-card{
    width: 100%;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.30), 0 1px 0 1px rgba(255, 255, 255, 0.08) inset;
    backdrop-filter: blur(6px);
    overflow: hidden;
}
.sc05-img{
    width: 100%;
    display: flex;
    position: relative;
}
.sc05-img img{
    display: block;
    width: 100%;
}
.sc05-img > span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0093DA 0%, #00B4FF 100%);
    box-shadow: 0 4px 14px 0 rgba(0, 147, 218, 0.50);
    font-size: 14px;
    color: #fff;
    font-weight: 800;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}
.sc05-img > p{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.35);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
}
.sc05-img::before{
    content: "";
    width: 100%;
    height: 65%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.00) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.sc05-caption{
    width: 100%;
    padding: 30px;
    position: relative;
}
.sc05-caption > h5{
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 1rem;
}
.sc05-caption > p{
    font-size: 14px;
    color: #a0a0a0;
    font-weight: 400;
    line-height: 1.8;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.sc05-caption > p > b{
    color: #ececec;
    font-weight: 600;
}
.sc05-link{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.sc05-link > a{
    display: inline-flex;
    padding: 12px 18px;
    font-size: 13px;
    color: #00B4FF;
    font-weight: 700;
    gap: 8px;
    border-radius: 30px;
    border: 1px solid rgba(0, 147, 218, 0.20);
    background: rgba(0, 147, 218, 0.10);
}
.sc05-link > ul{
    display: flex;
    align-items: center;
    gap: 6px;
}
.sc05-link > ul > li{
    display: inline-block;
    padding: 8px 12px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    font-size: 10px;
    color: #5a5a5a;
    font-weight: 600;
}
.sc05-card > span{
    display: inline-block;
    font-size: 100px;
    color: rgba(0, 147, 218, 0.04);
    line-height: 1;
    font-weight: 800;
    position: absolute;
    right: 1rem;
    bottom: -10px;
    z-index: -1;
}

/* sc07 */
.sc07{
    background-color: #1A1A1A;
    position: relative;
    overflow: hidden;
}
.sc07::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc07 .sect-tit{
    text-align: center;
}
.sc07 .sect-tit > h5{
    color: #00B4FF;
    border-radius: 30px;
    border: 1px solid rgba(0, 147, 218, 0.20);
    background: rgba(0, 147, 218, 0.10);
}
.sc07 .sect-tit > h3{
    color: #fff;
}
.sc07 .sect-tit > p{
    color: #a0a0a0;
}
.sc07-wrap{
    width: 100%;
    position: relative;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.sc07-rt{
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.sc07-box, .sc07-rt{
    width: calc((100% - 4px) / 2);
}

/* sc08 */
.sc08{
    background-color: #1A1A1A;
    position: relative;
    overflow: hidden;
}
.sc08::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.circle{
    position: absolute;
    z-index: 1;
    border-radius: 50%;
}
.circle.tp{
    width: 800px;
    height: 400px;
    top: -160px;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(0, 147, 218, 0.10) 0%, rgba(0, 147, 218, 0.00) 68%);
}
.circle.ct{
    width: 400px;
    height: 400px;
    top: 25%;
    right: 25%;
    border-radius: 200px;
    background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(0, 147, 218, 0.07) 0%, rgba(0, 147, 218, 0.00) 68%);
}
.circle.bt{
    width: 400px;
    height: 300px;
    right: 190px;
    bottom: -100px;
    background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(0, 180, 255, 0.06) 0%, rgba(0, 180, 255, 0.00) 65%);
}
.sc08 .sect-tit{
    text-align: center;
}
.sc08 .sect-tit > h5{
    color: #00B4FF;
    border-radius: 30px;
    border: 1px solid rgba(0, 147, 218, 0.20);
    background: rgba(0, 147, 218, 0.10);
}
.sc08 .sect-tit > h3{
    color: #fff;
}
.sc08 .sect-tit > p{
    color: #a0a0a0;
}

.sc08-wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 50px;
}
.sc08-box{
    flex: 0 0 auto;
    padding: 10px 20px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    gap: 8px;
}
.sc08-box > span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: linear-gradient(135deg, rgba(0, 147, 218, 0.18) 0%, rgba(0, 180, 255, 0.10) 100%);
}
.sc08-box > p{
    font-size: 13px;
    color: #ececec;
    font-weight: 600;
}

.form-bg{
    width: 100%;
    max-width: 860px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 16px 48px 0 rgba(0, 0, 0, 0.40), 0 1px 0 1px rgba(255, 255, 255, 0.08) inset;
    backdrop-filter: blur(8px);
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px;
}
.fb-con{
    width: 100%;
    padding: 50px;
}
.form-bg-tit{
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    display: flex;
    gap: 10px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.fb-tit > h5{
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    display: flex;
    gap: 12px;
    align-items: center;
}
.fb-tit > h5 > span{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0093DA 0%, #00B4FF 100%);
    box-shadow: 0 0 8px 0 rgba(0, 147, 218, 0.60);
    animation: blink 1.5s infinite;
}
.form-wrap{
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    gap: 14px;
}
.form-box{
    width: calc((100% - 28px) / 3);
}
.form-wrap.whole .form-box{
    width: 100%;
}
.form-box input{
    width: 100%;
    padding: 14px 17px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(4px);
    font-size: 14px;
    transition: .3s;
    outline: none;
    color: #fff;
}
.form-select{
    width: 100%;
    padding: 14px 17px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(4px);
    font-size: 14px;
    transition: .3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    max-height: 46px;
}
.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: 12px;
    color: #5A5A5A;
    font-weight: 600;
    margin-bottom: 10px;
}
.form-tit{
    font-size: 12px;
    color: #5A5A5A;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    align-items: center;
}
.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: 130px;
    padding: 14px 17px;
    color: #fff;
    outline: none;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(4px);
    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: #5A5A5A;
}
.form-box input::placeholder{
    font-size: 14px;
    color: #5A5A5A;
}
.sc08-btn{
    width: 100%;
}
.sc08-pol{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    gap: 8px;
}
.sc08-pol input[type="checkbox"]{
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid rgba(44, 36, 24, 0.10);
    background: #F0EBE3;
    cursor: pointer;
    margin: 0 0 2px 0;
}
.sc08-pol input[type="checkbox"]:checked{
    background-color: #0093DA;
    border-color: #0093DA;
    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: #5A5A5A;
    font-weight: 400;
}
.sc08-btn-wrap{
    width: 100%;
    margin-bottom: 1rem;
}
.sc08-btn-wrap > button{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    padding: 1rem;
    border-radius: 100px;
    background: linear-gradient(94deg, #0093DA 0%, #00B4FF 100%);
    box-shadow: 0 6px 24px 0 rgba(0, 147, 218, 0.32);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    cursor: pointer;
    margin: 0 auto;
}
.sc08-btn-wrap > button:disabled{
    background: #9ca3af;
    box-shadow: none;
    cursor: not-allowed;
}
.sc08-btn-wrap > button > span{
    font-size: 12px;
}
.sc08-btn > ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sc08-btn > ul > li{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #5a5a5a;
    font-weight: 400;
    gap: 6px;
}
.sc08-btn > ul > li:first-child{
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}
.sc08-btn > ul > li:first-child::after{
    content: "";
    width: 2px;
    height: 2px;
    background-color: #5a5a5a;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
}
.sc08-bt{
    width: 100%;
    display: flex;
    justify-content: center;
}
.sc08-caption{
    display: inline-flex;
    padding: 15px 20px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(0, 0, 0, 0.30);
    align-items: center;
    gap: 10px;
}
.sc08-caption > h5{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
}
.sc08-caption > h5 > span{
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22C55E;
    box-shadow: 0 0 8px 0 #22C55E;
    animation: blink 1.5s infinite;
}
.sc08-caption > p{
    font-size: 13px;
    color: #a0a0a0;
    font-weight: 400;
}


@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;
    }

    .sc01-mo{
        display: none;
    }
    
    .mo-con{display: none;}


}
@media(max-width:1600px){
    .main-caption > h2{
        font-size: 54px;
    }
    .sect-tit > h3{
        font-size: 42px;
    }
    .sc02-caption > p{
        font-size: 20px;
    }
    .sc02-count-box > h3{
        font-size: 38px;
    }
    .sc03-wrap{
        gap:1rem;
    }
    .sc03-box{
        width: calc((100% - 3rem) / 4);
    }
    .sc05-caption > h5{
        font-size: 24px;
    }
}
@media(max-width:1440px){
    .main-caption > h2{
        font-size: 46px;
    }
    .sect-tit{
        margin-bottom: 35px;
    }
    .main-caption > a{
        font-size: 16px;
        padding: 1rem 40px;
    }
    .sect-tit > h5{
        font-size: 11px;
        padding: 8px 14px;
    }
    .sect-tit > h3{
        font-size: 38px;
    }
    .sect-tit > p{
        font-size: 15px;
    }
    .sc02-tit > p{
        font-size: 15px;
    }
    .sc02-tit{
        margin-bottom: 40px;
    }
    .sc02-caption > p{
        font-size: 19px;
    }
    .sc02-caption{
        margin-bottom: 40px;
    }
    .sc02-wrap{
        gap: 10px;
    }
    .sc02-card{
        width: calc((100% - 30px) / 4);
    }
    .sc02-count-wrap{
        gap: 10px;
    }
    .sc02-count-box{
        width: calc((100% - 30px) / 4);
    }
    .sc02-count-box > h3{
        font-size: 32px;
    }
    .sc03-wrap{
        gap: 10px;
    }
    .sc03-box{
        width: calc((100% - 30px) / 4);
    }
    .sc04-tit{
        margin-bottom: 30px;
    }
    .sc05-tit{
        margin-bottom: 30px;
    }
    .sc05-caption > h5{
        font-size: 22px;
    }
    .sc08-wrap{
        margin-bottom: 30px;
    }
}
@media(max-width:1199px){
    .d-none{
        display: none;
    }
    .mo-con{display: block;}

	.sc01_fr{ 
        padding:150px 15px; 
    }
	.sc01_nav{ 
        display:none; 
    }
    .sc01-mo{
        display: block;
        width: 100%;
    }
    .sc01-vimeo-mo{
        width: 100%;
        padding-top: 56.25%;
        position: relative;
        z-index: 1;
    }
    .sc01-vimeo-mo iframe {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .mc-con{
        padding: 0 20px;
    }
    .main_sc{
        padding: 100px 0;
    }
    .sc01{
        padding: 0;
    }

	.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 > h5{
        min-width: auto;
        padding: 8px 1rem;
        margin-bottom: 1rem;
    }
    .main-caption > h2{
        font-size: 44px;
        margin-bottom: 20px;
    }
    .main-caption > a{
        font-size: 15px;
        padding: 1rem 30px;
    }
    .main-caption > ul{
        margin-bottom: 30px;
    }
    .sect-tit{
        margin-bottom: 30px;
    }
    .sect-tit > h3{
        font-size: 34px;
    }
    .sect-tit > p{
        font-size: 14px;
        margin-top: 10px;
    }
    .sc02-caption{
        padding: 30px;
        margin-bottom: 30px;
    }
    .sc02-caption > p{
        font-size: 18px;
    }
    .sc02-card{
        padding: 24px;
        width: calc((100% - 10px) / 2);
    }
    .sc02-count-box{
        padding: 24px;
    }
    .sc02-count-box > h3{
        font-size: 28px;
    }
    .sc03-caption > h5{
        font-size: 16px;
    }
    .sc05-caption{
        padding: 24px;
    }
    .sc05-caption > h5{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .sc05-caption > p{
        line-height: 1.6;
    }
}

@media(max-width:800px){
    .main_sc{
        padding: 80px 0;
    }
    .sc01{
        padding: 0;
    }
    .main-caption > h2{
        font-size: 36px;
        margin-bottom: 1rem;
    }
    .sc02-tit{
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        margin-bottom: 30px;
    }
    .sect-tit > h5{
        margin-bottom: 10px;
    }
    .sect-tit > h3{
        font-size: 30px;
    }
    .sc02-caption{
        padding: 24px 20px;
    }
    .sc02-caption > span{
        font-size: 34px;
        left: 20px;
    }
    .sc02-caption > p{
        font-size: 16px;
    }
    .sc02-count-box{
        width: calc((100% - 10px) / 2);
    }
    .sc02-count-box > h3{
        font-size: 26px;
    }
    .sc03-wrap{
        gap: 6px;
    }
    .sc03-box{
        width: calc((100% - 12px) / 3);
    }
    .sc03-card{
        border-radius: 10px;
    }
    .sc03-caption{
        padding: 1rem 5px;
        flex-direction: column;
        gap: 6px;
    }
    .sc03-caption > h5{
        font-size: 14px;
    }
    .sc03-img > span{
        width: 24px;
        height: 24px;
        font-size: 8px;
        top: 6px;
        left: 6px;
    }
    .sc07-box, .sc07-rt{
        width: 100%;
    }
    .sc08-wrap{
        flex-wrap: wrap;
    }
    .sc08-box{
        padding: 8px 1rem;
    }
    .fb-con{
        padding: 34px 20px;
    }
    .form-wrap{
        gap: 10px;
    }
    .form-box{
        width: calc((100% - 20px) / 3);
    }
}
@media(max-width:600px){
    .main-caption > ul{
        flex-direction: column;
        margin-bottom: 30px;
        gap: 14px;
    }
    .main-caption > ul > li{
        gap: 8px;
    }
    .main-caption > h2{
        font-size: 30px;
    }
    .sect-tit > h5{
        font-size: 10px;
    }
    .main_sc{
        padding: 60px 0;
    }
    .sc01{
        padding: 0;
    }
    .sect-tit > h3{
        font-size: 26px;
    }
    .sc02-tit > p{
        font-size: 14px;
    }
    .sc02-caption > p{
        font-size: 15px;
    }
    .sc02-card{
        width: 100%;
    }
    .sc02-count-box{
        padding: 20px;
    }
    .sc02-count-box > h3{
        font-size: 24px;
    }
    .sc02-count-box > h5{
        margin-bottom: 5px;
    }
    .sc02-count-box > p{
        font-size: 10px;
        letter-spacing: 0;
    }
    .sc04-btn{
        display: none;
    }
    .sc04-tit{
        margin-bottom: 1rem;
    }
    .sc04Swiper{
        padding: 10px 0 30px !important;
    }
    .sc05-btn{
        display: none;
    }
    .sc05-tit{
        margin-bottom: 1rem;
    }
    .sc05Swiper{
        padding: 10px 0 30px !important;
    }
    .sc05-caption{
        padding: 24px 20px;
    }
    .sc05-caption > h5{
        font-size: 18px;
    }
    .sc05-caption > p{
        font-size: 13px;
        line-height: 1.5;
    }
    .sc05-link > ul > li{
        padding: 6px 10px;
    }
    .sc05-link > ul{
        gap: 4px;
    }
    .sc08-box > p{
        font-size: 12px;
    }
    .sc08-wrap{
        gap: 8px;
    }
    .sc08-box{
        padding: 6px 12px;
    }

    .fb-con{
        padding: 30px 20px;
    }
    .fb-tit > h5{
        font-size: 18px;
    }
    .fb-tit > p{
        font-size: 12px;
    }
    .form-bg-tit > span{
        border-radius: 8px;
    }
    .form-bg-tit{
        gap: 10px;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }
    .form-wrap.mo{
        flex-direction: column;
    }
    .form-box{
        width: 100%;
    }
    .sc08-pol{
        margin-bottom: 20px;
    }
    .sc08-pol input[type="checkbox"]{
        flex: 0 0 auto;
    }
    .sc08-pol{
        align-items: flex-start;
    }
    .sc08-pol p{
        font-size: 12px;
        line-height: 1.4;
    }
    .sc08-btn > ul > li:first-child{
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 8px;
    }
    .sc08-btn > ul > li:first-child::after{
        display: none;
    }
    .sc08-btn > ul{
        flex-direction: column;
    }
}

/* 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.1;
    }
    100% {
      opacity: 1;
    }
}

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

@keyframes scroll{
    0% {
      transform: translateY(-5px) translateX(.5px);
      opacity: 0;
    }
    100% {
        transform: translateY(5px) translateX(.5px);
        opacity: 1;
    }
}
