#home {
    /* overflow: hidden; */
    z-index: auto;
}


/* HEADER */
#home .header-wrapper.expand-all {
    /* padding: 10px; */
    height: 100%;
}
#home .header-wrapper.expand-all .user-info .inner .user-body {
    opacity: 1;
}
/* #home .header-wrapper.expand-all .user-info .inner .user-body .close-info {
    opacity: 1;
    pointer-events: all;
}
#home .header-wrapper.expand-all .user-info .inner .user-head .head-cnt {
    opacity: 0;
} */


/* #home .header-wrapper.expand-all .user-info .inner .user-head */

@keyframes home-headerinfo-expand {
    0% { height: 0px;}
    /* 0% { height: 97px;} */
    70% { height: 110px;}
    80% { height: 90px;}
    90% { height: 102px;}
    100% { height: 97px;}
}

#home .header-wrapper.expand .user-info .inner .user-body {
    opacity: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    
    height: 97px;
    /* animation: home-headerinfo-expand 0.2s linear forwards; */
}
#home .header-wrapper.expand .user-info .inner .user-head .head-cnt {
    opacity: 0;
    animation: none;
}
#home .header-wrapper.expand .user-info .inner .user-body .init {
    position: absolute;
    bottom: 7px;
    right: 16px;
    color: white;
    font-size: 10px;
    opacity: 0.5;
    padding: 5px;
}
#home .header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 25px 30px;
    padding: 10px 30px;
    overflow: visible;
    z-index: 500;
    transition: padding 0.2s ease;
}
#home .header-wrapper .user-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    /* height: 50px; */
    height: 50%;
    z-index: 1;
    /* background-color: #edeff5; */
    background: linear-gradient(180deg, #edeff5 0%, #edeff5 70%, rgba(255,255,255,0.001) 100%);
}
#home .header-wrapper .user-info.rotate-up {
    /* transform: rotateX(20deg); */
    transform: rotateX(45deg);
}
#home .header-wrapper .user-info.rotate-down {
    /* transform: rotateX(-20deg); */
    transform: rotateX(-45deg);
}
#home .header-wrapper .user-info {
    position: relative;
    width: 100%;
    border-radius: 0px 0px 22px 22px;
    background: rgb(58 10 248 / 74%);
    border-radius: 25px;
    box-shadow: 0px 27px 40px rgb(69 45 148 / 25%);
    overflow: hidden;
    z-index: 200;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}
#home .header-wrapper .user-info .inner{
    padding: 20px 30px;
}
#home .header-wrapper .user-info .inner .user-head{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#home .header-wrapper .user-info .inner .user-head i {
    color: white;
}
#home .header-wrapper .user-info .inner .user-head .head-cnt {
    margin-left: auto;    
    opacity: 0.85;
    font-size: 18px;
    font-weight: 500;
    color: #FFF09F;
    line-height: 1;
    /* opacity: 1; */
    /* transition: opacity 0.2s ease; */
    animation: showUp 0.5s cubic-bezier(.15,.83,.27,.9) forwards;
}

#home .header-wrapper .user-info .inner .user-head .head-cnt::after {
    content: '개';
    color: #FFF09F;
    font-size: 15px;
    margin-left: 3px;
}
#home .header-wrapper .user-info .inner .user-head .me {
    margin-left: 15px;
    color: white;
    font-size: 20px;
    font-weight: 900;
}
#home .header-wrapper .user-info .inner .user-head .close-info {
    display: none;
    position: absolute;
    top: 20px;
    right: 13px;
}
#home .header-wrapper .user-info .inner .user-head .close-info i {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
    color: white;
}



#home .header-wrapper .user-info .inner .user-body{
    height: 0px;
    opacity: 0;    
    padding: 0;
    /* transition: all 0.2s cubic-bezier(.17,.67,.5,1.26); */
    transition: all 0.2s cubic-bezier(.09,.93,.19,.96);
}
#home .header-wrapper .user-info .inner .user-body .my-info-wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

