section, section *{ 
    box-sizing:border-box; 
}
*{ 
    box-sizing:border-box; 
}
section{ 
    overflow:hidden; 
}
section:last-child{ 
    padding-bottom:150px !important; 
}
.mc-con{ 
    padding: 0 4rem;
    width:100%; 
    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{
    text-align: left;
    color: #000;
    margin-bottom: 30px;
}
.sect-tit > h3{
    font-size: 60px;
    font-weight: 400;
}


/* 메인 섹션 */
#sc01{ 
    background-color:#000; 
    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%; 
    padding: 0 4rem;
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%,-50%); 
    z-index: 99; 
    color: #fff;
    text-align: center;
}
.main-caption > h2{
    font-size: 60px; 
    font-weight: 400;
    line-height: 1.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;
}


/* mouse-s */
.mouse-s{
    width: 100%; 
    text-align: center; 
    z-index: 8; 
    color: #fff; 
    position: absolute; 
    left: 0; 
    bottom: 3rem;
}
.mouse{
    position: relative; 
    border: 2px solid rgba(255, 255, 255, 0.8); 
    width: 24px; 
    height: 40px; 
    border-radius: 30px; 
    margin: 0 auto;
}
.mouse .wheel{
    position: absolute; 
    left: 50%; 
    margin-left: -2px; 
    width: 4px; 
    height: 8px; 
    background-color: rgba(255, 255, 255, 0.9); 
    border-radius: 3px; 
    animation: wheel 1.5s ease infinite;
}

@keyframes wheel{
	0%{
        opacity: 0; 
        top: 2px;
    }
	100%{
        opacity: 1; 
        top: 10px;
    }
}

/* sc02 */
#sc02{
    padding: 60px 0;
    background-color: #fff;
}

#sc02 .sect-tit{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.wz-ct-wrap{
    display: flex;
}
.wz-ct{
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    color: #000;
    margin-left: 1rem;
    padding: 10px 1rem;
    border-radius: 12px;
    border: 1px solid #ddd;
    transition: .3s;
}
.wz-ct:nth-child(1){
    background-color: #1c1c1c;
    border-color: #1c1c1c;
    color: #fff;
}
.wz-ct:hover{
    background-color: #D8151B;
    border-color: #D8151B;
    color: #fff;
}

.wz-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.wz-box{
    width: calc((100% - 75px) / 4);
    border: 1px solid #eee;
    border-radius: 0;
    overflow: hidden;
    transition: transform 0.3s ease, border-radius 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.wz-box:hover {
    transform: translateY(-8px);
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12), 0 6px 12px rgba(0, 0, 0, 0.06);
    background-color: rgba(0, 0, 0, 0.015);
}
.wz-img{
    display: flex;
    position: relative;
}
.wz-img img{
    width: 100%;
}
.wz-more{
    padding: 10px 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #D8151B;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: .3s;
    opacity: 0;
}
.wz-box:hover .wz-more{
    opacity: 1;
}
.wz-more > span{
    display: inline-block;
    padding-bottom: 1px;
    position: relative;
}
.wz-more > span::before{
    content: "";
    width: 0%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .3s;
    transition-delay: .3s;
}
.wz-box:hover .wz-more > span::before{
    width: 100%;
}
.wz-caption{
    padding: 20px;
}
.wz-tit{
    margin-bottom: 20px;
}
.wz-tit > h3{
    font-size: 16px;
    color: #222;
    font-weight: 700;
    margin-bottom: 8px;
}
.wz-tit > h3 > span{
    display: inline-block;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
    padding-left: 5px;
    position: relative;
}
.wz-tit > h3 > span::before{
    content: "";
    width: 1px;
    height: 10px;
    background-color: #ddd;
    position: absolute;
    top: 3px;
    left: -1px;
}
.wz-tit > p{
    font-size: 13px;
    font-weight: 400;
    color: #666;
}
.wz-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wz-pf{
    display: flex;
    align-items: center;
    position: relative;
}
.wz-bubble{
    display: inline-block;
    width: 80px;
    height: 21px;
    background-color: #D8151B;
    border-radius: 5px;
    position: absolute;
    top: -20px;
    left: 2px;
    transition: 0.3s;
    opacity: 0;
}
.wz-pf:hover .wz-bubble{
    opacity: 1;
    top: -30px;
}
.wz-bubble::before{
    content: "DESIGNER";
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.wz-bubble::after{
    border-top: 5px solid #D8151B;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 0px solid transparent;
    content: "";
    position: absolute;
    bottom: -5px;
    left: 10px;
  }
.pf-img{
    display: flex;
    border-radius: 35%;
    margin-right: 8px;
    overflow: hidden;
}
.pf-img > img{
    max-width: 25px;
    width: 100%;
}
.wz-pf > p{
    color: #444;
    font-size: 16px;
    font-weight: 400;
}
.wz-pf > p > span{
    display: inline-block;
    font-weight: 400;
    margin-left: 5px;
    padding-left: 5px;
    position: relative;
}
.wz-pf > p > span::before{
    content: "";
    width: 1px;
    height: 10px;
    background-color: #999;
    position: absolute;
    top: 4px;
    left: -1px;
}
.wz-cont{
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.wz-cont > li{
    position: relative;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 1;
}
.wz-btn{
    text-align: center;
    margin-top: 50px;
}
.wz-btn > a{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 10px 1rem;
    text-align: center;
    min-width: 130px;
    border-radius: 10px;
    transition: .3s;
    background-color: #1c1c1c;
}
.wz-btn > a:hover{
    background-color: #D8151B;
}

#sc03{
    padding: 60px 0;
    background-color: #1c1c1c;
}
#sc03 .sect-tit{
    color: #fff;
}
.sc03-con{
    padding-left: 4rem;
    width: 100%;
}
.sc03-slide{
    position: relative;
    overflow: hidden;
}
.sc03-img{
    display: flex;
    margin-bottom: 1.5rem;
}
.sc03-img img{
    width: 100%;
}
.sc03-caption{
    position: relative;
    color: #fff;
    padding-right: 60px;
}
.sc03-caption > h5{
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
}
.sc03-caption > p{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}
.sc03-arr{
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
    transition: .3s;
    font-size: 16px;
}

