@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=Orbitron:wght@400..900&display=swap');
@import url("https://cdn.jsdelivr.net/gh/sun-typeface/SUIT@2/fonts/variable/woff2/SUIT-Variable.css");

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

html {
    opacity: 0;
}

html.no-js {
    opacity: 1;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    letter-spacing: -0.025em;
    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: #0c4e75;
    --page-point-color-hover: #0a2832;
    --icons: "material symbols outlined";
    --sub-height: 90px;
    --font-en: "Orbitron", "Pretendard Variable", "notokr", sans-serif;
}

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

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

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

    .subpage-content .container {
        /* width: 1130px; */
    }
}

/* 상단 로고*/
.navbar-brand {
    width: 260px;
    height: auto;
    padding: 0;
    margin-left: 0 !important;
}

.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 {
    width: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.navbar-inverse.on .navbar-brand img {
    /* height: 100%; */
    /* object-fit: contain; */
    filter: none;
}

/* 상단 메뉴 */
@media (min-width: 768px) {
    .navbar-inverse {
        border-color: #ddd;
    }

    #navbar-bg {
        z-index: 1000;
        position: fixed;
        left: 0;
        right: 0;
        top: 100px;
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(10px);
        transition: all 0.3s ease;
        height: 0;
    }

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

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

@media (min-width: 768px) {
    .navbar-inverse>.container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

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

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

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

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

.navbar-inverse.on {
    background: #fff;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #ddd;
    border-color: #ddd;
}

.navbar-header {}

.navbar-inverse .navbar-nav {}

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

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

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

.navbar-inverse.opened .navbar-nav>li:hover>a::before {
    position: absolute;
    display: none;
    content: "";
    left: 0;
    bottom: -1px;
    height: 3px;
    width: 100%;
    background: var(--page-point-color);
}

@media (min-width:768px) {
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu {
        display: none;
        overflow: hidden;
    }
}

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

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

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
    text-align: center;
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    transition: all 0.15s;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li:hover>a {
    color: #1ad7cb;
    font-weight: 600;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 40px 28px;
    letter-spacing: 0;
    transition: all 0.15s;
}

.navbar-inverse.on .navbar-nav>li>a,
.navbar-inverse.sub-nav .navbar-nav>li>a {
    color: #111;
    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: #13a89e;
}

.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: 100vh;
}

#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); */
}

/* 슬라이드 글자*/
.carousel-caption {
    position: relative;
    padding: 0 15px;
    text-align: left;
    right: unset;
    left: unset;
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
    text-shadow: none;
}

.carousel-caption h1 {
    margin-bottom: 140px;
    position: relative;
    line-height: 1.1;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    letter-spacing: 0;
}

.carousel-caption h1 b {
    display: block;
    font-family: var(--font-en);
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 84px;
    margin-top: 0px;
}

.carousel-caption p {
    margin-bottom: 0px;
    font-size: 32px;
    font-weight: 500;
    text-shadow: none;
}

/* 슬라이드 버튼 */
.carousel-indicators {
    z-index: 1;
    /* width: fit-content; */
    /* left: calc(51% + 1px); */
}

.carousel-control,
.carousel-indicators {
    bottom: 390px;
}

.carousel-control {
    display: flex;
    z-index: 2;
    width: 20px;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: unset;
    left: 0;
    background-image: none;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    filter: alpha(opacity=50);
    opacity: 1;
    left: calc(50% - 70px);
    background: none !important;
    opacity: 0.5;
}

.carousel-control .glyphicon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin: 0 !important;
    top: unset;
}

.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 {
    left: unset;
    right: calc(50% - 70px);
}

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

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

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

.carousel-indicators li.active {
    /* width: 13px; */
    /* height: 13px; */
    background-color: #fff;
    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;
}

/* 메인 페이지 */
.main-con {
    position: absolute;
    bottom: 50px;
    width: 100%;
}

.link-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    align-items: end;
    overflow: hidden;
}

.link-wrap .link-box {
    max-height: 58px;
    transition: all 0.3s;
    overflow: hidden;
}

.link-tit {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 25px 15px;
    text-shadow: none;
    background: transparent;
    color: #fff;
    border-top: 1px solid #fff;
}

