@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://fonts.googleapis.com/css2?family=East+Sea+Dokdo&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nanum+Myeongjo&family=Noto+Serif+KR:wght@200..900&family=Noto+Serif+SC:wght@200..900&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

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

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

a:hover {
    text-decoration-line: none;
}

.contents_inner {
    overflow: hidden !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;
}

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

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

#gnbauth i {
    display: none;
}

.caret {
    display: none;
}

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}

.navbar-right {
    margin: 0 !important;
}

:root {
    --page-point-color: #314158;
    --page-point-color-hover: #0a2832;
    --icons: "material symbols outlined";
}

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

.navbar-inverse~.agreement_container,
.navbar-inverse~.privacy_container {
    padding: 0 15px;
}

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


@media (min-width: 1400px) {
    .container {
        width: 1330px;
    }
}

#scrollTop {
    border: 0;
    position: fixed;
    background: transparent;
    z-index: 1000;
    right: 39px;
    bottom: 98px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#scrollTop .inner {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.20);
    border-radius: 50%;
    background: #fff;
}

#scrollTop .inner span {
    color: #fff;
    font-size: 28px
}

#scrollTop .inner:first-child {
    background: #023e80;
}

#scrollTop .inner:nth-child(2) {
    background: #fae100
}

/* 퀵메뉴 사이드 주문폼 */
#quick-side-form {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    background: #fff;
    z-index: 5;
    display: flex;
}

.quick-bg-form.on {
    width: 100%;
    height: 100vh;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
}

#quick-side-form .quick-side-form-body {
    width: 500px;
    height: 100vh;
    padding: 3px 40px;
    background: #F8FBFF;
    display: flex;
    align-items: center;
    gap: 30px;
    flex-direction: column;
    margin-right: -500px;
    transition: all 0.5s ease;
    justify-content: center;
}

.quick-side-form-body .side-form-tit {
    text-align: center;
    margin-top: 40px;
}

.quick-side-form-body .side-form-tit h4 {
    font-size: 34px;
    font-weight: 700;
    color: #023E80;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
    line-height: 1;
    margin-bottom: 15px;
}

.quick-side-form-body .side-form-tit p {
    font-size: 17px;
    color: #62748E;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 20px;
}

.quick-bg-form.on #quick-side-form .quick-side-form-body {
    margin-right: 0;
    transition: all 0.5s ease;
    margin-right: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.quick-side-form-btn {
    position: relative;
    width: 65px;
    height: 100%;
    background: #355095;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.quick-side-form-btn span {
    font-size: 17px;
    color: #fff;
    writing-mode: vertical-rl;
    letter-spacing: 0.05em;
    position: relative;
    font-weight: 500;
}

.quick-side-form-btn span::before {
    position: absolute;
    bottom: -40px;
    content: "\e314";
    font-family: "material symbols outlined";
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 25px;
}

.on .quick-side-form-btn span::before {
    transform: translate(-50%, 0) rotate(180deg);
}

.quick-side-form-body form {
    width: 100%;
}

.quick-side-form-body table {
    margin: 0 0 20px;
}

.quick-side-form-body tbody th,
.quick-side-form-body tbody .text-muted {
    display: none;
}

.quick-side-form-body table tbody tr#item_1,
.quick-side-form-body table tbody tr#item_2 {
    display: grid !important;
    grid-template-columns: 75px 1fr;
    gap: 30px;
    padding: 15px 20px;
}

.quick-side-form-body tbody tr#item_1 th,
.quick-side-form-body tbody tr#item_2 th {
    display: block;
    color: #62748E;
}

.quick-side-form-body tbody tr#item_1 th .item_subject,
.quick-side-form-body tbody tr#item_2 th .item_subject {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.03em;
}

.quick-side-form-body table tbody {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.quick-side-form-body table tbody tr:not(#item_captcha, #item_agree) {
    display: flex;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 0 15px 0 rgba(149, 165, 206, 0.20);
}

.quick-side-form-body table tbody tr#item_captcha td {
    display: grid;
    grid-template-columns: 139px 1fr;
    gap: 10px;
}

.quick-side-form-body table tbody th,
.quick-side-form-body table tbody td {
    border: 0;
    padding: 0;
}

.quick-side-form-body table tbody td {
    width: 100%;
    border: 0;
}

.quick-side-form-body table tbody #item_2 td:has(label) {
    flex-direction: column;
}

.quick-side-form-body table tbody td:has(label) {
    display: flex;
    gap: 8px;
}

.quick-side-form-body table tbody td textarea.form-control {
    border: 0;
    padding: 20px;
    font-size: 15px;
    min-height: 150px !important;
}

.quick-side-form-body table tbody td input {
    width: 100%;
    padding: 12px 20px;
    height: 46px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    border: 0;
    letter-spacing: -0.03em;
    border-radius: 5px;
}

.quick-side-form-body table tbody td input::placeholder,
.quick-side-form-body table tbody td textarea.form-control::placeholder {
    color: #9AAAC2;
    font-weight: 400;
}

.quick-side-form-body table tbody tr#item_captcha td img {
    width: 100%;
    height: 46px;
    border-radius: 5px;
    border: 1px solid #BED1ED !important;
    overflow: hidden;
}

.quick-side-form-body table tbody tr#item_captcha td input {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 0 15px 0 rgba(149, 165, 206, 0.20);
    font-size: 15px;
}

.quick-side-form-body #write_btn {
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(89deg, #023E80 -17.65%, #334ED3 114.43%);
    height: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

.quick-side-form-body table tbody tr#item_agree {
    padding: 15px 0;
}

.quick-side-form-body table tbody tr#item_agree label {
    padding: 0;
    min-height: unset;
    padding-left: 0;
}

.quick-side-form-body table tbody tr#item_agree label span {
    padding-left: 25px;
    color: #314158;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.5;
}

.quick-side-form-body table tbody tr#item_agree label span a {
    text-decoration: underline;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #0F172B;
}

.quick-side-form-body table tbody tr#item_agree label span:before {
    /* content: "\e86c";
    font-family: var(--icons);
    font-size: 20px;
    margin: 0;
    position: absolute;
    left: 0;
    top: -3px;
    font-weight: 600; */
    color: #9AAAC2;
    content: "\e86c";
    font-family: var(--icons);
    font-size: 20px;
    margin: 0;
    position: absolute;
    left: 0;
    top: -3px;
    font-weight: 600;
}

.quick-side-form-body .custom_checkbox:checked+span::before {
    color: #023E80 !important;
}

/* 상단 로고*/
.navbar-brand {
    height: 54px;
    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;
}

.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: 1700px;
        padding: 0 15px;
        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 {
        min-width: 100%;
        right: auto;
        z-index: 1030;
        padding: 15px 0;
        border: 0;
        box-shadow: none;
        background: #fff;
        left: 50%;
        transition: all 0.3s ease;
        transform: translate(-50%, 0);
        overflow: hidden;
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10);
    }

    .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: unset;
        color: #fff;
    }

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

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

.navbar-inverse {
    background: #fff;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 0;
    z-index: 9;
    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::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 .dropdown .dropdown-menu>li {}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
    text-align: center;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #62748E;
    background: transparent;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li:hover>a {
    color: #023E80;
    background: transparent;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 21px;
    font-weight: 700;
    color: #333;
    padding: 38.5px 40px;
    text-align: center;
    letter-spacing: -0.01em;
    line-height: 23px;
}

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

@media (max-width:767px) {
    .navbar-inverse .navbar-nav {
        display: flex;
        flex-direction: column;
        overflow: hidden auto;
        position: relative;
        width: 100%;
        margin: 0;
    }

    .navbar-inverse .navbar-nav>li>a {
        text-align: center;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 15px 15px;
        background-color: #fff;
        border-bottom: 1px solid #eee;
        color: #000;
        font-weight: 600;
        font-size: 16px;
    }

    .navbar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 !important;
    }

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

    .navbar-brand {
        height: 27px;
    }

    .navbar-inverse .navbar-nav>li>a:hover {
        color: #fff;
        background: var(--page-point-color);
    }

    .navbar-nav .open .dropdown-menu {
        display: flex;
        flex-direction: column;
    }

    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        text-align: left;
        padding: 8px 15px;
        font-size: 16px;
        font-weight: 500;
    }

    .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: 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,
    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li>a:hover {
        color: #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);
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .dropdown .dropdown-menu {
        padding: 0;
        background: #eee;
    }

    .navbar .dropdown-toggle::after {
        all: unset;
        box-sizing: border-box;
        content: "\e5cf";
        font-family: var(--icons);
        margin-left: auto;
        font-size: 15px;
    }

    .navbar .dropdown.open .dropdown-toggle::after {
        content: "\e5ce";
    }
}





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

