@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=East+Sea+Dokdo&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

@font-face {
    font-family: 'SUITE';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'SUITE';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SUITE';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SUITE';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SUITE';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SUITE';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SUITE';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'SUITE';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Heavy.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

#site {
    font-family: "SUITE", "notokr", sans-serif;
    padding-top: 90px;
}

html {
    visibility: hidden;
}

html.no-js {
    visibility: visible;
}

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

a {
    text-decoration-line: none;
    /* color: #000; */
    color: var(--page-point-color);
}

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

/* 불필요 항목 삭제 */
#main_wrapper {
    padding: 50px 50px 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: #cf0c4e;
    --page-point-color-hover: #0a2832;
    --icons: "material symbols outlined";
    --input-height: 44px;
}

.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: 53px;
    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%;
}

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


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

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

    .navbar-inverse>.container {
        width: 100%;
        padding: 0 60px;
        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-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.3s 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 {
        color: #fff;
    }

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

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

.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 ease-in-out;
}

.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;
    color: #333;
    transition: all 0.15s;
}

.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.opened .navbar-nav>li:hover>a::before {
    width: 100%;
}

.navbar-inverse.opened .navbar-nav>li:hover>a::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    width: 7px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--page-point-color);
    box-shadow: 0 0 10px 1px var(--page-point-color);
    z-index: 100;
}

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

.navbar-inverse .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: 14px 15px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

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

.navbar-inverse .navbar-nav>li>a {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    padding: 35px 40px;
    text-align: center;
    letter-spacing: 0;
    transition: all 0.25s;
}

.navbar-inverse.on .navbar-nav>li>a,
.navbar-inverse.sub-nav .navbar-nav>li>a,
.navbar-inverse.opened .navbar-nav>li>a {
    color: #333;
    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 {
    background: rgba(0, 0, 0, 0.1) !important;
}

.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: 720px;
}

#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: #00000020;
}

/* 슬라이드 글자*/
.carousel-caption {
    top: 43%;
    padding: 0;
    left: 260px;
    text-align: left;
    text-shadow: 1px 1px 1px #000;
}

.carousel-caption h1 span {
    display: block;
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 32px;
}

.carousel-caption h1 {
    position: relative;
    line-height: 1.4;
    color: #fff;
    font-weight: 700;
    font-size: 52px;
    margin: 0;
}

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

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

.carousel-control,
.carousel-indicators {
    display: flex;
    gap: 6px;
    left: 260px;
    margin: 0;
    padding: 0;
    bottom: 176px;
}

.carousel-control {
    z-index: 2;
    width: 20px;
    display: none;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 20px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    background: none !important;
    left: 30px;
}

.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: 30px;
}

.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 {
    width: 87px;
    height: 5px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0;
    border-radius: 0;
    border: 0;
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    width: 87px;
    height: 5px;
    background-color: #fff;
    margin: 0;
    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: 50px;
}

/* 메인 페이지 */
.mainpage {
    padding: 150px 0 130px;
}

.mainpage section+section {
    margin-top: 150px;
}

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

.main-tit h3 {
    font-size: 50px;
    line-height: 1;
    color: #111;
    font-weight: 700;
    margin-bottom: 25px;
}

.main-tit p {
    color: #111;
    line-height: 1;
    font-size: 20px;
}

#main01 .main-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 90px;
    justify-content: center;
}

#main01 .main-inner .inner {}

#main01 .img-box {
    margin-bottom: 30px;
    position: relative;
}

#main01 .img-box img {
    width: 250px;
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
    background: #f2f2f2;
}

#main01 .img-box::before {
    position: absolute;
    content: "";
    width: 134px;
    aspect-ratio: 1;
    border-radius: 50%;
    opacity: 0.5;
    z-index: -1;
}

#main01 .company-m::before {
    background: var(--page-point-color);
    left: -29px;
    top: -29px;
}

#main01 .business-m::before {
    background: #95C80A;
    left: -29px;
    bottom: -29px;
}

#main01 .operate-m::before {
    background: #60fff8;
    right: -29px;
    top: -29px;
}

#main01 .contact-m::before {
    background: #C94D00;
    bottom: -29px;
    right: -29px;
}

#main01 .txt-box {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-direction: column;
}

#main01 .txt-box h6 {
    font-weight: 600;
    color: #000;
    line-height: 1;
    letter-spacing: 0;
    font-size: 28px;
}

#main01 .txt-box a {
    display: block;
    width: 110px;
    padding: 12px;
    text-align: center;
    border: 1px solid #ccc;
    color: #444;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
    border-radius: 100px;
    transition: all 0.2s;
    font-weight: 500;
}

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

.append-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 0.75fr;
    gap: 50px;
}

.append-wrap .page-header {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #777;
}

.append-wrap .page-header h4 {
    margin-bottom: 18px;
    font-size: 28px;
    color: #111;
    font-weight: 700;
    line-height: 1;
    position: unset;
    letter-spacing: 0;
}

.append-wrap .page-header a {}

.append-wrap .page-header i {
    font-size: 30px;
    font-weight: 300;
}

.append-wrap .type_list {
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.append-wrap .type_list li {
    padding: 0;
    font-size: 17px;
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
    gap: 10px;
}

.append-wrap .type_list li a {
    padding: 0;
    line-height: 30px;
    font-size: 17px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #222;
}

.append-wrap .type_list li a span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}

.append-wrap .type_list li a:hover {
    text-decoration: underline;
}

.append-wrap .type_list .info {}

.append-wrap .type_list .info span {
    margin: 0;
    color: #212121;
}

.append-wrap .type_list .info .writer,
.append-wrap .type_list .info .hits {
    display: none;
}

.append-wrap .type_list li .board_status_badge {
    padding: 3px 0;
    margin: 0;
    min-width: 55px;
    font-size: 14px;
    /* background: #fff !important; */
    /* color: #333 !important; */
    border-radius: 4px;
}

