a, a:link, a:hover, a:visited, a:focus {
    text-decoration: none;
}

.daon-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.list-group-item a,.list-group-item a:visited,.list-group-item a:focus {
    color: #000;
    text-decoration: none !important;
}

span.label5em {
    display: inline-block;
    width:5em;
    font-weight: bold;
}

span.label6em {
    display: inline-block;
    width:6em;
    font-weight: bold;
}

span.label7em {
    display: inline-block;
    width:7em;
    font-weight: bold;
}

span.label8em {
    display: inline-block;
    width:8em;
    font-weight: bold;
}

span.label9em {
    display: inline-block;
    width:9em;
    font-weight: bold;
}

/* .section-expandable .section-expandable-content-expanded, .section-expandable .section-expandable-content.is--expanded { */
/* .accordion-button, .accordion-body {
    background-color: #fcf3d0 !important;
}

.accordion-button {
    color: #91741e !important;
} */

.carousel-item img {
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    height: 50vh;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    font-family: 'Pretendard';
    font-size: 1rem;
    font-weight: normal;
    padding-left: 1rem;
}

.border-circle {
    border-radius: 30px;
}

.account-find * {
    font-size: 0.85em;
}

#file-list,
#file-list-uploaded {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropBox.active {
    background: #fee;
}

.ck-editor__editable[role="textbox"] {
    /* editing area */
    height: 30em;
}

.ck-content .image {
    /* block images */
    max-width: 80%;
    margin: 20px auto;
}

.ifez-tab a {
    color: black;
}

.social-login a img {
    height: 1rem;
}

.w7rem {
    width: 7rem;
}