@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600&family=Roboto&display=swap");

:root { --bg-color: #fff;
    --body-font: sans-serif;
    --body-font: 'Apple Color Emoji', 'Noto Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji', 'Android Emoji', sans-serif;
    /* --body-font: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, Helvetica Neue, Segoe UI, Apple SD Gothic Neo,
        Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, sans-serif; */
    --body-text: #333;
    --header-text: #333;
    --required-color: #a3131b;
    --base-border: 1px solid #d5d5d5;
    --border-777: 1px solid #777;
    --border-df: 1px solid #dfdfdf;
    --point-text: #faa61a;
    --bg-point: rgba(1, 106, 135, 0.1);
    --bg-sub: #f7f2ec;
    --bg-3rg: #a59487;
    /* --sub-point: #67594d; */
    --sub-point: #8a6e4b;
    --sub-text: #f0eae6;
    --black-100: #000;
    --black-80: rgba(0, 0, 0, 0.8);
    --black-70: rgba(0, 0, 0, 0.7);
    --black-50: rgba(0, 0, 0, 0.5);
    --black-10: rgba(0, 0, 0, 0.1);
    --black-01: rgba(0, 0, 0, 0.01);
    --gray-77: #777;
    --gray-75: #757575;
    --gray-99: #999;
    --gray-d8: #d8d8d8;
    --gray-ee: #eee;
    --gray-d5: #d5d5d5;
    --gray-df: #dfdfdf;
    --gray-50: rgba(249, 249, 249, 0.5);
    --white-100: #fff;
    --white-90: rgba(255, 255, 255, 0.9);
    --white-70: rgba(255, 255, 255, 0.7);
    --white-50: rgba(255, 255, 255, 0.5);
}
*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    border: none;
    outline: none;
}

a,
a:visited {
    color: var(--body-text);
    text-decoration: none;
}
a:hover, a:active{
    color:var(--point-text);
}
textarea {
    border-radius: 0;
    outline: none;
    border: var(--border-df);
}

input[type="text"],
input[type="email"],
input[type="password"],
select {
    border-radius: 0;
    outline: none;
    border: var(--border-df);
    width: 100%;
    max-width: 100%;
    padding: 0 6px;
    height: 36px;
    line-height: 36px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border: var(--border-777);
}

input[type="checkbox"] {
    border-radius: 0 !important;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid var(--body-text);
}

input[type="checkbox"]:checked {
    background: url("./img/bg-checked.webp");
    border: 0;
    background-size: 15px 15px;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
li,
ul,
dd,
dl {
    list-style: none;
}

button {
    background: transparent;
    color: var(--body-text);
    cursor: pointer;
    border: none;
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 0.9em;
    line-height: 1.5;
}

#hd_login_msg,
#skip_to_container,
#hd_h1 {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
}

#hd_login_msg {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
.msg_sound_only,
.sound_only {
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important;
}

/* 본문 바로가기 */
#skip_to_container a {
    z-index: 100000;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
#skip_to_container a:focus,
#skip_to_container a:active {
    width: 100%;
    height: 75px;
    background: #21272e;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 3.3em;
}

/* 팝업레이어 */
#hd_pop {
    z-index: 1002;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 0;
}
#hd_pop h2 {
    position: absolute;
    font-size: 0;
    text-indent: -9999em;
    line-height: 0;
    overflow: hidden;
}
.hd_pops {
    position: absolute;
    border: var(--border-df);
    background: #fff;
    z-index: 99999;
}

.hd_pops img {
    max-width: 100%;
    height: auto;
}
.hd_pops_con {
}
.hd_pops_footer {
    padding: 10px 0;
    background: #000;
    color: #fff;
    text-align: right;
}
.hd_pops_footer button {
    margin-right: 5px;
    padding: 5px 10px;
    border: 0;
    background: #393939;
    color: #fff;
}

.sep {
    margin: 0 20px;
}

/* =============================================================================
 * HEADER
============================================================================= */

.header {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1000;
}

