@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

#site {
    font-family: "Pretendard Variable", "notokr", sans-serif;
    padding-top: 0;
}

html {
    visibility: hidden;
}

html.no-js {
    visibility: visible;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    letter-spacing: -0.005em;
    word-break: keep-all;
    line-height: 1.3;
}

a {
    text-decoration-line: none;
    color: #000;
}

a:hover {
    text-decoration-line: none;
}

li,
ul {
    list-style: none;
    margin: 0;
}

:is(ol, ul, li, dl) {
    all: unset;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

:is(p, h1, h2, h3, h4, h5, h6, dt, dd) {
    all: unset;
    display: block;
    line-height: 1.3;
}

:is(p, h1, h2, h3, h4, h5, h6, dt, dd, th, td, li) {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* 불필요 항목 삭제 */
.root_daum_roughmap .cont {
    display: none !important;
}

#gnbauth i {
    display: none;
}

.caret {
    display: none;
}

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}

:root {
    --page-point-color: #f47c12;
    --page-point-color-hover: #0a2832;
    --icons: "material symbols outlined";
    --font-jost: "Jost", "Pretendard Variable", "notokr", sans-serif;
}

.navbar-inverse+.container {
    width: 100%;
    padding: 0;
    margin: 0;
}

@media (min-width:1200px) {

    .navbar-inverse+.agreement_container,
    .navbar-inverse+.privacy_container {
        width: 1170px;
        margin: 0 auto;
        padding: 0 15px;
    }
}

.login_container,
.find_container {
    padding: 200px 0;
}

.navbar-inverse+.agreement_container,
.navbar-inverse+.privacy_container {
    padding: 0 15px;
}

@media (min-width: 1430px) {
    .container {
        width: 1230px;
    }
}

/* 상단 로고*/
/* 상단 로고*/
.navbar-brand {
    height: 40px;
    padding: 0;
    margin-left: 0 !important;
    margin-block: 30px;
}

.navbar-brand>span {
    display: flex;
    gap: 15px;
    align-items: center;
}

.navbar-brand p {
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.navbar-brand p>span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 300;
}

.navbar-inverse .navbar-brand img {
    height: 100%;
    object-fit: contain;
    filter: invert(1);
}

.navbar-inverse.on .navbar-brand img,
.navbar-inverse.opened .navbar-brand img {filter: none;}


/* 상단 메뉴 */
@media(min-width:768px) {

    .navbar-inverse {
        transition: all 0.3s cubic-ease;
    }

    .navbar-inverse>.container {
        /* width: 100%; */
        /* display: flex; */
        /* align-items: center; */
        /* justify-content: center; */
    }

    .navbar-inverse>.container::before,
    .navbar-inverse>.container::after {
        display: none;
    }

    .navbar-inverse .navbar-collapse {
        /* display: flex !important; */
        /* justify-content: center; */
    }

    #navbar-bg {
        z-index: 99;
        position: fixed;
        left: 0;
        right: 0;
        top: 90px;
        background: #fff;
        transition: all 0.25s ease-in-out;
        height: 0;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        z-index: 1030;
        padding-top: 20px;
        border: none;
        box-shadow: none;
        background: transparent;
        transition: all 0.2s ease;
    }

    .navbar-inverse.on {
        background: #fff;
    }

    .navbar-inverse {
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .navbar-inverse.on #navbar-bg {}

    .navbar-inverse .navbar-right>li>a {
        /* min-width: 150px; */
        color: #fff;
    }

    .navbar-inverse.on .navbar-right>li>a {
        color: #333;
    }
}

.navbar-inverse {
    background: transparent;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
    border-color: transparent;
}

.navbar-inverse.sub-nav {
    background: #fff;
    box-shadow: 0 0 0 1px #9bb0b9;
}

.navbar-inverse.on,
.navbar-inverse.opened {
    background: #fff;
    transition: all 0.3s;
    border-bottom: 1px solid #e0e0e0;
}

.navbar-header {}

.navbar-inverse .navbar-nav {
    margin-right: -30px;
}

.navbar-inverse .navbar-nav::before,
.navbar-inverse .navbar-nav::after {
    display: none;
}

.navbar-inverse .navbar-nav li a {
    position: relative;
}

.navbar-inverse .navbar-nav .dropdown {
    position: relative;
}

.navbar-inverse .navbar-nav>li>a::before {
    width: 0;
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    height: 3px;
    background: var(--page-point-color);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.navbar-inverse .navbar-nav>li:hover>a::before {
    width: 100%;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu {}

.navbar-inverse .navbar-nav li .dropdown-menu {
    transform-origin: center top;
    animation: menuOpen 0.3s forwards;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li {}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
    text-align: center;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 450;
    color: #333;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li:hover>a {
    background: transparent;
    color: var(--page-point-color);
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 40px 30px;
    text-align: center;
    letter-spacing: 0;
}

.navbar-inverse.on .navbar-nav>li>a,
.navbar-inverse.sub-nav .navbar-nav>li>a,
.navbar-inverse.opened .navbar-nav>li>a {
    color: #222;
    font-weight: 600;
}


.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #000;
}

.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: var(--page-point-color);
}
.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle {
    background: none;
}

.contents_wrap li,
.contents_wrap ol,
.contents_wrap ul {
    list-style: revert;
    padding: revert;
}

/* 슬라이드 이미지*/
#mainCarousel .carousel-inner .item {
    height: 700px;
}

#mainCarousel .carousel-inner {
    position: relative;
}

#mainCarousel .carousel-inner .item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    background: linear-gradient(180deg, black, rgba(0,0,0,0.3), black 100%);
    opacity: 0.6;
}

/* 슬라이드 글자*/
.carousel-caption {
    top: 58%;
    padding: 0;
    text-align: left;
    text-shadow: none;
    left: 18.5%;
    right: 18.5%;
}

.carousel-caption h1 {
    margin-bottom: 0;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 68px;
    letter-spacing: 0;
    line-height: 1.15;
    text-transform: uppercase;
    font-family: var(--font-jost);
    text-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}

.carousel-caption p {
    margin-top: 35px;
    font-size: 22px;
    font-weight: 500;
    text-shadow: none;
    letter-spacing: -0.02em;
    line-height: 1.5;
    text-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}

/* 슬라이드 버튼 */
.carousel-indicators {
    z-index: 1;
    display: none;
}

.carousel-control,
.carousel-indicators {}

.carousel-control {
    z-index: 2;
    width: 55px;
    height: 55px;
    display: flex;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 20px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    background: none !important;
    right: calc(18.5% + 72px);
    left: auto;
    bottom: 150px;
    top: auto;
}

.carousel-control .glyphicon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    margin: 0 !important;
    top: unset;
    /* border: 1px solid #fff; */
    border-radius: 100px;
    background: rgb(255 255 255 / 15%);
    backdrop-filter: blur(10px);
}

