@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=Geist:wght@100..900&display=swap'); */

#site {
    font-family: "Geist", "Pretendard Variable", "notokr", sans-serif;
    padding-top: 95px;
    position: relative;
}

html {
    visibility: hidden;
}

html.no-js {
    visibility: visible;
}

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

a {
    text-decoration-line: none;
    color: inherit;
}

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

.btn {
    /* border-radius: 4px; */
}

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

#gnbauth i {
    display: none;
}

.caret {
    display: none;
}

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}

:root {
    --page-point-color: #106cac;
    --page-point-color-hover: #064384;
    --icons: "material symbols outlined";
}

.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: 1310px) {
    .container {
        width: 1310px;
    }
}

/* 상단 로고*/
/* 상단 로고*/
.navbar-brand {
    height: 40px;
    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: brightness(0) invert(1); */
}

.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%;
        max-width: 1310px;
        /* 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 {
        min-width: 150px;
        color: #fff;
    }

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

.navbar-inverse {
    background: #fff;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 1px solid #e1e1e1;
    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 {}

@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: -40px;
    }
}

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

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

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

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

.navbar-inverse.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: 9px 15px;
    font-size: 15px;
    color: rgb(255 255 255 / 80%);
    font-weight: 450;
    letter-spacing: 0;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li:last-child>a {
    border-bottom: none;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li:hover>a {
    background: transparent;
    color: #fff;
    background: transparent;
    font-weight: 700;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 17px;
    font-weight: 700;
    color: #222;
    padding: 37px 30px;
    text-align: center;
    letter-spacing: 0;
}

.navbar-inverse.on .navbar-nav>li>a,
.navbar-inverse.sub-nav .navbar-nav>li>a,
.navbar-inverse.opened .navbar-nav>li>a {
    /* color: #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 {
    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: 100vh;
    height: 620px;
}

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

/* 슬라이드 글자*/
.carousel-caption {
    padding: 0;
    /* text-align: left; */
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    text-shadow: none;
}

.carousel-caption h1 {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 47px;
    width: 100%;
    max-width: 1310px;
    padding: 0 15px;
    line-height: 1.35;
    letter-spacing: -0.015em;
    padding-bottom: 105px;
}

.carousel-caption h1 span {
    display: block;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #ffffff;
}

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

/* 슬라이드 버튼 */
.carousel-indicators {
    z-index: 1;
    bottom: 210px;
    /* text-align: left; */
    /* margin-left: 0; */
    /* transform: translateX(-50%); */
    /* width: 100%; */
    /* max-width: 1280px; */
}

.carousel-control,
.carousel-indicators {}

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

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

.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,
.carousel-indicators li.active {
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    margin: 0 12px;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    background-color: #fff;
    box-shadow: none;
    transform: none;
}

.carousel-indicators li.active::after {
    content: '';
    width: 400%;
    height: 400%;
    position: absolute;
    left: -150%;
    top: -150%;
    border-radius: 50%;
    border: 1px solid #fff;
}

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

/* 메인 페이지 */
.main-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* background: rgb(255 255 255 / 14%); */
    /* backdrop-filter: blur(30px); */
    /* border-top: 1px solid rgba(255,255,255,0.25); */
    background: rgb(16 16 16 / 50%);
    backdrop-filter: blur(30px);
    /* border-radius: 12px; */
    /* max-width: 1310px; */
    /* margin: 0px auto 40px; */
    /* padding-bottom: 40px; */
}

.main-link .link-wrap {
    display: flex;
    justify-content: center;
    /* background: linear-gradient(90deg, #004A9F, #106cac); */
    /* border-radius: 20px 20px 0 0; */
    /* background: rgb(16 16 16 / 50%); */
    /* backdrop-filter: blur(30px); */
    /* border-radius: 12px; */
    /* gap: 20px; */
}

.main-link .link-wrap a {
    padding: 26px 15px;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    width: calc(100% / 3);
    transition: all 0.3s ease;
    border-left: 1px solid rgb(255 255 255 / 15%);
}

