/* BASIC css start */
/* CSS for Mobile-Friendly and Elegant Design */

#review-board-write {
    max-width: 800px;
    margin: auto;
    color: #333;
    background-color: #faf7f2;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.h_title h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 5px 15px;
    color: #5a4b42;
}

.reviewInfo figure {
    text-align: center;
    margin-bottom: 20px;
}

.reviewInfo img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.reviewInfo figcaption {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    color: #6b5846;
}

.form-wrap {
    background: #fdfaf6;
    padding: 20px;
    border-radius: 5px;
}

.form-wrap table {
    width: 100%;
    border-collapse: collapse;
}

.form-wrap th, .form-wrap td {
    padding: 12px;
    border-bottom: 1px solid #dcd2c8;
    font-size: 14px;
}

.form-wrap th {
    background: #f1e7df;
    text-align: left;
}

.input-group {
    display: flex;
    align-items: center;
}

.input-group input {
    flex: 1;
    padding: 8px;
    border: 1px solid #c7b8a8;
    border-radius: 5px;
    background: #fdfaf6;
}

.input-group #ordernumclear {
    margin-left: 10px;
    cursor: pointer;
    color: #c45d4e;
    font-weight: bold;
}

.fixButtonR {
    text-align: right;
    margin-top: 10px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.btn_Grey, .btn_White, .btn_Red {
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}

.btn_Grey {
    background: #b8a89d;
    color: #fff;
}

.btn_Grey a {margin: 0 5px;
    padding: inherit;
}

.btn_White {
    background: #fff;
    color: #5a4b42;
    border: 1px solid #dcd2c8;
}

.btn_Red {
    background: #393939;
    color: #fff;
}

.btn_Red:hover, .btn_Grey:hover, .btn_White:hover {
    opacity: 0.85;
    transition: 0.3s;
}

.pd10 {
    text-align: center;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.pd10 a {
    margin: 0 5px;
    padding: inherit;
}

.myorder {
    display: flex;
    align-items: center;
    gap: 10px;
}

.myorder .layer {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.myorder .layer .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.agree {
    margin-top: 20px;
}

.agree li {
    list-style: none;
    margin-bottom: 10px;
}

.agree label {
    margin-left: 10px;
    cursor: pointer;
}
textarea#MS_text_content.MS_input_txt.txt-input1{font-family: "Red Hat Display", 'Pretendard', sans-serif !important; color:#c6c6c6; font-weight:300;}
/* BASIC css end */

