@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');

#site {
    font-family: "Pretendard Variable", "notokr", sans-serif;
    padding-top: 90px;
    font-size: 16px;
}

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

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

a:focus, 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;
}

.caret {
    display: none;
}

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}

:root {
    --page-point-color: #3973a7;
    --page-point-color-hover: #28547c;
    --page-point-color-dark: #003565;
    --icons: "material symbols outlined";
    --gms-opsz: "opsz" 48;
    --gms-100-fill: "FILL" 1, "wght" 100, var(--gms-opsz);
    --gms-200-fill: "FILL" 1, "wght" 200, var(--gms-opsz);
    --gms-300-fill: "FILL" 1, "wght" 300, var(--gms-opsz);
    --gms-400-fill: "FILL" 1, "wght" 400, var(--gms-opsz);
    --gms-500-fill: "FILL" 1, "wght" 500, var(--gms-opsz);
    --gms-600-fill: "FILL" 1, "wght" 600, var(--gms-opsz);
    --gms-700-fill: "FILL" 1, "wght" 700, var(--gms-opsz);
    --gms-100-out: "FILL" 0, "wght" 100, var(--gms-opsz);
    --gms-200-out: "FILL" 0, "wght" 200, var(--gms-opsz);
    --gms-300-out: "FILL" 0, "wght" 300, var(--gms-opsz);
    --gms-400-out: "FILL" 0, "wght" 400, var(--gms-opsz);
    --gms-500-out: "FILL" 0, "wght" 500, var(--gms-opsz);
    --gms-600-out: "FILL" 0, "wght" 600, var(--gms-opsz);
    --gms-700-out: "FILL" 0, "wght" 700, var(--gms-opsz);
}

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

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

/* 상단 로고*/
.navbar-brand {
    height: 60px;
    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 {
    height: 100%;
    object-fit: contain;
    filter: none;
}

/* .navbar-inverse.on .navbar-brand img {
    height: 100%;
    object-fit: contain;
} */
@media (min-width:1470px) {
    .container {
        width: 1440px;
    }
}

/* 상단 메뉴 */
@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 {
    background: #fff;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

.navbar-inverse.on {
    /* background: #fff;
    transition: all 0.3s ease-in-out; */
}

.navbar-header {}

.navbar-inverse .navbar-nav {}

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

.navbar-inverse .navbar-nav .dropdown .dropdown-menu {
    display: none;
    overflow: hidden;
}

.navbar-inverse .navbar-nav li.open .dropdown-menu {
    display: flex;
    flex-direction: column;
    transform-origin: top;
    animation: menuOpen 0.35s forwards;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li {}
.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 12px 15px;
        text-align: center;
        font-size: 15px;
        color: rgba(255, 255, 255, 0.8);
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        background: transparent;
        transition: all 0.2s;
        letter-spacing: 0.02em;
}
.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li:last-child>a {
    border: 0;
}
.navbar-inverse .navbar-nav>li>a {
    font-size: 19px;
    font-weight: 600;
    color: #111;
    padding: 35px 40px;
}

/* .navbar-inverse.on .navbar-nav > li > a {
    color: #333;
} */


.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: 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: calc(100vh - 91px);
    /* height: 900px; */
}

#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 {
    top: 50%;
    padding: 0;
    text-shadow: none;
    text-shadow: 0 0 15px rgba(0,0,0,.2);
}

.carousel-caption h1 {
    text-align: left;
    position: relative;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
    font-size: 72px;
    letter-spacing: 0.02em;
}

.carousel-caption p {
    margin-bottom: 10px;
    text-shadow: none;
    font-size: 68px;
    font-weight: 600;
    letter-spacing: -0.034em;
}

/* 슬라이드 버튼 */
.carousel-control {
    text-shadow: 0 2px 6px rgba(0, 0, 0, .125);
    transition: ease-in-out 0.15s all;
}

.carousel-control.left .glyphicon::before {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-control.right .glyphicon::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

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

.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin: 0 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .125);
    transform: rotate(45deg);
}

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

.mainpage section {
    padding: 100px 0 110px;
    background: #f2f4f5;
}

.mainpage #main01 {
    padding: 120px 0 150px;
    /* background: url("/public/img/main/main01_bg.jpg") no-repeat center / cover; */
    background: #fff;
}

.main-link {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}

.main-link a {
    padding: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 250px;
    overflow: hidden;
    position: relative;
}
.main-link a:nth-child(2) {
    background: url(/public/img/main/main01_bg.jpg) no-repeat center / cover;
}
.main-link a:nth-child(3) {
}

.main-link a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    /* background: linear-gradient(90deg, black 20%, transparent); */
    opacity: 0.3;
    z-index: 1;
    transition: 0.5s;
}

.main-link a:hover::before {
    opacity: 0;
}

.main-link a:first-child {
    grid-row: span 2;
}

