@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=Noto+Serif+KR:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

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

html {
    opacity: 0;
}

html.no-js {
    opacity: 1;
}

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

a {
    text-decoration-line: none;
    color: inherit;
    transition: all 0.15s;
}

a:hover {
    text-decoration-line: none;
    color: var(--page-point-color-mid);
    /* text-decoration-color: #b3b3cd !important; */
}

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

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

.form-control {
    letter-spacing: -0.02em;
    height: 44px;
    padding: 8px 14px;
    font-size: 15px;
    color: #333;
}

.form-control::placeholder {
    color: #a0a0a0;
}

.btn {
    transition: all 0.3s;
}

/* 불필요 항목 삭제 */
.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-os: #002147;
    --page-point-color-mid: #00168c;
    --page-point-color-ps: #003153;
    --page-point-color: #14205e;
    --page-point-color-light: #2C75FF;
    --page-point-color-hover: #0a0f2c;
    --icons: "material symbols outlined";
    /* --font-serif: "Noto Serif", "Noto Serif KR", "Pretendard", sans-serif; */
}

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

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

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

/* 상단 로고*/
.navbar-brand {
    height: 58px;
    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: grayscale(1) contrast(5) 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-bg {
        z-index: 1000;
        position: fixed;
        left: 0;
        right: 0;
        top: 106px;
        background: #fff;
        transition: all 0.3s ease;
        height: 0;
        box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.05);
    }

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

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

@media (min-width: 768px) {
    .navbar-inverse>.container {
        width: 100%;
        padding: 0 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1600px;
    }

    footer>.container {
        width: 100%;
        padding: 0 15px;
        max-width: 1600px;
    }

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

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

.navbar-inverse {
    background: transparent;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    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;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #eee;
}

.navbar-header {}

.navbar-inverse .navbar-nav {}

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

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

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

.navbar-inverse.opened .navbar-nav>li>a::before {
    width: 0;
    transition: all 0.4s ease;
    position: absolute;
    content: "";
    left: 50%;
    bottom: -1px;
    height: 3px;
    transform: translate(-50%, 0);
    background: var(--page-point-color-light);
}

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

}

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


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

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

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
    text-align: center;
    padding: 8px 15px;
    font-size: 16px;
    color: #222;
    letter-spacing: -0.025em;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li:hover>a {}

.navbar-inverse .navbar-nav>li>a {
    font-size: clamp(16px, 0.99vw, 19px);
    font-weight: 500;
    color: #fff;
    padding: 45px clamp(15px, 1.51vw, 30px) 40px;
    letter-spacing: -0.015em;
}

.navbar-inverse.on .navbar-nav>li>a,
.navbar-inverse.opened .navbar-nav>li>a,
.navbar-inverse.sub-nav .navbar-nav>li>a {
    color: #111;
}


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

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle {
    background: none;
}

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

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

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

#mainCarousel .carousel-inner .item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 30%;
    background: linear-gradient(180deg, #2d62c5, transparent);
    opacity: 0.8;
}

/* 슬라이드 글자*/
.carousel-caption {
    top: 40%;
    text-shadow: 0 0 30px rgb(0 48 125 / 51%);
    padding: 0;
    text-shadow: 0 0 30px rgb(0 48 125 / 40%);
}

.carousel-caption h1 {
    margin-bottom: 0;
    position: relative;
    line-height: 1.1;
    color: #fff;
    font-weight: 500;
    font-size: 62px;
    font-family: var(--font-serif);
    letter-spacing: -0.055em;
    letter-spacing: -0.025em;
    font-weight: 600;
}

.carousel-caption h1 p {
    margin-bottom: 18px;
    font-size: 26px;
    font-weight: 400;
    text-shadow: none;
    color: #fff;
    letter-spacing: -.03em;
    font-family: "Pretendard Variable", "notokr", sans-serif;
}

.carousel-caption h1+p {
    margin: 0;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.carousel-caption h1+p a {
    width: 200px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-shadow: none;
    background: var(--page-point-color-light);
}

.carousel-caption h1+p a:hover {
    background: var(--page-point-color);
    color: #fff;
    border: none;
}

.carousel-caption h1+p a:hover {}

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

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

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

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

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

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

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

.carousel-control.right {
    left: unset;
    right: calc(50% - 65px);
}

.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: 13px;
    height: 13px;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    margin: 0 10px;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
}

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

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

/* 메인 페이지 */
.banner-wrap {
    position: fixed;
    right: 0;
    top: 280px;
    width: 110px;
    display: flex;
    flex-direction: column;
    background: rgb(2 24 91 / 88%);
    z-index: 99;
    padding: 20px 0;
}

.banner-wrap .banner {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
    padding: 14px 12px;
}

.banner-wrap .banner span {
    color: #fff;
    font-size: 40px;
    --wght: 200;
    filter: saturate(1.1);
}

.banner-wrap .banner p {
    font-weight: 350;
    color: #fff;
    letter-spacing: -0.025em;
    font-size: 15px;
}

.mainpage {}

.mainpage section {
    padding: 150px 0;
}

.mainpage #main01 {
    background: url("/public/img/main/main01_bg.jpg") no-repeat center / cover;
}

