section, section *{ 
    box-sizing:border-box; 
}
*{ 
    box-sizing:border-box; 
}

.mc-con{ 
    width:100%; 
    max-width: 1430px;
    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;
}

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

.sc01-wrap{
    width: 100%;
    max-width: 1430px;
    padding: 0 15px;
    margin: 0 auto;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.main-caption > h2{
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 2rem;
}
.main-caption > h5{
    font-size: 20px;
    font-weight: 100;
}
.mouse-s{
    display: flex;
    padding-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}
.mouse-s > p{
    font-size: 20px;
    font-weight: 100;
    writing-mode: sideways-lr;
}
.mouse-s::before{
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: -100%;
    animation: mouse 5s linear infinite;
}
@keyframes mouse{
    0%{top: -100%;}
    100%{top: 100%;}
}

.sect-tit{
    color: #fff;
    text-align: center;
}
.sect-tit > h3{
    font-size: 50px;
    font-weight: 100;
    margin-bottom: 2rem;
}
.sect-tit > h3 > span{
    font-weight: 900;
}
.sect-tit > p{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
}

/* sc02 */
#sc02{
    height: 100vh;
}
.sc02-con{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}
.sc02-bg{
    width: 100%;
    height: 50vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    display: flex;
    align-items: flex-end;
    position: relative;
}
.sc02-bg::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc02-bg > h2{
    font-size: 180px;
    font-weight: 800;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: -105px;
    z-index: 3;
    transform: translateX(-50%);
    opacity: 0.1;
}
.sc02-cont{
    width: 100%;
    height: 50vh;
    background-color: #000;
}
#sc02 .sect-tit{
    text-align: left;
    position: relative;
    z-index: 4;
}
.sc02-cont .mc-con{
    height: 100%;
}
.sc02-wrap{
    width: 100%;
    height: 100%;
    display: flex;
    padding-top: 63px;
}
.sc02-box{
    width: 33.33333%;
    display: flex;
    align-items: center;
    position: relative;
}
.sc02-box::after{
    content: "";
    width: 87%;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    /* background-color: rgba(255, 255, 255, 0.1); */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(50, 50, 50, 1) 25%, rgba(50, 50, 50, 1) 50%, rgba(50, 50, 50, 1) 75%, rgba(0, 0, 0, 1) 100%);
    transform: rotate(90deg);
    transform-origin: right bottom;
}
.sc02-box:nth-child(1)::before{
    content: "";
    width: 87%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: rgba(255, 255, 255, 0.1); */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(50, 50, 50, 1) 25%, rgba(50, 50, 50, 1) 50%, rgba(50, 50, 50, 1) 75%, rgba(0, 0, 0, 1) 100%);
    transform: rotate(90deg);
    transform-origin: left bottom;
}
.sc02-count{
    width: 100%;
    padding: 0 15px;
    color: #fff;
    text-align: center;
}
.sc02-count > p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 1rem;
}
.sc02-count > h5{
    font-size: 60px;
    font-weight: 900;
}

/* sc03 */
#sc03{padding: 200px 0; overflow: hidden; background-color: #040B13; position: relative; background-repeat: no-repeat; background-position: center; background-size: cover;}
#sc03::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc03-con{max-width: 1430px; padding: 0 15px; margin: 0 auto; position: relative; z-index: 3;}
#sc03 .sect-tit{
    text-align: left;
}
.sc03-wrap > li{position: relative; text-align: right; margin-top: -200px;}
.sc03-wrap > li > .sc03-box{display: inline-block; text-align: center; width: 45.5%; transition: .5s;}
.sc03-wrap > li .sc03-img{margin-bottom: 1.5rem;}
.sc03-wrap > li .sc03-img img{width: 100%; }
.sc03-txt > h3{position: relative; display: inline-block; font-size: 20px; color: #fff; font-weight: 700; text-align: center;}
.sc03-wrap > li:nth-child(1){z-index: 4; margin-top: -250px;}
.sc03-wrap > li:nth-child(2){z-index: 3; text-align: left;}
.sc03-wrap > li:nth-child(3){z-index: 2;}
.sc03-wrap > li:nth-child(4){z-index: 1; text-align: left;}
.sc03-wrap > li.ani{transform: translateY(50px); opacity: 0; transition: .8s;}
.sc03-wrap > li.ani.act{transform: translateY(0); opacity: 1;}

/* sc04 */
#sc04{
    height: 100vh;
    background-color: #333;
    display: flex;
    align-items: center;
}
#sc04::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
#sc04 .sect-tit{
    margin-bottom: 80px;
}
.sc04-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sc04-box{
    width: 32%;
    padding: 40px 30px;
    border-radius: 15px;
    background-color: #fff;
    transition: .4s;
}
.sc04-box:hover{
    transform: translateY(-10px);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
}
.sc04-box > h5{
    font-size: 23px;
    font-weight: 700;
    color: #0000fe;
    margin-bottom: 1.5rem;
}
.sc04-box > h3{
    font-size: 25px;
    color: #000;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
}
.sc04-box > p{
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
}