.main-link .link-wrap>a:last-child {
    border-right: 1px solid rgb(255 255 255 / 15%);
}

.main-link .link-wrap a::after {
    content: '\f8ce';
    font-family: var(--icons);
    font-size: 27px;
    margin-left: 80px;
    font-weight: 200;
    aspect-ratio: 1;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.main-link .link-wrap a:hover {
    background: var(--page-point-color);
}

.main-link .link-wrap span {
    display: block;
    font-size: 50px;
    --wght: 300;
    color: #7dbeeb;
    aspect-ratio: 1;
    margin-left: -30px;
}

.mainpage {}

.mainpage section {
    padding: 90px 0;
}

section#main01 {
    background: #f6f7f8;
}

.mainpage #main02 {
    padding: 65px 0 70px;
    /* background: #f5f6f7; */
}

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

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

.reason {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.reason .inner {
    /* padding: 90px 25px; */
    /* display: flex; */
    /* flex-direction: column; */
    /* gap: 20px; */
    /* align-items: center; */
    position: relative;
    /* border-radius: 30px; */
    /* overflow: hidden; */
    /* box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.2); */
    /* border: 1px solid #ddd; */
    /* background: #fff; */
}

.reason .inner img {
    aspect-ratio: 4/2;
    object-fit: cover;
    display: none;
}

.reason .inner::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.65); */
}

.reason .in01 {
    /* background: #f2f2f2 url("/public/img/main/main01_01.jpg") no-repeat center / cover; */
}

.reason .in02 {
    /* background: #f2f2f2 url("/public/img/main/main01_02.jpg") no-repeat center / cover; */
}

.reason .in03 {
    /* background: #f2f2f2 url("/public/img/main/main01_03.jpg") no-repeat center / cover; */
}

.reason .inner span {
    display: block;
    width: 76px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--page-point-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 46px;
    --wght: 200;
    /* display: none; */
    margin: 0 auto;
}

.reason .txt-box {
    text-align: center;
    padding-top: 30px;
}

.reason .txt-box h6 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
    color: #222;
}

.reason .txt-box p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    padding: 0;
}

.main-board {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

.board_box_custom {}

.board_box_custom .page-header {
    padding: 0 0 20px;
    margin: 0;
    border-bottom: 2px solid #333;
}

.board_box_custom .page-header a {
    margin-top: 14px !important;
}

.board_box_custom .page-header i {
    font-size: 14px;
    color: #4b4b4b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.board_box_custom .page-header i::after {
    content: '더보기';
    font-weight: 500;
}

.board_box_custom .page-header i::before {
    color: var(--page-point-color);
}

.board_box_custom .page-header h4 {
    font-size: 30px;
    position: unset;
    color: #222;
}

.board_box_custom .type_custom {
    /* background: #fff; */
    /* box-shadow: 3px 3px 15px rgba(0,0,0,0.05); */
    /* padding: 22px 35px; */
    border-radius: 12px;
}

.board_box_custom .type_custom li {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    padding: 0;
    /* background: #fff; */
    /* margin-bottom: 6px; */
    /* box-shadow: 1px 1px 7px rgba(0,0,0,0.05); */
    border-bottom: 1px solid #dbdbdb;
}

.board_box_custom .type_custom li:last-child {
    border: none;
}

.board_box_custom .type_custom .info {}

.board_box_custom .type_custom .info span {}

.board_box_custom .info .hits {
    display: none;
}

.board_box_custom .type_custom .info span.writer {
    display: none;
}

.board_box_custom .type_custom a {
    pointer-events: unset;
    display: block;
    text-overflow: ellipsis;
    font-weight: 500;
    color: #444;
    letter-spacing: 0;
    padding: 15px 0;
}

.board_box_custom .type_custom a:hover {
    text-decoration: underline;
    text-underline-position: under;
}

.board_box_custom .type_custom a span {
    white-space: wrap;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 원하는 줄 수 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -0.01em;
}

.float-wrap {
    position: fixed;
    right: -1px;
    top: 400px;
    z-index: 9999;
}

.float-wrap a {
    /* background: var(--page-point-color); */
    padding: 14px 20px 14px 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    transition: all 0.2s;
    border-radius: 6px 0 0 6px;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1), 0 0 4px 0 rgba(0, 0, 0, .1);
    margin-top: 8px;
    color: #333;
}