.link-tit p {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--font-en);
    letter-spacing: 0;
}

.link-tit span {
    font-size: 20px;
    display: none;
}

.link-box .img-box {}

.link-box .img-box img {
    width: 100%;
    aspect-ratio: 56/41;
    transition: all 0.3s ease-in-out;
    background: #a9a9a9;
}

.link-box:hover .link-tit {
    background: #fff;
    color: #094c73;
    border-top: 0;
}

.link-wrap .link-box:hover {
    transition: all 0.3s;
    max-height: 250px;
}

.link-box:hover .img-box img {}

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

.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.6); */
}

.subpage-title {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    height: 100%;
    text-align: left;
    padding-bottom: 71px;
}

.subpage-title h2 {
    line-height: 1;
    margin-top: 0;
    font-weight: 500;
    font-size: 18px;
    font-family: var(--font-en);
    color: #fff;
    text-align: left;
    display: flex;
    gap: 20px;
    flex-flow: row-reverse;
    align-items: end;
}

.subpage-title h2 p {
    font-size: 88px;
    text-transform: initial;
    line-height: 1;
    transform: translateY(8px);
    font-weight: 600;
}

.subpage-title h2 p span {
    display: inline-block;
    line-height: inherit;
}

/* [ subpage-navbar ] */
#snbInner {
    /* background: #fff; */
    height: var(--sub-height);
    max-width: 1200px;
    width: 100%;
}

.snb {
    position: relative;
    z-index: 10;
    /* margin-top: calc(-1 * var(--sub-height)); */
    display: none !important;
}

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

.snb li {
    flex: 0 1 25%;
}

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

.snb li.active a {
    background: #fff;
    font-weight: 700;
    color: #000;
}

.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: 105px 0 130px;
}

.subpage-content .cotainer {}

.subpage-content .sub-inner {}

.subpage-content .con {}

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

.title-h3 h3 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #111;
    letter-spacing: -0.05em;
}

/* 인사말 */
.greet-wrap {
    display: grid;
    grid-template-columns: 1fr 0.6fr;
    gap: 70px;
}

.greet-wrap .txt-box {}

.greet-wrap .txt-box h6 {
    font-size: 24px;
    margin-bottom: 42px;
    font-weight: 700;
    line-height: 1.5;
    color: #222;
    letter-spacing: 0;
}

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

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

.greet-wrap .txt-box p span {
    font-weight: 600;
}

.greet-wrap .txt-box p.name {
    font-weight: 500;
    margin-top: 45px;
    font-size: 15px;
    letter-spacing: 0;
    display: flex;
    border-bottom: 1px solid #ccc;
    width: fit-content;
    align-items: end;
    line-height: 1;
    padding-bottom: 8px;
    text-align: right;
}

.greet-wrap .txt-box p.name span {
    font-weight: 600;
    font-size: 20px;
    margin-left: 10px;
    color: #222;
    letter-spacing: 0px;
    line-height: 1;
}

.greet-wrap .img-box {}

.greet-wrap .img-box img {
    width: 100%;
    height: 580px;
    background: #e0e0e0;
    object-fit: cover;
    border-radius: 20px;
}

/* 회사 소개 */
.intro-wrap {}

.intro-wrap h5 {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.6;
    color: var(--page-point-color);
    margin: 0 0 70px;
    text-align: center;
    letter-spacing: -0.03em;
}

.intro-box {
    display: grid;
}

.intro-box+.intro-box {
    margin-top: 50px;
}

.intro-box p {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.5;
    text-align: center;
    font-weight: 700;
}

.intro-box .box-list {
    padding: 40px 40px;
    background: #f0f5f7;
    border-radius: 20px;
}

.intro-box .box-list>li {
    font-size: 16px;
    padding-left: 15px;
}

.intro-box .box-list>li+li {
    margin-top: 10px;
}

.intro-box .box-list>li::before {
    top: 9px;
}

.intro-box .dot-list {
    margin-top: 8px;
}

.intro-box .dot-list>li {
    font-size: 15px;
    padding-left: 14px;
}

.intro-box .dot-list>li::before {}

.group-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    background: #f0f5f7;
    padding: 30px;
    border-radius: 20px;
}

.group-list>li:first-child {}