/* sc05 */

#sc05{
    padding: 150px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#sc05::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 1;
}
#sc05 .sect-tit > h3{
    margin-bottom: 1rem;
}
#sc05 .sect-tit{
    margin-bottom: 3rem;
}
  
.form-bg{
    width: 100%;
    padding: 4rem;
    margin: 0 auto;
    border-radius: 15px;
    background-color: #111;
}
.form-con{
    width: 100%;
    max-width: 1037px;
    margin: 0 auto;
}
.form-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.form-wrap2{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.form-box{
    width: 49%;
}

.form-box input{
    width: 100%;
    padding: 1rem;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 5px;
    font-size: 16px;
    background-color: transparent;
    color: #fff;
}
.form-box input::placeholder{
    font-size: 16px;
    color: #fff;
}
.form-box label{
    width: 100%;
    display: block;
}
.form-rd > label{
    display: flex;
    align-items: center;
    color: #fff;
}
.form-rd p{
    font-size: 14px;
    font-weight: 300;
    padding: 4px 0 0 5px;
}
.form-textarea{
    width: 100%;
    margin-bottom: 1rem;
}
.form-textarea textarea{
    width: 100%;
    height: 150px;
    padding: 1rem;
    color: #fff;
    outline: none;
    border: 1px solid rgba(255,255,255,0.3);
    resize: none;
    font-size: 16px;
    border-radius: 5px;
    background-color: transparent;
}
.form-textarea textarea::placeholder{
    font-size: 16px;
    color: #fff;
}
.submit-wrap{
    width: 100%;
}
.submit-caption{
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.submit-caption label{
    font-size: 14px;
    color: #fff;
}
.sbtn{
    border: 1px solid #0000FE;
    padding: 1rem 4rem;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    background-color: #0000FE;
    cursor: pointer;
    width: 100%;
}
.pol-btn{
    display: inline-block;
    font-size: 12px;
    padding: 10px 1rem;
    border-radius: 5px;
    background-color: #0000FE;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
}
  
#modal{
    position: fixed; top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    display: none;
}
.modal_content{
    width: 80%;
    max-width: 1000px;
    background-color: #fff;
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}
.modal_body{
    padding: 2rem 2rem 80px;
    height: 600px;
    overflow-y: auto;
}
.modal_body > p{
    font-size: 16px;
    line-height: 1.5;
}
.modal_foot{
    width: 100%;
    height: 50px;
    position: absolute; bottom: 0; left: 0;
    background-color: #f5f5f5;
    text-align: center;
}
.modal_foot .pol-close{
    padding: 10px 20px;
    background-color: #f5f5f5;
    color: #000;
    margin-top: 5px;
    font-size: 18px;
    cursor: pointer;
}

#sc06{
    width: 100%;
    height: 100vh;
    background-color: #000;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
#sc06::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 1;
}
#sc06 .sect-tit{
    text-align: right;
    padding-bottom: 100px;
}
#sc06 .sect-tit > h3{
    font-weight: 700;
    color: #f1ff00;
}
.sc06-wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sc06-box{
	width: 48%;
	color: #fff;
}
.sc06-pf{
	display: flex;
	padding-right: 100px;
	position: relative;
}
.sc06-pf img{
	width: 100%;
}
.sc06-pp{
	display: flex;
	padding: 10px;
	border-radius: 10px;
	border: 1px dashed #ddd;
	max-width: 250px;
	position: absolute;
	right: 0;
	bottom: 60px;
}
.sc06-pp img{
	width: 100%;
	border-radius: 7px;
}

