section, section *{ 
    box-sizing:border-box; 
}
*{ 
    box-sizing:border-box; 
}
section{ 
    overflow:hidden; 
}
.mc-con{ 
    max-width:1470px; 
    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: 1470px;
    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-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 30px;
    background-color: #fff;
    color: #0071E3;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 24px;
}
.main-caption > h5 > span{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0071E3;
}
.main-caption > h2{
    font-size: 80px;
    color: #eaeaea;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 30px;
}
.main-caption > h2 > b{
    color: #0071E3;
}
.main-caption > p{
    font-size: 20px;
    color: #e9e9e9;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 34px;
}
.main-caption > a{
    display: inline-flex;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    gap: 8px;
    align-items: center;
    padding: 20px 36px;
    border-radius: 30px;
    background-color: #0071E3;
}

.main-bt{
    width: 100%; 
    padding: 0 130px; 
    position: absolute; 
    bottom: 3rem; 
    left: 50%; 
    transform: translateX(-50%); 
    z-index: 99; 
    color: #fff;
    text-align: center;
}
/* mouse */
.mouse {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
    margin: 0 auto;
}
.mouse .wheel {
    position: absolute;
    display: inline-block;
    font-size: 18px;
    animation: wheel 1.4s infinite;
    left: 50%;
    transform: translateX(-50%);
}
@keyframes wheel {
    0% {
        top: 8px;
        transform: translateX(-50%, 15px);
        opacity: 1;
    }
    100% {
        top: 1.2rem;
        transform: translateX(-50%, -2rem);
        opacity: 0;
    }
}

.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{
    color: #fff;
    width: 100%;
    margin-bottom: 50px;
}
.sect-tit > h3{
    font-size: 44px;
    font-weight: 100;
    margin-bottom: 20px;
    line-height: 1.3;
}
.sect-tit > h3 > b{
    font-weight: 800;
}
.sect-tit > p{
    font-size: 18px;
    font-weight: 100;
    line-height: 1.6;
}
.sect-tit > p > b{
    font-weight: 700;
}
.sect-tit > h5{
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #58A6FF;
}