.carousel-control .glyphicon-chevron-right {
    right: 0 !important;
}

.carousel-control .glyphicon-chevron-left {
    left: 0 !important;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: 0;
}

.carousel-control.right {
    right: calc(18.5% + 10px);
    left: unset;
}

.carousel-control.left .glyphicon::before {
    content: "\e5e0";
    font-family: var(--icons);
    margin-left: 5px;
}

.carousel-control.right .glyphicon::before {
    content: "\e5e1";
    font-family: var(--icons);
    margin-left: 5px;
}

.carousel-indicators li {
    width: 13px;
    height: 13px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    margin: 0 10px;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    width: 13px;
    height: 13px;
    background-color: #fff;
    margin: 0 10px;
    box-shadow: none;
    transform: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    font-size: 20px;
    font-weight: 100;
}

/* 메인 페이지 */
.mainpage {}

.mainpage section {
    padding: 80px 0;
}

.mainpage #main01 {
    padding: 55px 0;
}

.mainpage #main01::before {}

.main-inner.quick {
    display: grid;
    grid-template-columns: 0.34fr 1fr;
    gap: 0px;
}

.main-inner.quick .txt-box {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
}

.main-inner.quick .txt-box h4 {font-size: 35px;color: #333;font-weight: 700;letter-spacing: -0.015em;text-transform: uppercase;font-family: var(--font-jost);margin-bottom: 8px;}

.main-inner.quick .txt-box h4 b {
    color: var(--page-point-color);
    font-weight: 700;
}

.main-inner.quick .txt-box p {font-size: 16px;font-weight: 400;color: #333;padding-left: 2px;font-weight: 500;line-height: 1.4;}

.main-inner.quick .link-box {
    display: flex;
    gap: 15px;
}

.main-inner.quick .link-box a {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    flex: 1;
    background: #fff;
    padding: 15px 0;
    position: relative;
}

.main-inner.quick .link-box a span::before {
    content: '';
    width: 42px;
    aspect-ratio: 1;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -11px;
    background: var(--page-point-color);
    mix-blend-mode: multiply;
    opacity: 0.15;
    transition: all 0.3s;
}
.main-inner.quick .link-box a:hover span::before {
    opacity: 1;
}
.main-inner.quick .link-box a span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    --wght: 200;
    --fill: 0;
    color: #222;
    position: relative;
}

.main-inner.quick .link-box a:hover span {
    /* background: linear-gradient(to bottom, #7bb0dec9 50%, var(--page-point-color) 100%); */
    /* color: #fff; */
    /* border-color: transparent; */
}

.main-inner.quick .link-box a p {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    transition: all 0.2s;
}

.main-inner.quick .link-box a:hover p {color: var(--page-point-color);text-decoration: underline;}

.mainpage #main02 {
}

.notice-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
}

.notice-wrap .main-notice {}

.main-notice .page-header {
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.main-notice .page-header a {}

.page-header a i {
    font-size: 20px;
    font-weight: 500;
}

.main-notice .page-header h4 {
    margin-bottom: 18px;
    font-size: 30px;
    color: #222;
    font-weight: 700;
    line-height: 1;
    position: unset;
    letter-spacing: 0;
}

.main-notice .type_list {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    /* gap: 8px; */
}

.main-notice .type_list li {
    padding: 0;
    font-size: 17px;
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #eaeaea;
}

.main-notice .type_list li+li {}

.main-notice .type_list a {
    padding: 0;
    line-height: 3.2em;
    font-size: 17px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #333;
}

.main-notice .type_list a:hover {
    text-decoration: underline;
}

.main-notice .type_list a span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}

.main-notice .type_list .cate {
    display: none;
}

.main-notice .info {}

.main-notice .info span {
    display: none;
    margin: 0;
    color: #212121;
}

.main-notice .info span.regdate {
    display: block;
}

.mainpage section#main03 {
    background: #f5f5f5;
    padding: 80px 0;
}

.main-tit {
    margin-bottom: 50px;
    display: none;
}

.main-tit h3 {
    font-size: 38px;
    color: #222;
    font-weight: 700;
}

.board_box_blog2 .page-header {
    border-bottom: none;
    padding: 0;
}

.main-active .page-header {
    margin-top: 0;
    margin-bottom: 35px;
}

.main-active .page-header h4 {
    font-size: 40px;
    color: #222;
}

:is(div[class^="board_box_"], div[class^="board_swiper_"]) .page-header .pull-right {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transform: translateY(5px);
    color: var(--page-point-color);
}
.main-active .page-header a.pull-right {
    width: 135px;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    font-size: 15px;
    transition: all 0.15s;
    background: var(--page-point-color);
    color: #fff;
}

.main-active .page-header a.pull-right:hover {
    background: #222;
    color: #fff;
}

.page-header a.pull-right::before {
    content: 'View More';
    margin-right: 8px;
    line-height: 1;
    font-family: var(--font-jost);
    letter-spacing: 0;
    color: var(--page-p);
}

.main-active .type_blog_b.type_thumb {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 25px;
    margin: 0;
}

.main-active .type_blog_b.type_thumb::before, 
.main-active .type_blog_b.type_thumb::after {
    display: none;
}

.main-active .type_blog_b.type_thumb > div {
    width: 100%;
    padding: 0;
}

.type_thumb .bottom .title a {
    font-size: 17px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    line-height: 1.4;
    min-height: 48px;
}

.type_thumb .inner {
    margin: 0;
    background: #fff;
    border: 2px solid #f5f5f5;
    /* box-shadow: 3px 5px 20px rgba(0,0,0,0.08); */
    transition: all 0.25s;
}

.type_thumb .inner:hover {
    border-color: var(--page-point-color);
}

.type_thumb span.thumb {
    aspect-ratio: 250 / 160;
    height: auto;
}

.type_thumb .inner .bottom {
    padding: 22px;
}

.type_thumb .bottom .info span {
    font-size: 13px;
    color: #888;
}

.type_thumb .bottom .info {
    margin-top: 17px;
}

.type_thumb .bottom .info .writer, 
.type_thumb .bottom .info .hits {
    display: none;
}

.main-active .swiper-button-next,
.main-active .swiper-button-prev {
    display: none;
}

.main-active .swiper-pagination {}

.main-active .swiper-pagination .swiper-pagination-bullet {}

.main-active .swiper-pagination .swiper-pagination-bullet-active {}

.type_swiper_s1 .bottom .info {
    display: none;
}

/* 서브 페이지 */
.subpage-header {
    position: relative;
    height: 580px;
}

.breadcrumb {
    padding: 0;
    margin: 30px 0 0;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 32px;
}