#home .header-wrapper .user-info .inner .user-body .my-info-wrapper .my-info-col{
    /* width: 100%; */
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;    
}
#home .header-wrapper .user-info .inner .user-body .my-info-wrapper .my-info-col .lab{
    font-size: 13px;
    font-weight: 500;
    color: #a89cd8;
    opacity: 0.75;
}
#home .header-wrapper .user-info .inner .user-body .my-info-wrapper .my-info-col .val{
    color: #FFF09F;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
    opacity: 0.85;
    margin-top: 10px;
}
#home .header-wrapper .user-info .inner .user-body .my-info-wrapper .my-info-col.info {
    width: 100%;
    animation-delay: 0.2s;
}
#home .header-wrapper .user-info .inner .user-body .my-info-wrapper .my-info-col.count {
    /* min-width: 81px; */
    min-width: 45%;
    padding-left: 15px;
    animation-delay: 0.2s;
}
#home .header-wrapper .user-info .inner .user-body .my-info-wrapper .my-info-col.count .val::after{
    content: '개';
    color: #FFF09F;
    font-size: 15px;
    margin-left: 3px;
}

#home .header-wrapper .user-info .inner .user-body .user-detail-info {
    display: none;
}
#home .header-wrapper .user-info .inner .user-body .user-detail-info .update-submit.disable {
    opacity: 0;
}

#home .header-wrapper .user-info .inner .user-body .user-detail-info .update-submit {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 50px;
    padding: 0 16px;

    display: flex;
    align-items: center;
    justify-content: center;
    
    /* border: 1px solid white; */
    border-radius: 25px;

    opacity: 1;
    transition: opacity 0.2s ease;
}
#home .header-wrapper .user-info .inner .user-body .user-detail-info .update-submit .txt {
    color: white;
    font-size: 14px;
    font-weight: 500;
}
#home .header-wrapper .user-info .inner .user-body .user-detail-info .update-submit i {
    font-size: 13px;
    color: white;
    margin-left: 10px;
    animation: home-left-to-right 1.0s ease infinite;
}
@keyframes home-left-to-right {
    0% { transform: translateX(0); }
    20% { transform: translateX(10px); }
    100% { transform: translateX(0px); }
}






/* user details */
#home .user-detail-info {
    padding-bottom: 60px;
}
#home .user-detail-info .i-row{
    padding: 2px;
}
#home .user-detail-info .i-row.new .item .val{
    /* color: #ffe036;
    font-weight: 900;
    font-size: 20px; */
}
#home .user-detail-info .i-row .item{
    position: relative;
    min-height: 50.1px;

    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    
    /* background-color: rgb(255, 255, 255); */
}
#home .user-detail-info .i-row .item .lab{
    color: white;

    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 50.1px;

    min-width: 70px;
    font-size: 15px;
    margin-left: 5px;
}
#home .user-detail-info .i-row .item .val{    
    color: #FFF09F;

    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50.1px;
    max-height: 52px;

    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    text-align: right;
    margin-left: auto;
    

    flex-wrap: wrap;
    overflow-y: auto;

    opacity: 0.85;
    transition: font-size 0.2s ease;
}
#home .user-detail-info .i-row .item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
#home .user-detail-info .i-row .item i{
    /* content: '\f304';
    font-family: "Font Awesome 5 Pro"; */
    color: #FFF09F;

    display: flex;
    align-items: center;
    justify-content: center;
    height: 50.1px;

    font-size: 10px;
    margin-left: 10px;
    margin-right: 5px;
    font-weight: 900;
    vertical-align: middle;
    opacity: 0.5;
}





/* CONTENT */
#home .content-wrapper {
    /* width: 100%;
    height: 100%;
    overflow-y: auto; */
}
#home .content-wrapper .space {
    height: 206px;
}
#home .content-wrapper .list {
    padding: 0 30px;
    padding-bottom: 100px;
}

#home .content-wrapper .list .i-bokji {
    animation-delay: 0.3s;
}




/* DEFAULT */
#home .content-wrapper .list .i-bokji.default .card-wrapper{
    height: 155px;
}
#home .content-wrapper .list .i-bokji.default .card-wrapper .card-back{
    overflow: hidden;
    background-color: rgb(76 76 211 / 66%);
}
#home .content-wrapper .list .i-bokji.default .card-wrapper .card-back .bg{
    width: 100%;
    height: 100%;
    /* background: linear-gradient(90deg, #ececf5 0%, #ececec52 50%, #eaeaf4 100%); */
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, #7149f9 50%, #eaeaf400 100%);
    /* transform: translateX(150px); */
    animation: home-bg-anim .9s linear infinite forwards;
}
#home .content-wrapper .list .i-bokji.default:nth-child(1) .card-wrapper .card-back .bg { animation-delay: 0.3s; }
#home .content-wrapper .list .i-bokji.default:nth-child(2) .card-wrapper .card-back .bg { animation-delay: 0.6s; }
#home .content-wrapper .list .i-bokji.default:nth-child(3) .card-wrapper .card-back .bg { animation-delay: 0.9s; }
#home .content-wrapper .list .i-bokji.default:nth-child(4) .card-wrapper .card-back .bg { animation-delay: 1.2s; }
@keyframes home-bg-anim {
    0% { transform: translateX(-100%); }
    70% { transform: translateX(100%); }
    100% { transform: translateX(100%); }
}
/* DEFAULT */