.main-tit {
    text-align: center;
    margin-bottom: 60px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
}

.main-tit h3 {
    font-weight: 500;
    font-size: 50px;
    margin-bottom: 25px;
    font-family: var(--font-serif);
    color: #fff;
    letter-spacing: -0.03em;
    display: none;
}

.main-tit p {
    font-weight: 500;
    font-size: 32px;
    color: #fff;
    font-family: var(--font-serif);
    color: #fff;
    letter-spacing: -0.06em;
    line-height: 1.5;
    letter-spacing: -0.045em;
}

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

.intro-wrap .inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
    padding: 80px 50px;
    background: #fff;
    box-shadow: 5px 15px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.4s;
}

.intro-wrap .inner:nth-child(1) {
    /* background: url("/public/img/main/main01_01.jpg") no-repeat center / cover; */
}

.intro-wrap .inner:nth-child(2) {
    /* background: url("/public/img/main/main01_01.jpg") no-repeat center / cover; */
}

.intro-wrap .inner:nth-child(3) {
    /* background: url("/public/img/main/main01_01.jpg") no-repeat center / cover; */
}

.intro-wrap .inner:nth-child(4) {
    /* background: url("/public/img/main/main01_01.jpg") no-repeat center / cover; */
}

.intro-wrap .inner:hover {
    transform: translateY(-30px);
}

.intro-wrap .inner span {
    margin-bottom: 25px;
    font-size: 80px;
    font-variation-settings: 'wght' 240;
    color: var(--page-point-color-light);
}

.intro-wrap .inner h6 {
    font-weight: 600;
    font-size: 26px;
    font-family: var(--font-serif);
    color: #000;
    letter-spacing: -0.055em;
    letter-spacing: -0.04em;
}

/* .intro-wrap .inner h6::before {
    content: url('/public/img/sub/symbol.svg');
    width: 20px;
    display: block;
    margin: 0 auto 25px;
} */
.intro-wrap .inner p {
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
    color: #777;
    letter-spacing: -.02em;
}

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

.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: contrast(1.1) brightness(0.9);
}

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

.subpage-title h2 {
    line-height: 1;
    margin-top: 0;
    text-align: center;
    font-weight: 500;
    font-size: 58px;
    color: #fff;
    font-family: var(--font-serif);
    letter-spacing: -0.045em;
    text-shadow: 0 0 20px rgb(9 22 91 / 20%);
    font-weight: 600;
}

/* [ subpage-navbar ] */
.snb {
    display: none !important;
}

.breadcrumb>li+li:before {
    padding: 0;
    color: inherit;
    content: "";
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0px 0 30px 0;
    display: flex;
    gap: 22px;
}

.breadcrumb>li {
    padding: 5px 0px;
    position: relative;
}

.breadcrumb li.dropdown.dep1 {
    /* display: none; */
}

.breadcrumb>li::before {
    position: absolute;
    content: "";
    right: -16px;
    width: 1px;
    top: 9px;
    height: 16px;
    background: hsl(0deg 0% 100% / 35%);
}

.breadcrumb>li:last-child::before {
    display: none;
}

.breadcrumb li.home {}

.breadcrumb li.home a {
    display: block;
    height: 100%;
    font-size: 14px;
}

.breadcrumb li.home a:hover {
    color: inherit;
}

.breadcrumb li.home a:hover i {
    color: #333;
}

.breadcrumb li.home span {
    display: block;
    --fill: 0;
    --wght: 300;
    font-size: 22px;
    color: rgb(255 255 255 / 65%);
    transform: translateY(0px);
}

.breadcrumb li.dropdown {
    position: relative;
    cursor: pointer;
    transition: all 0.1s ease;
    display: flex;
    align-items: center;
    min-width: 120px;
    color: rgb(255 255 255 / 80%);
    padding: 0 0 0 10px;
}

.breadcrumb li.dropdown.open {}

.breadcrumb li.dropdown .dropdown-toggle {
    text-align: center;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    width: 100%;
    /* justify-content: space-between; */
}

.breadcrumb li.dropdown.open span {}

.breadcrumb li.dropdown .dropdown-toggle .material-symbols-outlined {
    transform: rotate(0deg);
    font-size: 19px;
}

.breadcrumb li.dropdown.open .dropdown-toggle .material-symbols-outlined {
    transform: rotate(180deg);
}

.breadcrumb li.dropdown .dropdown-menu {
    margin: 0;
    padding: 10px 0;
    border-radius: 0px;
    box-shadow: none;
    min-width: 100%;
    top: 125%;
    border: 0;
    box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.08);
}

.breadcrumb li.dropdown .dropdown-menu li {}


.breadcrumb .dropdown-menu li a {
    padding: 6px 20px;
    font-size: 15px;
    color: #444;
    letter-spacing: -0.03em;
    text-decoration: none;
    background: #fff;
    text-align: left;
    display: block;
}

.breadcrumb .dropdown-menu li.active a:hover {
    color: #000;
    background: inherit;
}

.breadcrumb .dropdown-menu li a:hover {
    font-weight: 600;
    color: #222;
}

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

.subpage-content section:last-child {
    padding-bottom: 120px;
}

.title-h3 {
    display: none;
}

.title-h3 h3 {}