#mainCarousel .carousel-inner .item,
#mainCarousel .carousel-inner .item,
.main_swiper_widget .swiper-slide,
.main_swiper_widget .swiper:not(.swiper-initialized) {
    height: 900px;
}

#mainCarousel .carousel-inner {}

.main_swiper_widget .swiper-caption {
    position: absolute;
}

#mainCarousel .carousel-inner .item::before,
.main_swiper_widget .swiper-bg::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

/* 슬라이드 글자*/
.swiper-caption,
.carousel-caption {
    top: 40%;
    padding: 0;
    max-width: 1240px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: unset;
}

.swiper-caption h1,
.carousel-caption h1 {
    margin-bottom: 50px;
    position: relative;
    color: #FFF;
    text-shadow: 1px 1px 4px rgba(25, 25, 25, 0.60);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.38;
    /* 66.24px */
    letter-spacing: -0.025em;
    text-align: left;
}

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

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

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

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

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

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

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

.carousel-control.right {
    left: unset;
    right: 30px;
}

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

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

.carousel-indicators li {
    width: 13px;
    height: 13px;
    background-color: rgba(255, 255, 255, 0.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: 50px;
}

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

.mainpage section {
    padding: 150px 0;
    border-bottom: 1px solid #E2E8F0;
}

.mainpage section#main08 {
    border: 0;
}

.mainpage #main01 {
    padding: 0;
    background: url(/public/img/main/main-bg.jpg) no-repeat right bottom;
}

.mainpage #main01 .container {
    max-width: 1400px;
    width: 100%;
}

.mainpage #main01 .main-tit {
    margin: 120px 0 0 0;
}

.main-tit h2 {
    color: #0F172B;
    font-size: 56px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: -0.01em;
}

.main-tit h2 b {
    color: #023E80;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -0.01em;
}

#main01 .main-intro {
    display: flex;
    justify-content: space-between;
}

#main01 .img-box {}

#main01 .img-box img {
    margin-bottom: 60px;
}


.floating-box .float {
    display: flex;
    align-items: center;
    gap: 30px;
    width: fit-content;
    padding: 15px 15px 15px 30px;
    border-radius: 12px;
    border: 1px solid #E2E8F0;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0 2px 15px 0 rgba(2, 62, 128, 0.12);
    backdrop-filter: blur(6px);
}

.floating-box p {
    color: #0F172B;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.5px;
}

.floating-box .contact-link {
    padding: 18px 30.5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    width: fit-content;
    height: fit-content;
}

.floating-box.hit-top {
    display: block;
    position: fixed;
    bottom: 50px;
    animation: fade 0.5s ease-in-out both;
    height: 84px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.floating-box.hit-top .container {
    width: fit-content;
    padding: 0;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade2 {
    0% {
        opacity: 1;
    }

    99% {
        opacity: 0;
    }

    100% {
        display: none;
    }
}

.floating-box.hit-top .float {
    margin: 0 auto;
}

.mainpage #main02 {
    position: relative;
}

.section-bg {
    position: absolute;
    right: 0;
    bottom: 0;
}

.greet-wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 313px 1fr;
    gap: 100px;
    align-items: center;
}

.greet-wrap .img-box {}

.greet-wrap .img-box img {}

.greet-wrap .img-box p {
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0F172B;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.01em;
    justify-content: center;
}

.greet-wrap .img-box p b {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.6;
    letter-spacing: 1px;
    font-family: "Nanum Myeongjo";
}

.greet-wrap .txt-box {}

.greet-wrap .txt-box p {
    color: #0F172B;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.01em;
}

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

.homepage-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
}

#main07 .homepage-icon {
    gap: 20px;
}

.homepage-icon img {}

.homepage-icon p {
    display: flex;
    align-items: center;
    color: #023E80;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    gap: 5px;
}

.homepage-icon p b {
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}

.person-wrap {}

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

.main-tit h3 {
    color: #0F172B;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.01em;
    text-align: center;
}

.main-person-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.main-person-wrap .inner {}

.main-person-wrap .inner .img-box {}

.main-person-wrap .inner .img-box img {
    background: #ddd;
    /* height: 328px; */
    filter: grayscale(0.1);
    aspect-ratio: 3 / 4;
    width: 100%;
    object-fit: cover;
}

.person-name {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #0F172B;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    justify-content: center;
    text-align: center;
}

.person-name b {
    font-weight: 700;
}

.main-link {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px 40px;
    margin: 80px auto 0;
    width: fit-content;
    gap: 15px;
    border-radius: 500px;
    border: 2px solid #487DB8;
    background: #FFF;
    background-blend-mode: multiply;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.main-link:hover {
    box-shadow: 0 2px 20px 0 rgba(2, 62, 128, 0.2);
}

.main-link p {
    color: #023E80;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0;
}

.main-link a {
    display: flex;
    padding: 8px 10px 8px 15px;
    justify-content: center;
    align-items: center;
    gap: 7px;
    border-radius: 20px;
    background: #8AA6C4;
    color: #fff;
}

.main-link a span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.main-link a svg {}

.biz-wrap {}

.main-consult-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.main-consult-wrap .img-box {
    background: #ddd;
    height: 486px;
    width: 350px;
}

.service-wrap {}

.service-wrap .main-tit {}

.main-service-wrap {
    display: flex;
    flex-direction: column;
    gap: 200px;
}

.main-service-wrap .inner.in01 {
    gap: 78px;
}

.main-service-wrap .inner.in02,
.main-service-wrap .inner.in03 {
    gap: 60px;
}

.main-service-wrap .inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-service-wrap .img-wrap {
    display: flex;
    align-items: center;
}

.main-service-wrap .txt-wrap {
    display: flex;
    flex-direction: column;
    gap: 141px;
}

.main-service-wrap .img-wrap .img-box {}

.main-service-wrap .img-wrap .img-box img {
    max-width: 750px;
}

.main-service-wrap .in03 .img-wrap .img-box:first-child img {
    border: 0;
}

.main-service-wrap .in03 .img-wrap .img-box img {
    width: 292px;
    /* border: 1px solid #ddd; */
    /* border-radius: 15px; */
}

.main-service-wrap .txt-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-service-wrap .txt-box span {
    display: block;
    color: #023E80;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.6;
}

.main-service-wrap .txt-box h6 {
    color: #0F172B;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.03em;
}

.main-service-wrap .txt-box p {
    color: #62748E;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.5px;
}

.main-service-wrap .in02 .img-wrap {
    gap: 30px;
}

.main-service-wrap .in03 .img-wrap {
    gap: 10px;
}

.main-service-wrap .in04 .txt-box {}

.main-service-wrap .in04 .txt-box img {
    padding: 15px 0;
    width: 276px;
}

.tax-wrap {}

.tax-wrap .main-tit {}

.tax-wrap .main-tit p {
    margin-top: 30px;
    text-align: center;
    color: #62748E;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.05px;
}

.main-tax-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

.main-tax-wrap .inner {
    width: 360px;
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    border-radius: 20px;
    background: #F6FAFF;
    aspect-ratio: 1;
}

.main-tax-wrap .inner svg {}

.main-tax-wrap .inner p {
    color: #314158;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -1px;
}

#main07 .main-tax-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

#main07 .main-tax-wrap .inner {
    width: 100%;
}

