body  {
    background:#fff;
}

 #container {
    width: 100%;
    height: 40vw;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    margin-top: 170px;
}
.circle {
    position: absolute;
    border-radius: 50%;
    background-size: cover; /* 이미지를 원 안에 꽉 채우되 비율을 유지 */
    background-position: center;
    background-blend-mode: multiply; /* 이미지를 오버레이와 혼합 */
    animation: resize 3s infinite ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: clamp(12px, 12px, 22px); /* 폰트 크기 조정, 최대 22px */
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    white-space: normal;
    word-wrap: break-word;
    padding: 10px;
    max-width: 240px; /* 최대 크기 240px로 제한 */
    max-height: 240px; /* 최대 크기 240px로 제한 */
}

@keyframes resize {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}
.maintitle {
    position: absolute;
    top: 60px;
    margin-left: 20px;
    margin-right: 20px;
    display: grid;
    left: calc(50% - 222px);
}

.pc-top-inner-section {
    display:inline-block;
    max-width:100%;
    width: 100%;
}

.topbar {
    border-top: 1px solid #e9e9e9;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
}
.bannertitle {

    font-weight: 500;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.titleline1 {

    width: 100%;
    display: block;
    font-size: 30px;
    line-height: 40px;

}

.titleline2 {

    font-size: 30px;
    line-height: 40px;
    width: 100%;
    display: block;
    font-weight: bold;

}

.maincreatebtn {

    width: 243px;
    display: inline-flex;
    padding: revert;
    height: 54px;
    position: absolute;           
    top: 240px;
    left: calc(50% - 100px);
   
}

#aicategory {
    width: 150px;
    float: left;
    height: 35px;
    margin-top: 10px;
    border: 1px solid #e9e9e9;
    font-size: 13px;
    padding-left: 10px;
    border-radius: 5px;
}

.maincreatebtn > img {
    width:100%;
}

.main-category-item {
    margin-left:10px;
    margin-right:10px;
}

.main-category-img {
    width:92%;
}

.main-category-img > img {
    height:initial;
}

.main-category {
    margin-top: 10px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
    padding : 20px 0px;
}

.main-sec .main-title {
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    width: 100%;
}

.main-sec .main-see-all-btn {
    font-weight: 600;
    color: var(--main-color);
    font-size: 14px;
    text-align: right;
    position: absolute;
    right: 20px;
    top: 55px;
}


.main-gift {
     float: left;
    width: 46%;
    margin-right: 2%;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
    box-shadow: 8px 8px 10px 1px rgba(0, 0, 0, 0.1);

}

.maingiftlistitem {
    height: auto;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 2%;

}

.giftimgarea {
    width: 30%;
    float: left;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    aspect-ratio: 1;
    max-width: 120px;
}


.product-middle-cont {
    width: inherit;
}

.contentcategory {
    float: left;
    display: inline-block;
    width: calc(70% - 20px);
    line-height: 15px;
    font-size: 12px;
    margin-top: 15px;
}

.day {
    float: right;
    font-size: 12px;
    line-height: 15px;
    margin-top: 0px;
    width: auto;
    
    color: #9e9e9e;
    font-weight: 500;
}

.contenttitle {
    width: calc(70% - 20px);
    margin-top: 10px;
    
    font-weight: bold;
    margin-bottom: 0px;
}

.contentprice {
    
    width: calc(70% - 20px);
    position: relative;
    height: 23px;
    display: inline-block;
    font-weight: bold;
    margin-top: 5px;

}

.price {
    text-align: left;
    margin-left: 0px;
    width: 100%;
    font-family: ROBOTO medium !important;
    font-weight: 600;
}

.product-middle-cont {
    margin-top: 5px;
    font-weight: bold;
}

.libraryitem {
    width: 16%;
    height: auto;
    padding: 0 !important;
    border-radius: 10px;
    box-shadow: 3px 1px 10px 4px rgba(0, 0, 0, 0.1);
    margin-right :0px !important;
}

