



.btn-green {
    border-radius: 5px;
    background: #6b9d98!important;
    padding: 1.25rem!important;
    max-width: 20rem;
    width: 100%;
        color: #fff!important;
            font-size: 1.25rem!important;
                font-weight: 600!important;
}
.btn-white {
    border-radius: 5px;
    background: #fff;
      padding: 1.25rem!important;
    max-width: 20rem;
    width: 100%;
    border: 1px solid #e3e3e3!important;
      font-size: 1.25rem!important;
                font-weight: 600!important;
                    color: #222!important;
}

button {
    border-color: transparent;
    background-color: transparent;
}

.btn-green a {
    color: #fff!important;
    text-align: center;
    font-family: Pretendard;
    font-size: 1.25rem!important;
    font-style: normal;
    font-weight: 600!important;
    line-height: normal;
}
.btn-white a {
    color: #222!important;
    text-align: center;
    font-family: Pretendard;
    font-size: 1.25rem!important;
    font-style: normal;
    font-weight: 600!important;
    line-height: normal;
}

.successMain {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.successUp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.successUp img {
    width: 12.25rem;
    aspect-ratio: 1/1;
    margin-bottom: 1.25rem;
}
.successUp h1 {
    color: #222;
    font-family: Pretendard;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0.625rem;
}
.successUp h1 span {
    color: #a1d5d0;
}
.successUp p {
    color: #777;
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 152%;
}
.successDown {
    margin-top: 1.875rem;
}
.successDown h3 {
    color: #222;
    font-family: Pretendard;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1.5rem;
}
.successDown table {
    width: 100%;
}
.successDown table thead {
    background: #f9f9f9;
}
.successDown table thead tr {
    background: #f9f9f9;
    width: 100%;
}
.successDown table thead tr th {
    color: #222;
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 162%;
    padding: 1rem;
}
.successDown table tbody tr {
    border-bottom: 1px solid #e3e3e3;
}
.successDown table tbody tr td {
    padding: 1.25rem;
    color: #222;
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.successDown table tbody tr td:first-child {
    width: 25%;
    font-weight: 700;
    padding-left: 2rem;
}
.successDown.down2 {
    margin-top: 1.875rem;
}

.successDown.down2 table tbody tr:first-child {
    border-top: 1px solid #e3e3e3;
}

.successBtns {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    margin-top: 5.7rem;
    margin-bottom: 3rem;
}

.modal {
    
}
.modal-dialog {
    max-width: 700px!important;
}
.modal-header {
    justify-content: center;
    position: relative;
}
.modal-header h1 {
    color: #222;
    font-family: Pretendard;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}
.modal-header button {
    position: absolute;
    top: 1rem;
    right: 1rem;
}
.modal-body img {
    aspect-ratio: 220/163;
    max-width: 220px;
}
.modal-body p.status {
    color: #6b9d98;
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.modal-body h5 {
    color: #222;
    font-family: Pretendard;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.modal-body p.size {
    color: #777;
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.modal-body p.quantity {
    color: #222;
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.modal-body h6 {
    color: #222;
    font-family: Pretendard;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.modal-body h6 span {
    color: #eb6897;
    font-family: Pretendard;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.modal-body em {
    height: 1px;
    background-color: #e3e3e3;
    margin: 1.25rem 0;
}
.modal-body h4 {
    color: #222;
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0.625rem;
}
.modal-body textarea {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #e3e3e3;
    background: #fff;
    padding: 0.875rem;
    min-height: 300px;

}
.modal-footer {
    justify-content: center!important;
    gap: 1.125rem;
}


@media screen and (max-width: 1200px) {
    html {
        max-width: 1200px;
        margin: 0 auto;
        width: 100vw;
    }
    body {
         max-width: 1200px;
        margin: 0 auto;
        width: 100vw;
    }
     html > * {
        flex-shrink: 1;
     }
     #header_wrap {
        max-width: 1200px;
     }
     .successUp {
        max-width: 1200px;
     }
     
#footer .footer_wrap {
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
    color: #616060;
    letter-spacing: -0.02em;
    height: 200px;
    display: flex
;
    flex-wrap: wrap;
}

     .mr55 {
margin-right: 25px;
     }
    
}