section, section *{ 
    box-sizing:border-box; 
}
*{ 
    box-sizing:border-box; 
}
section{ 
    overflow:hidden; 
}
.mc-con{ 
    max-width:1350px; 
    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%;
    max-width: 1350px;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
    text-align: center;
}
.main-caption > h5{
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    letter-spacing: 7px;
    margin-bottom: 24px;
}
.main-caption > h2{
    font-size: 64px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 24px;
    letter-spacing: 6px;
}
.main-caption > h3{
    font-size: 20px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
    letter-spacing: 4px;
}
.main-caption > p{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 300;
    margin-bottom: 55px;
    line-height: 2;
}
.main-caption > a{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 15px 35px;
    border-radius: 30px;
    background-color: #D4854A;
}

.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%; 
    transform:translate(-50%,-50%); 
}

.vimeo_player_wrapper{
    opacity: 1 !important;
}

.scroll{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 50px;
    z-index: 88;
}
.scroll > p{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    letter-spacing: 5px;
    margin-bottom: 10px;
}
.scroll > div{
    width: 1px;
    height: 50px;
    position: relative;
    overflow: hidden;
}
.scroll > div::after{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.50) 100%);
    position: absolute;
    top: -100%;
    left: 0;
    animation: scroll 3s infinite ease-in-out;
}

/* sc02 */
#sc02{
    width: 100%;
    padding: 120px 0;
    background: linear-gradient(0deg, #F5F1E8 0%, #F5F1E8 100%), #FFF;
}
.sc02-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sc02-caption{
    width: 48%;
}
.caption-tit{
    width: 100%; 
}
.caption-tit > h5{
    font-size: 12px;
    color: #D4854A;
    font-weight: 400;
    letter-spacing: 6px;
    margin-bottom: 25px;
}
.caption-tit > h3{
    font-size: 35px;
    color: #1a1a1a;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 4px;
    margin-bottom: 40px;
}
.caption-tit > p{
    font-size: 16px;
    font-weight: 300;
    color: #4a4a4a;
    line-height: 1.8;
}
.sc02-cont{
    width: 47%;
}
.sc02-ct-wrap{
    width: 100%;
    display: flex;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #d8d0c0;
}
.sc02-ct{
    text-align: center;
    margin-right: 40px;
}
.sc02-ct > span{
    display: inline-flex;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #ebe5d8;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #D4854A;
    margin-bottom: 15px;
}
.sc02-ct > h5{
    font-size: 15px;
    color: #1a1a1a;
    font-weight: 500;
    margin-bottom: 5px;
}
.sc02-ct > p{
    font-size: 13px;
    color: #7a7a7a;
    font-weight: 300;
}
.sc02-slide{
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}
.sc02-img{
    display: flex;
}
.sc02-img img{
    width: 100%;
}
.swiper-pagination.sc02pn .swiper-pagination-bullet-active{
    background: #D4854A;
}