.breadcrumb li {
    position: relative;
    font-size: 16px;
    color: #fff;
}

.breadcrumb>.active {
    color: #fff;
}

.breadcrumb li a {
    color: #eee;
    display: flex;
    align-items: center;
}

.breadcrumb li a span {
    font-size: 20px;
    --wght: 300;
    --fill: 1;
}

.breadcrumb>li+li:before {
    position: absolute;
    content: "\e5e1";
    font-family: var(--icons);
    padding: 0;
    left: -21px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 14px;
    font-weight: 200;
    opacity: 0.8;
}

.subpage-header .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: #ddd url("/public/img/sub/subBg01.jpg") no-repeat center / cover;
    filter: brightness(0.65);
}

[id^=alarm0] .subpage-header .bg {
    background: url("/public/img/sub/subBg02.jpg") no-repeat center / cover;
}

[id^=data0] .subpage-header .bg {
    background: url("/public/img/sub/subBg03.jpg") no-repeat center / cover;
}

[id^=notice0] .subpage-header .bg {
    background: url("/public/img/sub/subBg04.jpg") no-repeat center / cover;
}

.subpage-title {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 60px;
}

.subpage-title h2 {
    line-height: 1;
    margin-top: 0;
    text-align: center;
    font-weight: 700;
    font-size: 58px;
    color: #fff;
}

/* [ subpage-navbar ] */
.snb {
    position: relative;
    z-index: 10;
    background: rgba(0,0,0,0.5);
    margin-top: -65px;
}

.snb ul {
    position: relative;
    display: flex;
    margin: 0;
    justify-content: center;
}

.snb li {
    flex: 0 1 20%;
    position: relative;
}

.snb li+li::before {
    position: absolute;
    content: "";
    left: -2px;
    top: 50%;
    width: 1px;
    height: 20px;
    /* background: #e9e9e9; */
    transform: translateY(-50%);
}

.snb a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 17px;
    height: 65px;
    color: #fff;
    font-weight: 400;
}

.snb li.active a {
    background: var(--page-point-color);
    font-weight: 600;
    color: #fff;
}

.snb li.active a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 100%;
    height: 2px;
    /* background: var(--page-point-color); */
}

.subpage-content {
    padding: 100px 0 110px;
}

.subpage-content .con {}

.title-h3 {
    margin-bottom: 85px;
}

.title-h3 h3 {
    color: #222;
    font-weight: 700;
    font-size: 44px;
    text-align: center;
}

/* 인사말 */
.greet-wrap {}

.greet-wrap h4 {
    color: #222;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 50px;
    letter-spacing: -0.03em;
    line-height: 1.5;
}

.greet-wrap h4 span {
    color: var(--page-point-color);
}

.greet-wrap .greet-box {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 130px;
}

.greet-box .txt-box {}

.greet-box .txt-box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -0.025em;
}

.greet-box .txt-box p+p {
    margin-top: 30px;
}

.greet-box .txt-box .name {
    font-weight: 500;
    color: #222;
    margin-top: 50px;
    font-size: 16px;
    letter-spacing: -0.04em;
}

.greet-box .txt-box .name span {
    font-size: 22px;
    font-weight: 600;
    margin: 0 4px;
    letter-spacing: -0.025em;
    color: #111;
}

.greet-box .img-box {}

.greet-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 회원소개 */
.member-wrap {}

.member-wrap .member-table {}

.table-style01 {
    width: 100%;
    border-top: 2px solid #000;
}

.table-style01 tr {}

.table-style01 th,
.table-style01 td {
    font-size: 18px;
    font-weight: 400;
    color: #111;
    padding: 14px 15px;
    border: 1px solid #e3e3e3;
}

.table-style01 td.rule {
    border-right: 1px solid #ddd;
}

.table-style01 th {
    font-size: 24px;
    background: #f7f7f7;
    font-weight: 600;
}

.table-style01 td {}

.member-table table {}

.member-table table td,
.member-table table th {
    text-align: center;
    border-left: 0;
    border-right: 0;
    letter-spacing: 0;
    font-size: 16px;
}

.member-table table th {
    font-size: 18px;
    letter-spacing: 5px;
    padding: 15px;
}

.member-table table th:first-child {
    border-right: 1px solid #ddd;
}

.member-table table td {}

/* 조직도 */
.group-wrap {}

.group-wrap .img-box {}

.group-wrap .img-box img {
}

/* 연혁 */
.history-wrap {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.history-wrap .img-box {
    position: relative;
    overflow: hidden;
}

.history-wrap .img-box::before {}

.history-wrap .img-box img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    background: #ddd;
    filter: brightness(0.5);
}

.history-wrap .img-box h4 {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    flex-direction: column;
    display: flex;
    justify-content: center;
    color: #fff;
    padding: 50px 70px;
    font-size: 20px;
    left: 0;
    top: 0;
    letter-spacing: -0.03em;
}

.history-wrap .img-box span {
    display: block;
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 700;
}

.history-box {
    display: flex;
    flex-direction: column;
    gap: 100px;
    position: relative;
}

.history-box::before {
    position: absolute;
    content: "";
    left: 400px;
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    top: 25px;
}

.history-box .history {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 80px;
}

.history-box .history .year {
    font-size: 49px;
    font-weight: 700;
    color: var(--page-point-color);
    letter-spacing: -0.025em;
}

.timeline {
    margin-top: 15px;
}

.timeline .h-list {}

.timeline .h-list p {
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 22px;
    position: relative;
    color: #111;
}

.timeline .h-list p::before {
    position: absolute;
    content: "";
    left: -85px;
    top: 10px;
    width: 10px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--page-point-color);
    box-shadow: 0px 3px 8px rgba(0,0,0,0.2);
}

.timeline .h-list ul {}

.h-list ul li {
    display: flex;
    font-size: 17px;
    gap: 25px;
    align-items: center;
    letter-spacing: -0.015em;
    color: #555;
}

.h-list ul li span {
    display: block;
    font-weight: 500;
    color: #333;
}

.timeline .h-list+.h-list {
    margin-top: 45px;
}

/* 오시는길 */
.map-wrap {}

.map-wrap .root_daum_roughmap .wrap_map {}

.map {
    padding: 0 100px 0;
    margin-bottom: -30px;
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 85px;
    position: relative;
    z-index: 1;
    align-items: start;
    background: #fff;
    border-top: none;
}

.map .map-tit {
    background: var(--page-point-color);
    padding: 94px 40px 0;
    transform: translateY(-35px);
    aspect-ratio: 1/1;
    text-align: center;
}

.map .map-tit h5 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

.map .map-tit h5 span {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
}

.map-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 45px;
}

.map-info .info {
    display: flex;
    gap: 10px;
    align-items: center;
}