.giftItem, .maingiftItem {
    cursor: pointer;
}

.librarycont {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: white;
    border-radius: 10px;
    cursor: pointer;
}

.libraryimg {
    width: 90%;
    margin-top: 10px;
    position: relative;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10px;
    aspect-ratio: 1;
}

.libraryimg > img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 10px;
    object-fit: cover;
    z-index: 1;
}

.aitag {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 11px;
    color: #656565;
    line-height: 15px;
    height: 60px;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 45px;
    margin-bottom: 20px;
    text-size-adjust : none;
}

.main-title1 {
    font-weight: 500;
    font-size: 16px;
    display: block;
    line-height: 20px;
    font-family: Roboto black;
}

.tagarea {
    width: 100%;
    position: relative;
    float: left;
    display: inline-block;
    padding-top: 10px;
}

.tagitem {
    width: auto;
    height: 30px;
    line-height: 24px;
    margin-left: 5px;
    margin-top: 5px;
    border: 1px solid #e9e9e9;
    padding: 2px;
    float: left;
    display: flex;
    border-radius: 15px;
}

.tagitemactive {
    color:#fff;
    background-color:#656565;
}

.tagitemmain {
    width: auto;
    max-width: 195px;
    height: 30px;
    line-height: 24px;
    margin-left: 5px;
    margin-top: 5px;
    border: 1px solid #3C949A;
    padding: 2px;
    float: left;
    display: flex;
    background: #EAF6F6;
    border-radius: 2px;
}
.tagtype {
    width: 17px;
    float: left;
    margin-top: 5px;
    margin-left: 8px;
    margin-right: 5px;
}

.tagname {
    font-size: 12px;
    font-weight: bold;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 30px;
    margin-right: 10px;
}

.librarycontent {
    position: relative;
    width: calc(100% - 40px);
    object-fit: cover;
    text-align: center;
    padding-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-left: 20px;
    margin-right: 20px;
    gap: 4px;
    overflow-y: scroll;
    height: auto;
    
}

.aplus-swiper {
    height: auto;
    display: inline-block;
    position: relative;
    margin-top: 10px;
    
}

.main-category-list  {

    width: 400px;
}

.pcflex {
    display:flex;
}

.giftmin {
    display: inline-block;
    max-width: 1200px;
    margin: auto;
   
}

.gift-product-swiper {
    width: 48%;
    float:left;
}

.main-cont {
    display: flex;
    max-width: 1200px;
    margin: auto;
}

.main-cont > .main-sec-limit {
    padding-right: 100px;
    
}

.main-cont > .main-sec-limit:first-child {
    border-right: 1px solid #e9e9e9;
}

.main-cont > .topbar {
    border-top:initial;
}

.mobilemode {
    display:none !important;
}

.main-review-boxes {
    margin-top: 0px;
    height: auto;
}

.main-review-box {
    height: auto;
    display: inline-block;
}

.main-review-box-img {
    width: 30%;
    float: left;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    aspect-ratio: 1;
    height: auto;
}

.bubble-container {
    position: relative;
    width: 100%;
    overflow-y: hidden;          
    background-color: #ffffff;
    margin-top: 170px;
}

.bubble {
    position: absolute;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    overflow:hidden;
    transition: transform 0.3s ease;
    animation: bubbleAnimation 3s ease-in-out infinite; /
}

@keyframes bubbleAnimation {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.7); /* 축소 크기 */
    }
}

.font20 {
    font-size:20px;
}

.font19 {
    font-size:19px;
}

.font18 {
    font-size:18px;
}

.font17 {
    font-size:17px;
}

.font16 {
    font-size:16px;
}

.font15 {
    font-size:15px;
}

.font14 {
    font-size:14px;
}

.font13 {
    font-size:13px;
}

.font12 {
    font-size:12px;
}