.partner-wrap {}

.partner-wrap .main-tit {
    margin-bottom: 120px;
}

.main-partner-wrap {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    gap: 40px;
}

.partner-box .js-marquee {
    display: flex;
    gap: 65px;
}

.partner-box .img-box {}

.partner-box .img-box img {}

.last {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 120px;
}

.last p {
    color: #62748E;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.01em;
}

.last p b {
    display: inline-block;
    color: #023E80;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.01em;
}

.last .end {
    display: flex;
    align-items: center;
    gap: 10px;
}

.last .end span {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #0F172B;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.01em;
}

.last .end span b {
    color: #0F172B;
    font-weight: 700;
    letter-spacing: 9px;
    line-height: 1.6;
    font-size: 30px;
    font-family: "Nanum Myeongjo";
}

.last .end img {}

/* 서브 페이지 */
.breadcrumb {
    padding: 0;
    margin: 0;
    background: transparent;
    position: absolute;
    right: 0;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.breadcrumb li {
    font-size: 14px;
    position: relative;
    color: #999;
}

.breadcrumb li:nth-child(2) {}

.breadcrumb li.active {
    opacity: 1;
    font-weight: 600;
}

.breadcrumb>li+li:before {
    padding: 0;
    font-family: var(--icons);
    content: "\e5e1";
    position: absolute;
    top: 2px;
    left: -21px;
    font-size: 12px;
    font-weight: 400;
    color: #ccc;
}

.breadcrumb li a {}

.breadcrumb li a span {
    font-size: 16px;
    width: 16px;
    height: 16px;
    --fill: 1;
    color: #777;
    margin-top: 3px;
}

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

.subpage-header .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: #ddd url("/public/img/sub/subBg01.png") no-repeat center / cover;
    /* filter: brightness(0.6); */
}

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

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

.subpage-title h2 {
    margin-top: 0;
    text-align: center;
    font-weight: 600;
    font-size: 54px;
    color: #fff;
    letter-spacing: -0.01em;
    line-height: 64px;
}

/* [ subpage-navbar ] */
.snb {
    position: relative;
    z-index: 4;
    margin-top: -32px;
}

.snb ul {
    position: relative;
    display: flex;
    margin: 0;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
}

.snb li {
    width: 240px;
}

.snb a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    line-height: 23px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    background: #fff;
    padding: 24.5px 0;
    letter-spacing: 0;
}

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

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

[id^=about0] .subpage-content {
    padding: 118px 0 170px;
}

.subpage-content .con {}

.title-h3 {
    margin-bottom: 100px;
    text-align: center;
}

.title-h3 h3 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #0F172B;
}

/* 회사소개 */
.company-wrap {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.company-wrap .company-box {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 120px;
    height: 240px;
}

.company-wrap .company-box .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 0 40px 0 rgba(149, 165, 206, 0.20);
}

.company-box .img-box img {}

.company-box .txt-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.company-box .txt-box h6 {
    display: flex;
    align-items: center;
    color: var(--page-point-color);
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
}

.company-box .txt-box h6 b {
    color: #023E80;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
}

.company-box .txt-box p {
    color: var(--page-point-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -0.01em;
}

/* 구성원소개 */
.member-wrap+.member-wrap {
    margin-top: 200px;
}

.member-wrap .member-tit {
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 100px;
    color: #023E80;
    font-size: 33px;
    line-height: 1;
    letter-spacing: -0.01em;
    font-weight: 700;
}

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

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

.member-box .member .img-box {}

.member-box .member .img-box img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
    background: #ddd;
}

.member-info {}

.member-info .member-name {
    padding: 50px 0;
    display: flex;
    align-items: end;
    border-bottom: 1px solid #E2E8F0;
    border-top: 1px solid #0F172B;
    gap: 20px;
}

.member-info .member-name h4 {
    color: #0F172B;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
}

.member-info .member-name span {
    color: #314158;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.01em;
}

.member-career {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.member-career .career {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 10px;
}

.member-career .career h6 {
    color: #0F172B;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
}

.member-career .dot-list {}

.member-career .dot-list li {
    color: #314158;
    font-weight: 400;
    line-height: 1.5em;
}

.member-career .dot-list .bar-list {
    margin-top: 3px;
}

.member-career .dot-list .bar-list li {
    font-size: 15px;
    padding-left: 10px;
    line-height: 1.3em;
}

.member-career .dot-list .bar-list li+li {}

.member-career .dot-list .bar-list li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 1px;
    top: 8px;
}

.member-career .dot-list li+li {}

.member-career .dot-list li::before {
    background: #314158;
    top: 10px;
}

#business01 .subpage-content {
    background: #023E80;
}

#business01 .title-h3 {
    margin-bottom: 120px;
}

#business01 .title-h3 h3 {
    color: #fff;
    font-weight: 400;
}

#business01 .title-h3 p {
    margin-top: 80px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #fff;
}

.group-wrap {}

.group-wrap .img-box {}

.group-wrap .img-box img {
    margin: 0 auto;
}

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

.process-box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
}

.process-box .process {
    padding: 0 25px 0 24px;
    width: 100%;
    aspect-ratio: 1;
    background: linear-gradient(315deg, rgba(2, 62, 128, 0.50) -32.75%, rgba(0, 13, 26, 0.50) 113.98%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    position: relative;
    flex-direction: column;
}

.process-box .process+.process::before {
    position: absolute;
    content: "";
    left: -28px;
    width: 16px;
    height: 32px;
    background: url("/public/img/sub/right-arrow.png") no-repeat center / cover;
}

.process-box .process span {
    display: block;
    color: #59A7FF;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.04em;
    margin-bottom: 15px;
}

.process-box .process .txt-box {}

.process-box .process .txt-box h6 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
}

.process-box .process .txt-box p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.business-tab {
    display: flex;
    flex-direction: column;
    gap: 100px;
    max-width: 1200px;
    width: 100%;
    margin: 120px auto 0;
}

.tab-type {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.tab-type li {
    width: 100%;
}

.tab-type li button {
    background: transparent;
    border: 0;
    padding: 16px 0 30px;
    color: rgba(255, 255, 255, 0.60);
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.01em;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.20);
    width: 100%;
}

.tab-type li button.on {
    color: #fff;
    border-bottom: 2px solid #fff;
    font-weight: 700;
}

.tab-type li button.on::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.tap-inners {
    position: relative;
}

.tap-inner {
    display: none;
    opacity: 0;
}

.tap-inner.show {
    display: block !important;
    opacity: 1;
}

.tap-inner .tab-grid {
    display: grid !important;
    grid-template-columns: 450px 1fr;
    gap: 205px;
    animation: fadeTab 0.6s ease forwards;
}

.tab-tit {}

.tap-inner .tab-tit h6 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.01em;
    margin-bottom: 80px;
    text-align: center;
}

.tab-tit img {
    width: 100%;
    aspect-ratio: 1;
    background: transparent;
    border-radius: 2px;
    filter: grayscale(0.2);
}

.tab-info-box {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding-top: 130px;
}

.tab-info-box .tab-desc {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    padding-bottom: 10px;
}

.tab-info {}

.tab-info p {
    margin-bottom: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}

.dot-list {}

.dot-list li {
    position: relative;
    padding-left: 12px;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.01em;
}

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

.dot-list li::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: rgba(255, 255, 255, 0.80);
    left: 0;
    top: 10px;
}

.tab-info .dot-list {}

.tab-info .dot-list li {
    display: flex;
    gap: 5px;
    line-height: 1.4em;
    letter-spacing: 0;
}

.tab-info .dot-list li span {
    line-height: 1.4;
    font-weight: 400;
    color: #fff;
}

.tab-info .dot-list li+li {}

.tab-info .dot-list li::before {}