.greet-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* gap: 100px; */
    align-items: center;
}

.greet-wrap .img-box {
    /* grid-row: span 2; */
}

.greet-wrap .img-box img {
    margin: 0 auto;
    width: 260px;
}

.greet-wrap .text-box {}

.greet-wrap .text-box p {
    font-size: 18px;
    line-height: 1.58;
    letter-spacing: -0.034em;
    color: #666;
}

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

.greet-wrap .text-box p:not(.greet)::before {
    /* content: ''; */
    width: 100px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 15px;
    background: #333;
}

.greet-wrap .text-box p span {
    color: var(--page-point-color-light);
    font-weight: 600;
}

.greet-wrap .text-box .greet {
    font-size: 34px;
    font-family: var(--font-serif);
    letter-spacing: -0.04em;
    color: #1a266e;
    margin-bottom: 45px;
    font-weight: 500;
    /* color: #111; */
    font-weight: 600;
}

.slogan {
    padding: 120px 0;
    background: #f6f6f6 url("/public/img/sub/ab01_bg.jpg") no-repeat center top / cover;
    border-radius: 0;
    margin-top: 110px;
    min-height: 630px;
    position: relative;
}

.slogan::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #02092f;
    opacity: 0.4;
}

.slogan .slogan-inner {
    /* width: fit-content; */
    margin: 0 auto;
}

.slogan h6 {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #fff;
    text-align: center;
    font-family: var(--font-serif);
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.slogan p {
    font-size: 20px;
    margin-bottom: 60px;
    text-align: center;
    color: #fff;
}

#ab01 .se01 {
    padding-bottom: 0;
}

.dot-list {}

.dot-list li {
    font-size: 16px;
    padding-left: 11px;
    line-height: 1.64;
    margin-bottom: 3px;
    letter-spacing: -0.025em;
}

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

.slogan ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.slogan ul li {
    flex: 1;
    padding: 46px 0 0;
    margin: 0;
    text-align: center;
    line-height: 1.5;
    background: rgba(255, 255, 255, 1);
    aspect-ratio: 1;
    color: #666;
    box-shadow: 5px 15px 30px rgba(0, 0, 0, 0.4);
    letter-spacing: -0.03em;
}

.slogan ul li::before {
    content: none;
}

.slogan ul li span {
    color: var(--page-point-color);
    font-weight: 500;
    display: block;
    font-size: 20px;
    margin-bottom: 25px;
    letter-spacing: 0;
    line-height: 1.2;
    font-family: var(--font-serif);
    letter-spacing: 0;
}

.slogan ul li span b {
    display: block;
    font-family: var(--font-serif);
    font-size: 70px;
    font-weight: 500;
    color: var(--page-point-color);
}

/* 대표변호사 소개 */
.rep-wrap {}

.rep-wrap .inner {
    transition: all 0.3s ease;
    display: grid;
    grid-template-columns: 400px 1fr;
    box-shadow: 5px 12px 40px rgba(0, 0, 0, 0.08);
    background: #fff;
    align-items: center;
}

.rep-wrap .inner:hover {
    /* transform: translateY(-40px); */
}

.rep-wrap .img-box {}

.rep-wrap .inner+.inner {
    margin-top: 80px;
}

.rep-wrap .img-box img {
    width: 100%;
    object-fit: cover;
    height: 500px;
    object-position: top;
}

.rep-wrap .txt-box {
    padding: 80px;
}

.rep-wrap .txt-box h4 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 22px;
    color: #111;
    font-family: var(--font-serif);
    letter-spacing: -0.02em;
}

.rep-wrap .txt-box h4 span {
    font-size: 18px;
    /* color: var(--page-point-color-mid); */
    font-weight: 400;
    margin-left: 6px;
}

.rep-wrap .txt-box .desc {
    margin-bottom: 50px;
}

.rep-wrap .desc p {
    font-size: 15px;
    font-weight: 400;
    color: #3a74e1;
    font-family: var(--font-serif);
    letter-spacing: -0.04em;
    font-size: 20px;
}

.rep-wrap .history {}

.rep-wrap .history ul {}

.rep-wrap .history li {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 10px;
    color: #666;
}

.rep-wrap .history li::before {
    top: 10px;
}

.rep-wrap .history li span {
    line-height: 1.7;
    font-weight: 600;
}

.sub-h5 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    width: fit-content;
    color: #222;
    font-family: var(--font-serif);
    letter-spacing: -0.055em;
    border-bottom: 1px solid #888;
}

.sub-h5::before {
    position: absolute;
    /* content: ""; */
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: #000;
}

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

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

.member-wrap .img-wrap a {
    background: #fff;
    box-shadow: 5px 15px 30px rgba(0, 0, 0, 0.08);
}

.member-wrap .img-box {
    overflow: hidden;
}

.member-wrap .img-box img {
    width: 100%;
    position: relative;
    transition: all 0.3s ease;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: top;
}

.member-wrap .inner:hover img {
    filter: brightness(0.5);
    transform: scale(1.05);
}

.member-wrap .inner p {
    font-size: 26px;
    font-weight: 600;
    padding: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    color: #111;
    font-family: var(--font-serif);
    letter-spacing: -0.02em;
}