.sc03-cont:hover .sc03-arr{
    border-color: #D8151B;
    color: #D8151B;
}


#sc04{
    padding: 60px 0;
    background-color: #fff;
}
.sc04-bt{
    margin-bottom: 30px;
}
.sc04-img{
    display: flex;
}
.sc04-img img{
    width: 100%;
    border-radius: 10px;
}
.sc04-mq{
    width: 6840px;
    display: flex;
    transform: translate(0, 0);
    animation: 30s marquee infinite linear;
    -webkit-animation: 30s marquee infinite linear;
    -moz-animation: 30s marquee infinite linear;
    -o-animation: 30s marquee infinite linear;
}
.sc04-mq > li {
    margin: 0 10px;
}
.sc04-mq2{
    width: 6840px;
    display: flex;
    transform: translate(0, 0);
    animation: 30s marquee infinite linear;
    -webkit-animation: 30s marquee2 infinite linear;
    -moz-animation: 30s marquee2 infinite linear;
    -o-animation: 30s marquee2 infinite linear;
}
.sc04-mq2 > li {
    margin: 0 10px;
}

.sc04-mq:hover{
    animation-play-state: paused;
}
.sc04-mq2:hover{
    animation-play-state: paused;
}

@keyframes marquee{
    0%{
        transform: translate(0,0);
    }
    100%{
        transform: translate(-1280px, 0);
    }
}
@keyframes marquee2{
    0%{
        transform: translate(-1280px,0);
    }
    100%{
        transform: translate(0, 0);
    }
}

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

    .swiper-pagination.sc04pn{
        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:1366px){ 
    .mc-con{
        padding: 0 30px;
    } 
    .main-caption{
        padding: 0 30px;
    }
    .wz-box{
        width: calc((100% - 50px) / 3);
    }
    .sc03-con{
        padding-left: 30px;
    }

}
@media(max-width:1199px){
    .mc-con{
        padding: 0 15px;
    } 
    .main-caption{
        padding: 0 15px;
    }
    .sc03-con{
        padding-left: 15px;
    }
    .main-caption > h2{
        font-size: 40px;
    }
    .sect-tit{
        margin-bottom: 20px;
    }
    .sect-tit > h3{
        font-size: 36px;
    }
    .wz-wrap{
        gap: 15px;
    }
    .wz-box {
        width: calc((100% - 30px) / 3);
    }
    .wz-pf > p{
        font-size: 14px;
    }
    .wz-cont > li{
        font-size: 14px;
    }
    
}
@media(max-width:800px){
    .wz-box {
        width: calc((100% - 30px) / 2);
        margin-bottom: 10px;
    }
    .wz-img{
        margin-bottom: 10px;
    }
    .wz-btn{
        margin-top: 30px;
    }
    .wz-btn > a{
        min-width: 110px;
        border-radius: 6px;
    }
    .sc03-con{
        padding-right: 15px;
    }
    .sc03-caption > h5{
        font-size: 18px;
    }
    
}
@media(max-width:700px){
    .wz-wrap{
        gap: 0;
    }
    .wz-box{
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .sc03-arr{
        width: 35px;
        height: 35px;
        font-size: 15px;
        top: -6px;
        transform: rotate(-45deg);
    }
    .sc03-caption{
        padding-right: 0;
    }
    .sc04-mq{
        width: 3840px;
    }
    .sc04-mq2{
        width: 3840px;
    }
}

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