@keyframes fadeTab {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* 오시는길 */
.location-wrap {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.location-box {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.location-box iframe {}

.map-info {
    display: grid;
    grid-template-columns: 350px 1fr 150px;
    align-items: start;
}

.map-info .map-tit {}

.map-info .map-tit h6 {
    color: #0F172B;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.01em;
    margin-bottom: 14px;
}

.map-info .map-tit span {
    color: #314158;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.01em;
    display: block;
}

.map-list {
    width: 100%;
}

.map-list .list {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 7px;
    align-items: center;
    padding: 7px 0;
}

.map-list .list .icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.map-list .list p {
    color: #314158;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
}

.map-list .list .icon svg {}

.map-list .list .icon span {
    display: block;
    color: #0F172B;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
}

.map-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13.5px 0;
    color: #62748E;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.02em;
    border-radius: 100px;
    border: 1px solid #BED1ED;
    background: #FFF;
    transition: all 0.2s ease;
}

.map-link:hover {
    background: #154083;
    color: #fff;
    border-color: #154083;
}

/* 문의하기 */
.contact-wrap {}

.contact-box {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 5px 30px 0 rgba(172, 198, 219, 0.40);
    display: flex;
    padding: 80px;
    flex-direction: column;
}

.contact-box .small-tit {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
    align-items: center;
}

.contact-box .small-tit svg {}

.contact-box .small-tit span {
    display: block;
    color: #023E80;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
}

.contact-box .cost {
    margin-bottom: 20px;
}

.contact-box .cost h6 {
    color: #0F172B;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    margin-bottom: 14px;
}

.contact-box .cost span {
    color: #62748E;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.01em;
    display: block;
}

.contact-box ul {
    margin-bottom: 50px;
}

.contact-box ul li {
    color: #314158;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}

.contact-box ul li+li {}

.contact-link {
    border-radius: 10px;
    background: linear-gradient(89deg, #023E80 -17.65%, #334ED3 114.43%);
    display: flex;
    height: 72px;
    padding: 20px 22px 20px 25px;
    align-items: center;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.02em;
    justify-content: center;
    border: 0;
}

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

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


/* 목록 게시판 */
.category_wrap {}

.category_wrap ul {}

.category_wrap ul li {}

.category_wrap ul li+li {
    margin: 0;
}

.category_wrap ul li a {}

.category_wrap ul li.on {}

.category_wrap ul li.on a {}

.category_wrap li.on :where(a, a:hover, a:focus) {}

#bbsArea .board_wrapper {}

#bbsArea .board_list_list table {}

#bbsArea .board_list_list col.num_col {}

#bbsArea .board_list_list col.subject_col {}

#bbsArea .board_list_list col.writer_col {}

#bbsArea .board_list_list col.regdate_col {}

#bbsArea .board_list_list thead tr {}

#bbsArea .board_list_list thead tr th {}

#bbsArea .board_list_list tbody tr {}

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

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

#bbsArea .board_list_list tbody th {}

#bbsArea .board_list_list tbody td {}

#bbsArea .board_list_list tbody td span.badge {}

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

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

/* 주문폼 */
#bbsArea .board_wrapper {
    overflow-y: hidden;
}

#bbsArea form {}

#bbsArea form table {}

#bbsArea form table tr {}

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

#bbsArea form table th span {}

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

#bbsArea form table tr#item_captcha {}

#bbsArea form .custom_radio+span::before {
    vertical-align: middle;
}

#bbsArea form .custom_radio:checked+span::before {
    color: var(--page-point-color);
}

.search_wrap #search_query {
    vertical-align: top;
}

.search_wrap #search_btn {
    vertical-align: top;
}

img#captcha {
    height: 40px;
    vertical-align: bottom;
}

img#captcha+br {
    display: none;
}

#wr_captcha {
    margin: 0 !important;
}

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

label.radio-inline span {
    position: relative;
    padding-left: 23px;
    color: #314158;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 20px;
}

.custom_radio:checked+span::before {
    background: url("/public/img/sub/checked-border.png") no-repeat, center / cover;
}

label.radio-inline span:before {
    content: "" !important;
    background: url("/public/img/sub/check-border.png") no-repeat, center / cover;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 1px;
    margin: 0;
}

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

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

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

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

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

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

#login_btn {
    width: 100%;
}

/* 푸터 */

/* 푸터 */
footer {
    padding: 50px 0 40px;
    color: #fff;
    background: #0F172B;
}

footer .footer-wrap {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

footer .footer-wrap img {
    width: 166px;
    object-fit: contain;
}

footer li {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: -0.3px;
    line-height: 25px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 3px;
}

footer li span {
    opacity: 1;
    font-weight: 600;
    line-height: 26px;
    font-size: 14px;
    letter-spacing: 0;
}

footer li:first-child {
    font-weight: 700;
    font-size: 16px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 0px;
    line-height: 28px;
    letter-spacing: -0.02em;
}

footer li.copy {
    margin-top: 10px;
    color: #777;
    font-size: 12px;
    line-height: 23px;
}

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



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

.footer-info li.login a {
    display: block;
    padding: 8px 15px;
    color: #ccc;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.30);
    letter-spacing: 0;
}

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

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

.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: 20px 0;
        margin: 7px 0;
        order: 2;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #000;
        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: #000;
    }

    .navbar-inverse .navbar-collapse:not(.in) {
        max-height: 0;
        border-color: transparent;
    }

    .navbar-inverse .navbar-collapse {
        transition: all 0.4s;
        display: flex;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        border-top: 1px solid #eee;
    }

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

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

.member_wrapper #join_form .table tbody tr th {
    width: 100% !important;
}

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

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

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

.login_wrapper {
    background: #f5f5f5;
}

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

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

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

#login_form .form-group {}

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

.login_extra {}

.login_extra ul {}

.login_extra ul li {}

.login_extra ul li a {}

#find_btn {
    width: 100%;
}

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

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

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

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

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

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

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

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

/* 로그인페이지 */
:is(.find_container, .login_container) .member_wrapper .form-group {
    height: 52px
}

:is(.find_container, .login_container) .member_wrapper .form-group input {
    border: 0;
    padding-left: 0
}

:is(.find_container, .join_container, .join_write_container, .login_container) .form-group {
    height: 45px
}

:is(.find_container, .join_container, .join_write_container, .login_container) .member_wrapper {
    padding: clamp(30px, 4vw, 60px) clamp(20px, 3vw, 60px);
    border-radius: 30px;
    background: #fff
}

:is(.find_container, .join_container, .join_write_container) .member_wrapper {}

:is(.find_container, .login_container) :is(.member_wrapper) {
    max-width: 500px
}

@media (width <=767.98px) {
    :is(.find_container, .join_container, .join_write_container, .login_container) {
        width: 100%;
        padding: 0 15px
    }

    :is(.find_container, .join_container, .join_write_container, .login_container) .member_wrapper {
        width: 100%;
        margin: 0 auto
    }
}

.member_wrapper {
    max-width: 1140px;
    padding-top: 120px;
    padding-bottom: 200px;
    margin: 0 auto
}

.member_wrapper h1 {
    margin-top: 0;
    font-size: clamp(28px, 3vw, 34px);
    line-height: 1;
    font-weight: 700;
    text-align: center;
    border: 0;
    margin-bottom: 20px;
    padding-bottom: 0px;
    letter-spacing: -0.03em
}

.member_wrapper h1+p {
    line-height: 1.4;
    font-size: clamp(13px, 3vw, 15px);
    height: 80px;
    margin-bottom: 0;
    text-align: center;
    color: #666
}

.member_wrapper .text-center {
    margin-top: 40px
}

.member_wrapper .text-center .btn.btn-lg {
    padding-left: 40px;
    padding-right: 40px
}

.member_wrapper #login_form input {
    padding-left: 5px;
    font-size: 15px
}

#login_form .form-group label {
    position: relative
}

#login_form .form-group label[class*="label-"] {
    text-indent: -9999px
}

