section, section *{ 
    box-sizing:border-box; 
}
*{ 
    box-sizing:border-box; 
}
section{ 
    overflow:hidden; 
}
section:last-child{ 
    padding-bottom:150px !important; 
}

.sect-tit{
    text-align: center;
    color: #000;
    padding: 0 15px;
}
.sect-tit > h3{
    font-size: 70px;
    font-weight: 900;
}
.sect-tit > p{
    font-size: 26px;
    font-weight: 300;
    margin-top: 1rem;
}

/* ld */
.ld{ position:fixed; z-index:99999999999999; top:0; left:0; width:100%; height:100%; background-color:#000; display:flex; align-items:center; justify-content:center; flex-direction: column;}
.ld, .ld *{ box-sizing:border-box; }
.ld_box{width: 100%; opacity: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.ld_lg{ width: 100%; margin-bottom: 25px; max-width: 200px;}
.ld.act .ld_box{ animation:2s fadeinout 0.5s forwards; }
.ld_txt > ul{
    display: flex;
}
.ld_txt{
    margin-bottom: 50px;
}
.ld_txt > ul > li{font-size:16px; font-weight:400; color:#fff; margin-right: 10px; padding-right: 10px; position: relative;}
.ld_txt > ul > li::after{
    content: "";
    width: 1px;
    height: 12px;
    position: absolute;
    top: 4px;
    right: 0;
    background-color: rgba(255, 255, 255, 0.3);
}
.ld_txt > ul > li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.ld_txt > ul > li:last-child::after{
    display: none;
}

@keyframes fadeinout{
	0%{ transform:translate(0, 50px); opacity:0 }
	100%{ transform:translate(0, 0); opacity:1 }
}

.ld-bar-wrap{
    width: 282px;
}
.ld-bar{
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
}
.ld-bar::before{
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 4s;
    background-color: #fff;
}
.ld.act .ld-bar::before{
    width: 100%;
}
.ld-count{
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin-bottom: 1rem;
}

.mc-con{ 
    max-width:1460px; 
    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%; 
    padding: 0 100px; 
    position: absolute;
    left: 0; 
    bottom: 100px; 
    z-index: 99; 
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.main-tit{
    max-width: 725px;
    position: relative;
    overflow: hidden;
}
.main-tit > h2{
    font-size: 50px; 
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
.main-tit > h5{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}
.main-cont{
    width: 35%;
}
.main-yt{
  position:relative;
  height:0;
  padding-bottom:56.25%;
}
.main-yt iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.ml-slide{
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.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;
    }
}
.ml-img{
    display: flex;
}
.ml-img img{
    width: 100%;
}


#sc02{
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.sc02-bg-sect{
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: .3s ease ;
    position: relative;
    z-index: 9;
    display: flex;
    background-color: #000000;
}
.sc02-bg-box{
    width: calc(100% / 4);
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sc02-bg-box::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc02-caption{
    padding: 0 15px;
    color: #fff;
    transition: .4s;
    position: relative;
    z-index: 3;
}
.sc02-caption > h3{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    transition: .3s;
    position: relative;
    display: inline-block;
}
.sc02-caption > h3::after{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #E6001F;
    position: absolute;
    top: -5px;
    right: -15px;
    transition: .3s;
    opacity: 0;
    transition-delay: .2s;
}
.sc02-caption > p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    transition: .3s;
    transition-delay: .1s;
}

/*ad01*/

.ad01_con{ overflow:hidden; position:sticky; top:0; }
.ad01_hw{ display:flex; }
.ad01_hp{ height:100vh; }


/*hp01*/
#hp01{ position:relative; z-index:1; display:flex; align-items: center; min-width:calc(100% + 190px); background-color: #000;}
#hp02{ position:relative; z-index:1; display:flex; align-items: center; min-width:100%; background-color: #000;}
#hp03{ position:relative; z-index:1; display:flex; align-items: center; min-width:100%; background-color: #000;}
#hp04{ position:relative; z-index:1; display:flex; align-items: center; min-width:100%; background-color: #000;}

.hp-bg{
    width: 100%;
    min-width: 100%;
    padding: 100px 50px;
    background-color: #111111;
    display: flex;
    justify-content: center;
}
.hp-wrap{
    display: flex;
    align-items: center;
}
.hp-caption{
    padding-right: 100px;
    color: #fff;
}
.hp-caption > h3{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.hp-caption > h5{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
}
.hp-caption > p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}
.hp-img{
    display: flex;
    position: relative;
    max-width: 740px;
    overflow: hidden;
}
.hp-img::after{
    content: "";
    width: 100%;
    height: 0%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6)), linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: .3s;
}
.hp-img:hover::after{
    height: 15%;
}
.hp-img img{
    width: 100%;
}
.hp-img > h5{
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    width: 100%;
    padding: 30px;
    text-align: right;
    position: absolute;
    left: 0;
    bottom: -15px;
    opacity: 0;
    transition: .4s;
    z-index: 2;
}
.hp-img:hover > h5{
    opacity: 1;
    bottom: 0;
}

.hp01-wrap{
    display: flex;
}
.hp01-box{
    margin-right: 50px;
}
.hp01-box:last-child{
    margin-right: 0;
}

/* sc03 */
#sc03{
    padding: 200px 0;
    background-color: #1D1D1D;
    position: relative;
}
#sc03::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
#sc03 .mc-con{
    position: relative;
    z-index: 3;
}
.sc03-tit{
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
}
.sc03-tit > p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    margin-left: 40px;
    padding-left: 40px;
    position: relative;
    text-align: left;
}
.sc03-tit > p::before{
    content: "";
    width: 1px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ddd;
}
.sc03-tit > p > span{
    font-weight: 700;
    font-size: 20px;
}
.sect-lg{
    display: flex;
}
.sect-lg img{
    width: 100%;
    max-width: 155px;
}
.sc03-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.sc03-box{
    width: 49%;
}
.yt-list-flex{
    display: flex;
    width: 100%;
    align-items: center;
}
.yt_img{
    display: flex;
    width: 35%;
}
.yt_img img{
    width: 100%;
}
.yt-caption{
    width: 65%;
    padding-left: 2rem;
    color: #fff;
}
.yt-caption > h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.yt-caption > p{
    font-size: 16px;
    font-weight: 400;
}
.yt-cont{ position:relative; z-index:1; width:100%; padding-top:56.25%; }
.yt-cont > iframe{ position:absolute; z-index:1; top:0; left:0; width:100%; height:100%; }
.yt-list{cursor: pointer; margin-bottom: 1.5rem;}
.yt-list:last-child{margin-bottom: 0;}