.float-wrap a:first-child {
    background: #0058a7;
    color: #fff;
}

.float-wrap a:first-child .material-symbols-outlined {
    color: #fff;
}

.float-wrap a:first-child small {
    color: #fff;
    opacity: 0.6;
}

.float-wrap a:hover {
    /* background: #777; */
}

.float-wrap a+a {}

.float-wrap a span {
    display: block;
    color: #0058a7;
    --wght: 200;
    font-size: 38px;
}

.float-wrap a h6 {
    font-size: 16px;
    color: inherit;
    font-weight: 600;
    letter-spacing: 0;
    padding-top: 2px;
}

.float-wrap a h6 small {
    display: block;
    color: #a4a9ab;
    margin-bottom: 5px;
    letter-spacing: 0;
    font-size: 11px;
}

/* 서브 페이지 */
.subpage {
    padding-top: 80px;
}

.subpage-header {
    position: relative;
    height: 440px;
    display: none;
}

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

.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: center;
    font-weight: 700;
    font-size: 54px;
    color: #fff;
}

/* [ subpage-navbar ] */
.snb-wrap {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 70px;
}

.snb-wrap .snb-box {}

.snb-wrap .snb-box h4 {
    padding: 0 30px;
    text-align: center;
    background: var(--page-point-color) url('/public/img/sub/snb-bg.png') no-repeat left top;
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    /* border-radius:  12px 12px 0 0; */
    margin: -1px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

.snb {
    position: relative;
    z-index: 10;
    /* border: 1px solid #c1d5e3; */
    border-top: 0;
    /* border-radius: 12px; */
    box-shadow: 0px 0px 20px 0px rgba(158, 158, 158, 0.3);
}

.snb ul {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 20px 26px 25px;
    justify-content: center;
}

.snb li {}

.snb a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 17px;
    color: #878787;
    padding: 18px 0;
    font-weight: 500;
}

.snb li+li a {
    border-top: 1px solid #eee;
}

.snb a:hover {
    color: #005e9f;
    font-weight: 700;
}

.snb a::after {
    content: "\e5e1";
    font-family: var(--icons);
    font-size: 12px;
    font-weight: 700;
    aspect-ratio: 1;
    opacity: 0.5;
}

.snb li.active a {
    background: #fff;
    font-weight: 700;
    color: #0964a3;
    border-bottom: 1px solid #0964a3;
}

.snb li.active a::after {
    background: #ffffff;
    color: var(--page-point-color);
    opacity: 1;
}

.subpage-content {
    padding: 0px 0 160px;
}

.title-h3 {
    margin-bottom: 60px;
    /* border-bottom: 1px solid #bbb; */
    /* padding-bottom: 15px; */
    padding-top: 5px;
    position: relative;
    border-bottom: 1px solid #333;
    padding-bottom: 30px;
}

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

.breadcrumb {
    padding: 0;
    margin: 10px 0 0;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 30px;
    /* position: absolute; */
    /* left: 0; */
    /* top: 3px; */
}

.breadcrumb li {
    position: relative;
    line-height: 1;
    font-size: 14px;
    opacity: 1;
    color: #707070;
}

.breadcrumb li>a {
    display: flex;
    align-items: center;
    /* color: var(--page-point-color); */
    /* font-variation-settings: 'FILL' 1; */
}

.breadcrumb li span {
    font-size: 15px;
}

.breadcrumb li span.material-symbols-outlined {
    /* color: var(--page-point-color); */
    /* font-variation-settings: 'FILL' 1; */
    font-size: 17px;
    color: #777;
}

.breadcrumb li.active {
    color: #333;
    font-weight: 600;
}

.subpage-content .con {}

