*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
}

body {
    background-color: #f5f5f5;
    font-family: 'Open Sans', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0rem;
    margin-bottom: 0.5rem;
    line-height: 2.0;
}

.h1, h1 {
    font-size: calc(1.375rem + 1.5vw);
}

.h2, h2 {
    font-size: calc(1.325rem + 0.9vw);
}

.h3, h3 {
    font-size: calc(1.3rem + 0.6vw);
}

.h4, h4 {
    font-size: calc(1.275rem + 0.3vw);
}

.h5, h5 {
    font-size: 1.25rem;
 /*   margin-top: 2rem;  */
}

.h6, h6 {
    font-size: 1rem;
}




@media screen and (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.5rem;
    }
    .h2, h2 {
        font-size: 2rem;
    }
    .h3, h3 {
        font-size: 1.75rem;
    }
    .h4, h4 {
        font-size: 1.5rem;
    }
}


.d-flex {
    display: flex;
    align-items: flex-start;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.container, .container-fluid {
    margin: 0 auto;
    padding: 0 32px;
}

.container {
    max-width: 1700px;
}

.container-fluid {
 /*   max-width: 1816px;
 */

    padding-left: 2rem;
    padding-right: 2rem;

}

.anchor-overlay {
    font-size: 0;
    inset: 0;
    position: absolute;
    z-index: 1;
}

.search-form form {
    height: 50px;
    position: relative;
}

.search-form input[type="text"] {
    border: 0.5px solid #d5d5d5;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100%;
    display: block;
    font-size: 1rem;
    padding: 0 60px 0 15px;
    width: 100%;
}

.search-form input[type="text"]::placeholder {
    color: #8D8D8D;
    opacity: 1;
}

.search-form input[type="text"]:focus {
    -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.06);
    outline: none;
}

.search-form input[type="submit"] {
    background-color: #002664;
    background-image: url(../images/magnify-glass.svg);
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 3px;
    bottom: 3px;
    cursor: pointer;
    font-size: 0;
    position: absolute;
    -webkit-transition: 300ms background-color linear;
    transition: 300ms background-color linear;
    right: 3px;
    top: 3px;
    width: 50px;
}

.search-form input[type="submit"]:hover {
    background-color: rgba(0, 38, 100, 0.85);
}

.breadcrumbs {
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin-top: 0;
    padding-left: 0;
}

.breadcrumbs li:not(:last-of-type):after {
    content: ">";
    color: #575656;
    margin: 0 5px;
}

.breadcrumbs a {
    color: #575656;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: #000000;
}

.text-content {
    color: #3B3939;
}

.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
    color: #010101;
    font-weight: 500;
}

.text-content h2 {
    margin-top: 5rem;
    margin-bottom: 10px;
}

.text-content h5, .text-content ul, .text-content ol {
    margin-bottom: 10px;
}

.text-content h5 {
    font-size: 1.1rem;
  
}

.text-content ul h5,
.text-content ol h5 {
    color: #666; /* 그레이톤으로 글씨 색깔 변경 */
}

@media screen and (min-width: 576px) {
    .search-form:not(.documentation-sidebar__form) form {
        height: 68px;
    }

    .search-form:not(.documentation-sidebar__form) input[type="text"] {
        padding: 0 75px 0 22px;
    }

    .search-form:not(.documentation-sidebar__form) input[type="submit"] {
        bottom: 6px;
        width: 58px;
        right: 9px;
        top: 6px;
    }
}

.site-header {
    margin: 0 0 9px;
    padding: 16px 0;
}

@media screen and (min-width: 576px) {
    .site-header {
        margin: 0 0 9px;
        padding: 16px 0;
    }
}

.search-helper {
    text-align: center;
}

.search-helper__inner {
    max-width: 690px;
    margin: 0 auto;
}

.search-helper .search-form {
    margin: 20px 0 0;
}

@media screen and (min-width: 576px) {
    .search-helper .search-form {
        margin: 32px 0 0;
    }
}

