@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=block");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css");
* {
    word-break: keep-all;
    float: unset !important;
}
:root {
    --page-font-family: "Pretendard Variable", sans-serif;
    --navbar-height: 90px;
    --page-font-size: 14px;
    --page-point-color: #d71818;
    --page-point-color-pale: #f5ebeb;
    --page-point-color-light: #c0cdee;
    --page-point-color-dark: #960000;
    --page-point-color-hover: var(--page-point-color-dark);
    --grid-1fr: minmax(0, 1fr);
    --grid-repeat-2: repeat(2, var(--grid-1fr));
    --grid-repeat-3: repeat(3, var(--grid-1fr));
    --grid-repeat-4: repeat(4, var(--grid-1fr));
    --grid-repeat-5: repeat(5, var(--grid-1fr));
    --grid-repeat-6: repeat(6, var(--grid-1fr));
    --grid-repeat-7: repeat(7, var(--grid-1fr));
    --grid-repeat-8: repeat(8, var(--grid-1fr));
    --grid-repeat-9: repeat(9, var(--grid-1fr));
    --grid-repeat-10: repeat(10, var(--grid-1fr));
    --grid-repeat-11: repeat(11, var(--grid-1fr));
    --grid-repeat-12: repeat(12, var(--grid-1fr));
    --gms: "Material Symbols Outlined";
    --gms-grad-low: "GRAD" -25;
    --gms-grad-zero: "GRAD" 0;
    --gms-grad-high: "GRAD" 200;
    --gms-opsz: "opsz" 48;
    --gms-wght-100-fill: "FILL" 1, "wght" 100, var(--gms-opsz);
    --gms-wght-200-fill: "FILL" 1, "wght" 200, var(--gms-opsz);
    --gms-wght-300-fill: "FILL" 1, "wght" 300, var(--gms-opsz);
    --gms-wght-400-fill: "FILL" 1, "wght" 400, var(--gms-opsz);
    --gms-wght-500-fill: "FILL" 1, "wght" 500, var(--gms-opsz);
    --gms-wght-600-fill: "FILL" 1, "wght" 600, var(--gms-opsz);
    --gms-wght-700-fill: "FILL" 1, "wght" 700, var(--gms-opsz);
    --gms-wght-100-out: "FILL" 0, "wght" 100, var(--gms-opsz);
    --gms-wght-200-out: "FILL" 0, "wght" 200, var(--gms-opsz);
    --gms-wght-300-out: "FILL" 0, "wght" 300, var(--gms-opsz);
    --gms-wght-400-out: "FILL" 0, "wght" 400, var(--gms-opsz);
    --gms-wght-500-out: "FILL" 0, "wght" 500, var(--gms-opsz);
    --gms-wght-600-out: "FILL" 0, "wght" 600, var(--gms-opsz);
    --gms-wght-700-out: "FILL" 0, "wght" 700, var(--gms-opsz);
}
#site.guest {
    padding-top: 0 !important;
}
html,
body#site {
    font-size: var(--page-font-size) !important;
}
body#site {
    display: none;
    font-family: var(--page-font-family);
    padding-top: var(--navbar-height);
}
body#site > .container {
    max-width: inherit;
    width: 100%;
    padding: 0;
}
span.material-symbols-outlined {
    font-family: var(--gms) !important;
    overflow: hidden;
    display: inline-flex;
    line-height: 1;
    font-variation-settings: var(--gms-wght-300-out), var(--gms-grad-zero);
    user-select: none;
}
::selection {
    background-color: var(--page-point-color);
    color: #fff;
}
input:is(:-webkit-autofill, :-webkit-autofill:hover, :-webkit-autofill:focus, :-webkit-autofill:active) {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
img {
    user-select: none;
    flex-shrink: 0;
    image-orientation: from-image;
}
.img-box {
    overflow: hidden;
    position: relative;
    display: flex;
}
.img-box.table-img {
}
:is(ol, ul, li, dl) {
    all: unset;
    display: block;
}
:is(dt, dd, li) {
    display: inline-block;
}
:is(p, h1, h2, h3, h4, h5, h6, dt, dd, th, td, li) {
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}
br {
    visibility: visible;
    opacity: 0;
}
:is(.big) {
    font-size: 1.2em;
}
:is(small, .small) {
    font-size: 0.75em;
}
a,
button {
    all: unset;
    cursor: pointer;
    box-sizing: border-box;
}
a:focus,
a:hover {
    text-decoration: unset;
    color: unset;
}
.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(13px, 5vw, 15px) !important;
    line-height: 1;
    height: 40px;
    padding: 0 1em !important;
    border-radius: 0;
}
.btn.btn-lg {
    font-size: clamp(14px, 5vw, 16px) !important;
    height: 50px;
}
.btn-outline-primary {
    --bs-btn-active-bg: var(--page-point-color-dark) !important;
    --bs-btn-hover-border-color: var(--page-point-color) !important;
}
button[disabled] {
    pointer-events: none !important;
    user-select: none;
    filter: grayscale(1);
}
:is(.member_wrapper, .board_wrapper) .text-center :is(.btn.btn-lg, .btn + .btn) {
    min-width: 180px;
}
.board_wrapper[id$="_view"] .btn {
    min-width: 70px;
    justify-content: center;
    align-items: center;
}
@media (hover: hover) {
    .btn.btn-primary:is(:hover, :focus) {
        background-color: var(--page-point-color-hover);
        border-color: var(--page-point-color-hover);
    }
    .btn.btn-secondary:is(:hover, :focus) {
        color: #000;
        background-color: var(--page-grey-color-hover);
        border-color: var(--page-grey-color);
    }
}
[class*="container"] {
    --bs-gutter-x: 20px;
}
@media (width <= 767px) {
    .container {
        max-width: none;
        width: 100%;
        height: 100%;
    }
}
@media (width >= 1400px) {
    .container {
        max-width: 1140px;
    }
    :is(.navbar, footer) .container {
        width: 100%;
        max-width: 100%;
        padding: 0 70px;
    }
}
:where(.container, .row) {
    position: relative;
}
.row::before,
.row::after,
.container::before,
.container::after {
    content: none;
    display: none;
}
.row {
    margin: 0;
}
.clearfix {
    width: 100%;
}
.col {
    --flex-col-2: calc((100% - (var(--gap) * (2 - 1))) / 2);
    --flex-col-3: calc((100% - (var(--gap) * (3 - 1))) / 3);
    --flex-col-4: calc((100% - (var(--gap) * (4 - 1))) / 4);
    --flex-col-5: calc((100% - (var(--gap) * (5 - 1))) / 5);
    --flex-col-6: calc((100% - (var(--gap) * (6 - 1))) / 6);
    --flex-col-7: calc((100% - (var(--gap) * (7 - 1))) / 7);
    --flex-col-8: calc((100% - (var(--gap) * (8 - 1))) / 8);
    --flex-col-9: calc((100% - (var(--gap) * (9 - 1))) / 9);
    --flex-col-10: calc((100% - (var(--gap) * (10 - 1))) / 10);
    --flex-col-11: calc((100% - (var(--gap) * (11 - 1))) / 11);
    --flex-col-12: calc((100% - (var(--gap) * (12 - 1))) / 12);
    padding: 0;
}
[class*="wrap"] > .col {
    flex: 0 1 auto;
}
.row > * {
    float: unset;
    padding: 0;
}
.modal.fade.in,
.modal.show {
    transition: 0.25s;
    opacity: 1 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
}
.modal .modal-content {
    padding: 7px 5px;
    border-radius: 0.5em;
}
.modal .modal-header {
    flex-direction: row-reverse;
    align-items: center;
}
.modal .modal-title {
    font-size: clamp(17px, 3vw, 20px);
}
.modal .modal-header::before,
.modal .modal-header::after {
    content: none;
}
.modal .modal-footer {
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 5px;
}
.modal .modal-footer .btn {
    flex: 1;
    min-width: inherit !important;
    margin: 0;
}
.modal .btn.btn-default {
    background-color: #5d5d5d;
    color: #fff;
}
.modal-header .close {
    line-height: 0;
    margin-top: 0;
    opacity: 0.6;
}
.modal-header .close span {
    font-variation-settings: var(--gms-wght-400-out);
}
.modal-header .close:hover {
    opacity: 1;
}
iframe[src*="https://www.google.com/"]
{
    background-color: #e5e3df;
    margin-bottom: -6px;
}
iframe[title*="YouTube"] {
    aspect-ratio: 1.7777777778;
    background-color: #000;
}
:is(.li-cir, .li-dash) {
    display: flex;
    flex-direction: column;
}
:is(.li-cir, .li-dash) > li {
    position: relative;
    padding-left: 0.8em;
}
.li-cir > li::before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    display: block;
    width: 0.35em;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #1babad;
}
.li-dash > li::before {
    content: "-";
    position: absolute;
    top: 0.7em;
    left: 0;
    line-height: 0;
}
#gnbauth,
#gnbauth i {
    display: none;
}
@media (width <= 767.98px) {
    #gnbauth {
        display: block;
    }
}
.nav-top .container {
    padding-top: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 22px;
}
@media (width >= 768px) {
    .nav-top {
        align-self: center;
    }
    .nav-top .container {
        padding: 0;
    }
}
@media (width <= 767.98px) {
    .nav-top {
        position: absolute;
        top: 9px;
        right: 50px;
        z-index: 100;
    }
    .li-login {
        display: none !important;
    }
}
.li-login {
    display: flex;
    align-items: center;
}
.li-login li {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
}
.li-login li + li {
    padding-left: 7px;
    margin-left: 7px;
    border-left: 1px solid #ccc;
}
.li-lang {
    display: flex;
    align-items: center;
    margin-right: -5px;
    border-radius: 3px;
}
.li-lang .flag-icon + span {
    font-weight: 600;
    font-size: 14px;
}
.li-lang .dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 0px;
}
.li-lang .dropdown-toggle::after {
    all: unset;
    content: "\e5cf";
    font-family: var(--gms);
    line-height: 1;
    margin-left: 3px;
}
.li-lang.open .dropdown-toggle::after {
    content: "\e5ce";
}
.li-lang .dropdown-toggle .flag-icon {
    aspect-ratio: 1.3333333333;
    width: 18px;
    border: 1px solid #ccc;
}
.li-lang .dropdown-toggle p {
    display: flex;
    align-items: center;
    gap: 7px;
}
.li-lang.open .dropdown-menu {
    display: flex;
    flex-direction: column;
    min-width: auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 17px;
    margin-top: 10px;
}
@media (width <= 767.98px) {
    .li-lang.open .dropdown-menu {
        margin-top: 0;
    }
}
.li-lang button[disabled] {
    display: none;
}
.li-lang .lang-change-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    padding: 10px 0;
}
.li-lang .lang-change-btn.active + .lang-change-btn {
    border-top: 0;
}
.li-lang .lang-change-btn + .lang-change-btn {
    border-top: 1px solid #ccc;
}
.li-lang .lang-change-btn .flag-icon {
    width: 20px;
    aspect-ratio: 1.3333333333;
}
.navbar::before,
.navbar::after,
.navbar *::before,
.navbar *::after {
    content: none;
}
.navbar .caret {
    display: none;
}
:is(.navbar-header, .navbar > .container) {
    display: flex;
}
.navbar .navbar-header {
    justify-content: flex-start;
    align-items: center;
}
.navbar > .container {
    justify-content: space-between;
}
@media (width <= 991.98px) {
    .navbar > .container {
        max-width: 100%;
    }
}
.navbar ul.navbar-right {
    margin-right: 0 !important;
}
.navbar {
    --navbar-point-color: var(--page-point-color);
    --dropdown-padding: 0px clamp(15px, 2vw, 30px);
    --dropdown-font-size: clamp(18px, 2vw, 19px);
    --dropdown-menu-padding: 12px clamp(15px, 2vw, 25px);
    --dropdown-menu-font-size: clamp(14px, 2vw, 15px);
    --navbar-logo-width: clamp(100px, 15vw, 110px);
    position: fixed;
    background: #fff;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    border: 0;
    padding: 0;
}
.navbar a:is(.navbar-brand, .navbar-brand:hover, .navbar-brand:focus) {
    width: var(--navbar-logo-width);
    height: auto;
    margin: 0;
    padding: 0;
    color: #000;
}
.navbar a.navbar-brand span {
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: 700;
}
.navbar ul.navbar-right > li > a {
    position: relative;
    font-weight: 600;
    color: #222;
    font-size: var(--dropdown-font-size);
}
.navbar ul.navbar-right > li > a:is(:hover, :focus),
.navbar ul.navbar-right > li:is(:hover, :focus) .dropdown-toggle {
    background: none !important;
    color: var(--navbar-point-color) !important;
}
.navbar ul.navbar-right ul.dropdown-menu {
    position: absolute;
    background: #000;
    flex-direction: column;
}
.navbar ul.navbar-right > li.open > ul.dropdown-menu {
    display: flex !important;
}
.navbar ul.navbar-right > li.open > ul.dropdown-menu > li > a {
    color: #fff;
    font-size: var(--dropdown-menu-font-size);
    height: var(--dropdown-menu-height);
}
.navbar ul.navbar-right > li.open > ul.dropdown-menu > li > a:hover {
    background: var(--navbar-point-color);
    color: #fff;
}
@media (width >= 768px) {
    .navbar {
        height: var(--navbar-height);
    }
    .navbar,
    .navbar > .container {
        align-items: stretch;
    }
    .navbar > .container {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, auto) minmax(0, 1fr);
    }
    .navbar ul.navbar-right {
        height: 100%;
        flex-flow: row nowrap;
        justify-content: flex-end;
        gap: clamp(40px, 5vw, 90px);
    }
    .navbar :is(ul.navbar-right, ul.navbar-right > li) {
        float: unset !important;
    }
    .navbar :is(ul.navbar-right, ul.navbar-right > li > a) {
        display: flex;
    }
    .navbar ul.navbar-right > li > a {
        height: 100%;
        justify-content: center;
        align-items: center;
        letter-spacing: 0;
        padding: 0;
    }
    .navbar ul.navbar-right ul.dropdown-menu {
        left: 50%;
        right: auto;
        translate: -50% 0;
        border-radius: 0 !important;
        border: 0;
        text-align: center;
        display: block !important;
        overflow: hidden;
        height: 0;
        opacity: 0;
        transform-origin: center top;
        scale: 1 0.7;
        padding: 0;
    }
    .navbar ul.navbar-right li.open ul.dropdown-menu {
        transition: 0.2s;
        height: auto;
        opacity: 1;
        scale: 1 1;
    }
    .navbar ul.navbar-right ul.dropdown-menu > li > a {
        padding: var(--dropdown-menu-padding);
        line-height: 1.3;
    }
}
@media (width <= 767px) {
    :root {
        --navbar-height: 70px;
    }
    .navbar {
        --dropdown-height: 55px;
        --dropdown-margin: 0px 15px;
        --dropdown-menu-height: 55px;
        --dropdown-background-color: #fff;
        width: 100%;
        margin: 0;
        background-color: transparent;
    }
    .navbar.open {
        overflow: unset;
        height: unset;
    }
    .navbar::before {
        content: "";
        opacity: 0;
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #000;
    }
    .navbar.open::before {
        transition: opacity 0.3s;
        opacity: 0.5;
    }
    .navbar > .container {
        height: var(--navbar-height);
        max-width: 100%;
        flex-direction: column;
        padding: 0;
    }
    .navbar ul.dropdown-menu {
        position: relative !important;
        top: unset;
        float: unset;
        padding: 0;
    }
    .navbar :is(ul.navbar-right, .navbar-collapse) {
        padding: 0;
        margin: 0 !important;
        width: 100%;
    }
    .navbar .navbar-collapse {
        transition: 0.3s !important;
        overflow: hidden;
        position: sticky;
        top: 0;
        display: flex;
        align-items: flex-start;
        border: 0;
        height: 0;
        max-height: unset;
        transform: translateY(-100%);
    }
    .navbar.open .navbar-collapse {
        transform: translateY(0%);
    }
    .navbar.open > .container {
        height: auto;
    }
    .navbar ul.navbar-right {
        overflow: hidden auto;
        flex-wrap: nowrap;
    }
    .navbar.open ul.navbar-right {
        height: calc(100vh - var(--navbar-height));
    }
    .navbar .navbar-header::before,
    .navbar .navbar-header::after {
        display: none;
    }
    .navbar .navbar-toggle {
        order: 2;
        border: 0;
        padding: 9px 0;
        margin: 0 15px 0 0;
    }
    .navbar .navbar-toggle::before {
        transition: 0.35s;
        content: "\e5d2";
        font-family: var(--gms);
        font-size: 2.2em;
        font-variation-settings: var(--gms-wght-500-out);
    }
    .navbar.open .navbar-toggle::before {
        content: "\e5cd";
    }
    .navbar .navbar-toggle > * {
        display: none;
    }
    .navbar .navbar-toggle:is(:hover, :focus) {
        background: none;
    }
    .navbar :is(.navbar-collapse, .navbar-form) {
        border-color: transparent;
    }
    .navbar .navbar-header {
        z-index: 100;
        justify-content: space-between;
        width: 100%;
        height: var(--navbar-height);
        margin: 0 !important;
        border-bottom: 1px solid #ddd;
        background-color: #fff;
    }
    .navbar .navbar-header :is(.navbar-brand, .navbar-brand:hover, .navbar-brand:focus) {
        margin: 0 0 0 15px !important;
    }
    .navbar :is(ul.navbar-right > li > a, ul.navbar-right > li.open > ul.dropdown-menu > li > a) {
        display: flex;
        justify-content: start;
        align-items: center;
        white-space: normal;
    }
    .navbar ul.navbar-right > li {
        background-color: var(--dropdown-background-color);
    }
    .navbar ul.navbar-right > li > a {
        height: var(--dropdown-height);
        margin: var(--dropdown-margin);
        padding-inline: 0;
        border-bottom: 1px solid #ddd;
    }
    .navbar .dropdown .dropdown-toggle::after {
        all: unset;
        content: "\e5cf";
        font-family: var(--gms);
        font-variation-settings: var(--gms-wght-300-out);
        margin-left: auto;
        font-size: 1.5em;
    }
    .navbar .dropdown.open .dropdown-toggle {
        color: var(--page-point-color);
        font-weight: 600;
    }
    .navbar .dropdown.open .dropdown-toggle::after {
        content: "\e5ce";
        color: var(--page-point-color);
        font-variation-settings: var(--gms-wght-400-out);
    }
    .navbar ul.navbar-right > li > ul.dropdown-menu {
        z-index: 100;
        border-radius: 0;
        margin-top: -1px;
    }
    .navbar ul.navbar-right > li > ul.dropdown-menu > li > a {
        height: var(--dropdown-menu-height);
        padding: var(--dropdown-margin);
        font-size: 15px !important;
    }
    .navbar ul.navbar-right > li > ul.dropdown-menu > li + li > a {
        border-top: 1px solid rgba(255, 255, 255, 0.25);
    }
    .navbar ul.navbar-right > .open > a,
    .navbar ul.navbar-right > .open > a:focus,
    .navbar ul.navbar-right > .open > a:hover {
        background-color: inherit;
        color: inherit;
    }
    .navbar ul.navbar-right > li > a:is(:hover, :focus),
    .navbar ul.navbar-right > li:is(:hover, :focus) .dropdown-toggle {
        background: #fff !important;
    }
}
footer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-top: 0px;
    padding: 40px 0 55px;
    background-color: #222;
}
footer .footer-menu {
    display: flex;
    align-items: center;
    gap: 20px;
}
footer .footer-menu a {
    font-size: 15px;
    font-weight: 500;
}
footer .footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
footer .footer-logo img {
    opacity: 0.5;
    margin-right: 30px;
}
footer .footer-info {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    line-height: 1.7;
    color: #ccc;
    gap: 0 15px;
}
footer .footer-info li {
    font-size: clamp(13px, 2vw, 14px);
    font-weight: 300;
}
footer .footer-info li.copyright {
    margin-top: 12px;
    color: #888;
    font-size: 11px;
    letter-spacing: 0;
}
footer .login-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 11px;
    background: transparent;
    color: #444;
    line-height: 1;
    border-radius: 0;
    border: 1px solid #444;
    border-radius: 0.35rem;
    font-size: clamp(11px, 2vw, 12px);
    margin-left: auto;
}
footer .login-btn:hover {
    background: #333;
    color: #fff;
    border-color: var(--backgorund-color);
    font-weight: 500;
}
footer .login-btn span.material-symbols-outlined {
    font-size: 1rem;
    margin-right: 5px;
    font-variation-settings: var(--gms-wght-500-out);
}
#scrollTop {
    --width: 50px;
    --bottom: 30px;
    z-index: 1000;
    position: fixed;
    right: 30px;
    bottom: var(--bottom);
    display: none;
    width: var(--width);
    padding: 0;
    background: var(--page-point-color);
    border-radius: 50%;
    aspect-ratio: 1;
    text-align: center;
    color: #fff;
}
#scrollTop .inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#scrollTop .inner :is(i, span) {
    font-size: 2.4rem;
    font-variation-settings: var(--gms-wght-300-out);
}
@media (width <= 767px) {
    footer .footer-wrap {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    footer .footer-login {
        margin-left: inherit;
    }
    #scrollTop {
        display: none !important;
    }
}
.maintenance {
    background: #f4f4f4;
    padding: 130px 25px;
    text-align: center;
    border-radius: 20px;
}
.maintenance span.material-symbols-outlined {
    display: inline-block;
    line-height: 1;
    font-size: 64px;
    margin-bottom: 10px;
}
.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}
.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}
.mainpage {
    display: grid;
    height: 850px;
}
@media (min-height: 900px) {
    .mainpage {
        height: calc(100vh - var(--navbar-height));
    }
}
@media (width >= 1200px) {
    .mainpage {
        grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
    }
}
@media (width <= 1199.98px) {
    .mainpage {
        height: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (width <= 767px) {
    .mainpage {
        grid-template-columns: minmax(0, 1fr);
    }
}
.mainpage section.main-carousel {
    grid-row: span 3;
}
@media (width <= 1199.98px) {
    .mainpage section.main-carousel {
        grid-column: span 2;
        grid-row: unset;
        height: 500px;
    }
}
@media (width <= 767px) {
    .mainpage section.main-carousel {
        grid-column: unset;
    }
}
.mainpage section.main-item.item02 {
    grid-row: span 2;
    position: relative;
}
@media (width <= 1199.98px) {
    .mainpage section.main-item.item02 {
        grid-row: unset;
    }
}
.mainpage .main-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media (width <= 1199.98px) {
    .mainpage .main-item {
        height: 250px;
    }
}
.mainpage .main-item.item01 {
    background-image: url(/public/img/main/item01.jpg);
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
}
.mainpage .main-item.item02 {
    background-image: url(/public/img/main/item02.jpg);
    background-color: rgba(0, 0, 0, 0.7);
}
.mainpage .main-item a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.main-item.item01::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: #116d6e;
    opacity: 0.35;
}
.main-item.item02::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: #321e1e;
    opacity: 0.35;
}
.item-caption {
    text-align: center;
}
.item-caption h2 {
    font-size: clamp(28px, 3vw, 32px);
    letter-spacing: 0.4em;
    font-weight: 700;
    margin-left: 10px;
    margin-top: 30px;
    line-height: 1;
    color: #fff;
}
.item-caption p {
    display: inline-block;
    margin-top: 35px;
    letter-spacing: 0.04em;
    border-bottom: 3px solid rgba(255, 255, 255, 0.7);
    padding-bottom: 5px;
    line-height: 1;
    font-size: clamp(14px, 3vw, 16px);
    color: #fff;
}
#mainCarousel .carousel-inner .item {
    width: 100%;
    height: 100%;
}
#mainCarousel .item::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.2;
}
#mainCarousel .item:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.5;
}
.carousel-caption {
    top: 49%;
    bottom: inherit;
    right: 5%;
    left: 5%;
    padding: 0;
    text-shadow: none;
    text-align: center;
}
.carousel-caption h1 {
    position: relative;
    font-size: clamp(30px, 6vw, 65px);
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.4em;
    margin: 0;
}
.carousel-caption p {
    margin-top: 35px;
    font-size: clamp(18px, 3vw, 22px);
    font-weight: 300;
    letter-spacing: 0.25em;
}
.carousel-control {
    display: flex;
    align-items: center;
    opacity: 1;
    width: 10%;
    height: 100%;
    display: none;
}
@media (width <= 767px) {
    .carousel-control {
        display: none;
    }
}
.carousel-control:is(.right, .left) {
    background: transparent;
    justify-content: center;
}
.carousel-control.right span {
    margin-right: 0;
}
.carousel-control.left span {
    margin-left: 0;
}
[class*="swiper-button"]::after {
    content: none !important;
}
:is(.glyphicon[class*="glyphicon-chevron"], [class*="swiper-button"])::before {
    color: #fff;
    font-family: var(--gms) !important;
    font-variation-settings: var(--gms-wght-100-out);
}
:is(.glyphicon.glyphicon-chevron-right, .swiper-button-next)::before {
    content: "\e5e1" !important;
}
:is(.glyphicon.glyphicon-chevron-left, .swiper-button-prev)::before {
    content: "\e2ea" !important;
}
.carousel-control :is([class*="glyphicon-chevron"], [class*="icon"]) {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
    height: auto;
    font-size: clamp(40px, 5vw, 64px);
}
.carousel-indicators {
    width: auto;
    bottom: clamp(50px, 8vw, 200px);
}
#site .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
}
.carousel-indicators :is(li, li.active) {
    box-sizing: border-box;
    aspect-ratio: 1;
    width: clamp(10px, 3vw, 15px);
    height: auto;
    border: 0;
    border-radius: 50%;
    margin: 0 7px;
    backdrop-filter: blur(10px);
    border: 3px solid #fff;
}
.swiper-pagination .swiper-pagination-bullet,
.carousel-indicators li {
    opacity: 1;
    margin: 0;
    transition: ease-in-out 0.15s all;
}
.swiper-pagination .swiper-pagination-bullet-active,
.carousel-indicators li.active {
    background: #fff;
    box-shadow: none;
}
.subpage-header {
    --background-image: url(/public/img/sub/sub-top01.jpg);
    --before-background-color: rgba(0, 0, 0, 0.3);
    position: relative;
    height: clamp(300px, 30vw, 380px);
    background: var(--background-image) no-repeat center / cover;
}
.subpage-header::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--before-background-color);
}
.subpage-header .subpage-title {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.subpage-header .subpage-title h2 {
    line-height: 1;
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: clamp(42px, 3vw, 50px);
    margin-bottom: 40px;
}
.breadcrumb {
    position: absolute;
    right: 10px;
    top: 35px;
    background: none;
    padding: 0;
    margin: 0px 0 0 0;
    display: flex;
    gap: 10px 20px;
}
@media (width <= 767.98px) {
    .breadcrumb {
        right: 0;
        left: 0;
        justify-content: center;
    }
}
.breadcrumb li.home a {
    line-height: 1;
}
.breadcrumb li.home a::before {
    content: "Home";
}
.breadcrumb > li {
    position: relative;
    line-height: 1;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    text-align: center;
}
.breadcrumb > li.active {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 500;
}
.breadcrumb > li + li:before {
    content: "\e5cc";
    font-family: var(--gms);
    font-weight: 400;
    position: absolute;
    left: -24px;
    display: block;
    font-size: 1.1rem;
    line-height: 1;
}
.snb {
    --snb-height: 62px;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #ddd;
    margin-top: calc(var(--snb-height) * -1);
    background: rgba(0, 0, 0, 0.4);
}
.snb ul {
    position: relative;
    display: flex;
    margin: 0;
    justify-content: center;
}
.snb li {
    flex: 1;
}
.snb li > a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 17px;
    height: var(--snb-height);
    color: #bbb;
    font-weight: 500;
    letter-spacing: 0.034em;
}
.snb li.active a {
    background: transparent;
    color: #fff;
    font-size: 17px;
}
@media (width >= 992px) {
    #ns01 .snb li,
    #sm01 .snb li {
        flex: 0 1 25%;
    }
}
@media (width >=768px) {
    .snb li.active a::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0px;
        display: block;
        width: 100%;
        height: 2px;
        background: var(--page-point-color);
    }
}
@media (width <= 767px) {
    .snb {
        --snb-height: 55px;
        border-top: 2px solid var(--page-point-color);
    }
    .snb .container {
        padding: 0;
    }
    .snb li > a {
        justify-content: space-between;
        font-size: 15px !important;
        color: #777;
    }
    #snbInner > ul > li:not(.dropdown) {
        display: none;
    }
    .snb .hidden {
        display: flex !important;
    }
    .snb .open .dropdown-menu li a:is(:hover, :focus) {
        background-color: inherit !important;
        color: inherit !important;
    }
    .snb .dropdown {
        position: relative;
        width: 100%;
        flex-basis: 100%;
    }
    .snb .dropdown-menu {
        position: absolute;
        top: calc(100% + 1px);
        right: 0;
        display: none;
        padding: 0;
        flex-direction: column;
        min-width: unset;
        padding: 20px 20px;
        gap: 20px;
        border-top: 0;
        box-shadow: 0 30px 70px rgba(0, 0, 0, 0.1);
        display: block !important;
        overflow: hidden;
        height: 0;
        opacity: 0;
        transform-origin: center top;
        scale: 1 0.7;
    }
    .snb .open .dropdown-menu {
        display: flex !important;
        transition: 0.2s;
        height: auto;
        opacity: 1;
        scale: 1 1;
    }
    .snb .open .dropdown-menu li a {
        padding: 0;
        height: auto;
        white-space: normal;
        text-align: left;
    }
    .snb .open .dropdown-menu li.active a {
        font-weight: 500;
        text-decoration: underline;
        text-underline-offset: 4px;
        color: var(--page-point-color);
    }
    .snb .dropdown-toggle {
        padding: 0 20px;
        font-weight: 600;
        color: #fff;
        font-size: 16px;
        white-space: normal;
        text-align: left;
    }
    .snb .dropdown-toggle::after {
        all: unset;
        content: "\e5cf";
        font-family: var(--gms);
        font-variation-settings: var(--gms-wght-300-out);
        margin-left: auto;
        font-size: 1.5em;
    }
    .snb .open .dropdown-toggle {
        color: var(--page-point-color);
        font-weight: 600;
    }
    .snb .open .dropdown-toggle::after {
        content: "\e5ce";
        color: var(--page-point-color);
        font-variation-settings: var(--gms-wght-400-out);
    }
}
.subpage section {
    position: relative;
    min-height: 300px;
}
.subpage section .container {
    padding-block: 100px clamp(100px, 10vw, 150px);
    position: relative;
}
.subpage section:nth-child(even) {
    background-color: #f7f7f7;
}
.subpage .title-h3 {
    margin-bottom: clamp(50px, 10vw, 80px);
    text-align: center;
}
.subpage.material .title-h3 {
    padding: clamp(70px, 10vw, 100px) clamp(30px, 3vw, 50px);
    background: #a3a3a3;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 30px;
    margin-bottom: clamp(70px, 15vw, 120px);
    border-radius: 5px;
}
.subpage.material#ma01 .title-h3 {
}
.subpage.material#ma02 .title-h3 {
}
.subpage.material#ma03 .title-h3 {
}
.subpage.material .title-h3 > h3 {
    color: #fff;
}
.subpage .title-h3 .subpage .title-h3 :only-child {
    margin-bottom: 0;
}
.subpage .title-h3 > h3 {
    font-weight: 700;
    font-size: clamp(32px, 3vw, 40px);
}
.subpage .title-h3 > p {
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: -0.035em;
    font-size: 21px;
    color: #000;
}
.subpage .title-h3 > * + * {
    margin-top: 20px;
}
.subpage .title-h3 .gen {
    display: block;
    width: 220px;
    font-weight: 300;
    font-size: 0.45em;
    padding-bottom: 10px;
    padding: 10px 15px;
    margin: 10px auto;
    border-radius: 50px;
    color: #222;
    border: 1px solid #222;
}
.subpage .title-h4 {
    margin-bottom: clamp(15px, 3vw, 20px);
}
.subpage *:not(.title-h3) + .title-h4 {
    margin-top: clamp(80px, 10vw, 110px);
}
.subpage .title-h4 > h4 {
    font-weight: 700;
    font-size: clamp(24px, 3vw, 28px);
    letter-spacing: -0.02em;
}
.subpage .title-h4 > h4 small {
    font-size: 18px;
    margin-left: 10px;
}
@media (width <= 767.98px) {
    .subpage .title-h4 > h4 small {
        display: block;
        margin-left: 0;
    }
}
.subpage .title-h4 > p {
    line-height: 1.7;
    letter-spacing: -0.035em;
    font-size: 18px;
    color: #000;
    padding-bottom: 10px;
}
.subpage .title-h4 :is(p, li) {
    font-size: clamp(16px, 3vw, 18px);
}
.subpage .title-h4 > * + * {
    margin-top: 7px;
}
.subpage .title-h5 {
    margin-bottom: 15px;
}
.subpage *:not(.title-h3, .title-h4) + .title-h5 {
    margin-top: 30px;
}
.subpage .title-h5 > h5 {
    font-size: 24px;
    font-weight: 500;
}
.subpage .title-h5 > p {
    font-weight: 300;
    color: #000;
    line-height: 1.7;
    letter-spacing: -0.035em;
    font-size: 16px;
}
.subpage .title-h5 > * + * {
    margin-top: 15px;
}
.subpage [class*="-wrap"] + :is([class*="-wrap"], [class*="-box"]) {
    margin-top: 120px;
}
.history {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.history .img-box {
    flex: 0 1 32%;
}
@media (width <= 991.98px) {
    .history .img-box {
        display: none;
    }
}
@media (width >= 992px) {
    .history .list-box {
        width: 60%;
    }
}
.history-wrap {
    --cir-position: 15px;
    --cir-calc: calc(var(--cir-position) * -1);
    --border-width: 1px;
    --border-padding: 50px;
    --marker-padding: 15px;
    flex-direction: column;
}
@media (width <= 991.98px) {
    .history-wrap {
        padding-left: 15px;
        width: auto;
    }
}
.history-wrap > div {
    flex: 0 1 auto;
}
.history-wrap > div.img-box {
    padding-left: 70px;
    padding-bottom: 100px;
    gap: 10px;
}
.history-wrap > div.img-box img {
    flex: 0 1 auto;
}
.history-wrap .col h5 {
    width: 22%;
    flex-shrink: 0;
    position: static;
    line-height: 1;
    letter-spacing: -0.034em;
    font-weight: 600;
    font-size: clamp(34px, 3vw, 42px);
    color: #b12000;
}
@media (width <= 991.98px) {
    .history-wrap .col h5 {
        width: auto;
    }
}
.history-wrap .col h5::before {
    content: "";
    position: absolute;
    top: 8px;
    left: var(--cir-calc);
    display: block;
    box-sizing: content-box;
    background-color: #e72c2c;
    border: clamp(4px, 2vw, 8px) solid #ffe8e8;
    width: clamp(7px, 2vw, 12px);
    height: clamp(7px, 2vw, 12px);
    /* aspect-ratio: 1; */
    border-radius: 50%;
}
@media (width <= 991.98px) {
    .history-wrap .col h5::before {
        left: -12px;
    }
}
.history-wrap .col {
    display: flex;
    position: relative;
    width: 100%;
    border: 0;
    border-style: solid;
    border-color: #ddd;
    border-left-width: var(--border-width);
    padding-left: 70px;
    padding-bottom: 80px;
    text-align: left;
    gap: 50px;
}
@media (width <= 991.98px) {
    .history-wrap .col {
        flex-direction: column;
        padding-top: 3px;
        padding-left: 30px;
        padding-bottom: 50px;
        gap: 20px;
    }
}
.history-wrap .col li {
    position: relative;
    display: flex;
    gap: 10px;
    padding-left: var(--marker-padding);
    font-size: clamp(15px, 3vw, 17px);
    margin-bottom: 7px;
    letter-spacing: -0.02em;
}
.history-wrap .col li b {
    width: 100px;
}
.history-wrap .col li::before {
    content: "";
    position: absolute;
    top: 0.55em;
    left: 0;
    display: block;
    background-color: #333;
    width: 5px;
    aspect-ratio: 1;
    border-radius: 50%;
}
.cert-wrap {
    display: grid;
    grid-template-columns: var(--grid-repeat-4);
    gap: 60px 30px;
}
@media (width <= 991.98px) {
    .cert-wrap {
        grid-template-columns: var(--grid-repeat-2);
        gap: 30px 10px;
    }
}
.cert-wrap .img-box {
    padding: clamp(5px, 2vw, 10px);
    border: 1px solid #ccc;
    box-shadow: 5px 5px 3px 0px rgba(0, 0, 0, 0.03);
}
.cert-wrap p {
    font-size: clamp(14px, 3vw, 17px);
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    letter-spacing: -0.02em;
}
.cert-wrap.wp02 {
    grid-template-columns: var(--grid-repeat-7);
    gap: 10px;
}
@media (width <= 991.98px) {
    .cert-wrap.wp02 {
        grid-template-columns: var(--grid-repeat-4);
    }
}
@media (width <= 767.98px) {
    .cert-wrap.wp02 {
        grid-template-columns: var(--grid-repeat-3);
    }
}
.cert-wrap.iso {
    display: flex;
    justify-content: center;
}
@media (width <= 575.98px) {
    .cert-wrap.iso {
        width: 80%;
        margin: 0 auto;
        flex-direction: column;
    }
}
.cert-wrap.iso .col {
    flex-basis: 30%;
}
.cert-wrap + .table-wrap {
    margin-top: 40px !important;
}
.card-wrap .col + .col {
    margin-top: 30px;
}
.card-wrap .col {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 100px;
    background: #eef1f1;
}
@media (width <= 767.98px) {
    .card-wrap .col {
        flex-direction: column-reverse;
        align-items: stretch;
        gap: 0px;
    }
}
.card-wrap .img-box {
    width: 50%;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1.6666666667;
}
@media (width <= 991.98px) {
    .card-wrap .img-box {
        width: 100%;
    }
}
.card-wrap .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border: 1px solid #ccc;
}
.card-wrap .info {
    flex: 1;
    flex-shrink: 0;
    padding-left: 60px;
}
@media (width <= 991.98px) {
    .card-wrap .info {
        padding: 30px;
    }
}
.card-wrap .info h5 {
    font-size: clamp(20px, 3vw, 26px);
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    color: #266d6e;
}
.card-wrap .info li {
    font-size: clamp(15px, 3vw, 17px);
    font-weight: 500;
    margin-bottom: clamp(3px, 1vw, 7px);
}
.gpt-wrap {
    display: flex;
    flex-direction: column;
}
.gpt-wrap > div {
    display: flex;
    align-items: flex-start;
    padding: clamp(20px, 2vw, 30px);
    background: #326d6e;
}
@media (width <= 767.98px) {
    .gpt-wrap > div {
        flex-direction: column;
        gap: 10px;
    }
}
.gpt-wrap > div.gpt {
    background-color: #eef1f1;
}
.gpt-wrap .icon {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    width: 40px;
    margin-right: 30px;
    border-radius: 2px;
}
.gpt-wrap .user .icon {
    background-color: var(--page-point-color);
    color: #fff;
}
.gpt-wrap .gpt .icon {
    background-color: #10a37f;
}
.gpt-wrap .gpt .icon img {
    width: 60%;
}
.gpt-wrap p:only-child {
    margin-bottom: 0;
    color: #fff;
    font-size: clamp(18px, 3vw, 20px);
}
.gpt-wrap p {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 16px;
}
.gpt-wrap span.underline {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    font-weight: 600;
}
.gpt-wrap + .table-wrap {
    margin-top: 30px !important;
    display: flex;
    gap: 15px;
}
.gpt-wrap + .table-wrap table {
    margin-bottom: 0;
}
.gpt-wrap + .table-wrap .img-box {
    position: relative;
    flex: 1;
    border: 1px solid #ccc;
}
.gpt-wrap + .table-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px;
    object-fit: cover;
    object-position: center;
}
.img-wrap {
    display: grid;
    gap: 10px;
}
.img-wrap .img-box {
    border: 1px solid #ddd;
}
.img-wrap.col-temp-4 {
    grid-template-columns: var(--grid-repeat-4);
}
@media (width <= 991.98px) {
    .img-wrap.col-temp-4 {
        grid-template-columns: var(--grid-repeat-2);
    }
}
.img-wrap.col-temp-6 {
    grid-template-columns: var(--grid-repeat-6);
}
.process-wrap {
    display: flex;
}
@media (width <= 767.98px) {
    .process-wrap {
        width: 60%;
        margin: 0 auto;
        flex-direction: column;
    }
}
@media (width <= 575.98px) {
    .process-wrap {
        width: 100%;
    }
}
.process-wrap .col {
    flex: 1;
}
.process-wrap h5 {
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 10px;
    height: 55px;
    line-height: 1.2;
    background-color: #116d6e;
    color: #fff;
    font-size: 17px;
    border-radius: 10px 10px 0 0;
}
.process-wrap .col:nth-child(7) h5 {
    font-size: 15px;
}
.process-wrap .col {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.process-wrap .img-box {
    aspect-ratio: 1;
    padding: 15px 20px 10px;
    margin: auto;
}
@media (width <= 767.98px) {
    .process-wrap .img-box {
        width: 90%;
    }
}
.process-wrap .arrow {
    align-self: center;
    position: relative;
    margin: 0 -10px;
}
@media (width <= 767.98px) {
    .process-wrap .arrow {
        margin: -15px 0;
    }
}
.process-wrap .arrow::before {
    content: "\e409";
    font-family: var(--gms);
    font-size: 80px;
    color: #b1e0e1;
}
@media (width <= 767.98px) {
    .process-wrap .arrow::before {
        content: "\e5cf";
        font-size: 70px;
    }
}
.map-wrap .root_daum_roughmap, .root_daum_roughmap :is(.wrap_map, .map), iframe[src^="https://www.google.com/"]
{
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.map-wrap .roughmap_maker_label {
    padding: 7px 9px;
    background-color: #fff;
    border: 1px solid #ccc;
}
.map-wrap .roughmap_maker_label::before {
    content: "";
    display: block;
    margin: 0px auto;
    width: clamp(50px, 10vw, 80px);
    aspect-ratio: 1.9594594595;
    background: #fff url("/public/img/logo/logo_map.png") no-repeat center / cover;
}
.roughmap_maker_label:after {
    display: none;
}
.map-wrap .roughmap_maker_label .roughmap_lebel_text {
    display: none;
}
.map-wrap > .map {
    aspect-ratio: 3;
}
.map-wrap > .info {
    margin-top: 30px;
}
.map-wrap .table-map {
    width: 100%;
    border-top: 2px solid #333;
}
.map-wrap .table-map th :is(th, td) {
    font-size: clamp(15px, 3vw, 16px);
}
.map-wrap .table-map th {
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #e1e1e1;
    background: #f8f8f8;
    padding: 15px 0;
}
.map-wrap .table-map td {
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 22px;
    line-height: 24px;
    color: #444;
    font-weight: 400;
}
.map-wrap .table-map td.map_h {
    height: 137px;
}
@media (width <= 767px) {
    .map-wrap > .map {
        aspect-ratio: 1.25;
    }
    .map-wrap .info {
        align-items: flex-start;
        flex-direction: column;
    }
    .map-wrap .info > li.tel {
        margin-left: 0;
    }
}
.table-style {
    font-size: 16px;
    border: 0;
}
.table-style + .table-style {
    margin-top: 30px;
}
.table-style :is(tbody, thead) tr :is(th, td) {
    border-color: #ddd;
    border-right: 0;
    text-align: center;
    padding: 13px 13px;
    font-size: clamp(15px, 3vw, 16px);
    vertical-align: middle;
    letter-spacing: -0.02em;
    color: #555;
}
.table-style > thead {
    border-color: #000;
}
.table-style > thead > tr > th {
    border-bottom: 0;
    background-color: #f5f5f5;
    border-color: transparent;
    font-weight: 300;
    color: #000;
}
.table-style > thead > tr > th b {
    color: #fff;
    font-weight: 600;
}
.table-material .point {
    font-weight: 600;
    background: #fff3f3;
    font-size: 16px;
    color: #b22000;
}
.table-material .ma-icon-img {
    display: block;
}
.table-cert tr {
    counter-increment: tableNum;
}
.table-cert tr td:first-child:before {
    content: counter(tableNum);
}
.table-cert tr.point > * {
}
[id^="ma0"] .table-style > thead > tr > th {
    background: #674d4d;
    color: #fff;
    border-color: #000;
    font-weight: 500;
    letter-spacing: 0.02em;
}
[id^="ma0"] .table-style {
    border: 1px solid #ccc;
}
[id^="ma0"] .table-style tbody tr th {
    background: #f8f8f8;
    color: #777;
    font-weight: 600;
}
[class^="board_box"] {
    margin-bottom: 0 !important;
}
.page-header {
    margin-top: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
}
.page-header h4 {
    display: inline-block;
    font-size: clamp(18px, 3vw, 22px);
}
.page-header a.pull-right i::before {
    position: relative;
    display: block;
    content: "\e145";
    translate: 0 2px;
    font-family: var(--gms);
    font-variation-settings: var(--gms-wght-300-out);
    font-size: clamp(18px, 3vw, 22px);
    font-weight: 500;
    color: #000;
}
.type_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.type_list :is(li) {
    padding: 0;
}
.type_list :is(a):hover {
    text-decoration: underline;
}
.type_list :is(li, a) {
    line-height: 1;
    font-size: clamp(14px, 3vw, 16px);
    color: #000;
}
.type_list .info span:not(.regdate) {
    display: none;
}
.type_thumb {
    display: grid;
    grid-template-columns: var(--grid-repeat-2);
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    gap: 10px;
}
.type_thumb > div {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.type_thumb .inner {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
}
.type_thumb .inner .bottom {
    padding: 0;
}
.type_thumb .inner .bottom .info {
    display: none;
}
.type_thumb .inner .bottom .title {
    padding: 0;
    margin-top: 5px;
}
.type_thumb .bottom .title a {
    font-size: clamp(15px, 3vw, 17px);
}
.type_thumb .inner .top a .thumb {
    aspect-ratio: 1.6666666667;
    height: auto;
}
:is(.board_wrapper, .pagination_wrap, .search_wrap) {
    display: none;
    visibility: hidden;
}
.board_wrapper {
    margin-top: 0 !important;
    margin-bottom: 0;
}
.board_wrapper td.subject span {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 7px;
}
.board_wrapper tbody {
    position: relative;
}
.board_wrapper td.no_post {
    z-index: -1;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}
.search_wrap #search_kind {
    line-height: 1;
}
@media (width >= 768px) {
    .search_wrap #search_kind {
        width: 110px;
    }
}
.search_wrap .write_btn_wrap {
    margin-top: 0;
}
#bbsArea .board_wrapper .table.board_write_table > :where(tbody, tfoot, thead) > tr > :where(th, td) {
    border-bottom: 0;
}
#bbsArea {
    gap: 0;
}
#bbsArea :is(.board_wrapper, .pagination_wrap, .search_wrap) {
    display: block;
    visibility: visible;
    margin-top: 0;
}
#bbsArea .board_wrapper [class*="wrap"] {
    margin: 0;
}
#bbsArea .board_wrapper .option_wrap {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
#bbsArea .board_wrapper .option_wrap .list_btn_wrap {
    position: static;
}
#reply_write .btn_wrap {
    margin-top: 0.75em !important;
}
#reply_list .media .media-body .info .btn {
    all: unset;
    cursor: pointer;
}
@media (width <= 767px) {
    .pd_view_wrapper {
        display: none;
    }
    .pd_view_wrapper .pd_img_main {
        background-repeat: no-repeat;
        background-size: cover;
    }
    .pd_view_wrapper .pd_img_main .slick-dots {
        display: none !important;
    }
}
.category_wrap {
    margin-bottom: 50px;
}
.category_wrap ul {
    display: flex;
    justify-content: center;
    gap: 0 20px;
}
.category_wrap li {
    margin: 0 !important;
}
.category_wrap li a {
    color: #888;
    font-weight: 500;
    padding-bottom: 0;
    border-bottom: 0;
}
.category_wrap li a:hover {
    color: #111;
}
.category_wrap li.on :where(a, a:hover, a:focus) {
    color: #000;
    font-weight: 600;
}
.badge {
    display: inline-flex;
    translate: 0 0px;
    background-color: #000;
    border-radius: 0;
    padding: 4px 7px;
    margin-right: 0px !important;
}
.board_wrapper tr.notice {
    background-color: #f7f7f7;
}
.board_wrapper tr.notice td.subject a {
    font-weight: 500;
    color: #000 !important;
}
.board_wrapper tr.notice td.cate span {
    display: none;
}
.board_wrapper tr.notice td.cate::before {
    content: "공지";
    color: #222;
}
.board_wrapper td.subject .is_secret {
    order: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}