.main-link a img{
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background-color: #fff;
    transition: 0.5s;
    display: flex;
    max-width: 100%;
    filter: grayscale(0.4);
}
.main-link a:hover img{
    scale: 1.1;
    filter: grayscale(0);
}

.main-link a span {
    aspect-ratio: 1;
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    --wght: 300;
    position: relative;
    background: #4784d5;
    color: #fff;
    padding: 12px;
    transition: 0.5s;
}

.main-link a:hover span {
    color: #528fdf;
    background: #fff;
}

.main-link a p {
    color: #fff;
    font-weight: 600;
    font-size: 34px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 12px;
}

.main-tit {
    margin-bottom: 100px;
}

.main-tit h3 {
    font-size: 52px;
    font-weight: 800;
    color: #333;
    position: relative;
    text-align: center;
}

.main-tit h3::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -11px;
    width: 60px;
    background: #232323;
    transform: translateX(-50%);
    height: 2px;
}

#main02 .main-tit {
    display: none;
}

.main-data {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}

.main-data .page-header {
    display: none;
}

.main-data .board-tit {
    margin-bottom: 20px;
}

.main-data .board-tit+div {
}

.main-data .board-tit h4 {
    font-size: 32px;
    font-weight: 700;
    color: #232323;
    letter-spacing: -0.034em;
}

.main-pub .board-box ul.type_list {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.main-data .type_list {
    border-top: 1px solid #333;
}

.main-data .type_list li {
    padding: 16px 0;
    display: flex;
    color: #333;
    /* background: #fff; */
    border-radius: 2px;
    border-bottom: 1px solid #ccc;
}

.main-data .type_list li .board_status_badge {
    font-size: 14px;
    padding: 2px 6px;
    width: 63px;
}

.main-data .type_list li .hits {
    display: none;
}

.main-data .type_list li a span {
    font-size: 17px;
    display: block;
    white-space: normal;
    width: 100%;
}

.main-data .type_list li .info {}

.main-data .type_list li a {
    word-break: keep-all;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.main-data .type_list li .info span {
    font-size: 16px;
    margin-left: 15px;
}

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

.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.85);
}

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

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

/* 부트스크럼 */
.breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    display: flex;
    /* align-items: end; */
    gap: 30px;
}

.breadcrumb>li {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
}

.breadcrumb li a {
}

.breadcrumb li a span {
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    line-height: 1.3;
}

.breadcrumb>li+li:before {
    padding: 0;
    position: absolute;
    left: -23px;
    top: -4px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6);
    content: "\e315";
    font-family: var(--icons);
}

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

/* [ subpage-navbar ] */
.snb {
    position: relative;
    z-index: 10;
}

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

.snb li {
    border-bottom: 1px solid #ddd;
}

.snb a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    font-size: 18px;
    padding: 14px 7px 14px 20px;
    color: #666;
    justify-content: space-between;
    font-weight: 500;
    letter-spacing: 0;
}

.snb li.active a {
    background: #3973a7;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    border-radius: 2px;
}

.snb li a::after {
    content: "\e5cc";
    font-family: var(--icons);
    font-weight: 200;
    font-size: 34px;
    line-height: 1;
    transform: translateY(-1px);
    color: #ccc;
}

.snb li.active a::after {
    color: #fff;
}

.sub-sec {
    padding: 100px 0 150px;
}

.sub-con {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 90px;
    align-items: flex-start;
    position: relative;
}

.snb-wrap {
    /* overflow: hidden; */
    position: sticky;
    max-height: 500px;
    left: 0;
    top: 105px;
}

.snb-wrap h5 {
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    border-bottom: 2px solid #333;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 2px;
}

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

.title-h3 h3 {
    font-size: 42px;
    font-weight: 700;
    color: #212121;
    /* text-align: center; */
    line-height: 1;
}

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

.greet-wrap .text-box {
    padding-right: 30px;
}

.greet-wrap .text-box p {
    font-size: 18px;
    line-height: 1.8;
}

.greet-wrap .text-box p+p {
    margin-top: 25px;
}

.greet-wrap .text-box p.greet {
    font-size: 29px;
    font-weight: 500;
    color: #212121;
    line-height: 1.4;
}

.greet-wrap .text-box p.name {
    text-align: right;
    color: #000;
    font-weight: 600;
    margin-right: 10px;
}

.greet-wrap .img-box {
}

.greet-wrap .img-box img {
    width: 100%;
    object-fit: cover;
    border-radius: 0 0 60px 0;
    margin-top: 10px;
}

/* 연혁 */
.history-wrap {
    /* display: grid; */
    /* grid-template-columns: 0.7fr 1fr; */
    /* gap: 100px; */
}

.history-wrap .img-box {
    display: none;
}

.history-wrap .img-box img {
    width: 100%;
    height: 100%;
    background: #e0e0e0;
}