.member-wrap .inner p span {
    font-size: 15px;
    font-weight: 600;
    color: var(--page-point-color-light);
    display: inline-block;
    line-height: 1.6;
}

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

.member-box .img-box {}

.member-box .img-box img {}

.member-info {}

.member-info h4 {
    font-family: var(--font-serif);
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 20px 0 35px;
    color: #111;
}

.member-info h4 span {
    /* display: block; */
    font-size: 26px;
    font-weight: 300;
    letter-spacing: -0.015em;
}

.member-info .contact {
    margin-bottom: 60px;
    border-bottom: 1px solid #e0e1e5;
    padding-bottom: 40px;
}

.member-info .contact li {
    font-size: 16px;
    margin-bottom: 9px;
}

.member-info .contact li span {
    font-family: var(--font-serif);
    display: inline-block;
    width: 110px;
    font-weight: 600;
    letter-spacing: 0;
    color: #111;
}

.member-info .contact li span::before {
    content: '\e158';
    font-family: var(--icons);
    font-variation-settings: 'FILL' 1, 'wght' 400;
    vertical-align: middle;
    margin-right: 10px;
    background: var(--page-point-color-light);
    font-size: 14px;
    color: #fff;
    aspect-ratio: 1;
    display: inline-block;
    padding: 4px;
    line-height: 1;
    border-radius: 50%;
}

.member-info .contact li.tel span::before {
    content: '\e0b0';
}

.member-info .txt {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 150px 1fr;
    align-items: start;
}

.member-info .txt:nth-child(2) {
    margin-top: 0;
}

.member-info .txt p {
    font-size: 20px;
    font-weight: 600;
    margin-top: 3px;
    font-family: var(--font-serif);
    letter-spacing: -0.055em;
    color: #111;
}

.member-info .txt ul {}

.member-info .txt ul li {
    padding-left: 12px;
    font-weight: 400;
    color: #666;
    font-size: 15px;
}

.member-info .txt ul li::before {}

.member-info .sub-tit {
    margin-top: 6px;
}

.member-info .sub-tit+.sub-tit {
    margin-top: 30px;
}

.member-info .sub-tit>span {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
    color: #333;
}

.member-info .sub-tit ul {}

.member-info .sub-tit ul li {
    padding-left: 11px;
}

.member-info .sub-tit ul li b {
    color: #444;
}

.member-info .sub-tit ul li a {
    text-decoration: underline;
    /* text-underline-position: under; */
    /* text-decoration-color: #ccc; */
}

.member-info .sub-tit ul li a:hover b {
    color: var(--page-point-color);
}

.member-info .sub-tit ul li::before {
    content: "-";
    background: transparent;
    top: 0;
    left: 0;
    width: auto;
}

.member-info .sub-tit ul li span {}

.sub-h4 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
}

/* 주요업무 */
.busi-wrap {}

.busi-wrap h5 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 85px;
    font-family: var(--font-serif);
    letter-spacing: -0.034em;
    font-weight: 400;
    color: #111;
}

.busi-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.busi-box .inner {
    position: relative;
    cursor: pointer;
}

.busi-box .inner::before {
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.35s;
}

.busi-box .inner:hover::before {
    background: rgb(18 40 103 / 80%);
}

.busi-box .inner:hover .hover-txt {
    opacity: 1;
}

.busi-box .inner .txt {
    padding: 45px 35px;
    position: absolute;
    width: 100%;
    z-index: 2;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.busi-box .inner h6 {}

.busi-box .inner img {
    width: 100%;
    /* height: 275px; */
    background: #aaa;
    object-fit: cover;
    position: relative;
}

.busi-box .inner .hover-txt {
    opacity: 0;
    transition: all 0.35s;
}

.busi-box .inner .hover-txt p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.5;
}

.busi-box .modal {
    padding: 0 !important;
    overflow: hidden;
}

.busi-box .modal.in {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.busi-box .modal-dialog {}

.busi-box .modal-content {
    position: relative;
    /* border-radius: 10px; */
    overflow: hidden;
    background: transparent;
    box-shadow: none;
}

.busi-box .modal-header {
    padding: 0;
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 4;
    border: 0;
}

.busi-box .modal-header .modal-title {}

.busi-box .modal-header .close {
    color: #fff;
    margin: 0;
    opacity: 1;
    font-weight: 300;
    font-size: 40px;
    text-shadow: none;
}

.busi-box .modal-header .close:hover {}

.busi-box .modal-header .close span {
    line-height: 1;
}

.busi-box .modal-body {
    padding: 0;
    position: relative;
    background: #fff;
}

.busi-box .modal-body .txt {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.busi-box .txt h6 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
    font-family: var(--font-serif);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.34);
    letter-spacing: -0.055em;
    line-height: 1.4;
    letter-spacing: -0.04em;
}

.busi-box .modal-body .txt p {
    font-size: 17px;
    line-height: 1.5;
    margin-top: 30px;
    color: #fff;
    letter-spacing: -0.015em;
}

.busi-box .modal-body img {
    width: 100%;
    /* height: 300px; */
    object-fit: cover;
    background: #ccc;
    position: relative;
    filter: brightness(0.6);
}

.busi-box .modal-body .txt h6 {
    text-shadow: none;
    color: #fff;
}