.map-info .info.address {
    display: block;
    margin-bottom: 20px;
}

.map-info .info.address .detail {
    display: block;
}

.map-info .info span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    --wght: 100;
    --grad: 100;
    font-size: 19px;
    width: 27px;
    height: 27px;
    aspect-ratio: 1;
    border-radius: 100px;
    background: #333;
    color: #fff;
}

.map-info .detail {
    display: grid;
    gap: 25px;
    grid-template-columns: 115px 1fr;
    align-items: center;
}

.map-info .detail h6 {
    font-size: 16px;
    color: #222;
    font-weight: 600;
    border-right: 1px solid #ddd;
}

.map-info .detail ul {}

.map-info .detail ul li {font-size: 16px;}

.map-info .address .detail ul li {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.015em;
}

.map-info .detail ul li small {
    font-size: 14px;
    color: #888;
    font-weight: 400;
}

/* 사업소개 */
.busi-wrap {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.busi-wrap .busi-box {
    display: flex;
    flex-direction: column;
    box-shadow: 8px 8px 40px rgba(0, 0, 0, 0.12);
}

.busi-wrap .busi-box .img-box {
    position: relative;
}

.busi-wrap .img-box h5 {
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 22px;
    backdrop-filter: blur(10px);
}

.busi-wrap .img-box img {
    width: 100%;
    object-fit: cover;
    height: 500px;
    /* padding: 7px; */
    /* border: 3px dashed #ddd; */
}

.busi-wrap .txt-box {
    padding: 60px 70px;
}

.busi-wrap .txt-box .txt {
}

.busi-wrap .txt h6 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 35px;
    color: #222;
}

.busi-wrap .txt p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    letter-spacing: -0.02em;
}

.busi-wrap .txt p+p {
    margin-top: 20px;
}

.busi-wrap .txt-box a {
    display: block;
    width: 155px;
    border-radius: 50px;
    text-align: center;
    padding: 18px 5px;
    font-size: 16px;
    background: #222;
    color: #fff;
    font-weight: 500;
    transition: all 0.15s;
    margin-top: 30px;
    margin-left: auto;
}

.busi-wrap .txt-box a:hover {
    background: var(--page-point-color);
    color: #fff;
}

/* 활동내역 */
.active-wrap {}

.active-wrap .img-box {}

.active-wrap .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 블로그 A 게시판 */
.category_wrap {
    margin-bottom: 60px;
}

.category_wrap ul {
    display: flex;
    gap: 10px;
    flex-flow: wrap;
    justify-content: center;
}

.category_wrap ul li {
    width: 140px;
}

.category_wrap ul li+li {
    margin: 0;
}

.category_wrap ul li.on {}

.category_wrap ul li a {
    border: 0;
    padding: 10px 15px;
    text-align: center;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 1px solid #f4f4f4;
    border-radius: 100px;
    min-height: 55px;
    color: #888;
    line-height: 1.2;
    letter-spacing: -0.03em;
    background: #f6f6f6;
}

.category_wrap li.on :where(a, a:hover, a:focus) {
    border: 1px solid var(--page-point-color);
    background: #fff;
}

#bbsArea .table_blog {}

#bbsArea .table_blog dd {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 30px;
    padding: 20px;
}

#bbsArea .table_blog dd::after {
    display: none;
}

#bbsArea .table_blog .left {
    width: 100%;
}

#bbsArea .table_blog .left a {}

#bbsArea .table_blog .left a span {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

#bbsArea .table_blog .right {}

#bbsArea .table_blog .right .title {}

#bbsArea .table_blog .right .title a {
    font-size: 22px;
}

#bbsArea .table_blog .right .info {}

#bbsArea .table_blog .right .info span {}

#bbsArea .table_blog .right .text {}

#bbsArea .table_blog .right .text p {
    font-size: 16px;
}

/* 블로그 B 게시판 */
#bbsArea .table_blog2 {
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 40px;
}

#bbsArea .table_blog2::before,
#bbsArea .table_blog2::after {
    display: none;
}

#bbsArea .table_blog2 dd {
    width: 100% !important;
    padding: 0;
}

#bbsArea .table_blog2 dd {}

#bbsArea .table_blog2 .inner {
    border: 0;
}

#bbsArea .table_blog2 .inner .top {}

#bbsArea .table_blog2 .inner .top a {
    border: 1px solid #ddd;
}

#bbsArea .table_blog2 .inner .top a span {
    height: 220px;
    /* background-size: contain; */
}

#bbsArea .table_blog2 .inner .bottom {
    text-align: center;
    padding: 0;
    margin-top: 18px;
}

#bbsArea .table_blog2 .inner .bottom .title {
    padding: 0;
    margin: 0;
    white-space: unset;
}

#bbsArea .table_blog2 .inner .bottom .title a {
    font-weight: 600;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-wrap: wrap;
}

#bbsArea .table_blog2 .inner .bottom .title a span {
    display: block;
    width: 100%;
    word-break: break-all;

}

#bbsArea .table_blog2 .inner .bottom .info {
    display: none;
}

#bbsArea .table_blog2 .inner .bottom .info span {}


/* 목록 게시판 */
#bbsArea .board_wrapper {}

#bbsArea .board_list_list table {}

#bbsArea .board_list_list col.num_col {
    width: 90px;
}

#bbsArea .board_list_list col.subject_col {}

#bbsArea .board_list_list col.cate_col {
    width: 200px;
}

#bbsArea .board_list_list col.writer_col {
    width: 120px;
}

#bbsArea .board_list_list col.regdate_col {
}

#bbsArea .board_list_list thead tr {}

#bbsArea .board_list_list thead tr th {
    font-size: 17px;
    padding: 17px 15px;
    border-bottom: 1px solid #ccc;
    background: #fff;
}

#bbsArea .board_list_list tbody tr {}

#bbsArea .board_list_list tbody tr.notice {
    /* background: #dedede; */
}

#bbsArea tbody tr.notice {
    /* background: #dedede; */
}

#bbsArea .board_list_list tbody th {
    font-weight: 400;
}

#bbsArea .board_list_list tbody td {}

#bbsArea .board_list_list tbody td.cate br {
    display: none;
}

#bbsArea .board_list_list tbody td span.badge {
    margin-top: -5px;
    background: #ff9b00;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 13px;
    border-radius: 2px;
}

#bbsArea .board_list_list tbody td span.badge a {}

#bbsArea .board_list_list tbody th,
#bbsArea .board_list_list tbody td {
    font-size: 15px;
    padding: 20px 15px;
    color: #777;
}

#bbsArea .board_list_list tbody td span.badge+a {
    font-weight: 600;
    color: #333;
}

.table.table_default tbody .subject a {
    font-size: 17px;
    color: #333;
    font-weight: 500;
}

