section, section *{ 
    box-sizing:border-box; 
}
*{ 
    box-sizing:border-box; 
}
section{ 
    overflow:hidden; 
}
.mc-con{ 
    max-width:1550px; 
    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: left;
    color: #fff;
    max-width: 1550px;
    padding: 0 15px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
.main-caption > h2{
    font-size: 60px;
    font-weight: 100;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}
.main-caption > h2 > b{
    font-weight: 800;
}
.main-caption > h5{
    font-size: 30px;
    font-weight: 300;
    line-height: 1.4;
}
.main-caption > h5 > b{
    font-weight: 800;
}

.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%; 
    height:155%; 
    transform:translate(-50%,-50%); 
}

.vimeo_player_wrapper{
    opacity: 1 !important;
}


/* sc02 */
#sc02{
    width: 100%;
    position: relative;
    background-color: #000;
}
#sc02::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc02-swiper{
    position: relative;
    margin-bottom: 20px;
}
.sc02-img{
    display: flex;
}
.sc02-img img{
    width: 100%;
}
#sc02 .mc-con{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sc02-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sc02-tit{
    width: 40%;
    color: #fff;
}
.sc02-tit > h3{
    font-size: 50px;
    font-weight: 100;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}
.sc02-tit > h3 > b{
    font-weight: 800;
}
.sc02-tit > p{
    font-size: 25px;
    font-weight: 300;
    line-height: 1.4;
}
.sc02-tit > p > b{
    font-weight: 800;
}
.sc02-cont{
    width: 59%;
}
.sc02-cwrap{
    width: 100%;
    display: flex;
    align-items: center;
}
.sc02-cbox{
    width: 25%;
    padding: 0 7.5px;
    flex: 0 0 auto;
}
.sc02-box{
    margin-bottom: 15px;
}
.sc02-icon{
    display: flex;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.sc02-icon::before{
    content: "";
    width: 100%;
    z-index: 1;
    height: 30%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    background: #000;
    mask-image: linear-gradient(to bottom, transparent 0%, black 100%);
    transition: .3s;
}
.sc02-icon img{
    width: 100%;
}
.sc02-icon > h5{
    font-size: 18px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 2;
    color: #fff;
    transition: .3s;
}
.sc02-icon > h5 > span{
    display: inline-block;
    margin-right: 5px;
}
.sc02-icon > h3{
    font-size: 28px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    transition: .3s;
    opacity: 0;
}
.sc02-icon:hover > h5{
    opacity: 0;
}
.sc02-icon:hover::before{
    bottom: -31%;
}
.sc02-icon:hover > h3{
    opacity: 1;
}

/* sc03 */
#sc03{
    padding: 200px 0;
    background-color: #f9f9f9;
}
#sc03::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc03-tit{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    color: #222;
}
.sc03-tit > h3{
    font-size: 50px;
    font-weight: 100;
}
.sc03-tit > h3 > b{
    font-weight: 800;
}
.sc03-tit > p{
    font-size: 25px;
    font-weight: 300;
    margin-left: 25px;
    padding-left: 25px;
    position: relative;
}
.sc03-tit > p::before{
    content: "";
    width: 4px;
    height: 20px;
    background-color: #222;
    position: absolute;
    top: 50%;
    left: -2px;
    transform: translateY(-50%);
}
.sc03-tag{
    width: 100%;
    margin-bottom: 40px;
}
.sc03-tag > ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.sc03-tag > ul > li > a{
    font-size: 18px;
    color: #222;
    font-weight: 300;
    transition: .3s;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 16px;
    border: 1px solid #EEE;
    background-color: #F5F5F5;
}
.sc03-tag > ul > li > a:hover{
    background-color: #084FFF;
    border-color: #fff;
    color: #fff ;
}