.header .inner {
    display: flex;
    flex-direction: row;
    padding: 1rem;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.header .logo {
    max-width: 200px;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.logo a {
    width: 100%;
    height: auto;
    display:flex;
    flex-direction:column;
}
.logo a img{width: 100%;}

.nav {
    width: auto;
}

.nav-open {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding: 10px 0;
    cursor: pointer;
    background: transparent;
}
.nav-open .line {
    width: 35px;
    height: 2px;
    background: var(--header-text);
    display: block;
    margin: 8px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav-open .line:nth-child(2) {
    width: 20px;
}
.nav-open:hover {
    cursor: pointer;
}
.nav-open.is-active .line {
    background: var(--header-text);
}
.nav-open.is-active .line:nth-child(2) {
    opacity: 0;
}
.nav-open.is-active .line:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}
.nav-open.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}

.nav,
.nav ul {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.nav li {
    text-align: center;
    height: 100%;
    margin: 0 1rem;
}

.nav li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.5rem;
    font-size: 1.3rem;
    font-weight: 700;
}

.nav li .bg {
    display: flex;
    flex-direction: row;
    font-size: 1.2rem;
}

.nav ul > ul.dropdown {
    flex-direction: column;
}

.nav li > .dropdown {
    display: none;
}

.nav-right {
    height: 100%;
    font-weight: 600;
    display: flex;
    padding: 0;
    margin: 0;
}

.nav-right li {
    height: 100%;
    margin: 0 0 0 1rem;
    position: relative;
}

.nav-right li a,
.nav-right li button {
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: row;
    font-size: 1.5rem;
    padding: 0 1rem;
}

.nav-right #sns_login .sns-kakao .hd-hidden {
    display: none !important;
}
.nav-right #sns_login .sns-kakao .hd-block {
    display: block;
}
.nav-right #sns_login,
.nav-right #sns_login .sns-wrap {
    border: 0;
    margin: 0;
    height: 100% !important;
    line-height: 100%;
    display: flex;
}
.nav-right .login-sns {
    padding: 0;
    height: 100% !important;
    align-items: center;
    justify-content: center;
}
.nav-right #sns_login {
    margin: 0 !important;
}
.nav-right li #sns_login .sns-kakao {
    background: transparent;
    height: 100% !important;
    font-size: 1.5rem !important;
    border: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 !important;
}

.nav-right li > ul {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 1000;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    background: var(--white-70);
    display: none;
}

.nav-right li:hover > ul {
    display: block;
}

.nav-right li > ul > li {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.nav-right li > ul > li a {
    font-size: 1.1rem;
    width: 130px;
    margin: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #000;
    padding-left: 10px;
}

.nav-right #sns_login .sns-kakao .hd-hidden,
.nav-right .sns-wrap-over .sns-kakao .ico {
    display: none !important;
}
.nav-right #sns_login .sns-kakao .hd-block {
    display: block !important;
}
.nav-right #sns_login,
.nav-right #sns_login .sns-wrap {
    border: 0;
    margin: 0;
    height: 100% !important;
    line-height: 100%;
    display: flex;
}
.nav-right .login-sns {
    padding: 0;
    height: 100% !important;
    align-items: center;
    justify-content: center;
}
.nav-right #sns_login {
    margin: 0 !important;
}
.nav-right #sns_login .sns-kakao,
.nav-right #sns_register .sns-kakao {
    background: transparent;
    width: 100% !important;
    font-size: 1.1rem !important;
    border: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 !important;
}

.nav-right li > ul > li a:hover {
    background-color: #f0f0f0;
}

.nav-right li.adm a {
    font-size: 1.2rem !important;
}

.nav-right li:nth-child(1) {
    margin: 0 !important;
}
/* =============================================================================
 * modal
============================================================================= */

.login-modal {
    display: none;
    width: 100%;
    max-width: 600px;
    height: 800px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--white-70);
    z-index: 1000;
}