/* sc03 */
#sc03{
    width: 100%;
    padding: 120px 0;
    background-color: #ebe5d8;
}
.sect-tit{
    width: 100%;
    margin-bottom: 60px;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
}
.sect-tit::after{
    content: "";
    width: 50px;
    height: 2px;
    background-color: #D4854A;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
}
.sect-tit > h5{
    font-size: 13px;
    color: #d8d0c0;
    font-weight: 400;
    margin-bottom: 1rem;
    letter-spacing: 8px;
}
.sect-tit > h3{
    font-size: 32px;
    color: #1a1a1a;
    font-weight: 400;
    letter-spacing: 4px;
}
.sc03-wrap{
    width: 100%;
    display: flex;
    gap: 25px;
}
.sc03-box{
    display: block;
    width: calc((100% - 75px) / 4);
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.06);
    transition: .3s;
    overflow: hidden;
}
.sc03-box:hover{
    transform: translateY(-6px);
    box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.10);
}
.sc03-img{
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}
.sc03-img::after{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 60%, rgba(0, 0, 0, 0.30) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.sc03-img img{
    width: 100%;
}
.sc03-img > span{
    display: inline-block;
    font-size: 12px;
    padding: 7px 14px;
    border-radius: 30px;
    background-color: #D4854A;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
}
.sc03-caption{
    width: 100%;
    padding: 25px;
}
.sc03-caption > h3{
    font-size: 19px;
    color: #1a1a1a;
    font-weight: 500;
    margin-bottom: 8px;
}
.sc03-caption > p{
    font-size: 14px;
    color: #7a7a7a;
    font-weight: 300;
    margin-bottom: 20px;
}
.sc03-caption > h5{
    font-size: 20px;
    color: #D4854A;
    font-weight: 500;
    margin-bottom: 20px;
}
.sc03-caption > h5 > span{
    display: inline-block;
    font-size: 12px;
    color: #7a7a7a;
    font-weight: 400;
}
.sc03-caption > .more{
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    background-color: #f5f1e8;
    text-align: center;
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 400;
    transition: .3s;
}
.sc03-box:hover .sc03-caption > .more{
    color: #D4854A;
}

/* sc04 */
#sc04{
    width: 100%;
    padding: 120px 0;
    background: linear-gradient(0deg, #F5F1E8 0%, #F5F1E8 100%), #FFF;
}
.sc04-wrap{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sc04-box{
    width: 49%;
}
.sc04-card{
    display: flex;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.10);
    position: relative;
    overflow: hidden;
}
.sc04-card img{
    width: 100%;
}
.sc04-card-tit{
    width: 100%;
    height: 100%;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 30%, rgba(0, 0, 0, 0.70) 100%);
}
.sc04-card-tit > h5{
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 5px;
    margin-bottom: 1rem;
}
.sc04-card-tit > h3{
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
.sc04-card-tit > p{
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
}
.sc04-card-tit > p > span{
    display: inline-block;
    margin-left: 5px;
    transition: .3s;
}
.sc04-card:hover .sc04-card-tit > p > span{
    margin-left: 10px;
}
#sc04 .caption-tit > h3{
    font-size: 28px;
    margin-bottom: 24px;
}
#sc04 .caption-tit > p{
    font-size: 14px;
}
.caption-tit > ul{
    padding-top: 30px;
    display: flex;
}
.caption-tit > ul > li{
    font-size: 14px;
    color: #7a7a7a;
    font-weight: 400;
    margin-right: 24px;
}
.caption-tit > ul > li > span{
    display: inline-block;
    color: #D4854A;
    margin-right: 5px;
}
.sc04-gal-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 30px 0 80px;
}
.sc04-gal{
    width: calc((100% - 36px) / 4);
}
.sc04-img{
    width: 100%;
    display: flex;
    border-radius: 12px;
    overflow: hidden;
}
.sc04-img img{
    width: 100%;
    display: block;
    transition: .3s;
}
.sc04-img:hover img{
    transform: scale(1.05);
}

/* sc05 */
#sc05{
    width: 100%;
    padding: 120px 0;
    background-color: #ebe5d8;
}
.sc05-gal{
    width: 100%;
    margin-bottom: 45px;
}
.mpr_gl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding-top: 8px;
}
.mpr_gl > li{
    width: calc((100% - 54px) / 4);
    position: relative;
    border-radius: 14px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: .3s;
}
.mpr_gl > li:hover{
    transform: translateY(-6px);
}
.mpr_gl > li > .tmb{
    width: 100%;
}
.mpr_gl > li > .tmb > a{
    width: 100%;
    display: flex;
    position: relative;
}
.mpr_gl > li > .tmb > a::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 30%, rgba(0, 0, 0, 0.70) 100%);
    transition: .3s;
    opacity: 0;
}
.mpr_gl > li > .txt{
    padding: 0 20px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 0;
    opacity: 0;
    transition: .3s;
}
.mpr_gl > li > .txt > h3{
    font-size: 14px;
    font-weight: 400;
}
.mpr_gl > li:hover > .tmb > a::after{
    opacity: 1;
}
.mpr_gl > li:hover > .txt{
    opacity: 1;
}
.sc05-btn{
    width: 100%;
    text-align: center;
}
.sc05-btn > a{
    display: inline-block;
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 400;
    padding: 18px 40px;
    border-radius: 50px;
    border: 1px solid #7a7a7a;
    transition: .3s;
}
.sc05-btn > a > span{
    display: inline-block;
    margin-left: 5px;
}
.sc05-btn > a:hover{
    background-color: #fff;
    border-color: #fff;
}