.sc03-wrap{
    width: 100%;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.sc03-card{
    width: calc((100% - 72px) / 4);
    border-radius: 20px;
    overflow: hidden;
    background-color: #FFF;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.10);
}
.sc03-img{
    display: flex;
    width: 100%;
    position: relative;
}
.sc03-img img{
    width: 100%;
}
.sc03-img > span{
    display: inline-block;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    padding: 12px 16px;
    border-radius: 50px;
    background: linear-gradient(113deg, #667EEA 0%, #764BA2 100%);
    position: absolute;
    top: 25px;
    left: 25px;
}
.sc03-pct{
    width: 170px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background-color: transparent;
    border: 10px solid #4ADE80;
}
.sc03-pct > h5{
    font-size: 35px;
    font-weight: 900;
    background: linear-gradient(117deg, #667EEA 0%, #764BA2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 13px;
}
.sc03-pct > p{
    font-size: 12px;
    color: #666;
    font-weight: 600;
}
.sc03-caption{
    width: 100%;
    padding: 20px;
}
.sc03-caption > h3{
    font-size: 16px;
    color: #222;
    font-weight: 400;
    line-height: 1;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    padding-top: 20px;
    margin-top: 20px;
    position: relative;
}
.sc03-caption > h3::after{
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(224, 224, 224, 0.00) 0%, #E0E0E0 50%, rgba(224, 224, 224, 0.00) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.card-ct{
    width: 100%;
    border-radius: 8px;
    background-color: #eff1f3;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-ct > span{
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F5F7FA 0%, #C3CFE2 100%);
    text-align: center;
    line-height: 22px;
    font-size: 11px;
    color: #555;
    font-weight: 400;
    margin-right: 8px;
}
.card-ct > h5{
    font-size: 16px;
    color: #555;
    font-weight: 600;
}
.card-wrap{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.card-lt{
    width: 49%;
}
.card-rt{
    width: 49%;
    text-align: right;
}
.card-wrap.ct1 .card-lt p{
    font-size: 16px;
    color: #999;
    font-weight: 500;
}
.card-wrap.ct2 .card-lt p{
    font-size: 16px;
    color: #666;
    font-weight: 500;
}
.card-wrap.ct3 .card-lt p{
    font-size: 16px;
    color: #999;
    font-weight: 500;
}
.card-wrap.ct1 .card-rt h5{
    font-size: 16px;
    color: #333;
    font-weight: 700;
}
.card-wrap.ct2 .card-rt h5{
    font-size: 16px;
    color: #666;
    font-weight: 700;
}
.card-wrap.ct3 .card-rt h5{
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(103deg, #082773 0%, #084FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* sc04 */
#sc04{
    padding: 200px 0;
    position: relative;
}
#sc04::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc04-tit{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    color: #fff;
}
.sc04-tit > h3{
    font-size: 50px;
    font-weight: 100;
}
.sc04-tit > h3 > b{
    font-weight: 800;
}
.sc04-tit > p{
    font-size: 25px;
    font-weight: 300;
    margin-left: 25px;
    padding-left: 25px;
    position: relative;
}
.sc04-tit > p::before{
    content: "";
    width: 4px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: -2px;
    transform: translateY(-50%);
}
.sc04-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.sc04-card{
    width: calc((100% - 60px) / 4);
}
.sc04-box{
    width: 100%;
    position: relative;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(0, 0, 0, 0.45);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.30), 0 1px 0 1px rgba(255, 255, 255, 0.10) inset;
    padding: 40px 30px;
    overflow: hidden;
    transition: .3s;
}
.sc04-box::before{
    content: "";
    top: 0;
    left: 50%;
    height: 3px;
    background: #084FFF;
    transform: translateX(-50%);
    transition: 0.3s ease;
    width: 0%;
    position: absolute;
}
.sc04-box:hover::before{
    width: 100%;
}
.sc04-box:hover{
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(8, 79, 255, 0.3), 0 0 40px rgba(8, 79, 255, 0.2), inset 0 0 60px rgba(8, 79, 255, 0.1);
}
.sc04-box > h5{
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}
.sc04-box > p{
    font-size: 15px;
    color: rgba(255, 255, 255, 0.60);
    font-weight: 400;
    line-height: 1.4;
}
.sc04-box > span{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #084FFF;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: .3s;
    position: absolute;
    top: 20px;
    right: 20px;
}
.sc04-box:hover > span{
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(8, 79, 255, 0.6);
}

/* sc05 */
#sc05{
    padding: 200px 0;
    position: relative;
    background-color: #f9f9f9;
}
#sc05::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc05-tit{
    width: 100%;
    margin-bottom: 50px;
    color: #222;
}
.sc05-tit > h3{
    font-size: 50px;
    font-weight: 100;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}
.sc05-tit > h3 > b{
    font-weight: 800;
}
.sc05-tit > p{
    font-size: 25px;
    font-weight: 300;
}
.sc05-tit > p > b{
    font-weight: 800;
}
.sc05-wrap{
    width: 100%;
    border-radius: 30px;
    background-color: #084FFF;
    padding: 20px 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sc05-caption{
    color: #fff;
}
.sc05-caption > h5{
    font-size: 50px;
    font-weight: 100;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}
.sc05-caption > h5 > b{
    font-weight: 800;
}
.sc05-caption > p{
    font-size: 25px;
    font-weight: 100;
    margin-bottom: 3rem;
}
.sc05-caption > p > b{
    font-weight: 700;
}
.sc05-caption > a{
    display: inline-block;
    font-size: 18px;
    color: #222;
    font-weight: 700;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: #FFF;
    min-width: 200px;
    padding: 16px;
    text-align: center;
    margin-right: 10px;
    transition: .3s;
}
.sc05-img{
    display: flex;
    width: 100%;
    max-width: 335px;
}
.sc05-img img{
    width: 100%;
}

/* sc06 */
#sc06{
    position: relative;
    background-color: #E6ECF9;
}
#sc06::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc06-tit{
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}
.sc06-tit > h3{
    font-size: 50px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}