#login_form .form-group label::before {
    position: absolute;
    text-indent: 0;
    font-family: var(--gms);
    font-variation-settings: var(--gms-300-out);
    font-size: 22px;
    color: #888;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1
}

#login_form .form-group:focus-within label[class*="label-"]::before {
    color: #000
}

#login_form .form-group label.label-id::before {
    content: "\e7fd"
}

#login_form .form-group label.label-pw::before {
    content: "\e897"
}

#login_form .form-group label.label-email::before {
    content: "\e0e6"
}

@media (width <=767.98px) {
    .member_wrapper {
        padding: 60px 30px
    }

    .member_wrapper :where(#login_form, fieldset) {
        display: flex;
        flex-direction: column
    }

    .member_wrapper :where(#login_form, #login_form input) {
        font-size: clamp(13px, 3vw, 14px)
    }

    .member_wrapper #login_form input {
        border: 0;
        padding-right: 35px
    }
}

.member_wrapper .join_agree .join_agree_box {
    width: auto;
    height: 250px;
    border: 1px solid var(--page-grey-color);
    padding: 15px;
    overflow-y: scroll;
    line-height: 1.5
}

@media (min-width: 768px) {
    .member_wrapper #login_form .control-label {}
}

.member_wrapper .join_agree_box+.checkbox {
    margin: 0;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1em 1.25em;
    gap: 5px;
    background-color: #f7f7f7;
    font-size: clamp(12px, 3vw, 15px)
}

.member_wrapper .join_agree_box+.checkbox label {
    display: flex;
    align-items: center;
    padding-left: 0;
    font-size: clamp(13px, 2vw, 14px)
}

.member_wrapper .join_agree_box+.checkbox input {
    position: static;
    margin: 0;
    margin-right: 7px
}

.member_wrapper .join_agree_box+.checkbox>a {
    font-size: 14px;
    color: #1c54e4;
    font-weight: 500
}

.member_wrapper .join_agree_box+.checkbox>a:hover {
    text-decoration: underline
}

@media (width <=767.98px) {
    .member_wrapper .join_agree_box+.checkbox>a {
        font-size: 0.75em
    }
}

.member_wrapper .form-group {
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    border: 1px solid #ddd
}

.member_wrapper .form-group>* {
    width: auto;
    padding: 0
}

.member_wrapper .form-group:focus-within {
    z-index: 100;
    border-color: var(--page-point-color)
}

.member_wrapper .form-group:focus-within span.material-symbols-outlined {
    opacity: 1;
    color: var(--page-point-color)
}

.member_wrapper .form-group:nth-of-type(1) {
    margin-bottom: -1px !important
}

.member_wrapper .form-group:nth-of-type(2) {
    margin-bottom: 0px !important
}

.member_wrapper .form-group label span.material-symbols-outlined {
    opacity: 0.5;
    translate: 0 1px;
    font-variation-settings: var(--gms-400-out);
    font-size: 1.25rem;
    color: #000
}

.member_wrapper .form-group>label:nth-child(1) {
    width: 80px;
    padding-left: 10px;
    transform: translateY(-3px)
}

.member_wrapper .form-group>div:nth-child(2) {
    flex: 1
}

@media (width <=767.98px) {
    .member_wrapper .form-group>div:last-child {
        width: 100%
    }
}

:is(#find_btn, #login_btn) {
    margin-top: 25px;
    height: 50px;
    width: 100%;
    border-radius: 9999px
}

:is(#find_idpw, .join_wrapper, .login_wrapper) {
    z-index: 10;
    width: 100%;
    padding: 100px 0 120px;
    background: #f7f7f7
}

@media (width <=767.98px) {
    :is(#find_idpw, .join_wrapper, .login_wrapper) {
        margin-top: 0;
        position: relative;
        padding: 30px 0 100px;
        height: auto
    }
}

:where(#find_idpw, .login_wrapper) {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (width >=992px) {
    :where(#find_idpw, .login_wrapper) {
        padding: 0 !important;
        height: calc(var(--svh100) - var(--navbar-height)) !important
    }
}

@media (height <=700px) {
    :where(#find_idpw, .login_wrapper) {
        height: auto;
        min-height: 700px;
        align-items: flex-start
    }
}

.member_wrapper .login_extra {
    margin-top: 30px
}

.member_wrapper .login_extra ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 15px
}

.member_wrapper .login_extra li>a {
    font-size: clamp(13px, 3vw, 14px)
}

.member_wrapper .login_extra li+li {
    margin-left: 0
}

.member_wrapper .login_extra li+li::before {
    content: none !important
}

@media (width <=767.98px) {
    .member_wrapper .login_extra ul {
        width: 100%;
        display: flex;
        justify-content: center
    }

    .member_wrapper .login_extra li+li::before {
        content: none
    }
}

@media (width <=767.98px) {
    .member_wrapper #join_form tr th {
        padding: 10px 20px;
        margin-bottom: 10px
    }

    .member_wrapper #join_form tr td {
        display: flex;
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        gap: 5px
    }

    .member_wrapper #join_form tr td>div:has(textarea) {
        width: 100%
    }

    .member_wrapper #join_form tr td[style="vertical-align:middle"] {
        align-items: center;
        padding-inline: 20px
    }

    .member_wrapper #join_form tr td[style="vertical-align:middle"] span {
        margin-top: 0
    }

    .member_wrapper #join_form tr td input:not(#mb_mailing) {
        width: 100%
    }
}

.member_wrapper .join_agree h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500
}

.member_wrapper .table {
    width: 100%
}

.member_wrapper .table tbody {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px
}

.member_wrapper .table tbody tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 4fr);
    margin-bottom: -1px
}

.member_wrapper .table tbody tr th {
    text-align: left;
    width: auto;
}

.member_wrapper .table tbody tr th span {
    color: var(--page-point-color)
}

.member_wrapper .table tbody tr td {
    padding-inline: 15px;
    display: flex;
    gap: 5px
}

.member_wrapper .table tbody tr :where(th, td) {
    display: block;
    font-size: clamp(13px, 3vw, 15px);
}

