/* 컨텐츠바 */

@font-face {
    font-family: 'AppleSDGothicNeoB00';
    src: url(../font/AppleSdGothicNeo/AppleSDGothicNeoB.ttf) format('truetype');
}

@font-face {
    font-family: 'AppleSDGothicNeoL00';
    src: url(../font/AppleSdGothicNeo/AppleSDGothicNeoL.ttf) format('truetype');
}

@font-face {
    font-family: 'AppleSDGothicNeoM00';
    src: url(../font/AppleSdGothicNeo/AppleSDGothicNeoM.ttf) format('truetype');
}

@font-face {
    font-family: 'AppleSDGothicNeoR00';
    src: url(../font/AppleSdGothicNeo/AppleSDGothicNeoR.ttf) format('truetype');
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: 'AppleSDGothicNeoM00';
    letter-spacing: -0.05em;
    /* overflow-x: hidden; */
    /*  overflow-y: scroll; */
}

.font-L {
    font-family: 'AppleSDGothicNeoL00';
}

.font-R {
    font-family: 'AppleSDGothicNeoR00';
}

.font-M {
    font-family: 'AppleSDGothicNeoM00';
}

.font-B {
    font-family: 'AppleSDGothicNeoB00';
}

a {
    color: inherit;
}

a:hover {
    color: #242424;
}

button {
    outline: none;
}

.modal-backdrop {
    width: 100%;
    height: 100%;
}

.content {
    position: absolute;
    left: 314px;
    top: 0px;
    right: 0px;
    min-width: 1580px;
    max-width: 1600px;
    min-height: 100%;
}

.content-p {
    padding: 10px 40px;
    padding-top: 0px;
}

.content-tit {
    /* margin-bottom: 40px; */
    padding: 40px;
    box-sizing: border-box;
    height: 130px;
    white-space: nowrap;
}

.page-tit {
    font-weight: 400;
}

.page-tit>.page {
    font-size: 20px;
    font-family: 'AppleSDGothicNeoB00';
    line-height: 47px;
}

/* 프로필 옆 */
.inspection {
    display: inline-block;
    /* width: 130px; */
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    font-family: 'AppleSDGothicNeoM00';
}

.inspection.gray-30 {
    font-family: 'AppleSDGothicNeoL00';
}

.inspection:last-of-type {
    border: none;
}

.dash {
    height: 22px;
    width: 1px;
    border-left: 1px solid #e5e5e5;
    margin: 0px 10px;
}

.classification {
    /*  padding: 0px 16px; */
    margin-right: 20px;
    font-family: 'AppleSDGothicNeoL00';
    color: #c4c4c4;
}

.img_proflie {
    margin-left: 40px;
    max-width: 100px;
    height: 62px;
    object-fit: contain;
    /*  border-radius: 50%; */
}

/* 프로필 */
.profile {
    font-family: 'AppleSDGothicNeoL00';
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
}

/* 푸터 */

.content-footer {
    height: 80px;
    line-height: 80px;
    padding-left: 35px;
}

/* 업로드 팝업 */

.fileUp {
    margin-bottom: 40px;
}

.filebtn {
    width: 100%;
    height: 50px;
}

.filebtn>button {
    width: 50%;
    margin: 0;
    border-radius: 0;
    height: 100%;
    padding: 0;
}

.modal-content {
    border-radius: 0px;
}

.pointer {
    cursor: pointer;
}

.blank_profile {
    width: 62px;
    height: 62px;
    line-height: 60px;
    text-align: center;
    /* border: 1px solid #242424; */
    border-radius: 50%;
    margin-left: 10px;
}

.blank_icon {
    width: 50px;
    filter: invert(100%) sepia(0%) saturate(7470%) hue-rotate(116deg) brightness(109%) contrast(109%);
}

.noimg_ {
    filter: grayscale(100%);
}

.white-nowrap {
    white-space: nowrap;
}


.toggle-on.btn {
    background-color: #fff;
    border-color: #fff;
    padding-right: 0;
    padding-left: 0;
    color: #252636;
    font-size: 12px;
}

.toggle-off.btn {
    padding-right: 0;
    padding-left: 0;
    background-color: #13c45d;
    border-color: #13c45d;
    color: #fff;
    font-size: 12px;
}

.toggle.btn.btn-primary,
.toggle.btn.btn-default {
    border-color: transparent;
    margin-left: 5.5rem;
}

.lang_wrapper {
    padding: 1rem 0 1rem 2.7rem;
    display: flex;
    align-items: center;
}

.lang_wrapper .menu-text {
    font-size: 12px;
}

.lang_wrapper span {
    padding-right: 0.5rem;
}

.w-20px {
    width: 20px;
}

.fs-12px {
    font-size: 12px;
}

.lang-height {
    position: absolute;
    top: 15px;
    right: 25px;
    z-index: 9;
    padding: 0;
    display: block;
}

.lang_wrapper.lang-height .toggle.btn.btn-primary,
.lang_wrapper.lang-height .toggle.btn.btn-default {
    margin-left: 0;
}

.lang_wrapper.lang-height .toggle-off.btn {
    background-color: #f8ea2a;
    border-color: #f8ea2a;
    color: #000;
}


.lang_wrapper.position-absolute {
    z-index: 9;
    padding: 0;
    right: 25px;
    top: 25px;
}

.lang_wrapper.position-absolute .toggle-off.btn {
    background-color: #f8ea2a;
    border-color: #f8ea2a;
    color: #000;
}

.lang_wrapper.position-absolute .toggle.btn.btn-primary,
.lang_wrapper.position-absolute .toggle.btn.btn-default {
    margin-left: 1rem;
}

.lang_wrapper.position-absolute .toggle.btn-primary {
    background-color: #f8ea2a;
}