/* sc02 */
.sc02{
    padding: 100px 0;
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #000;
}
.sc02::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc02Swiper{
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* sc03 */
.sc03{
    padding: 100px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
}
.sc03::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc03 .sect-tit{
    color: #0d0d0d;
}
.sc03-wrap{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 60px;
}
.sc03-cont{
    display: flex;
    gap: 10px;
}
.sc03-cont > li{
    flex: 1;
    padding: 20px 10px;
    border-radius: 16px;
    background-color: #fff;
    transition: .3s;
    color: #0d0d0d;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    border: 1px solid #fff;
}
.sc03-cont > li > span{
    font-weight: 300;
    font-size: 14px;
}
.sc03-cont > li:hover{
    color: #fff;
    background-color: #d9b559;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid #eee;
}
.sc03-box{
    width: calc((100% - 60px) / 2);
}
.sc03-yt{
    position:relative;
    height:0;
    padding-bottom:56.25%;
}
.sc03-yt iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/* sc04 */
.sc04{
    padding: 100px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.sc04::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc04-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.sc04-box{
    width: calc((100% - 60px) / 4);
}
.sc04-card{
    width: 100%;
    border-radius: 20px;
    border: 1px solid rgba(245, 245, 245, 0.10);
    background: rgba(245, 245, 245, 0.05);
    backdrop-filter: blur(5px);
    padding: 30px 24px;
    position: relative;
    transition: .3s;
}
.sc04-card:hover{
    border: 1px solid rgba(245, 245, 245, 0.10);
    background: rgba(245, 245, 245, 0.15);
    backdrop-filter: blur(15px);
    transform: translateY(-10px);
}
.sc04-card > span{
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(245, 245, 245, 0.20);
    background: #081323;
    box-shadow: 0 4px 12px 0 rgba(8, 19, 35, 0.50);
    align-items: center;
    justify-content: center;
    color: #f5f5f5;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}
.sc04-img{
    display: flex;
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(8, 19, 35, 0.80);
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 30px;
}
.sc04-card > h3{
    font-size: 18px;
    color: #f5f5f5;
    font-weight: 700;
    margin-bottom: 10px;
}
.sc04-card > p{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    line-height: 1.6;
}

/* sc05 */
.sc05{
    padding: 100px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.sc05::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc05 .sect-tit{
    text-align: center;
}
.sc05-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.sc05-box{
    width: calc((100% - 60px) / 3);
}
.sc05-card{
    width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(245, 245, 245, 0.10);
    background: rgba(245, 245, 245, 0.05);
    backdrop-filter: blur(5px);
    padding: 40px 30px;
    position: relative;
    transition: .3s;
    color: #fff;
}
.sc05-card > h5{
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 30px;
}
.sc05-card > h3{
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.sc05-card > p{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
}
.sc05-card:hover{
    border: 1px solid rgba(245, 245, 245, 0.10);
    background: rgba(245, 245, 245, 0.15);
    backdrop-filter: blur(15px);
    transform: translateY(-10px);
}

/* sc06 */
.sc06{
    padding: 100px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.sc06::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc06-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.sc06-box{
    width: calc((100% - 48px) / 3);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background-color: rgba(22, 27, 34, 0.85);
    overflow: hidden;
}
.sc06-img{
    display: flex;
    width: 100%;
}
.sc06-img img{
    width: 100%;
}
.sc06-caption{
    width: 100%;
    padding: 30px;
}
.sc06-tit{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    gap: 14px;
}
.sc06-tit > span{
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(88, 166, 255, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #58A6FF;
}
.sc06-tit > h5{
    font-size: 20px;
    font-weight: 700;
    color: #e6edf3;
}
.sc06-caption > p{
    font-size: 15px;
    color: #8b949e;
    font-weight: 400;
}

/* sc07 */
.sc07{
    padding: 100px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.sc07::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc07-wrap{
    width: 100%;
    display: flex;
    gap: 20px;
}
.sc07-map{
    width: 600px;
    border-radius: 20px;
    overflow: hidden;
}
.root_daum_roughmap .wrap_controllers{
    display: none;
}
.root_daum_roughmap .cont{
    display: none;
}
.root_daum_roughmap{
    width: 100% !important;
}
.sc07-form{
    width: calc((100% - 620px));
}
.form-bg{
    width: 100%;
    padding: 50px 25px;
    border-radius: 20px;
    background-color: #fcfcfc;
    border: 1px solid #dedede;
}
.form-con{
    width: 100%;
}
.form-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}
.form-wrap.radio .form-box{
    width: 24%;
}
.form-box{
    width: 32.33333%;
}
.form-box input{
    width: 100%;
    padding: 1rem;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    font-size: 14px;
    transition: .3s;
}
.form-box h5{
    font-size: 14px;
    color: #0e0e0e;
    font-weight: 600;
    margin-bottom: 10px;
}
.form-tit{
    font-size: 14px;
    color: #0e0e0e;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    align-items: center;
}
.form-tit > span{
    display: inline-block;
    font-size: 12px;
    color: #C06C84;
    margin-left: 10px;
}
.form-box:hover input{
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
}
.form-box label{
    width: 100%;
    display: block;
}
.form-box label p.on{
    width: 100%;
    padding: 1rem;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    font-size: 14px;
    display: block;
    text-align: center;
    cursor: pointer;
    position: relative;
    color: #000;
    font-weight: 600;
    transition: .3s;
}
.form-box label p.on > span{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    opacity: 0;
}
.form-box label p.on:hover{
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
}
.form-box label [type="checkbox"]{
    display: none;
}
.form-box label [type="checkbox"]:checked + .on{
    background-color: #3E4C59;
    border-color: #3E4C59;
    color: #fff;
}
.form-box label [type="checkbox"]:checked + .on > span{
    opacity: 1;
}
.form-textarea{
    width: 100%;
    margin-bottom: 1rem;
}
.form-textarea textarea{
    width: 100%;
    height: 150px;
    padding: 1rem;
    color: #000;
    outline: none;
    border: 1px solid #d5d5d5;
    resize: none;
    font-size: 14px;
    border-radius: 6px;
    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: #000;
    line-height: 1.6;
}
.submit-caption > p{
    font-size: 14px;
    font-weight: 600;
    color: #C06C84;
}
.submit-wrap{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.submit-btn-wrap{
    display: flex;
    align-items: center;
}
.submit-btn-wrap label{
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.submit-btn{
    position: relative;
}
.sbtn{
    padding: 1rem 1.5rem;
    width: 150px;
    font-size: 16px;
    color: #fff;
    background-color: #3E4C59;
    cursor: pointer;
    position: relative;
    border: none;
    text-align: left;
    margin-left: 1rem;
    font-weight: 700;
}
.submit-btn > span{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 16px;
    right: 24px;
    transition: .2s;
}
.submit-btn:hover > span{
    right: 18px;
}

.pol-btn{
    display: inline-block;
    font-size: 14px;
    padding: 10px 1rem;
    border-radius: 5px;
    background-color: #4FACBB;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
}

@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;
    }
    
    .pc-con{display: block;}
    .mo-con{display: none;}
}
@media(max-width:1600px){
    .main-caption > h2{
        font-size: 70px;
    }
    .main-caption > p{
        font-size: 18px;
    }
    .sect-tit > h3{
        font-size: 40px;
    }
}
@media(max-width:1440px){
    .mc-con{
        max-width: 1310px;
    }
    .main-caption > h2{
        font-size: 60px;
    }
    .sect-tit > p{
        font-size: 16px;
    }
    .sect-tit{
        margin-bottom: 40px;
    }
    .sc03-wrap{
        gap: 40px;
    }
    .sc03-box{
        width: calc((100% - 40px) / 2);
    }
    .sc05-wrap{
        gap: 20px;
    }
    .sc05-box{
        width: calc((100% - 40px) / 3);
    }
    .sc05-card > h5{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .sc05-card > h3{
        font-size: 22px;
    }
    .sc06-wrap{
        gap: 20px;
    }
    .sc06-box{
        width: calc((100% - 40px) / 3);
    }
}
@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; 
    }
    .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 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: 50px;
    }
    .main-caption > p{
        font-size: 16px;
    }
    .main-caption > a{
        font-size: 14px;
        padding: 1rem 30px;
    }
    .main-bt{
        display: none;
    }

    .sc02, .sc03, .sc04, .sc05, .sc06, .sc07{
        padding: 70px 0;
    }

    .sect-tit{
        margin-bottom: 30px;
    }
    .sect-tit > h3{
        font-size: 34px;
        margin-bottom: 1rem;
    }

    .sc03-wrap{
        gap: 30px;
        flex-wrap: wrap;
    }
    .sc03-box{
        width: 100%;
    }
    .sc04-wrap{
        gap: 1rem;
        flex-wrap: wrap;
    }
    .sc04-card:hover{
        transform: translateY(0);
    }
    .sc04-box{
        width: calc((100% - 1rem) / 2);
    }
    .sc05-wrap{
        gap: 1rem;
        flex-wrap: wrap;
    }
    .sc05-card:hover{
        transform: translateY(0);
    }
    .sc05-box{
        width: calc((100% - 2rem) / 3);
    }
    .sc05-card{
        padding: 30px 24px;
    }
    .sc05-card > h5{
        font-size: 18px;
    }
    .sc05-card > h3{
        font-size: 20px;
    }
    .sc06-wrap{
        gap: 1rem;
    }
    .sc06-box{
        width: calc((100% - 1rem) / 2);
    }
    .sc07-map{
        width: 40%;
    }
    .sc07-form{
        width: calc(60% - 20px);
    }
    .submit-wrap{
        flex-direction: column;
        gap: 1rem;
    }
    .submit-btn-wrap{
        flex-direction: column;
        gap: 1rem;
        width: 100%;
    }
    .sbtn{
        margin-left: 0;
        width: 100%;
    }
    .submit-btn{
        width: 100%;
    }
}

@media(max-width:800px){
    
}
@media(max-width:586px){
    .main-caption > h5{
        margin-bottom: 1rem;
    }
    .main-caption > h2{
        font-size: 38px;
        margin-bottom: 24px;
    }
    .sect-tit > h3{
        font-size: 28px;
    }
    .sc03-cont{
        flex-direction: column;
    }
    .sc04-box{
        width: 100%;
    }
    .sc05-box{
        width: 100%;
    }
    .sc06-box{
        width: 100%;
    }
    .sc07-wrap{
        gap: 1rem;
        flex-wrap: wrap;
    }
    .sc07-map{
        width: 100%;
    }
    .sc07-form{
        width: 100%;
    }
    .root_daum_roughmap .wrap_map{
        height: 300px !important;
    }
    .form-wrap.mo{
        flex-direction: column;
        gap: 1rem;
    }
    .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);
    }
}
