<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* �곕툕�덊꽣 援щ룆 �곸뿭 */
.devletter-wrapper {
    background-color: #eeeeee;
}

.devletter-subscribe-wrapper {
    width: 820px;
    margin: 30px auto 0;
    padding: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.devletter-subscribe-form-wrapper {
    margin: 10px 0 0;
}

.devletter-title {
    font-weight: 500;
}

.email-input {
    border: none;
    border-radius: 5px;
    padding: 15px;
    width: 75%;
    margin: 15px 5px 15px 0;
}

.submit-btn {
    border-radius: 5px;
    padding: 15px 35px;
}

.devletter-img-wrapper img {
    width: 238px;
    height: 159px;
    margin-top: 13px;
}

.agree-checkbox {
    vertical-align: middle;
    height: 1.2em;
    width: auto;
    margin-right: 5px;
    position: relative;
    top: -1px;
}
</pre></body></html>