.busi-box .modal-body::before {
    /* position: absolute; */
    /* content: ""; */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
    z-index: 2;
}

/* 사건사례 */
.category_wrap {
    margin-bottom: 90px;
}

.category_wrap ul {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    /* gap: 15px; */
}

.category_wrap ul li {
    flex: 0 0 200px;
    margin: 0 !important;
    text-align: center;
    padding: 0 20px;
}

.category_wrap ul li+li {
    border-left: 0 solid #ddd;
}

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

.category_wrap ul li a {
    border: 0;
    text-align: center;
    padding: 16px 0px;
    font-size: 20px;
    color: #222;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 auto;
    border-radius: 100px;
    /* border: 1px solid #ddd; */
}

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

.category_wrap ul li+li::before {
    content: '';
    width: 1px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #cdcdcd;
}

/* 블로그 A 게시판 */
#bbsArea .table_blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 60px;
    border: 0;
    margin-bottom: 100px;
}

#bbsArea .table_blog dd {
    /* display: grid; */
    /* grid-template-columns: 1fr; */
    padding: 0;
    border: 1px solid #fff;
    transition: all 0.3s;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.08);
}

#bbsArea .table_blog dd:hover {
    background: #fff;
    border-color: var(--page-point-color);
    box-shadow: 5px 15px 25px rgba(0, 0, 0, 0.1);
}

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

#bbsArea .table_blog .left {
    width: 100%;
    height: fit-content;
}

#bbsArea .table_blog .left a {}

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

#bbsArea .table_blog .right {
    width: 100%;
    padding: 40px 30px;
    /* background: #f7f7f7; */
}

#bbsArea .table_blog .right .title {
    padding: 0;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    letter-spacing: -0.03em;
}

#bbsArea .table_blog .right .title a {
    font-size: 22px;
    font-weight: 600;
    color: #222;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    letter-spacing: -0.02em;
}

#bbsArea .table_blog .right .title a>span {
    width: 100%;
    display: block;
    letter-spacing: -0.02em;
    line-height: 1.4;
}

#bbsArea .table_blog .right .title a .badge {
    display: none;
    /* padding: 0; */
    background: transparent;
    color: #222db7;
    /* display: block; */
    margin: 0 0 15px;
    text-align: left;
    font-size: 16px;
}

#bbsArea .table_blog .right .info {
    display: none;
}

#bbsArea .table_blog .right .info span {}

#bbsArea .table_blog .right .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#bbsArea .table_blog .right .text p {
    font-size: 15px;
    padding: 0;
    line-height: 1.4;
    word-break: break-all;
    letter-spacing: -0.02em;
    font-weight: 300;
    color: #737373;
}

.contents_inner {
    overflow: hidden;
}

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

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

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

#bbsArea .table_blog2 dd {}

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

#bbsArea .table_blog2 .inner .top {}

#bbsArea .table_blog2 .inner .top a {}

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

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

#bbsArea .table_blog2 .inner .bottom .title {
    padding: 0;
    margin: 0;
    white-space: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-wrap: wrap;
}

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

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

#bbsArea .table_blog2 .inner .bottom .title a span {
    display: block;
    width: 100%;
}

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

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


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

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

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

.location-wrap .locat-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-block: 60px;
}

.location-wrap .locat-tit p {
    font-size: 24px;
    font-weight: 600;
    color: #111;
}

.location-wrap .locat-tit p span {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-top: 10px;
}

.root_daum_roughmap .wrap_map {
    height: 500px !important;
}

.location-wrap .info-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin-top: 50px;
}

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

.location-wrap .info li {
    font-size: 17px;
    line-height: 1.8;
}

.location-wrap .info li span {
    display: block;
    margin-right: 10px;
    font-weight: 600;
    color: #111;
    font-size: 15px;
    letter-spacing: 0;
}

.location-wrap .coming {
    border-top: 1px solid #333;
}

.location-wrap .coming>div {
    display: grid;
    grid-template-columns: 200px 1fr;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.location-wrap .coming h6 {
    font-weight: 600;
    font-size: 20px;
    color: #222;
    letter-spacing: -0.03em;
}

.location-wrap .coming li {
    font-size: 16px;
    letter-spacing: -0.03em;
}

.location-wrap .coming span.line7 {
    background: #8c8621;
}

.location-wrap .coming span.lineR {
    background: #de4552;
    margin-right: 10px;
}

.location-wrap .coming span,
.location-wrap .coming span {
    color: #fff;
    font-size: 15px;
    padding: 5px 8px;
    border-radius: 5px;
    font-weight: 500
}

/* 주문폼 */
#contact01 #bbsArea {
    display: grid;
    grid-template-columns: 320px 1fr;
    /* gap: 130px; */
    background: #1e2f61;
    box-shadow: 6px 20px 45px rgba(0, 0, 0, 0.12);
}

.process {
    margin-bottom: 40px;
}

.contact-wrap {
    padding: 40px;
}

.process p {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 35px;
    position: relative;
    letter-spacing: -0.034em;
    text-align: center;
    font-family: var(--font-serif);
}

.process p::before {
    /* position: absolute; */
    /* content: ""; */
    /* left: 0; */
    top: 14px;
    width: 7px;
    aspect-ratio: 1;
    background: #000;
}