.table.table_default tbody .subject .text-muted {
    margin-left: 5px;
}

.table.table_default tbody .subject a:hover {
    color: var(--page-point-color) !important;
}

.board_data_view .header_wrap {
    padding: 30px 15px;
    border-bottom: 1px solid #ddd;
}

.board_data_view .header_wrap .title {
    font-weight: 700;
    letter-spacing: -0.025em;
    text-align: left;
    padding-left: 0;
}

.board_data_view .header_wrap .info {
    text-align: left;
}

.search_wrap {
    margin-bottom: 0;
}

/* 주문폼 */
#bbsArea .board_wrapper {
    overflow: hidden;
}

#bbsArea form {}

#bbsArea form table {}

#bbsArea form table tr {}

#bbsArea form table th {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    background: #f9f9f9;
    border-color: #e5e5e5;
}

#bbsArea form table th span {}

#bbsArea form table td {
    border-color: #e5e5e5;
    font-size: 15px;
    padding: 18px;
}

#bbsArea form table tr#item_captcha {}

#bbsArea form .custom_radio+span::before {
    vertical-align: middle;
}

#bbsArea form .custom_radio:checked+span::before {
    color: var(--page-point-color);
}

.search_wrap #search_query {
    vertical-align: top;
}

.search_wrap #search_btn {
    vertical-align: top;
}

img#captcha {
    height: 40px;
    vertical-align: bottom;
}

img#captcha+br {
    display: none;
}

#wr_captcha {
    margin: 0 !important;
}

label.radio-inline {
    margin-top: 0 !important;
}

.radio-inline+.radio-inline {
    margin-left: 25px !important;
}

.board_wrapper .table.board_write_table :where(.input-group, .form-control) {
    width: 350px;
}

.board_write_table p.text-muted.form-caption {
    margin-top: 10px !important;
    font-size: 13px;
    color: #888;
}

.checkbox.privacy_checkbox {
    margin-top: 0 !important;
}

.custom_checkbox:checked+span::before {
    color: var(--page-point-color);
}

.btn.btn-lg {
    width: 200px;
    height: 55px;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 400;
}

#login_btn {
    width: 100%;
}

.footer-partner {
    padding: 22px 0;
    /* border: 1px solid #ddd; */
    background: #f9f9f9;
    overflow: hidden;
}

.partner-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 0;
}

.footer-partner .partner {
    margin: 0 10px;
}

.footer-partner .img-box {}

.footer-partner .img-box img {
    background: #fff;
    width: 100%;
    height: 60px;
    padding: 5px;
    object-fit: contain;
    /* padding: 5px; */
    border: 1px solid #e3e3e3;
}

.footer-partner .img-box p {
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
    display: none;
}

.partner-wrap .slick-list {
    margin: 0 -10px;
}

/* 푸터 */
footer {
    margin-top: 0px;
    background-color: #1f1f1f;
    color: #fff;
}

footer li {
    font-size: 13px;
    color: #999;
    letter-spacing: 0;
    line-height: 1.6;
}

footer li:first-child {
    color: #eee;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 14px;
}

footer li:first-child img {
    height: 35px;
}

footer li.copy {
    margin-top: 0;
    font-size: 11px;
    opacity: 0.6;
}

footer .footer-info {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    line-height: 1.5;
    color: #444;
    gap: 0 10px;
    align-items: center;
}

footer .footer-wrap {
    padding: 40px 0;
}

.footer-info li.login {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}

.footer-info li.login a {
    display: block;
    padding: 3px 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    font-size: 12px;
    font-weight: 500;
}

.footer-info li.login a:hover {
    background: #333;
    color: #fff;
}

.footer-info li.clear-fix {
    width: 100%;
}

.footer-info li.clear-fix {
    width: 100%;
}

/* 푸터 - 대학교형 */
/* #site footer {
    margin-top: 0;
}

#site footer .footer-wrap {
    display: grid;
    grid-template-columns: 1fr;
    letter-spacing: -0.03em;
    background: #fff;
}

@media (min-width: 1440px) {
    #site footer .container {
        width: 1440px;
    }
}

#site .footer-wrap .footer-link {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

footer .footer-link ul {
    display: flex;
    gap: 50px;
}

footer .footer-link li {}


footer .footer-link li:hover::before {
    width: 100%;
}

footer .footer-link li a {
    color: #333;
    font-weight: 400;
    font-size: 15px;
}

footer .footer-link li.privacy a {}

footer .footer-link li a:hover {
    color: #000;
}

footer .footer-info {
    padding: 50px 0;
}

.footer-info ul {
    display: flex;
    flex-flow: wrap;
    position: relative;
}

.footer-info li:first-child {
    font-size: 16px;
    margin-bottom: 7px;
    letter-spacing: -0.01em;
    color: #111;
    font-weight: 500;
}

.footer-info li {
    font-size: 16px;
    margin-right: 20px;
    color: #666;
}

.footer-info li.copy {
    margin-top: 15px;
    font-size: 12px;
    color: #333;
    opacity: 0.7;
}

.footer-info li.login {
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.footer-info li.login a {
    display: block;
    padding: 5px 15px;
    border: 1px solid #333;
    color: #333;
}

.footer-info li.login a:hover {
    background: #333;
    color: #fff;
}

.footer-info li.clear-fix {
    width: 100%;
} */
/* 반응형 */

@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 6px;
        height: 6px;
    }

    #mainCarousel .carousel-caption p {
    }

    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        transition: ease-in-out 0.15s all;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background: none;
        border-color: #222;
    }

    .navbar-inverse .navbar-toggle:focus .icon-bar,
    .navbar-inverse .navbar-toggle:hover .icon-bar {
        background-color: #222;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        min-width: 160px;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 7px;
        overflow: hidden;
        border-radius: 0;
        border: 1px solid #ddd;
        padding: 15px 0;
        box-shadow: none;
        background: #fff;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover {
        background: transparent;
        color: #333;
    }
}

/* 로그인 페이지  */
.navbar-inverse.mem .navbar-brand img {
    filter: none !important;
}

.member_wrapper #join_form .table tbody tr th {
    width: 100% !important;
}

.navbar-inverse.mem {
    background: #fff !important;
}

.navbar-inverse.mem .navbar-brand p {
    color: #111;
}

.navbar-inverse.mem .navbar-nav>li>a {
    color: #222;
}

.login_wrapper {
    background: #f5f5f5;
}

.member_wrapper {
    margin: 170px 0;
    padding: 70px 0;
    background: #fff;
    border-radius: 68px;
}

.member_wrapper h1 {
    font-size: 30px;
    border: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
}

.member_wrapper h1+p {
    text-align: center;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 17px;
}

#login_form .form-group {}

