section, section *{ 
    box-sizing:border-box; 
}
*{ 
    box-sizing:border-box; 
}
section{ 
    overflow:hidden; 
}
.mc-con{ 
    max-width:1630px; 
    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;
}

.sc01-line{
    display: flex;
    position: absolute;
    left: 50%;
    bottom: -115px;
    transform: translateX(-50%) rotate(3deg);
    z-index: 8;
    width: 105%;
}
.sc01-line img{
    width: 100%;
}

.main-caption{
    width: 100%;
    text-align: left;
    color: #EFEAE6;
    max-width: 1630px;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
}
.main-caption > h2{
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
.main-caption > h5{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 3rem;
    line-height: 1.6;
}
.more-btn-wrap{
    display: flex;
    align-items: center;
}
.more-btn{
    border: 1px solid ;
    padding: 1.5rem 1.5rem;
    font-size: 16px;
    text-align: left;
    color: #1B263B;
    font-weight: 600;
    border-radius: 80px;
    background-color: #fff;
    cursor: pointer;
    min-width: 210px;
    position: relative;
    display: inline-block;
    margin-right: 1rem;
}
.more-btn > span{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    width: 35px;
    height: 35px;
    background-color: #1B263B;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    transition: .3s;
    text-align: center;
    line-height: 37px;
}
.more-btn:hover > span{
    transform: translateY(-50%) rotate(180deg);
}
.more-btn > b{
    font-weight: 600;
    color: #d8151b;
}

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


/* sc02 */
.sc02-bg{
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #F5F6F8;
}
.sc02-bg::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc02-caption{
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.sc02-caption > h3{
    font-size: 45px;
    font-weight: 300;
    margin-bottom: 1.5rem;
}
.sc02-caption > h3 > span{
    font-weight: 800;
}
.sc02-caption > p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}
.sc02-caption > p > span{
    font-weight: 800;
}
.sc02-caption.lt{
    text-align: left;
}
.sc02-caption.ct{
    text-align: center;
}
.sc02-caption.rt{
    text-align: right;
}

.sc02-slide{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.sc02-pn{
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.swiper-pagination.menupn{
    width: 100%;
    position: relative;
    display: flex;
    overflow: hidden;
    padding-top: 20px;
}
.swiper-pagination.menupn .swiper-pagination-bullet{
    width: 33.33333%;
    height: auto;
    background: none;
    display: block;
    text-align: center;
    padding: 0 15px;
    transition: .3s;
    border-radius: 0;
    border: none;
    flex: 0 0 auto;
    opacity: 1;
    position: relative;
}
.swiper-pagination.menupn .swiper-pagination-bullet::after{
    content: "+";
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    opacity: 1;
}
.swiper-pagination.menupn .swiper-pagination-bullet:last-child::after{
    display: none;
}
.swiper-pagination.menupn .swiper-pagination-bullet > h3{
    font-size: 30px;
    font-weight: 800;
    transition: .3s;
    opacity: 0.3;
}
.swiper-pagination.menupn .swiper-pagination-bullet > h3 > span{
    font-size: 18px;
    display: inline-block;
    font-weight: 300;
    margin-top: 10px;
}
.swiper-pagination.menupn .swiper-pagination-bullet:hover > h3{
    opacity: 1;
}
.swiper-pagination.menupn .swiper-pagination-bullet-active > h3{
    transform: translateY(-1rem);
    opacity: 1;
}

/* sc03 */
#sc03{
    padding: 100px 0;
    background-color: #F3F4F7;
}
#sc03::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sect-tit{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    color: #1B263B;
}
.sect-tit > h3{
    font-size: 45px;
    font-weight: 300;
    margin-right: 2rem;
    line-height: 1.4;
}
.sect-tit > h3 > span{
    font-weight: 800;
}
.sect-tit > p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.sc03-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sc03-box{
    width: 32%;
}
.sc03-img{
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}
.sc03-img > img{
    width: 100%;
    display: block;
    border-radius: 20px;
    transition: .3s;
}
.sc03-caption{
    width: 100%;
    padding: 30px;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}
.sc03-icon{
    display: flex;
    width: 50px;
    margin-right: 1rem;
}
.sc03-icon img{
    width: 100%;
}
.sc03-caption > h5{
    color: #ededed;
    font-size: 25px;
    font-weight: 700;
}
.sc03-img:hover > img{
    border-radius: 220px;
}

/* sc04 */
#sc04{
    padding: 100px 0;
    background-color: #F3F4F7;
}
#sc04::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc04-tit{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.sc04-tit .sect-tit{
    margin-bottom: 0;
    width: auto;
}
.sc04-tit.rt{
    flex-direction: row-reverse;
}
.sc04-tit.rt .sect-tit{
    flex-direction: row-reverse;
}
.sc04-tit.rt .sect-tit > h3{
    margin-right: 0;
    margin-left: 2rem;
}
.sc04-more{
    display: flex;
    align-items: center;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    transition: .3s;
    min-width: 70px;
}
.sc04-more > span{
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    margin-top: 2px;
}
.sc04-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    gap: 20px;
}
.sc04-wrap.white{
    margin-bottom: 75px;
}
.sc04-wrap.grey .sc04-box{
    background-color: #ededed;
}
.sc04-box{
    width: calc(100% / 4 - 15px);
    padding: 30px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
    transition: .3s;
    color: #000;
}
.sc04-box > h5{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.sc04-box > h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1rem;
}
.sc04-box > p{
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
}
.sc04-box:hover{
    transform: translateY(-10px);
    background-color: #6A0D25;
    color: #fff;
    box-shadow: 0;
}
.sc04-wrap.grey .sc04-box:hover{
    background-color: #1B263B;
}

