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

.main-caption{
    width: 100%;
    text-align: center;
    color: #fff;
    max-width: 1630px;
    padding: 0 15px;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
.main-caption > h2{
    font-size: 50px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}
.main-caption > h5{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 4rem;
    line-height: 1.6;
}
.paper-slide{
    position: relative;
    overflow: hidden;
    max-width: 700px;
    margin: 0 auto;
}
.ppSwiper{
    position: relative;
    overflow: hidden;
}
.pp-img{
    display: flex;
}
.pp-img img{
    width: 100%;
}

.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{
    padding: 100px 0;
    background-color: #000;
}
.sc02-tp{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.sc02-tit{
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0 80px;
}
.sc02-tit > h3{
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    position: relative;
}
.sc02-tit > h3::after{
    content: "";
    width: 150px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.sc02-tit > p{
    font-size: 16px;
    font-weight: 100;
    color: #fff;
}
.sc02-tit > p > span{
    font-weight: 800;
    color: #e63946;
}
.sc02-slide{
    width: 100%;
}
.sc02Swiper{
    position: relative;
    overflow: hidden;
    padding-top: 10px;
}
.sc02-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.sc02-box{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: calc((100% - 75px) / 4);
    height: 250px;
    border-radius: 16px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #666;
    overflow: hidden;
    color: #fff;
    padding: 30px;
    transition: .3s;
}
.sc02-box::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.sc02-box-ct{
    display: inline-block;
    padding: 10px 30px;
    font-size: 15px;
    color: #ededed;
    font-weight: 700;
    border-radius: 0 0 20px 20px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #d8151b;
    z-index: 2;
}
.sc02-box-tit{
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    position: relative;
    z-index: 2;
}
.sc02-box-tit > h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.sc02-box-tit > p{
    font-size: 16px;
    font-weight: 400;
    transition: .3s;
}
.sc02-box > p{
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 2;
}

.sc02-box:hover{
    transform: translateY(-10px);
}
.sc02-box:hover .sc02-box-tit > p{
    color: #E63946;
}

.swiper-button-next.sc02, .swiper-button-prev.sc02{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    margin-top: 0;
    transform: translateY(-50%);
    color: #000;
    font-size: 16px;
    transition: .3s;
}
.swiper-button-next.sc02{
    right: 0;
}
.swiper-button-prev.sc02{
    left: 0;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
.swiper-button-next.sc02:hover, .swiper-button-prev.sc02:hover{
    background-color: #E63946;
    color: #fff;
}

.sc02-more{
    width: 100%;
    padding-top: 2rem;
    text-align: center;
}
.sc02-more > a{
    display: inline-block;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 15px;
    background-color: #fff;
    transition: .3s;
}
.sc02-more > a:hover{
    color: #fff;
    background-color: #E63946;
}

/* sc03 */
#sc03{ 
    background-color:#333; 
    padding: 100px 0;
    position: relative; 
    overflow: hidden;
}
#sc03::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc03-tit{
    width: 100%;
    text-align: right;
    color: #fff;
    margin-bottom: 60px;
}
.sc03-tit > h3{
    font-size: 40px;
    font-weight: 100;
}
.sc03-tit > h3 > span{
    color: #e63946;
    font-weight: 800;
}
.sc03-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sc03-box{
    width: 32.33333%;
}
.sc03-img{
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: .3s;
}
.sc03-img img{
    width: 100%;
    display: block;
    transition: .3s;
}
.sc03-caption{
    display: flex;
    align-items: center;
    color: #fff;
    position: absolute;
    bottom: 25px;
    right: 25px;
}
.sc03-icon{
    display: flex;
    margin-right: 1rem;
    width: 50px;
}
.sc03-icon img{
    width: 100%;
}
.sc03-cont > p{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.sc03-cont > h5{
    font-size: 20px;
    font-weight: 600;
}

.sc03-img:hover{
    border-radius: 0 100px 0 100px;
}
.sc03-img:hover > img{
    filter: grayscale(100%);
}

/* sc04 */
#sc04{
    padding: 100px 0;
    background-color: #555;
    position: relative;
    overflow: hidden;
    transition: .3s;
}
#sc04::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc04-tit{
    width: 100%;
    color: #fff;
    margin-bottom: 60px;
}
.sc04-tit > h3{
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 10px;
}
.sc04-tit > p{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 2rem;
}
.more-btn{
    padding: 1.5rem 1.5rem;
    font-size: 16px;
    text-align: left;
    color: #fff;
    font-weight: 600;
    border-radius: 80px;
    background-color: #E63946;
    cursor: pointer;
    min-width: 230px;
    position: relative;
    display: inline-block;
}
.more-btn > span{
    display: inline-block;
    font-size: 16px;
    color: #E63946;
    width: 35px;
    height: 35px;
    background-color: #fff;
    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);
}
.sc04-wrap{
    width: 100%;
}
.sc04-wrap > li{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 90px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.sc04-caption{
    width: 50%;
    text-align: left;
}
.sc04-caption > h3{
    font-size: 40px;
    color: #ededed;
    font-weight: 800;
    margin-bottom: 10px;
    transition: .3s;
}
.sc04-caption > p{
    font-size: 16px;
    color: #ededed;
    font-weight: 300;
}
.sc04-cont{
    width: 50%;
    text-align: right;
}
.sc04-cont > p{
    font-size: 20px;
    color: #ededed;
    font-weight: 300;
    line-height: 1.6;
}
.sc04-wrap > li:hover .sc04-caption > h3{
    color: #e63946;
}

/* sc05 */
#sc05{
    padding: 100px 0;
    background-color: #f9f9f9;
}
.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: #3E4C59;
    border-color: #3E4C59;
    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: #3E4C59;
    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 ) {
    .sc02-box{
        width: calc(100% / 3 - 18px);
    }
}
@media ( max-width: 900px ) {
    .sc02-box{
        width: calc(100% / 2 - 13px);
    }
    .sc02-tit > h3{
        font-size: 30px;
    }
    .sc02-tit > p{
        font-size: 14px;
    }
}
@media ( max-width: 650px ) {
    .sc02-box{
        width: 100%;
    }
    .sc02-tit > h3{
        font-size: 24px;
    }
}
@media ( max-width: 425px ) {
    .sc02-tit > h3{
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }
}