@media screen and (min-width: 992px) {
    .search-helper h2 {
        font-size: 44px;
    }
}

.documentation-links {
    margin: 30px 0;
}

.documentation-links__inner > .row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
}

.documentation-links__single {
    background-color: #ffffff;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 45px 32px;
    position: relative;
    -webkit-transition: 300ms -webkit-box-shadow linear;
    transition: 300ms -webkit-box-shadow linear;
    transition: 300ms box-shadow linear;
    transition: 300ms box-shadow linear, 300ms -webkit-box-shadow linear;
}

.documentation-links__single:hover {
    -webkit-box-shadow: 0 16px 64px -16px rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 64px -16px rgba(0, 0, 0, 0.2);
}

.documentation-links__icon {
    margin: 0 0 33px;
}

.documentation-links__content > h2 {
    font-size: 22px;
}

.documentation-links__content > p {
    color: #888888;
    margin-right: -10px;
}

.documentation-links__content > p:last-of-type {
    margin-bottom: 0;
}

@media screen and (min-width: 576px) {
    .documentation-links {
        margin: 60px 0;
    }

    .documentation-links__inner > .row {
        -ms-grid-columns: 1fr 38px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 38px;
    }

    .documentation-links__icon {
        margin: 0 0 53px;
    }

    .documentation-links__content > h2 {
        margin: 0 0 16px;
    }
}