/* sc06 */
#sc06{
    width: 100%;
    padding: 100px 0;
    background: linear-gradient(104deg, #D4854A 0%, #C47040 100%);
}
.sc06-caption{
    width: 100%;
    text-align: center;
    position: relative;
}
.sc06-caption > h2{
    font-size: 190px;
    font-weight: 400;
    color: #fff;
    opacity: 0.05;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: inline-block;
    letter-spacing: 38px;
    z-index: -1;
}
.sc06-caption > h3{
    font-size: 35px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 7px;
    margin-bottom: 1rem;
}
.sc06-caption > p{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 300;
    margin-bottom: 30px;
}
.sc06-caption > ul{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.sc06-caption > ul > li{
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-right: 40px;
}
.sc06-caption > ul > li:last-child{
    margin-right: 0;
}
.sc06-caption > ul > li > span{
    display: inline-block;
    margin-right: 5px;
}
.sc06-caption > a{
    display: inline-block;
    padding: 20px 50px;
    font-size: 16px;
    color: #D4854A;
    font-weight: 500;
    border-radius: 50px;
    background-color: #fff;
}

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

    .d-lg-flex{
        display: flex;
    }

	.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){
    
    
}
@media(max-width:1440px){
    .mc-con{
        max-width: 1230px;
    }

    .scroll{
        padding-bottom: 30px;
    }

    .main-caption > h2{
        font-size: 54px;
    }
    .main-caption > h3{
        font-size: 18px;
    }
    .main-caption > p{
        font-size: 14px;
        line-height: 1.8;
    }
    .main-caption > a{
        font-size: 15px;
        padding: 12px 32px;
    }

    .caption-tit > h5{
        margin-bottom: 1rem;
    }
    .caption-tit > h3{
        font-size: 32px;
        margin-bottom: 30px;
    }
    .caption-tit > p{
        font-size: 14px;
    }

    .sect-tit > h5{
        margin-bottom: 10px;
    }
    .sect-tit > h3{
        font-size: 28px;
    }
    .sect-tit{
        margin-bottom: 50px;
        padding-bottom: 20px;
    }

    .sc03-wrap{
        gap: 12px;
    }
    .sc03-box{
        width: calc((100% - 36px) / 4);
    }
    .sc03-caption > h3{
        font-size: 17px;
    }
    .sc03-caption > h5{
        font-size: 18px;
    }
    .sc03-caption > .more{
        padding: 12px;
    }

    .sc04-card-tit{
        padding: 30px;
    }
    .sc04-card-tit > h5{
        margin-bottom: 10px;
    }
    .sc04-card-tit > h3{
        font-size: 20px;
        margin-bottom: 1rem;
    }
    #sc04 .caption-tit > h3{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .sc04-gal-wrap{
        gap: 10px;
    }
    .sc04-gal{
        width: calc((100% - 30px) / 4);
    }

    .mpr_gl{
        gap: 12px;
    }
    .mpr_gl > li{
        width: calc((100% - 36px) / 4);
        border-radius: 12px;
    }
    .mpr_gl > li:hover{
        transform: translateY(-4px);
    }

    .sc06-caption > h2{
        font-size: 150px;
    }
    .sc06-caption > h3{
        font-size: 32px;
    }
    .sc06-caption > p{
        font-size: 15px;
    }
    .sc06-caption > ul > li{
        font-size: 16px;
    }
    .sc06-caption > a{
        padding: 16px 48px;
    }
}
@media(max-width:1199px){
    .d-none{
        display: none;
    }
	.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 > h5{
        margin-bottom: 1rem;
    }
    .main-caption > h2{
        font-size: 44px;
        margin-bottom: 20px;
    }
    .main-caption > p{
        margin-bottom: 35px;
    }
    .main-caption > a{
        font-size: 14px;
    }
    .scroll{
        display: none;
    }
    .caption-tit > h3{
        font-size: 28px;
        margin-bottom: 24px;
    }
    .caption-tit > p{
        line-height: 1.6;
    }
    .sc02-caption{
        width: 50%;
    }
    .sect-tit > h3{
        font-size: 26px;
    }
    .sect-tit{
        padding-bottom: 1rem;
        margin-bottom: 30px;
    }
    #sc04 .caption-tit > h3{
        font-size: 20px;
    }
    .sc04-card-tit > h5{
        margin-bottom: 6px;
    }
    .sc04-card-tit > h3{
        font-size: 18px;
    }
    .sc05-btn > a{
        padding: 15px 30px;
    }
    .sc06-caption > h3{
        font-size: 28px;
    }
    #sc02, #sc03, #sc04, #sc05{
        padding: 100px 0;
    }
    #sc06{
        padding: 80px 0;
    }
}

