section, section *{ 
    box-sizing:border-box; 
}
*{ 
    box-sizing:border-box; 
}
.mc-con{ 
    width:100%; 
    margin:0 auto; 
    padding: 0 100px;
    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: 60px;
    font-weight: 100;
    margin-bottom: 20px;
    line-height: 1.3;
}
.sect-tit > h3 > b{
    font-weight: 800;
}
.sect-tit > h3 > span{
    display: inline-block;
    position: relative;
    font-weight: 800;
}
.sect-tit > h3 > span::after{
    content: "";
    width: 10px;
    height: 10px;
    background-color: #231e58;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    right: -10px;
}
.sect-tit > p{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
}
.sect-tit > p > b{
    font-weight: 700;
}

/* 메인 섹션 */
#sc01{ 
    background-color:#fff; 
    height: 100vh; 
    position: relative; 
    overflow: hidden;
}
.sc01-vimeo {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    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: 0 100px 100px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}
.main-caption > h2{
    font-size: 75px;
    font-weight: 100;
    margin-bottom: 20px;
}
.main-caption > h2 > b{
    font-weight: 700;
}
.main-caption > p{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
}

/* sc02 */

/*ad01*/

.ad01_con{ overflow:hidden; position:sticky; top:0; background-color: #0d0d0d; background-repeat: no-repeat; background-position: center; background-size: cover;}
.ad01_con::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.ad01_hw{ display:flex; position:relative; z-index:2;}
.ad01_hp{ height:100vh; position:relative; z-index:2; display:flex; align-items: center;min-width:940px; }

#hp01{
  min-width: 830px;
}
#hp01 .hp-bg{
  padding: 0 30px 0 120px;
}
#hp02{
  min-width: 740px;
}
#hp02 .hp-bg{
  padding: 0 30px;
}
#hp03{
  min-width: 740px;
}
#hp03 .hp-bg{
  padding: 0 30px;
}
#hp04{
  min-width: 740px;
}
#hp04 .hp-bg{
  padding: 0 30px;
}
#hp05{
  min-width: 740px;
}
#hp05 .hp-bg{
  padding: 0 30px;
}
#hp06{
  min-width: 860px;
}
#hp06 .hp-bg{
  padding: 0 150px 0 30px;
}

.hp-bg{
    width: auto;
    padding: 0 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hp-caption{
    color: #fff;
}
.hp-caption > h5{
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 10px;
}
.hp-caption > p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
.hp-img{
    display: flex;
    max-width: 700px;
    margin-bottom: 1rem;
}
.hp-img img{
    width: 100%;
}
.hp-lg{
  display: flex;
  width: auto;
  height: 25px;
  margin-bottom: 15px;
}
.hp-lg img{
  height: 100%;
}

/* sc03 */
.sc03-img{
    width: 100%;
    display: flex;
    position: relative;
}
/* .sc03-img::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 3s ease-in-out;
    transition-delay: .5s;
    z-index: 3;
}
.sc03-img.ani.act::before{
    height: 0%;
    border-radius: 50% 50% 0 0;
} */
.sc03-img img{
    width: 100%;
}
.sc03-caption{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 200px 0 0;
}
.sc03-img .sect-tit{
    width: 100%;
    text-align: center;
    color: #fff;
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
}
.sc03-img .sect-tit > h3{
    font-size: 75px;
    transition: .6s;
    transition-delay: .3s;
    transform: translateY(100px);
    opacity: 0;
}
.sc03-img .sect-tit > p{
    transition: .6s;
    transition-delay: 0.6s;
    transform: translateY(100px);
    opacity: 0;
}
.sc03-img .sect-tit > h3.ani.act{
    transform: translateY(0);
    opacity: 1;
}
.sc03-img .sect-tit > p.ani.act{
    transform: translateY(0);
    opacity: 1;
}

/* sc04 */
#sc04{
    width: 100%;
    padding: 150px 0;
    background-color: #fff;
}
#sc04 .sect-tit{
    margin-bottom: 50px;
    text-align: center;
}
.sc04-wrap{
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 10px;
}
.sc04-box{
    width: calc(25% - 10px);
    border-radius: 16px;
    overflow: hidden;
    height: 550px;
    margin-left: 10px;
    transition: .5s;
    border: 1px solid #ddd;
    position: relative;
}
.sc04-box:first-child{
    margin-left: 0;
}
.sc04-img{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #333;
    position: relative;
}
.sc04-img::after{
    content: "";
    width: 100%;
    height: 50%;
    opacity: 0.9;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: .4s;
}
.sc04-img > h3{
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    z-index: 2;
}
.sc04-cont{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1.5rem 20px;
    background-color: #000;
    opacity: 0;
    transition: .3s;
    min-width: 700px;
    z-index: 3;
}
.sc04-caption{
    width: 100%;
    color: #fff;
}
.sc04-caption > h5{
    font-size: 24px;
    font-weight: 500;
}
.sc04-caption > p{
    font-size: 16px;
    font-weight: 400;
    padding-top: 1rem;
    line-height: 1.4;
}