.process ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
    counter-reset: num;
    /* padding: 20px; */
}

.process ul li {
    font-size: 16px;
    text-align: center;
    padding: 10px 10px;
    font-weight: 400;
    letter-spacing: -0.02em;
    border-radius: 100px;
    color: #fff;
    background: rgba(0, 0, 0, 0.35);
}

.process ul li::before {
    counter-increment: num;
    content: "0" counter(num);
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    aspect-ratio: 1;
    height: 90%;
    background: var(--page-point-color-light);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-family: var(--font-serif);
    font-size: 16px;
}

.process ul li::after {
    position: absolute;
    content: "\e313";
    left: 50%;
    font-size: 24px;
    bottom: -28px;
    font-weight: 200;
    font-family: var(--icons);
    transform: translateX(-50%);
    color: rgb(255 255 255 / 75%);
}

.process ul li:last-child::after {
    display: none;
}

.contact-wrap .dot-list {}

.contact-wrap .dot-list li {
    padding-left: 0;
    font-size: 17px;
    color: #fff;
    margin-bottom: 16px;
    letter-spacing: 0px;
    font-weight: 400;
}

.contact-wrap .dot-list li::before {
    top: 14px;
    display: none;
}

.contact-wrap .dot-list li span {
    margin-right: 2px;
    font-weight: 500;
    /* font-family: var(--font-serif); */
    font-size: 14px;
    letter-spacing: 0;
    display: block;
    color: rgb(205 210 255 / 70%);
}

#contact01 fieldset {
    background: #fff;
    padding: 50px 80px 70px;
}

#bbsArea .board_wrapper {
    margin: 0;
}

#bbsArea form {}

#bbsArea form table {
    border: none;
}

#bbsArea form table tr {
    display: grid;
    grid-template-columns: 160px 1fr;
}

#bbsArea form table th {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    background: #fff;
    border: 0;
    width: 160px;
    display: flex;
    padding: 21px 0;
}

#contact01 #bbsArea form table th span {
    letter-spacing: \;
}

.board_wrapper .table.board_write_table tbody tr th>span.required_text {
    color: #ed3516;
    order: 2;
    position: relative;
    margin-left: 4px;
}

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

#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: 44px;
    vertical-align: bottom;
}

img#captcha+br {
    display: none;
}

#wr_captcha {
    margin: 0 !important;
}

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

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

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

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

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

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

.custom_checkbox+span::before {
    font-size: 1.2em;
    vertical-align: middle;
    color: #c3c3c3;
}

.board_data_view .header_wrap .title {
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #111;
    font-size: 28px;
    line-height: 1.4;
}

.board_data_view .header_wrap {
    padding: 45px 60px 40px;
    border-bottom: 1px solid #ddd;
}

.board_data_view {
    border-top: 1px solid #222;
    border-bottom: 1px solid #ccc;
}

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

.btn.btn-lg {
    width: 200px;
    height: 55px;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 500;
    border: 1px solid var(--page-point-color);
    color: var(--page-point-color);
    background: transparent;
}

.board_wrapper .text-center .btn.btn-lg:hover {
    background: var(--page-point-color-hover);
    color: #fff;
}

#login_btn {
    width: 100%;
}

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

#site footer .footer-wrap {
    display: flex;
    padding: 60px 0;
    /* grid-template-columns: 260px 1fr; */
    justify-content: space-between;
}

#site footer .footer-logo {}

.footer-logo img {
    /* height: 52px; */
    filter: grayscale(1) contrast(5) invert(1);
    width: 240px;
}

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

.footer-info li:first-child {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #ccc;
}

.footer-info li {
    font-size: 14px;
    margin-right: 20px;
    font-weight: 400;
    color: #91939d;
    letter-spacing: -0.015em;
}

.footer-info li span {
    font-weight: 600;
    font-family: var(--font-serif);
    color: #dddee5;
    margin-right: 4px;
}

.footer-info li.copy {
    margin-top: 30px;
    font-size: 13px;
    font-family: var(--font-serif);
    letter-spacing: 0;
    font-weight: 300;
    /* opacity: 0.8; */
}

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

footer .login a {
    display: block;
    border-radius: 2px;
    color: rgba(255, 255, 255, 0.2);
    font-size: 11px;
    border: none;
    margin-top: 20px;
    float: right;
}

footer .login a:hover {
    color: #fff;
}

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

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

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

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

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

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

footer .footer-link li {}


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

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

footer .footer-link li.privacy a {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
        background: #fff;
        border-bottom: 1px solid #ddd;
    }

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

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

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

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        min-width: 100%;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        overflow: hidden;
        border: 0;
        padding: 30px 0;
        box-shadow: none;
    }

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

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

.navbar-inverse.mem {
    background: #fff !important;
    border-bottom: 1px solid #ddd;
}

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

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

.login_wrapper {
    background: #f5f5f5;
}

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

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

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

#login_form .form-group {}

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

.login_extra {}

.login_extra ul {}

.login_extra ul li {}

.login_extra ul li a {}

#find_btn {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width:1199px) {
    .navbar-brand {
        height: 40px;
    }

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