@media (width <=767.98px) {
    :where(.member_wrapper .table, .member_wrapper .table :where(tbody, tbody tr)) {
        display: block;
        width: 100%
    }

    .member_wrapper .table tbody tr :where(th, td) {
        display: block;
        width: 100%;
        font-size: clamp(15px, 2vw, 17px)
    }

    .member_wrapper .table tbody tr th {
        padding: 10px 30px
    }

    .member_wrapper .table .files_upload_wrap {
        display: flex;
        flex-direction: column
    }

    .member_wrapper .table .files_upload_wrap .files {
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    .member_wrapper .table .files_upload_wrap .files input {
        width: auto
    }

    .member_wrapper .table .files_upload_wrap .files .file_add {
        position: relative;
        right: auto
    }

    .member_wrapper .table .files_upload_wrap .btn {
        width: 100%;
        aspect-ratio: inherit;
        margin-top: 15px
    }
}

:is(.privacy_container, .agreement_container) {
    text-align: left
}

:is(.privacy_container, .agreement_container) h1 {
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 700;
    margin-bottom: 40px
}

:where(.privacy_container, .agreement_container) .privacy_body {
    font-size: 1rem;
    line-height: 1.6em;
    padding-inline: clamp(20px, 3vw, 50px)
}

@media (max-width: 767.98px) {
    :where(.privacy_container, .agreement_container) .member_wrapper {
        padding: 50px 30px
    }
}

.maintenance {
    background: #f4f4f4;
    padding: 120px 25px;
    text-align: center;
    border-radius: 20px
}

.maintenance span.material-symbols-outlined {
    display: inline-block;
    line-height: 1;
    font-size: 74px;
    margin-bottom: 20px
}

.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px
}

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

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

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

    .navbar-inverse .navbar-nav>li>a {
        font-size: 18px;
        padding: 28px 30px;
        line-height: 20px;
    }

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

    .main-tit h2 {
        font-size: 40px;
        line-height: 1.45;
    }

    #main01 .main-intro {
        display: flex;
        justify-content: center;
        gap: 100px;
    }

    #main01 .img-box img {
        margin-bottom: 30px;
        height: 650px;
    }

    #quick-side-form .quick-side-form-body {
        width: 500px;
        height: 100vh;
        padding: 3px 20px;
        gap: 15px;
    }

    .quick-side-form-body .side-form-tit h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .quick-side-form-body .side-form-tit p {
        font-size: 14px;
        line-height: 16px;
    }

    .quick-side-form-body table tbody {
        display: grid;
        gap: 10px;
        grid-template-columns: 50% 50%;
    }

    .quick-side-form-body table tbody tr#item_1,
    .quick-side-form-body table tbody tr#item_2 {
        display: flex !important;
        gap: 10px;
        flex-direction: column;
        padding: 10px 15px;
    }

    .quick-side-form-body table tbody td:has(label) {
        display: flex;
        gap: 8px;
        flex-direction: column;
    }

    .quick-side-form-body table tbody tr:is(#item_captcha, #item_agree, #item_3, #item_1, #item_2) {
        display: flex;
        border-radius: 5px;
        background: #FFF;
        box-shadow: 0 0 15px 0 rgba(149, 165, 206, 0.20);
        grid-column: span 2;
    }

    .quick-side-form-body table tbody td input {
        width: 100%;
        padding: 7px 12px;
        height: 35px;
        font-size: 11px;
    }

    label.radio-inline span {
        padding-left: 19px;
        line-height: 14px;
        font-size: 12px;
    }

    .quick-side-form-body table tbody td textarea.form-control {
        padding: 12px;
        font-size: 13px;
        min-height: 80px !important;
    }

    .quick-side-form-body table tbody tr#item_captcha td img {
        height: 34px;
    }

    .quick-side-form-body table tbody tr#item_captcha td {
        display: grid;
        grid-template-columns: 85px 1fr;
        gap: 10px;
    }

    .quick-side-form-body table tbody tr#item_agree {
        padding: 7px 0;
    }

    .quick-side-form-body table tbody tr#item_agree label span {
        font-size: 13px;
    }

    .quick-side-form-body table tbody tr#item_agree label span a {
        font-size: 13px;
    }

    .quick-side-form-body #write_btn {
        height: 46px;
        font-size: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #scrollTop .inner {
        width: 40px;
        height: 40px;
    }

    #scrollTop .inner span {
        font-size: 20px;
    }

    #scrollTop .inner svg {
        width: 25px;
        height: 25px;
    }

    .mainpage section {
        padding: 90px 0;
        border-bottom: 1px solid #E2E8F0;
    }

    .section-bg {
        width: 410px;
    }

    .main-person-wrap {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .main-tit h3 {
        font-size: 38px;
    }

    .homepage-icon {
        gap: 10px;
        margin-bottom: 40px;
    }

    .homepage-icon img {
        width: 65px;
        aspect-ratio: 1;
        object-fit: contain;
    }

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

    .main-consult-wrap .img-box {
        background: #ddd;
        width: 100%;
        height: unset;
        aspect-ratio: 2/3;
    }

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

    .floating-box .float {
        gap: 20px;
        padding: 10px 10px 10px 20px;
    }

    .floating-box .contact-link {
        padding: 10px 15px;
        font-size: 14px;
    }

    .floating-box p {
        font-size: 15px;
    }

    .main-service-wrap .img-wrap .img-box img {
        max-width: unset;
        width: 100%;
    }

    .main-service-wrap .inner {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        justify-content: center;
    }

    .main-service-wrap .txt-box span {
        font-size: 30px;
    }

    .main-service-wrap .txt-box {
        gap: 10px;
    }

    .main-service-wrap .txt-box h6 {
        font-size: 36px;
    }

    .main-service-wrap .txt-box p {
        font-size: 18px;
    }

    .main-service-wrap .inner.in01 {
        gap: 40px;
    }

    .main-service-wrap .inner.in02,
    .main-service-wrap .inner.in03 {
        gap: 40px;
    }

    .main-service-wrap .txt-box {
        order: 1;
        text-align: center;
        gap: 20px;
    }

    .main-service-wrap :not(.inner.in04) .img-wrap {
        display: flex;
        align-items: center;
        order: 2;
        max-width: 600px;
        margin: 0 auto;
    }

    .main-service-wrap .in03 .img-wrap .img-box img {
        width: 100%;
        border: 1px solid #ddd;
        border-radius: 15px;
    }

    .main-service-wrap {
        gap: 120px;
    }

    .main-service-wrap .inner.in04 {
        grid-template-columns: 1fr 1fr;
    }

    .main-service-wrap .inner.in04 .txt-wrap {
        flex-direction: column-reverse;
        gap: 70px;
    }

    .main-service-wrap .in04 .txt-box {
        text-align: left;
    }

    .main-service-wrap .in04 .txt-box+img {
        width: 300px;
    }

    .main-tax-wrap .inner {
        width: 100%;
        padding: 0 30px;
        gap: 20px;
        border-radius: 15px;
    }

    .main-tax-wrap .inner p {
        font-size: 16px;
    }

    .quick-side-form-body table tbody tr#item_captcha td input {
        font-size: 12px;
    }

    #business01 .title-h3 p {
        margin-top: 60px;
        font-size: 22px;
    }

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

    .process-box .process {
        padding: 10px;
    }

    .process-box .process .txt-box h6 {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 7px;
    }

    .process-box .process .txt-box p {
        font-size: 12px;
    }

    .process-box .process span {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .process-box {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 15px;
    }

    .process-box .process+.process::before {
        left: -12px;
        width: 10px;
        height: 20px;
    }

    .business-tab {
        gap: 70px;
        margin: 50px auto 0;
    }

    .tab-type li button {
        padding: 9px 0 15px;
        font-size: 15px;
    }

    .tap-inner .tab-grid {
        grid-template-columns: 400px 1fr;
        gap: 70px;
    }

    .tap-inner .tab-tit h6 {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .tab-info-box {
        gap: 40px;
        padding-top: 80px;
    }
}

@media (max-width:991px) {
    .tab-info-box .tab-desc {
        font-size: 15px;
        padding-bottom: 5px;
    }

    .tab-info .dot-list li::before {
        top: 7px;
        width: 2px;
        height: 2px;
    }

    .tab-info .dot-list li {
        font-size: 14px;
        padding-left: 8px;
    }

    .tab-info p {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .tab-tit img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        aspect-ratio: unset;
    }

    .tab-info-box {
        gap: 35px;
        padding-top: 67px;
    }

    .tap-inner .tab-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .business-tab {
        gap: 50px;
    }

    .tap-inner .tab-tit h6 {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .tab-type li button {
        padding: 15px 0 15px;
        font-size: 15px;
    }

    .tab-type {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .process-box .process:nth-child(4)::before {
        display: none;
    }

    .process-box .process+.process::before {
        left: -42px;
        width: 25px;
        height: 25px;
    }

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

    #business01 .title-h3 p {
        margin-top: 40px;
        font-size: 18px;
    }

    .subpage-content {
        padding: 75px 0 95px;
    }

    .company-box .txt-box p br {
        display: none;
    }

    .company-box .txt-box h6 {
        font-size: 20px;
        margin-bottom: 10px;
    }

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

    .company-wrap .company-box {
        grid-template-columns: 1fr 1fr;
        gap: 50px;
        height: 100%;
    }

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

    .title-h3 h3 {
        font-size: clamp(20px, 4.01vw, 40px);
    }

    [id^=about0] .subpage-content {
        padding: 70px 0 90px;
    }

    .snb a {
        line-height: 20px;
        font-size: 15px;
        padding: 17px 0;
    }

    .subpage-title h2 {
        font-size: clamp(25px, 4.51vw, 45px);
        line-height: 1.3;
    }

    .subpage-header {
        height: 270px;
    }

    .main-tit h2 {
        font-size: 30px;
        line-height: 1.45;
    }

    #main01 .img-box img {
        height: 560px;
    }

    #main01 .main-intro {
        gap: 80px;
    }

    .mainpage section {
        padding: 75px 0;
    }

    .greet-wrap {
        grid-template-columns: 270px 1fr;
        gap: 50px;
    }

    .greet-wrap .img-box p {
        margin-top: 15px;
        gap: 7px;
        font-size: 16px;
    }

    .greet-wrap .img-box p b {
        font-size: 20px;
    }

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

    .homepage-icon p {
        font-size: 16px;
    }

    .homepage-icon img {
        width: 50px;
        aspect-ratio: 1;
    }

    .main-tit h3 {
        font-size: 28px;
    }

    .main-person-wrap {
        gap: 35px;
    }

    .person-name {
        margin-top: 12px;
        font-size: 17px;
    }

    .main-link {
        padding: 10px 15px;
        margin: 45px auto 0;
        gap: 10px;
    }

    .main-link p {
        font-size: 16px;
    }

    .main-link a {
        padding: 4px 7px 4px 10px;
        gap: 5px;
    }

    .main-link a span {
        font-size: 12px;
    }

    .main-link a svg {
        width: 11px;
        height: 12px;
    }

    .main-consult-wrap {
        gap: 25px;
    }

    .main-service-wrap .txt-box span {
        font-size: 22px;
    }

    .main-service-wrap .txt-box h6 {
        font-size: 25px;
    }

    .main-service-wrap .txt-box p {
        font-size: 16px;
    }

    .main-service-wrap .txt-box {
        gap: 12px;
    }

    .main-service-wrap :not(.inner.in04) .img-wrap {
        max-width: 500px;
        margin: 0 auto;
    }

    .main-service-wrap {
        gap: 70px;
    }

    .main-service-wrap .in04 .txt-box img {
        padding: 10px 0;
        width: 200px;
    }

    .main-service-wrap .inner.in04 .txt-wrap {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .main-service-wrap .in04 .txt-box+img {
        width: 225px;
    }

    .tax-wrap .main-tit p {
        margin-top: 12px;
        font-size: 17px;
    }

    .main-tax-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .main-tax-wrap .inner {
        width: 100%;
        padding: 0 20px;
        gap: 17px;
        border-radius: 15px;
    }

    #main07 .main-tax-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .partner-box .img-box img {
        width: 80px;
    }

    .partner-wrap .main-tit {
        margin-bottom: 60px;
    }

    .last p {
        font-size: 17px;
    }

    .last {
        gap: 30px;
        margin-top: 70px;
    }

    .last .end span {
        gap: 10px;
        font-size: 17px;
    }

    .last .end span b {
        font-size: 22px;
    }

    .last .end img {
        width: 60px;
    }

    footer {
        padding: 30px 0 26px;
    }

    .floating-box.hit-top {
        bottom: 10px;
        height: fit-content;
    }

    #quick-side-form .quick-side-form-body {
        width: 350px;
        height: 100vh;
        padding: 3px 6px;
        gap: 15px;
        margin-right: -350px;
    }

    label.radio-inline span:before {
        top: -2px;
    }

    footer .footer-wrap {
        gap: 20px;
        align-items: unset;
        flex-direction: column;
    }

    footer .footer-wrap img {
        width: 120px;
    }

    footer li {
        font-size: 12px;
        line-height: 18px;
    }

    footer li:first-child {
        font-size: 13px;
        line-height: 17px;
    }

    footer .footer-info {
        gap: 0 10px;
    }

    footer li span {
        line-height: 22px;
        font-size: 12px;
    }

    .footer-info li.login {
        position: absolute;
        top: -55px;
    }

    .footer-info li.login a {
        padding: 5px 10px;
        font-size: 11px;
    }

    #site {
        padding-top: 76px;
    }

    .member-wrap .member-tit {
        margin-bottom: 40px;
        font-size: 25px;
    }

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

    .member-info .member-name {
        padding: 35px 0;
        gap: 10px;
    }

    .member-info .member-name h4 {
        font-size: 25px;
    }

    .member-info .member-name span {
        font-size: 18px;
    }

    .member-career {
        margin-top: 25px;
        gap: 45px;
    }

    .member-career .career h6 {
        font-size: 18px;
    }

    .member-career .career {
        grid-template-columns: 140px 1fr;
        gap: 10px;
    }

    .member-career .dot-list li {
        font-size: 15px;
        padding-left: 7px;
    }

    .member-career .dot-list li::before {
        top: 9px;
        width: 2px;
        height: 2px;
    }

    .member-box {
        gap: 50px;
    }

    .member-wrap+.member-wrap {
        margin-top: 90px;
    }

    .location-box iframe {
        height: 300px !important;
    }

    .map-info {
        grid-template-columns: 200px 1fr 100px;
    }

    .map-info .map-tit h6 {
        font-size: 22px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .map-info .map-tit span {
        font-size: 16px;
    }

    .map-list .list {
        grid-template-columns: 85px 1fr;
        gap: 7px;
        padding: 5px 0;
    }

    .map-list .list .icon {
        gap: 5px;
    }

    .map-list .list .icon span {
        font-size: 14px;
        line-height: 16px;
    }

    .map-list .list .icon svg {
        width: 18px;
        height: 18px;
    }

    .map-list .list p {
        font-size: 15px;
        line-height: 18px;
    }

    .map-link {
        padding: 4.5px 0;
        font-size: 13px;
    }

    .location-wrap {
        gap: 70px;
    }
}