/* sc05 */
#sc05{
    padding: 100px 0;
    background-color: #F3F4F7;
}
.sc05-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sc05-box{
    width: 50%;
}

.sc05-map-area{
    width: 48%;
}
.sc05-map{
    width: 100%;
}
.map-area{
    width: 100%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
    border: 1px solid #d9d9d9;
}
.map-caption > ul > li{
    font-size: 14px;
    color: #000;
    font-weight: 300;
    margin-bottom: 1rem;
}
.map-caption > ul > li:last-child{
    margin-bottom: 0;
}
.map-caption > ul > li > span{
    font-weight: 600;
}
.root_daum_roughmap{
    width: 100% !important;
}
.root_daum_roughmap .cont, .root_daum_roughmap .wrap_controllers{
    display: none;
}
.tab_tit{
  width: 100%;
  margin-bottom: 30px;
}
.tab_tit > ul{
  width: 100%;
  display: flex;
}
.tab_tit > ul > li{
  flex: 0 0 auto;
  width: 50%;
  padding: 20px 5px;
  background-color: #fcfcfc;
  font-size: 16px;
  color: #323130;
  font-weight: 700;
  text-align: center;
  transition: .3s;
  cursor: pointer;
  border: 1px solid #dedede;
}
.tab_tit > ul > li.on{
  background-color: #3E4C59;
  color: #fff;
  border-color: #3E4C59;
}
.tab{
  display: none;
}
.tab:first-child{
  display: block;
}

.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: #1B263B;
    border-color: #1B263B;
    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;
}
.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: #1B263B;
    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;
}

#modal{
    position: fixed; top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}