/* sc05 */
#sc05{
    width: 100%;
    background-color: #fff;
    padding-bottom: 150px;
}
.sc05-img{
    width: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
    flex-direction: column;
}
.sc05-img img{
    width: 100%;
    max-width: 1170px;
    display: block;
}
.sc05-caption{
    margin-top: 30px;
}
.sc05-caption > ul > li{
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
    text-align: right;
    padding-right: 15px;
}
.sc05-caption > ul > li:last-child{
    margin-bottom: 0;
}

/* sc06 */
#sc06{
    width: 100%;
    padding: 150px 0;
    background-color: #f9f9f9;
}
.sc06-tp{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}
.sc06-tp-box{
    width: 49%;
}
.sc06-tit{
    width: 100%;
    margin-bottom: 30px;
}
.sc06-tit > h3{
    font-size: 45px;
    color: #0d0d0d;
    font-weight: 100;
    margin-bottom: 1rem;
}
.sc06-tit > h3 > b{
    font-weight: 800;
}
.sc06-tit > p{
    font-size: 24px;
    color: #0d0d0d;
    font-weight: 100;
    line-height: 1.4;
}
.sc06-tit > p > b{
    font-weight: 700;
}
.sc06-caption{
    display: flex;
}
.sc06-caption > p{
    font-size: 16px;
    color: #0d0d0d;
    font-weight: 600;
    line-height: 1.4;
    padding: 20px;
    min-width: 340px;
    text-align: center;
    transition: .3s;
    margin-right: 20px;
    border-radius: 16px;
    background-color: #fff;
}
.sc06-caption > p:hover{
    background: #231E58;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
}
.sc06-yt{
    position:relative;
    height:0;
    padding-bottom:56.25%;
}
.sc06-yt iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.sc06-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-end;
    position: relative;
}
.sc06-box{
    width: calc((100% - 100px) / 6);
}
.sc06-img{
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}
.sc06-img::before{
    content: "";
    width: 100%;
    height: 50%;
    opacity: 0.9;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: .4s;
}
.sc06-img img{
    width: 100%;
    display: block;
    transition: .5s;
}
.sc06-img > h5{
    width: 100%;
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 1rem;
    z-index: 2;
}
.sc06-img:hover img{
    transform: scale(1.1);
}
.sc06-img:hover::before{
    height: 35%;
}
.arrow{
    display: flex;
    position: absolute;
    top: 15%;
    left: 17%;
    padding-bottom: 17px;
    overflow: hidden;
}
.arrow::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    position: absolute;
    top: 0;
    left: 0;
    transition: 1.5s ease-in;
}
.arrow.ani.act::after{
    left: 100%;
}
.arrow-img{
    display: flex;
    width: 100px;
    transform: rotate(-10deg) translateY(8px);
}
.arrow-img img{
    width: 100%;
}
.arrow > h5{
    color: #0d0d0d;
    font-weight: 800;
    font-size: 24px;
    margin-left: 1rem;
}

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

    #sc02{
        display: none;
    }

    .sc04-box:hover{
        width: 40%;
        flex: none;
    }
    .sc04-box:hover .sc04-cont{
        opacity: 1;
    }
    .sc04-box:hover .sc04-img::after{
        opacity: 0;
    }
    .sc04-box:hover > h3{
        opacity: 0;
    }

    #sc05 .sect-tit{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        max-width: calc(100% - 685px);
    }

    
}
@media(max-width:1600px){
    .main-caption{
        padding: 0 40px 80px;
    }

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

}
@media(max-width:1499px){
    .mc-con{
        padding: 0 40px;
    }
    .main-caption > h2{
        font-size: 65px;
    }
    .hp-caption > h5{
        font-size: 26px;
    }
    #hp02, #hp03, #hp04, #hp05{
        min-width: 680px;
    }
    #hp01{
        min-width: 770px;
    }
    #hp06{
        min-width: 800px;
    }
    .sc03-img .sect-tit > h3{
        font-size: 65px;
    }
    .sect-tit > h3{
        font-size: 50px;
    }
    .sect-tit > p{
        font-size: 18px;
    }
    .sc04-img > h3{
        font-size: 20px;
    }
    .sc04-caption > h5{
        font-size: 20px;
    }
    .sc05-img img{
        max-width: 950px;
    }
    .sc06-tit > h3{
        font-size: 40px;
    }
    .sc06-tit > p{
        font-size: 20px;
    }
    .sc06-caption > p{
        min-width: 260px;
    }
    .arrow-img{
        width: 60px;
    }
    .arrow > h5{
        font-size: 20px;
    }
    .sc06-wrap{
        gap: 10px;
    }
    .sc06-box{
        width: calc((100% - 50px) / 6);
    }
}
@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;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }
    .main-caption > h2{
        font-size: 32px;
        margin-bottom: 1rem;
    }
    .main-caption > h5{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .main-caption > p{
        font-size: 16px;
        line-height: 1.4;
    }

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

    .sect-tit > h3{
        font-size: 24px;
        margin-bottom: 1rem;
    }
    .sect-tit > p{
        font-size: 14px;
        line-height: 1.4;
    }
    .sect-tit > h3 > span::after{
        width: 7px;
        height: 7px;
        top: 0;
    }

    #ad01{
        display: none;
    }
    #sc02{
        display: block;
        padding: 80px 0;
        background-color: #fff;
    }
    .hp-caption{
        color: #0d0d0d;
        text-align: center;
    }
    .hp-caption > h5{
        font-size: 20px;
    }
    .hp-caption > p{
        font-size: 14px;
    }
    .sc02Swiper{
        position: relative;
        padding-bottom: 30px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 0;
    }
    .swiper-pagination-bullet-active{
        background: #488faa;
    }

    .sc03-img .sect-tit > h3{
        font-size: 24px;
        transition-delay: 0s;
    }
    .sc03-img .sect-tit > p{
        transition-delay: .1s;
    }
    .sc03-caption{
        padding: 150px 0 0;
    }
    #sc04{
        padding: 80px 0;
    }
    #sc04 .sect-tit{
        margin-bottom: 30px;
    }
    .sc04-wrap{
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    .sc04-box{
        width: 100%;
        margin-left: 0;
        height: 300px;
        border-radius: 12px;
    }
    .sc04-img > h3{
        display: none;
    }
    .sc04-cont{
        padding: 15px;
        opacity: 1;
        min-width: 100%;
    }
    .sc04-caption > h5{
        font-size: 18px;
    }
    .sc04-caption > p{
        font-size: 14px;
        padding-top: 10px;
    }

    #sc05 .sect-tit{
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .sc05-caption{
        margin-top: 20px;
    }
    .sc05-caption > ul > li{
        padding-right: 0;
        text-align: left;
        line-height: 1.3;
    }
    #sc05{
        padding-bottom: 80px;
    }

    #sc06{
        padding: 80px 0;
    }
    .sc06-tp{
        flex-direction: column;
        margin-bottom: 50px;
    }
    .sc06-tp-box{
        width: 100%;
    }
    .sc06-tit{
        margin-bottom: 20px;
    }
    .sc06-tit > h3{
        font-size: 24px;
    }
    .sc06-tit > p{
        font-size: 14px;
    }
    .sc06-caption{
        flex-direction: column;
        margin-bottom: 20px;
    }
    .sc06-caption > p{
        min-width: 100%;
        font-size: 14px;
        border-radius: 12px;
        padding: 1rem;
        margin-right: 0;
        margin-bottom: 10px;
        background: #231E58;
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
        color: #fff;
    }
    .sc06-wrap{
        gap: 1rem;
    }
    .sc06-box{
        width: 100%;
    }
    .arrow{
        display: none;
    }
}

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