@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;
    }
    
}
@media(max-width:1600px){
    .mc-con{
        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{
        top: auto;
        bottom: 75px;
    }
    .main-caption > h2{
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 1rem;
    }
    .main-caption > h5{
        margin-bottom: 2rem;
    }
    
    #sc02{
        padding: 70px 0;
    }
    .sc02-tit{
        padding: 0 40px;
    }
    .swiper-button-next.sc02, .swiper-button-prev.sc02{
        width: 35px;
        height: 35px;
        font-size: 13px;
    }
    .sc02-tp{
        margin-bottom: 30px;
    }

    #sc03{
        padding: 70px 0;
    }
    .sc03-tit{
        margin-bottom: 20px;
    }
    .sc03-tit > h3{
        font-size: 24px;
    }
    .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 > h5{
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        margin-top: 1rem;
    }
    .sc03-mo > h3{
        font-size: 20px;
        color: #fff;
        font-weight: 600;
        margin-top: 5px;
    }
    .sc03Swiper .swiper-pagination-bullet{
        background: #fff;
    }

    #sc04{
        padding: 70px 0;
    }
    .sc04-tit > h3{
        font-size: 24px;
    }
    .sc04-tit > p{
        margin-bottom: 1.5rem;
    }
    .more-btn{
        padding: 1rem;
        font-size: 13px;
        min-width: 180px;
    }
    .more-btn > span{
        font-size: 13px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        right: 1rem;
    }
    .sc04-wrap{
        display: none;
    }
    .sc04-slide{
        width: 100%;
        position: relative;
        display: block;
        padding: 0;
    }
    .sc04Swiper{
        padding-bottom: 35px;
        position: relative;
    }
    .swiper-pagination{
        bottom: 0 !important;
    }
    .sc04Swiper .swiper-pagination-bullet{
        background: #fff;
    }
    .sc04-caption{
        width: 100%;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .sc04-cont{
        width: 100%;
        text-align: left;
    }
    .sc04-caption > p{
        font-size: 13px;
    }
    .sc04-caption > h3{
        font-size: 24px;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .sc04-cont > p{
        font-size: 13px;
    }

    #sc05{
        padding: 70px 0;
    }
    .sc05-wrap{
        flex-direction: column-reverse;
    }
    .sc05-box{
        width: 100%;
        margin-bottom: 2rem;
    }
    .sc05-map{
        width: 100%;
    }
    .sc05-map-area{
        width: 100%;
    }
    .tab_tit{
        margin-bottom: 20px;
    }
    .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);
    }
}