.bubble1 {
    background:url("../img/bubble1.png");
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
.bubble2 {
    background:url("../img/bubble2.png");
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
.bubble3 {
    background:url("../img/bubble3.png");
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
.bubble4 {
    background:url("../img/bubble4.png");
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
.bubble5 {
    background:url("../img/bubble5.png");
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
.bubble6 {
    background:url("../img/bubble6.png");
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
.bubble7 {
    background:url("../img/bubble7.png");
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
.bubble8 {
    background:url("../img/bubble8.png");
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
.bubble9 {
    background:url("../img/bubble9.png");
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
.bubble10 {
    background:url("../img/bubble10.png");
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
.bubble11 {
    background:url("../img/bubble11.png");
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
.bubble12 {
    background:url("../img/bubble12.png");
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

.bubbleimgcont {
    width: 100%;
    height: 100%;
    position: absolute;
    display: contents;
}

.bubbleimgcont > img {
    height:100%;
}

.bubblename {
    position: absolute;
    padding: 10px;
    font-weight: 500;
    line-height: 15px;
}



.bubblemain1 {
    width:154px;height:154px;top: 193px;left:13px;background:#CC1E5C;
}

.bubblemain1 > .bubblename.sel {
    top:45%;
}

.bubblemain1 > .bubblecheck {
    top:34%;
}

.bubblemain2 {
    width: 154px;height: 154px;top:8px;right: 20px;background:#C90909;
}


.bubblemain2 > .bubblename.sel {
    top:45%;
}

.bubblemain2 > .bubblecheck {
    top:34%;
}


.bubblemain3 {
    width: 111px;height: 111px;top:120px;right: 151px;background:#D9A317;
}

.bubblemain3 > .bubblename.sel {
    top:40%;
}

.bubblemain3 > .bubblecheck {
    top:23%;
}


.bubblemain4 {
    width: 111px;height: 111px;top: 23px;left:107px;background:#29DCE0;
}

.bubblemain4 > .bubblename.sel {
    top:40%;
}

.bubblemain4 > .bubblecheck {
    top:26%;
}


.bubblemain5 {
    width: 106px;height: 106px;bottom: 66px;left:176px;background:#A028BE;
}
.bubblemain5 > .bubblename.sel {
    top:38%;
}

.bubblemain5 > .bubblecheck {
    top:22%;
}


.bubblemain6 {
    width: 93px;height: 93px;top: 31px;right: 187px;background:#849E18;
}
.bubblemain6 > .bubblename.sel {
    top:38%;
}

.bubblemain6 > .bubblecheck {
    top:18%;
}


.bubblemain7 {
    width: 93px;height: 93px;bottom: 54px;right: 89px;background:#F2CF14;
}
.bubblemain7 > .bubblename.sel {
    top:41%;
}

.bubblemain7 > .bubblecheck {
    top:22%;
}


.bubblemain8 {
    width: 86px;height: 86px;top: 23px;left:13px;background:#2C5084;
}
.bubblemain8 > .bubblename.sel {
    top:41%;
}

.bubblemain8 > .bubblecheck {
    top:22%;
}


.bubblemain9 {
    width: 86px;height: 86px;top: 93px;left: 207px;background:#245AAA;
}
.bubblemain9 > .bubblename.sel {
    top:36%;
}

.bubblemain9 > .bubblecheck {
    top:16%;
}


.bubblemain10 {
    width: 83px;height: 83px;top: 138px;left: 289px;background:#0E30A8;
}
.bubblemain10 > .bubblename.sel {
    top:34%;
}

.bubblemain10 > .bubblecheck {
    top:15%;
}


.bubblemain11 {
    width: 72px;height: 72px;top: 54px;left: 283px;background:#20A173;
}
.bubblemain11 > .bubblename.sel {
    top:30%;
}

.bubblemain11 > .bubblecheck {
    top:10%;
}


.bubblemain12 {
    width: 72px;height: 72px;top: 141px;left: 129px;background:#6220B6;
}
.bubblemain12 > .bubblename.sel {
    top:36%;
}

.bubblemain12 > .bubblecheck {
    top:16%;
}


.bubblecheck {
    display:none;
    width: 30px;
    height:30px;
    position:absolute;
    
}

.bubblecheck > img {
    width:100%;
}

.main-design {
    max-width:1200px;
}

.artist-swiper {
    max-width: 1200px;
}

.designer-slide-btn-wrapper {
    display:none;
}

.banner-limit-section {
    max-width:1200px;
}


.main-new-box {
    width:70px;
}

.main-new-box-img {
    width: 70px;
    height:70px;
}

.main-new-box-name {
    font-size: 10px;
}

.artist-slider {
    width: auto;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 768px){
    .bubble-container {
        position: relative;
        width: 100%;
        overflow-y: hidden;          
        background-color: #ffffff;
        margin-top: 100px;
    }

    .bubble-container::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera*/
    }
    .designer-slide-btn-wrapper {
        display:initial;
    }

    .librarycontent {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .libraryitem {
        width: 150px;
        
    }

    .aplus-swiper {
       
        display: grid;
        max-height: 240px;
    }

    #container {
        margin-top:0px;
        height:40vh;
    }

    .bannertitle {

     
        width: 100%;
        text-align: left;
        margin-top: 0px;
        font-weight: 500;            
        left: 0px;
    }

    .maincreatebtn {

        width: 93px;
        position: absolute;
        top: 450px;
        right: 10px;
        left:initial;
    }

    .main-category-list  {

     width: 100%;
    }

    .maintitle {
        left:0px;
        position: absolute;
        top: 60px;
        margin-left: 20px;
        margin-right: 20px;
        display: grid;               
    }

    .titleline1 {

        width: 100%;
        display: block;
        font-size: 17px;
        line-height: 30px;

    }

    .titleline2 {

        font-size: 17px;
        line-height: 30px;
        width: 100%;
        display: block;
        font-weight: bold;

    }

   

    .pcflex {
        display:block;
    }

    .main-gift {
        float: initial;
        width: 100%;
        margin-right: 2%;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 10px;
        box-shadow: 8px 8px 10px 1px rgba(0, 0, 0, 0.1);

    }

    .gift-product-swiper {
        width: 100%;
        float:inherit;
    }

    .giftimgarea {
        width: 30%;
        margin-top: 10px;
    }

    .maingiftlistitem {
        height: 120px;
        position: relative;
        display: inline-block;
        width: 100%;
        margin-top: 10px;
    }

    .giftItem>.iconarea {        
        padding-top: 15px;

    }

    .main-cont {
        display: inline-block;
        border-top: initial;
    }

    .main-cont > .main-sec-limit {
        padding-right: initial;
        padding-left: initial;
    }

    .main-cont > .topbar {
        border-top: 1px solid #e9e9e9;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
    }

    .main-cont > .main-sec-limit:first-child {
        border-right: initial;
    }

    .mobilemode {
        display:block !important;
    }
    

    .main-review-box {
        height: 60px;
    }

    .main-review-boxes {
        margin-top:20px;
        height: 200px;
    }

    .main-review-box-img {
        width: 50px;
        height:50px;
    }

    .pcmode {
        display:none !important;
    }

    .giftmin {
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 100%;
    }

    
    .main-new-box {
        width:55px;
    }

    .main-new-box-img {
        width: 55px;
        height:55px;
    }

    .main-new-box-name {
        font-size: 10px;
    }

    .artist-swiper {
        width: 86%;
        margin-left:5%;
        margin-right: 5%;
        overflow: hidden;
    }

    .swiper-button-next, .swiper-button-prev {
        top:56%;
    }
    
    .bubblemain1 {
        width:154px;height:154px;top: 193px;left:13px;background:#CC1E5C;
    }

    .bubblemain1 > .bubblename.sel {
        top:45%;
    }

    .bubblemain1 > .bubblecheck {
        top:34%;
    }

    .bubblemain2 {
        width: 154px;height: 154px;top:8px;right: 20px;background:#C90909;
    }

    
    .bubblemain2 > .bubblename.sel {
        top:45%;
    }

    .bubblemain2 > .bubblecheck {
        top:34%;
    }


    .bubblemain3 {
        width: 111px;height: 111px;top:125px;right: 151px;background:#D9A317;
    }
    
    .bubblemain3 > .bubblename.sel {
        top:40%;
    }

    .bubblemain3 > .bubblecheck {
        top:23%;
    }


    .bubblemain4 {
        width: 111px;height: 111px;top: 23px;left:107px;background:#29DCE0;
    }
    
    .bubblemain4 > .bubblename.sel {
        top:40%;
    }

    .bubblemain4 > .bubblecheck {
        top:26%;
    }


    .bubblemain5 {
        width: 106px;height: 106px;bottom: 66px;left:176px;background:#A028BE;
    }
    .bubblemain5 > .bubblename.sel {
        top:38%;
    }

    .bubblemain5 > .bubblecheck {
        top:22%;
    }


    .bubblemain6 {
        width: 93px;height: 93px;top: 31px;right: 187px;background:#849E18;
    }
    .bubblemain6 > .bubblename.sel {
        top:38%;
    }

    .bubblemain6 > .bubblecheck {
        top:18%;
    }


    .bubblemain7 {
        width: 93px;height: 93px;bottom: 54px;right: 89px;background:#F2CF14;
    }
    .bubblemain7 > .bubblename.sel {
        top:41%;
    }

    .bubblemain7 > .bubblecheck {
        top:22%;
    }


    .bubblemain8 {
        width: 86px;height: 86px;top: 23px;left:13px;background:#2C5084;
    }
    .bubblemain8 > .bubblename.sel {
        top:41%;
    }

    .bubblemain8 > .bubblecheck {
        top:22%;
    }


    .bubblemain9 {
        width: 86px;height: 86px;top: 93px;left: 207px;background:#245AAA;
    }
    .bubblemain9 > .bubblename.sel {
        top:36%;
    }

    .bubblemain9 > .bubblecheck {
        top:16%;
    }


    .bubblemain10 {
        width: 83px;height: 83px;top: 138px;left: 289px;background:#0E30A8;
    }
    .bubblemain10 > .bubblename.sel {
        top:34%;
    }

    .bubblemain10 > .bubblecheck {
        top:15%;
    }


    .bubblemain11 {
        width: 72px;height: 72px;top: 54px;left: 283px;background:#20A173;
    }
    .bubblemain11 > .bubblename.sel {
        top:30%;
    }

    .bubblemain11 > .bubblecheck {
        top:10%;
    }


    .bubblemain12 {
        width: 72px;height: 72px;top: 141px;left: 129px;background:#6220B6;
    }
    .bubblemain12 > .bubblename.sel {
        top:36%;
    }

    .bubblemain12 > .bubblecheck {
        top:16%;
    }

    .aitag {
       
        margin-bottom: 10px;
    }
}

.libraryresultimg {
    position: relative;
    width: 100%;
    background-color: #C5C6C6;
    border-radius: 10px;
    aspect-ratio: 1;
}

.imgcont {
    position: absolute;
    z-index: 10;
    width: 100%;
    display: flex;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.imgcont > img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 10px;
    object-fit: cover;
    z-index: 1;
}



.bottombar {
    border-bottom: 1px solid #e9e9e9;
}

.barinner {
    padding-left:0px;
    padding-right:0px;
}

.imgFilter {
    border-radius:10px;
    overflow:hidden;
}


.btnmaincreate {
    background:url("../img/btnmaincreate.png");
    width:93px;
    height:54px;
    background-size: cover;
}

.btnmaincreate:hover {
    background:url("../img/btnmaincreate_on.png");
    background-size: cover;
}




.bannerimgarea {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
}

.bannerimgarea > img {
    width:100%;
}

