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

.sect-tit{
    color: #0d0d0d;
}
.sect-tit > h3{
    font-size: 45px;
    font-weight: 100;
    margin-bottom: 30px;
    line-height: 1.3;
}
.sect-tit > h3 > span{
    font-weight: 800;
}
.sect-tit > p{
    font-size: 24px;
    font-weight: 100;
    line-height: 1.6;
}
.sect-tit > p > span{
    font-weight: 700;
}
.sect-tit > h5{
    font-size: 18px;
    font-weight: 100;
    line-height: 1.6;
    margin-top: 10px;
}
.sect-tit > h5 > span{
    font-weight: 700;
}

/* 메인 섹션 */
#sc01{ 
    background-color:#fff; 
    height: 100vh; 
    position: relative; 
    overflow: hidden;
    padding: 50px;
}
.sc01-vimeo {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    z-index: 1;
}
.sc01-vimeo::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
    pointer-events: none;
}
.video-area{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.sc01-vimeo iframe {
    position: absolute; 
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%; 
}

.main-caption{
    width: 100%;
    padding: 70px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}
.main-caption > h2{
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 30px;
}
.main-caption > h5{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.main-caption > p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

/* sc02 */
#sc02{
    padding: 120px 0;
    background-color: #F9F9F9;
}
.sc02-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sc02-caption{
    width: 50%;
}
.sc02-cont{
    display: flex;
    margin: 90px 0 0;
}
.sc02-cont > li{
    width: 230px;
    padding: 20px 0;
    border-radius: 16px;
    background-color: #fff;
    transition: .3s;
    color: #0d0d0d;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    border: 1px solid #fff;
    margin-right: 1rem;
}
.sc02-cont > li > span{
    font-weight: 300;
}
.sc02-cont > li:hover{
    color: #fff;
    background-color: #2d61db;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid #eee;
}
.sc02-caption > p{
    font-size: 16px;
    color: #0d0d0d;
    font-weight: 700;
}
.sc02-box{
    width: 45%;
}
.sc02-yt{
    position:relative;
    height:0;
    padding-bottom:56.25%;
}
.sc02-yt iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.sc02-slide{
    width: 100%;
    padding-top: 65px;
    margin-top: 70px;
    position: relative;
}
.sc02-img{
    display: flex;
}
.sc02-img img{
    width: 100%;
}
.arrow{
    display: flex;
    position: absolute;
    top: 0;
    left: 15%;
    overflow: hidden;
    padding-top: 5px;
}
.arrow::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    position: absolute;
    top: 0;
    left: 0;
    transition: 1.5s;
    transition-delay: .3s;
}
.arrow.ani.act::after{
    left: 100%;
}
.arrow-img{
    display: flex;
    width: 110px;
}
.arrow-img img{
    width: 100%;
    display: block;
    transform: rotate(-7deg);
}
.arrow > h5{
    font-size: 24px;
    color: #0d0d0d;
    font-weight: 100;
    margin-left: 10px;
}
.arrow > h5 > span{
    font-weight: 800;
}

/* sc03 */
#sc03{
    padding: 120px 0;
    background-color: #f5f5f5;
}
.sc03-tp{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}
.sc03-more{
    display: flex;
    align-items: center;
}
.sc03-lg{
    display: flex;
    width: 150px;
}
.sc03-lg img{
    width: 100%;
}
.sc03-more > p{
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    padding: 12px 27px;
    border-radius: 16px 16px 0 16px;
    background-color: #e7211a;
    margin-left: 1rem;
    transition: .3s;
}
.sc03-more:hover > p{
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.10);
    transform: translateY(-3px);
}
.sc03-wrap{
    width: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.sc03-box{
    width: calc((100% - 60px) / 4);
    display: block;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: .3s;
}
.sc03-box:hover{
    box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.25);
    transform: translateY(-2px);
}
.sc03-img{
    display: flex;
    width: 100%;
}
.sc03-img img{
    width: 100%;
}
.sc03-caption{
    width: 100%;
    padding: 15px;
}
.sc03-caption > p{
    color: #0d0d0d;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
}