.sc06-tit > h3 > span{
    color: #084FFF;
}
.sc06-tit > p{
    font-size: 16px;
    color: #666;
    line-height: 1.4;
    font-weight: 400;
}

.sc06-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}
.sc06-box{
    width: calc((100% - 40px) / 5);
    border-radius: 16px;
    border: 2px solid #E5E7EB;
    background-color: #FFF;
    padding: 30px 20px;
    transition: .3s;
}
.sc06-box:hover{
    border-color: #084FFF;
    box-shadow: 0 8px 24px rgba(0, 212, 255, 0.2);
    transform: translateY(-6px);
}
.sc06-icon{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 1rem;
}
.sc06-icon img{
    width: 100%;
    max-width: 110px;
}
.sc06-box > h5{
    font-size: 19px;
    color: #1a1a1a;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
}
.sc06-card{
    width: 100%;
    border-radius: 12px;
    background-color: #f5f5f7;
    display: flex;
    min-height: 115px;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 0 20px;
}
.cost{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cost > p{
    width: 10%;
    font-size: 13px;
    color: #666;
    font-weight: 500;
    text-align: center;
}
.cost > h5{
    text-align: center;
    width: 75%;
    font-size: 17px;
    color: #757575;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 2px solid #d1d5db;
}
.etc{
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #084FFF;
    font-weight: 500;
    position: absolute;
    left: 0;
    bottom: 10px;
}
.select{
    width: 100%;
    border-radius: 10px;
    border: 2px solid #D1D5DB;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 14px;
}
.select > p{
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
.select > span{
    font-size: 14px;
    color: #000;
}
.sc06-btn{
    width: 100%;
    text-align: center;
}
.sc06-btn > a{
    display: inline-block;
    padding: 20px;
    min-width: 200px;
    border-radius: 50px;
    background: linear-gradient(107deg, #5865F2 0%, #4752C4 100%);
    box-shadow: 0 4px 16px 0 rgba(88, 101, 242, 0.30);
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

/* sc07 */
#sc07{
    padding: 200px 0;
    position: relative;
}
#sc07::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc07-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sc07-form{
    width: 40%;
}
.sc07-tit{
    width: 100%;
    margin-bottom: 30px;
    color: #222;
}
.sc07-tit > h3{
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}
.sc07-tit > p{
    font-size: 16px;
    font-weight: 400;
}
.sc07-text{
    width: 100%;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    background-color: #FFF;
    padding: 20px;
    margin-bottom: 10px;
}
.sc07-text > p{
    font-size: 16px;
    color: #222;
    font-weight: 400;
}
.sc07-btn{
    width: 100%;
    padding-top: 1rem;
}
.sc07-pol{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.sc07-pol > span{
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 1px solid #767676;
    background-color: #fff;
    margin-right: 10px;
}
.sc07-pol > p{
    font-size: 14px;
    color: #333;
    font-weight: 400;
}
.sc07-btn > a{
    display: block;
    width: 100%;
    text-align: center;
    padding: 18px;
    border-radius: 8px;
    background-color: #084FFF;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}
.sc07-board{
    width: 55%;
    padding: 50px 40px;
    border-radius: 16px;
    background-color: #FAFAFA;
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.25);
}
.sc07-board > h3{
    font-size: 24px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 30px;
}
.board-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #E5E7EB;
}
.board-wrap > p{
    width: 17%;
    color: #666;
    font-size: 15px;
    font-weight: 400;
}
.board-wrap > h5{
    color: #333;
    width: 22%;
    font-size: 15px;
    font-weight: 400;
}
.board-wrap > h3{
    width: 10%;
    text-align: right;
    font-size: 15px;
    color: #1a1a1a;
    font-weight: 600;
}

/* sc08 */
#sc08{
    width: 100%;
    position: relative;
    padding: 200px 0 100px;
}
#sc08::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc08-icon-wrap{
    display: flex;
    margin-bottom: 1.5rem;
}
.sc08-icon{
    display: flex;
    margin-right: 10px;
    width: 50px;
}
.sc08-icon img{
    width: 100%;
}
.sc08-tit{
    width: 100%;
    margin-bottom: 50px;
}
.sc08-tit > h3{
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #222;
}
.sc08-tit > p{
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin-bottom: 5px;
}
.sc08-tit > p > span{
    display: inline-block;
    margin-right: 5px;
    color: #084FFF;
    width: 16px;
    text-align: center;
}
.sc08-swiper{
    width: 100%;
    position: relative;
}
.sc08-phone{
    display: flex;
    width: 500px;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 4;
}
.sc08-phone img{
    width: 100%;
}

