@font-face {
    font-family: 'NanumSquareNeoBold';
    src: local('NanumSquareNeoBold'), url('../fonts/NanumSquareNeoTTF-cBd.woff') format('woff');
}
@font-face {
    font-family: 'NanumSquareNeoExtraBold';
    src: local('NanumSquareNeoExtraBold'), url('../fonts/NanumSquareNeoTTF-dEb.woff') format('woff');
}
@font-face {
    font-family: 'NanumSquareNeoHeavy';
    src: local('NanumSquareNeoHeavy'), url('../fonts/NanumSquareNeoTTF-eHv.woff') format('woff');
}
@font-face {
    font-family: 'NanumSquareNeo';
    src: local('NanumSquareNeo'), url('../fonts/NanumSquareNeoTTF-bRg.woff') format('woff');
}
@font-face {
    font-family: 'NanumSquareNeoLight';
    src: local('NanumSquareNeoLight'), url('../fonts/NanumSquareNeoTTF-aLt.woff') format('woff');
}

/* START TOOLTIP STYLES */
[tooltip] {
    position: relative; /* opinion 1 */
  }
  
  /* Applies to all tooltips */
  [tooltip]::before,
  [tooltip]::after {
    text-transform: none; /* opinion 2 */
    font-size:14px; /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
  }
  [tooltip]::before {
    content: '';
    border: 5px solid transparent; /* opinion 4 */
    z-index: 1001; /* absurdity 1 */
  }
  [tooltip]::after {
    content: attr(tooltip); /* magic! */
    
    /* most of the rest of this is opinion */
    font-family: 'NanumSquareNeoBold';
    text-align: center;
    
    /* 
      Let the content set the size of the tooltips 
      but this will also keep them from being obnoxious
      */
    min-width: 3em;
    max-width: 31em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1.2ch 2ch;
    border-radius: .5ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #000;
    color: #fff;
    z-index: 1000; /* absurdity 2 */
  }

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
  }
  [tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
  }
  [tooltip][flow^="down"]::before,
  [tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-84%, .5em);
  }

/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
      opacity: .9;
      transform: translate(-84%, 0);
    }
  }
  
  @keyframes tooltips-horz {
    to {
      opacity: .9;
      transform: translate(0, -84%);
    }
  }
  
  /* FX All The Things */ 
  [tooltip]:not([flow]):hover::before,
  [tooltip]:not([flow]):hover::after,
  [tooltip][flow^="up"]:hover::before,
  [tooltip][flow^="up"]:hover::after,
  [tooltip][flow^="down"]:hover::before,
  [tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
  }
  
  [tooltip][flow^="left"]:hover::before,
  [tooltip][flow^="left"]:hover::after,
  [tooltip][flow^="right"]:hover::before,
  [tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
  }   
 
.mobileprice {
    display:none;
}
  
  .sellerrequstbtn {
    font-size: 13px;
    color: white;
    background: #00A0B6;
    padding: 5px 9px;
    border-radius: 5px;
    font-family: 'NanumSquareNeoBold';
    line-height: 22px;
  }

  .sellerrequstbtn1 {
    font-size: 13px;
    color: black;
    border:1px solid #00A0B6;
    background: #F1F8F9;
    padding: 5px 9px;
    border-radius: 5px;
    width: 80px;
    line-height: 20px;
    text-align: center;
    font-family: 'NanumSquareNeoBold';

  }

  .sellerrequstbtn2 {
    font-size: 13px;
    color: #9E9E9E;    
    background: #E9E9E9;
    padding: 5px 9px;
    border-radius: 5px;
    font-family: 'NanumSquareNeoBold';
  }

  .home-search-filter {
    position: relative;
    left: 0px;
    border: 1px solid #66ccce;
    background: #fff url(../img/icon/dropdown.png) no-repeat right 4px center;
    background-size: 8px 8px;
    font-size: 12px;
    color: #66ccce;
    width: 78px;
    padding-left: 7px;
    text-align: left;
    height: 30px;
    margin-right: 5px;
    border-radius: 5px;
    font-family: 'NanumSquareNeoBold';
    line-height: 22px;
    top: inherit;
    transform: inherit;
  }

  .basehover {
    cursor: pointer;
  }

  .basehover:hover {
    background-color: #66ccce;
  }

  .baseroundhover:hover {
    border: 1px solid #66ccce;
    color :#66ccce;
  }

  .home-search-sec {
    position: relative;
    flex:1;
    height: 30px;
    display: flex;
    width: auto;
}

.pc_mypage_link {
    width: 30px;
    height: 30px;
}

.pc_nav_link_items {
    color: #000;
    text-align: right;
    font-family: 'NanumSquareNeoExtraBold';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    cursor: pointer;
    min-width: 60px;
}

.pc_nav_link_items.active {
    font-weight: 700;
    color: var(--main-color);
}

.pc_nav_icon > img {
    width:100%;
}

.home-basket-sec {
    width: 40px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.subsearchcont {
    flex: 1;
    min-width: 100px;
}

.home-search {
    width: 100%;
    height: 100%;
    padding-left: 10px;
    border-radius: 5px;
    background: #fff;
    font-size: 12px;
    border: 1px solid #0000001f;
    color: #000;
}

.home-search-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    
}