#home .content-wrapper .location.wait {}

#home .content-wrapper .location.wait .my-place {
    opacity: 0;
    transform: translateY(-100%);
}

#home .content-wrapper .location.wait .find {
    opacity: 1;
}


#home .content-wrapper .location {
    position: relative;
    width: 100%;
    height: 50px;
}

#home .content-wrapper .location .find {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.301);
    opacity: 0;
    transition: opacity 0.2s ease;
}

#home .content-wrapper .location .find .find-ui-wrapper {
    position: relative;
    margin-right: 8px;
    width: 11px;
    height: 11px;
    overflow: visible;
}

#home .content-wrapper .location .find .find-ui-wrapper i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #6240E9;
    font-size: 11px;
}

#home .content-wrapper .location .find .find-ui-wrapper .crl {
    position: absolute;
    bottom: -3px;
    left: -4.5px;
    width: 20px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #6240E9;
    /* border: 1px solid black; */
    border-bottom-width: 2px;
    z-index: 200;

    animation: findLocation 1s linear infinite;
}

#home .content-wrapper .location .my-place {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 900;
    color: #3e2d79;

    transform: translateY(0%);
    opacity: 1;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

@keyframes findLocation {
    0% {
        opacity: 0;
        transform: scaleX(0.3);
    }

    30% {
        opacity: 1;
    }

    80% {
        opacity: 1;
        /* transform: scaleX(1.1); */
    }

    100% {
        opacity: 0;
        transform: scaleX(1.1);
    }
}

#home .content-wrapper .location .my-place i {
    color: #6240E9;
    margin-right: 5px;
    font-size: 11px;
}


#home .home-content01,
#home .home-content02,
#home .home-content03,
#home .home-content04 {
    display: none !important;
}


#home .home-content01 {
    padding-bottom: 0;
}
#home .home-content01 .i-bokji .card-wrapper {
    height: 150px;
}
#home .home-content01 .i-bokji .card-wrapper .card-tags {
    margin-top: auto;
}
#home .home-content02 {}

#home .home-content02 .card-wrapper {
    padding: 0;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

#home .home-content02 .swiper-container {
    height: 100%;
}

#home .home-content02 .swiper-container .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 16px;
    padding-right: 50px;
    transition: background 0.2s ease;
}

#home .home-content02 .swiper-container .swiper-slide .i-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    opacity: 0;
    color: rgb(0 0 0 / 16%);
    transform: translateY(-50%);
    transition: opacity 0.2s ease;
}

#home .home-content02 .swiper-container .swiper-slide .inner-txt {
    color: black;
    font-size: 10px;
    opacity: 0.3;
    transition: opacity .2s ease, transform .2s ease, font-size .2s ease;
    transform-origin: left;
}

#home .home-content02 .swiper-container .swiper-slide-prev .inner-txt,
#home .home-content02 .swiper-container .swiper-slide-next .inner-txt {
    /* transform: scale(1.1); */
    font-size: 15px;
    opacity: 0.6;
}

#home .home-content02 .swiper-container .swiper-slide-active {
    background-color: #F6F6F6;
}

#home .home-content02 .swiper-container .swiper-slide-active .i-arrow {
    opacity: 1;
}

#home .home-content02 .swiper-container .swiper-slide-active .inner-txt {
    font-weight: 900;
    /* transform: scale(1.3); */
    font-size: 18px;
    opacity: 1;
}


#home .home-content03 {
    position: relative;
    margin: 20px 0;
    padding-left: 19px;
    padding-right: 13px;
    /* height: 140px; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #f8d24a;
}

#home .home-content03 .txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 26%;
    text-align: center;
    font-size: 28px;
    color: white;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

#home .home-content03 .banner-img-icon {
    width: 100%;
}

#home .home-content03 .banner-img-icon img {
    width: 100%;
}








#home .home-content04 {}

#home .home-content04 .box-content-wrapper {}

#home .home-content04 .box-content-wrapper .list {}

#home .home-content04 .box-content-wrapper .list .i-curation {}

#home .home-content04 .box-content-wrapper .list .i-curation .item {
    font-size: 18px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}