.yt-pm.none{display: none;}

.yt-list-wrap::-webkit-scrollbar{ width:10px; }
.yt-list-wrap::-moz-scrollbar{ width:10px; }
.yt-list-wrap::-o-scrollbar{ width:10px; }
.yt-list-wrap::-webkit-scrollbar-track{ background-color:#ddd; border-radius:20px;}
.yt-list-wrap::-moz-scrollbar-track{ background-color:#ddd; border-radius:20px;}
.yt-list-wrap::-o-scrollbar-track{ background-color:#ddd; border-radius:20px;}
.yt-list-wrap::-webkit-scrollbar-thumb{ background-color:#004098; border-radius:20px; }
.yt-list-wrap::-moz-scrollbar-thumb{ background-color:#004098; border-radius:20px; }
.yt-list-wrap::-o-scrollbar-thumb{ background-color:#004098; border-radius:20px; }

/* sc04 */
#sc04{
    padding: 200px 0;
    background-color: #1D1D1D;
    position: relative;
}
#sc04::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc04-con{
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 0 100px;
}
.sc04-tit{
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}
.sc04-tit > h3{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1rem;
}
.sc04-tit > p{
    font-size: 20px;
    font-weight: 300;
}
.sc04-wrap{
    width: 100%;
    display: flex;
}
.sc04-wrap.mb{
    margin-bottom: 40px;
}
.sc04-box{
    width: 50%;
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.sc04-box::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: .4s;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}
.sc04-img{
    display: flex;
    width: 100%;
    transition: .4s ease-in;
}
.sc04-img img{
    width: 100%;
}
.sc04-box:hover::before{
    opacity: 1;
}
.sc04-box:hover .sc04-img{
    transform: scale(1.1);
}
.sc04-caption{
    width: 100%;
    padding: 25px;
    color: #fff;
    opacity: 0;
    transition: .5s;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}
.sc04-caption > h5{
    font-size: 18px;
    font-weight: 300;
}
.sc04-caption > p{
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
}
.sc04-box:hover .sc04-caption{
    opacity: 1;
}

/* sc05 */
#sc05{
    padding: 100px 0;
    background-color: #292929;
    position: relative;
}
#sc05::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc05-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sc05-box{
    width: 49%;
}
.sc05-img{
    display: flex;
    position: relative;
    overflow: hidden;
}
.sc05-img::after{
    content: "";
    width: 100%;
    height: 0%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6)), linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: .3s;
}
.sc05-img:hover::after{
    height: 35%;
}
.sc05-img img{
    width: 100%;
    transition: .4s;
    display: block;
}
.sc05-caption{
    color: #fff;
    width: 100%;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.sc05-img:hover img{
    transform: scale(1.1);
}
.sc05-caption > h3{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.sc05-caption > p{
    font-size: 16px;
    font-weight: 400;
}

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

    .sc02-slide{
        display: none;
    }

    #sc02::after{
        content: "";
        width: 100%;
        height: 100%;
        background-color: #000000;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        transition: .7s;
        transition-delay: 2.2s;
        opacity: 1;
    }
    #sc02.main_sc.ani.act::after{
        opacity: 0;
        top: 100%;
    }
    .sc02-line{
        width: 1px;
        height: 0%;
        background-color: rgba(255, 255, 255, 0.2);
        position: absolute;
        top: 0;
        transition: 2s;
        z-index: 11;
    }
    .sc02-line.ani.act{
        height: 100%;
    }
    .sc02-line.line1{
        left: 25%;
    }
    .sc02-line.line2{
        left: 50%;
        transition-delay: .5s;
    }
    .sc02-line.line3{
        right: 25%;
        transition-delay: 1s;
    }
    .sc02-bg-box:hover .sc02-caption > h3{
        transform: translateY(-20px);
    }
    .sc02-bg-box:hover .sc02-caption > h3::after{
        opacity: 1;
    }
    .sc02-bg-box:hover .sc02-caption > p{
        transform: translateY(-20px);
    }

    .yt-list-wrap{
        width: 100%;
        height: 394px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    
}
@media(max-width:1399px){
    .main-caption{
        padding: 0 30px;
    }
    .hp-bg{
        max-height: 75%;
        padding: 80px 30px;
    }
    .hp01-box{
        margin-right: 20px;
    }
    .hp-caption{
        padding-right: 30px;
    }
    .mc-con{
        padding: 0 30px;
    }
    .sc04-con{
        padding: 0 30px;
    }

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

    .sect-tit > h3{
        font-size: 30px;
    }
    .sect-tit > p{
        font-size: 16px;
    }

	.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-tit > h2{
        font-size: 30px;
        margin-bottom: 1rem;
    }
    .main-tit > h5{
        font-size: 14px;
    }
    .main-caption{
        padding: 0 15px;
        flex-direction: column;
        align-items: center;
        bottom: 15px;
    }
    .main-tit{
        max-width: 100%;
        margin-bottom: 1.5rem;
        text-align: center;
    }
    .ml-slide{
        margin-top: 30px;
    }
    .main-cont{width: 100%;}

    .sc02-bg-sect{
        display: none;
    }
    .sc02-slide{
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .sc02Swiper{
        position: relative;
    }
    .sc02-img{
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        position: relative;
    }
    .sc02-img::after{
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .sc02-caption{
        z-index: 2;
        width: 100%;
        text-align: center;
    }
    .sc02-caption > h3{
        font-size: 28px;
        margin-bottom: 1rem;
    }
    .sc02-caption > p{
        line-height: 1.6;
    }
    .sc02-caption > h3::after{
        width: 8px;
        height: 8px;
        top: -3px;
        right: -13px;
        opacity: 1;
    }

    .yt-list-wrap{ overflow-y:hidden; overflow-x:auto; white-space:nowrap; font-size:0; }
    
    .yt-list-wrap::-webkit-scrollbar{ height:5px; }
    .yt-list-wrap::-moz-scrollbar{ height:5px; }
    .yt-list-wrap::-o-scrollbar{ height:5px; }
    
    .yt-list{ width:min(300px, 80vw); display:inline-block; padding:1rem; margin:0; }

    .yt-list-flex{
        align-items: flex-start;
        flex-direction: column;
        margin-top: 10px;
        height: 260px;
    }
    .yt_img{
        width: 100%;
        margin-bottom: 1rem;
    }
    .yt-caption{
        padding-left: 0;
        width: 100%;
        white-space: pre-wrap;
    }

    #hp01{
        min-width: 350%;
    }
    #hp02{
        min-width: 245%;
    }
    #hp03{
        min-width: 256%;
    }
    #hp04{
        min-width: 274%;
    }
    #hp01 .hp-caption{
        min-width: 315px;
    }
    #hp02 .hp-caption{
        min-width: 400px;
    }
    #hp03 .hp-caption{
        min-width: 440px;
    }
    #hp04 .hp-caption{
        min-width: 510px;
    }
    .hp-caption > h3{
        font-size: 24px;
    }
    .hp-caption > p{
        font-size: 14px;
    }
    .hp-img > h5{
        opacity: 1;
        bottom: 0;
        font-size: 18px;
        padding: 20px;
    }
    .hp-img::after{
        height: 20%;
    }

    #sc03{
        padding: 100px 0;
    }
    .sc03-tit{
        align-items: flex-start;
        flex-direction: column;
    }
    .sect-lg img{
        max-width: 120px;
    }
    .sc03-tit > p{
        font-size: 14px;
        padding-left: 0;
        margin-left: 0;
        padding-top: 1rem;
        margin-top: 1rem;
    }
    .sc03-tit > p > span{
        font-size: 18px;
        display: inline-block;
        margin-bottom: 10px;
    }
    .sc03-tit > p::before{
        display: none;
    }
    .sc03-tit > p::after{
        content: "";
        width: 40px;
        height: 1px;
        background-color: #ddd;
        position: absolute;
        top: 0;
        left: 0;
    }
    .sc03-wrap{
        flex-direction: column;
        margin-top: 30px;
    }
    .sc03-box{
        width: 100%;
    }
    .yt-caption > h3{
        font-size: 14px;
    }
    .yt-caption > p{
        font-size: 12px;
    }

    #sc04{
        padding: 100px 0;
    }
    .sc04-con{
        padding: 0 15px;
    }
    .sc04-tit{
        margin-bottom: 30px;
    }
    .sc04-tit > h3{
        font-size: 24px;
    }
    .sc04-tit > p{
        font-size: 16px;
    }
    .sc04-wrap{
        flex-direction: column;
    }
    .sc04-wrap.mb{
        margin-bottom: 0;
    }
    .sc04-box{
        width: 100%;
        padding-bottom: 85px;
    }
    .sc04-caption{
        padding: 0;
        opacity: 1;
        bottom: 30px;
        text-align: center;
    }
    .sc04-caption > p{
        font-size: 12px;
        margin-bottom: 5px;
    }
    .sc04-caption > h5{
        font-size: 16px;
        font-weight: 500;
    }

    #sc05{
        padding: 80px 0;
    }
    .sc05-wrap{
        flex-direction: column;
    }
    .sc05-box{
        width: 100%;
    }
    .sc05-caption{
        padding: 15px;
    }
    .sc05-caption > h3{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .sc05-caption > p{
        font-size: 14px;
    }
    .sc05-img::after{
        height: 70%;
    }
    .sc05-img:hover::after{
        height: 100%;
    }
    
}
@media(max-width:576px){
    .yt-list{ width:min(300px, 55vw); padding:1rem 0.5rem; }
}

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