.search-modal {
    display: none;
    width: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: var(--white-90);
    z-index: 1000;
}

#modal .modal-content {
    width: 100%;
    height: 100vh;
    padding: 2rem;
}

.modal-content .search {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    position: absolute;
    padding: 2rem;
}

.searchbox {
    align-items: center;
    justify-content: center;
    width: 90%;
    height: auto;
    position: absolute;
    display: flex;
    flex-direction: row;
    left: 50%;
    transform: translateX(-50%);
}

.searchbox #sch_stx {
    position: absolute;
    width: 100%;
    height: 2.1em;
    line-height: 2em;
    border: 0;
    border-bottom: 1px solid #000;
    background-color: transparent;
    border-radius: 0;
    font-size: 2em;
    top: 50%;
    left: 50%;
    color: #000;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.searchbox #sch_submit {
    border: 0 !important;
    background-color: transparent !important;
    font-size: 2em !important;
    font-weight: 400;
    color: #000;
    position: absolute;
    right: 10px;
    top: -10px;
}
.modal-content .closebtn {
    z-index: 1001;
    cursor: pointer;
    right: 20px;
    top: 20px;
    position: absolute;
    width: 3rem;
    height: 3rem;
}

.modal-content .closebtn i {
    font-size: 3rem;
    transition: all ease 0.3s;
    text-shadow: 3px 3px 3px var(--black-50);
    color: var(--body-text);
}

.modal-content .closebtn:hover i {
    transform: rotate(360deg);
}
/* =============================================================================
 * main
============================================================================= */

main,
#container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

main #container {
    padding: 1rem;
}

#container #title {
    margin: 0 0 1.5rem 0;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -0.4px;
    word-spacing: -0.4px;
}
main {
    margin: 120px 0 0 0 !important;
}

container_title span.required {
    font-size: 1.1rem;
    color: red;
    padding-left: 4px;
}

/* =============================================================================
 * footer
============================================================================= */

.quick {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index:9999;
}

.quick a {
    font-size: 1em;
    text-align: center;
    letter-spacing: -1px;
    font-weight: 700;
    color: var(--sub-point);
}

.quick a i {
    display: flex;
    flex-direction: column;
    font-size: 2.5rem;
}

.quick a:hover {
    color: var(--point-text);
}

.return-top {
    right: 10px;
    bottom: 30px;
    position: fixed;
    z-index: 9999;
}

.return-top > .icono-caretUp {
    text-align: center;
}

.return-top > .icono-caretUp i {
    font-size: 1.3rem;
    padding: 1rem 0.5rem;
    color: var(--body-text);
    font-weight: normal;
}

.return-top:hover .icono-caretUp i {
    color: var(--point-text);
}

#footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 5rem 0 0;
    padding: 1rem;
    border-top: 1px solid #d5d5d5;
}

#footer .inner {
    width: 100%;
    padding: 1rem 2rem;
    text-align: center;
    line-height: 1.5;
    font-size: 0.9rem;
}

#copyright {
    text-align: center;
}

#top_btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 1.5rem;
    background: transparent;
}

/* =============================================================================
 * table
============================================================================= */

table {
    width: 100%;
    border-collapse: collapse;
    padding: 2rem;
}

table caption {
    display: none;
}

table tr {
    border-bottom: var(--border-df);
}

table thead,
table tbody {
    border-top: var(--border-df);
}

table th,
table td {
    padding: 0.7rem 0;
    font-size: 0.9rem;
}

.empty_table {
    text-align: center;
}

/* =============================================================================
 * button
============================================================================= */

.btn01 {
    background: var(--body-text);
    padding: 8px 12px;
    font-size: 1em;
    font-weight: 500;
    border: 1px solid var(--body-text);
    color: var(--white-100);
    border-radius: 0;
}

.btn01:hover {
    background: var(--white-100);
    color: var(--body-text);
}

.btn02 {
    background: var(--point-text);
    padding: 8px 12px;
    font-size: 1em;
    font-weight: 500;
    border: 1px solid var(--point-text);
    color: var(--white-100);
    border-radius: 0;
}