@media (max-width:991px) {
    .location-wrap .coming li {
        font-size: 13px;
    }
    .location-wrap .coming span, .location-wrap .coming span {
        font-size: 12px;
        padding: 3px 5px;
    }
    .location-wrap .coming>div {
        grid-template-columns: 100px 1fr;
        padding: 20px 0;
    }
    .location-wrap .coming h6 {
        font-size: 16px;
    }
    .location-wrap .info li {
        font-size: 14px;
        line-height: 1.8;
    }
    .location-wrap .info li span {
        margin-right: 0;
        font-size: 13px;
    }
    .location-wrap .locat-tit p span {
        font-size: 14px;
        margin-top: 5px;
    }
    .location-wrap .locat-tit p {
        font-size: 20px;
    }
    .root_daum_roughmap .wrap_map{
        height: 300px !important;
    }
    .location-wrap .locat-tit {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        margin-block: 30px;
    }
    .form-control {
        height: 40px;
        padding: 5px 12px;
        font-size: 13px;
    }
    #bbsArea form table th {
        font-size: 14px;
        width: 100%;
        padding: 21px 0;
    }
    .process ul li::before {
        font-size: 12px;
    }
    .process ul {
        max-width: 480px;
        margin: 0 auto;
    }
    #contact01 #bbsArea {
        grid-template-columns: 1fr;
    }
    .process ul li {
        font-size: 14px;
        padding: 5px 9px;
    }
    .process p {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .contact-wrap {
        padding: 20px;
    }
    #contact01 fieldset {
        background: #fff;
        padding: 25px 20px 40px;
    }
    #bbsArea .table_blog .left a span {
        width: 100%;
        height: 222px;
        object-fit: cover;
    }

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

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

    #bbsArea .table_blog .right {
        padding: 20px 15px;
    }

    #bbsArea .table_blog {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .category_wrap ul li a {
        padding: 8px 0px;
        font-size: 15px;
    }

    .category_wrap ul li {
        flex: 0 0 20%;
        padding: 0 15px;
    }

    .busi-box .inner .hover-txt p {
        font-size: 14px;
    }

    .busi-box .txt h6 {
        font-size: 20px;
    }

    .busi-box .inner .txt {
        padding: 30px 25px;
    }

    .busi-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .member-wrap .inner p {
        font-size: 22px;
        padding: 15px;
        gap: 10px;
    }

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

    .rep-wrap .history li::before {
        top: 11px;
        width: 2px;
    }

    .rep-wrap .history li {
        font-size: 14px;
        padding-left: 8px;
    }

    .sub-h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .rep-wrap .txt-box .desc {
        margin-bottom: 25px;
    }

    .rep-wrap .desc p {
        font-size: 15px;
    }

    .rep-wrap .txt-box h4 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .rep-wrap .txt-box {
        padding: 35px;
    }

    .rep-wrap .inner {
        display: grid;
        grid-template-columns: 1fr;
    }

    .slogan p {
        font-size: 18px;
    }

    .slogan h6 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .slogan ul li {
        padding: 24px 0;
        aspect-ratio: unset;
    }

    .slogan ul {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
        gap: 15px;
    }

    .greet-wrap {
        grid-template-columns: 1fr;
        gap: 20px;
        align-items: center;
    }

    .breadcrumb li.dropdown .dropdown-toggle {
        gap: 10px;
        font-size: 15px;
        /* justify-content: space-between; */
    }

    .breadcrumb .dropdown-menu li a {
        padding: 5px 15px;
        font-size: 12px;
    }

    .subpage-title h2 {
        font-size: 40px;
    }

    .subpage-header {
        height: 445px;
    }

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

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

    #mainCarousel .carousel-inner .item {
        height: 700px;
    }

    .carousel-caption {
        top: 50%;
    }

    .carousel-caption h1+p a {
        width: 160px;
        height: 45px;
        font-size: 16px;
    }

    .main-tit p {
        font-size: 25px;
    }

    .intro-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .intro-wrap .inner {
        gap: 15px;
        padding: 30px 15px;
    }

    .intro-wrap .inner h6 {
        font-size: 20px;
    }

    .member-box {
        grid-template-columns: 0.6fr 1fr;
        gap: 50px;
    }

    .member-info h4 {
        font-size: 30px;
        margin: 10px 0 20px;
    }

    .member-info .contact li {
        font-size: 14px;
        margin-bottom: 9px;
    }

    .member-info .contact {
        margin-bottom: 35px;
        border-bottom: 1px solid #e0e1e5;
        padding-bottom: 20px;
    }

    .member-info .txt {
        margin-top: 25px;
        grid-template-columns: 130px 1fr;
    }

    .member-info .txt p {
        font-size: 17px;
    }
}

