html,body {
    background: #fff;
}
.snap-wrapper {
    margin: 0 auto;
}
.snap-wrapper .standard {
    width: 480px;
    margin: 40px auto;
}
.snap-wrapper .top {
    display: flex; width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
}
.snap-wrapper .top .go-back {
    font-size: var(--fs-15); line-height: var(--lh-15); letter-spacing: var(--ls-15);
    font-weight: 500; color: #000;
    display: flex; align-items: center; gap: 4px;
}
.snap-wrapper .content {
    padding: 12px 16px;
}
.snap-wrapper .content.pr {
    
}
.snap-wrapper .content.pr .banner {
    aspect-ratio: 424/350;
    width: 100%;
    display: flex;
    border-radius: 12px;
    position: relative;
    background-image: url('/app/guest_snap/images/snap.png');
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}
.snap-wrapper .content.pr .banner .txt {
    display: flex; 
    gap: 4px;
    flex-direction: column;
    padding: 16px;
    font-size: var(--fs-16); line-height: var(--lh-16); letter-spacing: var(--ls-16);
    font-weight: 600; color: #fff;
    background: rgba(0, 0, 0, 0.30);
    width: 100%;
    position: absolute;
    bottom: 0; left: 0;
}
.snap-wrapper .content.pr .banner .txt .emp {
    font-size: var(--fs-28); line-height: var(--lh-28); letter-spacing: var(--ls-28);
}
.snap-wrapper .content.pr .banner .txt .at {
    text-align: right;
    font-size: var(--fs-15); line-height: var(--lh-15); letter-spacing: var(--ls-15);
}

.snap-wrapper .content.req {

}
.snap-wrapper .content.req .note {
    display: flex;
    border-radius: 12px;
    background: rgba(120, 120, 128, 0.08);
    width: 100%;
    padding: 20px 16px;
    font-size: var(--fs-15); line-height: var(--lh-15); letter-spacing: var(--ls-15); font-weight: 500;
}

.snap-wrapper .content.frm {
    padding-top: 32px;
    padding-bottom: 32px;
    gap: 12px; display: flex; width: 100%; flex-direction: column; 
}
.snap-wrapper .content.frm .names {
    display: grid;
    font-size: var(--fs-15); line-height: var(--lh-15); letter-spacing: var(--ls-15); font-weight: 500;
    width: 100%; gap: 16px;
    grid-template-columns: 27px 1fr; align-items: center;
}
.snap-wrapper .content.frm .names .put {
   
    padding: 12px;
    color: #000;
    background: rgba(120, 120, 128, 0.08);
    border-radius: 8px;
    outline: none;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    border: 0;
    text-align: left;
    font-size: var(--fs-15); line-height: var(--lh-15); letter-spacing: var(--ls-15); font-weight: 500;
}
.snap-wrapper .content.frm .names .put::placeholder {
    color: rgba(60, 60, 67, 0.30);
    font-weight: 400;
}


.img-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #fff;
    border-radius: 12px;
    margin-top: 4px;
}
.img-box .img-list {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 8px;
    border-radius: 8px;
    background: rgba(120, 120, 128, 0.08);
}
.img-box .img-list .item {
    aspect-ratio: 1/1;
    border-radius: 4px;
    background-color: rgba(120, 120, 128, 0.08);
    background-image: url('');
    background-position: center;
    background-size: cover;
    position: relative;
}
.img-box .img-list .item .x {
    position: absolute;
    top: 4px; right: 4px; width: 20px; height: 20px;
    cursor: pointer;
}
.img-box .img-list .item.upload {
    border: 1px solid rgba(84, 84, 86, 0.16);
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.img-box .img-list .item.upload > .plus {
    width: 32px;
}


.img-box .img-list .item.upload .x,
.img-box .img-list .item.ing .x {
    display: none;
}

.img-box .img-list .item img.svg {
    display: none;
}


.img-box .img-list .item.ing {
    background: rgba(120, 120, 128, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.img-box .img-list .item.ing img.svg {
    width: 32px;
    fill: #888;
    display: inline;
}

.img-box .img-list .item .x img {
    width: 100%;
}
.img-box .img-ment {
    font-size: var(--fs-14); line-height: var(--lh-14); letter-spacing: var(--ls-14);
    color: rgba(60, 60, 67, 0.60);
    display: flex; justify-content: space-between;

}
.img-box .img-ment .status {
    color: rgba(60, 60, 67, 0.60);
}
.upload-noti {
    display: none;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: var(--fs-14);
    line-height: var(--lh-14);
    letter-spacing: var(--ls-14);
    color: rgba(60, 60, 67, 0.60);
    padding: 28px;
    cursor: pointer;
}
.upload-noti .b_tn {
    background: #FFEB3B;
    border-radius: 900px;
    font-size: var(--fs-13); color: #000;
    line-height: var(--lh-13);
    letter-spacing: var(--ls-13);
    padding: 8px 16px;
}

.img-box .img-list.empty {
    grid-template-columns: 1fr;
}
.img-box .img-list.empty .item {display: none;}
.img-box .img-list.empty .upload-noti {display: flex;}


ul.not {
    list-style: none;
    padding-left: 0;
    gap: 6px;
    display: flex; flex-direction: column; width: 100%;
    padding: 10px 8px 0 8px;
}

ul.not li {
    position: relative;
    padding-left: 1.2em; /* 점 공간 확보 */
    color: rgba(60, 60, 67, 0.60);
    font-size: var(--fs-13); 
    line-height: var(--lh-13);
    letter-spacing: var(--ls-13);
}

ul.not li::before {
    content: '･';
    position: absolute;
    left: 0;
    top: 0; /* 첫 줄에 고정 */
    font-size: var(--fs-13); 
    line-height: var(--lh-13);
    letter-spacing: var(--ls-13);
}


.snap-wrapper .content.submit {
    padding-top: 16px; 
    padding-bottom: 16px;
}
.snap-wrapper .content.submit .btn {
    border-radius: 8px;
    background: #FFEB3B;
    padding: 16px;
    width: 100%; display: flex; align-items: center;
    justify-content: center; color: #000; font-weight: 500;
    font-size: var(--fs-15); 
    line-height: var(--lh-15);
    letter-spacing: var(--ls-15);
}

@media only screen and (max-width: 480px) {
    .snap-wrapper .standard {
        width: 100%;
        margin: 0 auto;
    }
}