@media (max-width:767px) {
    .map-link {
        padding: 4.5px 0;
        font-size: 13px;
        width: 100px;
    }

    .map-info {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .member-box {
        gap: 130px;
    }

    .member-box .member .img-box img {
        width: 300px;
        margin: 0 auto;
    }

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

    .snb li {
        width: 150px;
    }

    .company-wrap .company-box .img-box {
        width: fit-content;
        margin: 0 auto;
        padding: 30px;
    }

    .company-wrap .company-box {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    #board_data_view .header_wrap {
        padding: 25px 0 25px;
    }

    #board_data_view .header_wrap .title {
        font-size: 20px;
        margin-bottom: 8px;
    }

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

    .board_data_view .contents_wrap {
        padding: 20px 15px;
    }

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

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

    #main01 .main-intro {
        gap: 40px;
    }

    .main-tit h2 {
        font-size: 25px;
        line-height: 1.45;
    }

    .contact-box {
        padding: 30px;
    }

    .contact-box .small-tit {
        margin-bottom: 10px;
    }

    .contact-box .cost h6 {
        font-size: 30px;
        margin-bottom: 8px;
    }

    .contact-box .cost span {
        font-size: 14px;
        line-height: 16px;
    }

    .contact-link {
        height: 50px;
        padding: 10px 15px 10px 15px;
        font-size: 18px;
    }

    .quick-side-form-body table.table_responsive tbody th,
    .quick-side-form-body table.table_responsive tbody .text-muted {
        display: none !important;
    }

    .quick-side-form-body table.table_responsive tbody tr:not(#item_captcha, #item_agree) {
        display: flex !important;
        border-radius: 5px;
        background: #FFF;
        box-shadow: 0 0 15px 0 rgba(149, 165, 206, 0.20);
    }

    .quick-side-form-body table.table_responsive tr#item_1 th,
    .quick-side-form-body table.table_responsive tr#item_2 th {
        display: block !important;
    }

    .quick-side-form-body table.table_responsive tbody tr#item_email {
        display: none !important;
    }

    .quick-side-form-body table.table_responsive tbody th,
    .quick-side-form-body table.table_responsive tbody td {
        padding: 0 !important;
    }

    .quick-side-form-body table tbody tr#item_captcha td {
        display: grid !important;
    }

    .quick-side-form-body table tbody #item_2 td:has(label) {
        flex-direction: column;
        display: grid !important;
        grid-template-columns: 1fr 1fr;
    }

    .quick-side-form-body table.table_responsive tbody {
        display: grid !important;
        gap: 10px;
        grid-template-columns: 50% 50%;
    }

    .quick-side-form-body table tbody tr#item_1 td {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    label.radio-inline span {
        padding-left: 12px;
        line-height: 1;
    }

    .custom_radio:checked+span::before {
        width: 8px;
        height: 8px;
        background-size: cover;
        top: 3px;
    }

    label.radio-inline span:before {
        width: 8px;
        height: 8px;
        background-size: cover;
        top: 2px;
    }
}