.breadcrumb>li+li:before {
    content: "\e315";
    font-family: var(--icons);
    padding: 0;
    left: -23px;
    position: absolute;
    font-size: 16px;
    top: -1px;
    color: #aaa;
}

/* 회사소개 */
.title-h3+[class*='-wrap'] {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

#bbsArea {
    gap: 0;
}

.company-wrap {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.company-wrap .img-box {}

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

.company-wrap .txt-box {
    text-align: center;
}

.company-wrap .greeting-box .txt-box {
    width: calc(100% - 120px);
    background: #fff;
    margin: -70px auto 0px;
    position: relative;
    z-index: 1;
    padding: 65px 0 40px;
    box-shadow: 0 -30px 20px 5px rgba(0, 0, 0, 0.1);
    /* border-radius: 12px 12px 0 0; */
}

.company-wrap .greeting-box img {
    /* border-radius: 12px; */
}

.company-wrap .txt-box h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: -0.034em;
}

.company-wrap .txt-box p {
    font-size: 16px;
    line-height: 1.58;
    color: #444;
    letter-spacing: -0.03em;
}

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

.company-wrap .graph-box {}

.graph-box .tit-box {
    margin-bottom: 30px;
}

.sub-h5 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 25px;
    padding-left: 22px;
    letter-spacing: -0.02em;
}

.sub-h5::before {
    content: '';
    width: 9px;
    aspect-ratio: 1;
    box-shadow: 0 11px 0 #c4c2c4;
    background: #106cac;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: -1px;
}

.graph-box .tit-box h5 {
    margin: 0 auto;
    width: 210px;
    height: 65px;
    /* aspect-ratio: 1; */
    background: var(--page-point-color);
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    box-shadow: 0 0 10px rgb(117 177 219);
}

.graph-box .inner-wrap {
    display: grid;
    /* gap: 40px 25px; */
    grid-template-columns: repeat(4, 1fr);
    /* gap: 50px; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* gap: 20px; */
    gap: 15px;
}