@media (min-width:787px){
    #sc03 .mc-con{
        display: none;
    }
    .sc02-mo{
        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;
    }

    
    
}
@media(max-width:1430px){
    .sc01-wrap{
        padding: 0 30px;
    }
    .mc-con{
        padding: 0 30px;
    }
    .main-caption > h2{
        font-size: 55px;
    }
    .mouse-s > p{
        font-size: 18px;
    }

    .sect-tit > h3{
        font-size: 45px;
        margin-bottom: 1.5rem;
    }
    .sect-tit > p{
        font-size: 18px;
    }

    .sc02-bg > h2{
        font-size: 150px;
        bottom: -75px;
    }
    .sc02-count > h5{
        font-size: 50px;
    }

    .sc03-con{
        padding: 0 30px;
    }
    .sc03-txt > h3{
        font-size: 18px;
    }

    .sc04-box > h5{
        font-size: 20px;
    }
    .sc04-box > h3{
        font-size: 22px;
    }

}
@media(max-width:1199px){
	.sc01_fr{ 
        padding:150px 15px; 
    }
	.sc01_nav{ 
        display:none; 
    }
    .fixed-cs{
        display: none;
      }

    .sc01-wrap{
        padding: 0 15px;
    }
    .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;
    }
    #sc01::before{
        display: none;
    }

    .mouse-s{
        display: none;
    }
    .main-caption > h2{
        font-size: 36px;
        margin-bottom: 1.5rem;
    }
    .main-caption > p{
        font-size: 18px;
    }

    .sect-tit > h3{
        font-size: 34px;
    }
    .sect-tit > p{
        font-size: 16px;
    }
    /* sc02 */
    #sc02{
        overflow: hidden;
    }
    .sc02-bg > h2{
        font-size: 8rem;
    }
    .sc02-count > h5{
        font-size: 34px;
    }
    .sc02-box:nth-child(1)::before{
        display: none;
    }
    .sc02-box:last-child::after{
        display: none;
    }

    /* sc03 */
    .sc03-con{
        padding: 0 15px;
    }
	#sc03{padding: 100px 0;}
	.sc03-tit{width: 100%; padding: 10px 15px 0; }
	.sc03-tit > h2{font-size: 24px; margin-bottom: 1rem;}
	.sc03-tit > p{font-size: 15px;}
	.sc03-wrap > li{margin-top: 5vh;}
	.sc03-wrap > li:nth-child(1){margin-top: 5vh;}
	.sc03-wrap > li > .sc03-box{width: 75%;}
	.sc03-wrap > li .sc03-img{margin-bottom: 1rem;}
	.sc03-txt{padding: 0 15px;}
	.sc03-txt > h3{font-size: 18px; margin-bottom: .3rem;}
	.sc03-txt > p{font-size: 14px;}
    
    /* sc04 */
    #sc04 .sect-tit{
        margin-bottom: 50px;
    }
    .sc04-box > h5{
        font-size: 18px;
    }
    .sc04-box > h3{
        font-size: 20px;
    }

    /* sc05 */
    #sc05{
        padding: 70px 0;
    }
    .form-bg {
        padding: 1rem;
        border-radius: 20px;
    }
    .form-wrap.mo{
        flex-direction: column;
    }
    .form-wrap.mo .form-box{
        width: 100%;
        margin-bottom: 1rem;
    }
    .form-wrap.mo .form-box:last-child{
        margin-bottom: 0;
    }
    .form-box input{
        font-size: 14px;
    }
    .form-box input::placeholder{
        font-size: 14px;
    }
    .form-box label p.on{
        font-size: 14px;
    }
    .form-box label p.on > span{
        left: calc(50% - 34px);
    }
    .form-textarea textarea{
        font-size: 14px;
    }
    .form-textarea textarea::placeholder{
        font-size: 14px;
    }
    .submit-wrap{
        flex-direction: column;
    }
    .submit-caption{
        margin-bottom: 1rem;
        width: 100%;
        justify-content: space-between;
    }
    .submit-caption label{
        font-size: 14px;
    }
    .pol-btn{
        font-size: 12px;
        padding: 8px 16px;
        margin-left: 3px;
    }
    .submit-caption label input{
        margin: 0;
    }
    .modal_body{
        height: 400px;
        padding: 1rem 1rem 60px;
    }
    .modal_foot{
        height: 45px;
    }
    .modal_foot .pol-close{
        margin-top: 3px;
        font-size: 16px;
    }
    .modal_body > p{
        font-size: 14px;
    }
    .sbtn{
        padding: 1rem 3rem;
    }

}
/* 768px 이하 */
@media(max-width:768px){
    .form-wrap2 {
        flex-wrap: wrap;
        gap: 10px;
    }
    .form-wrap2 .form-box {
        width: calc(50% - 5px);
    }
    .form-box label p.on > span {
        left: calc(50% - 64px);
    }

    #sc02{
        height: 100%;
        padding: 100px 0;
        position: relative;
    }
    #sc02::after{
        content: ""; 
        width: 100%; 
        height: 100%; 
        position: absolute; 
        top: 0; 
        left: 0; 
        z-index: 2;
    }
    .sc02-con{
        display: none;
    }
    .sc02-mo{
        width: 100%;
        padding: 0 15px;
        position: relative;
        z-index: 3;
        overflow: hidden;
    }
    #sc02 .sect-tit{
        text-align: center;
    }
    .sc02-mo > h2{
        font-size: 80px;
        font-weight: 800;
        color: #fff;
        opacity: 0.1;
        text-align: center;
    }
    .sc02-wrap{
        flex-direction: row;
        padding-top: 35px;
    }
    .sc02-box::after{
        display: none;
    }

    #sc03{
        padding: 80px 0 30px;
    }
    .sc03-con{
        display: none;
    }
    #sc03 .mc-con{
        display: block;
    }
    #sc03 .sect-tit{
        margin-bottom: 50px;
    }
    .sc03-cont{
        margin-bottom: 50px;
    }
    .sc03-cont:first-child{
        padding-right: 50px;
    }
    .sc03-cont:last-child{
        padding-left: 50px;
    }
    .sc03-txt{
        padding: 15px 0 0 0;
    }
    .sc03-cont:last-child .sc03-txt{
        text-align: right;
    }
    .sc03-txt > h3{
        margin-bottom: 0;
    }
    .sc03-cont:last-child .sc03-txt > h3{
        text-align: right;
    }

    #sc04{
        height: 100%;
        padding: 80px 0;
    }
    .sc04-wrap{
        flex-direction: column;
    }
    .sc04-box{
        width: 100%;
        margin-bottom: 1rem;
        text-align: center;
    }
    .sc04-box:last-child{
        margin-bottom: 0;
    }

    #sc06{
        padding: 100px 0 0;
    }
    .sc06-wrap{
        flex-direction: column-reverse;
    }
    .sc06-box{
		width: 100%;
	}
	#sc06 .sect-tit{
		padding-bottom: 50px;
	}
    .sc06-pf{
		padding-right: 80px;
	}
	.sc06-pp{
		padding: 2px;
		border-radius: 5px;
		max-width: 130px;
		bottom: 45px;
	}
	.sc06-pp img{
		border-radius: 3px;
	}

}

@media(max-width:586px){
    .main-caption > h2{
        font-size: 30px;
    }
    .main-caption > h5{
        font-size: 18px;
    }
    .sc01-wrap{
        bottom: auto;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .sect-tit > h3{
        font-size: 26px;
    }
    .sc02-bg > h2{
        font-size: 3.5rem;
        bottom: -25px;
    }
    .sc02-bg{
        height: 50vh;
    }
    .sc02-cont{
        height: 50vh;
    }
    .sc02-count{
        padding: 0 10px;
    }
    .sc02-count > p{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .sc02-count > h5{
        font-size: 30px;
    }
    .sc02-wrap{
        padding-top: 30px;
    }
    .sc02-box{
        width: 100%;
        flex: 1 1 auto;
    }
    .sc02-box::after{
        display: none;
    }
    .sc02-mo > h2{
        font-size: 40px;
    }

    .sc03-wrap > li > .sc03-box{
        width: 90%;
    }
    .sc03-txt > h3{
        font-size: 16px;
    }

    #sc04 .sect-tit{
        margin-bottom: 30px;
    }
    .sc04-box > h5{
        font-size: 16px;
    }

    #sc05 .sect-tit{
        margin-bottom: 30px;
    }
}

/* animation */

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

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

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

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