.modal_content{
    width: 80%;
    max-width: 1000px;
    background-color: #fff;
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.modal_body{
    padding: 2rem 2rem 80px;
    height: 600px;
    overflow-y: auto;
}
.modal_body > p{
    font-size: 16px;
    line-height: 1.5;
}
.modal_foot{
    width: 100%;
    height: 50px;
    position: absolute; bottom: 0; left: 0;
    background-color: #f5f5f5;
    text-align: center;
}
.modal_foot .pol-close{
    padding: 10px 20px;
    background-color: #f5f5f5;
    color: #000;
    margin-top: 5px;
    font-size: 18px;
    cursor: pointer;
}

.map-area{
    width: 100%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
    border: 1px solid #d9d9d9;
}
.map-caption > ul > li{
    font-size: 14px;
    color: #000;
    font-weight: 300;
    margin-bottom: 1rem;
}
.map-caption > ul > li:last-child{
    margin-bottom: 0;
}
.map-caption > ul > li > span{
    font-weight: 600;
}
.root_daum_roughmap{
    width: 100% !important;
}
.root_daum_roughmap .cont, .root_daum_roughmap .wrap_controllers{
    display: none;
}

@media ( max-width: 1100px ) {
    .sc04-box{
        width: calc(100% / 3 - 15px);
    }
}
@media ( max-width: 900px ) {
    .sc04-box{
        width: calc(100% / 2 - 10px);
    }
}
@media ( max-width: 650px ) {
    .sc04-box{
        width: 100%;
    }
}

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

	.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;
    }
    
}
@media(max-width:1600px){
    .mc-con{
        padding: 0 3rem;
    }
    .main-caption{
        padding: 0 3rem;
    }
}
@media(max-width:1199px){
	.sc01_fr{ 
        padding:150px 15px; 
    }
	.sc01_nav{ 
        display:none; 
    }
    .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{
        padding: 0 15px;
    }
    .sc01-line{
        display: none;
    }
    .main-caption > h2{
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 1rem;
    }
    .more-btn-wrap{
        justify-content: space-between;
    }
    .more-btn{
        font-size: 13px;
        padding: 1rem;
        margin: 0;
        width: 49%;
        min-width: auto;
    }
    .more-btn > span{
        width: 25px;
        height: 25px;
        line-height: 25px;
        right: 1rem;
        font-size: 13px;
    }

    .sc02-pn{
        display: none;
    }
    .sc02-caption{
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .sc02-caption > h3{
        font-size: 24px;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .sc02-caption > h3 > span{
        font-weight: 700;
    }
    .sc02-caption > p{
        font-size: 13px;
        font-weight: 300;
        margin-bottom: 1.5rem;
    }
    .sc02-caption > p > span{
        font-weight: 600;
    }
    .sc02-mc{
        width: 100%;
        padding: 16px;
        text-align: center;
        background-color: #ededed;
        border-radius: 16px;
        color: #1B263B;
    }
    .sc02-mc > h5{
        font-size: 17px;
        font-weight: 800;
    }
    .sc02-mc > h5 > span{
        display: block;
        font-weight: 400;
        margin-top: 5px;
    }

    #sc03{
        padding: 70px 0;
    }
    .sect-tit{
        flex-direction: column;
        margin-bottom: 30px;
    }
    .sect-tit > h3{
        font-size: 24px;
        font-weight: 700;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .sect-tit > p{
        font-size: 16px;
    }
    .sc03-wrap{
        display: none;
    }
    .sc03-slide{
        width: 100%;
        position: relative;
        display: block;
        padding: 0;
    }
    .sc03Swiper{
        padding-bottom: 35px;
        position: relative;
    }
    .swiper-pagination{
        bottom: 0 !important;
    }
    .sc03-img{
        border-radius: 20px;
    }
    .sc03-mo{
        text-align: center;
    }
    .sc03-mo > h3{
        font-size: 20px;
        color: #000;
        font-weight: 600;
        margin-top: 1rem;
    }

    #sc04{
        padding: 70px 0;
    }
    .sc04-tit{
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 16px;
    }
    .sc04-more{
        font-size: 16px;
        margin-top: 1rem;
    }
    .sc04-more > span{
        margin-top: 1px;
        font-size: 11px;
        margin-right: 8px;
    }
    .sc04-wrap.white{
        margin-bottom: 50px;
    }
    .sc04-tit.rt{
        flex-direction: column;
        align-items: flex-end;
    }
    .sc04-tit.rt .sect-tit{
        flex-direction: column;
        text-align: right;
    }
    .sc04-tit.rt .sect-tit > h3{
        margin-left: 0;
    }
    .sc04-tit.rt .sc04-more{
        justify-content: flex-end;
    }

    #sc05{
        padding: 70px 0;
    }
    .sc05-wrap{
        flex-direction: column-reverse;
    }
    .sc05-box{
        width: 100%;
        margin-bottom: 2rem;
    }
    .sc05-map-area{
        width: 100%;
    }
    .sc05-map{
        width: 100%;
    }
    .form-bg{
        padding: 1rem;
        border-radius: 20px;
    }
    .form-wrap.mo{
        flex-direction: column;
    }
    .form-wrap.mo .form-box{
        width: 100%;
        margin-bottom: 1rem;
    }
    .form-wrap.mo .form-box:last-child{
        margin-bottom: 0;
    }
    .form-box input{
        font-size: 14px;
    }
    .form-box input::placeholder{
        font-size: 14px;
    }
    .form-box label p.on{
        font-size: 14px;
    }
    .form-box label p.on > span{
        left: 15px;
    }
    .form-textarea textarea{
        font-size: 14px;
    }
    .form-textarea textarea::placeholder{
        font-size: 14px;
    }
    .submit-wrap{
        flex-direction: column;
    }
    .submit-caption{
        margin-bottom: 1rem;
        width: 100%;
        justify-content: space-between;
    }
    .submit-caption label{
        font-size: 14px;
    }
    .pol-btn{
        font-size: 12px;
        padding: 8px 16px;
        margin-left: 3px;
    }
    .submit-caption label input{
        margin: 0;
    }
    .modal_body{
        height: 400px;
        padding: 1rem 1rem 60px;
    }
    .modal_foot{
        height: 45px;
    }
    .modal_foot .pol-close{
        margin-top: 3px;
        font-size: 16px;
    }
    .modal_body > p{
        font-size: 14px;
    }
    .sbtn{
        padding: 1rem 3rem;
        width: 100%;
        margin-left: 0;
        margin-top: 1rem;
        text-align: center;
    }
    .submit-btn > span{
        top: 32px;
    }
    .submit-btn{
        width: 100%;
    }
    .form-wrap.radio{
        flex-wrap: wrap;
        gap: 10px;
    }
    .form-wrap.radio .form-box{
        width: calc((100% - 10px) / 2);
    }
    .submit-btn-wrap{
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .root_daum_roughmap .wrap_map{
        height: 300px !important;
    }
    .map-area{
        margin-bottom: 1rem;
    }
}

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