@media (max-width:576px) {
    .map-list .list {
        grid-template-columns: 70px 1fr;
    }

    .map-info .map-tit span {
        font-size: 14px;
    }

    .map-info .map-tit h6 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .last {
        gap: 25px;
        margin-top: 35px;
    }

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

    .location-box iframe {
        height: 250px !important;
    }

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

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

    .navbar-inverse {
        min-height: unset;
        padding: 10px 0;
    }

    #site {
        padding-top: 45px;
    }

    .navbar-toggle .icon-bar {
        width: 18px;
        height: 1px;
    }

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

    .navbar-brand {
        height: 35px;
    }

    .tab-info .dot-list li {
        flex-direction: column;
    }

    .tab-info-box .tab-desc {
        font-size: 14px;
    }

    .tab-info .dot-list li {
        font-size: 13px;
        padding-left: 7px;
    }

    .tab-info p {
        margin-bottom: 9px;
        font-size: 16px;
    }

    .tab-tit img {
        height: 200px;
    }

    .tap-inner .tab-tit h6 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .tab-type li button {
        padding: 12px 0;
        font-size: 12px;
    }

    .process-box .process+.process::before {
        left: -20px;
        width: 15px;
        height: 15px;
    }

    .process-box .process:nth-child(3)::before {
        display: none;
    }

    .process-box .process:nth-child(4)::before {
        display: block;
    }

    .process-box .process:nth-child(5)::before {
        display: none;
    }

    #business01 .title-h3 p {
        margin-top: 40px;
        font-size: 15px;
        line-height: 1.3;
    }

    .process-box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px 20px;
    }

    .member-box .member .img-box img {
        width: 255px;
        margin: 0 auto;
    }

    .member-career .dot-list li::before {
        top: 8px;
        width: 2px;
        height: 2px;
    }

    .member-career .dot-list li {
        font-size: 13px;
        padding-left: 6px;
    }

    .member-career .career h6 {
        font-size: 16px;
    }

    .member-info .member-name span {
        font-size: 14px;
    }

    .member-info .member-name h4 {
        font-size: 20px;
    }

    .member-info .member-name {
        padding: 25px 0;
        gap: 5px;
    }

    .member-wrap .member-tit {
        margin-bottom: 30px;
        font-size: 18px;
    }

    .member-career .career {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .snb li {
        width: 100px;
    }

    .company-box .txt-box h6 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .company-box .img-box img {
        width: 80px;
    }

    .company-box .txt-box p {
        font-size: 14px;
        line-height: 1.6;
    }

    .company-wrap .company-box .img-box {
        width: 100%;
        padding: 15px;
    }

    .company-wrap .company-box {
        grid-template-columns: 1fr;
        gap: 30px;
    }

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

    .snb {
        margin-top: -21px;
    }

    .snb a {
        line-height: 16px;
        font-size: 13px;
        padding: 13px 0;
    }

    .subpage-header {
        height: 190px;
    }

    #main01 .main-intro {
        gap: 20px;
        flex-direction: column;
    }

    .mainpage #main01 .main-tit {
        margin: 35px 0 0 0;
    }

    #main01 .img-box img {
        height: 480px;
        margin: 0 auto;
    }

    .greet-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
    }

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

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

    .section-bg {
        width: 220px;
    }

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

    .main-tit h2 {
        font-size: 22px;
        line-height: 1.45;
        text-align: center;
    }

    .floating-box p {
        font-size: 13px;
    }

    .floating-box .contact-link {
        padding: 10px 5px;
        font-size: 11px;
        width: 85px;
    }

    .floating-box .float {
        gap: 10px;
        width: 320px;
        padding: 6px 5px 6px 5px;
        justify-content: center;
    }

    .mainpage section {
        padding: 55px 0;
    }

    .main-tit h3 {
        font-size: 20px;
    }

    .homepage-icon img {
        width: 45px;
    }

    .homepage-icon p {
        font-size: 14px;
        gap: 2px;
    }

    .homepage-icon {
        gap: 8px;
        margin-bottom: 30px;
    }

    .main-person-wrap {
        gap: 40px;
        grid-template-columns: 1fr 1fr;
    }

    .main-person-wrap .inner .img-box img {
        aspect-ratio: 4 / 6;
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .main-consult-wrap {
        gap: 40px 25px;
        grid-template-columns: 1fr 1fr;
        display: grid;
    }

    .main-consult-wrap .img-box img {
        border-radius: 10px;
        background: transparent;
    }

    .main-service-wrap :not(.inner.in04) .img-wrap {
        max-width: 100%;
        margin: 0 auto;
    }

    .main-service-wrap .in02 .img-wrap {
        gap: 20px;
    }

    .main-service-wrap {
        gap: 85px;
    }

    .main-service-wrap .in04 .txt-box img {
        padding: 2px 0;
        width: 140px;
    }

    .main-service-wrap .in04 .txt-box+img {
        width: 110px;
    }

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

    .main-service-wrap .inner.in04 .txt-wrap {
        flex-direction: column-reverse;
        gap: 25px;
    }

    .main-tax-wrap .inner p {
        font-size: 12px;
    }

    .main-tax-wrap .inner svg {
        width: 50px;
        height: 50px;
    }

    .main-tax-wrap .inner {
        padding: 0 10px;
        gap: 10px;
        border-radius: 15px;
    }

    .main-tax-wrap {
        gap: 10px;
    }

    .homepage-icon img {
        width: 40px;
    }

    #main07 .homepage-icon {
        gap: 10px;
    }

    .tax-wrap .main-tit p {
        margin-top: 10px;
        font-size: 15px;
    }

    .partner-box .img-box img {
        width: 55px;
    }

    .partner-box .js-marquee {
        display: flex;
        gap: 30px;
    }

    .last p {
        font-size: 12px;
    }

    .last .end {
        gap: 5px;
    }

    .last .end span {
        gap: 5px;
        font-size: 14px;
    }

    .last .end span b {
        font-size: 18px;
    }

    #scrollTop {
        right: 15px;
        bottom: 10px;
    }

    .person-name {
        margin-top: 10px;
        font-size: 15px;
    }

    .main-service-wrap .txt-box span {
        font-size: 20px;
    }

    .main-service-wrap .txt-box h6 {
        font-size: 22px;
    }

    .main-service-wrap .txt-box {
        gap: 9px;
    }
    #quick-side-form .quick-side-form-body {
        width: 310px;
        height: 100vh;
        padding: 5px 15px;
        gap: 15px;
        margin-right: -350px;
        justify-content: flex-start;
    }
    .quick-side-form-body table tbody tr#item_1, .quick-side-form-body table tbody tr#item_2 {
        display: flex !important;
        gap: 10px;
        flex-direction: column;
        padding: 10px 15px;
    }
    .quick-side-form-body table tbody #item_2 td:has(label) {
        flex-direction: column;
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 3px;
    }
    .quick-side-form-body table.table_responsive tbody {
        gap: 5px;
        grid-template-columns: 50% 50%;
    }
    .quick-side-form-body table tbody tr#item_agree {
        padding: 4px 0;
    }
    .quick-side-form-body table tbody td input {
        padding: 4px 12px;
        height: 32px;
    }
    .quick-side-form-body table tbody tr#item_captcha td img {
        height: 32px;
    }
    .quick-side-form-body #write_btn {
        height: 35px;
        font-size: 12px;
    }
    
}