@media screen and (min-width: 992px) {
    .documentation-links {
        margin: 150px 0 60px;
    }

    .documentation-links__inner > .row {
        -ms-grid-columns: 1fr 38px 1fr 38px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (min-width: 1200px) {
    .documentation-links__inner > .row {
        -ms-grid-columns: 1fr 38px 1fr 38px 1fr 38px 1fr;
    /*    grid-template-columns: 1fr 1fr 1fr 1fr; */
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.documentation-sidebar {
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    min-height: 100vh;
    padding: 20px;
    max-width: 327px;
    overflow-y: auto;
    position: fixed;
    scrollbar-width: none;
    -ms-overflow-style: none;
    top: 0;
    -webkit-transform: translateX(-327px);
    transform: translateX(-327px);
    -webkit-transition: 300ms -webkit-transform linear;
    transition: 300ms -webkit-transform linear;
    transition: 300ms transform linear;
    transition: 300ms transform linear, 300ms -webkit-transform linear;
    width: 100%;
}

.documentation-sidebar::-webkit-scrollbar {
    width: 0;
}

.documentation-sidebar::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.documentation-sidebar__logo {
    margin-bottom: 50px;
}

.documentation-sidebar__toggle {
    position: sticky;
    top: 10px;
    z-index: 10;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    -webkit-transform: translate(5px, 10px) rotate(0);
    transform: translate(5px, 10px) rotate(0);
    -webkit-transition: 300ms -webkit-transform linear;
    transition: 300ms -webkit-transform linear;
    transition: 300ms transform linear;
    transition: 300ms transform linear, 300ms -webkit-transform linear;
}

.documentation-sidebar__menu {
    margin-top: 50px;
    padding-left: 20px;
}

.documentation-sidebar__menu ul {
    padding-left: 0;
    list-style-type: none;
}

.documentation-sidebar__menu > ul {
    font-weight: 500;
    font-size: 18px;
}

.documentation-sidebar__menu > ul ul {
    border-left: 1.5px solid #B2B2B2;
    color: #868484;
    font-size: 16px;
    font-weight: normal;
    margin-top: 30px;
    padding-left: 18px;
}

.documentation-sidebar__menu .menu-item {
    margin-bottom: 30px;
    position: relative;
}

.documentation-sidebar__menu .menu-item:hover > a {
    color: #E42313;
}

.documentation-sidebar__menu .current-menu-item:before {
    border-left: 2px solid #E42313;
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    bottom: 0;
}

.documentation-sidebar__menu .current-menu-item > a {
    color: #E42313;
    font-weight: 700;
}

.documentation-sidebar__menu a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 300ms color linear;
    transition: 300ms color linear;
}

.documentation-sidebar.is-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.documentation-sidebar.is-open ~ .documentation-sidebar__toggle {
    -webkit-transform: translate(275px, 20px) rotate(-180deg);
    transform: translate(275px, 20px) rotate(-180deg);
}

@media screen and (min-width: 1200px) {
    .documentation-sidebar {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        padding: 16px 18px;
    }

    .documentation-sidebar__logo {
        margin-bottom: 65px;
        padding-left: 14px;
    }

    .documentation-sidebar__toggle {
        display: none;
    }

    .documentation-sidebar__menu {
        margin-top: 90px;
    }
}


@media screen and (min-width: 1200px) {
    .documentation-content {
        margin-left: 327px;
        padding: 6rem;
        width: calc(100% - 327px);
        max-width: 1400px;
        width: 100%;
    
    }
}

.project-procedure,
.project-procedure ol,
.project-procedure h5,
.text-content ol h5 {
    color: #666; /* 그레이톤으로 글씨 색깔 변경 */
}

.text-content .black-text {
    color: #000000; /* 폰트 색상을 검은색으로 설정 */
}


.project-procedure {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}

.project-procedure ol {
    flex: 1;
    margin-right: 20px; /* 이미지와의 간격 */
}

.project-procedure h5 {
    color: #666; /* 그레이톤으로 글씨 색깔 변경 */
}

.project-procedure ol li {
    color: inherit; /* 리스트 항목의 텍스트 색상을 상속받도록 설정 */
}

.project-image {
    max-width: 300px;
    height: auto;
    width: 100%; /* 컨테이너에 맞게 조정 */
    max-width: 500px; /* 최대 너비를 설정하여 큰 화면에서 너무 커지지 않도록 제한 */
    min-width: 200px; /* 최소 너비를 설정하여 작은 화면에서 너무 작아지지 않도록 제한 */
    height: auto; /* 이미지 비율을 유지하면서 높이를 자동으로 조정 */
    object-fit: contain; /* 이미지가 컨테이너에 맞게 조정되면서 비율 유지 */
    border-radius: 10px;
    border: 2px solid #ccc;
}

.started-procedure,
.started-procedure ol,
.started-procedure h5,
.text-content ol h5 {
    color: #666; /* 그레이톤으로 글씨 색깔 변경 */
}

.started-procedure {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}

.started-procedure ol {
    flex: 1;
    margin-right: 20px; /* 이미지와의 간격 */
}

.started-procedure h5 {
    color: #666; /* 그레이톤으로 글씨 색깔 변경 */
}

.started-procedure ol li {
    color: inherit; /* 리스트 항목의 텍스트 색상을 상속받도록 설정 */
}

.started-procedure div {
    flex: 1;
    margin-right: 20px;
}

.started-image {
    max-width: 300px;
    height: auto;
    width: 100%; /* 컨테이너에 맞게 조정 */
    max-width: 500px; /* 최대 너비를 설정하여 큰 화면에서 너무 커지지 않도록 제한 */
    min-width: 200px; /* 최소 너비를 설정하여 작은 화면에서 너무 작아지지 않도록 제한 */
    height: auto; /* 이미지 비율을 유지하면서 높이를 자동으로 조정 */
    object-fit: contain; /* 이미지가 컨테이너에 맞게 조정되면서 비율 유지 */
    border-radius: 10px;
    border: 2px solid #ccc;
}

.highlight {
    color: #ff0000; /* 강조할 색상으로 설정 (예: 빨간색) */
}

.password-reset-method,
.password-change-method {
    margin-top: 10px;
    margin-bottom: 10px;
}

.password-reset h5 {
    margin-top: 10px;
    color: #666;
}

.project-content {
    margin: 20px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.project-content h1, .project-content h2, .project-content h5 {
    color: #333;
}

.project-content ol, .project-content ul {
    margin-left: 20px;
    list-style-type: decimal;
}

.project-content li {
    margin-bottom: 10px;
}

.project-image {
    flex: 0 0 auto; /* 이미지가 고정된 크기를 유지하도록 설정 */
    max-width: 50%; /* 최대 너비를 설정하여 큰 화면에서 너무 커지지 않도록 제한 */
    height: auto; /* 이미지 비율을 유지하면서 높이를 자동으로 조정 */
    object-fit: contain; /* 이미지가 컨테이너에 맞게 조정되면서 비율 유지 */
    border-radius: 10px;
    border: 2px solid #ccc;
}



.translation-procedure {
    display: flex;
    flex-wrap: wrap; /* 줄바꿈을 허용하여 작은 화면에서 레이아웃이 깨지지 않도록 설정 */
    align-items: center; /* 수직 중앙 정렬 */
    justify-content: space-between; /* 수평으로 공간을 균등하게 분배 */
    margin-top: 20px;
    margin-bottom: 20px;
}

.translation-procedure h5 {
    flex: 1; /* 텍스트 영역이 가변적으로 공간을 차지하도록 설정 */
    margin-right: 20px; /* 이미지와의 간격 */
}

.translation-image {
    max-width: 300px;
    height: auto;
    width: 100%; /* 컨테이너에 맞게 조정 */
    max-width: 500px; /* 최대 너비를 설정하여 큰 화면에서 너무 커지지 않도록 제한 */
    min-width: 200px; /* 최소 너비를 설정하여 작은 화면에서 너무 작아지지 않도록 제한 */
    object-fit: contain; /* 이미지가 컨테이너에 맞게 조정되면서 비율 유지 */
    border-radius: 10px;
    border: 2px solid #ccc;
}

.list-content {
    flex: 1; /* 텍스트 영역이 가변적으로 공간을 차지하도록 설정 */    
    margin-right: 10px;
}


.invite-procedure,
.invite-procedure ol,
.invite-procedure h5,
.text-content ol h5 {
    color: #666; /* 그레이톤으로 글씨 색깔 변경 */
}

.text-content .black-text {
    color: #000000; /* 폰트 색상을 검은색으로 설정 */
}


.invite-procedure {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}

.invite-procedure ol {
    flex: 1;
    margin-right: 20px; /* 이미지와의 간격 */
}

.invite-procedure h5 {
    color: #666; /* 그레이톤으로 글씨 색깔 변경 */
}

.invite-procedure ol li {
    color: inherit; /* 리스트 항목의 텍스트 색상을 상속받도록 설정 */
}

.invite-image {
    max-width: 300px;
    height: auto;
    width: 100%; /* 컨테이너에 맞게 조정 */
    max-width: 500px; /* 최대 너비를 설정하여 큰 화면에서 너무 커지지 않도록 제한 */
    min-width: 200px; /* 최소 너비를 설정하여 작은 화면에서 너무 작아지지 않도록 제한 */
    height: auto; /* 이미지 비율을 유지하면서 높이를 자동으로 조정 */
    object-fit: contain; /* 이미지가 컨테이너에 맞게 조정되면서 비율 유지 */
    border-radius: 10px;
    border: 2px solid #ccc;
}


.glossaries-procedure,
.glossaries-procedure ol,
.glossaries-procedure h5,
.text-content ol h5 {
    color: #666; /* 그레이톤으로 글씨 색깔 변경 */
}

.text-content .black-text {
    color: #000000; /* 폰트 색상을 검은색으로 설정 */
}


.glossaries-procedure {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}

.glossaries-procedure ol {
    flex: 1;
    margin-right: 20px; /* 이미지와의 간격 */
}

.glossaries-procedure h5 {
    color: #666; /* 그레이톤으로 글씨 색깔 변경 */
}

.glossaries-procedure ol li {
    color: inherit; /* 리스트 항목의 텍스트 색상을 상속받도록 설정 */
}

.glossaries-image {
    max-width: 300px;
    height: auto;
    width: 100%; /* 컨테이너에 맞게 조정 */
    max-width: 500px; /* 최대 너비를 설정하여 큰 화면에서 너무 커지지 않도록 제한 */
    min-width: 200px; /* 최소 너비를 설정하여 작은 화면에서 너무 작아지지 않도록 제한 */
    height: auto; /* 이미지 비율을 유지하면서 높이를 자동으로 조정 */
    object-fit: contain; /* 이미지가 컨테이너에 맞게 조정되면서 비율 유지 */
    border-radius: 10px;
    border: 2px solid #ccc;
}



.tm-procedure,
.tm-procedure ol,
.tm-procedure h5,
.text-content ol h5 {
    color: #666; /* 그레이톤으로 글씨 색깔 변경 */
}

.text-content .black-text {
    color: #000000; /* 폰트 색상을 검은색으로 설정 */
}


.tm-procedure {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tm-procedure ol {
    flex: 1;
    margin-right: 20px; /* 이미지와의 간격 */
}

.tm-procedure h5 {
    color: #666; /* 그레이톤으로 글씨 색깔 변경 */
}

.tm-procedure ol li {
    color: inherit; /* 리스트 항목의 텍스트 색상을 상속받도록 설정 */
}

.tm-image {
    max-width: 300px;
    height: auto;
    width: 100%; /* 컨테이너에 맞게 조정 */
    max-width: 500px; /* 최대 너비를 설정하여 큰 화면에서 너무 커지지 않도록 제한 */
    min-width: 200px; /* 최소 너비를 설정하여 작은 화면에서 너무 작아지지 않도록 제한 */
    height: auto; /* 이미지 비율을 유지하면서 높이를 자동으로 조정 */
    object-fit: contain; /* 이미지가 컨테이너에 맞게 조정되면서 비율 유지 */
    border-radius: 10px;
    border: 2px solid #ccc;
}

.dot-list {
    list-style-type: disc;
    margin-left: 5px;

}

/* 태블릿 스타일 */
@media (max-width: 1024px) {
    body {
        font-size: 14px;
        margin: 5%;
    }


    .started-procedure, .invite-procedure, .project-procedure, .translation-procedure, .glossaries-procedure, .tm-procedure {
        flex-wrap: wrap;
    }

    .started-image, .invite-image .project-image .translation-image, .glossaries-image, .tm-image {
        max-width: 100%;
    }



/* 모바일 스타일 */
@media (max-width: 768px) {

    body {
        font-size: 12px;
    }



    .started-procedure, .invite-procedure  .project-procedure  .translation-procedure, .glossaries-procedure, .tm-procedure  {
        flex-direction: column;
        align-items: flex-start;
    }

    .started-image, .invite-image   .project-image   .translation-image, .glossaries-image, .tm-image{
        max-width: 100%;
        margin-bottom: 20px;
    }


}
@font-face {
    font-family: 'Open Sans';
    src: url('./webfonts/OpenSans-Regular.woff2') format('woff2'),
         url('./webfonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('./webfonts/OpenSans-Bold.woff2') format('woff2'),
         url('./webfonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* 기본 스타일 (모든 화면에 적용) */
.documentation-content {
    padding: 2rem; /* 기본 패딩 설정 */
}

/* 대형 화면 스타일 (1200px 이상) */
@media screen and (min-width: 1200px) {
    .documentation-content {
        padding: 4rem; /* 대형 화면에 맞게 패딩 조정 */
    }
}

/* 대형 화면 스타일 (1920px 이하) */
@media screen and (max-width: 1920px) {
    .documentation-content {
        max-width: 1800px; /* 대형 화면에 맞게 최대 너비 설정 */
        padding: 4rem; /* 대형 화면에 맞게 패딩 조정 */
    }
}

/* 태블릿 스타일 (768px ~ 1024px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .documentation-content {
        padding: 4rem; /* 태블릿에 맞게 패딩 조정 */
    }
}

/* 모바일 스타일 (768px 이하) */
@media (max-width: 767px) {
    .documentation-content {
        padding: 2rem; /* 모바일에 맞게 패딩 조정 */
    }
}

}

.text-red {
    color: #ff0000; /* 빨간색 */
}

.text-green {
    color: #008000; /* 초록색 */
}