.faq-board {
    padding: 45px 43px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 2px solid #FAA0BE;
    border-radius: 20px;
    margin-left: 40px;
    transition: all 0.25s;
}

.faq-board:hover {
    background: #fff2f7;
}

.faq-board .faq-tit {}

.faq-board .faq-tit span {
    color: var(--page-point-color);
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    display: block;
    margin-bottom: 11px;
}

.faq-board .faq-tit h6 {
    font-weight: 700;
    color: #000;
    font-size: 29px;
    line-height: 1;
    letter-spacing: 0;
}

.faq-board .icon {
    display: flex;
    justify-content: end;
}

.faq-board .icon span {
    font-size: 80px;
    --wght: 200;
    color: var(--page-point-color);
    transform: translate(9px, 8px);
}

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

.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_12.jpg") no-repeat center / cover;
    /* filter: brightness(0.6); */
}

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

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

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

[id^=contact0] .subpage-header .bg {
    background: #ddd url("/public/img/sub/subBg05.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%;
}

.subpage-title h2 {
    line-height: 1;
    margin-top: 0;
    text-align: left;
    font-weight: 700;
    font-size: 58px;
    width: 100%;
    color: #fff;
    letter-spacing: 0;
    text-shadow: 2px 2px 2px #000;
}

/* [ subpage-navbar ] */
.snb {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #ddd;
    margin: 0 50px;
}

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

.snb li {}

.snb li+li {
    position: relative;
}

.snb li+li::before {
    position: absolute;
    content: "";
    left: -29px;
    height: 19px;
    width: 1px;
    background: #ddd;
    top: 50%;
    transform: translateY(-50%);
}

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

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

.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 120px;
}

#contact01 .subpage-content {
    background: #f7f7f7;
}

.subpage-content section+section {
    margin-top: 120px;
}

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

.title-h3 h3 {
    color: #111;
    font-weight: 700;
    font-size: 42px;
    line-height: 1;
    letter-spacing: -0.01em;
}

.title-h3 p {
    font-size: 22px;
    margin-top: 15px;
}

.greet-wrap {
    display: grid;
    grid-template-columns: 0.85fr 1fr;
    gap: 135px;
}

.greet-wrap .img-box {}

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

.greet-wrap .txt-box {
    margin-left: 14px;
    width: fit-content;
}

.greet-wrap .txt-box h4 {
    font-size: 45px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: 0;
    color: #1c1c1c;
    margin-bottom: 44px;
}

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

.greet-wrap .txt-box p {
    color: #666;
    line-height: 1.72;
    letter-spacing: -0.015em;
    font-size: 18px;
}

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

.greet-wrap .txt-box p.name {
    font-size: 20px;
    line-height: 1.55;
    letter-spacing: -0.015em;
    color: #222;
    margin-top: 60px;
    text-align: end;
    font-weight: bold;
}

.greet-wrap .txt-box p.name span {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: -0.015em;
}

/* 경영이념 */
.vision-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
}

.vision-wrap .txt-box {}

.vision-wrap .txt-box img {
    height: 293px;
    object-fit: cover;
    width: 100%;
}

.vision-wrap .txt-box p {
    margin-top: 20px;
    font-size: 21px;
    line-height: 1.6;
}

.vision-wrap .txt-box p span {
    font-weight: 500;
}

.vision-wrap .txt-box p span.c1 {
    color: var(--page-danger-color);
}

.vision-wrap .txt-box p span.c2 {
    color: var(--swiper-theme-color);
}

#ab04 .title-h3 h3 {
    /* text-align: center; */
    /* color: var(--page-point-color); */
}

#ab04 .se02 .title-h3 h3 {
    text-align: center;
}

.vision-wrap .img-box {}

.vision-wrap .img-box img {}

.vision-wrap .think-box {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.vision-wrap .think {}

.vision-wrap .think h6 {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 15px;
}

.vision-wrap .think h6 span {
    display: block;
    margin-top: 1px;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
}

.vision-wrap .think p {
    font-size: 21px;
    line-height: 1.6;
}

.vision-wrap .think:nth-child(1) h6 {
    color: #2f5597;
}

.vision-wrap .think:nth-child(2) h6 {
    color: #c55a11;
}

.vision-wrap .think:nth-child(3) h6 {
    color: #548235;
}

.esg-ct {}

.esg-ct img {
    margin: 0 auto 85px;
    border-radius: 50px;
    width: 65%;
}

.esg-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 80px;
}

.esg-inner .inner {
    display: grid;
    grid-template-columns: 350px 1fr;
    align-items: center;
    gap: 100px;
}

.esg-inner .inner:nth-child(even) {
    grid-template-columns: 1fr 350px;
}

.esg-inner .inner:nth-child(even) .item {
    order: 2;
}