.board_wrapper td.subject small {
    margin-top: 0 !important;
}
.board_wrapper td.subject small.lock {
    order: 0;
    translate: 0 -1px;
    font-size: 0.9em;
}
.board_wrapper td.subject small.comment {
    opacity: 0.8;
    order: 1000;
    translate: 0 -1px;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    gap: 1px;
    color: var(--page-point-color-dark) !important;
    font-weight: 700;
}
.board_wrapper td.subject small.comment::before {
    content: "[";
}
.board_wrapper td.subject small.comment::after {
    content: "]";
}
.board_wrapper td.subject small.comment i {
    display: none;
}
.table_pd .inner .bottom .title a {
    white-space: normal;
    font-size: 22px;
}
.table_pd #pd_preview_text * {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    font-size: inherit !important;
}
.table_pd #pd_preview_text h5 {
    display: block;
    font-weight: 700;
    margin-bottom: 7px;
    color: #333;
}
.table_pd #pd_preview_text ul {
    display: block;
    margin-bottom: 15px;
}
#board_pd_view .thumb {
    display: none;
}
#board_pd_view .pd_top_wrap .pd_col_rgt {
    padding-top: 20px;
}
#board_pd_view .pd_title_wrap {
    padding-bottom: 20px;
    border-bottom-color: #ccc;
}
#board_pd_view .pd_title_wrap .title {
    font-size: 32px;
    line-height: 1.3;
}
#board_pd_view .pd_title_wrap .badge {
    padding: 4px 8px 4px;
}
#board_pd_view #pd_preview_text {
    white-space: normal;
}
#board_pd_view #pd_preview_text * {
    margin: inherit;
    padding: inherit;
    line-height: 1.4;
}
#board_pd_view #pd_preview_text > h5 {
    font-size: 16px;
    margin-bottom: 5px !important;
    font-weight: 700;
}
#board_pd_view #pd_preview_text > * + h5 {
    margin-top: 20px !important;
}
#board_pd_view #pd_preview_text > span {
    display: block;
    font-size: 17px;
}
#board_pd_view #pd_preview_text > ul {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
#board_pd_view #pd_preview_text > ul > li {
    display: grid;
    grid-template-columns: max-content auto;
    font-size: 16px;
}
#board_pd_view #pd_preview_text > ul > li > ul {
    grid-column: 2;
    margin: 2px 0 3px !important;
}
#board_pd_view #pd_preview_text > ul > li > ul > li {
    display: grid;
    grid-template-columns: max-content auto;
}
#board_pd_view #pd_preview_text > ul > li::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    border-radius: 50%;
    width: 4px;
    background-color: #333;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 10px;
}
#board_pd_view #pd_preview_text > ul > li > ul > li::before {
    content: "-";
    display: block;
    margin-right: 7px;
}
#board_pd_view .pd_btn_wrap li[class^="pd_btn_item"] a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0 30px 0 30px;
    background-color: #fff;
    gap: 15px;
    border-radius: var(--radius-sm);
    border: 1px solid var(--page-point-color);
    color: var(--page-point-color-dark);
    font-size: 16px;
    font-weight: 700;
}
#board_pd_view .pd_btn_wrap li[class^="pd_btn_item"] a:hover {
    background-color: var(--page-point-color);
    color: #fff;
}
@media (width >= 768px) {
    .table_pd .inner span.thumb {
        transition: 0.5s;
    }
    .table_pd .top a::after {
        content: "\e147";
        transition: 0.35s;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        font-family: var(--gms);
        font-weight: 200;
        font-size: 74px;
        color: #fff;
        line-height: 0;
    }
    .table_pd .top a:hover::after {
        opacity: 1;
    }
}
.table_pd {
    --board-template-columns: 4;
}
:is(.table_video, .table_blog2) {
    --board-template-columns: 3;
}
@media (width <= 767px) {
    :is(.table_video, .table_blog2) {
        --board-template-columns: 2;
    }
}
@media (width <= 575px) {
    :is(.table_video, .table_blog2) {
        --board-template-columns: 1;
    }
}
.board_wrapper .no_content {
    grid-column: span var(--board-template-columns);
}
:is(.table_video, .table_blog2, .table_pd) {
    display: grid;
    grid-template-columns: repeat(var(--board-template-columns), var(--grid-1fr));
    margin-left: 0;
    margin-right: 0;
    gap: clamp(40px, 3vw, 70px) clamp(20px, 3vw, 30px);
}
:is(.table_video, .table_blog2, .table_pd) dd:not([class]) {
    width: 100%;
    grid-column: span var(--board-template-columns);
}
:is(.table_video, .table_blog2, .table_pd) > dd {
    width: 100%;
    padding: 0;
}
:where(.table_video, .table_blog2, .table_pd) .inner {
    border: 0;
}
:where(.table_video, .table_blog2, .table_pd) .inner .top a .thumb {
    aspect-ratio: 1.6666666667;
    width: 100%;
    height: auto;
    background-size: cover;
}
:where(.table_video, .table_blog, .table_blog2, .table_pd) span.thumb {
    display: none !important;
}
:where(.table_video, .table_blog, .table_blog2, .table_pd) img.thumb {
    display: block;
}
:is(.table_video, .table_blog2) dd {
    margin-bottom: 0;
}
:is(.table_video, .table_blog2) dd .inner .bottom {
    margin-top: 15px;
    padding: 0;
}
:is(.table_video, .table_blog2) dd .inner .bottom {
    padding: 0;
}
:is(.table_video, .table_blog2, .table_blog) dd :is(.inner .bottom, .right) .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px 0;
    padding: 0;
}
:is(.table_video, .table_blog2) dd :is(.inner .bottom) .title a {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
:is(.table_video, .table_blog2, .table_blog) dd :is(.inner .bottom, .right) .info {
    display: flex;
    gap: 10px;
}
:is(.table_video, .table_blog2, .table_blog) dd :is(.inner .bottom, .right) .info span {
    padding: 0;
}
#bbsArea .reply_wrap h4 {
    text-align: left;
    font-size: clamp(15px, 3vw, 17px);
}
#bbsArea .board_wrapper + :is(.search_wrap, .pagination_wrap) {
    margin-top: 70px;
}
#bbsArea .pagination_wrap + .search_wrap {
    margin-top: 30px;
}
#bbsArea .search_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 0 !important;
}
#item_agree label,
#item_email .text-muted {
    font-size: clamp(13px, 2vw, 15px);
}
:is(.member_wrapper, .board_wrapper) .text-center {
    display: flex;
    justify-content: center;
    gap: 10px;
}
:is(.member_wrapper, .board_wrapper) .text-center :is(.btn.btn-lg, .btn + .btn) {
    min-width: 200px;
}
:is(.member_wrapper, .board_wrapper) .text-center .btn + .btn {
    margin: 0;
}
.form-control {
    padding: 0.8rem 0.85rem !important;
}
.form-control[type="file"] {
    line-height: 2.9;
    padding: 0 0.8rem !important;
}
.wr_form_item input.form-control {
    background-color: transparent;
    padding-left: 0;
}
.btn#File_add {
    padding: 0 !important;
}
.btn#File_add .fa-plus {
    line-height: 0;
}
@media (width >= 768px) {
    .files_upload_wrap {
        gap: 15px;
    }
}
.form-control[type="file"] {
    margin: 0;
}
.board_wrapper .table.board_write_table :where(.input-group, .form-control):not(#wr_name, #wr_email, #at_name, #wr_captcha, #wr_cate, #wr_thumb) {
    width: 100%;
}
.member_wrapper {
    max-width: 1140px;
    margin: 0 auto;
}
.member_wrapper h1 {
    margin-top: 0;
}
.member_wrapper .btn {
    font-size: clamp(13px, 3vw, 14px);
}
.member_wrapper .table tbody tr :is(th, td) {
    font-size: clamp(13px, 3vw, 14px);
}
.member_wrapper .table tbody tr th {
    background-color: rgba(0, 0, 0, 0.03);
}
.member_wrapper .table tbody tr th span {
    color: var(--page-point-color);
}
.member_wrapper .text-center .btn.btn-lg {
    padding-left: 40px;
    padding-right: 40px;
}
.member_wrapper .join_agree_box + .checkbox {
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0.75em 1.25em;
    gap: 5px;
    background-color: #f7f7f7;
    font-size: clamp(12px, 5vw, 15px);
}
.member_wrapper .join_agree_box + .checkbox label {
    display: flex;
    align-items: center;
    padding-left: 0 !important;
}
.member_wrapper .join_agree_box + .checkbox input {
    position: static;
    margin: 0;
    margin-right: 7px;
}
.member_wrapper .join_agree_box + .checkbox > a {
    color: #1c54e4;
    font-weight: 500;
}
.member_wrapper .join_agree_box + .checkbox > a:hover {
    text-decoration: underline;
}
.table_blog dd::after,
.table_blog dd .right .info {
    display: none;
}
.table_blog dd {
    cursor: pointer;
    display: flex;
    gap: 35px;
    flex-wrap: nowrap;
    margin-bottom: 0;
    padding: 50px 0px;
}
.table_blog dd:hover {
    background-color: transparent;
}
.table_blog dd a {
    font-weight: 500;
}
.table_blog dd:hover .right .title a,
.table_blog .right .title a:where(:hover, :focus) {
    color: var(--page-point-color);
}
.table_blog dd .right {
    display: flex;
    flex-direction: column;
    gap: 5px 15px;
    align-items: flex-start;
    width: auto;
    flex: 1;
}
.table_blog dd .right .info {
    justify-content: flex-end;
    align-items: center;
    align-self: center;
    grid-column: 2;
    grid-row: span 2;
    margin-bottom: 0;
}
.table_blog dd .right .info :is(.writer, .hits) {
    display: none;
}
.table_blog .right .title > a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 22px;
}
.table_blog dd .right .text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.table_blog dd .right .text p {
    padding: 0;
    font-size: clamp(14px, 3vw, 16px);
}
.table_blog dd .left {
    flex: 0 1 auto;
    width: 200px;
}
.table_blog dd .left a .thumb {
    aspect-ratio: 1.6666666667;
    width: 100%;
    height: auto;
}
.table_blog dd :where(.left, .right) {
    width: auto;
    height: auto;
}
@media (width <= 767px) {
    .table_blog dd {
        flex-direction: column;
        gap: 0;
    }
    .table_blog .left {
        padding-left: 0 !important;
    }
    .table_blog dd .right {
        padding-top: 0 !important;
    }
    .table_blog dd .right .text p {
        line-height: 1.5;
    }
    .table_blog dd .left {
        width: 100%;
        margin-right: 0;
    }
}
.table.table_default {
    margin-bottom: 0;
}
.table.table_default tbody tr th.num {
    font-weight: normal;
}
.table.table_default tbody .subject a {
    font-size: clamp(15px, 3vw, 16px);
    color: #333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table.table_default tr :is(th, td) {
    font-size: clamp(15px, 3vw, 16px);
    border-bottom: 1px solid #ddd;
}
.table.table_default thead th {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
}
.table_default {
    border-top: 1px solid #333;
}
.table.table_default tr td {
    color: #777;
}
.table.table_default tr td:only-child {
    display: table-cell;
}
.board_wrapper .table.board_write_table {
    border-top: 1px solid #333;
    border-collapse: inherit;
}
.board_wrapper .table.board_write_table .checkbox {
    margin: 0;
}
.board_wrapper .table.board_write_table .checkbox label {
    font-size: 1.125rem;
    letter-spacing: 0;
}
.text-muted {
    margin-top: 8px !important;
}
.board_wrapper .table.board_write_table .files .fileInput {
    flex-wrap: nowrap;
}
.board_wrapper .table.board_write_table .files .fileInput input {
    width: 100%;
}
.board_wrapper .table.board_write_table .files .fileInput .file_add {
    padding: 6px 7px 5px;
}
.board_wrapper .table.board_write_table .files + .sumChk {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}
.board_wrapper .table.board_write_table tbody tr th {
    background-color: transparent;
    font-weight: 700;
    font-size: 1.1rem;
}
.board_wrapper .table.board_write_table tbody tr td {
    padding-top: 15px;
    padding-bottom: 15px;
}
.board_data_view {
    border-top: 1px solid #333;
}
.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 40px 0;
}
#item_agree .checkbox {
    margin-top: 0;
}
:is(#form_history_list, #form_history_nologin) .board_wrapper {
    padding: 0;
    background: transparent;
    min-height: auto;
}
:is(.checkbox label, .radio label) {
    letter-spacing: -0.06em;
}
.custom_checkbox + span a {
    font-weight: 500;
    color: #1b54e4;
    text-decoration: underline;
}
:is(.custom_checkbox, .custom_radio) + span::before {
    color: var(--page-point-color);
    margin-left: 0;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: static;
    margin-top: 0;
    margin-left: 0;
    margin-right: 5px;
}
:is(.checkbox, .radio) label {
    padding-left: 0;
    display: flex;
    align-items: center;
}
:is(.checkbox-inline, .radio-inline) {
    margin-top: 0 !important;
    padding-left: 0;
}
.board_wrapper > form[id*="form"] > fieldset > :is(table.table),
.board_wrapper > form[id*="form"] > fieldset > :is(table.table) > tbody > tr > :is(th, td) {
    padding: unset;
    width: unset;
    height: unset;
    border: 0;
    line-height: 1;
}
#site .board_wrapper form[id*="form"] table {
    width: 100%;
}
#site .board_wrapper form[id*="form"] table tbody {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
#site .board_wrapper form[id*="form"] table tbody tr {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 10fr);
    align-items: flex-start;
    gap: 20px;
    padding-inline: 10px;
    padding-block: clamp(15px, 3vw, 20px);
}
#site .board_wrapper form[id*="form"] table tbody tr:first-child {
    border-top: 1px solid #000;
}
#site .board_wrapper form[id*="form"] table tbody tr {
    border-bottom: 1px solid #ccc;
}
#site .board_wrapper form[id*="form"] th {
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
}
#site .board_wrapper .table.board_write_table tbody tr th > span.required_text {
    position: static;
    margin-right: 3px;
    margin-left: 0;
    margin-top: -0.15em;
}
#site .board_wrapper .form-control {
}
#site .board_wrapper .wr_caution i,
#site .board_wrapper .form-caption i {
    color: var(--page-point-color);
}
#site .board_wrapper input.form-control:not(.hasDatepicker, #wr_captcha, [type="file"]) {
}
#mainPopup {
    position: relative;
    top: calc(var(--navbar-height) - 140px);
}
.main_popup {
    border: 0;
    border-radius: 0;
    background-color: transparent !important;
}
.main_popup_optional {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    padding: 7px 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    backdrop-filter: blur(10px);
}
.main_popup_optional :is(label, div) {
    opacity: 0.8;
}
.main_popup_optional :is(label, div):is(:hover, :focus) {
    opacity: 1;
}
.main_popup_optional :is(label, div, span) {
    float: unset !important;
    line-height: 1;
}
.main_popup_optional label {
    display: inline-flex;
    align-items: center;
    font-size: 0.85rem;
    font-weight: 400;
}
.main_popup_optional label span.material-symbols-outlined {
    font-size: 1.25rem;
    margin-right: 2px;
}
.main_popup button.close {
    opacity: 1;
    margin: 0;
    height: auto;
    color: inherit;
    font-size: 1.75rem;
}
.main_popup span.material-symbols-outlined {
    font-variation-settings: var(--gms-wght-100-out);
    font-size: inherit;
}
.main_popup_contents {
    overflow: hidden;
    padding: 10px;
    background: #fff;
}
.main_popup_contents img {
    display: block;
    max-width: 100%;
    height: auto;
}
:is(#find_btn, #login_btn) {
    margin-top: 25px;
    height: 50px !important;
}
:is(#find_idpw, .join_wrapper, .login_wrapper) {
    z-index: 10;
    width: 100%;
    padding: 100px 0 120px;
    background: #f7f7f7;
}
:is(#find_idpw, .login_wrapper) {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - var(--navbar-height));
}
@media (height <= 761px) {
    :is(#find_idpw, .login_wrapper) {
        height: auto;
    }
}
:is(.find_container, .login_container) .container {
    width: 100%;
}
.join_wrapper .member_wrapper {
    width: auto;
}
:is(.find_container, .join_container, .join_write_container, .login_container) .form-group {
    height: 45px;
}
:is(.find_container, .join_container, .join_write_container, .login_container) .member_wrapper {
    padding: 50px 40px;
    border: 1px solid #ddd;
    max-width: inherit;
    background: #fff;
}
:is(.find_container, .login_container) .member_wrapper {
    width: 400px;
    margin: 0 auto;
}
.member_wrapper .form-group {
    position: relative;
    margin: 0 !important;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
}
.member_wrapper .form-group:focus-within {
    z-index: 100;
    border-color: var(--page-point-color);
}
.member_wrapper .form-group:focus-within span.material-symbols-outlined {
    opacity: 1;
    color: var(--page-point-color);
}
.member_wrapper .form-group:nth-of-type(1) {
    margin-bottom: -1px !important;
}
.member_wrapper .form-group label span.material-symbols-outlined {
    opacity: 0.5;
    translate: 0 1px;
    font-variation-settings: var(--gms-wght-400-out);
    font-size: 1.25rem;
    color: #000;
}
.member_wrapper .form-group > label:nth-child(1) {
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.member_wrapper .form-group > div:nth-child(2) {
    flex: 1;
}
.member_wrapper .form-group > * {
    width: auto;
    padding: 0 !important;
}
.member_wrapper :is(#login_form, fieldset) {
    display: flex;
    flex-direction: column;
}
.member_wrapper :is(#login_form, #login_form input) {
    font-size: clamp(13px, 3vw, 14px);
}
.member_wrapper #login_form input {
    border: 0;
    padding-left: 0 !important;
}
.member_wrapper h1 + p {
    line-height: 1.4;
    font-size: clamp(13px, 3vw, 14px);
}
.member_wrapper h1 {
    font-size: clamp(28px, 3vw, 34px);
    border: 0;
    margin-bottom: 20px;
    padding-bottom: 0px;
}
.member_wrapper .login_extra ul {
    display: flex;
    justify-content: center;
    gap: 0 15px;
}
.member_wrapper .login_extra ul li > a {
    font-size: clamp(13px, 3vw, 14px);
}
.member_wrapper .login_extra ul li + li {
    margin-left: 0;
}
.member_wrapper .login_extra ul li + li::before {
    content: none;
}
.member_wrapper .login_extra {
    margin-top: 30px;
}
:is(.privacy_container, .agreement_container) {
    text-align: left;
}
:is(.privacy_container, .agreement_container) h1 {
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 700;
    margin-bottom: 40px;
}
:is(.privacy_container, .agreement_container) .privacy_body {
    font-size: clamp(14px, 3vw, 16px);
    line-height: 1.6em;
    padding-inline: clamp(20px, 3vw, 50px);
}
#captcha {
    filter: brightness(0.62) contrast(4.5) opacity(0.7);
    height: 40px;
    border-color: transparent !important;
}
#captcha + br {
    display: none;
}
#wr_captcha {
    margin-top: 0 !important;
}
@media (width <= 767px) {
    .member_wrapper {
        padding: 70px 15px;
    }
    .table_default :is(colgroup, .num, .regdate, .hits, .writer) {
        display: none;
    }
    .table_default .subject {
        width: 100%;
    }
    .table_default .status {
        width: 35%;
    }
    .member_wrapper #join_form .table :is(.input-group.input-group-big, .form-control.form-control-big),
    .board_wrapper .table.board_write_table :is(.input-group.input-group-big, .form-control.form-control-big, tbody tr td .btn, tbody tr td .form-control, .input-group.input-group-big, .form-control.form-control-big) {
        width: 100%;
    }
    .search_wrap {
        margin-bottom: 0 !important;
    }
    .board_data_view .download_wrap tr {
        display: flex;
        flex-direction: column;
    }
    .board_data_view .download_wrap tr > * {
        width: 100%;
    }
    .board_data_view .download_wrap tr th {
        padding-bottom: 10px;
    }
    .board_data_view .download_wrap tr li a {
        word-break: break-all;
    }
    .board_data_view .download_wrap tr li + li {
        margin-top: 10px;
    }
    :is(.member_wrapper, .board_wrapper) div.text-center {
        margin-top: 0;
        margin-bottom: 50px;
        padding-top: 30px;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    :is(.member_wrapper, .board_wrapper) .text-center .btn.btn-lg {
        padding: 0;
        height: 50px;
        font-size: 14px;
    }
    :is(.member_wrapper, .board_wrapper) .text-center :is(.btn.btn-lg, .btn + .btn) {
        flex: 1;
        min-width: inherit;
    }
    .table.table_responsive tbody tr th {
        padding: 0px !important;
        margin-bottom: 15px;
        margin-left: 0 !important;
    }
    .main_popup_contents {
        padding: 10px;
    }
    :is(#find_idpw, .join_wrapper, .login_wrapper) {
        margin-top: 0;
        position: relative;
        padding: 100px 0;
        min-height: calc(100svh - var(--navbar-height));
    }
    :is(.find_container, .join_container, .login_container) .member_wrapper {
        padding: 70px 25px 70px;
    }
    :is(.find_container, .join_container, .login_container) {
        width: 100%;
        padding: 0 15px;
    }
    .member_wrapper {
        width: 100% !important;
        margin: 0 !important;
    }
    .member_wrapper .form-group div:last-child {
        width: 100%;
    }
    .member_wrapper {
        padding-top: 50px;
    }
    .member_wrapper .login_extra ul {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .member_wrapper .login_extra ul li + li::before {
        content: none;
    }
    .member_wrapper .table,
    .member_wrapper .table :where(tbody, tbody tr) {
        display: block !important;
        width: 100% !important;
    }
    .member_wrapper .table tbody tr :where(th, td) {
        display: block !important;
        width: 100% !important;
        font-size: clamp(15px, 2vw, 17px);
    }
    .member_wrapper .table tbody tr th {
        padding: 10px 30px !important;
    }
    .member_wrapper .table .files_upload_wrap {
        display: flex;
        flex-direction: column;
    }
    .member_wrapper .table .files {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .member_wrapper .table .files .fileInput input {
        width: auto;
    }
    .member_wrapper .table .files .fileInput .file_add {
        position: relative;
        right: auto;
    }
    .member_wrapper .table .files_upload_wrap .btn {
        width: 100%;
        aspect-ratio: inherit;
        margin-top: 15px;
    }
    .member_wrapper #join_form th {
        padding: 10px 20px !important;
        margin-bottom: 10px;
    }
    .member_wrapper #join_form td {
        display: flex !important;
        padding-inline: 0;
        padding-top: 0;
        border-top: 0;
        gap: 5px;
    }
    .member_wrapper #join_form td[style="vertical-align:middle"] {
        align-items: center;
        padding-inline: 20px;
    }
    .member_wrapper #join_form td[style="vertical-align:middle"] span {
        margin-top: 0 !important;
    }
    .member_wrapper #join_form td input:not(#mb_mailing) {
        width: 100% !important;
    }
    .member_wrapper #join_form tr:last-child td {
        display: block !important;
    }
}
#site .bootstrap-timepicker-widget {
    display: none !important;
}
#site .bootstrap-timepicker {
    display: inline-flex;
    gap: 15px;
}
.ui-datepicker {
    padding: 0;
    border: none;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 300px;
    border-radius: 7px !important;
    overflow: hidden;
}
.ui-corner-all {
    border-radius: 0;
}
.ui-widget-header {
    border: 0;
}
.ui-datepicker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    background: var(--page-point-color);
    padding-bottom: 15px;
    color: #fff;
}
.ui-datepicker .ui-datepicker-header::before,
.ui-datepicker .ui-datepicker-header::after {
    content: none;
}
.ui-datepicker-header :is(.ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-title) {
    position: static;
    border: none;
    outline: none;
    margin: 5px;
}
.ui-datepicker-header :is(.ui-datepicker-prev, .ui-datepicker-next) {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ui-datepicker-header :is(.ui-datepicker-prev, .ui-datepicker-next)::before {
    font-family: var(--gms);
    color: #fff;
    font-size: 20px;
}
.ui-datepicker-header .ui-datepicker-prev {
    order: 1;
}
.ui-datepicker-header .ui-datepicker-prev::before {
    content: "\e408";
}
.ui-datepicker .ui-datepicker-title {
    order: 2;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}
.ui-datepicker .ui-datepicker-title option {
    font-size: 0.8em;
    color: #000;
}
.ui-datepicker-header .ui-datepicker-next {
    order: 3;
}
.ui-datepicker-header .ui-datepicker-next::before {
    content: "\e409";
}
.ui-datepicker :is(.ui-datepicker-prev, .ui-datepicker-next) span {
    display: none;
}
.ui-datepicker table {
    width: auto;
    margin: 7px 15px 15px;
}
.ui-datepicker-prev.ui-state-hover,
.ui-datepicker-next.ui-state-hover {
    border: none;
    outline: none;
    background: transparent;
}
.ui-datepicker-calendar .ui-state-default {
    background: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(20px, 3vw, 30px);
    font-size: 15px;
    aspect-ratio: 1;
    border-radius: 50%;
    margin-inline: auto;
}
.ui-datepicker-calendar .ui-state-hover {
    background-color: #eee;
    font-weight: 600;
}
.ui-datepicker-calendar .ui-state-highlight {
    color: var(--page-point-color);
    font-weight: 700;
}
.ui-datepicker-calendar .ui-state-active {
    background-color: var(--page-point-color);
    font-weight: 700;
    color: #fff !important;
}
.ui-datepicker-calendar thead th {
    color: #888;
    font-weight: 200;
    font-size: 1em;
}
.ui-datepicker-week-end:last-child a {
    color: #0084ff;
}
.ui-datepicker-week-end:first-child a {
    color: #e00000;
}
.ui-datepicker-buttonpane {
    border: none;
}
.ui-datepicker-buttonpane .ui-state-default {
    background: white;
    border: none;
}
.ui-datepicker-buttonpane :is(.ui-datepicker-close, .ui-datepicker-current) {
    background: white;
    color: var(--page-point-color);
    text-transform: uppercase;
    border: none;
    opacity: 1;
    font-weight: 200;
    outline: none;
}
.ui-datepicker-buttonpane :is(.ui-datepicker-close, .ui-datepicker-current) :hover {
    background: #b4cbe5;
}
@media (width <= 767px) {
    .ui-datepicker {
        width: auto;
        left: 5px !important;
        right: 5px !important;
    }
    .ui-datepicker table {
        table-layout: fixed;
        width: 100%;
        margin: 0px;
    }
}
:is(.form-wrap, form) #list_btn {
    display: none;
}
.board_data_view .contents_wrap {
    padding-left: 0;
    padding-right: 0;
}
.board_data_view .contents_inner {
    font-size: 16px;
}
.board_data_view .contents_wrap p {
    font-size: inherit;
    line-height: 1.6;
    margin: 1em 0;
}
.board_data_view .header_wrap .title {
    font-size: 26px;
}
.board_data_view .contents_wrap :is(li, dl) {
    margin: inherit;
    padding: inherit;
    list-style-position: inside !important;
}
.board_data_view .contents_wrap ul li {
    list-style-type: disc !important;
}
.board_data_view .contents_wrap ol li {
    list-style-type: decimal !important;
}