#login_btn {
    margin: 0 auto;
    width: 100%;
    height: 55px;
}

.login_extra {}

.login_extra ul {}

.login_extra ul li {}

.login_extra ul li a {}

#find_btn {
    width: 100%;
}

@media (max-width:576px) {
    #login_btn {
        margin: 0 auto;
        width: 129px;
        font-size: 15px;
        height: 45px;
    }

    .member_wrapper {
        margin: 120px 0;
        padding: 50px 31px;
        background: #fff;
        border-radius: 35px;
    }

    .member_wrapper h1+p {
        margin-bottom: 20px;
        font-size: 13px;
    }

    .member_wrapper h1 {
        font-size: 18px;
        margin-bottom: 17px;
    }
}

/* 페이지 준비중 */
.txt-area {
    padding: 40px 25px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 350px;
    flex-direction: column;
    gap: 14px;
    border-radius: 30px;
}

.txt-area i {
    font-size: 45px;
}

.txt-area p {
    font-size: 30px;
    font-weight: 500;
    color: #212121;
    text-align: center;
}

.txt-area p+p {
    font-size: 18px;
    margin-top: 15px;
}

/* 로그인페이지 */
:is(.find_container, .login_container) .member_wrapper .form-group {
    height: 52px
}

:is(.find_container, .login_container) .member_wrapper .form-group input {
    border: 0;
    padding-left: 0
}

: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: clamp(30px, 4vw, 60px) clamp(20px, 3vw, 60px);
    border-radius: 30px;
    background: #fff
}

:is(.find_container, .join_container, .join_write_container) .member_wrapper {}

:is(.find_container, .login_container) :is(.member_wrapper) {
    max-width: 500px
}

@media (width <=767.98px) {
    :is(.find_container, .join_container, .join_write_container, .login_container) {
        width: 100%;
        padding: 0 15px
    }

    :is(.find_container, .join_container, .join_write_container, .login_container) .member_wrapper {
        width: 100%;
        margin: 0 auto
    }
}

.member_wrapper {
    max-width: 1140px;
    padding-top: 120px;
    padding-bottom: 200px;
    margin: 0 auto
}

.member_wrapper h1 {
    margin-top: 0;
    font-size: clamp(28px, 3vw, 34px);
    line-height: 1;
    font-weight: 700;
    text-align: center;
    border: 0;
    margin-bottom: 20px;
    padding-bottom: 0px;
    letter-spacing: -0.03em
}

.member_wrapper h1+p {
    line-height: 1.4;
    font-size: clamp(13px, 3vw, 15px);
    height: 80px;
    margin-bottom: 0;
    text-align: center;
    color: #666
}

.member_wrapper .text-center {
    margin-top: 40px
}

.member_wrapper .text-center .btn.btn-lg {
    padding-left: 40px;
    padding-right: 40px
}

.member_wrapper #login_form input {
    padding-left: 5px;
    font-size: 15px
}

#login_form .form-group label {
    position: relative
}

#login_form .form-group label[class*="label-"] {
    text-indent: -9999px
}

#login_form .form-group label::before {
    position: absolute;
    text-indent: 0;
    font-family: var(--gms);
    font-variation-settings: var(--gms-300-out);
    font-size: 22px;
    color: #888;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1
}

#login_form .form-group:focus-within label[class*="label-"]::before {
    color: #000
}

#login_form .form-group label.label-id::before {
    content: "\e7fd"
}

#login_form .form-group label.label-pw::before {
    content: "\e897"
}

#login_form .form-group label.label-email::before {
    content: "\e0e6"
}

@media (width <=767.98px) {
    .member_wrapper {
        padding: 60px 30px
    }

    .member_wrapper :where(#login_form, fieldset) {
        display: flex;
        flex-direction: column
    }

    .member_wrapper :where(#login_form, #login_form input) {
        font-size: clamp(13px, 3vw, 14px)
    }

    .member_wrapper #login_form input {
        border: 0;
        padding-right: 35px
    }
}

.member_wrapper .join_agree .join_agree_box {
    width: auto;
    height: 250px;
    border: 1px solid var(--page-grey-color);
    padding: 15px;
    overflow-y: scroll;
    line-height: 1.5
}

@media (min-width: 768px) {
    .member_wrapper #login_form .control-label {}
}

.member_wrapper .join_agree_box+.checkbox {
    margin: 0;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1em 1.25em;
    gap: 5px;
    background-color: #f7f7f7;
    font-size: clamp(12px, 3vw, 15px)
}

.member_wrapper .join_agree_box+.checkbox label {
    display: flex;
    align-items: center;
    padding-left: 0;
    font-size: clamp(13px, 2vw, 14px)
}

.member_wrapper .join_agree_box+.checkbox input {
    position: static;
    margin: 0;
    margin-right: 7px
}

.member_wrapper .join_agree_box+.checkbox>a {
    font-size: 14px;
    color: #1c54e4;
    font-weight: 500
}

.member_wrapper .join_agree_box+.checkbox>a:hover {
    text-decoration: underline
}

@media (width <=767.98px) {
    .member_wrapper .join_agree_box+.checkbox>a {
        font-size: 0.75em
    }
}

.member_wrapper .form-group {
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    border: 1px solid #ddd
}

.member_wrapper .form-group>* {
    width: auto;
    padding: 0
}

.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:nth-of-type(2) {
    margin-bottom: 0px !important
}

.member_wrapper .form-group label span.material-symbols-outlined {
    opacity: 0.5;
    translate: 0 1px;
    font-variation-settings: var(--gms-400-out);
    font-size: 1.25rem;
    color: #000
}

.member_wrapper .form-group>label:nth-child(1) {
    width: 80px;
    padding-left: 10px;
    transform: translateY(-3px)
}

.member_wrapper .form-group>div:nth-child(2) {
    flex: 1
}

@media (width <=767.98px) {
    .member_wrapper .form-group>div:last-child {
        width: 100%
    }
}

:is(#find_btn, #login_btn) {
    margin-top: 25px;
    height: 50px;
    width: 100%;
    border-radius: 9999px
}

:is(#find_idpw, .join_wrapper, .login_wrapper) {
    z-index: 10;
    width: 100%;
    padding: 100px 0 120px;
    background: #f7f7f7
}

@media (width <=767.98px) {
    :is(#find_idpw, .join_wrapper, .login_wrapper) {
        margin-top: 0;
        position: relative;
        padding: 30px 0 100px;
        height: auto
    }
}

:where(#find_idpw, .login_wrapper) {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (width >=992px) {
    :where(#find_idpw, .login_wrapper) {
        padding: 0 !important;
        height: calc(var(--svh100) - var(--navbar-height)) !important
    }
}

@media (height <=700px) {
    :where(#find_idpw, .login_wrapper) {
        height: auto;
        min-height: 700px;
        align-items: flex-start
    }
}