.mobileuser {
    width: auto;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.loginbtn {
    font-size: 13px;
    color: white;
    background: #00A0B6;
    padding: 5px 12px;
    border-radius: 5px;
}

.loginbtn1 {
    font-size: 13px;
    color: #00A0B6;
    border: 1px solid #00A0B6;
    padding: 5px 12px;
    border-radius: 5px;
    background-color: white;
    font-family: 'NanumSquareNeoBold';
    line-height: 18px;
}

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

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

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

.titleline1 {
    width: 100%;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    font-family: 'NanumSquareNeoExtraBold';
    margin-top: 30px;
}

.titleline2 {
    font-size: 70px;
    line-height: 80px;
    width: 100%;
    display: block;
    font-weight: bold;
    color: #00a0b6;
    font-family: 'NanumSquareNeoExtraBold';
}

.titleline3 {
    width: 100%;
    display: block;
    font-size: 17px;
    line-height: 30px;
    margin-top: 10px;
    font-family: 'NanumSquareNeoExtraBold';
}

.artbtn {
    height: 48px;
    background-color: #00a0b6;
    width: auto;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
    color: white;
    border-radius: 8px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 10px;
    font-family: 'NanumSquareNeoExtraBold';
}

.rankicon {
    background-image: url(../img/rankbg.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 44px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 7px;
    color: white;
    font-size: 13px;
    line-height: 30px;
    font-family: 'NanumSquareNeoBold';
    padding-left: 10px;
}


.pdl-20 {
    padding-left:20px;
}

.pdr-20 {
    padding-right:20px;
}

.deliveryinfo_mobile {
    display: none;
}
.orderbtn_mobile {
    display: none;
}

.topbtn_mobile {
    display: none;
}

.pr-unfav {
    position: absolute;
    top: 8px;
    right: 8px;
    background: url(../img/gift_list_hart.png) 100% 100% no-repeat;
    background-size: 32px auto;
    width: 32px;
    height: 32px;
    z-index: 1000;
    cursor: pointer;
}

.pr-fav {
    position: absolute;
    top: 8px;
    right: 8px;
    background: url(../img/gift_list_hart_on.png) 100% 100% no-repeat;
    background-size: 32px auto;
    width: 32px;
    height: 32px;
    z-index: 1000;
    cursor: pointer;
}



@media screen and (max-width: 992px){
    .banner-limit-section {
        width: 100%;
        height: auto;
        position: relative;
        display: block;
    }
    .giftItem>.iconarea {
        padding-top: 15px;
        margin-left: 0px;
    }
    .mobiletopright {
        display: flex;
        align-items: center;
        gap: 2px;
    }

    .mainbubble {
        width: 640px;
        position: relative;
        overflow-x: hidden;
        overflow-y: hidden;
        height: 360px;
        margin: auto;
        max-width: 1000px;
        max-height: 600px;
    }

    .middlebanner {
        height: auto;
    }

    .bannercont {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

        
    .tooltiparea {
        position: absolute;
        top: 52px;
        width: auto;
        height: auto;
    }

    .tooltip {
        text-transform: none;
        font-size: 14px;
        position: relative;
        opacity: 1;
        top: 8px;
        border: 5px solid transparent;
        content: attr(tooltip);
        font-family: 'NanumSquareNeoBold';
        min-width: 3em;
        max-width: 25em;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0.5ch 1ch;
        border-radius: .5ch;
        box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
        background: #000;
        color: #fff;
        z-index: 1000;
        display: flex;
        justify-content: space-evenly;
        gap: 15px;
        line-height: 20px;
        height: auto;
        text-align: left;
    }

    .toolclose {
        width: 20px;
        height: 20px;
        z-index: 10000;
        line-height: 20px;
        cursor: pointer;
    }

    .tooltip-arrow {
        position: absolute;
        left: 70%;        
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #000;
    }

    .tab_bar_gift .gift_icon {
        background: url(../img/art_icon.png) no-repeat center / contain;
    }

    .tab_bar_gift-active .gift_icon {
        background: url(../img/art_icon_on.png) no-repeat center / contain;
    }

    .tab_bar_diy .diy_icon {
        background: url(../img/diy_icon.png) no-repeat center / contain;
    }

    .tab_bar_diy-active .diy_icon {
        background: url(../img/diy_icon_on.png) no-repeat center / contain;
    }

    :is( .tab_bar_diy, .tab_bar_gift ) > a {
        font-family: var(--font-family);
        font-size: 11px;
        font-weight: bold;
        color: var(--tab-bar);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2px;
    }

    .home-basket-icon {
        width: 24px;
        height: 24px;
    }

    .topnavi {
        width: 100%;
        background:white;
        height: 60px;
        padding-top:20px;
        line-height: 40px;
        padding-left: 10px;
    }

    .topnavicont {
        max-width: 1080px;
        width: 100%;
        display: flex;
        justify-content: normal;
        margin: 0px auto;
        padding-left:10px;
        font-family: 'NanumSquareNeoBold';
    }

    .categoryname {
        color:#00A0B6;
    }

    .topcontent {
        width: 100%;
        background: white;
        height: auto;
        padding-bottom: 4%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .topmainImage {
        border-radius: 10px;
        overflow: hidden;
    }
    .subimagelist {
        width: 100%;
        height: auto;
        margin-top: 10px;
        display: flex;
        position: relative;
        overflow-x: auto;
        flex-wrap: nowrap;
        white-space: nowrap;
        scroll-behavior: smooth;
        box-sizing: border-box;
    }
    .iconarea {
        display: flex;
        margin-left: 20px;
        align-items: center;
        gap: 3px;
        position: absolute;
        top: 10px;
        z-index: 100;
    }

    .artgoodsicon {
        width: 67px;
        text-align: center;
        background: #FF6B64;
        color: white;
        padding: 8px 11px;
        border-radius: 8px;
        font-size: 11px;
        font-family: 'NanumSquareNeoBold';
    }

    .bestgoodsicon {
        width: 67px;
        text-align: center;
        background: #00A0B6;
        color: white;
        padding: 8px 11px;
        border-radius: 8px;
        font-size: 11px;
        font-family: 'NanumSquareNeoBold';
    }

    
    .headunfav {
        width: 24px;
        height: 24px;
        position: static;
        background: url(../img/gift_hart.png) no-repeat center;
        background-size: 24px 24px;
        flex-grow: 1;
        float: none;
        cursor: pointer;
       
    }

    .headfav {
        width: 24px;
        height: 24px;
        position: static;
        background: #fff url(../img/gift_hart_on.png) no-repeat center;
        background-size: 24px 24px;
        flex-grow: 1;
        float: none;
        cursor: pointer;        
    }

    .share {
        display: inline-block;
        width: 24px;
        height: 24px;
        background: #fff url(../img/gift_share.png) no-repeat center;
        background-size: 24px 24px;
        position: static;
        float: none;
        margin: 0;
        flex-grow: 1;
        cursor: pointer;
        margin-top: 5px;
    }

    .head_icon {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        flex-direction: column;
    }

    .pc_image_startarea {
        align-items: start;
    }

    .detailheadinfo {      
        padding-top: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .detailmid {
        display: flex;
        margin-top: 0px;
        font-size: 20px;
        font-weight: bold;
        color: black;
        justify-content: space-between;
        align-items: start;
        margin-bottom: 20px;
    }

    .mainpricearea {
        margin-top: 20px;
        display: flex;
        font-size:12px;
    }

    .mobileprice {
        display:block;
        font-size: 12px;
        font-family: 'NanumSquareNeoHeavy';
    }

    .deliverytitle {
        display: flex;
        gap: 5px;
    }

    .deliveryinfo_mobile {
        display: block;
        font-size: 12px;
        color: #57585A;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: 'NanumSquareNeo';
    }

    .deliveryprice {
        display: none;
    }

    .maingiftprice {
        display: flex;
        align-items: baseline;
        font-size: 14px;
        font-family: 'NanumSquareNeoBold'
    }

    .detailprice {
        color:#00A0B6;
        font-size: 18px;
        font-family: 'NanumSquareNeoHeavy';
        margin-right: 2px;
    }

    .starpoint {
        font-size: 12px;
        font-family: 'NanumSquareNeo';
    }

    .maindelivery {
        margin-top: 20px;
        display: flex;
        color: #57585A;
        flex-direction: column;
        gap: 10px;
        font-family: 'NanumSquareNeoBold';
    }

    .deliverycont {
        display: flex;
        width: 100%;
        align-items: center;
        gap: 5px;
        font-size: 14px;
    }

    .deliveryprice {
        font-size: 12px;
        font-family: 'NanumSquareNeoHeavy';
    }

    .deliverydate {
        display: none;
    }

    .deliveryinfo{
       display: none;
    }

    .optionarea {
        display: block;
    }

    .optionareatitle {
        margin-top: 30px;
        color: #57585a;
        font-family: 'NanumSquareNeoBold';
    }

    .optionitems {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }

    .select-box {
        position: relative;
        width: 100%;
        margin: auto;
    }

    .selected {
        background-color: white;
        border: 1px solid #d9d9d9;
        padding: 15px 10px 15px 10px;
        border-radius: 3px;
        cursor: pointer;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 5px;
        font-size: 13px;
        background-image: url(../img/selectclose.png);
        background-repeat: no-repeat;
        background-size: 10px;
        background-position-x: calc(100% - 10px);
        background-position-y: center;
        font-family: 'NanumSquareNeoBold';
    }

    .orderresult {
        margin-top:20px;
    }

    .order-check-selected-box {
        width: 100%;
        padding: 13px;
        border-radius: 2px;
        position: relative;
        margin-bottom: 10px;
        background-color: transparent;
        border: 1px solid #d9d9d9;
    }

    .option-countgroup {
        width: 90px;
        border-radius: 4px;
        border: 1px solid #d9d9d9;
        background-color: #fff;
        padding: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .option-count-btn {
        width: 15px;
        color: #9e9e9e;
        text-align: center;
        font-family: 'NanumSquareNeo';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        cursor: pointer;
    }

    .option-count-num {
        color: #000;
        text-align: center;
        font-family: 'NanumSquareNeoExtraBold';
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
    }

    .order-option-cont {
        display: flex;
        justify-content: space-between;
        gap: 5px;
        align-items: center;
    }

    .order-check-selected-box-option {
        flex:1;
        color: #57585a;
        font-family: 'NanumSquareNeoBold';
        padding: 2px 0px 8px 0px;
    }

    .order-check {
        background-color: white;
    }

    .optiondel {
        font-size: 12px;
        text-decoration: underline;
        color: #00A0B6;
        font-family: 'NanumSquareNeo';
        padding: 2px 0px 8px 0px;
    }

    #order_item_price {
        font-size: 14px;
        font-family: 'NanumSquareNeoHeavy';
        color: #000;
        font-weight: bold;
    }

    .sideorder {
        width: 440px;
        height: fit-content;
        padding: 30px 20px 0px 10px;
        position: relative;
    }

    .ordercalc {
        display: flex;
        justify-content: end;
        font-weight: bold;
        color: black;
        font-size: 14px;
        align-items: center;
        padding: 10px;
        gap: 10px;
        font-family: 'NanumSquareNeoHeavy';
    }

    .order_total_price {
        color: #ff6b64;
        display: flex;
        align-items: center;
        font-size: 16px;
        gap: 3px;
    }

    .totalprice {
        font-size: 20px;;
    }

    .btn-basket {
        width: 100%;
        text-align: center;
        padding: 13px;
        border: 1px solid var(--main-color);
        color: var(--main-color);
        font-size: 20px;
        font-family: 'NanumSquareNeoBold';
        font-weight: bold;
        border-radius: 10px;
        cursor: pointer;
        height: 56px;
        line-height: 30px;
    }

    .btn-ask {
        width: 100%;
        text-align: center;
        padding: 13px;
        background-color: var(--main-color);
        color: var(--white-color);
        font-size: 20px;
        font-family: 'NanumSquareNeoBold';
        font-weight: bold;
        border-radius: 10px;
        cursor: pointer;
        height: 56px;
        line-height: 30px;
    }

    .orderbtn {
       display: none;
    }

    .orderbtn_mobile {
        width: 100%;        
        display: flex;
        gap: 20px;
    }

    .iconarea {
        display: flex;
        margin-left: 20px;
        align-items: center;
        gap: 3px;
        position: absolute;
        top: 10px;
        z-index: 100;
    }

    .artgoodsicon {
        width: 67px;
        text-align: center;
        background: #FF6B64;
        color: white;
        padding: 8px 11px;
        border-radius: 8px;
        font-size: 11px;
        font-family: 'NanumSquareNeoBold';
    }

    .diygoodsicon {
        width: 67px;
        text-align: center;
        background: #FF6B64;
        color: white;
        padding: 8px 11px;
        border-radius: 8px;
        font-size: 11px;
        font-family: 'NanumSquareNeoBold';
    }

    .bestgoodsicon {
        width: 67px;
        text-align: center;
        background: #00A0B6;
        color: white;
        padding: 8px 11px;
        border-radius: 8px;
        font-size: 11px;
        font-family: 'NanumSquareNeoBold';
    }

    .orderbottom {
        margin-top: 20px;
        position: relative;
        margin-left: 10px;
        bottom:0px;
        width: 340px;
    }

    .go_top_style {
        font-size: 1.8rem;
        width: 56px;
        height: 56px;
        background-color: transparent;
        color: #c2c0c0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        background-image: url(../img/topbtn.png);
        background-size: contain;
        display: none;
    }

    .sideoption {
        width: 440px;
    }

    .topbtn_mobile {
        position: absolute;
        bottom: 80px;
        right: 10px;
        display: block;
        z-index: 10000;
    }

    .sideorder1 > .order-check > .order-check-selected-box > .option-count > .option-countgroup {
        border : 1px solid #00A0B6;
    }

    .category-cont-header {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        background: white;
        padding-bottom: 10px;
    }

    .product_now_category {
        color: black;
        font-family: 'NanumSquareNeoExtraBold';
        font-size: 20px;
        padding-bottom: 5px;
    }

    .category-banner-sec-limit {
        padding-left: 20px;
        padding-right: 20px;
        background: white;
    }

    .categorymidtitle {
        background: white;
        padding-top: 20px;
        padding-left: 20px;
    }

    .categorymidtitle > span {
        font-size: 15px;
        font-family: 'NanumSquareNeoExtraBold';
        color: black;
    }

    .main-title {
        font-size: 15px;
        font-family: 'NanumSquareNeoExtraBold';
        color: black;
    }

    .gift-product-swiper {
        margin-top:20px;
    }

    .category_text , .category_txt{
        font-size: 12px;
        font-family: 'NanumSquareNeo';
    }

    
}

.productname {
    line-height: 26px;
}

.diyInfo-wrapper {
    max-width: 360px;
    border-radius: 8px;
}

.diyImageUpload-wrapper {
    padding:0px;
}

.btn_close button {
    width: 20px;
    height: 20px;
    background: url(../img/modalclose.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.diy-tit {
    font-family: 'NanumSquareNeoExtraBold';
    color: black;
    margin-left: 16px;
    margin-top: 12px;
}

.line {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 0px;
}

.diy-subtitle {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 20px;
    color: black;
    font-family: 'NanumSquareNeoExtraBold';
    margin-bottom: 10px;
}

.uploadBox-txt {
    color: #00A0B6;
    font-size: 12px;
    font-family: 'NanumSquareNeoBold';
}

.diy-cont {
    border-radius: 8px;
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid #0000001A;
    width: calc(100% - 40px);
    background: #f1f8f9;
    margin-bottom: 10px;
}

.diy-uploadbtn {
    width: calc(100% - 40px);
    height: 56px;
    background: #00a0b6;
    margin-left: 20px;
    margin-bottom: 20px;
    color: white;
    border-radius: 8px;
    line-height: 56px;
    text-align: center;
    font-size: 16px;
    font-family: 'NanumSquareNeoBold';
    cursor: pointer;
}

.uploadBox  {
    left: 0;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    transform: scale(100%);
    transform: scale(100%);
    background: #fff;
    border: 1px solid #00a0b6;
    border-radius: 8px;
    text-align: center;
    overflow: hidden;
}

.diycomment {
    width: 100%;
    border: 1px solid #e9e9e9;
    padding: 12px;
    font-size: 12px;
    font-family: 'NanumSquareNeo';
    border-radius: 4px;
}

.request-tit {
    font-size: 14px;
    font-family: 'NanumSquareNeoBold';
}

.diy-bottom-btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.diy-btn-type {
    width: calc(100% - 20px);
    margin-left: 10px;
    background: #e9e9e9;
    font-size: 15px;
    color: #9e9e9e;
    font-family: 'NanumSquareNeoExtraBold';
    height: 56px;
}

.diy-btn-type.active {
    background:#00a0b6;
    color:white;
}

@media screen and (min-width: 769px){
    .headfav {
        width: 30px;
        height: 30px;
        position: static;
        background: #fff url(../img/gift_hart_on.png) no-repeat center;
        background-size: 30px 30px;
        flex-grow: 1;
        float: none;
        cursor: pointer;
        margin-top: 3px;
        margin-bottom: 2px;
    }
    .mainbubble {
        width: 100%;
        position: relative;
        overflow-x: hidden;
        overflow-y: hidden;
        height: 100%;
        margin: auto;
        max-width: 1000px;
        max-height: 600px;
    }
    .bubble-container {
        position: relative;
        width: 100%;
        overflow-y: hidden;
        background-color: #ffffff;
        margin-top: 330px;
    }

     
    .tooltiparea {
        position: absolute;
        top: 52px;
        width: auto;
        height: auto;
    }

    .tooltip {
        text-transform: none;
        font-size: 14px;
        position: relative;
        opacity: 1;
        top: 8px;
        border: 5px solid transparent;
        content: attr(tooltip);
        font-family: 'NanumSquareNeoBold';
        text-align: left;
        min-width: 3em;
        max-width: 41em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0.7ch 2ch;
        border-radius: .5ch;
        box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
        background: #000;
        color: #fff;
        z-index: 1000;
        display: flex;
        justify-content: space-evenly;
        gap: 15px;
        line-height: 20px;
    }

    .toolclose {
        width: 20px;
        height: 20px;
        z-index: 10000;
        line-height: 20px;
        cursor: pointer;
    }

    .tooltip-arrow {
        position: absolute;
        left: 50%;
        
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #000;
    }

    .bubblemain1 {
        width:25%;height:auto;top: 33%;left:2%;background:#CC1E5C;aspect-ratio: 1;
    }
    
    .bubblemain1 > .bubblename.sel {
        top:45%;
    }
    
    .bubblemain1 > .bubblecheck {
        top:34%;
    }
    
    .bubblemain2 {
        width: 25%;height: auto;top:1%;right: 2%;background:#C90909;aspect-ratio: 1;
    }
    
    
    .bubblemain2 > .bubblename.sel {
        top:45%;
    }
    
    .bubblemain2 > .bubblecheck {
        top:34%;
    }
    
    
    .bubblemain3 {
        width: 20%;height: auto;top:30%;right: 30%;background:#D9A317;aspect-ratio: 1;
    }
    
    .bubblemain3 > .bubblename.sel {
        top:40%;
    }
    
    .bubblemain3 > .bubblecheck {
        top:23%;
    }
    
    
    .bubblemain4 {
        width: 20%;height:auto;top: 5%;left:20%;background:#29DCE0;aspect-ratio: 1;
    }
    
    .bubblemain4 > .bubblename.sel {
        top:40%;
    }
    
    .bubblemain4 > .bubblecheck {
        top:26%;
    }
    
    
    .bubblemain5 {
        width: 18%;height: auto;bottom: 5%;left:30%;background:#A028BE;aspect-ratio: 1;
    }
    .bubblemain5 > .bubblename.sel {
        top:38%;
    }
    
    .bubblemain5 > .bubblecheck {
        top:22%;
    }
    
    
    .bubblemain6 {
        width: 17%;height: auto;top: 2%;right: 27%;background:#849E18;aspect-ratio: 1;
    }
    .bubblemain6 > .bubblename.sel {
        top:38%;
    }
    
    .bubblemain6 > .bubblecheck {
        top:18%;
    }
    
    
    .bubblemain7 {
        width: 17%;height: auto;bottom: 10%;right: 20%;background:#F2CF14;aspect-ratio: 1;
    }
    .bubblemain7 > .bubblename.sel {
        top:41%;
    }
    
    .bubblemain7 > .bubblecheck {
        top:22%;
    }
    
    
    .bubblemain8 {
        width: 15%;height: auto;top: 5%;left:4%;background:#2C5084;aspect-ratio: 1;
    }
    .bubblemain8 > .bubblename.sel {
        top:41%;
    }
    
    .bubblemain8 > .bubblecheck {
        top:22%;
    }
    
    
    .bubblemain9 {
        width: 15%;height: auto;top: 22%;left: 38%;background:#245AAA;aspect-ratio: 1;
    }
    .bubblemain9 > .bubblename.sel {
        top:36%;
    }
    
    .bubblemain9 > .bubblecheck {
        top:16%;
    }
    
    
    .bubblemain10 {
        width: 13%;height: auto;top: 41%;left: 29%;background:#0E30A8;aspect-ratio: 1;
    }
    .bubblemain10 > .bubblename.sel {
        top:34%;
    }
    
    .bubblemain10 > .bubblecheck {
        top:15%;
    }
    
    
    .bubblemain11 {
        width: 9%;height: auto;top: 3%;left: 41%;background:#20A173;aspect-ratio: 1;
    }
    .bubblemain11 > .bubblename.sel {
        top:30%;
    }
    
    .bubblemain11 > .bubblecheck {
        top:10%;
    }
    
    
    .bubblemain12 {
        width: 7%;height: auto;top: 141px;left: 129px;background:#6220B6;aspect-ratio: 1;
    }
    .bubblemain12 > .bubblename.sel {
        top:36%;
    }
    
    .bubblemain12 > .bubblecheck {
        top:16%;
    }
    
    .titleline1 {
        width: 100%;
        display: block;
        font-size: 50px;
        line-height: 55px;
        font-weight: bold;
        font-family: 'NanumSquareNeoHeavy';
        margin-top: 30px;
    }

    .titleline2 {
        font-size: 110px;
        line-height: 110px;
        width: 100%;
        display: block;
        font-weight: bold;
        color: #00a0b6;
        margin-top: 10px;
        font-family: 'NanumSquareNeoHeavy';
    }

    .titleline3 {
        width: 100%;
        display: block;
        font-size: 20px;
        line-height: 40px;
        margin-top: 20px;
        font-family: 'NanumSquareNeoBold';
    }

    .artbtn {
        height: 56px;
        background-color: #00a0b6;
        width: auto;
        position: relative;
        display: inline-block;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 24px;
        color: white;
        border-radius: 8px;
        line-height: 37px;
        font-weight: bold;
        margin-top: 10px;
        font-family: 'NanumSquareNeoExtraBold';
    }

    .searchcont {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .pc_search_type_filter {
        position: relative;
        left: 0px;
        border: 1px solid #66ccce;
        background: #fff url(../img/icon/dropdown.png) no-repeat right 4px center;
        background-size: 8px 8px;
        font-size: 12px;
        color: #66ccce;
        width: 78px;
        padding-left: 7px;
        text-align: left;
        height: 100%;
        margin-right: 5px;
        border-radius: 5px;
        font-family: 'NanumSquareNeoBold';
        line-height: 22px;
    }

    .subsearchcont {
        flex : 1;
        height: 100%;
    }

    .pc_search_input {
        width: 100%;
        height: 100%;
        padding-left: 10px;
        border-radius: 5px;
        background: #fff;
        font-size: 12px;
        border: 1px solid #0000001f;
        color: #000;
    }

    .main-title1 {
        font-weight: 500;
        font-size: 22px;
        display: block;
        line-height: 20px;
        font-family: 'NanumSquareNeoExtraBold';
    }

    .aitag {
        font-family: 'NanumSquareNeoBold';
    }

   
    .bannercont {
        width: 100%;
        display: flex;
        position: relative;
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }

    .midbanner {
        width: 50%;
        height: auto;
        position: relative;
        padding-right: 1%;
    }

    .midbanner:last-child{
        padding-right: 0%;
        padding-left: 1%;
    }

    .rankicon {
        background-image: url(../img/rankbg.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 44px;
        height: 30px;
        position: absolute;
        left: 0px;
        top: 10px;
        color: white;
        font-size: 13px;
        line-height: 30px;
        font-family: 'NanumSquareNeoBold';
        padding-left: 10px;
    }

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

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

    .topnavi {
        width: 100%;
        background:white;
        height: 60px;
        padding-top:20px;
        line-height: 40px;
    }

    .topnavicont {
        max-width: 1080px;
        width: 100%;
        display: flex;
        justify-content: normal;
        margin: 0px auto;
        padding-left:10px;
        font-family: 'NanumSquareNeoBold';
    }

    .categoryname {
        color:#00A0B6;
    }

    .common-top-header {
        display:none;
    }

    .pc_nav_right_wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 20px;
    }

    .loginbtn {
        font-size: 13px;
        color: white;
        background: #00A0B6;
        padding: 5px 12px;
        border-radius: 5px;
        cursor: pointer;
    }

    .loginbtn1 {
        font-size: 13px;
        color: #00A0B6;
        border: 1px solid #00A0B6;
        padding: 5px 12px;
        border-radius: 5px;
        background-color: white;
        font-family: 'NanumSquareNeoBold';
    }

    .pc_mypage_link, .pc_mypage_link {

        color: #000;
        
    }

    .sellerrequstbtn {
        font-size: 13px;
        color: white;
        background: #00A0B6;
        padding: 5px 9px;
        border-radius: 5px;
        background-image: url(../img/sellercheckimg1.png);
        background-repeat: no-repeat;
        background-size: 16px 16px;
        padding-left: 25px;
        font-family: 'NanumSquareNeoBold';
        background-position-y: 6px;
        background-position-x: 5px;
        height: 30px;
        line-height: 20px;
      }
    
      .sellerrequstbtn1 {
        font-size: 13px;
        color: black;
        border:1px solid #00A0B6;
        background: #F1F8F9;
        padding: 5px 9px;
        border-radius: 5px;
        background-image: url(../img/sellercheckimg.png);
        background-repeat: no-repeat;
        background-size: 16px 16px;
        padding-left: 30px;
        font-family: 'NanumSquareNeoBold';
        background-position-y: 6px;
        background-position-x: 5px;
        width: 100px;
        height: 30px;
        line-height: 20px;
      }
    
      .sellerrequstbtn2 {
        font-size: 13px;
        color: #9E9E9E;    
        background: #E9E9E9;
        padding: 5px 9px;
        border-radius: 5px;
        font-family: 'NanumSquareNeoBold';
      }

      .headunfav {
        width: 30px;
        height: 30px;
        position: static;
        background: url(../img/gift_hart.png) no-repeat center;
        background-size: 30px 30px;
        flex-grow: 1;
        float: none;
        cursor: pointer;
        margin-top: 5px;
    }

    .share {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: #fff url(../img/gift_share.png) no-repeat center;
        background-size: 30px 30px;
        position: static;
        float: none;
        margin: 0;
        flex-grow: 1;
        cursor: pointer;
        margin-top: 5px;
    }

    .head_icon {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        flex-direction: column;
    }

    .pc_image_startarea {
        align-items: start;
    }

    .detailheadinfo {      
        padding-top: 0px;
    }

    .detailmid {
        display: flex;
        margin-top: 0px;
        font-size: 24px;
        font-weight: bold;
        color: black;
        justify-content: space-between;
        align-items: start;
        margin-bottom: 20px;
    }

    .mainpricearea {
        margin-top: 5px;
        display: flex;
        font-size:12px;
    }

    .maingiftprice {
        display: flex;
        align-items: baseline;
        font-size: 14px;
        font-family: 'NanumSquareNeoBold'
    }

    .detailprice {
        color:#00A0B6;
        font-size: 18px;
        font-family: 'NanumSquareNeoHeavy';
        margin-right: 2px;
    }

    .starpoint {
        font-size: 12px;
        font-family: 'NanumSquareNeo';
    }

    .maindelivery {
        margin-top: 20px;
        display: flex;
        color: #57585A;
        flex-direction: column;
        gap: 10px;
        font-family: 'NanumSquareNeoBold';
    }

    .deliverycont {
        display: flex;
        width: 100%;
        align-items: center;
        gap: 5px;
        font-size: 14px;
    }

    .deliveryprice {
        font-size: 12px;
        font-family: 'NanumSquareNeoHeavy';
    }

    .deliverydate {
        font-size: 12px;
        color: #57585A;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: 'NanumSquareNeo';
    }

    .deliveryinfo{
        font-size: 12px;
        color: #57585A;
        font-family: 'NanumSquareNeo';
    }

    .optionareatitle {
        margin-top: 30px;
        color: #57585a;
        font-family: 'NanumSquareNeoBold';
    }

    .optionitems {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: 10px;
    }

    .select-box {
        position: relative;
        width: 100%;
        margin: auto;
    }

    .selected {
        background-color: white;
        border: 1px solid #d9d9d9;
        padding: 15px 10px 15px 10px;
        border-radius: 3px;
        cursor: pointer;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 5px;
        font-size: 13px;
        background-image: url(../img/selectclose.png);
        background-repeat: no-repeat;
        background-size: 10px;
        background-position-x: calc(100% - 10px);
        background-position-y: center;
        font-family: 'NanumSquareNeoBold';
    }

    .orderresult {
        margin-top:20px;
    }

    .order-check-selected-box {
        width: 100%;
        padding: 13px;
        border-radius: 2px;
        position: relative;
        margin-bottom: 10px;
        background-color: transparent;
        border: 1px solid #d9d9d9;
    }

    .option-countgroup {
        width: 90px;
        border-radius: 4px;
        border: 1px solid #d9d9d9;
        background-color: #fff;
        padding: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .option-count-btn {
        width: 15px;
        color: #9e9e9e;
        text-align: center;
        font-family: 'NanumSquareNeo';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        cursor: pointer;
    }

    .option-count-num {
        color: #000;
        text-align: center;
        font-family: 'NanumSquareNeoExtraBold';
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
    }

    .order-option-cont {
        display: flex;
        justify-content: space-between;
        gap: 5px;
        align-items: center;
    }

    .order-check-selected-box-option {
        flex:1;
        color: #57585a;
        font-family: 'NanumSquareNeoBold';
        padding: 2px 0px 8px 0px;
    }

    .order-check {
        background-color: white;
    }

    .optiondel {
        font-size: 12px;
        text-decoration: underline;
        color: #00A0B6;
        font-family: 'NanumSquareNeo';
        padding: 2px 0px 8px 0px;
    }

    #order_item_price {
        font-size: 14px;
        font-family: 'NanumSquareNeoHeavy';
        color: #000;
        font-weight: bold;
    }

    .sideorder {
        width: 440px;
        height: fit-content;
        padding: 30px 20px 0px 10px;
        position: relative;
    }

    .ordercalc {
        display: flex;
        justify-content: end;
        font-weight: bold;
        color: black;
        font-size: 14px;
        align-items: center;
        padding: 10px;
        gap: 10px;
        font-family: 'NanumSquareNeoHeavy';
    }

    .order_total_price {
        color: #ff6b64;
        display: flex;
        align-items: center;
        font-size: 16px;
        gap: 3px;
    }

    .totalprice {
        font-size: 20px;;
    }

    .btn-basket {
        width: 100%;
        text-align: center;
        padding: 13px;
        border: 1px solid var(--main-color);
        color: var(--main-color);
        font-size: 20px;
        font-family: 'NanumSquareNeoBold';
        font-weight: bold;
        border-radius: 10px;
        cursor: pointer;
        height: 56px;
        line-height: 30px;
    }

    .btn-ask {
        width: 100%;
        text-align: center;
        padding: 13px;
        background-color: var(--main-color);
        color: var(--white-color);
        font-size: 20px;
        font-family: 'NanumSquareNeoBold';
        font-weight: bold;
        border-radius: 10px;
        cursor: pointer;
        height: 56px;
        line-height: 30px;
    }

    .orderbtn {
        width: 100%;
        margin-top: 15px;
        display: flex;
        gap: 20px;
    }

    .iconarea {
        display: flex;
        margin-left: 20px;
        align-items: center;
        gap: 3px;
        position: absolute;
        top: 10px;
        z-index: 100;
    }

    .artgoodsicon {
        width: 67px;
        text-align: center;
        background: #FF6B64;
        color: white;
        padding: 8px 11px;
        border-radius: 8px;
        font-size: 11px;
        font-family: 'NanumSquareNeoBold';
    }

    .diygoodsicon {
        width: 67px;
        text-align: center;
        background: #FF6B64;
        color: white;
        padding: 8px 11px;
        border-radius: 8px;
        font-size: 11px;
        font-family: 'NanumSquareNeoBold';
    }

    .bestgoodsicon {
        width: 67px;
        text-align: center;
        background: #00A0B6;
        color: white;
        padding: 8px 11px;
        border-radius: 8px;
        font-size: 11px;
        font-family: 'NanumSquareNeoBold';
    }

    .orderbottom {
        margin-top: 20px;
        position: relative;
        margin-left: 10px;
        bottom:0px;
        width: 340px;
    }

    .go_top_style {
        font-size: 1.8rem;
        width: 56px;
        height: 56px;
        background-color: transparent;
        color: #c2c0c0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        background-image: url(../img/topbtn.png);
        background-size: contain;
        
    }

    .sideoption {
        width: 440px;
    }

    .topbtn {
        position: absolute;
        bottom: 10px;
        right: 0px;
    }

    .sideorder1 > .order-check > .order-check-selected-box > .option-count > .option-countgroup {
        border : 1px solid #00A0B6;
    }

    .category-cont-header {
        background: white;
        padding-top: 40px;
    }

    .product_now_category {
        font-family: 'NanumSquareNeoHeavy';
        font-size: 25px;
        padding-bottom: 10px;
    }

    .subheader {
        max-width: 1300px;
        margin: auto;
        color: #9e9e9e;
        font-family: 'NanumSquareNeoBold';
        font-size: 13px;
    }

    .categorymidtitle {
       
        background: white;
        width: 100%;
        position: relative;
        display: flex;
    }

    .categorymidtitle > span {
        max-width: 1300px;
        margin: auto;
        width: 100%;
        font-size: 18px;
        font-family: 'NanumSquareNeoExtraBold';
        color: black;
    }

    .main-title {
        max-width: 1300px;
        margin: auto;
        width: 100%;
        font-size: 18px;
        font-family: 'NanumSquareNeoExtraBold';
        color: black;
    }
    .main-design {
        max-width: 1300px;
        width: 100%;
        margin: 0 auto;
        margin-top: 0px;
        padding: 40px;
        padding-left: 0;
    }

    .category-toggle-box {
        margin-top: 0%;
        top: 2px !important;
        display: flex;
        justify-content: space-between;
        padding: 0px;
        padding-top: 20px;
    }

    .category_text , .category_txt{
        font-size: 13px;
        font-family: 'NanumSquareNeo';
    }
    .Detailcontent {
        height:calc(100% - 70px);   
    }

    .infomark {
        width: 100%;
        height: auto;
        position: relative;
        padding-top: 0px;
        display: flex;
        gap: 10px;
    }

    .infomark > div {
        width: 100%;
        float: left;
        text-align: center;
        position: relative;
        background: #fff;
        line-height: 40px;
        padding-bottom: 10px;
        padding-top: 10px;
        height: auto;
        display: flow-root;
        position: relative;
        font-family: 'NanumSquareNeoExtraBold';
        font-weight: 700;
    }

    .markbg1 {
        border-radius: 50%;
        width: 100px;
        height: 100px;
        border: solid 1px var(--point-color);
        margin: auto;
        display: flex;
        align-items: center;
    }

    .markbg {
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
    }

    .markbg2 {
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
    }

    .mark1 {
        position: absolute;
        margin: auto;
        font-size: 14px;
        line-height: 15px;
        font-weight: 700;
        top: auto;
        width: 100%;
        left: 0;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 0;
    }

    .Detailcontent > .topImage {
        max-width: 1300px;
        margin:auto;
        display: flex;
        justify-content: center;
    }

    .detailmenu {
        max-width: 1300px;
        margin:auto;
    }

    .menuContent {
        max-width: 1300px;
        margin:auto;
    }

    .menuinfo {
        max-width: 1300px;
        margin:auto;
    }

    .menureview {
        max-width: 1300px;
        margin:auto;
    }
}

.newgoodsicon {
    width: 67px;
    text-align: center;
    background: #00a0b6;
    color: white;
    padding: 8px 11px;
    border-radius: 8px;
    font-size: 11px;
    font-family: 'NanumSquareNeoBold';
}


@media screen and (max-width: 769px){
    .home-search-filter {
        position: relative;
        left: 0px;
        border: 1px solid #66ccce;
        background: #fff url(../img/icon/dropdown.png) no-repeat right 4px center;
        background-size: 8px 8px;
        font-size: 11px;
        color: #66ccce;
        width: 70px;
        padding-left: 7px;
        text-align: left;
        height: 30px;
        margin-right: 1px;
        border-radius: 5px;
        font-family: 'NanumSquareNeoBold';
        line-height: 22px;
        top: inherit;
        transform: inherit;
    }

    .home-search {
        width: 100%;
        height: 100%;
        padding-left: 6px;
        border-radius: 5px;
        background: #fff;
        font-size: 12px;
        border: 1px solid #0000001f;
        color: #000;
        text-overflow: ellipsis;
        padding-right: 25px;
    }

    .loginbtn {
        font-size: 12px;
        color: white;
        background: #00A0B6;
        padding: 5px 5px;
        border-radius: 5px;
    }

    .mobileuser {
        gap:5px;
    }

    .loginbtn1 {
        font-size: 12px;
        padding: 5px 7px;
        min-width: 76px;
    }

    .home-basket-sec {
        width: 27px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 5px;
    }

    .maingiftItem>.iconarea {
        padding-left:0px;
    }
}

.joincont1 {
    background:url(../img/joininit.png);
    background-size: contain;
    background-repeat: no-repeat;    
    margin: auto;
    min-width: 400px;
    min-height: 364px;
    display:flex;
    flex-direction: column;
    width: 400px;
    padding: 20px;
    gap: 10px;
    justify-content: center;
}

.jointitle1 {
    font-size: 24px;
    font-weight: 700;
    width:100%;
    text-align: center;
    color:#141415;
    font-family: 'NanumSquareNeo';
    margin-top: 30px;
}

.joinsubtitle1 {
    font-size:12px;
    color:#57585a;
    font-weight: 700;
    text-align: center;
    font-family: 'NanumSquareNeo';
}

.joincouponimg1 {
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:20px;
}

.joincouponimg1 > img {
    width:80%;
}

.joincomplate1 {
    background:#141415;
    color:white;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;   
    margin-top: 10px; 
    height:44px;
    cursor: pointer;
}