/* sc04 */
#sc04{
    padding: 120px 0;
    background-color: #f9f9f9;
}
.sc04-tp{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.sc04-more{
    display: block;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    padding: 12px 27px;
    border-radius: 16px 16px 0 16px;
    background-color: #2D61DB;
    margin-left: 1rem;
    transition: .3s;
}
.sc04-more:hover{
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.10);
    transform: translateY(-3px);
}
.sc04-slide{
    width: 100%;
    padding-top: 65px;
    margin-top: 40px;
    position: relative;
}
.sc04-img{
    display: flex;
}
.sc04-img img{
    width: 100%;
}
.sc04-slide .arrow{
    left: auto;
    right: 25%;
}
.sc04-swiper{
    width: 100%;
    padding-left: 120px;
    overflow: hidden;
}
.sc04swiper{
    position: relative;
    overflow: hidden;
    padding-top: 30px;
}
.sc04-cont{
    display: block;
}
.sc04-bg{
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    transition: .3s;
}
.sc04-cont:hover .sc04-bg{
    transform: translateY(-10px);
    box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.25);
}
.sc04-bg img{
    width: 100%;
}
.sc04-bg > h5{
    font-size: 24px;
    color: #fff;
    font-weight: 800;
    width: 100%;
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
}
.sc04-bg > ul{
    display: flex;
    width: 100%;
    padding: 25px;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
}
.sc04-bg > ul > li{
    font-size: 13px;
    color: #0d0d0d;
    font-weight: 300;
    padding: 8px 16px;
    border-radius: 10px;
    background-color: #fff;
    margin-left: 10px;
}