.member_wrapper .login_extra {
    margin-top: 30px
}

.member_wrapper .login_extra ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 15px
}

.member_wrapper .login_extra li>a {
    font-size: clamp(13px, 3vw, 14px)
}

.member_wrapper .login_extra li+li {
    margin-left: 0
}

.member_wrapper .login_extra li+li::before {
    content: none !important
}

@media (width <=767.98px) {
    .member_wrapper .login_extra ul {
        width: 100%;
        display: flex;
        justify-content: center
    }

    .member_wrapper .login_extra li+li::before {
        content: none
    }
}

@media (width <=767.98px) {
    .member_wrapper #join_form tr th {
        padding: 10px 20px;
        margin-bottom: 10px
    }

    .member_wrapper #join_form tr td {
        display: flex;
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        gap: 5px
    }

    .member_wrapper #join_form tr td>div:has(textarea) {
        width: 100%
    }

    .member_wrapper #join_form tr td[style="vertical-align:middle"] {
        align-items: center;
        padding-inline: 20px
    }

    .member_wrapper #join_form tr td[style="vertical-align:middle"] span {
        margin-top: 0
    }

    .member_wrapper #join_form tr td input:not(#mb_mailing) {
        width: 100%
    }
}

.member_wrapper .join_agree h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500
}

.member_wrapper .table {
    width: 100%
}

.member_wrapper .table tbody {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px
}

.member_wrapper .table tbody tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 4fr);
    margin-bottom: -1px
}

.member_wrapper .table tbody tr th {
    text-align: left;
    width: auto;
}

.member_wrapper .table tbody tr th span {
    color: var(--page-point-color)
}

.member_wrapper .table tbody tr td {
    padding-inline: 15px;
    display: flex;
    gap: 5px
}

.member_wrapper .table tbody tr :where(th, td) {
    display: block;
    font-size: clamp(13px, 3vw, 15px);
}

@media (width <=767.98px) {
    :where(.member_wrapper .table, .member_wrapper .table :where(tbody, tbody tr)) {
        display: block;
        width: 100%
    }

    .member_wrapper .table tbody tr :where(th, td) {
        display: block;
        width: 100%;
        font-size: clamp(15px, 2vw, 17px)
    }

    .member_wrapper .table tbody tr th {
        padding: 10px 30px
    }

    .member_wrapper .table .files_upload_wrap {
        display: flex;
        flex-direction: column
    }

    .member_wrapper .table .files_upload_wrap .files {
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    .member_wrapper .table .files_upload_wrap .files input {
        width: auto
    }

    .member_wrapper .table .files_upload_wrap .files .file_add {
        position: relative;
        right: auto
    }

    .member_wrapper .table .files_upload_wrap .btn {
        width: 100%;
        aspect-ratio: inherit;
        margin-top: 15px
    }
}

: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
}

:where(.privacy_container, .agreement_container) .privacy_body {
    font-size: 1rem;
    line-height: 1.6em;
    padding-inline: clamp(20px, 3vw, 50px)
}

@media (max-width: 767.98px) {
    :where(.privacy_container, .agreement_container) .member_wrapper {
        padding: 50px 30px
    }
}

.maintenance {
    background: #f4f4f4;
    padding: 120px 25px;
    text-align: center;
    border-radius: 20px
}

.maintenance span.material-symbols-outlined {
    display: inline-block;
    line-height: 1;
    font-size: 74px;
    margin-bottom: 20px
}

.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
}

@keyframes menuOpen {
    0% {
        opacity: 0;
        scale: 1 0;
    }

    100% {
        opacity: 1;
        scale: 1 1;
    }
}

