
@import url(https://cdn.jsdelivr.net/gh/theeluwin/NotoSansKR-Hestia@master/stylesheets/NotoSansKR-Hestia.css);

/* ROOT */
/**
 * http://applemusic.tumblr.com/
 * https://jsfiddle.net/xq56dmrh/
 */

/** Ultra Light */
@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    src: local('SF Pro Display'), url('/fonts/SFPRODISPLAYREGULAR.woff') format('woff');
}

@font-face {
    font-family: 'SF Pro Display';
    font-style: italic;
    font-weight: 100;
    src: local('SF Pro Display'), url('/fonts/SFPRODISPLAYULTRALIGHTITALIC.woff') format('woff');
}

@font-face {
    font-family: 'SF Pro Display';
    font-style: italic;
    font-weight: 200;
    src: local('SF Pro Display'), url('/fonts/SFPRODISPLAYTHINITALIC.woff') format('woff');
}

@font-face {
    font-family: 'SF Pro Display';
    font-style: italic;
    font-weight: 300;
    src: local('SF Pro Display'), url('/fonts/SFPRODISPLAYLIGHTITALIC.woff') format('woff');
}

@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    src: local('SF Pro Display'), url('/fonts/SFPRODISPLAYMEDIUM.woff') format('woff');
}

@font-face {
    font-family: 'SF Pro Display';
    font-style: italic;
    font-weight: 600;
    src: local('SF Pro Display'), url('/fonts/SFPRODISPLAYSEMIBOLDITALIC.woff') format('woff');
}

@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    src: local('SF Pro Display'), url('/fonts/SFPRODISPLAYBOLD.woff') format('woff');
}

@font-face {
    font-family: 'SF Pro Display';
    font-style: italic;
    font-weight: 800;
    src: local('SF Pro Display'), url('/fonts/SFPRODISPLAYHEAVYITALIC.woff') format('woff');
}

@font-face {
    font-family: 'SF Pro Display';
    font-style: italic;
    font-weight: 900;
    src: local('SF Pro Display'), url('/fonts/SFPRODISPLAYBLACKITALIC.woff') format('woff');
}

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