.esg-inner .inner .item {
    border: 1px solid #777;
    border-radius: 50px;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.esg-inner .inner .img-box {
    margin-bottom: 20px;
    aspect-ratio: 1;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
}

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

.esg-inner .inner .esg-tit {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

.esg-inner .inner .esg-tit span {
    display: block;
    font-size: 18px;
}

.esg-inner .inner .esg-tit h6 {
    font-weight: 700;
    color: #111;
    font-size: 34px;
}

.esg-inner .inner .item-desc {}

.esg-inner .inner .item-desc ul {}

.esg-inner .inner .item-desc li {
    font-size: 21px;
    position: relative;
    padding-left: 23px;
    line-height: 1.6;
}

.esg-inner .inner .item-desc li b {
    color: var(--page-point-color)
}

.esg-inner .inner .item-desc li+li {
    margin-top: 50px;
}

.esg-inner .inner .item-desc li:before {
    position: absolute;
    content: "#";
    left: 0;
    top: -1px;
}

#ab05 .title-h3 b {
    color: var(--page-point-color);
}

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

.strong-wrap .num-list {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.strong-wrap .num-list .list {}

.strong-wrap .num-list .list p {
    font-weight: 600;
    color: #222;
    font-size: 22px;
    margin-bottom: 11px;
}

.strong-wrap .bar-list {
    padding-left: 20px;
}

.strong-wrap .bar-list li {
    font-size: 17px;
    font-weight: 500;
    padding-left: 12px;
}

.strong-wrap .bar-list li span {}

.strong-wrap .bar-list li span.blue {
    color: blue;
}

.strong-wrap .bar-list li span.red {
    color: red;
}

.strong-wrap .bar-list li.blue {
    color: blue;
}

.strong-wrap .bar-list li.blue::before {
    background: blue;
}

.strong-wrap .bar-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 8px;
    height: 1px;
    background: #222;
}

.strong-wrap .bar-list li+li {
    margin-top: 8px;
}

.strong-wrap .list-table {}

.strong-wrap .table-list {
    width: 100%;
    border: 1px solid #ddd;
}

.strong-wrap .table-list u {}

.strong-wrap .table-list tr {
    background: #d9d9d9;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.strong-wrap .table-list tr:nth-child(even) {
    background: #ffffff;
}

.strong-wrap .table-list th,
.strong-wrap .table-list td {
    text-align: center;
    padding: 15px 15px;
    font-size: 19px;
    font-weight: 700;
}

.strong-wrap .table-list th {}

.strong-wrap .table-list td {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.strong-wrap .table-list td span {
    color: red;
}

.award-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin: 0 auto;
    width: 1020px;
}

.award-wrap .item {}

.award-wrap .item .img-box {}

.award-wrap .item .img-box img {
    width: 100%;
    aspect-ratio: 3/4;
}

.award-wrap .item p {
    text-align: center;
    margin-top: 10px;
    color: #222;
    font-weight: 600;
    font-size: 16px;
}

.cert-wrap {
    display: flex;
    flex-direction: column;
    gap: 90px;
}
.cert-wrap .inner > .item:nth-child(1){
    grid-column : span 3;
}
.cert-wrap .award-wrap{
    grid-template-columns : repeat(3,1fr);
    margin: 0;
    width: 100%;
}
.cert-wrap .award-wrap.only{
    grid-template-columns : 1fr;
}
.cert-wrap .inner {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 40px;
    width: 1020px;
    margin: 0 auto;
}

.cert-wrap .inner h5 {
    color: #111;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 15px;
}

.cert-wrap .cert-box {}

.cert-wrap .cert-box .img-box {}

.cert-wrap .cert-box .img-box img {
    padding: 4px;
    border: 3px solid #ddd;
    border-radius: 15px;
}

.out-food {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin: 0 auto;
    width: 80%;
}

.out-food img {width: 100%;object-fit: contain;}

/* 연혁 */
.history-wrap {}

.history-wrap>.img-box {
    margin-bottom: 65px;
}

.history-wrap>.img-box>img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

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

.history-box .history-img {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.history-box h5 {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #1C1C1C;
    margin-bottom: 0;
}

.history-box h5 span {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: 0;
    color: var(--page-point-color);

}

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

.history-box .history::before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    height: calc(100% - 20px);
    background: #ddd;
    width: 1px;
}

.history .time {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 34px;
    padding-left: 31px;
    position: relative;
}

.history .time::before {
    position: absolute;
    content: "";
    left: -4px;
    top: 12px;
    width: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--page-point-color);
}

.history .time.recent::before {
    box-shadow: 0 0 0px 8px rgba(207, 12, 78, 0.20);
    border-radius: 50%;
}

.history .time p {
    color: #000;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0;
}

.history .time ul {}

.history .time ul li {
    font-size: 17px;
    color: #666;
    line-height: 1.8;
    letter-spacing: -0.015em;
}

.history .time ul li.import {
    color: var(--page-point-color);
}

.history .time ul li+li {}

.his-img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 48px;
}

.his-img.hi02 {
    margin-top: 30px;
}

.his-img .img-box {
    display: flex;
    flex-direction: column;
    gap: 135px;
    margin-top: 85px;
}

.his-img .img-box.down-ib {
    margin-top: 0;
}

.his-img .img-box img {
    box-shadow: 0 0 5px 0px #333;
}

.cert-img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.cert-img img {
    height: 100%;
    object-fit: fill;
    box-shadow: 0 0 5px #333;
}

#ab02 .subpage-content {
    padding-bottom: 0;
}

#ab02 .se02 {
    padding: 120px 0 120px;
    background: url("/public/img/sub/ab02Bg_2509.jpg") no-repeat center / cover;
}

.dash-list {}

.dash-list li {
    position: relative;
    padding-left: 10px;
    font-size: 17px;
}

.dash-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 11.5px;
    width: 7px;
    height: 1px;
    background: #333;
}

.dash-list li+li {}

.import-wrap {
    padding: 60px 90px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 100px;
    background: #fff;
}

.import-wrap .inner {}

.import-wrap .inner p {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -0.015em;
    position: relative;
    color: #000;
    font-weight: 500;
    margin-bottom: 3px;
    width: fit-content;
}

.import-wrap .inner p::before {
    position: absolute;
    content: "";
    left: -3px;
    top: 8px;
    width: 102%;
    height: 18px;
    opacity: 0.125;
    background: #FF2871;
    mix-blend-mode: multiply;
}

.import-wrap .inner ul {}

.import-wrap .inner ul li {
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: -0.015em;
    color: #666;
    padding-left: 11px;
    margin-left: 11px;
}

.import-wrap .inner ul li::before {
    background: #666;
    top: 50%;
    transform: translateY(-50%);
}

/* 오시는 길 */
.map-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px;
}

.map-wrap .root_daum_roughmap .wrap_map {
    height: 440px !important;
}

.map-wrap .map-info {
    display: flex;
    gap: 70px;
    justify-content: center;
}

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

.map-info .info span {
    width: 28px;
    aspect-ratio: 1;
    background: #3b4359;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    --wght: 300;
}

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