@media (max-width:1199px) {
    .navbar-brand {
        height: 30px;
        margin-block: 25px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 30px 20px;
    }
    .carousel-caption h1 {
        font-size: 50px;
    }
    .carousel-caption p {
        margin-top: 25px;
        font-size: 20px;
    }
    .carousel-control {
        width: 40px;
        height: 40px;
        font-size: 18px;
        right: calc(18.5% + 52px);
    }
    .carousel-control .glyphicon {
        width: 40px;
        height: 40px;
    }
    .main-active .type_blog_b.type_thumb {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width:991px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 15px;
        padding: 30px 15px;
    }
    .navbar-brand {
        height: 25px;
        margin-block: 27px;
    }
    #mainCarousel .carousel-inner .item {
        height: 550px;
    }
    .carousel-control {
        bottom: 125px;
    }
    .carousel-caption h1 {
        font-size: clamp(25px, 5.01vw, 50px);
    }
    .carousel-caption p {
        margin-top: 15px;
        font-size: clamp(15px, 1.81vw, 18px);
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        font-size: 15px;
    }
    .main-inner.quick {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .mainpage #main01 {
        padding: 35px 0;
    }
    .main-inner.quick .txt-box h4 {
        font-size: clamp(20px, 3.51vw, 35px);
        margin-bottom: 5px;
    }
    .main-inner.quick .txt-box p {
        font-size: 14px;
    }
    .main-inner.quick .link-box a span {
        font-size: 35px;
    }
    .main-inner.quick .link-box a span::before {
        width: 25px;
        right: -6px;
        top: -6px;
    }
    .main-inner.quick .link-box a p {
        font-size: 15px;
    }
    .main-inner.quick .link-box a {
        gap: 5px;
        padding: 10px 0;
    }
    .main-active .page-header h4 {
        font-size: clamp(20px, 4.01vw, 40px);
    }
    .main-active .page-header {
        margin-bottom: 20px;
    }
    .main-active .page-header a.pull-right {
        width: 110px;
        padding: 8px 0;
        font-size: 12px;
    }
    .page-header a i {
        font-size: 15px;
    }
    .type_thumb .inner .bottom {
        padding: 15px 22px;
    }
    .notice-wrap {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .subpage-header {
        height: 380px;
    }
    .subpage-title {
        padding-top: 0;
    }
    .subpage-title h2 {
        font-size: clamp(24px, 5.01vw, 50px);
    }
    .breadcrumb {
        margin: 10px 0 0;
    }
    .snb a {
        font-size: 15px;
        height: 50px;
    }
    .snb {
        margin-top: -50px;
    }
    .title-h3 h3 {
        font-size: clamp(22px, 4.41vw, 44px);
    }
    .title-h3 {
        margin-bottom: 50px;
    }
    .greet-wrap h4 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .greet-box .txt-box p {
        font-size: 16px;
    }
    .greet-wrap .greet-box {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .greet-box .txt-box .name {
        margin-top: 30px;
        font-size: 15px;
    }
    .map {
        padding: 0;
        margin-bottom: 0;
        gap: 30px;
        grid-template-columns: 1fr;
    }
    .map-info .address .detail ul li {
        font-size: 18px;
    }
    .map-info .detail ul li small {
        font-size: 12px;
    }
    .map .map-tit {
        padding: 20px 20px;
        transform: translateY(0);
        aspect-ratio: unset;
        text-align: center;
    }
    .map-info {
        margin-top: 0;
    }
    .map .map-tit h5 {
        font-size: 20px;
    }
    .map .map-tit h5 span {
        font-size: 13px;
        margin-bottom: 5px;
    }
    #bbsArea .table_blog2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 70px 40px;
    }
}
@media (max-width:767px) {
    .navbar-header {
        margin: 0 !important;
    }
    .navbar-brand {
        height: 25px;
        margin: 10px 0 10px 15px !important;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 15px;
        padding: 15px 15px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 8px 15px;
        font-size: 14px;
    }
    .footer-info li.login {
        right: 10px;
    }
    #mainCarousel .carousel-inner .item {
        height: 400px;
    }
    .carousel-control {
        bottom: 50px;
    }
    .main-notice .page-header h4 {
        margin-bottom: 10px;
        font-size: 21px;
    }
    .main-notice .type_list a {
        font-size: 15px;
    }
    .history-wrap .img-box img {
        height: 230px;
    }
    .history-wrap .img-box span {
        margin-bottom: 20px;
        font-size: 28px;
    }
    .history-wrap .img-box h4 {
        padding: 40px 25px;
        font-size: 17px;
    }
    .history-wrap {
        gap: 55px;
    }
    .history-box .history .year {
        font-size: 25px;
    }
    .history-box .history {
        grid-template-columns: 200px 1fr;
        gap: 27px;
    }
    .history-box::before {
        left: 200px;
    }
    .timeline .h-list p::before {
        left: -30px;
        top: 7px;
        width: 7px;
        aspect-ratio: 1;
    }
    .timeline .h-list p {
        margin-bottom: 7px;
        font-size: 18px;
    }
    .h-list ul li {
        font-size: 14px;
        gap: 10px;
    }
    .history-box {
        gap: 70px;
    }
    #bbsArea .board_wrapper{
        overflow-x: auto;
    }
    #bbsArea .board_list_list thead tr th {
        font-size: 15px;
        padding: 15px 10px;
    }
    #bbsArea .board_list_list tbody th, #bbsArea .board_list_list tbody td {
        font-size: 14px;
        padding: 15px 10px;
    }
    #bbsArea .board_list_list col.num_col {
        width: 80px !important;
    }
    #bbsArea .board_list_list col.subject_col {
        width: 250px !important;
    }
    
    #bbsArea .board_list_list col.cate_col {
        width: 200px !important;
    }
    #bbsArea .board_list_list col.writer_col {
        width: 100px !important;
    }
    
    #bbsArea .board_list_list col.regdate_col {
        width: 150px !important;
    }
    .busi-wrap .txt-box {
        padding: 40px 30px;
    }
    .busi-wrap .img-box h5 {
        font-size: 18px;
        padding: 18px;
    }
    .busi-wrap .txt h6 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .busi-wrap .txt p {
        font-size: 14px;
    }
    .busi-wrap .txt-box a {
        width: 120px;
        padding: 10px 5px;
        font-size: 14px;
    }
    .category_wrap ul li {
        width: 110px;
    }
    .category_wrap ul li a {
        padding: 10px 10px;
        font-size: 12px;
        min-height: 40px;
    }
    .category_wrap ul {
        gap: 10px;
        justify-content: center;
    }
    .table.table_default tbody .subject a {
        font-size: 14px;
    }
}

@media (max-width:576px) {
    .busi-wrap .txt h6 {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .busi-wrap .txt-box {
        padding: 25px 20px;
    }
    .busi-wrap .img-box h5 {
        font-size: 15px;
        padding: 15px;
    }
    .busi-wrap .img-box img {
        height: 310px;
    }
    #bbsArea .table_blog2 .inner .bottom .title a {
        font-size: 15px;
    }
    #bbsArea .table_blog2 .inner .bottom {
        margin-top: 10px;
    }
    #bbsArea .table_blog2 {
        grid-template-columns: repeat(1, 1fr);
    }
    .table.table_default tbody .subject a {
        font-size: 14px;
    }
    .map-info .detail ul li small {
        font-size: 10px;
    }
    .map-info .address .detail ul li {
        font-size: 16px;
    }
    .map-info .detail {
        gap: 15px;
        grid-template-columns: 95px 1fr;
    }
    .map-info .detail ul li {
        font-size: 14px;
    }
    .map-info .detail h6 {
        font-size: 14px;
    }
    .map-info .info span {
        font-size: 14px;
        width: 22px;
        height: 22px;
    }
    .map-wrap .root_daum_roughmap .wrap_map{
        height: 320px !important;
    }
    .snb {
        margin-top: -40px;
    }
    .snb a {
        font-size: 13px;
        height: 40px;
    }
    .title-h3 {
        margin-bottom: 30px;
    }
    .breadcrumb li a span {
        font-size: 14px;
    }
    .breadcrumb>li+li:before {
        left: -15px;
    }
    .breadcrumb {
        gap: 20px;
    }
    .breadcrumb li {
        font-size: 12px;
    }
    .subpage-header {
        height: 280px;
    }
    .greet-box .txt-box .name span {
        font-size: 15px;
    }
    .greet-box .txt-box p {
        font-size: 15px;
    }
    .subpage-content {
        padding: 70px 0 90px;
    }
    .greet-wrap h4 {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .carousel-control {
        width: 30px;
        height: 30px;
        font-size: 16px;
        right: calc(18.5% + 42px);
    }
    .carousel-control .glyphicon {
        width: 30px;
        height: 30px;
    }
    .main-active .page-header a.pull-right {
        margin: 0;
    }
    .carousel-caption p{
        font-size: 12px;
    }
    .main-inner.quick .link-box {
        display: grid;
        gap: 15px;
        grid-template-columns: repeat(3, 1fr);
    }
    .main-active .type_blog_b.type_thumb {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .member-table table th {
        font-size: 14px;
        letter-spacing: 5px;
        padding: 10px;
    }
    .member-table table td, .member-table table th {
        font-size: 13px;
        padding: 10px;
    }
    .history-box .history {
        grid-template-columns: 150px 1fr;
    }
    .history-box::before {
        left: 150px;
    }
    .history-box .history .year {
        font-size: 20px;
    }
    .timeline .h-list p {
        font-size: 16px;
    }
    .h-list ul li {
        font-size: 13px;
        gap: 5px;
    }
    .history-wrap .img-box span {
        font-size: 20px;
    }
    .history-wrap .img-box h4 {
        font-size: 14px;
    }
}