.group-list>li:last-child {
    /* border-radius: 0 40px 0 0; */
}

.group-list li {
    font-size: 18px;
    text-align: center;
    padding: 45px 20px;
    font-weight: 600;
    line-height: 1.4;
    background: #fff;
    border-radius: 20px;
    color: var(--page-point-color);
}

/* 구성원 소개 */
.member-wrap {}

.member-wrap h5 {
    font-size: 16px;
    margin-bottom: 50px;
    color: #333;
    text-align: end;
}

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

.member-wrap .img-box img {}

/* 사업분야 */
.busi-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: anchor-center;
    background: #f0f5f7;
    border-radius: 20px;
    overflow: hidden;
    padding: 50px;
    gap: 55px;
}

.busi-wrap .img-box {
    overflow: hidden;
    border-radius: 20px;
}

.busi-wrap .img-box img {
    width: 100%;
    background: #f0f0f0;
}

.box-list {}

.box-list li {
    position: relative;
    font-size: 18px;
    line-height: 1.5;
    padding-left: 14px;
    font-weight: 500;
}

.box-list li+li {
    margin-top: 7px;
}

.box-list li::before {
    position: absolute;
    content: "";
    left: 1px;
    top: 11px;
    aspect-ratio: 1;
    width: 5px;
    background: #13a89e;
}

/* 채용정보 */
.emp-wrap {
    display: flex;
    flex-direction: column;
    /* gap: 54px; */
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
}

.emp-box {
    display: grid;
    grid-template-columns: 0.3fr 1fr;
    /* background: #f3f3f3; */
    /* border-radius: 20px; */
    /* overflow: hidden; */
    /* gap: 50px; */
    align-items: start;
}

.emp-box+.emp-box {
    border-top: 1px solid #ddd;
}

.emp-box h6 {
    font-size: 28px;
    font-weight: 700;
    padding-top: 50px;
    line-height: 1;
    color: #222;
    letter-spacing: -0.03em;
}

.emp-box .detail-box {
    padding: 50px 0;
}

.emp-box .detail {
    /* background: #f0f5f7; */
    /* border-radius: 20px; */
    /* padding: 30px 32px; */
}

.emp-box .detail ul {
    background: #f0f5f7;
    border-radius: 20px;
    padding: 30px 32px;
}

.emp-wrap>.emp-box:first-child .detail li {
    font-size: 18px;
    font-weight: 600;
    padding-left: 20px;
}

.emp-wrap>.emp-box:first-child .detail li+li {
    margin-top: 10px;
}

.emp-wrap>.emp-box:first-child .detail li::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #333;
    top: 9px;
}

.emp-box .detail p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #222;
}

.emp-box .detail+.detail {
    margin-top: 40px;
}

.dot-list {}

.dot-list li {
    font-size: 16px;
    padding-left: 13px;
    position: relative;
}

.dot-list li+li {
    margin-top: 6px;
}

.dot-list li::before {
    position: absolute;
    content: "-";
    left: 0;
    background: transparent;
    top: 0;
}

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

.location-wrap .wrap_map {
    height: 500px !important;
}

.location-wrap .locat-tit {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.location-wrap .locat-tit p {
    font-size: 22px;
    font-weight: 600;
    margin-top: 35px;
    color: #222;
}

.location-wrap .info {
    display: flex;
    gap: 40px;
}

.location-wrap .info li {
    font-size: 16px;
    display: flex;
    gap: 18px;
    align-items: center;
    color: #333;
    line-height: 1;
}

.location-wrap .info li span {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 7px;
    line-height: 1;
}

.location-wrap .info li span::before {
    content: '\e158';
    font-family: var(--icons);
    background: var(--page-point-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    aspect-ratio: 1;
    width: 23px;
    border-radius: 40px;
    font-weight: 400;
    font-size: 16px;
}

.location-wrap .info li:nth-child(2) span::before {
    content: '\e0b0'
}

/* 블로그 A 게시판 */
#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(4, 1fr);
    gap: 50px 20px;
}

#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 {}

#ab02 #bbsArea .table_blog2 .inner .top a span {
    aspect-ratio: 210/297;
    height: auto;
}

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

#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: 17px;
    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%;
}