.map-info .info .detail h6 {
    font-size: 18px;
    font-weight: 800;
    color: #222;
    /* width: 60px; */
}

.map-info .info .detail ul {}

.map-info .info .detail ul li {
    font-size: 18px;
    color: #333;
}

/* 사업영약 */
.ingre-box {
    margin-bottom: 45px;
}

.ingre-box h6 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #548235;
    margin-bottom: 20px;
}

.ingre-box img {}

.busi-wrap {}

.busi-wrap .food {}

.food .food-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 820px;
    margin: 0 auto;
}

.food .food-list .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.food .food-list .inner span {
    width: 100px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
    border-radius: 50%;
    color: #000;
    --wght: 350;
    background: #fff;
    border: 4px solid #a6bfbc;
}

.food .food-list .inner:nth-child(2) span {
    border-color: #95a19d;
}

.food .food-list .inner:nth-child(2) p {
    background: #ebedec;
}

.food .food-list .inner:nth-child(3) span {
    border-color: #aba08f;
}

.food .food-list .inner:nth-child(3) p {
    background: #efece7;
}

.food .food-list .inner:nth-child(4) span {
    border-color: #bfa06d;
}

.food .food-list .inner:nth-child(4) p {
    background: #f4ecdf;
}

.food .food-list .inner p {
    font-size: 19px;
    padding: 30px 20px;
    background: #ffe4d1;
    min-height: 110px;
    text-align: center;
    margin-top: -24px;
    border-radius: 15px;
    z-index: -1;
    font-weight: 600;
    color: #000;
}

.busi-wrap .food img {
    margin: 0 auto;
    width: 70%;
}

.food-cate {
    display: flex;
    flex-direction: column;
    gap: 180px;
    margin-top: 150px;
}

.food-cate .f-cate {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
}

.food-cate .txt-box {}

.food-cate .txt-box h6 {
    font-weight: bold;
    color: #111;
    margin-bottom: 20px;
    font-size: 42px;
}

.food-cate .txt-box p {
    font-size: 22px;
    line-height: 1.6;
}

.f-cate:nth-child(even) .txt-box {
    order: 2;
}

.f-cate:nth-child(even) .img-box img:nth-child(1) {
    transform: translateY(-50px)
}

.busi-wrap .f-cate .img-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

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

.busi-wrap .intro-img+div {
    margin-top: 80px;
}

.busi-wrap .intro-img img {}

.busi-wrap .company {
    margin-top: 170px;
}

.busi-wrap .company h4 {
    font-weight: 600;
    text-align: center;
    color: #222;
    font-size: 32px;
    margin-bottom: 40px;
}

.partner-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    border: 1px solid #ddd;
    background: #ddd;
}

.partner-wrap .partner-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    /* justify-content: center; */
    background: #fff;
    padding: 20px;
}

.partner-wrap .partner-box p {
    font-weight: 700;
    font-size: 20px;
    color: #111;
    line-height: 1;
    letter-spacing: -0.01em;
    width: 100%;
    text-align: center;
}

.partner-wrap .partner-box img {
    height: 180px;
}

.cafe {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    gap: 60px;
}

.cafe .img-box {}

.cafe .img-box img {}

.cafe .txt-box {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 30px;
}

.cafe .txt {}

.cafe .txt h5 {
    font-size: 28px;
    font-weight: 800;
    color: #000;
    margin-bottom: 5px;
}

.cafe .txt p {
    font-size: 19px;
    line-height: 1.6;
}

.busi-img {
    margin-top: 120px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.busi-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.fest {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    gap: 60px;
}

.fest .img-box {}

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

.fest .txt-box {
    padding-right: 180px;
}

.fest .txt-box p {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
}

.fest .txt-box img {
    height: 297px;
    object-fit: cover;
}

.fest-img {
    margin-top: 120px;
}

.fest-img h4 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

.fest-img .fi {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.fest-img .fi {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.fest-img .fi img {
    height: 100%;
}

.fest-img:last-child .fi img {
    height: 190px;
    object-fit: cover;
    width: 100%;
}

.fest-img .fi img.grid2 {
    grid-row: span 2;
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.title-h3 .bt {
    padding: 15px;
    background: #f2f2f2;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin: 70px 0 20px;
}

#center02 .title-h3 p {
    text-align: center;
    font-size: 22px;
    line-height: 1.6;
}

.title-h3 .pc {
    color: var(--page-point-color);
}

.job-wrap {
    margin-bottom: 80px;
}

.job-wrap .job-cate {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
}

.job-wrap .job-cate .jc {}

.job-wrap .job-cate .jc h6 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.job-wrap .job-cate .jc p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.job-process {
    display: flex;
    flex-direction: column;
    gap: 120px;
    margin-top: 120px;
}

.job-process .jp {}

.job-process .jp h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111;
}

.job-process .jp img {
    margin: 0 auto;
}

.job-process .jp ul {}

.job-process .jp ul li {
    font-size: 21px;
    font-weight: 500;
    color: #222;
    display: flex;
    align-items: center;
    gap: 30px;
}

.job-process .jp ul li+li {
    margin-top: 15px;
}

.job-process .jp ul li span {
    font-weight: 500;
    color: #222;
}

.job-process .jp p {
    font-size: 18px;
    font-weight: 500;
}

/* VIP */
.vip-wrap {
    display: grid;
    gap: 20px;
}

.vip-wrap+.vip-wrap {
    margin-top: 20px;
}

.vip-wrap.row01 {
    grid-template-columns: repeat(3, 1fr);
}

.vip-wrap.row02 {
    grid-template-columns: repeat(4, 1fr);
}

.operate-wrap {
    display: flex;
    flex-direction: column;
    gap: 160px;
}

.operate-wrap .oper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.operate-wrap .oper .txt-box {}

.operate-wrap .oper .txt-box h5 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.operate-wrap .oper .txt-box p {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.6;
}
.operate-wrap .oper .txt-box p .vc{
    color : var(--page-point-color);
}
.operate-wrap .oper .img-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.operate-wrap .oper .img-box img {
    object-fit: contain;
    margin: 0 auto;
}

.operate-wrap .oper.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}

.oper.grid .txt-inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.oper.grid .txt-inner .txt {}

.oper.grid .txt-inner .txt h6,
.oper.second .txt-inner .txt h6{
    color: #222;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}
.oper.second .txt-inner{
    display : grid;
    grid-template-columns : repeat(2,1fr);
    gap : 30px;
}
.oper.second .txt-inner ul{}
.oper.second .txt-inner ul li{
    font-size: 19px;
    padding-left : 13px;
    position : relative;
}
.oper.second .txt-inner ul li:before{
    position : absolute;
    content : "";
    width : 7px;
    height : 1px;
    background : #333;
    left : 0;
    top : 10px;
}
.oper.second .txt-inner ul li + li{
    margin-top : 10px;
}
.oper.grid .txt-inner .txt p {
    font-size: 20px;
}

.oper.grid .img-box {}

.oper.grid .img-box img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.oper .table-box {}

.table-box {}

.table-box .table-style01 {
    width: 100%;
}

.table-box .table-style01 th,
.table-box .table-style01 td {
    padding: 25px 18px;
    font-size: 20px;
    border: 1px solid #00000038;
    font-weight: 600;
    color: #111;
}

.table-box .table-style01 th {
    text-align: center;
}

.table-box .table-style01 thead th {
    background: var(--page-point-color);
    color: #fff;
}

.table-box .table-style01 td {}

.operate-wrap .oper:last-child .img-box img {
    max-width: 900px;
}

/* 블로그 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%;
    word-break: break-all;

}

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

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


/* 목록 게시판 */
#center02 .table_default .status_badge {
    width: 80px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

#bbsArea .board_wrapper {}

#bbsArea .table_default table {
    border-top: 2px solid #222;
}

#bbsArea .table_default col.num_col {}

#bbsArea .table_default col.subject_col {}

#bbsArea .table_default col.writer_col {}

#bbsArea .table_default col.regdate_col {}

#bbsArea .table_default thead tr {}

#bbsArea .table_default thead tr th {
    background: #fff;
    font-size: 17px;
    color: #222;
}