.btn02:hover {
    background: var(--white-100);
    color: var(--point-text);
}

.btn03 {
    background: var(--gray-d5);
    padding: 8px 12px;
    font-size: 1em;
    font-weight: 500;
    border: var(--base-border) !important;
    color: var(--white-100) !important;
    border-radius: 0;
}

.btn03:hover {
    background: var(--white-100) !important;
    color: var(--gray-d5) !important;
}

.btn_confirm {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0 0;
}
/* =============================================================================
 * media
============================================================================= */

@media screen and (max-width: 1024px) {
    .logo {
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        width: 120px;
    }
    .nav {
        display: none;
    }
    .nav-open {
        display: block !important;
        align-items: center;
        justify-content: center;
        z-index: 1000;
    }
    .nav.is-active {
        display: block;
        width: 25em;
        height: 100vh;
        top: 0;
        left: 0;
        position: absolute;
        background: var(--white-100);
    }

    .navbg {
        display: block;
        width: 100%;
        height: 100%;
        padding: 6rem 0 0 0;
        background: var(--white-100);
        z-index: 1000;
        position: relative;
    }

    .nav ul {
        display: flex;
        flex-direction: column;
        text-align: left;
        height: auto;
        width: 100%;
    }

    .nav ul li {
        height: 60px;
        line-height: 60px;
        width: 100%;
        padding: 0;
    }

    .nav ul li a {
        text-align: left;
        font-size: 1.3rem;
    }

    #overaly {
        display: block;
        background: var(--black-70);
        position: absolute;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
    }

    .nav-right {
        justify-content: center;
        align-items: center;
        right: 10px;
        position: absolute;
        z-index: 1000;
    }

    .nav-right > li a,
    .nav-right > li button {
        padding: 0 0.3rem !important;
    }

    .nav-right li #sns_login .sns-kakao {
        height: 100% !important;
    }

    .nav-right li #sns_login .sns-kakao a {
        height: 100% !important;
        line-height: 100% !important;
        border-radius: 0;
    }
    main,
    #container {
        min-height: auto;
    }

    main {
        margin: 90px 0 0 0!important;
    }

    #container #title {
        margin: 0;
        font-size: 1.5rem;
    }

    #footer .inner {
        font-size: 0.8rem;
    }

    .sep {
        margin: 0 12px;
    }
    .m-block {
        display: block;
    }
    .m-hidden {
        display: none;
    }
    .nav-open.is-active {
        z-index: 1100;
    }
}








/* ==================================================================
NOTION
================================================================== */
#container h2#title {
    display: none !important;
}

.notion-page {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: "Helvetica Neue", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", "Segoe UI Emoji", Arial, sans-serif;
    line-height: 1.5;
    font-size:1.1em;
    font-weight:normal;
}

.notion-default {
    font-weight: 450;
}

.notion-heading{
    margin: 10px 0;
}
.notion-heading span {
    font-weight: bold;
}
.notion-heading1 {
    width: 100%;
    white-space: pre-wrap;
    word-break: break-word;
    caret-color: rgb(55, 53, 47);
    padding: 3px 2px;
    font-weight: bold;
    font-size: 1.6em;
    line-height: 1.3;
}

.notion-heading2 {
    font-size: 1.45em;
    font-weight: bold;
}

.notion-heading3 {
    font-size: 1.3em;
    font-weight: bold;
}

.notion-text {
    font-size: 1em;
    margin: 0.5em 0;
}

.notion-text-bold {
    font-weight: bold;
}

.notion-text-italic {
    font-style: italic;
}

.notion-text-underline {
    text-decoration: underline;
}

.notion-quote {
    border-left: 3px solid #ccc;
    padding-left: 1em;
    color: #757575;
    margin: 1em 0;
    font-style: italic;
}