#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 {}

#bbsArea .board_list_list col.subject_col {}

#bbsArea .board_list_list col.writer_col {}

#bbsArea .board_list_list col.regdate_col {}

#bbsArea .board_list_list thead tr {}

#bbsArea .board_list_list thead tr th {}

#bbsArea .board_list_list tbody tr {}

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

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

#bbsArea .board_list_list tbody th {}

#bbsArea .board_list_list tbody td {}

#bbsArea .board_list_list tbody td span.badge {}

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

#bbsArea .board_list_list tbody th,
#bbsArea .board_list_list tbody td {}

/* 주문폼 */
#bbsArea .board_wrapper {}

#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%;
}

/* 푸터 */
#site footer {
    margin-top: 0;
    background-color: #03101c;
}

#site footer .footer-wrap {
    /* display: grid; */
    padding: 40px 0;
    grid-template-columns: 1fr 0.1fr;
}

#site footer .footer-logo {}

.footer-logo img {
    height: 52px;
}

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

.footer-info li:first-child {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-info li {
    font-size: 14px;
    margin-right: 15px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    line-height: 1.5;
}

.footer-info li.copy {
    margin-top: 5px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 0px;
}

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

.footer-info li.login a {
    display: block;
    padding: 6px 8px;
    color: rgb(255 255 255 / 35%);
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.05);
    line-height: 1;
}

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

.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 {
        font-size: 12px;
    }

    .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: 100%;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        overflow: hidden;
        border: 0;
        padding: 25px 0 22px;
        box-shadow: none;
    }

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

/* 로그인 페이지  */
.navbar-inverse.mem .navbar-brand img {
    filter: none !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;
}

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

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

@media (max-width:991px) {
    .location-wrap .info li span {
        font-size: 14px;
        gap: 5px;
    }
    .location-wrap .info li {
        font-size: 14px;
        gap: 12px;
    }
    .location-wrap .locat-tit {
        gap: 12px;
    }
    .location-wrap .locat-tit p {
        font-size: 18px;
        margin-top: 20px;
    }
    .location-wrap .wrap_map {
        height: 300px !important;
    }
    .emp-box .detail p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .emp-box .detail ul {
        background: #f0f5f7;
        border-radius: 20px;
        padding: 20px 20px;
    }
    .emp-wrap>.emp-box:first-child .detail li::before {
        content: '';
        width: 3px;
        height: 3px;
        background: #333;
        top: 8px;
    }
    .emp-wrap>.emp-box:first-child .detail li {
        font-size: 14px;
        padding-left: 10px;
    }
    .emp-box .detail-box {
        padding: 20px 0;
    }
    .emp-box h6 {
        font-size: 20px;
        padding-top: 30px;
    }
    .box-list li::before {
        left: 1px;
        top: 8px;
        width: 4px;
    }
    .box-list li {
        font-size: 16px;
        padding-left: 12px;
    }
    .busi-wrap {
        grid-template-columns: 1fr;
        padding: 40px;
        gap: 35px;
    }
    .group-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 20px;
    }
    .intro-box .box-list {
        padding: 20px 20px;
        background: #f0f5f7;
        border-radius: 20px;
    }
    .intro-box p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .intro-wrap h5 {
        font-size: 18px;
        margin: 0 0 40px;
    }
    .greet-wrap {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .navbar-brand {
        width: 160px;
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 17px;
        padding: 35px 15px;
    }

    #navbar-bg {
        top: 90px;
    }

    .subpage-title h2 p {
        font-size: 50px;
        transform: translateY(0);
    }

    .subpage-title h2 {
        font-size: 16px;
        gap: 15px;
    }

    .subpage-header {
        position: relative;
        height: 300px;
    }

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

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

    .title-h3 h3 {
        font-size: 30px;
    }

    .greet-wrap .txt-box h6 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .greet-wrap .txt-box p {
        font-size: 15px;
    }

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

    .greet-wrap .img-box img {
        height: 300px;
    }

    .carousel-caption h1 b {
        font-size: 45px;
    }

    .carousel-caption h1 {
        margin-bottom: 140px;
        font-size: 20px;
    }

    .carousel-control,
    .carousel-indicators {
        bottom: 340px;
    }
}

