@charset "utf-8";

/*
------------------------------------------------------------------------------------------------------------------------
폼메일 쓰기 스타일
------------------------------------------------------------------------------------------------------------------------
*/
#formmail-write {
    position: relative;
    /* border-top: 1px solid #e0dedf; */
    padding: 25px 0 0 0;
    /* max-width: 800px; */
    /* margin-bottom: 100px; */
    font-size: 18px;
    /* background: #000000; */
    border-radius: 25px;
    overflow: hidden;
    background: #fff;
}

.form-title {
    text-align: center;
    margin-bottom: 10px !important;
    font-size: 2rem;
    font-weight: 700;
    color:#005fe3 !important;
}

.form_subtext {
    text-align: center;
    margin-bottom: 15px !important;
    font-size:14px !important;
    font-weight:600;
    color:red;
}

.form-body {
    padding: 0 20px;
}

#formmail-write .form-group {
    display: flex;
    margin-bottom: 25px;
    align-items: center
}

#formmail-write .form-group>label {
    padding: 0 20px 0 0;
    width: 25%;
    color:#111;
}

#formmail-write .form-group>div {
    width: 75%
}

#formmail-write .form-group.col4>label {
    width: 25%
}

#formmail-write .form-group.col4>div {
    width: 75%
}

#formmail-write .form-group .form-control {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #e0dedf
}

#formmail-write .form-footer {
    padding-top: 45px;
    text-align: center;
    /* border-top: 1px solid #e0dedf */
}

#formmail-write .btn_submit {
    padding: 10px 20px;
    font-size: 1.2em;
    height: auto;
    width: 100%;
}

#formmail-write .check-list {
    position: absolute;
    right: 0;
    top: -30px
}

#formmail-write .privacy-of-use {
    font-size: 14px;
    padding: 15px;
    border-top: 1px solid #e0dedf;
    border-bottom: 1px solid #e0dedf;
    height: 150px;
    overflow-y: scroll
}

#formmail-write .privacy-of-use .cont {
    margin-bottom: 15px;
}

#formmail-write .privacy-of-use h4 {
    margin-bottom: 5px
}

#formmail-write .privacy-of-use dl {
    padding: 10px 0
}

#formmail-write .privacy-of-use dl dt {
    font-weight: 600
}

#formmail-write .privacy-of-use dl dd {
    margin-left: 20px
}

#formmail-write .privacy-of-use ul {
    margin-left: 20px
}

#formmail-write .privacy-of-use ul li {
    margin-top: 5px
}

#formmail-write .privacy-of-use table {
    width: 100%;
    border-collapse: collapse
}

#formmail-write .privacy-of-use table th,
#formmail-write .privacy-of-use table td {
    border: 1px solid rgb(226, 226, 226);
    padding: 5px
}

#formmail-write .privacy-of-use table th {
    background: rgb(245, 245, 247)
}

#formmail-write .privacy-of-use-check {
    text-align: right;
    padding: 10px;
    color: #8a8a8a;
    font-size: 14px;
}

@media screen and (max-width:567px) {
    #formmail-write .form-group.col4>label {
        font-size: 15px;
    }
    #formmail-write .form-group>label {
        font-size:15px;
    }
    #formmail-write .form-group {
        margin-bottom: 20px;
    }
    #formmail-write .form-footer {
        padding-top: 0;
    }
}