@media screen and (max-width: 768px){
    :root {
        --main-color: #00a0b6;
        --point-color: #ff8886;
        --text-color: #545454;
        --lock-color: #c2c0c0;
        --bg-color: #fafafa;
        --white-color: #ffffff;
        --star-color: #f8d748;
        /* footer color */
        --footer-bg-color: rgb(206, 206, 206);
        --copyright-color: #e3e3e3;
        /* font */
        --font-kr: 'NanumSquareNeo','SF Pro Display', sans-serif;
    }
    
    *{
        -webkit-tap-highlight-color: transparent !important;
        -webkit-touch-callout: none !important;
        -webkit-user-select: none !important;
        -khtml-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
    }
    
    body {
        background-color: var(--bg-color);
        padding: 0;
        margin: 0;
        font-family: var(--font-kr); /*, sans-serif*/ /* 제플린에는 sans-serif 사용된 경우가 거의없어 주석처리 */
        padding-left: constant(safe-area-inset-left);
        padding-right: constant(safe-area-inset-right);
        padding-top: constant(safe-area-inset-top);
        /* iOS 11.0 */
        padding-top: env(safe-area-inset-top);
        padding-bottom: constant(safe-area-inset-bottom);
        /* iOS 11.0 */
        padding-bottom: env(safe-area-inset-bottom);
    }
    

    .subhead {
        width: 100%;
        height: 44px;
        position: fixed;
        text-align: left;
        margin-bottom: 2px;
        width: 100%;
        z-index: 100;
        -webkit-box-shadow: 0 3px 3px 0px #eee;
        -moz-box-shadow: 0 3px 3px 0px #eee;
            box-shadow: 0 3px 3px 0px #eee;
    }

    
    .backbtn {
        width: 10%;
        height: 100%;
        background: url(../img/backbtn.png) 100% 100% no-repeat;
        background-size: 20px auto;
        background-position: left center;
        position: relative;
        float: left;
        z-index: 99999;
        left: 0;
        margin-left: 24px;
    }

    .headtitle3 {
        display: inline-block;
        position: relative;
        color: var(--text-color);
        text-align: left;
        margin-left:10px;
        font-size: 0.9rem;
        font-weight: 700;
        line-height: 41px;
        width: max-content;
        /* overflow: hidden; */
        /* overflow-x: auto; */
        white-space: nowrap;
        font-family: var(--font-kr);
    }

    .headright {
        float: right;
        margin-right: 10px;
        height: 41px;
        line-height: 41px;
    }

    .cashicon {
        background: url(../img/iconpoint.png);
        background-size: 28px 28px;
        background-repeat: no-repeat;
        background-position-x: 0px;
        width: auto;
        background-position-y: center;
        padding-left: 28px;
        float: left;
        margin-right: 10px;
        font-size: 12px;
        color: black;
    }

    .cashicon.select{
        background: url(../img/iconpoint_sel.png);
        background-size: 28px 28px;
        background-repeat: no-repeat;
        background-position-x: 0px;
        width: auto;
        background-position-y: center;
        padding-left: 28px;
        float: left;
        margin-right: 10px;
        font-size: 12px;
        color: #00a0b6;
    }

    .libraryicon {
        background: url(../img/librarybtn.png);
        background-size: 30px 30px;
        background-repeat: no-repeat;
        width: 30px;
        height: 40px;
        float: left;
        background-position-y: center;
        margin-right: 5px;
        cursor: pointer;
    }

    .usericon {
        background: url(../img/myicon.png);
        background-size: 30px 30px;
        background-repeat: no-repeat;
        width: 30px;
        height: 40px;
        float: left;
        background-position-y: center;
        cursor: pointer;
    }

    .settingicon {
        background: url(../img/iconsetting.png);
        background-size: 20px 20px;
        background-repeat: no-repeat;
        width: 20px;
        height: 40px;
        float: left;
        background-position-y: center;
    }

    .settingicon.select {
        background: url(../img/iconsetting_sel.png);
        background-size: 20px 20px;
        background-repeat: no-repeat;
        width: 20px;
        height: 40px;
        float: left;
        background-position-y: center;
    }


    .myreview_area {
        height:720px;
        background: #fff;
    }

    .review_bgimg {
        width: 100%;
        text-align: center;
        height: 200px;
        position: absolute;
        bottom: 100px;
        left: 0px;
    }

    .review_bgimg > img {
        height:100%;
    }

    .review_cont {
        width: 100%;
        text-align: center;
        margin-top: 100px;
        color: rgba(194, 192, 192, 0.9);
        opacity: 0.9;
        font-size: 15px;
        line-height: 25px;
    }

    .review_cont1 {
        width: 100%;
        text-align: center;
        margin-top: 10px;
        font-size: 17px;
        font-weight: bold;
    }

    .review_star {
        width: 220px;
        text-align: center;
        position: relative;
        margin-top: 6px;
        margin-left: calc(50% - 84px);
    }

    .ico_star_off {
        width: 30px;
        height: 30px;
        background: url(img/star_off.png) center no-repeat;
        background-size: 30px;
        float:left;
        margin-right:4px;
    }

    .ico_star_on {
        width: 30px;
        height: 30px;
        background: url(img/star_on.png) center no-repeat;
        background-size: 30px;
        float:left;
        margin-right:4px;
    }

    .review_detail {
        width:100%;
        margin-top:10px;
        position:relative;
        
    }

    .review_detail_cont {
        width: 100%;
        display: inline-block;
        margin-top: 16px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: rgba(84, 84, 84, 0.9);
    }

    .review_detail_cont1 {
        text-align: center;
        width: 100%;
        display: inline-block;
        margin-top: 5px;
        color: #c7c7c7;
        font-size: 12px;
    }

    .review_content {
        width: 300px;
        text-align: center;
        display: inline-block;
        margin-top: 20px;
        margin-left: calc(50% - 144px);
    }

    .ico_quality {
        width: 80px;
        height: 130px;
        background: url(img/quality.png) center no-repeat;
        background-size: 80px;
        float:left;
        margin-right:20px;
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        align-items:center;
        font-size: 15px;
    }

    .ico_kindness {
        width: 80px;
        height: 130px;
        background: url(img/kindness.png) center no-repeat;
        background-size: 80px;
        float:left;
        margin-right:20px;
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        align-items:center;
        font-size: 15px;
    }

    .ico_meticulous{
        width: 80px;
        height: 130px;
        background: url(img/meticulous.png) center no-repeat;
        background-size: 80px;
        float:left;
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        align-items:center;
        font-size: 15px;

    }

    .ico_reception {
        width: 80px;
        height: 130px;
        background: url(img/reception.png) center no-repeat;
        background-size: 80px;
        float:left;
        margin-right: 20px;
        margin-left: 0;
        margin-top: 20px;
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        align-items:center;
        font-size: 15px;
    }

    .ico_working {
        width: 80px;
        height: 130px;
        background: url(img/fastworking.png) center no-repeat;
        background-size: 80px;
        float:left;
        margin-top: 20px;
        margin-right: 20px;
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        align-items:center;
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        align-items:center;
        font-size: 15px;
    }

    .ico_quality.on {
        width: 80px;
        height: 130px;
        background: url(img/quality_sel.png) center no-repeat;
        background-size: 80px;
        float:left;
        margin-right:20px;
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        align-items:center;
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        align-items:center;
        font-size: 15px;
    }

    .ico_kindness.on {
        width: 80px;
        height: 130px;
        background: url(img/kindness_sel.png) center no-repeat;
        background-size: 80px;
        float:left;
        margin-right:20px;
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        align-items:center;
        font-size: 15px;
    }

    .ico_meticulous.on{
        width: 80px;
        height: 130px;
        background: url(img/meticulous_sel.png) center no-repeat;
        background-size: 80px;
        float:left;
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        align-items:center;
        font-size: 15px;
    }

    .ico_report{
        width: 80px;
        height: 130px;
        background: url(img/report_img.png) center no-repeat;
        background-size: 80px;
        float:left;
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        align-items:center;
        font-size: 15px;
        margin-top:20px;
    }

    .ico_reception.on {
        width: 80px;
        height: 130px;
        background: url(img/reception_sel.png) center no-repeat;
        background-size: 80px;
        float:left;
        margin-right: 20px;
        margin-top: 20px;
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        align-items:center;
        font-size: 15px;
    }

    .ico_working.on {
        width: 80px;
        height: 130px;
        background: url(img/fastworking_sel.png) center no-repeat;
        background-size: 80px;
        float:left;
        margin-top: 20px;
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        align-items:center;
        font-size: 15px;
    }

    .btn_ck {
        margin-top: 30px;
        width: 186px;
        height: 26px;
        background: url(img/check_off.png) center no-repeat;
        background-size: 25px;
        background-position-x: left;
        margin-left: 20px;
        font-weight: bold;
        font-size: 15px;
    }

    .btn_ck.on {
        background: url(img/check_on.png) center no-repeat;
        background-size: 25px;
        background-position-x: left;
    }
    .review_input_area {
        width: 100%;
        height: 50px;
        position: relative;
        display: inline-block;
        margin-top: 35px;
    }

    .review_form {
        width: 100%;
        padding: 20px;
    }

    .btnback {
        /* Rectangle */

        position: absolute;
        left: 6.39%;
        right: 86.94%;
        top: 4.92%;
        bottom: 92.62%;

        background: url(.png);

    }

    .textarea {
        width:100%;
        height:200px;
        padding: 10px;
    }

    .btn_area {    
        text-align: left;
        width: 100%;
        display: inline-block;
        position: relative;
        margin-top: 10px;
    }

    .review_form .img{    position: relative;width: 20%;float: left;margin-right: 10px;display: flex; flex-direction: column; }
    .review_form .img button { position: absolute; padding: 15px; top: 0; right: 0; background: url(img/pic_del.png) right top no-repeat; background-size: 15px}
    .review_form .img img { width: 100%; height: 100%; height:212px; width:212px;} /* 제플린 이미지 크기가 212px이라 212px로함 */
    .review_form .btn_add_img { display: inline-block; width: 19vw; height: 19vw; background: url(img/pic_add.png) center no-repeat; background-size: 20vw}

    .imgshow {
        width: 100%;
        position: absolute;
        height: 100%;
    }

    .guide {
        width: 100%;
        margin-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        display: inline-block;
        color: #8f8f8f;
        font-size: 13px;
        line-height: 19px;
        text-align: left;
        margin-bottom: 100px;
        position: absolute;
        bottom: 70px;
    }

    .on > span{
        font-weight:bold;
    }

    .active {
        background-color: #00a0b6;
    }

    .resultimg {
        position: relative;
        width: 80%;
        background-color: #C5C6C6;
        margin-left: 10%;
        margin-bottom: 40px;
        border-radius: 10px;
    }
    .resultimg::after {
        display: block;
        content: "";
        padding-bottom: 100%;
    }
    .content {
        position: relative;
        
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
        text-align: center;
        padding-top: 60px;
        padding-bottom: 50px;
        display: table;
    }
    .librarytitle {
        margin-top: 20px;
        margin-left: 20px;
        font-size: 18px;
        font-weight: bold;
    }
    .libraryresultimg {
            position: relative;
            width: 100%;
            /*background-color: #C5C6C6;*/
            border-radius: 10px;
    }

    .libraryresultimg::after {
        display: block;
        content: "";
        padding-bottom: 100%;
    }

    .librarycontent {
        position: relative;
        width: calc(100% - 40px);
        object-fit: cover;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 50px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        margin-left: 20px;
        margin-right: 20px;
        gap: 13px;
        max-height: calc(100% - 140px);
        overflow-y: auto;
        @media screen and (max-width: 718px) {
        gap: 2px;
        height: auto;
        padding-bottom:100px;
        }
    }

    .librarycontent::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera*/
    }

    #loading_spinner{
        display: none;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 99;
    }
    .cv_spinner{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: stretch;
        justify-content: center;
        align-items: baseline;
        position: absolute;
        margin-left: calc(50% - 14px);
        margin-top: 50%;
    }
    .spinner {
    width: 28px;
    height: 28px;
    border: 6px #EAF6F6 solid;
    border-top: 6px #3C949A solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
    }
    @keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
    }
    .imgcont {
        position: absolute;
        z-index: 10;
        width: 100%;
        display: flex;
        height: 100%;
        border-radius: 10px;
        overflow: hidden;
        cursor: pointer;
    }

    .imgcont > img {
        aspect-ratio: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        border-radius: 10px;
        object-fit: cover;
        z-index: 1;
    }
    .aifooter {
        position: fixed;
        bottom: 0px;
        width: 100%;
        height: 60px;
        background: white;
        z-index: 1000;
        -webkit-box-shadow:0px -1px 4px 2px rgb(0 0 0 / 10%);
        -moz-box-shadow: 0px -1px 4px 2px rgb(0 0 0 / 10%);
            box-shadow: 0px -1px 4px 2px rgb(0 0 0 / 10%);
    }

 
    .aifooter > .aicategorylist {
        overflow-x: scroll;
        white-space: nowrap;
        width: 100%;
        -ms-overflow-style: none;
        scrollbar-width: none;
        height: 60px;
        display: block;
    }

    .aifooter > .aicategorylist::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera*/
    }

    .aifooter > .aicategorylist >.aicategoryitem {
        display: inline-block;
        height: 100%;
        width: 24%;
        text-align: center;
        padding: 5px;
    }

    .aicategoryitem.selectitem {
        color:#3C949A;
    }

    .aifooter > .aicategorylist >.aicategoryitem > img {
        margin-top: 10px;
        width: 20px;
        height:20px;
    }

    .aicategoryitem > span {
        width:100%;
        text-align: center;
        font-size:12px;
        display: block;
        color: #9e9e9e;
    }

    .aicategoryitem.selectitem > span {
 
        color: #3C949A;
    }

    .aifooter > .aicategorylist >.aicategoryitem > .nouse {
    display:none;
    }
    
    .aifooter > .aicategorylist >.aicategoryitem.nouse {
        display:none;
        }
    
    .aipopup {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
    }

    .aipopupbackground {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: #0000008a;
    }

    .aipopup_bg_open {
        animation: fadein 1s;
        -moz-animation: fadein 1s;
        -webkit-animation: fadein 1s;
        -o-animation: fadein 1s;
    }

    .aipopupcont {
        position: absolute;
        bottom: 0;
        height: 60%;
        width: 100%;
    }

    .aipopupmove {
        width:100%;
        height:30px;
        position: relative;
        display: flex;
    }

    .movebtn {
        width:30px;
        height:5px;
        margin:auto;
        border-radius: 2.5px;
        background: white;
    }

    .aipopupcontent {
        width:100%;
        height:calc(100% - 30px);
        position: relative;
        background: white;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .aipopuptitle {
        height: 45px;
        line-height: 45px;
        font-size: 13px;
        font-weight: bold;
        border-bottom: 1px solid #c6c5c55e;
    }

    .aipopuptitle > span {
        margin-left: 20px;
    }

    .aitype {
        overflow-y: hidden;
        display: contents;
    }

    .aitypebutton {
        width: 92px;
        height: 28px;
        margin-top: 8px;
        right: 17px;
        position: absolute;
        top: 0px;
        
    }

    .aitypebutton.simple {
        /*background : url('../img/simplecase.png');
        background-size: cover;*/
    }


    .aitypebutton.detail {
       /* background : url('../img/detailcase.png');
        background-size: cover;*/
    }

    .aitypesimple {
        width: 46px;
        float: left;
        height: 28px;
        text-align: center;
        background: #E9E9E9;
        color: #656565;
        line-height: 28px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        font-size: 12px;
        font-weight: 300;

    }

    .aitypesimple.select {
        background: #656565;
        color: white;
        
    }

    .airtypedetail {
        width: 46px;
        float: left;
        height: 28px;
        line-height: 28px;
        text-align: center;
        background: #E9E9E9;
        color: #656565;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        font-size: 12px;
        font-weight: 300;

    }

    .airtypedetail.select {
        background: #656565;
        color: white;
        
    }

    .scrollLock { overflow: hidden; }

    .aipopupdetail {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        height: auto;
        position: relative;
        overflow-y: scroll;
        padding-bottom: 20px;
    }

    .aipopupdetail::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera*/
    }


    .typetitlearea {
        margin-top: 10px;
        height: 40px;
        position: relative;
    }

    .typetitlearea1 {
        margin-top:20px;
        height: 40px;
        position: relative;
    }

    .typetitle {
        float: left;
        width: 100%;
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .typeicon {
        background: url(../img/iconearth.png);
        background-size: 21px 21px;
        background-repeat: no-repeat;
        width: 21px;
        height: 21px;
        float: right;
    }
    .typeprompt {
        height: 120px;
    }

    .typeimgcont {
        position: relative;
        background: #F4F4F4;
        border-radius: 10px;
        padding-top: 8px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 8px;
        max-height: 100%;
    }

    .typeimgtitle {
        height: 40px;
        line-height: 40px;
        width: 100%;
        display: flex;
    }

    .typeimgarea {
        width: 190px;
        background: white;
        margin-top: 20px;
        border-radius: 10px;
        border: 1px solid #a7a6a65c;
        height: 190px;
        margin-left: calc(50% - 95px);
        display: flex;
    }

    .typeimgadd {
        margin:auto;
    }

    .uploadbtn {
        margin-top: 20px;
        margin-bottom: 10px;
        width: 160px;
        height: 30px;
        background: #333333;
        color: white;
        text-align: center;
        line-height: 30px;
        border-radius: 15px;
        font-size: 13px;
        margin-left: calc(50% - 80px);
    }

    .make {
        width: 100%;
        height: 60px;
        position: fixed;
        bottom: 60px;
        z-index: 1000;
        background: var(--main-color);
        color: #fff;
        /* padding-right: 8vw; */
        margin-left: -20px;
    }

    .makebtn {
        width:100%;
        height: 100%;
        font-size: 16px;
        line-height: 60px;
        text-align: center;
        font-weight: bold;
        position: absolute;
        text-align: left;
        padding-left: 30px;
        font-family: var(--font-kr);
    }

    .categorycont {
        width: 100%;
        position: relative;
        display: inline-table;
        height: auto;
        max-height: 100%;
    }

    .subcategory-item {
        width: 100%;
        height: 40px;
        border: 1px solid #9e9e9e;
        text-align: center;
        line-height: 40px;
        margin-bottom: 15px;
        margin-top: 10px;
        color: #9e9e9e;
        font-size: 14px;
    }

    .calcpopup {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100000;
    }

    .calcpopupcont {
        position: absolute;
        bottom: 0px;
        height: calc(100% - 100px);;
        width: 100%;
    }

    .calcpopupmove {
        width:100%;
        height:30px;
        position: relative;
        display: flex;
    }

    .calcpopupcontent {
        width:100%;
        height:calc(100% - 30px);
        position: relative;
        background: white;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .calcpopupdetail {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        height: calc(100% - 106px);
        position: relative;
        overflow-y: scroll;
        padding-bottom: 10px;
    }

    .calcpopupdetail::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera*/
    }

    .calctotalprice {
        float: right;
        color: #FF8886;
    }

    .calctitle {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 20px;
        margin-top: 10px;
    }

    .aicalctitle {
        font-size: 12px;
        display: inline-block;
        line-height: 35px;
        margin-bottom: 25px;
        width: 100%;
        font-weight: bold;
        height: 40px;
        color: #000;
    }

    .aicalctitle > span {
        width: 100px;
        display: inline-block;
        text-align: left;
        float: left;
        height: 40px;
      
    }

    .aicalctitle > .calcaimode {
        width: calc(100% - 140px);
        float: right;
        text-align: center;
        height: 35px;
        line-height: 35px;
        background: #F3F3F3;
        border: 1px solid #E9E9E9;
        font-weight: 500;
    }

    .aitotalcalc {
        width: 200px;
        float: right;
        display: inline-block;
        text-align: right;
        color: #000;
        font-weight: 500;
    }

    .calccount {
        width: calc(100% - 140px);
        float: right;
        text-align: center;
        height: 35px;
        line-height: 35px;
        border: 1px solid #E9E9E9;
        font-weight: 500;
    }

    .calccountgroup {
        float: left;
        width: 100%;
    }

    .calccount_btn {
        float: left;
        width: 50px;
    }

    .calc_count {
        float: left;
        width: calc(100% - 100px);
        font-weight: 500;
    }

    .aicombo {
        width: 100%;
        height: 35px;
        border: 1px solid #E9E9E9;
        text-align: center;
        color: #000;
        background: white;
        float: right;
        cursor: pointer;
    }

    .line {
        width: 100%;
        height: 1px;
        background: #E9E9E9;
        margin-top: 20px;
    }
    .contdesc {
        float: left;
        line-height: 23px;
        font-size: 10px;
        color: #FF8886;
        font-weight: 500;
    }

    .aicalcsubtitle {
        font-size: 15px;
        width: 100%;
        font-weight: bold;
        margin-bottom: 10px;
        line-height: 40px;
        height: 40px;
        margin-top: 10px;
    }

    .aicalcsubtitle > span {
        width: 150px;
        display: inline-block;
    }

    .calcuserstatus {
        width: 100%;
        height: 200px;
        margin-bottom: 21px;
        position: relative;
        display: inline-block;
        font-size: 14px;
    }

    .aipointcalc {
        float:right;
    }

    .aicalcsubtitle1 {
        font-size: 14px;
        width: 100%;
        font-weight: 500;
        line-height: 26px;
        height: 30px;
        color: #000;
    }

    .aicalcsubtitle1 > span {
        width: 50%;
        display: inline-block;
        float: left;
    }
   

    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }
   
      
      .top-header {
        display: block !important;
      }

      .main-top {
        display: none !important;
      }

      .contgrid {
        position: relative;
        width: 100%;
        object-fit: cover;
        text-align: center;
        padding-bottom: 10px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6px;
        max-height: calc(100% - 60px);
        overflow-y: scroll;
      }

      .contgrid.middle {
        height:188px;
        overflow: hidden;
      }

      .contgrid::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera*/
    }

    .contgrid1 {
        position: relative;
        width: 100%;
        object-fit: cover;
        text-align: center;

        padding-bottom: 10px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 6px;
        max-height: calc(100% - 60px);
        overflow-y: scroll;
      }

      .contgrid1::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera*/
    }

    .itemgrid {
        position: relative;
    }

    .selectgrid.active {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: 4px solid #00a0b6;
        border-radius: 5px;
        background: url(../img/imgcheck.png) no-repeat;
        background-size: 20px;
        background-position-x: calc(100% - 4px);
        background-position-y: 3px;
    }

    .floatbtn {
        display: block;
        position: fixed;
        top: calc(100% - 150px);
        left: calc(50% - 40px);
        z-index: 999999;
        width: 80px;
        height: 80px;
    }

    .imgstarcont {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }

    .imgstarbg {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: #0000005c;
    }

    .imgstararea {
      
        position: relative;
        text-align: center;
    }

    .aistar {
        background: url(../img/aistar.png) no-repeat;
        background-size: contain;
        width: 10vw;
        max-width: 45px;
        height: 40px;
        float: left;
        margin-right: 5px;
        margin-left: 5px;
    }

    .aistar.on {
        background: url(../img/aistar_on.png) no-repeat;
        background-size: contain;
    }
    
    .imglike {
        position: absolute;
        top: 15px;
        left: 15px;
        background-image: url(../img/btnailike.png);
        width: 35px;
        height: 35px;
        z-index: 1000;
        background-size: 35px;
        background-repeat: no-repeat;
    }
    
    .imgdown {
        position: absolute;
        top: 15px;
        left: 50px;
        background-image: url(../img/btndownload.png);
        width: 35px;
        height: 35px;
        z-index: 1000;
        background-size: 35px;
        background-repeat: no-repeat;
    }

    .imgshare {
        position: absolute;
        top: 15px;
        left: 85px;
        background-image: url(../img/btnaishare.png);
        width: 35px;
        height: 35px;
        z-index: 1000;
        background-size: 35px;
        background-repeat: no-repeat;
    }


    .imgdelete {
        position: absolute;
        top: 15px;
        right: 15px;
        background-image: url(../img/btnaidelete.png);
        width: 35px;
        height: 35px;
        z-index: 1000;
        background-size: 35px;
        background-repeat: no-repeat;
    }


    .imgedit {
        position: absolute;
        top: 15px;
        right: 50px;
        background-image: url(../img/btnaiedit.png);
        width: 35px;
        height: 35px;
        z-index: 1000;
        background-size: 35px;
        background-repeat: no-repeat;
    }

    .imgfull {
        position: absolute;
        bottom: 20px;
        right: 15px;
        background-image: url(../img/btnaifull.png);
        width: 35px;
        height: 35px;
        z-index: 1000;
        background-size: 35px;
        background-repeat: no-repeat;
    }

    .settingpopup {
        position: fixed;
        top: 44px;
        z-index: 9999;
        width: 100%;
        height: 100%;
        left: 0;
    }

    .settingpopupcont {
        background: white;
        position: absolute;
        top: 0;
        height: 350px;
        width: 100%;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .settingpopupcontent {
        margin-top: 30px;
        margin-left: 20px;
        margin-right: 40px;
    }

    .pointpopup {
        position: fixed;
        top: 44px;
        z-index: 9999;
        width: 100%;
        height: 100%;
        left: 0;
    }

    .pointpopupcont {
        background: white;
        position: absolute;
        top: 0;
        height: 220px;
        width: 100%;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .pointpopupcontent {
        margin-top: 30px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .popupcate {
        position: absolute;
        height: 450px;
        width: 100%;
        top: 180px;
    }

    .popupcate > .aipopupcontent {
        width: 90%;
        height: calc(100% - 30px);
        position: relative;
        background: white;
        border-radius: 10px;
        margin-left: 5%;
        padding-top:10px
    }

    #btnbackcategory {
        top:20% !important;
    }

    
    .simpletype {
        
        width: calc(49% - 20px);
        margin-right: 1%;
        float: left;
    
        position: relative;
        margin-top: 20px;
        margin-left: 20px;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .detailtype {
    
        width: calc(49% - 20px);
        margin-left: 1%;
        float: left;

        position: relative;
        margin-top: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .typeselect {
        bottom: 20px;
        position: absolute;
        width: calc(100% - 40px);
    }

    .tagcls {
        position: fixed;
        z-index: 99999;
        top: 60px;
        width: calc(100% - 40px);
        min-height: 60px;
        background: white;
        left: 20px;
        border-radius: 10px;
        border: 1px solid #c5c5c5;
    }
    
    .tagarea {
        width: 100%;
        position: relative;
        float: left;
        display: inline-block;
        padding-top: 10px;
        padding-left: 15px;
        padding-bottom: 10px;
        padding-right:15px;
    }
    
    .tagbtn {
        width: 34px;
        float: left;
        margin-top: 20px;
        background-image: url(../img/tagopen.png);
        background-repeat: no-repeat;
        background-size: 22px 13px;
        display: none;
    }
    
    .tagbtn.tagopen {
        background-image: url(../img/tagclose.png);
        background-repeat: no-repeat;
        background-size: 22px 13px;
    }
    
    .tagdelete {
        width: 16px;
        float: left;
        height: 30px;
        background-image: url(../img/tagdelete.png);
        background-repeat: no-repeat;
        background-size: 12px 12px;
        background-position: center;
        margin-left: 2px;
    }
    
    .tagitem {
        width: auto;
        max-width: 193px;
        height: 30px;
        line-height: 24px;
        margin-left: 5px;
        margin-top: 5px;
        border: 1px solid #9E9E9E;
        padding: 2px;
        float: left;
        display: flex;
        border-radius: 5px;
        background: white;
        align-items: center;
    }
    
    .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;
        align-items: center;
    }
    .tagtype {
        width: 17px;
        float: left;
       
        margin-left: 4px;
        margin-right: 5px;
    }
    
    .tagname {
        width: calc(100% - 40px);
        font-size: 12px;
        font-weight: bold;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 70px;
        white-space: nowrap;
        min-width: 30px;
    }
    
    .tagmore {
        background-image: url(../img/tagmore.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-y: center;
        float: left;
        width: 22px;
        height: 30px;
        margin-top: 5px;
        margin-left: 10px;
    }
    
    .notag {
        position: absolute;
        top: 20px;
        left: 20px;
        font-size: 12px;
        font-weight: bold;
    }

    #btnreset {
       left:revert;
      
    }

    #container {
        text-align: center;
        position: fixed;
        z-index: 999999;
        display: inline-block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #33333378;
        color: white;
        margin: 0;
    }
    #progressbar {
        width: 80%;
        background-color: #555;
        border-radius: 25px;
        margin-top: 20px;
        margin-left: 10%;
        font-size: 12px;
    }
    #progress {
        width: 0;
        height: 20px;
        background-color: #00a0b6;
        text-align: center;
        line-height: 20px;
        color: white;
        border-radius: 10px;
    }
    #loadingText {
        margin-top: 10px;
    }
    .bannerarea {
        width: 80%;
        margin-left: 10%;
        margin-top: 30%;
        height: 200px;
        overflow: hidden;
        position: relative;
    }

    .bannerarea img {
        width: 100%;
        left: 0;
        position: absolute;
        opacity: 0;
        transition: opacity 1s ease-in-out;
    }
    .bannerarea img.active {
        opacity: 1;
    }

    .guidepopup {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 9999990;
        top:0px;
        left:0px;
    }

    .guidecont {
        width:100%;
        height:100%;
        

    }

    .guidebg {
        width: 100%;
        height: 100%;
        background: url(../img/apluspopupguidebg.png) no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        background-size: 100% 100%;
    }

    .guidetop {
        width: 100%;
        height: 50px;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

    .guideclose {
        position: absolute;
        top: 10px;
        right: 0px;
        background-image: url(../img/guideclose.png);
        background-size: 30px;
        width: 40px;
        background-repeat: no-repeat;
        color: white;
        padding-left: 20px;
        font-size: 12px;
        line-height: 16px;
        height: 40px;
    
    }

    .guidenoviewclose {
        float: left;
        color: white;
        margin-left: 20px;
        margin-top: 18px;
        font-size: 14px;
        line-height: 16px;
    }

    .guidenoviewclose > input {
        margin-right:5px;
    }

    .popupclose {
        position:absolute;
        right:0px;
    }

    .textpopup > .aipopupcont {
        height:280px;
        bottom:15%;
    }

    .librarydetailcontent  {
        margin-top: 20px;
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
        max-width: 400px;
        min-width: 200px;
        height: 100%;
        overflow-y: auto;
        padding-bottom: 80px;
    }

    .librarydetailcontent::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera*/
    }

    .communityarea {
        text-align: right;
        height: 40px;
        line-height: 40px;
        margin-top: 20px;
        font-weight: bold;
        font-size: 15px;
    }

    .librarymore {
        margin-top: 40px;
    }

    .librarymoretitle {
        font-size: 22px;
        font-weight: bold;
        line-height: 30px;;
    }

    
    .librarymoreauction {
        background-image: url(../img/librarydetailauction.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 110px;
        margin-bottom:20px;
        background-position-x: center;
        margin: auto;
    }

    .librarymoreedit {
        background-image: url(../img/librarydetailedit.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 110px;

        background-position-x: center;
        margin: auto;
    }

    .librarymorecommunity {
        background-image: url(../img/aidetailcommunity.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 110px;
        margin-bottom:20px;
        background-position-x: center;
        margin: auto;
    }

    .librarymoregoods {
        background-image: url(../img/aidetailgoods.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 110px;
        margin-bottom:20px;
        background-position-x: center;
        margin: auto;
    }


    .librarymorediy {
        background-image: url(../img/aidetaildiy.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 110px;
        margin-bottom:20px;
        background-position-x: center;
        margin: auto;
    }

   .librarymorecont {
        margin-top: 20px;
        width: 100%;
   }

   .libraryimglike {
       
        background-image: url(../img/gift_hart.png);
        width: 24px;
        height: 24px;
        z-index: 1000;
        background-size: 24px;
        background-repeat: no-repeat;
      
    }

    .libraryimgdown {
      
        background-image: url(../img/icondown.png);
        width: 24px;
        height: 24px;
        z-index: 1000;
        background-size: 24px;
        background-repeat: no-repeat;
   
    }

    .libraryimgshare {

        background-image: url(../img/gift_share.png);
        width: 24px;
        height: 24px;
        z-index: 1000;
        background-size: 24px;
        background-repeat: no-repeat;
  
    }


    .libraryimgdelete {
      
        background-image: url(../img/icondelete.png);
        width: 24px;
        height: 24px;
        z-index: 1000;
        background-size: 24px;
        background-repeat: no-repeat;
     
    }

    .categoryitem {
        width: 31%;
        max-width: 130px;
        text-align: center;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 1vw;
        height: auto;
    }

    .mainpcpopup, .aimainpopup {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #00000070;
        z-index: 11000;
    }

    
.aimainpoupcont {
    width: 38vh;
    margin: auto;
    margin-top: 20%;
    height: 70%;
    background: white;
    border-radius: 10px;
}

.btn_main_close {
    width: 100%;
    text-align: right;
    padding: 10px;
}

.btn_main_close button {
    width: 20px;
    height: 20px;
    background: url(../img/popupcloseblack.png) center no-repeat;
    background-size: 20px;
    border:none;
}

.apluspopupcont {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 1vh;
}

.imagearea {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1;
}

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

.popupcategory {
    margin-top: 2vh;
    font-size: 2vh;
    font-weight: 500;
    margin-bottom: 1vh;
}

.popupprompt {
    width:100%;
    height:auto;
    margin-top: 1.8vh;
}

.prompttitle {
    font-size: 1.5vh;
    font-weight: bold;
    line-height: 2vh;
}

.promptarea {
    font-size: 1.5vh;
}

.popupbtnarea {
    width:100%;
    display:flex;
    height:40px;
    justify-content: end;
}

.btnpromptlike {
    margin-top: 10px;
    width:23px;
    height:23px;
    background:url("../img/promptlike_off.png");
    background-size: 23px;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.likeon {
    background:url("../img/promptlike_on.png");
    background-size: 23px;
    background-repeat: no-repeat;
}

.btnpromptuser {
    margin-top: 10px;
    width: 117px;
    height:23px;
    background:url("../img/btnpromptuse.png");
    background-size: 117px 23px;
    background-repeat: no-repeat;
}


}

@media screen and (min-width: 768px) {

    :root {
        --main-color: #00a0b6;
        --point-color: #ff8886;
        --text-color: #545454;
        --lock-color: #c2c0c0;
        --bg-color: #fafafa;
        --white-color: #ffffff;
        --star-color: #f8d748;
        /* footer color */
        --footer-bg-color: rgb(206, 206, 206);
        --copyright-color: #e3e3e3;
        /* font */
        --font-kr: 'Nanum Barun Gothic', sans-serif;
      }
      
      *{
        -webkit-tap-highlight-color: transparent !important;
        -webkit-touch-callout: none !important;
        -webkit-user-select: none !important;
        -khtml-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
      }
      
      body {
        background-color: var(--bg-color);
        padding: 0;
        margin: 0;
        font-family: var(--font-kr); /*, sans-serif*/ /* 제플린에는 sans-serif 사용된 경우가 거의없어 주석처리 */
        padding-left: constant(safe-area-inset-left);
        padding-right: constant(safe-area-inset-right);
        padding-top: constant(safe-area-inset-top);
        /* iOS 11.0 */
        padding-top: env(safe-area-inset-top);
        padding-bottom: constant(safe-area-inset-bottom);
        /* iOS 11.0 */
        padding-bottom: env(safe-area-inset-bottom);
      }
      
    
    .subhead {
        width: 100%;
        height: 44px;
        position: fixed;
        text-align: left;
        margin-bottom: 2px;
        width: 100%;
        z-index: 100;
        -webkit-box-shadow: 0 3px 3px 0px #eee;
        -moz-box-shadow: 0 3px 3px 0px #eee;
             box-shadow: 0 3px 3px 0px #eee;
    }
    
      
    .backbtn {
        width: 10%;
        height: 100%;
        background: url(../img/backbtn.png) 100% 100% no-repeat;
        background-size: 20px auto;
        background-position: left center;
        position: absolute;
        float: left;
        z-index: 99999;
        left: 0;
        margin-left: 24px;
    }
    
    .headtitle3 {
        display: inline-block;
        position: relative;
        color: var(--text-color);
        text-align: left;
        margin-left:50px;
        font-size: 0.9rem;
        font-weight: 700;
        line-height: 41px;
        width: max-content;
        /* overflow: hidden; */
        /* overflow-x: auto; */
        white-space: nowrap;
        font-family: var(--font-kr);
    }
    
    .headright {
        float: right;
        margin-right: 10px;
        height: 41px;
        line-height: 41px;
        margin-top: 10px;
        z-index: 1111;
        position: relative;
    }
    
    .cashicon {
        background: url(../img/pointicon.png);
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position-x: 0px;
        width: auto;
        background-position-y: center;
        padding-left: 23px;
        float: left;
        margin-right: 10px;
        font-size: 12px;
    }
    
    .libraryicon {
        background:url(../img/librarybtn.png);
        background-size: 22px 18px;
        background-repeat: no-repeat;
        width: 30px;
        height: 40px;
        float: left;
        background-position-y: center;
        cursor: pointer;
    }
    
    .usericon {
        background: url(../img/mypageicon.png);
        background-size: 20px 20px;
        background-repeat: no-repeat;
        width: 30px;
        height: 40px;
        float: left;
        background-position-y: center;
        cursor: pointer;
    }
    
    .myreview_area {
        height:720px;
        background: #fff;
    }
    
    .review_bgimg {
        width: 100%;
        text-align: center;
        height: 200px;
        position: absolute;
        bottom: 100px;
        left: 0px;
    }
    
    .review_bgimg > img {
        height:100%;
    }
    
    .review_cont {
        width: 100%;
        text-align: center;
        margin-top: 100px;
        color: rgba(194, 192, 192, 0.9);
        opacity: 0.9;
        font-size: 15px;
        line-height: 25px;
    }
    
    .review_cont1 {
        width: 100%;
        text-align: center;
        margin-top: 10px;
        font-size: 17px;
        font-weight: bold;
    }
    
    .review_star {
        width: 220px;
        text-align: center;
        position: relative;
        margin-top: 6px;
        margin-left: calc(50% - 84px);
    }
    
    .ico_star_off {
        width: 30px;
        height: 30px;
        background: url(img/star_off.png) center no-repeat;
        background-size: 30px;
        float:left;
        margin-right:4px;
    }
    
    .ico_star_on {
        width: 30px;
        height: 30px;
        background: url(img/star_on.png) center no-repeat;
        background-size: 30px;
        float:left;
        margin-right:4px;
    }
    
    .review_detail {
        width:100%;
        margin-top:10px;
        position:relative;
        
    }
    
    .review_detail_cont {
        width: 100%;
        display: inline-block;
        margin-top: 16px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: rgba(84, 84, 84, 0.9);
    }
    
    .review_detail_cont1 {
        text-align: center;
        width: 100%;
        display: inline-block;
        margin-top: 5px;
        color: #c7c7c7;
        font-size: 12px;
    }
    
    .review_content {
        width: 300px;
        text-align: center;
        display: inline-block;
        margin-top: 20px;
        margin-left: calc(50% - 144px);
    }
    
    .ico_quality {
        width: 80px;
        height: 130px;
        background: url(img/quality.png) center no-repeat;
        background-size: 80px;
        float:left;
        margin-right:20px;
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        align-items:center;
        font-size: 15px;
    }
    
    .ico_kindness {
        width: 80px;
        height: 130px;
        background: url(img/kindness.png) center no-repeat;
        background-size: 80px;
        float:left;
        margin-right:20px;
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        align-items:center;
        font-size: 15px;
    }
    
    .ico_meticulous{
        width: 80px;
        height: 130px;
        background: url(img/meticulous.png) center no-repeat;
        background-size: 80px;
        float:left;
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        align-items:center;
        font-size: 15px;
    
    }
    
    .ico_reception {
        width: 80px;
        height: 130px;
        background: url(img/reception.png) center no-repeat;
        background-size: 80px;
        float:left;
        margin-right: 20px;
        margin-left: 0;
        margin-top: 20px;
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        align-items:center;
        font-size: 15px;
    }
    
    .ico_working {
        width: 80px;
        height: 130px;
        background: url(img/fastworking.png) center no-repeat;
        background-size: 80px;
        float:left;
        margin-top: 20px;
        margin-right: 20px;
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        align-items:center;
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        align-items:center;
        font-size: 15px;
    }
    
    .ico_quality.on {
        width: 80px;
        height: 130px;
        background: url(img/quality_sel.png) center no-repeat;
        background-size: 80px;
        float:left;
        margin-right:20px;
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        align-items:center;
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        align-items:center;
        font-size: 15px;
    }
    
    .ico_kindness.on {
        width: 80px;
        height: 130px;
        background: url(img/kindness_sel.png) center no-repeat;
        background-size: 80px;
        float:left;
        margin-right:20px;
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        align-items:center;
        font-size: 15px;
    }
    
    .ico_meticulous.on{
        width: 80px;
        height: 130px;
        background: url(img/meticulous_sel.png) center no-repeat;
        background-size: 80px;
        float:left;
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        align-items:center;
        font-size: 15px;
    }
    
    .ico_report{
        width: 80px;
        height: 130px;
        background: url(img/report_img.png) center no-repeat;
        background-size: 80px;
        float:left;
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        align-items:center;
        font-size: 15px;
        margin-top:20px;
    }
    
    .ico_reception.on {
        width: 80px;
        height: 130px;
        background: url(img/reception_sel.png) center no-repeat;
        background-size: 80px;
        float:left;
        margin-right: 20px;
        margin-top: 20px;
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        align-items:center;
        font-size: 15px;
    }
    
    .ico_working.on {
        width: 80px;
        height: 130px;
        background: url(img/fastworking_sel.png) center no-repeat;
        background-size: 80px;
        float:left;
        margin-top: 20px;
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        align-items:center;
        font-size: 15px;
    }
    
    .btn_ck {
        margin-top: 30px;
        width: 186px;
        height: 26px;
        background: url(img/check_off.png) center no-repeat;
        background-size: 25px;
        background-position-x: left;
        margin-left: 20px;
        font-weight: bold;
        font-size: 15px;
    }
    
    .btn_ck.on {
        background: url(img/check_on.png) center no-repeat;
        background-size: 25px;
        background-position-x: left;
    }
    .review_input_area {
        width: 100%;
        height: 50px;
        position: relative;
        display: inline-block;
        margin-top: 35px;
    }
    
    .review_form {
        width: 100%;
        padding: 20px;
    }
    
    .btnback {
        /* Rectangle */
    
        position: absolute;
        left: 6.39%;
        right: 86.94%;
        top: 4.92%;
        bottom: 92.62%;
    
        background: url(.png);
    
    }
    
    .textarea {
        width:100%;
        height:200px;
        padding: 10px;
    }
    
    .btn_area {    
        text-align: left;
        width: 100%;
        display: inline-block;
        position: relative;
        margin-top: 10px;
    }
    
    .review_form .img{    position: relative;width: 20%;float: left;margin-right: 10px;display: flex; flex-direction: column; }
    .review_form .img button { position: absolute; padding: 15px; top: 0; right: 0; background: url(img/pic_del.png) right top no-repeat; background-size: 15px}
    .review_form .img img { width: 100%; height: 100%; height:212px; width:212px;} /* 제플린 이미지 크기가 212px이라 212px로함 */
    .review_form .btn_add_img { display: inline-block; width: 19vw; height: 19vw; background: url(img/pic_add.png) center no-repeat; background-size: 20vw}
    
    .imgshow {
        width: 100%;
        position: absolute;
        height: 100%;
    }
    
    .guide {
        width: 100%;
        margin-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        display: inline-block;
        color: #8f8f8f;
        font-size: 13px;
        line-height: 19px;
        text-align: left;
        margin-bottom: 100px;
        position: absolute;
        bottom: 70px;
    }
    
    .on > span{
        font-weight:bold;
    }
    
    .active {
        background-color: #00a0b6;
    }
    
    .resultimg {
        position: relative;
        width: 384px;
        background-color: #C5C6C6;
        margin-left: 20px;
        margin-bottom: 40px;
        border-radius: 10px;
        float: left;
      }
      .resultimg::after {
        display: block;
        content: "";
        padding-bottom: 100%;
      }
      .content {
        position: relative;
        width: 100%;
        height: calc(100% - 76px);
        object-fit: cover;
        text-align: center;
        padding-top: 130px;
        padding-bottom: 50px;
        display: table;
        padding-left: 180px;
        background: #FAFAFA;
      }
      .librarytitle {
        margin-top: 20px;
        margin-left: 20px;
        font-size: 18px;
        font-weight: bold;
      }
      .libraryresultimg {
            position: relative;
            width: 100%;
            /*background-color: #C5C6C6;*/
            border-radius: 10px;
      }
    
      .libraryresultimg::after {
        display: block;
        content: "";
        padding-bottom: 100%;
      }
    
      .librarycontent {
        position: relative;
        width: calc(100% - 40px);
        object-fit: cover;
        text-align: center;
        padding: 5px;
        padding-top: 10px;
        padding-bottom: 50px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        margin-left: 20px;
        margin-right: 20px;
        gap: 13px;
        height:auto;
        overflow-y: scroll;
        
        @media screen and (max-width: 718px) {
        gap: 2px;
        }
      }

      .librarycontentpopup {
        grid-template-columns: 1fr 1fr 1fr;
      }
    
      .librarycontent::-webkit-scrollbar {
        /*display: none;*/ /* Chrome, Safari, Opera*/
    }
    
      #loading_spinner{
        display: none;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 99;
    }
    .cv_spinner{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: stretch;
        justify-content: center;
        align-items: baseline;
        position: absolute;
        margin-left: calc(50% - 14px);
        margin-top: calc(50% - 14px);
    }
    .spinner {
      width: 28px;
      height: 28px;
      border: 6px #EAF6F6 solid;
      border-top: 6px #3C949A solid;
      border-radius: 50%;
      animation: sp-anime 0.8s infinite linear;
    }
    @keyframes sp-anime {
      100% {
        transform: rotate(360deg);
      }
    }
    .imgcont {
        position: absolute;
        z-index: 10;
        width: 100%;
        display: flex;
        /*aspect-ratio: 1;*/
        border-radius: 10px;
        overflow: hidden;
        cursor: pointer;
    }
    
    .imgcont > img {
        aspect-ratio: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        border-radius: 10px;
        object-fit: cover;
        z-index: 1;
    }
    .aifooter {
        position: absolute;
        top: 68px;
        width: 60px;
        height: calc(100% - 65px);
        background: white;
        z-index: 1000;
        left: 0px;
        border-right:1px solid #b9b8b887;
    }
    
    .aifooter > .aicategorylist {
        overflow-x: scroll;
        white-space: nowrap;
        width: 65px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        height: 100%;
        display: block;
        top: 8px;
    }
    
    .aifooter > .aicategorylist::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera*/
    }
    
    .aifooter > .aicategorylist >.aicategoryitem {
        display: inline-block;
        height: 60px;
        width: 59px;
        text-align: center;
        float: left;
        border-bottom: 1px solid #b9b8b887;
    }
    
    
    .aifooter > .aicategorylist >.aicategoryitem > .nouse {
       display:none;
    }

    .aifooter > .aicategorylist >.aicategoryitem.nouse {
        display:none;
        }
    
    
    .aipopup {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
    }
    
    .aipopupbackground {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: #0000008a;
    }

    

    .mobile {
        display: none;
    }

    .pc {
        display: block;
    }

    .main-top {
        width: 100%;
        height: 65px;
        background: white;
        position: relative;
        -webkit-box-shadow: 0 3px 3px 0px #eee;
        -moz-box-shadow: 0 3px 3px 0px #eee;
        box-shadow: 0 3px 3px 0px #eee;
        z-index: 11111;
    }

    .main-top .main-logo {
        background: url(../img/main-logo.png) no-repeat left center;
        background-size: contain;
        width: 100%;
        height: 40px;
        position: absolute;
        top: 10px;
        left: 70px;
        z-index: 100;
        cursor: pointer;
    }
    
    .aipopup_bg_open {
        animation: fadein 1s;
        -moz-animation: fadein 1s;
        -webkit-animation: fadein 1s;
        -o-animation: fadein 1s;
    }
    
    .aipopupcont {
        position: absolute;
        height: 650px;
        width: 60%;
        margin-left: 20%;
        margin-top: 200px;
        
    }

    .popupcont  {
        bottom: 0px;
        margin-left: 60px;
        margin-top: 0px;
        height: 100%;
        width: 400px;
    }
    
    .aipopupmove {
        width: 20px;
        height: 100%;
        position: absolute;
        float: right;
        right: 0px;
        z-index: 1011;
    }
    
    .movebtn {
        width: 15px;
        height: 100%;
        background-image: url(../img/menuclose.png);
        background-position: center;
        background-size: 15px;
        background-repeat: no-repeat;
    }
    
    .aipopupcontent {
        width: 100%;
        height: 100%;
        position: relative;
        background: white;
        border-right: 1px solid #b9b8b887;
        z-index: 1000;
        border-radius: 10px;
        padding-top: 20px;
        overflow-y: scroll;
    }

    .aipopupcontent::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera*/
    }

    #contentpopup > .popupcont {
        top:60px;
    }

    #contentpopup {
        height: calc(100% - 60px);
    }
    
    .aipopuptitle {
        height: 45px;
        line-height: 45px;
        font-size: 12px;
        font-weight: bold;
        border-bottom: 1px solid #c6c5c55e;
    }
    
    .aipopuptitle > span {
        margin-left: 20px;
    }
    
    .aitype {
        overflow-y: hidden;
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .gridtype {
        display: block;
    }

    #contentpopup > .aipopupcont > .aipopupcontent > .aipopupdetail > .aitype {
        overflow-y: hidden;
        display: contents;
    }
    
    .aitypebutton {
        width: 92px;
        height: 29px;
        margin-top: 8px;
        right: 17px;
        position: absolute;
        top: 0px;
       
    }
    
    .aitypebutton.simple {
        /*background : url('../img/simplecase.png');
        background-size: cover;*/
    }


    .aitypebutton.detail {
       /* background : url('../img/detailcase.png');
        background-size: cover;*/
    }

    .aitypesimple {
        width: 46px;
        float: left;
        height: 28px;
        text-align: center;
        background: #E9E9E9;
        color: #656565;
        line-height: 28px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        font-size: 12px;
        font-weight: 300;

    }

    .aitypesimple.select {
        background: #656565;
        color: white;
        
    }

    .airtypedetail {
        width: 46px;
        float: left;
        height: 28px;
        line-height: 28px;
        text-align: center;
        background: #E9E9E9;
        color: #656565;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        font-size: 12px;
        font-weight: 300;

    }

    .airtypedetail.select {
        background: #656565;
        color: white;
        
    }
    
    .scrollLock { overflow: hidden; }
    
    .aipopupdetail {
        
        padding-left: 20px;
        padding-right: 20px;
        height: calc(100% - 45px);
        position: relative;
    }
    
    .typetitlearea {
        margin-top: 20px;
    }

    .typetitlearea1 {
        margin-top:20px;
        height: 60px;
        position: relative;
    }

    .typetitlearea1 >.typetitle {
        width: 100%;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 15px;
        color: black;
        text-align: center;
    }
    
    
    .typetitlearea > .typetitle {
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
        color: black;
        text-align: left;
    }
    
    .typeicon {
        background: url(../img/iconearth.png);
        background-size: 21px 21px;
        background-repeat: no-repeat;
        width: 21px;
        height: 21px;
        float: right;
    }
    .typeprompt {
        height: 120px;
    }
    
    .typetitlearea {
        height: 60px;
        position: relative;
    }
    
    .typeimgcont {
        position: relative;
        background: #F4F4F4;
        border-radius: 10px;
        padding-top: 8px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 8px;
        max-height: 100%;
    }
    
    .typeimgtitle {
        height: 40px;
        line-height: 40px;
        width: 100%;
        display: flex;
    }
    
    .typeimgarea {
        width: 190px;
        background: white;
        margin-top: 20px;
        border-radius: 10px;
        border: 1px solid #a7a6a65c;
        height: 190px;
        margin-left: calc(50% - 95px);
        display: flex;
    }
    
    .typeimgadd {
        margin:auto;
    }
    
    .uploadbtn {
        margin-top: 20px;
        margin-bottom: 10px;
        width: 160px;
        height: 30px;
        background: #333333;
        color: white;
        text-align: center;
        line-height: 30px;
        border-radius: 15px;
        font-size: 13px;
        margin-left: calc(50% - 80px);
    }
    
    .make {
        width: 100%;
        height: 40px;
        position: absolute;
        bottom: 0px;
        z-index: 1000;
        background: var(--main-color);
        color: #fff;
        margin-left: -20px;
    }
    
    .makebtn {
        width: 100%;
        height: 100%;
        font-size: 13px;
        line-height: 60px;
        font-weight: bold;
        position: absolute;
        font-family: var(--font-kr);
      }
    
      .categorycont {
        width: 100%;
        position: relative;
        display: inline-block;
      }
    
      .subcategory-item {
        width: 100%;
        height: 40px;
        border: 1px solid #9e9e9e;
        text-align: center;
        line-height: 40px;
        margin-bottom: 15px;
        margin-top: 10px;
        color: #9e9e9e;
        font-size: 14px;
      }
    
      .calcpopup {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    .calcpopupcont {
        position: absolute;
        height: calc(100% - 75px);
        width: 400px;
        margin-left: 60px;
        top: 60px;
    }

    .calcpopupmove {
        width: 20px;
        height: 100%;
        position: absolute;
        right: 0px;
    }

    .calcpopupcontent {
        width: calc(100% - 18px);
        height: calc(100% - 30px);
        position: relative;
        background: white;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    
    .calcpopupdetail {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        height: 100%;
        position: relative;
    }

    .calctotalprice {
        float: right;
        color: #FF8886;
    }

    .calctitle {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 20px;
        margin-top: 10px;
    }

    .aicalctitle {
        font-size: 12px;
        display: inline-block;
        line-height: 35px;
        margin-bottom: 25px;
        width: 100%;
        font-weight: bold;
        height: 40px;
        color: #000;
    }

    .aicalctitle > span {
        width: 150px;
        display: inline-block;
        text-align: center;
        float: left;
        height: 40px;
    }

    .aicalctitle > .calcaimode {
        width: calc(100% - 150px);
        float: right;
        text-align: center;
        height: 35px;
        line-height: 35px;
        background: #F3F3F3;
        border: 1px solid #E9E9E9;
        font-weight: 500;
    }

    .aitotalcalc {
        width: 200px;
        float: right;
        display: inline-block;
        text-align: right;
        color: #000;
        font-weight: 500;
    }

    .calccount {
        width: calc(100% - 150px);
        float: right;
        text-align: center;
        height: 35px;
        line-height: 35px;
        border: 1px solid #E9E9E9;
        font-weight: 500;
    }

    .calccountgroup {
        float: left;
        width: 100%;
    }

    .calccount_btn {
        float: left;
        width: 50px;
    }

    .calc_count {
        float: left;
        width: calc(100% - 100px);
        font-weight: 500;
    }

    .aicombo {
        width: 100%;
        height: 35px;
        border: 1px solid #E9E9E9;
        text-align: center;
        color: #000;
        background: white;
        float: right;   
        cursor: pointer;
    }

    .line {
        width: 100%;
        height: 1px;
        background: #E9E9E9;
        margin-top: 20px;
    }
    .contdesc {
        float: left;
        line-height: 20px;
        font-size: 9px;
        color: #FF8886;
        font-weight: 500;
    }

    .aicalcsubtitle {
        font-size: 15px;
        width: 100%;
        font-weight: bold;
        margin-bottom: 10px;
        line-height: 40px;
        height: 40px;
        margin-top: 10px;
    }

    .aicalcsubtitle > span {
        width: 150px;
        display: inline-block;
    }

    .calcuserstatus {
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
        position: relative;
        display: inline-block;
        font-size: 12px;
    }

    .aipointcalc {
        float: right;
    }

    .aicalcsubtitle1 {
        font-size: 14px;
        width: 100%;
        font-weight: 500;
        line-height: 26px;
        height: 30px;
        color: #000;
    }

    .aicalcsubtitle1 > span {
        width: 50%;
        display: inline-block;
        float: left;
    }

    .imgstarcont {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }

    .imgstarbg {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: #0000005c;
    }

    .imgstararea {
        
        position: relative;
        text-align: center;
    }

    .aistar {
        background: url(../img/aistar.png) no-repeat;
        background-size: contain;
        width: 45px;
        height: 45px;
        float: left;
        margin-right: 5px;
        margin-left: 5px;
    }

    .aistar.on {
        background: url(../img/aistar_on.png) no-repeat;
        background-size: contain;
    }
    
    .imgdown {
        position: absolute;
        top: 15px;
        left: 50px;
        background-image: url(../img/btndownload.png);
        width: 35px;
        height: 35px;
        z-index: 1000;
        background-size: 35px;
        background-repeat: no-repeat;
    }

    .imgshare {
        position: absolute;
        top: 15px;
        left: 85px;
        background-image: url(../img/btnaishare.png);
        width: 35px;
        height: 35px;
        z-index: 1000;
        background-size: 35px;
        background-repeat: no-repeat;
    }


    .imgdelete {
        position: absolute;
        top: 15px;
        right: 15px;
        background-image: url(../img/btnaidelete.png);
        width: 35px;
        height: 35px;
        z-index: 1000;
        background-size: 35px;
        background-repeat: no-repeat;
    }


    .imgedit {
        position: absolute;
        top: 15px;
        right: 50px;
        background-image: url(../img/btnaiedit.png);
        width: 35px;
        height: 35px;
        z-index: 1000;
        background-size: 35px;
        background-repeat: no-repeat;
    }

    .imgfull {
        position: absolute;
        bottom: 20px;
        right: 15px;
        background-image: url(../img/btnaifull.png);
        width: 35px;
        height: 35px;
        z-index: 1000;
        background-size: 35px;
        background-repeat: no-repeat;
    }

    .aicategoryitem > img {
        margin-top: 10px;
        width: 20px;
        height:20px;
        
      }

      .aicategoryitem > span {
        width:100%;
        text-align: center;
        font-size:10px;
        display: block;
        color: #9e9e9e;
    }

    .aicategoryitem.selectitem > span {
 
        color: #3C949A;
    }

      .top-header {
        display: none !important;
      }

      .main-top {
        display: block !important;
      }
      .contgrid {
        position: relative;
        width: 100%;
        object-fit: cover;
        text-align: center;
        padding-bottom: 10px;
        display: grid;
        grid-template-columns: 1fr 1fr !important;
        gap: 6px;
        max-height: calc(100% - 20px);
        overflow-y: scroll;
      }

      .contgrid.middle {
        height:170px;
        overflow: hidden;
      }

      .contgrid::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera*/
    }

    .contgrid1 {
        position: relative;
        width: 100%;
        object-fit: cover;
        text-align: center;
        padding-bottom: 10px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
        gap: 6px;
        max-height: calc(100% - 20px);
        overflow-y: scroll;
      }

      .contgrid1::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera*/
    }


    .itemgrid {
        position: relative;
    }

    .selectgrid.active {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: 4px solid #00a0b6;
        border-radius: 5px;
        background: url(../img/imgcheck.png) no-repeat;
        background-size: 20px;
        background-position-x: calc(100% - 4px);
        background-position-y: 3px;
    }

    .floatbtn {
        display: none;
    }
    #btnhome {
        display: block;
        position: fixed;
        top: 14% !important;
        z-index: 999999;
        width: 60px;
        height: 60px;
        right: calc(20% + 30px) ;
    }

    #btnbackcategory {
        display: block;
        position: fixed;
        top: 14% !important;
        z-index: 999999;
        width: 60px;
        height: 60px;
        left: calc(20% + 30px) !important;
    }

    
    .simpletype {
        
        width: 230px;
        margin-right: 3%;
        position: relative;
        overflow: hidden;
        
    }

    .detailtype {
        width: 230px;
        margin-left: 3%;
        position: relative;
        overflow: hidden;
        
    }

    
    .typeselect {
       
        display: inline-block;
        width: 60%;
        margin-top: 100px;
        max-width: 500px;
    }

    .tagcls {
        position: fixed;
        z-index: 9999;
        top: 80px;
        width: calc(100% - 120px);
        min-height: 60px;
        background: white;
        left: 80px;
        border-radius: 10px;
        
        border: 1px solid #c5c5c5;
    }
    
    .tagarea {
        width: 100%;
        position: relative;
        float: left;
        display: inline-block;
        padding-top: 10px;
        padding-left: 15px;
        padding-bottom: 10px;
        padding-right:15px;
    }
    
    .tagbtn {
        width: 34px;
        float: left;
        margin-top: 20px;
        background-image: url(../img/tagopen.png);
        background-repeat: no-repeat;
        background-size: 22px 13px;
        display: none;
    }
    
    .tagbtn.tagopen {
        background-image: url(../img/tagclose.png);
        background-repeat: no-repeat;
        background-size: 22px 13px;
    }
    
    .tagdelete {
        width: 16px;
        float: left;
        height: 30px;
        background-image: url(../img/tagdelete.png);
        background-repeat: no-repeat;
        background-size: 12px 12px;
        background-position: center;
        margin-left: 2px;
    }
    
    .tagitem {
        width: auto;
        max-width: 193px;
        height: 30px;
        line-height: 24px;
        margin-left: 5px;
        margin-top: 5px;
        border: 1px solid #9E9E9E;
        padding: 2px;
        float: left;
        display: flex;
        border-radius: 5px;
        background:white;
        align-items: center;
    }
    
    .tagtype {
        width: 17px;
        float: left;     
        margin-left: 4px;
        margin-right: 5px;
    }
    
    .tagname {
        width: calc(100% - 40px);
        font-size: 12px;
        font-weight: bold;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        white-space: nowrap;
    }
    
    .tagmore {
        background-image: url(../img/tagmore.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-y: center;
        float: left;
        width: 22px;
        height: 30px;
        margin-top: 5px;
        margin-left: 10px;
    }
    
    .notag {
        position: absolute;
        top: 20px;
        left: 20px;
        font-size: 12px;
        font-weight: bold;
    }

    #btnok {
        top: 100px !important;
        position:absolute;
        left: 440px;
        z-index: 100000;
        width: 100px;
    }

    #btnreset {
        top: 160px !important;
        position: absolute;
        left: 450px;
        z-index: 100000;
        width: 80px;
    }

    #container {
        text-align: center;
        position: fixed;
        z-index: 999999;
        display: inline-block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #33333378;
        color: white;
        margin: 0;
    }
    #progressbar {
        width: 500px;
        background-color: #555;
        border-radius: 25px;
        margin-top: 20px;
        margin-left: calc(50% - 250px);
        font-size: 12px;
    }

    #progress {
        width: 0px;
        background-color: #00a0b6;
        border-radius: 25px;
        margin-top: 20px;
        margin-left: calc(50% - 250px);
        font-size: 12px;
    }
    #loadingText {
        margin-top: 10px;
    }
    .bannerarea {
        width: 400px;
        margin-left: calc(50% - 200px);
        margin-top: 11%;
        height: 200px;
        overflow: hidden;
        position: relative;
    }

    .bannerarea img {
        width: 100%;
        left: 0;
        position: absolute;
        opacity: 0;
        transition: opacity 1s ease-in-out;
    }
    .bannerarea img.active {
        opacity: 1;
    }

    .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;
        align-items: center;
    }

    .popupclose {
        position: absolute;
        right: 20px;
        top: 0px;
    }

    .textpopup > .aipopupcont {
        height:280px;
        bottom:40%;
    }

    .subcategoryitem {
        width: auto;
        height: 30px;
        line-height: 27px;
        padding-left: 5px;
        padding-right: 5px;
        border: 1px solid #656565;
        display: inline-block;
        color: #656565;
        min-width: 60px;
        text-align: center;
        font-size: 12px;
        margin-right: 5px;
        border-radius: 5px;
        float: left;
        margin-bottom: 5px;
    }

    .subcategorycont {
        overflow-x: scroll;
        white-space: nowrap;
        width: 100%;
        -ms-overflow-style: none;
        scrollbar-width: none;
        height: auto !important;
        display: block;
    }

    .categoryList {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
        gap: 6px;
    }


    .librarydetailcontent  {
        margin:auto;
        margin-top: 20px;
        width: calc(100% - 40px);
       
        max-width: 400px;
        min-width: 200px;
        height: 100%;
        overflow-y: auto;
        padding-bottom: 80px;
    }

    .librarydetailcontent::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera*/
    }

    .communityarea {
        text-align: right;
        height: 40px;
        line-height: 40px;
        margin-top: 20px;
        font-weight: bold;
        font-size: 15px;
    }

    .librarymore {
        margin-top: 40px;
    }

    .librarymoretitle {
        font-size: 22px;
        font-weight: bold;
        line-height: 30px;;
    }

    
    .librarymoreauction {
        background-image: url(../img/librarydetailauction.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 110px;
        margin-bottom:20px;
        background-position-x: center;
        margin: auto;
    }

    .librarymoreedit {
        background-image: url(../img/librarydetailedit.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 110px;

        background-position-x: center;
        margin: auto;
    }

    .librarymorecommunity {
        background-image: url(../img/aidetailcommunity.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 110px;
        margin-bottom:20px;
        background-position-x: center;
        margin: auto;
    }

    .librarymoregoods {
        background-image: url(../img/aidetailgoods.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 110px;
        margin-bottom:20px;
        background-position-x: center;
        margin: auto;
    }


    .librarymorediy {
        background-image: url(../img/aidetaildiy.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 110px;
        margin-bottom:20px;
        background-position-x: center;
        margin: auto;
    }

   .librarymorecont {
        margin-top: 20px;
        width: 100%;
   }

   .libraryimglike {
       
        background-image: url(../img/gift_hart.png);
        width: 24px;
        height: 24px;
        z-index: 1000;
        background-size: 24px;
        background-repeat: no-repeat;
    
    }

    .libraryimgdown {
    
        background-image: url(../img/icondown.png);
        width: 24px;
        height: 24px;
        z-index: 1000;
        background-size: 24px;
        background-repeat: no-repeat;

    }

    .libraryimgshare {

        background-image: url(../img/gift_share.png);
        width: 24px;
        height: 24px;
        z-index: 1000;
        background-size: 24px;
        background-repeat: no-repeat;

    }


    .libraryimgdelete {
    
        background-image: url(../img/icondelete.png);
        width: 24px;
        height: 24px;
        z-index: 1000;
        background-size: 24px;
        background-repeat: no-repeat;
    
    }

    .categoryitem {
        width: 100%;        
        text-align: center;
        margin-left: 0%;
        margin-right: 0%;
     
        height: auto;
    }
    .line {
        width: 100%;
        height: 1px;
        background: #E9E9E9;
        margin-top: 20px;
    }

   
   
}



.sharearea {
    width: calc(100% - 40px);
    height: auto;
    position: relative;
    display: flex;
    margin-left: 20px;
    justify-content: flex-end;
    align-items: center;
}

.shareitem_sns {
    background-image: url(../img/sharesns.png);
    background-repeat: no-repeat;
    background-size: 70px;
    width: 33%;
    height: 70px;
    background-position-x: center;
    cursor: pointer;
}

.shareitem_link {
    background-image: url(../img/sharelink.png);
    background-repeat: no-repeat;
    background-size: 70px;
    width: 33%;
    height: 70px;
    background-position-x: center;
    cursor: pointer;
}


.shareitem_community {
    background-image: url(../img/sharecommunity.png);
    background-repeat: no-repeat;
    background-size: 70px;
    width: 33%;
    height: 70px;
    background-position-x: center;
    cursor: pointer;
}

.shareitem_sns.on {
    background-image: url(../img/sharesns_on.png);
    background-repeat: no-repeat;
    background-size: 70px;
}

.shareitem_link.on {
    background-image: url(../img/sharelink_on.png);
    background-repeat: no-repeat;
    background-size: 70px;
}

.shareitem_community.on {
    background-image: url(../img/sharecommunity_on.png);
    background-repeat: no-repeat;
    background-size: 70px;
}

.editarea {
    width:100% ;
    height: auto;
    position: relative;
 
}

.edititem_auction {
    background-image: url(../img/btnaiaction.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 120px;
    max-width: 330px;
    background-position-x: center;
    margin: auto;
}

.edititem_ai {
    background-image: url(../img/btnairedit.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 120px;
    max-width: 330px;
    background-position-x: center;
    margin: auto;
}

.edititem_auction.on {
    background-image: url(../img/btnaiaction_on.png);
    background-repeat: no-repeat;
    background-size: contain;
   
}

.edititem_ai.on {
    background-image: url(../img/btnairedit_on.png);
    background-repeat: no-repeat;
    background-size: contain;
    
}



.bottombtn {
    text-align: right;
    margin-right: 20px;
    float: right;
    width: 140px;
    bottom: 0px;
    position: absolute;
    right: 0px;
}

.btnshareclose {
    float: left;
    width: 70px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.btnshareok {
    float: left;
    width: 70px;
    text-align: center;
    font-weight: bold;
    color: #3C949A;
    font-size: 16px;
    cursor: pointer;
}

.slidecont {
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

.slideselect{
    width: 180px;
    height: 50px;
    margin: auto;
    line-height: 50px;
    font-size: 17px;
    font-weight: bold;
    border: 2px solid black;
    border-radius: 25px;
}


.slidenoselect {
    width: 180px;
    height: 50px;
    margin: auto;
    line-height: 50px;
    font-size: 17px;
    font-weight: bold;
    border: 2px solid #9E9E9E;
    border-radius: 25px;
    color: #9E9E9E;
}

.slidecommnet  {
    margin-top: 40px;
    line-height: 30px;
    font-size: 16px;
    color: #9E9E9E;
    font-weight: 200;
}

.itemgrouplist {
    border-bottom: 1px solid #c6c5c55e;
    width: 100%;
    height: auto;
    overflow-x: scroll;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.itemgroup {
    width: 54px;
    height: 54px;
    float: left;
    text-align: center;
    border: 1px solid #E9E9E9;
    border-radius: 27px;
    padding: 10px;
    margin-right: 10px;
    font-size: 10px;
    background: #FAFAFA;
    color: #9e9e9e;
    font-weight: bold;
}

.itemgroup.selectitem {
    border: 1px solid #3C9a9A;
    background: #F4FdFD;
    color: #3C9a9A;
}

.itemgrouplist::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

.itemgroup > img {
    width: 15px;
    height:15px;
}

.itemgroup > span {
    width:100%;
    text-align: center;
    display: block;
}

.subcategorycont {
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 34px;
    display: block;
}

.subcategorycont::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

.subcategoryitem {
    width: auto;
    height: 30px;
    line-height: 27px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #656565;
    display: inline-block;
    color: #656565;
    min-width: 60px;
    text-align: center;
    font-size: 12px;
    margin-right: 5px;
    border-radius: 5px;
}

.subcategoryitem.selectitem {
    color:white;
    background: #656565;
}

.subgrouptitle {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.gridmode  {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    color: #9e9e9e;
    font-size: 14px;
    font-weight: bold;
}

.aicalccont {
    width: calc(100% - 150px);
    float: right;
}

.inputsubmit {
    width: 75px;
    height: 36px;
    border-radius: 18px;
    color: white;
    background: #00a0b6;
    float: right;
    text-align: center;
    line-height: 34px;
    margin-top: 7px;
    box-shadow: 2px 1px 4px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 100;
}

.betaicon {
    background: url(../img/betaicon.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 4px;
    top: 12px;
    width: 80px;
    height: 50px;
    background-size: contain;
}

.blind {
    position: absolute !important;
    left: -9999em;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    text-indent: -9999em;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.btndiy {
    cursor: pointer;
}

.btnlibrary, .btncommunity, .report, .calccount_btn {
    cursor: pointer;
}

.checkoff, .checkon {
    cursor: pointer;
}

.bottomcont > .stararea > .aistar {
    cursor: pointer;
}

.addonbtn > div {
    cursor: pointer;
}