@media (max-width:767px) {
    #mainCarousel .carousel-inner .item {
        height: 500px;
    }
    .carousel-control, .carousel-indicators {
        bottom: 40px;
    }
    .carousel-caption h1 {
        margin-bottom: 30px;
        font-size: 20px;
    }
    .link-box:hover .link-tit{
        border-top: 1px solid #000;
    }
    .link-wrap .link-box:hover{
        max-height: unset;
    }
    .main-con{
        position: relative;
        bottom: unset;
        padding: 100px 0;
    }
    .link-wrap {
        gap: 30px;
        grid-template-columns: repeat(2,1fr);
    }
    .link-wrap .link-box{
        max-height: unset;
    }
    .link-tit {
        justify-content: center;
        padding: 16px 25px 15px;
        color: #000;
        border-top: 1px solid #000;
    }
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 2px 0;
    }

    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        text-align: left;
        padding: 4px 15px;
        font-size: 13px;
        color: #000;
    }

    .navbar-header {
        padding: 15px 0;
    }

    .navbar-brand {
        margin-left: 15px !important;
    }

    .navbar-inverse .navbar-toggle .icon-bar,
    .navbar-inverse.open .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-inverse.on .navbar-toggle .icon-bar,
    .navbar-inverse.on.open .navbar-toggle .icon-bar {
        background-color: #000;
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 14px;
        padding: 10px 15px;
        color: #000;
    }

    .navbar-collapse {
        background: #fff;
    }

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

@media (max-width:576px) {
    .location-wrap .info {
        gap: 10px;
        flex-direction: column;
    }
    .dot-list li {
        font-size: 14px;
        padding-left: 13px;
    }
    .emp-box {
        grid-template-columns: 1fr;
    }
    .box-list li {
        font-size: 13px;
        padding-left: 10px;
    }
    .busi-wrap {
        grid-template-columns: 1fr;
        padding: 15px;
        gap: 35px;
    }
    .member-wrap h5 {
        font-size: 13px;
        margin-bottom: 25px;
    }
    .member-wrap .img-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 80px 0px;
    }
    #site footer .footer-wrap {
        padding: 25px 0;
    }
    .footer-info li:first-child {
        font-size: 13px;
        margin-bottom: 6px;
    }
    .footer-info li {
        font-size: 10px;
        margin-right: 10px;
    }
    .group-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .group-list li {
        font-size: 15px;
        padding: 15px 10px;
    }
    .intro-box .dot-list>li {
        font-size: 12px;
        padding-left: 9px;
    }
    .intro-box .box-list>li::before {
        top: 7px;
        width: 3px;
    }
    .intro-box .box-list>li {
        font-size: 13px;
        padding-left: 10px;
    }
    .intro-box p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .intro-wrap h5 {
        font-size: 15px;
        margin: 0px 0 20px;
    }
    .link-tit p {
        font-size: 15px;
    }
    .link-tit {
        padding: 10px 10px 10px;
    }
    .main-con {
        padding: 60px 0;
    }
    .link-wrap {
        gap: 30px;
        grid-template-columns: repeat(1, 1fr);
    }
    #mainCarousel .carousel-inner .item {
        height: 350px;
    }
    .carousel-caption h1 b {
        font-size: 24px;
    }
    .carousel-caption h1 {
        margin-bottom: 30px;
        font-size: 13px;
    }
    .subpage-title {
        padding-bottom: 45px;
    }

    .subpage-title h2 p {
        font-size: 25px;
        transform: translateY(0);
    }

    .subpage-title h2 {
        font-size: 12px;
        gap: 8px;
    }

    .subpage-header {
        position: relative;
        height: 220px;
    }

    .title-h3 h3 {
        font-size: 25px;
    }

    .greet-wrap .txt-box h6 {
        font-size: 17px;
        margin-bottom: 16px;
    }

    .greet-wrap .txt-box p {
        font-size: 13px;
    }

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

    .greet-wrap .txt-box p.name {
        margin-top: 30px;
        font-size: 13px;
    }

    .greet-wrap .txt-box p.name span {
        font-size: 16px;
        margin-left: 7px;
    }

    .greet-wrap .img-box img {
        height: 250px;
    }
}