@media(min-width:587px){
    .sc02-mwrap{
        display: none;
    }
}
@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;
    }

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

    .sc06-wrap-mo{
        display: none;
    }
    
}
@media(max-width:1600px){
    .mc-con{
        max-width: 1440px;
    }
    .main-caption{
        max-width: 1440px;
        bottom: 50px;
    }
    .main-caption > h2{
        font-size: 55px;
    }
    .main-caption > h5{
        font-size: 26px;
    }
    .sc02-tit > h3{
        font-size: 45px;
    }
    .sc02-tit > p{
        font-size: 22px;
    }
    .sc02-box{
        min-height: 170px;
    }
    #sc03, #sc04, #sc05, #sc07{
        padding: 150px 0;
    }
    .sc03-tit > h3{
        font-size: 45px;
    }
    .sc03-tit > p{
        font-size: 22px;
    }
    .sc03-tag > ul > li > a{
        font-size: 16px;
        border-radius: 12px;
    }
    .sc04-tit > h3{
        font-size: 45px;
    }
    .sc04-tit > p{
        font-size: 22px;
    }
    .sc04-wrap{
        gap: 16px;
    }
    .sc04-card{
        width: calc((100% - 48px) / 4);
    }
    .sc04-box{
        padding: 30px 20px;
    }
    .sc04-box > h5{
        font-size: 20px;
    }
    .sc04-box > p{
        font-size: 14px;
    }
    .sc05-tit > h3{
        font-size: 45px;
    }
    .sc05-tit > p{
        font-size: 22px;
    }
    .sc05-caption > h5{
        font-size: 45px;
    }
    .sc05-caption > p{
        font-size: 22px;
    }
    .sc05-caption > a{
        min-width: 180px;
        font-size: 16px;
    }
    .sc06-tit > h3{
        font-size: 45px;
    }
    .sc06-btn > a{
        padding: 16px;
        min-width: 180px;
        font-size: 16px;
    }
    .sc07-tit > h3{
        font-size: 45px;
    }
    #sc08{
        padding: 150px 0 80px;
    }
    .sc08-tit > h3{
        font-size: 45px;
    }
}
@media(max-width:1440px){
    .mc-con{
        max-width: 1280px;
    }
    .main-caption{
        max-width: 1280px;
    }
    .main-caption > h2{
        font-size: 50px;
    }
    .main-caption > h5{
        font-size: 24px;
    }
    .sc02-tit > h3{
        font-size: 40px;
    }
    .sc02-tit > p{
        font-size: 20px;
    }
    .sc02-box{
        min-height: 160px;
    }
    .sc02-box > h2{
        font-size: 30px;
    }
    #sc03, #sc04, #sc05, #sc07{
        padding: 100px 0;
    }
    .sc03-tit{
        margin-bottom: 30px;
    }
    .sc03-tit > h3{
        font-size: 40px;
    }
    .sc03-tit > p{
        font-size: 20px;
    }
    .sc03-tag > ul > li > a{
        font-size: 14px;
    }
    .sc04-tit{
        margin-bottom: 35px;
    }
    .sc04-tit > h3{
        font-size: 40px;
    }
    .sc04-tit > p{
        font-size: 20px;
    }
    .sc04-wrap{
        gap: 10px;
    }
    .sc04-card{
        width: calc((100% - 30px) / 4);
    }
    .sc04-box{
        padding: 30px 20px;
    }
    .sc04-box > h5{
        font-size: 18px;
    }
    .sc04-box > p{
        font-size: 13px;
    }
    .sc04-box > span{
        width: 36px;
        height: 36px;
        font-size: 13px;
    }
    .sc04-box:hover{
        transform: translateY(-5px);
    }
    .sc05-tit{
        margin-bottom: 30px;
    }
    .sc05-tit > h3{
        font-size: 40px;
        margin-bottom: 1rem;
    }
    .sc05-tit > p{
        font-size: 20px;
    }
    .sc05-wrap{
        padding: 20px 50px;
    }
    .sc05-caption > h5{
        font-size: 40px;
        margin-bottom: 1rem;
    }
    .sc05-caption > p{
        font-size: 20px;
        margin-bottom: 2rem;
    }
    .sc06-tit > h3{
        font-size: 40px;
        margin-bottom: 1rem;
    }
    .sc07-tit > h3{
        font-size: 40px;
        margin-bottom: 1rem;
    }
    .sc07-form{
        width: 42%;
    }
    .sc07-board > h3{
        font-size: 22px;
        margin-bottom: 20px;
    }

    #sc08{
        padding: 100px 0 50px;
    }
    .sc08-tit > h3{
        font-size: 40px;
        margin-bottom: 1rem;
    }
}
@media(max-width:1199px){
	.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{
        bottom: 90px;
    }
    .main-caption > h2{
        font-size: 40px;
        margin-bottom: 1rem;
    }

    .sc02-wrap{
        flex-direction: column;
        align-items: flex-start;
    }
    .sc02-tit{
        width: 100%;
        margin-bottom: 30px;
    }
    .sc02-cont{
        width: 100%;
    }
    .sc02-tit > h3{
        font-size: 36px;
        margin-bottom: 1rem;
    }
    .sc02-box{
        min-height: 130px;
    }
    .sc02-cbox{
        padding: 0 5px;
    }
    .sc02-box{
        margin-bottom: 10px;
    }

    .sc03-tit{
        flex-direction: column;
        align-items: flex-start;
    }
    .sc03-tit > h3{
        font-size: 36px;
        margin-bottom: 1rem;
    }
    .sc03-tit > p{
        margin-left: 0;
        padding-left: 15px;
    }
    .sc03-tit > p::before{
        left: 2px;
    }

    .sc04-tit{
        flex-direction: column;
        align-items: flex-start;
    }
    .sc04-tit > h3{
        font-size: 36px;
        margin-bottom: 1rem;
    }
    .sc04-tit > p{
        margin-left: 0;
        padding-left: 15px;
    }
    .sc04-tit > p::before{
        left: 2px;
    }
    .sc04-card{
        width: calc((100% - 10px) / 2);
    }
    
    .sc05-tit > h3{
        font-size: 36px;
    }
    .sc05-wrap{
        padding: 20px;
        border-radius: 16px;
    }
    .sc05-caption{
        width: 55%;
    }
    .sc05-img{
        max-width: 40%;
    }
    .sc05-caption > h5{
        font-size: 34px;
    }
    .sc05-caption > a{
        min-width: 150px;
        border-radius: 12px;
    }

    .sc06-wrap{
        display: none;
    }
    .sc06-btn{
        display: none;
    }
    .sc06-tit > h3{
        font-size: 36px;
    }

    .sc06-wrap-mo{
        display: block;
        width: 100%;
    }
    .progress-bar {
        width: 100%;
        height: 6px;
        background: #e5e7eb;
        border-radius: 10px;
        margin-bottom: 32px;
        overflow: hidden;
    }

    .progress-fill {
        height: 100%;
        background: linear-gradient(90deg, #6b93f7 0%, #084FFF 100%);
        transition: width 0.4s ease;
        border-radius: 10px;
    }
    .tab-navigation {
        display: flex;
        gap: 8px;
        margin-bottom: 24px;
    }

    .tab-navigation::-webkit-scrollbar {
        display: none;
    }

    .tab-button {
        width: calc((100% - 32px) / 5);
        padding: 14px 12px;
        background: white;
        border: 2px solid #e5e7eb;
        border-radius: 12px;
        font-size: 14px;
        font-weight: 600;
        color: #666;
        cursor: pointer;
        transition: all 0.3s;
        text-align: center;
        white-space: nowrap;
        font-family: 'Pretendard', sans-serif;
    }

    .tab-button.active {
        background: linear-gradient(135deg, #6b93f7 0%, #084FFF 100%);
        border-color: #6b93f7;
        color: white;
    }
    .tab-content {
        display: none;
        animation: fadeIn 0.4s ease-in;
    }

    .tab-content.active {
        display: block;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    .sc06-box{
        width: 100%;
    }

    .navigation-buttons {
        display: flex;
        gap: 12px;
        margin-top: 32px;
    }

    .nav-button {
        flex: 1;
        padding: 16px 24px;
        border: none;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s;
        font-family: 'Pretendard', sans-serif;
    }

    .nav-button.prev {
        background: #f5f5f7;
        color: #666;
    }

    .nav-button.prev:hover {
        background: #e5e7eb;
    }

    .nav-button.next {
        background: linear-gradient(135deg, #5865F2 0%, #4752C4 100%);
        color: white;
        box-shadow: 0 4px 12px rgba(88, 101, 242, 0.3);
    }

    .nav-button.next:hover {
        background: linear-gradient(135deg, #4752C4 0%, #3a44a8 100%);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(88, 101, 242, 0.4);
    }

    .nav-button:disabled {
        opacity: 0.5;
        cursor: not-allowed;
        transform: none !important;
    }
    .submit-button {
        width: 100%;
        background: linear-gradient(135deg, #5865F2 0%, #4752C4 100%);
        color: white;
        border: none;
        border-radius: 12px;
        padding: 18px 32px;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.3s;
        box-shadow: 0 4px 16px rgba(88, 101, 242, 0.3);
        font-family: 'Pretendard', sans-serif;
        margin-top: 12px;
    }

    .submit-button:hover {
        background: linear-gradient(135deg, #4752C4 0%, #3a44a8 100%);
        transform: translateY(-2px);
        box-shadow: 0 6px 24px rgba(88, 101, 242, 0.45);
    }

    .submit-button:active {
        transform: translateY(0);
    }

    .cost > p{
        font-size: 16px;
    }
    .cost > h5{
        font-size: 20px;
    }
    .select > p{
        font-size: 16px;
    }

    .sc08-tit > h3{
        font-size: 36px;
    }
    .sc08-phone{
        width: 400px;
    }

    .sc07-wrap{
        flex-direction: column;
    }
    .sc07-form{
        width: 100%;
        margin-bottom: 30px;
    }
    .sc07-board{
        width: 100%;
        padding: 30px 20px;
    }
    .sc07-board > h3{
        font-size: 20px;
        margin-bottom: 1rem;
    }
}

@media(max-width:586px){
    .tab-navigation{
        gap: 4px;
    }
    .tab-button{
        width: calc((100% - 4px) / 5);
        padding: 12px 4px;
        font-size: 13px;
    }
    .navigation-buttons{
        gap: 10px;
    }
    .nav-button{
        padding: 14px;
        font-size: 15px;
    }
    .submit-button{
        padding: 16px;
        font-size: 16px;
    }

    .main-caption > h2{
        font-size: 34px;
    }
    .main-caption > h5{
        font-size: 18px;
    }
    .sc02-tit > h3, .sc03-tit > h3, .sc04-tit > h3, .sc05-tit > h3, .sc06-tit > h3, .sc07-tit > h3, .sc08-tit > h3{
        font-size: 30px;
    }
    .sc02-tit > p, .sc03-tit > p, .sc04-tit > p, .sc05-tit > p, .sc07-tit > p, .sc08-tit > p{
        font-size: 16px;
    }
    .sc02-cwrap{
        display: none;
    }
    .sc02-mwrap{
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
    .sc02-mbox{
        width: calc((100% - 10px) / 2);
    }
    .sc02-box{
        min-height: auto;
        margin-bottom: 0;
        padding: 20px 15px;
    }
    .sc02-box > h2{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .sc02-box > h5{
        font-size: 14px;
    }
    .sc06-tit > p{
        font-size: 14px;
    }
    .sc03-tit > p::before{
        height: 15px;
    }
    .sc03-tag{
        margin-bottom: 30px;
    }
    .sc03-tag > ul > li > a{
        padding: 8px 16px;
        border-radius: 8px;
    }
    .sc03-tag > ul{
        gap: 8px;
    }
    .sc04-tit{
        margin-bottom: 30px;
    }
    .sc04-tit > p::before{
        height: 15px;
        transform: translateY(0);
        top: 2px;
    }
    .sc04-card{
        width: 100%;
    }
    .sc04-box > h5{
        font-size: 17px;
        margin-bottom: 10px;
    }
    .sc05-wrap{
        flex-direction: column-reverse;
    }
    .sc05-img{
        max-width: 100%;
        margin-bottom: 20px;
    }
    .sc05-caption{
        width: 100%;
    }
    .sc05-caption > h5{
        font-size: 28px;
    }
    .sc05-caption > p{
        font-size: 14px;
        margin-bottom: 1rem;
    }
    .sc05-caption > a{
        min-width: 120px;
        font-size: 14px;
        padding: 12px;
        border-radius: 8px;
    }
    .sc08-phone{
        position: relative;
        left: 0;
        width: 100%;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .sc08-icon-wrap{
        margin-bottom: 1rem;
    }
    .sc08-tit{
        margin-bottom: 30px;
    }
    #sc08{
        padding: 100px 0 0;
    }
}

/* 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);
    }
}