.notion-code {
    background-color: #f5f5f5;
    border-radius: 3px;
    padding: 0.2em;
    font-family: "Courier New", Courier, monospace;
    overflow-x: auto;
    font-size:0.85em;
    color:red;
}

.notion-code a{
    color: red !important;
    font-size: 0.9em;
    font-weight: 600;
    word-spacing: -4px;
}

.notion-code-inline {
    background-color: #f5f5f5;
    padding: 0.2em 0.4em;
    border-radius: 3px;
    font-family: "Courier New", Courier, monospace;
}

.notion-bulleted-list {
    list-style-type: disc;
    margin: 1em 0;
    padding-left: 1em;
}

.notion-bulleted-list-item {
    line-height: 2;
    font-size: 0.9em;
}

.notion-numbered-list {
    list-style-type: decimal;
    margin: 1em 0;
    padding-left: 1em;
}

.notion-numbered-list-item {
    margin: 0.5em 0;
}

.notion-checkbox {
    display: flex;
    align-items: center;
    margin: 0.5em 0;
}

.notion-checkbox input[type="checkbox"] {
    margin-right: 0.5em;
}

.notion-image img{
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
    margin: 10px 0 10px -10px;
}

.notion-divider {
    width: 100%;
    height: 1px;
    visibility: visible;
    border-bottom: 1px solid rgba(55, 53, 47, 0.16);
}

.notion-callout{
    display: block;
    width: 100%;
    border:1px solid rgb(241, 241, 239);
    border-radius: 4px;
    padding: 16px 16px 16px 12px;
    margin-top: 4px;
    margin-bottom: 4px;
    align-items: center;
}

.notion-bg-gray{
    background: rgb(241, 241, 239);
}

.notion-callout-childrens {
    width: 100%;
    display: block;
}

.notion-callout-childrens .notion-bulleted-list-item{
    padding:0 0 0 16px;
}
.notion-toggle {
    margin: 4px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size:1em;
}

.notion-toggle-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.notion-toggle-content {
    display: none;
}

.notion-heading2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0.5rem 0;
    display: flex;
    align-items: center;
}

.notion-subdata {
    margin-top: 1rem;
    padding-left: 1rem;
    display: none;
}

.notion-subdata img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}


.notion-file {
    display: flex;
    width: 100%;
    flex-direction: column;
    line-height: 2.1;
}

.notion-cover {
    width: 100%;
    height: 30vh;
    display: flex;
    flex-direction: column;
}
.notion-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.notion-childs {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    width: calc(100% - 30px);
    padding:5px 0;
}

.notion-childs.notion-toggle-content {
    display: none;
}

.notion-bold {
    font-weight: 600;
}

.notion-bulleted-list-item li {
    list-style: disc !important;
    padding:0.5em 0;
}

.notion-childs .notion-toggle {
    margin: 2px 0 1px;
    padding-left: 2px;
    line-height: 2.2;
}

.notion-block2,.notion-block3{
    margin-left:30px;
    width: calc(100% - 30px);
    padding:5px;
}

.notion-paragraph{
    font-size:1em;
    line-height:2.2;
}


.arrow{
    padding-right:5px;
    transition: transform 0.1s;
}

.arrow.rotated{
    transform: rotate(90deg);
}

.notion-bulleted-list-item ul li{
    line-height:2.2;
    padding: 5px 0;
}



@media (max-width:992px){
    .bo-v-tit{
        font-size:1.3em;
    }
    .notion-cover{height:25vh;}
    .notion-heading1{font-size:1.45em;}
    .notion-heading2{font-size:1.35em;}
    .notion-heading3{{font-size:1.25em;}
    .notion-page{font-size:1.05em;}
    .loginlayer p .h-flex{padding-right:0;}
}
@media (max-width:768px){
    #bo-cate li {
    margin-left: -1px;
    margin-top: -1px;
    font-size:0.9em;
    letter-spacing:-1px;
}
}


.bo-btn-bottom{display:flex;}
.bo-btn-bottom a{display:flex;padding:10px;position:absolute;right:1rem;}