/* sc05 */
#sc05{
    padding: 120px 0 30px;
    background-color: #f0f0f0;
}
#sc05 .sect-tit{
    margin-bottom: 30px;
}
.sc05-wrap{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.sc05-box{
    width: calc((100% - 10px) / 2);
}
.sc05-map{
    width: 100%;
}
.sc05-caption{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 100px;
}
.sc05-caption > h5{
    color: #0d0d0d;
    font-size: 14px;
    font-weight: 300;
    text-align: right;
    margin-bottom: 10px;
}
.sc05-caption > h5 > span{
    font-weight: 600;
}
.sc05-caption > ul{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.sc05-caption > ul > li{
    color: #0d0d0d;
    font-size: 14px;
    font-weight: 300;
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
}
.sc05-caption > ul > li > span{
    font-weight: 600;
}
.sc05-caption > ul > li::before{
    content: "";
    width: 1px;
    height: 10px;
    background-color: #0d0d0d;
    position: absolute;
    top: 3px;
    left: 0;
}
.sc05-caption > ul > li:first-child::before{
    display: none;
}

.sc05-btn > a{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #efeae6;
    padding: 20px 70px 20px 24px;
    background-color: #2d61db;
    border-radius: 30px;
    position: relative;
}
.sc05-btn > a > span{
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    font-size: 24px;
    font-weight: 300;
    color: #0d0d0d;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    transition: .3s;
}
.sc05-btn > a:hover > span{
    transform: translateY(-50%) rotate(180deg);
}

.root_daum_roughmap .wrap_controllers{
    display: none;
}
.root_daum_roughmap .cont{
    display: none;
}
.root_daum_roughmap{
    width: 100% !important;
}

@media(min-width:1200px){
    .d-lg-none{ 
        display:none; 
    }
    .d-lg-block{ 
        display:block; 
    }
    .d-lg-ib{ 
        display: inline-block; 
    }

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

    .sc03-slide{
        display: none;
    }
    .swiper-pagination.sc04{
        display: none;
    }
    
}
@media(max-width:1600px){
    .mc-con{
        padding: 0 60px;
    }
    #sc01{
        padding: 30px;
    }
    .sc04-swiper{
        padding-left: 60px;
    }

}
@media(max-width:1199px){
    .mc-con{
        padding: 0 15px;
    }

    #sc01{
        padding: 0;
    }
	.sc01-vimeo{
        width: 100vw; 
        padding-top: 0; 
        height: calc(100vh + 3px);
        border-radius: 0;
    }
	.sc01-vimeo iframe{
        top: 50%; 
        left: 50%; 
        transform: translate(-50%,-50%); 
        width: 177.777vh; 
        height: calc(100vh + 3px);
    }

    .main-caption{
        padding: 0 15px 90px;
    }
    .main-caption > h2{
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .main-caption > h5{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .main-caption > p{
        font-size: 13px;
        line-height: 1.4;
    }

    .mc-con{
        padding: 0 15px;
    }

    #sc02{
        padding: 80px 0;
    }
    .sc02-wrap{
        flex-direction: column;
    }
    .sc02-caption{
        width: 100%;
        margin-bottom: 30px;
    }
    .sc02-box{
        width: 100%;
    }
    .sect-tit > h3{
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 1.5rem;
    }
    .sect-tit > p{
        font-size: 18px;
        line-height: 1.4;
    }
    .sc02-cont{
        margin: 30px 0 0;
        flex-direction: column;
    }
    .sc02-cont > li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 1rem;
        border-radius: 8px;
    }
    .sc02-caption > p{
        text-align: center;
    }
    .arrow-img{
        width: 50px;
    }
    .arrow > h5{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .sc02-slide{
        padding-top: 40px;
        margin-top: 30px;
    }
    .arrow{
        left: 5%;
    }
    
    #sc03{
        padding: 80px 0;
    }
    .sc03-tp{
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .sc03-more{
        margin-top: 1rem;
        align-items: flex-end;
    }
    .sc03-lg{
        width: 100px;
    }
    .sc03-more > p{
        padding: 10px 20px;
    }
    .sc03-wrap{
        display: none;
    }
    .sc03-slide{
        display: block;
        width: 100%;
    }
    .sc03-box{
        width: 100%;
    }
    .sc03Swiper{
        padding-bottom: 30px;
    }
    .sc03Swiper .swiper-pagination{
        bottom: 0;
    }
    .swiper-pagination-bullet-active{
        background: #2D61DB;
    }

    #sc04{
        padding: 80px 0;
    }
    .sc04-tp{
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .sc04-more{
        padding: 10px 20px;
        margin-left: 0;
        margin-top: 1rem;
    }
    .sc04-swiper{
        padding: 0 15px;
    }
    .sc04swiper {
        padding-bottom: 30px;
    }
    .sc04swiper .swiper-pagination{
        bottom: 0;
    }
    .sc04-slide{
        padding-top: 40px;
        margin-top: 30px;
    }
    .sc04-slide .arrow{
        right: 5%;
    }
    .sc04-bg{
        border-radius: 8px;
    }
    .sc04-bg > h5{
        padding: 20px;
        font-size: 20px;
    }
    .sc04-bg > ul{
        padding: 20px;
    }
    .sc04-bg > ul > li{
        font-size: 12px;
        padding: 5px 10px;
        border-radius: 8px;
        margin-left: 5px;
    }

    #sc05{
        padding: 80px 0 20px;
    }
    .sc05-box{
        width: 100%;
    }
    .root_daum_roughmap .wrap_map{
        height: 300px !important;
    }
    .sc05-caption{
        align-items: flex-start;
        margin-top: 50px;
    }
    .sc05-caption > h5{
        text-align: left;
        line-height: 1.6;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        position: relative;
    }
    .sc05-caption > h5::after{
        width: 50px;
        height: 1px;
        content: "";
        background-color: #ccc;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .sc05-caption > ul{
        flex-direction: column;
    }
    .sc05-caption > ul > li{
        padding-left: 0;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .sc05-caption > ul > li::before{
        display: none;
    }
    .sc05-btn > a{
        padding: 16px 60px 16px 20px;
    }
    .sc05-btn > a > span{
        width: 34px;
        height: 34px;
        line-height: 32px;
        font-size: 20px;
    }
    .sc05-wrap{
        gap: 30px;
    }
}

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