#bbsArea .table_default tbody tr:hover {
    background: #fafafa;
}

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

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

#bbsArea .table_default tbody th {
    font-weight: normal;
}

#bbsArea .table_default tbody td {}

.table.table_default tbody .subject a {
    font-size: 18px;
    color: #222;
}

#bbsArea .table_default tbody td span.badge {
    line-height: 1;
    vertical-align: text-bottom;
    padding: 5px 7px;
    border-radius: 4px;
    background: #8cbf00;
}

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

#bbsArea .table_default tbody th,
#bbsArea .table_default tbody td {
    font-size: 15px;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px 10px;
}

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

#bbsArea form {
    /* border-top: 1px solid #333; */
    padding: 60px 90px 80px;
    background: #fff;
    box-shadow: 20px 30px 50px rgba(0, 0, 0, 0.15);
}

#bbsArea form table {
    border: none;
}

#bbsArea form table tr {}

#bbsArea form table th {
    font-size: 17px;
    font-weight: 600;
    color: #222;
    background: transparent;
    border: none;
    width: 180px;
    padding: 20px 10px;
}

#bbsArea form table th span {}

#bbsArea form table td {
    font-size: 15px;
    padding: 10px;
    border: none;
}

#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: var(--input-height);
    vertical-align: bottom;
}

img#captcha+br {
    display: none;
}

#wr_captcha {
    margin: 0 !important;
}

.board_write_table .form-control {
    height: var(--input-height);
}

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: 13px !important;
}

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

.board_data_view {
    border-top: 2px solid #222;
}

.board_data_view .header_wrap {
    padding: 45px 0 45px;
    border-bottom: 1px solid #e3e3e3;
}

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

.board_data_view .header_wrap .title {
    font-weight: 700;
    font-size: 26px;
    color: #222;
    letter-spacing: -0.03em;
}

.btn {
    transition: all 0.15s;
}

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

button#write_btn {
    border: 1px solid var(--page-point-color);
    color: var(--page-point-color);
    background: #fff;
}

button#write_btn:hover {
    background: var(--page-point-color);
    color: #fff;
}

#login_btn {
    width: 100%;
}

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

footer li {
    font-size: 14px;
    font-weight: 400;
    color: rgb(255 255 255 / 75%);
    letter-spacing: 0;
    line-height: 1.55;
}

footer li span {
    line-height: 1;
    letter-spacing: 0;
}

footer li:first-child {}

footer li.copy {
    margin-top: 14px;
    color: rgb(255 255 255 / 40%);
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}

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

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

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

.footer-info li.login a {
    display: block;
    padding: 2px 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.7);
    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 {
        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);
        border-radius: 7px;
        overflow: hidden;
        border: 0;
        padding: 0;
        border-radius: 0;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        background: #fff;
    }

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

/* 로그인 페이지  */
.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-inverse .navbar-nav>li>a {
        font-size: 18px;
        padding: 30px 25px;
    }
    .navbar-brand {
        height: 40px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 10px 15px;
        font-size: 14px;
    }
    #site {
        padding-top: 78px;
    }
    #main_wrapper {
        padding: 25px 20px 0;
    }
    .carousel-caption h1 {
        font-size: 38px;
    }
    #mainCarousel .carousel-inner .item {
        height: 530px;
    }
    .carousel-caption h1 span {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .carousel-indicators li {
        width: 35px;
        height: 4px;
    }
    .carousel-indicators li.active {
        width: 35px;
        height: 4px;
    }
    .mainpage {
        padding: 75px 0 90px;
    }
    .main-tit h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .main-tit p {
        font-size: 18px;
    }
    .main-tit {
        margin-bottom: 65px;
    }
    #main01 .main-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    #main01 .img-box img {
        width: 200px;
        margin: 0 auto;
    }
    #main01 .img-box::before{
        display: none;
    }
    .append-wrap {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}
