.moreMain, .moreMainDark,
.my-more {
    width: 100%;
    box-sizing: border-box;
    padding: 0 var(--px12);
    overflow: auto;
}

.moreMainDark {
    background: rgb(0,0,0);
}

.moreItem {
    position: relative;
    width: 100%;
    height: var(--px48);
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-bottom: solid .25px rgba(0,0,0,.1); */
}

.moreItemText {
    width: 83.33vw;
    /* height: 5.97vw; */
    /* line-height: var(--px20); */
    text-align: left;
    font-size: 1rem;
    color: black;
}

.moreItemIcon {
    width: var(--px24);
    height: var(--px24);
}

.moreItemIcon > img {
    margin-left: var(--px8);
    width: 100%;
    height: 100%;
}


.setupItem {
    margin-top: var(--px24); 
    width: 100%;
    height: 45.83vw;
    display: flex;
    justify-content: space-between;
}

.setupItemAlt {
    margin-top: 13.89vw;
}

.setupItemLeft {
    width: 41.67vw;
    height: 45.83vw;
}

.setupItemTitle {
    margin-top: 6.11vw;
    width: 100%;
    height: 6.74vw;
    text-align: left;
    font-size: 5.56vw;
    color: black;
}

.setupItemText {
    margin-top: 4.44vw;
    width: 100%;
    line-height: 6.11vw;
    font-size: 3.61vw;
    color: rgba(0,0,0,.6);
}

.setupItemRight {
    width: 45.83vw;
    height: 45.83vw;
}

.setupItemRight > img {
    width: 100%;
    height: 100%;
}

.setupCheck {
    width: 100%;
    height: 6.67vw;
    margin-top: 27.15vw;
    display: flex;
    align-items: center;
}

.setupCheckbox {
    width: 5.56vw;
    height: 5.56vw;
}

.setupCheckText {
    margin-left: 1.39vw;
    width: 27.78vw;
    height: 6.67vw;
    line-height: 6.67vw;
    font-size: 3.61vw;
}

.setupBtn {
    margin: 28.68vw auto 0;
    width: 50vw;
    height: 10vw;
    border-radius: 5vw;
    background: rgba(0,0,0,.05);
    line-height: 10vw;
    font-size: 4.44vw;
    color: var(--high-light);
    text-align: center;
}

.issueText, 
.issueTextAlt {
    margin-top: var(--px8);
    width: 100%;
    line-height: var(--px24);
    font-size: 1rem;
}

.issueTextAlt {
    margin: var(--px16) auto;
    font-size: 1rem;
    line-height: var(--px28);
}