.timeline-box {
    display: flex;
    flex-direction: column;
    gap: 60px;
    position: relative;
}

.timeline-box::before {
    position: absolute;
    content: "";
    left: 28%;
    top: 0;
    border-left: 1px solid #dddddd;
    height: 100%;
}

.timeline-box+.timeline-box {
    margin-top: 70px;
}

.timeline-box .timeline {
    position: relative;
    display: flex;
    gap: 80px;
}

.timeline-box .timeline h6 {
    font-size: 64px;
    font-weight: 800;
    color: #7b9dc1;
    margin-bottom: 22px;
    position: relative;
    letter-spacing: -0.034em;
    width: 30%;
    padding-left: 5px;
}

.timeline-box .timeline h6::before {
    position: absolute;
    content: "";
    right: -13px;
    top: 23px;
    width: 22px;
    background: #3175bf;
    aspect-ratio: 1;
    border-radius: 50%;
    z-index: 1;
    border: 5px solid #dae5f3;
}

.timeline-box ul {
    position: relative;
    width: 70%;
    margin-top: 20px;
}


.timeline-box ul li {
    display: grid;
    gap: 4px;
    align-items: center;
    font-size: 18px;
    position: relative;
    padding-left: 0;
    color: #333;
    line-height: 1.4;
}

.timeline-box ul li+li {
    margin-top: 20px;
}

.timeline-box ul li span {
    display: block;
    font-weight: 700;
    color: #333;
    font-size: 18px;
}

/* 사업안내 */
.busi-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.busi-wrap .busi-box {
    padding: 30px 40px 30px;
    text-align: left;
    background: #f6f9fb;
    border-radius: 10px;
    position: relative;
    padding-left: 105px;
    height: 200px;
    overflow: hidden;
}

.busi-box.col3 {
    /* grid-column: span 3; */
}

.busi-box.col4 {
    /* grid-column: span 4; */
}

.busi-box h5 {
    font-size: 48px;
    font-weight: 700;
    position: absolute;
    right: 15px;
    bottom: 5px;
    color: #e5ecf1;
}

.busi-box p {
    font-size: 17px;
    color: #333;
    line-height: 1.5;
    font-weight: 500;
}

.busi-wrap .busi-box::before {
    content: "\eaf0";
    font-family: var(--icons);
    font-weight: 100;
    font-size: 38px;
    line-height: 1;
    transform: translateY(-1px);
    color: var(--page-point-color);
    position: absolute;
    font-variation-settings: var(--gms-300-out);
    box-shadow: 0 0 40px rgba(0,111,123,0.16);
    background: #fff;
    width: 54px;
    height: 54px;
    left: 25px;
    top: 30px;
    border-radius: 5px;
    text-align: center;
    padding-top: 8px;
}

.busi-wrap .busi-box:nth-child(2)::before {
    content: "\ea19";
}
.busi-wrap .busi-box:nth-child(3)::before {
    content: "\ea18";
}
.busi-wrap .busi-box:nth-child(4)::before {
    content: "\e8f9";
}
.busi-wrap .busi-box:nth-child(5)::before {
    content: "\ebcb";
}
.busi-wrap .busi-box:nth-child(6)::before {
    content: "\f80b";
}
.busi-wrap .busi-box:nth-child(7)::before {
    content: "\f40f";
}


/* 가입안내 */
.member-wrap {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.member-box {
    /* display: grid; */
    /* grid-template-columns: 0.6fr 1fr; */
    /* gap: 30px; */
}

.member-box h4 {
    font-size: 26px;
    font-weight: 600;
    color: #222;
    position: relative;
    letter-spacing: -0.034em;
    margin-bottom: 30px;
}

.member-box h4::before {
    position: absolute;
    content: "";
    left: 0;
    top: -12px;
    width: 64px;
    height: 2px;
    background: #a0b3cc;
    display: none;
}

.member-box .member {
    /* display: grid; */
    /* grid-template-columns: 0.5fr 1fr; */
    /* gap: 40px; */
}

.member-box .info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.member-box .member > p, .member-box .info > p {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    line-height: 1.6;
}

.cost-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 7px;
}

.cost-list li {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    background: #f9fbfd;
    border: 1px solid #d9e1e9;
    padding: 20px 25px;
    color: var(--page-point-color-dark);
}

.cost-list li span {
    display: block;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 10px;
    color: #333;
}

.cost-list li span > p {
    font-weight: 600;
    color: var(--page-point-color);
    margin-bottom: 2px;
}

.cost-list li + li {
    margin-left: -1px;
}

.cost-list li:last-child {
    border: 0;
    grid-column: span 5;
    padding: 2px 0 0;
    background: transparent;
}

.member-box .info small {
    color: #666;
    font-weight: 400;
    font-size: 15px;
}