@media(max-width:800px){
    #sc02, #sc03, #sc04, #sc05{
        padding: 80px 0;
    }
    #sc06{
        padding: 60px 0;
    }
    .sc02-wrap{
        flex-direction: column;
    }
    .sc02-caption{
        width: 100%;
        margin-bottom: 40px;
    }
    .sc02-cont{
        width: 100%;
    }
    .sc02-ct-wrap{
        margin-top: 30px;
        padding-top: 30px;
    }
    .sc03-wrap{
        gap: 10px;
        flex-wrap: wrap;
    }
    .sc03-box{
        width: calc((100% - 10px) / 2);
    }
    .sc04-wrap{
        flex-direction: column;
    }
    .sc04-wrap.rv{
        flex-direction: column-reverse;
    }
    .sc04-box{
        width: 100%;
    }
    .sc04-card{
        margin-bottom: 30px;
    }
    .sc04-gal{
        width: calc((100% - 10px) / 2);
    }
    .caption-tit > ul{
        padding-top: 1rem;
    }
    .mpr_gl{
        gap: 10px;
    }
    .mpr_gl > li{
        width: calc((100% - 10px) / 2);
    }
    .sc05-gal{
        margin-bottom: 30px;
    }
    .sc06-caption > h2{
        font-size: 120px;
        letter-spacing: 18px;
    }
}
@media(max-width:587px){
    .main-caption > h5{
        font-size: 12px;
        letter-spacing: 6px;
        margin-bottom: 10px;
    }
    .main-caption > h2{
        font-size: 36px;
        margin-bottom: 1rem;
    }
    .main-caption > h3{
        letter-spacing: 3px;
        margin-bottom: 20px;
    }
    .main-caption > p{
        margin-bottom: 30px;
        line-height: 1.6;
    }
    .caption-tit > h5{
        margin-bottom: 10px;
        letter-spacing: 5px;
    }
    .caption-tit > h3{
        font-size: 24px;
        margin-bottom: 1rem;
        letter-spacing: 3px;
    }
    .sc02-ct{
        margin-right: 0;
    }
    .sc02-ct > h5{
        font-size: 14px;
    }
    .sc02-ct > p{
        font-size: 12px;
    }
    .sc02-ct-wrap{
        justify-content: space-between;
    }
    .sc02-slide{
        border-radius: 12px;
    }
    .sect-tit > h5{
        font-size: 12px;
        margin-bottom: 6px;
        letter-spacing: 6px;
    }
    .sect-tit > h3{
        font-size: 22px;
        letter-spacing: 3px;
    }
    .sc03-box{
        width: 100%;
        border-radius: 12px;
    }
    .sc04-card{
        border-radius: 16px;
    }
    .sc04-card-tit{
        padding: 20px;
    }
    .sc04-card-tit > h5{
        letter-spacing: 3px;
        margin-bottom: 5px;
    }
    .sc04-card-tit > h3{
        letter-spacing: 2px;
        margin-bottom: 10px;
    }
    .sc04-card-tit > p{
        font-size: 12px;
    }
    #sc04 .caption-tit > h3{
        font-size: 18px;
        margin-bottom: 1rem;
    }
    .caption-tit > ul > li > span{
        margin-right: 2px;
    }
    .sc04-gal-wrap{
        gap: 5px;
    }
    .sc04-gal{
        width: calc((100% - 5px) / 2);
    }
    .sc04-img{
        border-radius: 8px;
    }
    .mpr_gl{
        gap: 5px;
    }
    .mpr_gl > li{
        width: calc((100% - 5px) / 2);
        border-radius: 8px;
    }
    .mpr_gl > li:hover{
        transform: translateY(0);
    }
    .mpr_gl > li > .txt{
        padding: 0 10px;
        bottom: 10px;
    }
    .mpr_gl > li > .txt > h3{
        font-size: 12px;
    }
    .sc05-btn > a{
        padding: 12px 24px;
    }
    .sc06-caption > h3{
        font-size: 22px;
        letter-spacing: 3px;
    }
    .sc06-caption > p{
        font-size: 14px;
    }
    .sc06-caption > ul{
        flex-direction: column;
        align-items: center;
        margin-bottom: 25px;
    }
    .sc06-caption > ul > li{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .sc06-caption > a{
        padding: 12px 30px;
        font-size: 14px;
    }
    .sc06-caption > ul > li > span{
        font-size: 14px;
        margin-right: 2px;
    }
    .sc06-caption > h2{
        font-size: 80px;
        letter-spacing: 10px;
    }
}

/* 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);
    }
}
@keyframes scroll{
    0%{
        top: -100%;
    }
    100%{
        top: 100%;
    }
}