.graph-box .inner {
    text-align: center;
    background: #f4f5f6;
    /* border-radius: 12px; */
    padding: 40px 0 35px;
    background: linear-gradient(135deg, #e9eef3, #f4f5f6);
}

.graph-box .inner h6 {
    font-size: 24px;
    font-weight: 700;
    color: #555;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 20px;
}

.graph-box .inner h6 span {
    color: #006ab3;
    font-weight: 700;
}

.graph-box .inner p {
    font-size: 17px;
    letter-spacing: -0.03em;
    padding: 0 30px;
    line-height: 1.5;
    color: #555;
}

/* WHY */
.why-wrap {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.why-wrap .txt-box {
    text-align: center;
}

.why-wrap .txt-box p.txt-tit {
    font-weight: 700;
    color: var(--page-point-color);
    font-size: 40px;
}

.why-wrap .txt-box p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

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

.why-wrap .service-box {}

.why-wrap .img-box {
    margin-top: 55px;
}

.why-wrap .img-box img {
    /* height: 320px; */
    object-fit: cover;
    width: 100%;
    /* border-radius: 12px; */
}


.service-box .sub-h5 {}

.service-box .ser-list {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
}

.why-wrap .ser-list li {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    line-height: 1.6;
    align-items: center;
    background: #f4f5f6;
    /* border-radius: 12px; */
    padding: 40px 30px 35px;
    background: linear-gradient(135deg, #e9eef3, #f4f5f6);
}

.why-wrap .ser-list li span {
    font-size: 50px;
    display: block;
    --wght: 200;
    color: #fff;
    background: var(--page-point-color);
    aspect-ratio: 1;
    width: 85px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(117 177 219);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Contact */
.title-h3+.contant-wrap {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 60px;
}

.contant-wrap .map {}

.contant-wrap .map iframe {
    height: 420px !important;
}

.contant-wrap .map-info {
    margin-top: 40px;
    border-top: 1px solid #ddd;
    padding-top: 40px;
}

.contant-wrap .map-info .inner+.inner {
    margin-top: 20px;
}

.map-info .inner p {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.map-info .inner li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
}

.map-info .inner li+li {
    margin-top: 10px;
}

.map-info .inner span {
    display: flex;
    width: 42px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0;
    line-height: 1;
    padding: 4px 0;
}

.map-info .inner span+span {
    margin-left: -6px;
}

.map-info .inner span.su {
    background: #feb620;
}

.map-info .inner span.gan {
    background: #6175f5;
}

.map-info .inner span.gre {
    background: #47af1b;
}

.location {
    padding: 20px 0 0;
}

.location p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.5;
}

.location li {
    font-size: 16px;
}

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

.location li span {
    font-weight: 600;
    width: 40px;
    display: inline-block;
}

/* 근로자파견 */
.worker-wrap {}

.worker-wrap .sub-h5 {
    /* text-align: center; */
    margin-bottom: 22px;
}

.dispatch-box {}

.dispatch-box p {
    font-size: 17px;
    text-align: center;
    line-height: 1.6;
    position: relative;
    padding: 35px 80px;
    font-weight: 500;
    border: 5px solid #eaf1f6;
    /* border-radius: 12px; */
}

/* .dispatch-box p::before,
.dispatch-box p::after {
    content: "";
    width: 30px;
    height: 100%;
    border-top: 12px solid #eaf1f6;
    border-left: 12px solid #eaf1f6;
    border-bottom: 12px solid #eaf1f6;
    position: absolute;
    left: 0;
    top: 0;
}

.dispatch-box p::after {
    right: 0;
    left: auto;
    border-left: 0 none;
    border-right: 12px solid #eaf1f6;
}
 */
.dispatch-box .img-box {
    margin-top: 20px;
    border: 1px solid #ddd;
    /* border-radius: 12px; */
    padding: 55px 0;
}

.dispatch-box .img-box img {
    margin: 0 auto;
}

.effect-box {}

.effect-box .sub-h5 {}

.effect-box .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    text-align: left;
}

.effect-box .txt-box {
    /* border-radius: 12px; */
    background: #f2f6f9;
    padding: 40px;
}

.worker-wrap .effect-box .txt-box h6 {
    text-align: center;
    font-size: 22px;
}

.effect-box .txt-box p {
    text-align: center;
    /* padding: 0 40px 0px; */
    font-weight: 500;
}

.effect-box .img-box {}

.type-box+.type-box {
    margin-top: -30px;
}

.type-box .txt-wrap {
    border: 1px solid #7dbfed;
    /* border-radius: 12px; */
    padding: 40px;
}

.type-box .txt-wrap>h6 {
    font-size: 22px;
    color: var(--page-point-color);
    font-weight: 600;
    margin: 0 0 30px;
    letter-spacing: -0.03em;
}

.type-box .txt-wrap .inner .txt-box {
    align-items: center;
    margin-top: 25px;
    padding-left: 18px;
    position: relative;
}

.type-box .txt-wrap .inner .txt-box::before {
    position: absolute;
    content: "";
    left: 0;
    top: 6px;
    width: 7px;
    aspect-ratio: 1;
    /* border: 3px solid var(--page-point-color); */
    border-radius: 5px;
    background: #1684d1;
}

.type-box .txt-wrap .inner {
    /* border-top: 2px solid #999; */
}

.type-box .txt-wrap .inner .txt-box h6 {
    color: #333;
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 650;
}

.type-box .txt-wrap .inner .txt-box p {
    /* padding: 20px 25px; */
    color: #555;
    font-size: 15px;
}

.type-box .img-box,
.effect-box .img-box {
    margin-bottom: 40px;
    display: none;
}

.type-box img,
.effect-box img {
    height: 440px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.field-box .img-box {
    display: none;
}

.field-box .txt-wrap h6 {
    font-size: 30px;
    font-weight: 600;
}

.field-box .txt-wrap .inner {
    display: grid;
    gap: 25px;
}

.field-box .txt-box {
    border: 1px solid #7dbfed;
    border-radius: 100%;
    flex: 1;
    padding: 20px 25px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.worker-wrap .txt-box h6 {
    color: var(--page-point-color);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: -0.03em;
}

.worker-wrap .field-box .txt-box h6 {
    font-size: 19px;
    line-height: 1.1;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px;
    font-weight: 600;
    letter-spacing: 0;
}

.worker-wrap .txt-box p {
    font-size: 16px;
    line-height: 1.5;
}

/* 아웃소싱 */
#service02 .field-box .inner {
    display: flex;
    text-align: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* 헤드헌팅 */
.choice-box .inners {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.choice-box .inner {
    display: grid;
    /* grid-template-columns: 0.8fr 1fr; */
    gap: 50px;
    border: 5px solid #eaf1f6;
    /* border-radius: 12px; */
    padding: 40px;
}

.choice-box .img-box {
    display: none;
}

.choice-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #f2f2f2;
    border-radius: 15px;
}

.choice-box .txt-box {}

.choice-box .txt-box h6 {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 20px;
}

.choice-box .txt-box p {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.025em;
}

.cir-list {
    margin-top: 25px;
}

.cir-list li {
    position: relative;
    padding-left: 17px;
    font-size: 15px;
    background: #f4f5f6;
    padding: 10px 35px;
    /* border-radius: 6px; */
}

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

.cir-list li::before {
    position: absolute;
    content: "";
    left: 18px;
    top: 16px;
    width: 7px;
    aspect-ratio: 1;
    /* border: 3px solid var(--page-point-color); */
    border-radius: 5px;
    background: #1684d1;
}

.cir-list li span {
    /* display: block; */
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    width: 170px;
}

#service03 .effect-box .inner {
    grid-template-columns: repeat(3, 1fr);
}

.effect-box .txt-box span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85px;
    margin: 0 auto;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #fff;
    color: #1278bf;
    margin-bottom: 20px;
    font-size: 45px;
    font-variation-settings: 'wght' 300;
    /* border: 3px solid #fff; */
    box-shadow: 0 0 20px rgb(197 208 217 / 60%);
}

.process-box {}

.process-box .sub-h5 {}

.process-box ul {
    display: flex;
    justify-content: space-between;
    /* background: #f2f6f9; */
    border-radius: 12px;
    /* padding: 20px; */
    gap: 30px;
    counter-reset: num;
}

.process-box ul li {
    font-size: 17px;
    font-weight: 500;
    color: #333;
    position: relative;
    /* border-radius: 12px; */
    background: #fff;
    flex: 1;
    border: 1px solid #c3c3c3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 65px 30px 25px;
    text-align: center;
    line-height: 1.3;
    letter-spacing: -0.04em;
}

.process-box ul li::after {
    counter-increment: num;
    content: counter(num);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 24px;
    font-size: 14px;
    background: #1278bf;
    color: #fff;
    font-weight: 700;
    aspect-ratio: 1;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.process-box ul li:last-child {
    background: var(--page-point-color);
    color: #fff;
    border-color: var(--page-point-color);
}

.process-box ul li:last-child::after {
    background: #0094f9;
}

.process-box ul li+li::before {
    position: absolute;
    content: "\e5e1";
    left: -26px;
    top: 50%;
    transform: translateY(-50%);
    font-family: var(--icons);
    color: #a7b2bb;
    font-size: 22px;
}

/* 입사지원서 다운로드 */
.down-wrap {}

.down-wrap .down-box {}

.down-wrap .sub-h5 {}

.down-box .inner {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.down-box .down {
    /* display: flex; */
    /* justify-content: space-between; */
    /* gap: 200px; */
    align-items: center;
    padding: 35px 35px 30px;
    margin-bottom: 10px;
    text-align: center;
    background: #f2f6f9;
    color: #005fa1;
    font-size: 19px;
    /* border-radius: 12px; */
}

.down-box:nth-child(2) .down {
    background: #d6dcf3;
}

.down-box .down p {
    font-weight: 500;
}

.down-box a {
    display: flex;
    gap: 10px;
    border: 1px solid #ccc;
    font-weight: 500;
    font-size: 15px;
    background: #fff;
    color: #333;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin-top: 25px;
    /* border-radius: 4px; */
}

.down-box a:hover {
    border-color: #333;
}

.down-box a .material-symbols-outlined {
    font-size: 18px;
}

.down-box a span.text {}

/* 블로그 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 {}


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

#bbsArea .board_list_list table {}

#bbsArea .board_list_list col.num_col {}

#bbsArea .board_list_list col.subject_col {}

#bbsArea .board_list_list col.writer_col {}

#bbsArea .board_list_list col.regdate_col {}

#bbsArea .board_list_list thead tr {}

#bbsArea .board_list_list thead tr th {}

#bbsArea .board_list_list tbody tr {}

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

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

#bbsArea .board_list_list tbody th {}

#bbsArea .board_list_list tbody td {}

#bbsArea .board_list_list tbody td span.badge {}

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

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


.table_custom :where(thead, tbody) {
    --wr_id: 90px;
    --wr_subject: 35%;
    --wr_name: 100px;
    --wr_regdate: 150px;
    --wr_hits: 80px;
    --wr_attach: 110px;
    --wr_default: 10%;
}

.table_custom :where(thead, tbody) .wr_id {
    flex: 0 1 var(--wr_id);
}

.table_custom .file [id^="file_list"] {
    background: #313539;
    color: #fff;
    padding: 10px 15px;
}

.table_custom .file [id^="file_list"]::before {
    background: #333;
}

.table_custom .file [id^="file_list"] a {
    color: #fff;
    font-weight: 400;
}

.table.table_default tr th,
.table.table_default tr td {
    color: #666;
    padding: 16px 15px;
}

.table.table_default thead th {
    background: #fff;
    color: #222;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
}

.table.table_default tbody .subject a {
    color: #3f3f3f;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

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

.table_default tbody tr {
    transition: all 0.15s;
}

.table_default tbody tr:hover {
    background: #f7f7f7;
}

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

.board_data_view .header_wrap .title {
    font-weight: 600;
    color: #222;
    padding: 30px 0;
}

.board_data_view .header_wrap .info {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 15px;
}

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

.board_data_view .header_wrap .info span strong {
    margin-right: 4px;
}

.contents_view_col {
    margin-bottom: 50px;
}

.contents_view_col .item dt {
    font-weight: 700;
    font-size: 16px;
}

.contents_view_col .item dd {
    font-size: 16px;
}


.contents_view_col .item a:hover {
    text-decoration: underline;
    color: var(--page-point-color);
}



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

#bbsArea form {}

#bbsArea form table {}

#bbsArea form table tr {}

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

#bbsArea form table th span {}

.board_wrapper .table.board_write_table tbody tr th>span.required_text {
    color: red;
    font-weight: 400;
}

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

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

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

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

.form-control {
    font-size: 14px;
    color: #333;
}

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

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

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

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

#login_btn {
    width: 100%;
}

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

footer li {
    font-size: 14px;
    color: #a9a9a9;
    letter-spacing: -0.3px;
}

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

footer li.copy {
    margin-top: 6px;
    color: #666;
    font-size: 13px;
}

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

footer .footer-wrap {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 40px 0;
}

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

.footer-info li.login a {
    display: block;
    padding: 5px 11px;
    border: 1px solid rgb(255 255 255 / 15%);
    color: #6d6d6d;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 500;
}

.footer-info li.login a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.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;
        top: 88%;
        transform: translate(-50%, 0);
        overflow: hidden;
        border: none;
        padding: 15px 0;
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
        border-radius: 0;
        background: #fff;
        letter-spacing: 0;
        min-width: 160px;
        background: #06579f;
    }

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

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

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

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

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

.login_wrapper {
    background: #f5f5f5;
}

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

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

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

#login_form .form-group {}

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

.login_extra {}

.login_extra ul {}

.login_extra ul li {}

.login_extra ul li a {}

#find_btn {
    width: 100%;
}

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

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

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

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

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

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

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

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

/* 로그인페이지 */
: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: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    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: 1.6rem;
    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;
    }
}