/* 공통 */
.flower-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60px;
    margin: 10px auto;
}

#myNft {
    margin-top:65px;
}

i.icon-flower {
    display: block;
    background: url('/img/icon_flower.svg') no-repeat center;
    background-size: contain;
    width: 13px;
    height: 13px;
}

i.icon-credit {
    display: inline-block;
    background: url('/img/ico_credit_card.svg') no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

i.icon-account {
    display: inline-block;
    background: url(/img/ico_account.svg) no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.ready-speech-bubble {
    position: absolute;
    top: 3pt;
    left: 50%;
    transform: translate(-50%);
}

/* 공통 끝 */
.nft.title-box {
    text-align: center;
    padding-top: 100pt;
}

.menu-tab-list {
    width: 100%;
    margin-top: 48px;
    padding-top: 10px;
}

.menu-tab-list input[type="radio"] {
    visibility: hidden;
}

.menu-tab-list .menu-title {
    font-family: "The Jamsil OTF 4 Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 80px;

    color: #FFFFFF;
}

.menu-tab-list label {
    font-family: "The Jamsil OTF 4 Medium";
    font-size: 24px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    color: #667080;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    position: relative;
}

.menu-tab-list label span {
    display: block;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: center;
    letter-spacing: 0em;
    color: #939598;
    margin: 26px auto;
    width: 160px;
    height: 38px;
    padding: 10px 0;
    background: #000000;
    border-radius: 6px;
}

.menu-tab-list label.active,
.menu-tab-list label.active span {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: center;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;
    width: 160px;
    height: 38px;
    padding: 10px 0;
    background: #9EEF20;
    border-radius: 6px;
}

.payList {
    /* background: #fff; */
    padding: 15px 0 15px;
    width: 100%;
}

.payList ul, .payList li {
    list-style: none;
    list-style-type: none;
}

.payList li:first-child {
    display: flex;
    padding: 0 0 10px;
    margin-top: 0;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #939598;
}

.payList li {
    margin: 20px 0;
}

.payList li .list-box {
    padding: 15px 10px;
    /* box-shadow: 0px 4px 4px 0px #00000040; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.payList li>div {
    width: 14%;
    display: block;
}

.payList li>div>span {
    font-family: "The Jamsil OTF 4 Medium";
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    text-align: center;
    width: 100px;
    display: inline-block;
    color: #000;
    padding: 2px 15px;
    background: #9EEF20;
    border-radius: 6px;
}

.payList li>div:nth-child(1), .payList li>div:nth-child(4), .payList li>div:nth-child(6) {
    width: 22%;
}

.payList li .list-box {
    width: 100% !important;
    padding: 0;
}

.payList li .list-box>span {
    width: 14%;
    background: none;
    border-radius: 0;
    font-family: Inter;
    font-size: 13px;
    font-weight: 400;
    line-height: 15.73px;
    text-align: center;
    color:#fff;
}

.payList li .list-box>span.w-22 {
    width: 22%;
}

.payList li .pay-list span {
    margin-right: 40px;
    font-family: "The Jamsil OTF 4 Medium";
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
}

.payList li .pay-list span>span {
    color: #FFFFFF;
}

li .pay-list {
    margin: 10px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-change-status {
    font-family: "The Jamsil OTF 4 Medium";
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: right;
    color: #1F86EF;
    background: #fff;
}

.nft.title-box {
    text-align: center;
    padding-top: 98px;
    padding-bottom: 84px;
    background: url('/img/renew-img/bg/nft-bg.svg') no-repeat center;
    background-size: cover;
    height: 350px;
    margin:0;
}

.nft.title-box .main-title {
    font-family: "The Jamsil OTF 4 Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 55px;
    line-height: 63px;
    text-align: center;
    color: #FFFFFF;

}

.nft.title-box .sub-title {
    font-family: "The Jamsil OTF 4 Medium";
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    text-align: center;

    color: #FFFFFF;
}


@media (max-width: 992px) {

    /* 공통 */
    .flower-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 60px;
        margin: 10px auto;
    }

    i.icon-flower {
        display: block;
        background: url('/img/icon_flower.svg') no-repeat center;
        background-size: contain;
        width: 13px;
        height: 13px;
    }

    i.icon-credit {
        display: inline-block;
        background: url('/img/ico_credit_card.svg') no-repeat center;
        background-size: contain;
        width: 24px;
        height: 24px;
        vertical-align: middle;
    }

    i.icon-account {
        display: inline-block;
        background: url(/img/ico_account.svg) no-repeat center;
        background-size: contain;
        width: 24px;
        height: 24px;
        vertical-align: middle;
    }

    .ready-speech-bubble {
        position: absolute;
        top: -13pt;
        left: 50%;
        transform: translate(-50%);
    }

    /* 공통 끝 */
    .nft.title-box {
        text-align: center;
        padding-top: 100pt;
    }

    .menu-tab-list {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 36px 0 0;
    }

    .menu-tab-list input[type="radio"] {
        visibility: hidden;
    }

    .menu-tab-list .menu-title {
        font-family: "The Jamsil OTF 4 Medium";
        font-style: normal;
        font-weight: 500;
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 30px;

        color: #FFFFFF;
    }

    .menu-tab-list label {
        font-family: "The Jamsil OTF 4 Medium";
        font-size: 24px;
        font-weight: 300;
        line-height: 27px;
        letter-spacing: 0em;
        text-align: left;
        color: #667080;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        position: relative;
        border-bottom: 1px solid #2B2B2B;
    }

    .menu-tab-list label span {
        display: block;
        width: fit-content;
        font-family: "The Jamsil OTF 4 Medium";
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;
        padding: 12px 0;
        /* identical to box height */
        text-align: center;

        color: #8F8F8F;

        margin: 0 auto 15px;
        width:95%;

    }

    .menu-tab-list label span.active {
        font-family: "The Jamsil OTF 4 Medium";
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;
        text-align: center;

        color: #000;
        background: #9EEF20;
    }

    .payList {
        /* background: #fff; */
        border-radius: 20px;
        padding: 20px 0px;
        width: 100%;
        border:none;
    }

    .payList ul, .payList li {
        list-style: none;
        list-style-type: none;
    }

    .payList li {
        width: 100% !important;
        overflow-x: scroll;
    }

    .container{
        padding: 0;
    }

    .payList li {
        margin: 20px 0;
    }

    .payList li .list-box {
        padding: 15px 10px;
        width:100% !important;
        /* box-shadow: 0px 4px 4px 0px #00000040; */
        display: block;
    }

    .payList li>div {
        display: block;
    }

    .payList li>div>span {
        font-family: "The Jamsil OTF 4 Medium";
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        text-align: center;
        color: #1F2340;
        padding: 6.5px 8px;
        /* background: transparent; */
        border-radius: 25px;
        width: 135%;
        overflow-y: scroll;
        margin: 0 6px;
    }

    .payList li .list-box>span {
        width: max-content !important;
        background: none;
        border-radius: 0;
    }

    .payList li .pay-list span {
        margin-right: 40px;
        font-family: "The Jamsil OTF 4 Medium";
        font-size: 14px;
        font-weight: 500;
        line-height: 23px;
        letter-spacing: 0em;
        text-align: left;
        color: #FFFFFF;
    }

    .payList li .pay-list span>span {
        color: #FFFFFF;
    }

    li .pay-list {
        margin: 10px 0 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .btn-change-status {
        font-family: "The Jamsil OTF 4 Medium";
        font-size: 16px;
        font-weight: 700;
        line-height: 27px;
        letter-spacing: 0em;
        text-align: right;
        color: #1F86EF;
        background: #fff;
    }

    .nft.title-box {
        text-align: center;
        padding-top: 98px;
        padding-bottom: 84px;
        background: url('/img/renew-img/bg/nft-bg.svg') no-repeat center;
        background-size: cover;
        height: 350px;
        margin-top:60px;
    }

    .nft.title-box .main-title {
        font-family: "The Jamsil OTF 4 Medium";
        font-style: normal;
        font-weight: 500;
        font-size: 42px;
        line-height: 56px;
        text-align: center;
        color: #FFFFFF;

    }

    .nft.title-box .sub-title {
        font-family: "The Jamsil OTF 4 Medium";
        font-style: normal;
        font-weight: 300;
        font-size: 18px; 
        line-height: 24px;
        text-align: center;

        color: #FFFFFF;
    }

    .menu-tab-list{
        margin-top:20px;
    }

    .payList li:not(:last-child){
        border-bottom: 1px solid #939598;
    }

    .payList li:first-child{
        display:block;
        width:100%;
    }

    .payList li p{
        text-align: left;
        color:#fff;
        font-size:14px;
    }

    .payList li span{
        font-size:1rem;
        color:#BCBEC0;
    }

    .payList li .funding-name{
        font-size:20px;
        font-weight: 700;
    }

    .payList li .pay-status{
        font-size:16px;
        font-weight:700;
        color:#9EEF20;
    }

    .line-through-deco .payList li p,
    .line-through-deco .payList li span
    {
        color:#888;
    }

    .line-through-deco  .payList li .pay-status{
        color:#FBB040;
    }

}