@charset "UTF-8";

/* assessment__page contact__page */

/*============================
 contact__page
============================*/
.contact__page .breadcrumb {
    margin-bottom: 100px;
}

.contact__page .detail-kv .inner {
    border: none;
}

.contact__page .sub__copy {
    text-align: left;

    .txt::before {
        content: "";
        position: absolute;
        width: 1em;
        height: 8px;
        bottom: -.75em;
        left: 0;
        border-top: solid 2px #4d3939;
        border-bottom: solid 2px #4d3939;
    }
}

.contact__contents {
    padding: 80px 0 120px;
}

.cc__lead {
    width: fit-content;
    margin: 0 auto 40px;
}

.zip__btn {
    height: 40px;
    width: 200px;
    background: #1169ab;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1em;
    cursor: pointer;
}

.select__flex {
    width: calc(100% - 318px);
    padding-left: 10px;

    .form__selectwrap {
        width: 49%;
    }
}

.radio-rabel.lh-15 {
    line-height: 1.5;
    padding-left: 1.5em;
}

@media screen and (max-width:1024px) {
    .contact__page .breadcrumb {
        margin-bottom: 60px;
    }


    .contact__page .sub__copy {

        .txt::before {
            width: 1em;
            height: 6px;
            bottom: -.75em;
            left: 0;
            border-width: 1px;
        }
    }

    .contact__contents {
        padding: 60px 0 80px;
    }

    .cc__lead {
        margin: 0 auto 40px;
    }

    .zip__btn {
        height: 35px;
        width: 160px;
        border-radius: 17.5px;
        font-size: 1.2rem;
        margin-left: 1em;
    }

    .select__flex {
        width: 48%;
        padding-left: 10px;

        .form__selectwrap {
            width: 49%;
        }
    }

    .radio-rabel.lh-15 {
        line-height: 1.5;
        padding-left: 1.5em;
    }
}

@media screen and (max-width:767px) {
    .contact__page .breadcrumb {
        margin-bottom: 40px;
    }


    .contact__page .sub__copy {

        .txt::before {
            width: 1em;
            height: 6px;
            bottom: -.75em;
            left: 0;
            border-width: 1px;
        }
    }

    .contact__contents {
        padding: 30px 0 60px;
    }

    .cc__lead {
        margin: 0 auto 30px;
    }

    .zip__btn {
        height: 35px;
        width: 160px;
        border-radius: 17.5px;
        font-size: 1.2rem;
        margin-left: 1em;
        margin: 10px 0 0;
    }

    .select__flex {
        width: 100%;
        padding-left: 0;
        display: flex;
        margin-top: 10px;

        .form__selectwrap {
            width: 49%;
        }
    }

    .radio-rabel.lh-15 {
        padding-left: 2em;
    }
}