@media (max-width:767px) {
    .table.table_responsive tbody tr th {
        padding: 5px 5px !important;
    }
    #bbsArea .table_blog .left {
        padding: 0;
    }

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

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

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

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

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

    .navbar-nav .open .dropdown-menu {
        background: #fff;
    }

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

    #mainCarousel .carousel-inner .item {
        height: 500px;
    }

    .carousel-caption h1 p {
        font-size: 17px;
    }

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

    .carousel-caption h1+p a {
        width: 140px;
        height: 40px;
        font-size: 14px;
    }

    .main-tit p {
        font-size: 18px;
    }

    .mainpage section {
        padding: 65px 0;
    }

    .banner-wrap .banner span {
        font-size: 25px;
    }

    .banner-wrap .banner p {
        font-size: 11px;
    }

    .banner-wrap .banner {
        padding: 8px 5px;
    }

    .banner-wrap {
        top: 280px;
        width: 85px;
        padding: 20px 0;
    }

    #site footer .footer-wrap {
        padding: 40px 0;
        flex-direction: column-reverse;
    }

    .footer-logo img {
        width: 147px;
    }

    .footer-info li:first-child {
        font-size: 13px;
    }

    .footer-info li {
        font-size: 11px;
        margin-right: 10px;
    }

    .footer-info li.copy {
        margin-top: 20px;
        font-size: 11px;
    }

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

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

@media (max-width:576px) {
    .location-wrap .info {
        gap: 15px;
        flex-direction: column;
    }
    .contact-wrap .dot-list li {
        font-size: 14px;
        margin-bottom: 14px;
    }
    .process ul li {
        font-size: 12px;
        padding: 5px 9px;
    }
    #bbsArea .table_blog {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }

    .busi-wrap h5 {
        font-size: 18px;
        margin-bottom: 55px;
    }

    .busi-box .inner .txt {
        padding: 40px 25px;
    }

    .busi-box .inner img {
        height: 200px;
    }

    .busi-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
    }

    .member-info .sub-tit ul li::before {
        width: 2px !important;
        top: 0 !important;
    }

    .member-info .sub-tit>span {
        font-size: 12px;
    }

    .member-info .txt {
        margin-top: 20px;
        grid-template-columns: 80px 1fr;
    }

    .member-info .txt p {
        font-size: 14px;
    }

    .member-info .txt ul li::before {
        width: 2px;
        top: 9px;
    }

    .member-info .txt ul li {
        padding-left: 7px;
        font-size: 13px;
    }

    .member-info .contact li span {
        width: 80px;
    }

    .member-info .contact li {
        font-size: 13px;
    }

    .member-info h4 span {
        font-size: 16px;
    }

    .member-info h4 {
        font-size: 25px;
        margin: 0 0 15px;
    }

    .member-box {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    #mainCarousel .carousel-inner .item {
        height: 400px;
    }

    .member-wrap .inner p {
        font-size: 20px;
        padding: 13px;
        gap: 10px;
    }

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

    .rep-wrap .img-box img {
        width: 100%;
        object-fit: cover;
        height: 400px;
        object-position: top;
    }

    .rep-wrap .txt-box {
        padding: 30px 15px;
    }

    .rep-wrap .history li::before {
        top: 7px;
        width: 2px;
    }

    .rep-wrap .history li {
        font-size: 12px;
        padding-left: 7px;
    }

    .sub-h5 {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .rep-wrap .desc p {
        font-size: 12px;
    }

    .rep-wrap .txt-box h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .hidden-md {
        display: none;
    }

    .slogan ul li {
        padding: 15px 0;
        aspect-ratio: unset;
    }

    .dot-list li {
        font-size: 13px;
    }

    .slogan ul li span {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .slogan ul li span b {
        font-size: 30px;
    }

    .slogan p {
        font-size: 13px;
    }

    .slogan h6 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .slogan ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .slogan {
        padding: 60px 0;
        margin-top: 55px;
        min-height: 630px;
    }

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

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

    .greet-wrap .text-box .greet {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .greet-wrap .img-box img {
        margin: 0 auto;
        width: 150px;
    }

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

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

    .intro-wrap .inner span {
        margin-bottom: 5px;
        font-size: 55px;
    }

    .intro-wrap .inner h6 {
        font-size: 18px;
    }

    .intro-wrap .inner p {
        font-size: 14px;
    }

    .banner-wrap {
        top: 280px;
        width: 60px;
        padding: 3px 0;
    }

    .carousel-caption h1 p {
        font-size: 14px;
    }

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

    .footer-info li:first-child {
        font-size: 13px;
        display: block;
        width: 100%
    }

    .footer-info li {
        line-height: 1.6;
    }

    .banner-wrap .banner span {
        font-size: 20px;
    }

    .banner-wrap .banner p {
        font-size: 9px;
    }

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

    .subpage-header {
        height: 320px;
    }

    .subpage-title h2 {
        font-size: 25px;
    }

    .breadcrumb {
        margin: 0px 0 13px 0;
        gap: 10px;
    }

    .breadcrumb li.dropdown .dropdown-toggle {
        gap: 5px;
        font-size: 12px;
    }

    .breadcrumb li.dropdown .dropdown-toggle .material-symbols-outlined {
        font-size: 14px;
    }

    .breadcrumb>li::before {
        right: -11px;
    }

    .breadcrumb li.dropdown {
        min-width: unset;
    }

    .carousel-caption h1+p a {
        width: 120px;
        height: 30px;
        font-size: 11px;
    }

    .main-tit p {
        font-size: 16px;
    }
    .category_wrap ul li {
        flex: 0 0 20%;
        padding: 0 7px;
    }
    .category_wrap ul li a {
        padding: 5px 0px;
        font-size: 12px;
    }
}