@media (max-width:991px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 17px;
        padding: 27px 16px;
    }
    #site {
        padding-top: 71px;
    }
    .carousel-caption h1{
        font-size: 30px;
    }
    .carousel-caption h1 br{
        display: none;
    }
    #mainCarousel .carousel-inner .item {
        height: 445px;
    }
    .carousel-caption {
        top: 50%;
        left: 200px;
    }
    .carousel-control, .carousel-indicators {
        gap: 6px;
        left: 207px;
        bottom: 100px;
    }
    #main01 .txt-box h6 {
        font-size: 20px;
    }
    #main01 .txt-box a {
        width: 90px;
        padding: 8px;
        font-size: 14px;
    }
    .mainpage section+section {
        margin-top: 70px;
    }
    .append-wrap .page-header h4 {
        margin-bottom: 18px;
        font-size: 20px;
    }
    .append-wrap .type_list {
        padding-top: 15px;
        gap: 5px;
    }
    .append-wrap .type_list li a {
        line-height: 27px;
        font-size: 15px;
    }
    .append-wrap .type_list li .board_status_badge {
        padding: 4px 0;
        min-width: 50px;
        font-size: 12px;
        border-radius: 4px;
    }
    .faq-board {
        padding: 30px 20px;
        margin: 0;
    }
    .faq-board .icon span {
        font-size: 50px;
    }
    .faq-board .faq-tit span {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .faq-board .faq-tit h6 {
        font-size: 25px;
    }
    footer .footer-wrap {
        padding: 30px 0;
    }
    footer li {
        font-size: 13px;
    }
    footer li.copy {
        margin-top: 15px;
        font-size: 12px;
    }
    .subpage-header {
        height: 300px;
        margin: 0;
    }
    .subpage-title h2 {
        font-size: clamp(20px, 4.01vw, 40px);
    }
    .snb a {
        font-size: 16px;
        height: 50px;
        min-width: 120px;
    }
    .subpage-content {
        padding: 75px 0 90px;
    }
    .title-h3 h3 {
        font-size: clamp(20px, 4.01vw, 40px);
    }
    .title-h3 {
        margin-bottom: 40px;
    }
    .greet-wrap {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .greet-wrap .img-box img {
        height: 300px;
    }
    .greet-wrap .txt-box h4 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .greet-wrap .txt-box p {
        font-size: 16px;
    }
    .greet-wrap .txt-box p+p {
        margin-top: 25px;
    }
    .greet-wrap .txt-box {
        margin-left: 0;
        width: 100%;
    }
    .greet-wrap .txt-box p.name {
        font-size: 16px;
        margin-top: 45px;
    }
    .vision-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .vision-wrap .txt-box p {
        margin-top: 17px;
        font-size: 18px;
    }
    .vision-wrap .think h6 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .vision-wrap .think h6 span {
        margin-top: 2px;
        font-size: 16px;
    }
    .vision-wrap .think p {
        font-size: 17px;
        line-height: 1.6;
    }
    .esg-ct img {
        margin: 0 auto 65px;
        border-radius: 50px;
        width: 75%;
    }
    .esg-inner .inner {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .esg-inner .inner .item {
        padding: 20px 40px;
        width: 465px;
        margin: 0 auto;
    }
    .esg-inner .inner .esg-tit h6 {
        font-size: 28px;
    }
    .esg-inner .inner .item-desc li {
        font-size: 18px;
        padding-left: 19px;
        line-height: 1.6;
    }
    .esg-inner .inner .item-desc li+li {
        margin-top: 25px;
    }
    .esg-inner .inner:nth-child(even) {
        grid-template-columns: 1fr;
    }
    .esg-inner .inner:nth-child(even) .item {
        order: 0;
    }
    .esg-inner {
        gap: 110px;
    }
    .award-wrap {
        width: 100%;
    }
    .cert-wrap .inner {
        width: 100%;
    }
    .strong-wrap {
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .strong-wrap .num-list .list p {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .strong-wrap .bar-list {
        padding-left: 5px;
    }
    .strong-wrap .bar-list li {
        font-size: 15px;
    }
    .strong-wrap .num-list {
        gap: 20px;
    }
    .strong-wrap .table-list th, .strong-wrap .table-list td {
        padding: 10px 10px;
        font-size: 16px;
    }
    .award-wrap {
        grid-template-columns: repeat(3, 1fr);
    }
    .award-wrap .item p {
        margin-top: 8px;
        font-size: 14px;
    }
    .cert-wrap .inner {
        grid-template-columns: repeat(3, 1fr);
    }
    .cert-wrap .inner h5 {
        font-size: 15px;
        margin-bottom: 12px;
    }
    .history-box {
        display: grid;
        grid-template-columns: 0.8fr 1fr;
        gap: 30px;
    }
    .history-box h5 {
        font-weight: 600;
        font-size: 22px;
        line-height: 1.4;
        letter-spacing: 0;
        color: #1C1C1C;
        margin-bottom: 0;
    }
    .history-box h5 span {
        font-size: 22px;
    }
    .history .time {
        grid-template-columns: 95px 1fr;
        gap: 30px;
        padding-left: 20px;
    }
    .history .time ul li {
        font-size: 15px;
    }
    .history .time p {
        font-size: 19px;
    }
    .history-box .history-img {
        display: flex;
        flex-direction: column;
        justify-content: unset;
        gap: 40px;
    }
    .ingre-box h6 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .ingre-box img {
        height: 280px;
    }
    .food .food-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 100%;
        margin: 0;
    }
    .food .food-list .inner p {
        font-size: 15px;
        padding: 30px 10px 18px;
        background: #ffe4d1;
        text-align: center;
        margin-top: -24px;
        border-radius: 15px;
        z-index: -1;
        font-weight: 600;
        color: #000;
        width: 100%;
        min-height: unset;
    }
    .food .food-list .inner span {
        width: 80px;
        font-size: 50px;
    }
    .food-cate .f-cate {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .food-cate .txt-box h6 {
        margin-bottom: 15px;
        font-size: 25px;
    }
    .food-cate .txt-box p {
        font-size: 18px;
        line-height: 1.6;
    }
    .f-cate:nth-child(even) .txt-box {
        order: 0;
    }
    .f-cate:nth-child(even) .img-box img:nth-child(1) {
        transform: translateY(50px);
    }
    .food-cate {
        display: flex;
        flex-direction: column;
        gap: 90px;
        margin-top: 90px;
    }
    .partner-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .busi-wrap .company h4 {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .title-h3 p {
        font-size: 18px;
        margin-top: 12px;
    }
    .cafe {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .cafe .img-box {
        height: 300px;
    }
    .cafe .txt h5 {
        font-size: 22px;
    }
    .cafe .txt p {
        font-size: 17px;
        line-height: 1.6;
    }
    .fest .txt-box {
        padding-right: 0;
    }
    .fest {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .fest .img-box {
        height: 300px;
    }
    .fest .txt-box p {
        margin-bottom: 30px;
        font-size: 17px;
        line-height: 1.6;
        font-weight: 500;
    }
    .fest-img h4 {
        font-size: 22px;
        margin-bottom: 25px;
    }
    .oper.second .txt-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .operate-wrap .oper .txt-box h5 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .oper.grid .txt-inner .txt h6, .oper.second .txt-inner .txt h6 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .oper.second .txt-inner ul li {
        font-size: 16px;
    }
    .operate-wrap {
        gap: 80px;
    }
    .operate-wrap .oper .txt-box p {
        font-size: 18px;
    }
    .operate-wrap .oper.grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }
    .oper.grid .txt-inner .txt p {
        font-size: 17px;
    }
    .oper.grid .txt-inner {
        gap: 40px;
    }
    .oper.grid .img-box img {
        height: 260px;
    }
    .operate-wrap .oper {
        gap: 10px;
    }
    .table-box .table-style01 th, .table-box .table-style01 td {
        padding: 15px 8px;
        font-size: 14px;
    }
    .operate-wrap .oper:last-child .img-box img {
        max-width: 400px;
        width: 100%;
        object-fit: cover;
        margin: 0;
    }
    #bbsArea form {
        padding: 30px 30px 40px;
    }
    .title-h3 .bt {
        padding: 10px;
        font-size: 20px;
        margin: 45px 0 20px;
    }
    #center02 .title-h3 p {
        font-size: 18px;
    }
    .job-wrap .job-cate {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }
    .job-wrap .job-cate .jc h6 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .job-wrap .job-cate .jc p {
        font-size: 16px;
    }
    .job-process {
        gap: 75px;
        margin-top: 65px;
    }
    .job-process .jp ul li {
        font-size: 17px;
        gap: 20px;
    }
    .job-wrap {
        margin-bottom: 30px;
    }
}
@media (max-width:767px) {
    .board_wrapper .table.board_write_table :where(.input-group, .form-control) {
        width: 100%;
    }
    .history-box .history {
        gap: 25px;
    }
    .history .time {
        grid-template-columns: 1fr;
        gap: 5px;
        padding-left: 15px;
    }
    .history .time.recent::before {
        box-shadow: 0 0 0px 4px rgba(207, 12, 78, 0.20);
    }
    .history .time::before {
        left: -2px;
        top: 12px;
        width: 5px;
    }
    .his-img {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-bottom: 0;
    }
    .history-box h5 br{
        display: none;
    }
    .history-box h5 span {
        font-size: 15px;
    }
    .history-box h5 {
        font-size: 15px;
    }
    .history-box {
        grid-template-columns: 0.5fr 1fr;
        gap: 30px;
    }
    .subpage-header {
        height: 215px;
    }
    .snb a {
        min-width: unset;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 15px;
        padding: 13px 16px;
    }
    #site {
        padding-top: 48px;
    }
    #mainCarousel{
        overflow: hidden;
    }
    .navbar-brand {
        height: 30px;
        margin: 10px 0 0 15px !important;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    #ab02 .se02 {
        padding: 75px 0 95px;
    }
    .import-wrap {
        padding: 35px 25px;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .oper .table-box {
        overflow: auto;
    }
    .table-box .table-style01 {
        width: 500px;
    }
    #bbsArea .table_default col.num_col{
        width: 60px !important;
    }
    #bbsArea .table_default col.subject_col{
        width: 250px !important;
    }
    #bbsArea .table_default col.writer_col{
        width: 100px !important;
    }
    #bbsArea .table_default col.regdate_col{
        width: 120px !important;
    }
    #bbsArea .board_wrapper {
        overflow-x: auto;
    }
    #bbsArea .table_default thead tr th {
        font-size: 15px;
    }
    .table.table_default tbody .subject a {
        font-size: 15px;
        color: #222;
    }
    #bbsArea .table_default tbody th, #bbsArea .table_default tbody td {
        font-size: 13px;
        padding: 14px 6px;
    }
    
}
@media (max-width:576px) {
    .food-cate .txt-box p br{
        display: none;
    }
    .fest .txt-box p br{
        display: none;
    }
    .job-process .jp ul li {
        font-size: 15px;
        gap: 15px;
        display: grid;
        grid-template-columns: 60px 1fr;
    }
    .job-process .jp h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .job-wrap .job-cate .jc p {
        font-size: 15px;
    }
    .job-wrap .job-cate {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    #center02 .title-h3 p {
        font-size: 16px;
    }
    .title-h3 .bt {
        padding: 10px;
        font-size: 17px;
        margin: 30px 0 20px;
    }
    #bbsArea form {
        padding: 30px 5px 40px;
    }
    #bbsArea form table th {
        font-size: 15px;
        padding: 6px 10px !important;
    }
    #bbsArea .table_default tbody td span.badge {
        line-height: 1;
        vertical-align: text-bottom;
        padding: 4px 7px;
        border-radius: 4px;
        background: #8cbf00;
    }
    .table-box .table-style01 th, .table-box .table-style01 td {
        padding: 10px 4px;
        font-size: 12px;
    }
    .oper.grid .txt-inner .txt p {
        font-size: 16px;
    }
    .operate-wrap .oper .txt-box p {
        font-size: 16px;
    }
    .oper.second .txt-inner ul li:before {
        top: 9px;
    }
    .oper.second .txt-inner ul li {
        font-size: 15px;
    }
    .oper.grid .txt-inner .txt h6, .oper.second .txt-inner .txt h6 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .operate-wrap .oper .txt-box h5 {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .subpage-header {
        height: 170px;
    }
    .fest-img .fi {
        grid-template-columns: repeat(2, 1fr);
    }
    .fest .txt-box p {
        margin-bottom: 25px;
        font-size: 16px;
    }
    .fest .img-box {
        height: 220px;
    }
    .cafe .img-box {
        height: 230px;
    }
    .busi-img {
        margin-top: 60px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .cafe .txt-box {
        gap: 30px;
        padding-top: 20px;
    }
    .cafe .txt p {
        font-size: 15px;
        line-height: 1.6;
    }
    .cafe .txt h5 {
        font-size: 18px;
    }
    .partner-wrap .partner-box p {
        font-size: 16px;
    }
    .partner-wrap .partner-box {
        gap: 14px;
        padding: 10px;
    }
    .busi-wrap .company h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .food-cate .txt-box p {
        font-size: 16px;
    }
    .food-cate .txt-box h6 {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .f-cate:nth-child(even) .img-box img:nth-child(1) {
        transform: translateY(0);
    }
    .food .food-list {
        grid-template-columns: 1fr;
    }
    .ingre-box img {
        height: 190px;
    }
    .ingre-box h6 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .import-wrap .inner ul li {
        font-size: 15px;
    }
    .import-wrap .inner p {
        font-size: 15px;
    }
    .history-box {
        grid-template-columns: 0.5fr 1fr;
        gap: 20px;
    }
    .cert-img {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .his-img .img-box {
        display: flex;
        flex-direction: column;
        gap: 35px;
        margin-top: 0;
    }
    .his-img {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .history .time ul li {
        font-size: 14px;
    }
    .history-wrap>.img-box>img {
        height: 160px;
    }
    .strong-wrap .table-list th, .strong-wrap .table-list td {
        font-size: 14px;
    }
    .out-food {
        width: 100%;
    }
    .cert-wrap .inner {
        grid-template-columns: repeat(2, 1fr);
    }
    .cert-wrap .award-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .award-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .strong-wrap .num-list .list p {
        font-size: 16px;
    }
    .snb li+li::before {
        left: -16px;
        height: 17px;
        width: 1px;
    }
    .snb ul {
        gap: 35px;
    }
    .vision-wrap .txt-box img {
        height: 200px;
    }
    .esg-ct img {
        width: 100%;
    }
    .esg-inner .inner {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .esg-inner {
        gap: 80px;
    }
    .esg-inner .inner .item-desc li+li {
        margin-top: 20px;
    }
    .esg-inner .inner .item-desc li {
        font-size: 16px;
        padding-left: 17px;
    }
    .esg-inner .inner .esg-tit h6 {
        font-size: 23px;
    }
    .esg-inner .inner .item {
        padding: 20px 30px;
        width: 280px;
        border-radius: 20px;
    }
    .subpage-content section+section {
        margin-top: 80px;
    }
    .vision-wrap .think-box {
        gap: 25px;
    }
    .vision-wrap .think h6 span {
        font-size: 15px;
    }
    .vision-wrap .think h6 {
        font-size: 17px;
        margin-bottom: 7px;
    }
    .vision-wrap .think p {
        font-size: 15px;
        line-height: 1.6;
    }
    .vision-wrap .txt-box p {
        margin-top: 16px;
        font-size: 16px;
    }
    .greet-wrap .txt-box p.name {
        font-size: 15px;
    }
    .greet-wrap .txt-box p {
        font-size: 15px;
    }
    .greet-wrap .txt-box p br{
        display : none;
    }
    .greet-wrap .txt-box h4 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .greet-wrap .img-box img {
        height: 200px;
    }
    .snb a {
        font-size: 12px;
        height: 40px;
    }
    .carousel-caption {
        top: 50%;
        left: 50%;
        width: 100%;
        text-align: left;
        transform: translate(-50%, -50%);
        padding: 0 35px;
    }
    .carousel-caption h1 {
        font-size: 20px;
    }
    .carousel-caption h1 br{
        /* display: block; */
    }
    .carousel-caption h1 span {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .carousel-control, .carousel-indicators {
        gap: 6px;
        left: 50%;
        bottom: 60px;
        transform: translateX(-50%);
        width: 100%;
        margin: 0 45px;
    }
    #mainCarousel .carousel-inner .item {
        height: 340px;
    }
    .main-tit h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .main-tit p {
        font-size: 14px;
    }
    #main01 .main-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    #main01 .txt-box {
        gap: 15px;
        flex-direction: column;
    }
    .append-wrap .page-header h4 {
        margin-bottom: 10px;
        font-size: 17px;
    }
    .append-wrap .type_list li a {
        line-height: 25px;
        font-size: 14px;
    }
    .type_list .info {
        font-size: 12px;
    }
    .faq-board {
        padding: 20px 20px;
    }
    .faq-board .faq-tit h6 {
        font-size: 20px;
    }
    .history .time p {
        font-size: 16px;
    }
    .board_write_table .form-control {
        height: 35px;
    }
    img#captcha {
        height: 35px;
        vertical-align: bottom;
    }
    .carousel-caption {
        text-shadow: 1px 1px 1px #8b8b8bd9;
    }
    .job-process .jp p {
        font-size: 16px;
        font-weight: 500;
    }
}