.member-box ul {}

.dot-list li {
    position: relative;
    font-size: 17px;
    color: #333;
    padding-left: 12px;
    line-height: 1.5;
}

.dot-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 3px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #323232;
}

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

/* 문의게시판 */
#data02 table {
}

#data02 table thead {}

#data02 table thead tr {}

#data02 table thead th {
    background: #fff;
    font-size: 17px;
    background: #fff;
    border-bottom-color: #ccc;
    padding: 16px 0;
}

#data02 table tbody {}

#data02 table tbody tr {}

#data02 table tbody td,
#data02 table tbody th {
    padding: 16px 15px;
    font-size: 16px;
    color: #666;
}
#data02 table tbody th.num {
    font-weight: 400;
}
#data02 table tbody th {}

#data02 table tbody td {
}

.table_default .status_badge {
    font-size: 15px;
    border-radius: 2px;
    padding: 3px 0;
    font-weight: 500;
    width: 71px;
    display: block;
    margin: auto;
}

#data02 .status_wrap table tbody th {
    padding: 0;
    font-weight: 600;
    color: #333;
}
.status_wrap label.radio-inline span {
    color: #333 !important;
    background: #fff !important;
}
.status_wrap label.radio-inline span {
    color: #333 !important;
    background: #fff !important;
    font-weight: 500;
}

.status_wrap label.radio-inline input {
    margin-top: 6px;
}

/*
label.radio-inline:nth-child(1) span {
    background: #8e97a1 !important;
}
label.radio-inline:nth-child(2) span {
    background: #e15d3d !important;
}
label.radio-inline:nth-child(3) span {
    background: #45669b !important;
}
*/

/* 블로그 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;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-wrap: wrap;
}

#bbsArea .table_blog2 .inner .bottom .title a {
    font-weight: 600;
    font-size: 17px;
}

#partner01 #bbsArea .table_blog2 .inner .bottom .title a {
    font-size: 16px;
}

#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 {
    margin-bottom: 0;
}

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

#bbsArea .board_list_list tbody tr {
    cursor: pointer;
}

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

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

#bbsArea .board_list_list thead th {
    background: #fff;
    font-size: 17px;
    background: #fff;
    border-bottom-color: #ccc;
    padding: 16px 0;
}

#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 {
    padding: 17px 15px;
    font-size: 16px;
    color: #666;
}
.table.table_default tbody .subject a {
    font-size: 18px;
    font-weight: 400;
    color: #333;
}

.table.table_default tbody .subject a:hover {
    text-decoration-line: underline;
}

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

.search_wrap {
    margin-bottom: 0;
}

/* 뷰 페이지 */
#bbsArea .board_list_view {
    margin: 0;
}
.board_data_view .header_wrap {
    padding: 30px 15px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.board_data_view .header_wrap .title {
    font-weight: 500;
    letter-spacing: -0.025em;
}

.board_data_view .header_wrap .info span {
    font-size: 14px;
    color: #777;
}

.board_data_view .header_wrap .info span strong {
    font-weight: 600;
}

.board_data_view .header_wrap .info {
    margin-top: 15px;
}

/* 주문폼 */
#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;
    width: 180px;
    padding: 20px 20px;
}

#bbsArea form table th span {}

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

#bbsArea form table td .checkbox,
#bbsArea form table td .radio {
    margin: 3px 0 0;
}

#bbsArea form table td .checkbox label,
#bbsArea form table td .radio label {
    font-size: 16px;
    line-height: 1.4;
}

.board_wrapper .table.board_write_table .files_upload_wrap .btn {
    height: 36px;
    font-size: 17px;
}

#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: #fff;
    color: #999;
    border-top: 1px solid #eee;
}

#site footer .footer-wrap {
    display: grid;
    padding: 45px 0;
    grid-template-columns: 0.3fr 1fr;
}

#site footer .footer-logo {}

.footer-logo img {
    height: 65px;
    filter: grayscale(1);
    opacity: 0.6;
}

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

.footer-info li:first-child {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
    color: #666;
}

.footer-info li {
    font-size: 15px;
    margin-right: 10px;
    color: #777;
    line-height: 1.6;
    letter-spacing: 0;
}

.footer-info li.copy {
    margin-top: 10px;
    font-size: 13px;
    color: #222;
    font-weight: 200;
}

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

.footer-info li.login a {
    display: block;
    padding: 3px 11px;
    border: 1px solid #333;
    color: #333;
    border-radius: 2px;
}

.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 {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0.65);
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.125);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.125);
        animation-fill-mode: both;
        animation-duration: 0.4s;
        animation-name: fadeIn;
        border-radius: 0 0 5px 5px;
    }

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

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

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

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

.txt-area p+p {
    font-size: 16px;
    margin-top: 15px;
    font-weight: 400;
    line-height: 1.6;
}

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

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