<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

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

html {
    opacity: 0;
}

html.no-js {
    opacity: 1;
}

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

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

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

li,
ul {
    list-style: none;
    margin: 0;
}

:is(ol, ul, li, dl) {
    all: unset;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

:is(p, h1, h2, h3, h4, h5, h6, dt, dd) {
    all: unset;
    display: block;
    line-height: 1.4;
    letter-spacing: -0.025em;
}

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

/* 불필요 항목 삭제 */
.caret {
    display: none;
}

#list_btn {
    display: none;
}

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

:root {
    --page-point-color: #254F9E;
    --page-point-color2: #ce1f0a;
    --page-point-color-hover: #153b82;
    --page-bg-color: #f1f3f8;
    --page-bg-color2: #f2f7fe;
    --icons: "material symbols outlined";
}

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

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

/* 상단 로고*/
.navbar-brand {
    height: 40px;
    padding: 0;
    margin-left: 0 !important;
}

.navbar-brand&gt;span {
    display: flex;
    gap: 15px;
    align-items: center;
}

.navbar-brand p {
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.navbar-brand p&gt;span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 300;
}

.navbar-inverse .navbar-brand img {
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.navbar-inverse.on{
    background: #fff;
}
.navbar-inverse.open:not(.on) .navbar-collapse{
    background: rgba(0, 0, 0, 0.65);
}
.navbar-inverse.on .navbar-brand img{
    filter: unset;
}
/* 상단 메뉴 */

@media (min-width: 768px) {
    .navbar-inverse&gt;.container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

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

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

.navbar-header {}

.navbar-inverse .navbar-nav {}

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

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

.navbar-inverse .navbar-nav .dropdown .dropdown-menu&gt;li {}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu&gt;li&gt;a {
    text-align: center;
    padding: 8px 15px;
    font-size: 17px;
    color: #777;
    font-weight: 600;
}

.navbar-inverse .navbar-nav&gt;li&gt;a {
    color: #fff;
    font-weight: 600;
    padding: 40px 15px;
}
.navbar-inverse.on .navbar-nav&gt;li&gt;a{
    color: #333;
}

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

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

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

@media (min-width: 768px) {
    .navbar .navbar-right&gt;li.open .dropdown-menu {
        display: flex;
        animation: menuOpen 0.25s forwards;
    }

    .navbar .navbar-right .dropdown-menu {
        box-sizing: border-box;
        z-index: 5;
        overflow: hidden;
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        display: none;
        flex-direction: column;
        border-radius: 6px;
        box-shadow: 0 5px 14px rgba(0, 0, 0, 0.15);
        margin-top: 0px;
        padding: 25px;
        min-width: 200px;
        gap: 0px;
        opacity: 0;
        transform-origin: center top;
        text-align: center;
    }
}

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

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

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

.mainpage section {
    padding: 120px 0 120px;
}

.mainpage .main01 {
    padding: 0;
}

.main01 .video-wrap {
    margin: 0;
}

.main01 .slick-prev,
.main01 .slick-next {
    display: none;
}

.main01 .viedo {
    width: 100%;
    height: 100vh;
    background: #f2f2f2;
    position: relative;
}
.main01 .viedo::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
}
.main01 .text-box {
    position: absolute;
    content: "";
    left: 0;
    top: 200px;
    width: 100%;
    height: fit-content;
    padding: 0 140px;
}

.main01 .text-box h6 {
    font-size: 100px;
    color: #fff;
    /* text-shadow: 0px 0px 10px var(--page-point-color); */
    margin-bottom: 6px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
}

.main01 .text-box span {
    display: inline-block;
    color: #79a0f6;
    line-height: 1;
    margin-right: 6px;
}
.main01 .text-box span.material-symbols-outlined{
    display: block;
    margin: 0 auto;
    width: fit-content;
    color: #fff;
    font-size: 40px;
    --wght: 300;
    position: relative;
    cursor: pointer;
}
.main01 .text-box span.material-symbols-outlined::before{
    position: absolute;
    left: 50%;
    bottom: -16px;
    content: "Scroll";
    font-size: 14px;
    transform: translate(-50%, 0);
}
.main01 p {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    line-height: 1.6;
    margin: 50px 0 17px;
}

.slick-dots {
    bottom: 70px;
}

.slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 3px;
}

.slick-dots li button:before {
    font-size: 13px;
}

/*  */
.mainpage .main02 {}

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

.main-tit h3 {
    font-size: 42px;
    font-weight: 700;
    color: #000;
}

.main-tit p {
    font-size: 20px;
    margin-top: 5px;
}

div[class*='grid-box'] {
    display: grid;
}

div[class*='grid-box3'] {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

div[class*='grid-box4'] {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.main02 .grid-box3 {}

.main02 .col {
    height: 225px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 2px 2px 15px 0px rgba(34, 51, 89, 0.1);
    border: 1px solid #eee;
}

.main-inner .col {
    position: relative;
    overflow: hidden;
    border: 1px solid #d0ddf4;
}

.main02 .col::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -159px;
    width: 0;
    height: 100%;
    background-color: transparent;
    z-index: 1;
    transition: all 0.55s;
    transform: skewX(135deg);
}

.main02 .col:hover::before {
    background: #2e50a0;
    width: 184%;
}

.main-inner .col-txt {
    position: absolute;
    z-index: 2;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 40px 30px;
}

.main-inner .col .type {
    font-size: 22px;
    font-weight: 700;
    color: var(--page-point-color);
}

.main-inner .type span {
    font-size: 34px;
    font-weight: 700;
    margin-top: 10px;
    display: block;
    color: #000;
}

.more-box {
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}

.more-box span {
    font-size: 18px;
    color: #333;
}

.more-box p {
    display: block;
    width: 84px;
    padding: 7px 15px;
    text-align: center;
    background: #709cf0;
    color: #fff;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
    font-size: 15px;
    letter-spacing: 0;
    border-radius: 30px;
}

.main-inner .col:hover .col-txt .type, .main-inner .col:hover .col-txt span {
    color: #fff;
}

.main02 .col:hover p {
    background: #fff;
    color: var(--page-point-color);
    font-weight: 600;
}

/*  */
.main03 {
    background: #e8f1fd;
}

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

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

.main03 .main-tit p {
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    color: #333;
    width: 1000px;
    line-height: 1.8em;
}

.main03 .main-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
}

.point {
    display: flex;
    gap: 50px;
}

.point .img-box {
    display: none;
    width: 50%;
    height: 350px;
    object-fit: cover;
    background: #f2f2f2;
    border-radius: 50px;
}

.point .img-box img {}

.point .txt-box {
    width: 100%;
    margin-top: 0;
    padding-left: 20px;
}

.point .txt-box h6 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 50px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    letter-spacing: -0.01em;
    position: relative;
    color: var(--page-point-color);
}

.point .txt-box h6::before {
    content: '';
    display: block;
    width: 3px;
    height: 120px;
    background: var(--page-point-color);
    border-radius: 15px;
    position: absolute;
    top: 10px;
    left: -20px;
}

.dot-list {}

.dot-list li {
    position: relative;
    padding-left: 17px;
    font-size: 17px;
    text-align: left;
    line-height: 1.6;
}

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

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

/*  */
.mainpage .main-link {}

.main04 .col {
    height: 420px;
    position: relative;
}

.main04 .col::after {
    transition: all 0.3s ease-in-out;
    content: "\e145";
    font-family: var(--icons);
    font-size: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 102px;
    transform-origin: center center;
    opacity: 0;
}

.main04 .col img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #f2f2f2;
    transition: all 0.3s ease-in-out;
    /* filter: grayscale(0.7); */
    border-radius: 15px;
}

.main04 .col p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    content: "";
    padding: 15px 10px 16px 20px;
    color: #000;
    font-weight: 600;
    font-size: 25px;
}

.main04 .col:hover::after {
    opacity: 1;
}

.main04 .col:hover img {
    transform: scale(1.05);
}

.main04 .col:hover img::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
}

.main04 .col:hover p {
    color: #fff;
}

.mainpage .main05 {
    padding: 20px 0 20px;
    border-top: 1px solid #eee;
}

.main05 .main-inner {
    overflow: hidden;
}

.main05 .partner-wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 60px;
}

.partner-wrap img {
    height: 60px;
    object-fit: cover;
    width: 100%;
}

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

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

.subpage .breadcrumb {
    background: transparent;
    padding: 0;
    display: flex;
    gap: 0;
    align-items: center;
    margin-bottom: 10px;
}

.subpage .breadcrumb&gt;li+li:before {
    padding: 0;
    color: #fff;
    content: "\e315";
    font-family: var(--icons);
    margin: 0 3px;
}

.subpage .breadcrumb li+li {
    color: #ddd;
    display: flex;
    align-items: center;
}

.subpage .breadcrumb li {
    font-size: 15px;
    letter-spacing: 0.034em;
}

.subpage .breadcrumb li a {
    color: #fff;
}

.subpage .breadcrumb li a span {
    font-size: 20px;
    --wght: 200;
}

.subpage .breadcrumb li::before {
    padding: 0;
}

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

.subpage-title h2 {
    line-height: 1;
    margin-top: 0;
    /* text-align: center; */
    font-weight: 700;
    color: #fff;
    font-size: 62px;
    letter-spacing: -0.015em;
}

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

.snb ul {
    position: relative;
    display: flex;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.snb li {
    flex: 1;
}

.snb a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 20px;
    height: 60px;
    color: #888;
    font-weight: 500;
}

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

.snb li.active a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 100%;
    height: 2px;
    background: var(--page-point-color2);
}

.sub-link .container {
    text-align: center;
}

.sub-link .link-wrap {
    margin: 80px auto 0;
    border-radius: 50px;
    display: inline-flex;
    overflow: hidden;
    padding: 10px;
    box-shadow: 2px 2px 15px 0px rgba(34, 51, 89, 0.1);
    border: 1px solid #eee;
}

.sub-link .link-wrap a {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #999;
    border-left: 0;
    padding: 20px;
    display: inline-block;
    padding: 15px 40px;
    border-radius: 50px;
    min-width: 190px;
    line-height: 1;
}

.sub-link .link-wrap a.active, .sub-link .link-wrap a:hover.active {
    font-weight: 600;
    color: #fff;
    background: #af321f;
    font-size: 19px;
    letter-spacing: 0.025em;
}

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

.subpage-content {
    padding: 100px 0 150px;
}

[id^="invest02"] .subpage-content {
    padding-top: 80px;
}

.subpage-content .con {}

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

.title-h3 h3 {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
}

.sub-inner .title-h3+[class*=-wrap] {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

[class*=-wrap]+[class*=-wrap] {
    margin-top: 100px;
}

#ab01 .company-wrap {
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 100px;
}

.company-wrap .img-box {}

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

.company-wrap .txt-box {}

.company-wrap table {
    width: 100%;
    border-top: 1px solid #333;
}

.company-wrap table tr {
    border-bottom: 1px solid #ddd;
}

.company-wrap table th,
.company-wrap table td {
    padding: 25px 10px 25px;
    vertical-align: top;
}

.company-wrap table th {
    position: relative;
    padding-left: 2px;
    font-weight: 700;
    font-size: 16px;
    color: #777;
    padding-top: 27px;
}

.company-wrap table th::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    /* background: var(--page-point-color); */
    left: 0;
    top: -1px;
}

.company-wrap table td {
    font-weight: 500;
    font-size: 18px;
}

/* CEO 인사말 */

#ab02 .greet-wrap {}

.greet-wrap .txt-box {}

.greet-wrap h5 {
    font-size: 32px;
    font-weight: 600;
    color: #111;
    margin-bottom: 50px;
    padding-bottom: 30px;
    position: relative;
}

.greet-wrap h5::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 120px;
    height: 1px;
    background: #333
}

.greet-wrap h5 b {
    color: var(--page-point-color);
}

.greet-wrap p {
    font-size: 18px;
    line-height: 1.7;
}

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

.greet-wrap .name {
    text-align: end;
    font-size: 19px;
    font-weight: 500;
}

.greet-wrap .name span {
    display: block;
    margin-top: 5px;
    font-size: 16px;
}

.greet-wrap .name span b {
    margin-left: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #111;
}

/* 비전 */
#ab03 .vision-wrap {
    gap: 80px;
}

.vision-wrap .img-box {}

.vision-wrap .img-box img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    border-radius: 35px;
    display: none;
}

.vision-wrap .img-box p {
    font-size: 26px;
    text-align: center;
    font-weight: 400;
    letter-spacing: -0.034em;
    line-height: 1.8;
    margin: -20px 0 0;
}

.vision-wrap .img-box p b {
    color: var(--page-point-color);
}

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

.vision-box {
    counter-reset: num 0;
    margin: 0 10px;
}

.vision-box .vision {
    padding: 105px 40px 40PX;
    position: relative;
    border-radius: 30px;
    box-shadow: 2px 2px 15px 0px rgba(34, 51, 89, 0.1);
    border: 1px solid #cad8f7;
}

.vision-box .vision::before {
    position: absolute;
    counter-increment: num 1;
    content: "0" counter(num);
    left: 50%;
    transform: translate(-50%, 0);
    top: 50px;
    font-size: 20px;
    font-weight: bold;
    opacity: 0.6;
    color: var(--page-point-color);
    background: #e1ecfd;
    padding: 3px 20px;
    border-radius: 30px;
    width: 100px;
    text-align: center;
}

.vision p {
    text-align: center;
    font-size: 31px;
    font-weight: 700;
    margin: 0 0px 29px;
    letter-spacing: 0;
    color: var(--page-point-color);
}

.vision .dot-list {}

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

.vision .dot-list li b {
    font-weight: 600;
}

.vision .dot-list li::before {}

.vision-wrap .part-box {
    background: var(--page-bg-color);
    padding: 40px;
    border-radius: 20px;
}

.vision-wrap .part-box .part + .part {
    margin-top: 20px;
    border-top: 3px dotted #e0e4f0;
    padding-top: 20px;
}

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

.part dd,
.part dt {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.part dt {
    background: #32589f;
    font-size: 22px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    grid-row: 1 / 3;
    padding: 30px;
    line-height: 1.6;
}

.part dd {font-size: 17px;font-weight: 500;padding: 25px 25px;display: flex;align-items: center;background: #fff;border-radius: 10px;justify-content: center;}

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

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

.history-wrap .his-desc {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -0.034em;
    margin: -20px 0 80px;
    text-align: center;
}

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

.history-wrap .img-box img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    border-radius: 35px;
    background: #f2f2f2;
}

.time-line-box {
    position: relative;
}

.time-line-box::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 11px;
    width: 4px;
    height: calc(100% - 11px);
    background: #eee;
}

.time-line {
    padding-bottom: 45px;
    padding-left: calc(55% + 55px);
}

.time-line:nth-child(even) {
    padding-left: 0;
    padding-right: calc(55% + 55px);
    text-align: end;
}

.time-line p {
    font-size: 40px;
    font-weight: 800;
    color: var(--page-point-color);
    margin-bottom: 15px;
    position: relative;
}

.time-line p::before {
    position: absolute;
    content: "";
    left: -123px;
    top: 20px;
    width: 16px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #1f7fc9;
    z-index: 3;
    border: 1px solid #fff;
}

.time-line p::after {
    position: absolute;
    content: "";
    left: -109px;
    top: 27px;
    width: 90px;
    height: 1px;
    background: #999;
}

.time-line:nth-child(even) p::after {
    left: unset;
    right: -114px;
}

.time-line:nth-child(even) p::before {
    left: unset;
    right: -127px;
}

.time-line ul {
}

.time-line ul li {
    font-size: 17px;
    line-height: 1.5;
    position: relative;
    padding-left: 15px;
    margin-bottom: 7px;
}

.time-line ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #333;
    position: absolute;
    left: 3px;
    top: 10px;
    border-radius: 50%;
}
.time-line:nth-child(even) ul li{
    padding-right: 15px;
    padding-left: 0;
}
.time-line:nth-child(even) ul li::before {
    right: 0;
    left: unset;
}

/* 업무범위 */
#ab05 .business-wrap {}

.business-wrap .img-box {}

.business-wrap .img-box img {
    margin: 0 auto;
    object-fit: cover;
}

/* 조직도 */
#ab06 .group-wrap {}

.group-wrap .img-box {}

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

/* 운용철학 */
#invest01 .point-wrap {
    counter-reset: num 0;
    gap: 50px;
    border-top: 1px solid #333;
    padding-top: 50px;
}

.sub-point {
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    gap: 60px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 70px;
}

.sub-point h6 {
    font-size: 30px;
    letter-spacing: 0;
    display: flex;
    font-weight: 700;
    gap: 30px;
    align-items: center;
}

.sub-point h6::before {
    content: "0" counter(num);
    counter-increment: num 1;
    border-radius: 5px;
    font-size: 74px;
    color: var(--page-point-color);
    opacity: 0.2;
    letter-spacing: -0.05em;
}

.sub-point .dot-list {
    margin-top: 20px;
}

.sub-point .dot-list li {
}

.sub-point .dot-list li::before {}

/* 투자운용 */
.sub-tit {
    font-size: 28px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    letter-spacing: -0.034em;
}

.sub-tit::before {
    position: absolute;
    content: "";
    width: 18px;
    aspect-ratio: 1;
    border: 3px solid var(--page-point-color);
    border-radius: 50%;
    background: #fff;
    left: 0;
    top: 8px;
    display: none;
}

.sub-tit span {
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

#invest02 .operate-wrap {}

.operate-wrap p {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.034em;
    margin: -20px 0 80px;
    line-height: 1.8;
    text-align: center;
}

.operate-wrap table {
    width: 100%;
}

.operate-wrap table.up-table {
    margin-bottom: -1px;
}

.operate-wrap table.down-table {}

.operate-wrap table tr {}

.operate-wrap table tr th {
    background: var(--page-point-color);
    color: #fff;
}
.operate-wrap table.up-table td {
    background: var(--page-bg-color2);
    color: var(--page-point-color);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.operate-wrap table.up-table th {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0;
    border-radius: 20px 20px 0 0;
    border: 0;
    border-left: 1px solid transparent;
}

.operate-wrap table tr td,
.operate-wrap table tr th {
    font-size: 16px;
    padding: 20px 20px;
    text-align: center;
    border: 1px solid #ddd;
}

.operate-wrap table tr td {text-align: left;}

.operate-wrap table td:first-child {
    text-align: center;
}

#invest02_02 .hedge-wrap {}

.hedge-wrap .img-box {
    margin-bottom: 55px;
}

.hedge-wrap .img-box img {
    object-fit: cover;
}

.hedge-box {
    border-radius: 20px;
    border: 1px solid #ddd;
    overflow: hidden;
}

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

.hedge-box thead th {
    text-align: center;
    color: #fff;
    background: var(--page-point-color-hover);
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 20px 10px;
    border-radius: 20px 20px 0 0;
}

.hedge-box tbody th {
    text-align: center;
}

.hedge-box tbody th,
.hedge-box tbody td {
    font-weight: 500;
    color: #111;
    padding: 20px 30px;
    border: 1px solid #ddd;
}
.hedge-box tbody th:first-child {
    border-left: 0;
    font-size: 18px;
    font-weight: 600;
    background: var(--page-bg-color2);
    color: var(--page-point-color);
    line-height: 1.35;
}

.hedge-box tbody td:last-child {
    border-right: 0;
}

.hedge-box tbody tr:last-child th, .hedge-box tbody tr:last-child td {
    border-bottom: 0;
}

.hedge-box .dot-list {}

.hedge-box .dot-list li {
    color: #333;
    font-weight: 400;
}

.hedge-box .dot-list li::before {
    top: 9px;
    width: 3px;
}

/*  금융주선 */
#invest02_03 .process-wrap {}

.process-wrap .process {}

.process ul {
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #fff;
}

.process li {
    font-size: 19px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    background: #ebf2ff;
    padding: 20px 20px 40px;
    position: relative;
    border-radius: 100px;
    color: var(--page-point-color);
}

.process li::before {
    position: absolute;
    content: "\e315";
    right: -50px;
    top: 50%;
    transform: translate(0, -50%);
    font-family: var(--icons);
    font-size: 60px;
    color: var(--page-point-color);
    opacity: 0.5;
}

.process li:nth-child(2) {
    background: #ccdffc;
}

.process li:nth-child(3) {
    background: #aac7f6;
}

.process li:nth-child(4) {
    background: #8aa6db;
    color: #fff;
}

.process li:nth-child(5) {
    background: #658ed4;
    color: #fff;
}

.process li:nth-child(6) {
    background: #385fa4;
    color: #fff;
}

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

.process li span {
    display: block;
    width: fit-content;
    margin: 0 auto 30px;
    color: var(--page-point-color);
    padding: 5px 15px 3px;
    font-size: 16px;
    font-weight: 700;
    background: #fff;
    border-radius: 25px;
}

.check-box {}

.check-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: center;
}

.check-list li {
    font-size: 18px;
    position: relative;
    border-radius: 5px;
    padding: 30px;
    font-weight: 600;
    line-height: 1.6;
    border: 1px solid #bcc6e4;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: var(--page-point-color);
    gap: 10px;
    height: 100%;
}

.check-list li::before {
    content: "\e5ca";
    font-family: var(--icons);
    font-size: 27px;
    position: relative;
    line-height: 1;
}

/* 리스크 */
#invest03 .manage-wrap {}

.manage-wrap .manage {}

.manage {}

.manage .img-box {
    padding: 60px 0;
    background: #F2F7FE;
    border-radius: 20px;
    text-align: center;
}

.manage .img-box img {margin: auto;}

/* 펀드 */
.fund-wrap {}

.fund-wrap .fund {}

.fund table {
    width: 100%;
}

.fund table tr {
    border-top: 1px solid #333;
}

.fund table th,
.fund table td {
    padding: 20px 15px;
    font-size: 17px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.fund table th {
    background: #f7f7f7;
    color: #333;
    font-size: 18px;
}

.fund table th:first-child {
    background: #e3ebf8;
}

.fund table td:first-child {
    padding: 0;
    background: #f2f7fe;
}

.fund table td:last-child {
    color: var(--page-point-color2);
    font-weight: 600;
}

.fund table td a {
    padding: 20px 0 20px 25px;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-align: left;
    color: #233aa1;
    font-weight: 500;
}

.fund .modal-body {
    padding: 70px 50px 50px;
}

.fund .modal-body img {}

.fund .dot-list {
    margin-top: 30px;
}

.fund .dot-list li {
    font-size: 16px;
    color: #777;
    padding-left: 17px;
}

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

.fund .dot-list li::before {
    background: #999;
    width: 3px;
    top: 9px;
    left: 4px;
}

.table-img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: flex-start;
}

.table-img table {
    width: 100%;
    border-top: 1px solid #333;
}

.table-img img {
    width: 100%;
    object-fit: cover;
}

.table-img thead th {
    background: #e3ebf8;
    color: #333;
    font-size: 17px;
    border-color: #cfd6e6;
}

.table-img th,
.table-img td {
    border: 1px solid #ddd;
    border-top: 0;
}

.table-img tbody th {
    background: #f2f2f2;
    color: #333;
    border: 1px solid #ddd;
}

.table-img table td {
    color: #333 !important;
}

.table-img table td,
.table-img table th {
    padding: 15px 10px;
    text-align: center;
}

.fund .modal-footer .btn {
    padding: 6px 12px;
}

.fund .modal-footer .btn:hover {
    background: var(--page-point-color);
    color: #fff;
}
.fund .modal .modal-content {
    border-radius: 15px !important;
}

@media (min-width: 768px) {
    .fund .modal-dialog {
        width: 980px;
        margin: 150px auto;
    }
}

/* 금융주선 */
.graph-wrap {
    gap: 0 !important;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 2px 2px 30px 0px rgba(34, 51, 89, 0.07);
    /* background: var(--page-bg-color2); */
}

.graph {
    position: relative;
    width: 100%;
    display: grid !important;
    align-items: flex-end;
    gap: 0 !important;
    grid-template-columns: 100px repeat(5, 1fr) 100px;
}

.graph-wrap .sub-tit {
    opacity: 0;
}

.graph-wrap.active .sub-tit {
    opacity: 1;
    transition: all 0.3s 0.5s ease;
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
    color: var(--page-point-color-hover);
}

.graph-menu {
    margin-bottom: 33px;
    opacity: 0;
}

.graph-wrap.active .graph-menu {
    transition: all 1s 1s ease;
    opacity: 1;
}

.graph-menu li {
    height: 60px;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    color: #777;
}

.graph .col {
    text-align: center;
    position: relative;
    width: 100%;
}

.graph .upbody {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.graph .upbody .bar {
    width: 70px;
    height: 0px;
    background-color: var(--background);
    border-radius: 5px 5px 0 0;
}

.graph-wrap.active .upbody .bar {
    height: var(--height);
    transition: var(--transition-duration) var(--transition-delay);
}

.graph .col01 {
    --transition-delay: 0.5s;
    --transition-duration: 2s;
    --background: #deebf7;
    --height: 31px;
}

.graph .col02 {
    --transition-delay: 0.75s;
    --transition-duration: 2s;
    --background: #bdd7ee;
    --height: 130px;
}

.graph .col03 {
    --transition-delay: 1s;
    --transition-duration: 2s;
    --background: #9dc3e6;
    --height: 190px;
}

.graph .col04 {
    --transition-delay: 1.25s;
    --transition-duration: 2s;
    --background: #2e75b6;
    --height: 280px;
}

.graph .col05 {
    --transition-delay: 1.5s;
    --transition-duration: 2s;
    --background: #1f4e79;
    --height: 380px;
}

.graph .item {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    gap: 20px;
    border-bottom: 1px solid #888;
}

.graph h5 {
    width: 100%;
    color: #000;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    opacity: 0;
}

.graph h5 small {
    display: block;
    margin-top: 7px;
    color: #d02216;
    font-weight: 700;
    font-size: 17px;
}

.graph-wrap.active h5 {
    opacity: 1;
    transition: var(--transition-duration) var(--transition-delay);
}

.graph .grbtext {
    transition: var(--transition-duration) var(--transition-delay);
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    opacity: 0;
}

.graph .grbtext {
    --transition-delay: 0.5s;
    --transition-duration: 2s;
    --background: #3182f6;
    --height: 33px;
}

.graph-wrap.active .grbtext {
    opacity: 1;
}

#product03 .table-img {}

#product03 table thead th {
}

#product03 table tbody th {
    background: #f7f7f7;
}

#product03 table tbody td {}

#product03 table tbody td,
#product03 table tbody th {}

/* 자산운용본부 */
.intro-wrap {}

.intro-wrap .cycle-box {}

.intro-wrap .cycle-box p {
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 5px;
}

.intro-wrap .cycle-box p b {
    color: var(--page-point-color2);
}

.bar-list {}

.bar-list li {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
}

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

.intro-wrap .img-box {
    padding: 40px 0;
    background: #F2F7FE;
    border-radius: 20px;
    text-align: center;
    margin-top: 60px;
}

.intro-wrap .img-box .img-tit {
    text-align: center;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    color: var(--page-point-color-hover);
}

.intro-wrap .img-box img {
    margin: auto;
    object-fit: cover;
}

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

.call-wrap .call-box .call {
    padding: 20px 30px;
    background: #f6f6f6;
    border-radius: 5px;
}

.call-box h6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.call-box ul {}

.call-box ul li {
    font-size: 18px;
}

.call-box ul li span {
    font-weight: 600;
    font-size: 16px;
    width: 60px;
    display: inline-block;
    color: #48608a;
}

/* ib본부 */
#dv02 .ib-wrap {
    gap: 0;
}

#dv02 .check-list {
}

#dv02 .check-list li {min-height: 120px;}

#dv02 .check-list li::before {}

/* 부동산개발부분 */
#dv03 .build-wrap {
    counter-reset: num 0;
    gap: 100px;
}

.build-wrap .build {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    gap: 80px;
    align-items: end;
}

.build-wrap .build img {
    width: 100%;
    background: #f2f2f2;
    object-fit: cover;
    aspect-ratio: 5/4.5;
    border-radius: 2px;
}

.build-wrap .build .txt-box {margin-bottom: 20px;}

.build h5 {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 17px;
}

.build h5::before {
    content: '0' counter(num);
    counter-increment: num 1;
    display: block;
    font-size: 60px;
    font-weight: 800;
    color: #333;
    opacity: 0.15;
    margin-bottom: 10px;
}

.build h5 b {
    color: var(--page-point-color);
}

.build .dot-list {}

.build .dot-list li {}

.build .dot-list li::before {
}

/* 대체투자본부 */
#dv04 .strategy-wrap{}
.strategy-wrap .txt-img{
    position: relative;
}
.strategy-wrap .txt-img img{
    position: relative;
    height: 360px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    background: #f2f2f2;
    filter: grayscale(0.7);
    border-radius: 20px;
}
.strategy-wrap .txt-img img::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.35);
    z-index: 1;
}
.txt-img .txt-box{
    position: absolute;
    content: "";
    left: 60px;
    top: 60px;
    z-index: 2;
    width: 650px;
}
.txt-img .txt-box p{
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    line-height: 1.7;
}
.strategy-wrap .img-box{}
.strategy-wrap .img-box img{
    object-fit: cover;
}
/* 인재채용 */
#careers01 .talent-wrap {}

#careers01 .talent-wrap .talent-box {}

.talent-box img {
    object-fit: cover;
    background: #f2f2f2;
    display: none;
}

.talent-box .type-box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 50px;
    position: relative;
}

.talent-box .type-box::before {
    display: block;
    content: '';
    width: 100%;
    height: 5px;
    background: #eee;
    position: absolute;
    top: 102px;
}

.talent-box .type {
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
}

.talent-box .type h6 {
    text-align: center;
    font-size: 27px;
    font-weight: 600;
    color: #fff;
    padding-top: 3px;
    background: linear-gradient(137deg, #c7b857, #e6d882);
    aspect-ratio: 1;
    width: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.talent-box .type:nth-child(1) {
}
.talent-box .type:nth-child(1) h6 {background: linear-gradient(137deg, #2f3b96, #5a66b9);}
.talent-box .type:nth-child(2) {
}
.talent-box .type:nth-child(2) h6 {background: linear-gradient(137deg, #20569F, #6094d9);}
.talent-box .type:nth-child(3) {
}
.talent-box .type:nth-child(3) h6 {background: linear-gradient(137deg, #00879e, #4fbacd);}
.talent-box .type:nth-child(4) {
}
.talent-box .type:nth-child(4) h6 {background: linear-gradient(137deg, #d89144, #f1b675);}

.talent-box .type p {
    font-size: 17px;
    text-align: center;
    font-weight: 500;
}

.welfare-box {}

.welfare-box .welfare {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    /* gap: 50px; */
    background: var(--page-bg-color);
    padding: 40px;
    border-radius: 20px;
}

.welfare .col {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 15px;
}

.welfare .col h5 {
    background: #32589f;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding: 3px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.welfare .dot-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    border-radius: 0 20px 20px 0;
}

.welfare .dot-list li {
    font-size: 17px;
    font-weight: 500;
    padding: 25px 25px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
}

.welfare .dot-list li::before {
    top: 8px;
    display: none;
}

.welfare .dot-list li + li {margin-top: 0;}

.welfare .col + .col {margin-top: 20px;border-top: 3px dotted #e0e4f0;padding-top: 20px;}

/* 게시판 */
.search_wrap {
    margin-bottom: 50px;
}

.bbs-area table {}

.bbs-area col.num_col {}

.bbs-area col.subject_col {}

.bbs-area col.writer_col {}

.bbs-area col.regdate_col {}

.bbs-area col.hits_col {}

.bbs-area .table.table_default thead th {
    padding: 20px;
    font-size: 18px;
    background: #fff;
}
.bbs-area .table.table_default tbody th.num{
    font-weight: 400;
}

.bbs-area .table.table_default tr.notice {}

.bbs-area .table.table_default tr.notice th {}

.bbs-area .table.table_default tr.notice td {}

.bbs-area .table.table_default tbody tr {}

.bbs-area .table.table_default tbody th {}

.bbs-area .table.table_default tbody td {
    padding: 20px 15px;
    font-size: 17px;
}

.bbs-area .table.table_default tbody td .badge {
    font-size: 14px;
    border-radius: 2px;
    background: #555;
    padding: 7px 7px 6px;
}

.bbs-area .table.table_default tbody td a {
    font-size: 18px;
    font-weight: 500;
}

.board_data_view .header_wrap .title {
    font-size: 30px;
    font-weight: 600;
    text-align: left;
}

.board_data_view .header_wrap .info {
    text-align: left;
}

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

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

.board_wrapper .table.board_write_table tbody tr th {
    padding: 18px 20px;
    width: 180px;
}


/* 오시는길 */
#notice03 .map-wrap {
    gap: 40px;
    align-items: flex-end;
}

.map-wrap ifram {}

.map-wrap ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.map-wrap ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
}

.map-wrap li span {
    display: flex;
    justify-content: center;
    --wght: 500;
    align-items: center;
    aspect-ratio: 1;
    font-size: 20px;
    color: #333;
}

.map-wrap li b {
    display: block;
    width: 100px;
    font-size: 16px;
}

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

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

#site footer .footer-logo {}

.footer-logo img {
    height: 48px;
}

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

.footer-info li {
    font-size: 15px;
    margin-right: 10px;
    color: #aaa;
}

.footer-info li + li {
    margin-top: 2px;
}

.footer-info li.copy {
    margin-top: 12px;
    font-size: 11px;
    color: #FFF;
    font-weight: 200;
    opacity: 0.5;
    letter-spacing: 0.025em;
}

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

.footer-info li.login a {
    display: block;
    padding: 5px 15px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    border-radius: 2px;
}

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

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

.footer-info .li-a {
    margin-bottom: 8px;
}

.footer-info .li-a a {
    color: #ddd;
    font-weight: 500;
}

.footer-info .li-a a span {
    display: inline-block;
    margin: 5px 0 0 7px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid #658dc7;
    vertical-align: top;
    line-height: 20px;
}

/* 반응형 */

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

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

    #mainCarousel .carousel-caption p {
        font-size: 12px;
    }

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        min-width: 200px;
        left: 50%;
        right: auto;
        background: #fff;
        transform: translate(-50%, 0);
        border-radius: 0 0 15px 15px;
        border: 0;
        padding: 10px 0;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .125);
        box-shadow: 0 4px 8px rgba(0, 0, 0, .125);
    }

    .navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a:focus,
    .navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a:hover {
        background: #fff;
        color: var(--page-point-color);
        font-weight: 700;
    }
}
@media (min-width: 1200px) {
    .navbar-inverse&gt;.container {
        width: 1170px;
        padding: 0 15px;
    }
    .navbar-inverse .navbar-nav&gt;li&gt;a{
    font-size: 16px;
    }
}

@media (min-width: 1300px) {
    .container {
        width: 1270px;
    }
    .navbar-inverse&gt;.container{
        width: 100%;
        padding: 0 50px;
    }
    .navbar-inverse .navbar-nav&gt;li&gt;a {
        font-size: 19px;
        font-weight: 600;
        padding: 40px 30px;
    }
}
/* 반응형 */
@media (max-width:1200px) {
    .navbar-brand {
        height: 32px;
    }
    .main03 .main-tit p{
        width: 100%;
    }
    .time-line p::before {
        left: -108px;
    }
    .time-line:nth-child(even) p::before {
        left: unset;
        right: -113px;
    }
}
@media (max-width:991px) {
    .welfare .dot-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        border-radius: 0 20px 20px 0;
    }
    .talent-box .type-box::before {
        display: none;
    }
    .talent-box .type-box {
        grid-template-columns: repeat(3, 1fr);
    }
    .build-wrap .build img {
        width: 100%;
        aspect-ratio: unset;
        height: 255px;
    }
    .build-wrap .build {
        grid-template-columns: 1fr;
        gap: 40px;
        align-items: end;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu&gt;li&gt;a {
        font-size: 14px;
    }
    .call-wrap .call-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .navbar-inverse&gt;.container{
        flex-direction: column;
    }
    .navbar-inverse .navbar-nav&gt;li&gt;a {
        padding: 30px 15px 10px;
    }
    .navbar-inverse{
        padding: 30px 0 0 0;
    }
    .navbar-inverse .navbar-nav .dropdown-menu {
        min-width: 125px !important;
    }
    .main01 .text-box h6 {
        font-size: 60px;
    }
    .main01 p {
        font-size: 20px;
        margin: 40px 0 17px;
    }
    div[class*='grid-box3'] {
        grid-template-columns: repeat(2, 1fr);
    }
    .main03 .main-inner {
        grid-template-columns: repeat(1, 1fr);
    }
    .point .txt-box h6 {
        font-size: 30px;
        margin-bottom: 12px;
        min-height: unset;
    }
    div[class*='grid-box4'] {
        grid-template-columns: repeat(2, 1fr);
    }
    #site footer .footer-wrap {
        padding: 25px 0;
        gap: 25px;
        grid-template-columns: 1fr;
    }
    .subpage-title {
        padding-top: 45px;
    }
    .subpage .breadcrumb li {
        font-size: 13px;
        letter-spacing: 0.034em;
    }
    .subpage .breadcrumb li a span {
        font-size: 18px;
    }
    .subpage-title h2 {
        font-size: 40px;
    }
    .snb a {
        font-size: 17px;
        height: 40px;
    }
    .snb {
        margin-top: 40px;
    }
    .subpage-content {
        padding: 80px 0 110px;
    }
    .title-h3 h3 {
        font-size: 35px;
    }
    .title-h3 {
        margin-bottom: 60px;
    }
    #ab01 .company-wrap {
        grid-template-columns: 1fr;
        gap: 70px;
    }
    .company-wrap .img-box img {
        height: 340px;
    }
    .greet-wrap h5 {
        font-size: 28px;
        margin-bottom: 35px;
        padding-bottom: 20px;
    }
    .greet-wrap p {
        font-size: 17px;
        line-height: 1.7;
    }
    .greet-wrap .name {
        font-size: 17px;
    }
    .greet-wrap .name span b {
        margin-left: 10px;
        font-size: 18px;
    }
    .greet-wrap p+p {
        margin-top: 20px;
    }
    .greet-wrap h5 {
        font-size: 24px;
        margin-bottom: 35px;
        padding-bottom: 15px;
    }
    .greet-wrap p {
        font-size: 15px;
        line-height: 1.7;
    }
    .greet-wrap .name {
        font-size: 16px;
    }
    .vision-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .vision-wrap .img-box p {
        font-size: 23px;
    }
    #ab03 .vision-wrap {
        gap: 50px;
    }
    .vision-box .vision {
        padding: 70px 40px 40PX;
    }
    .vision-box .vision::before {
        top: 15px;
    }
    .part dl {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    .part dt {
        font-size: 20px;
        grid-row: 1 / 5;
        padding: 20px;
    }
    .history-wrap .his-desc {
        font-size: 19px;
        margin: -20px 0 50px;
    }
    .time-line p::before {
        left: -97px;
    }
    .time-line p::after {
        left: -90px;
        top: 27px;
        width: 60px;
    }
    .time-line:nth-child(even) p::before {
        right: -101px;
    }
    .time-line:nth-child(even) p::after {
        left: unset;
        right: -99px;
    }
    .sub-point {
        grid-template-columns: 1fr;
        gap: 0;
        padding-bottom: 50px;
    }
    .fund table th {
        font-size: 16px;
    }
    .fund table td a {
        padding: 15px 15px 15px 15px;
    }
    .fund table th, .fund table td {
        font-size: 15px;
    }
    #product01 .table-wrap,
    #dv01 .table-wrap,
    #dv03 .table-wrap{
        overflow-x: auto;
    }
    
    #product01 .table-wrap table,
    #dv01 .table-wrap table,
    #dv03 .table-wrap table{
        width: 100%;
        table-layout: fixed;
    }
    #product01 .table-wrap table col:nth-child(1),
    #dv01 .table-wrap table col:nth-child(1),
    #dv03 .table-wrap table col:nth-child(1){
        width: 200px !important;
    }
    #product01 .table-wrap table col:nth-child(4),
    #dv01 .table-wrap table col:nth-child(4),
    #dv03 .table-wrap table col:nth-child(4){
        width: 80px !important; 
    }
    #product01 .table-wrap table col:nth-child(5),
    #dv01 .table-wrap table col:nth-child(5),
    #dv03 .table-wrap table col:nth-child(5){
        width: 80px !important; 
    }
    #product01 .table-wrap table col:nth-child(6),
    #dv01 .table-wrap table col:nth-child(6),
    #dv03 .table-wrap table col:nth-child(6){
        width: 80px !important; 
    }
    #product01 .table-wrap table col:nth-child(7),
    #dv01 .table-wrap table col:nth-child(7),
    #dv03 .table-wrap table col:nth-child(7){
        width: 80px !important; 
    }
    #product01 .table-wrap table col:nth-child(8),
    #dv01 .table-wrap table col:nth-child(8),
    #dv03 .table-wrap table col:nth-child(8){
        width: 80px !important; 
    }
    #product01 .table-wrap table col:nth-child(9),
    #dv01 .table-wrap table col:nth-child(9),
    #dv03 .table-wrap table col:nth-child(9){
        width: 80px !important; 
    }
    #product01 .table-wrap table col:nth-child(10),
    #dv01 .table-wrap table col:nth-child(10),
    #dv03 .table-wrap table col:nth-child(10){
        width: 80px !important; 
    }
    .table-img {
        grid-template-columns: 1fr;
        gap: 60px;
        align-items: flex-start;
    }
    .fund .modal-body img {
        height: 300px;
        object-fit: contain;
    }
    #dv02 .check-list li {
        min-height: 80px;
    }
    #dv02 .check-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        align-items: center;
    }
}
@media (max-width:767px) {
    .sub-point h6 {
        font-size: 25px;
        gap: 15px;
    }
    .sub-point h6::before {
        font-size: 40px;
    }
    .time-line p::after {
        left: -90px;
        top: 23px;
        width: 60px;
    }
    .time-line p::before {
        top: 16px;
    }
    .time-line ul li::before {
        top: 8px;
    }
    .time-line ul li {
        font-size: 15px;
    }
    .time-line p {
        font-size: 30px;
    }
    .part dt {
        font-size: 17px;
        grid-row: 1 / 5;
        padding: 20px;
    }
    .vision p {
        font-size: 25px;
        margin: 0px 0px 20px;
    }
    .subpage-header {
        height: 300px;
        margin: 0;
    }
    .navbar-inverse {
        padding: 20px 0 0 0;
    }
    .navbar-brand{
        margin-left: 15px !important;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu {
        background: #fff;
    }
    .navbar-inverse .navbar-nav&gt;li&gt;a {
        padding: 15px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu&gt;li&gt;a {
        text-align: left;
        padding: 8px 15px;
        font-size: 15px;
    }
    .main01 .text-box h6 {
        font-size: 40px;
    }
    .main01 .text-box {
        top: 100px;
        width: 100%;
        height: fit-content;
        padding: 0 70px;
    }
    .main01 p {
        font-size: 18px;
        margin: 25px 0 17px;
    }
    .main01 .viedo {
        height: 530px;
    }
    .main01 .text-box span.material-symbols-outlined {
        font-size: 25px;
    }
    .main01 .text-box span.material-symbols-outlined::before {
        bottom: -14px;
        font-size: 11px;
    }
    .slick-dots {
        bottom: 25px;
    }
    .main-tit h3 {
        font-size: 30px;
    }
    .main-tit p {
        font-size: 17px;
    }
    .mainpage section {
        padding: 70px 0 70px;
    }
    .main-tit {
        margin-bottom: 50px;
    }
    .main-inner .col-txt {
        padding: 30px 30px 20px;
    }
    .main-inner .col .type {
        font-size: 19px;
    }
    .main-inner .type span {
        font-size: 25px;
        margin-top: 5px;
    }
    .main02 .col {
        height: 185px;
    }
    .more-box span {
        font-size: 17px;
    }
    .more-box p {
        width: 80px;
        padding: 5px 10px;
        font-size: 15px;
    }
    .main03 .main-tit p{
        font-size: 18px;
    }
    .main03 .main-tit {
        margin-bottom: 50px;
    }
    .main03 .main-tit h3 {
        margin-bottom: 30px;
    }
    .point .txt-box h6 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .dot-list li {
        font-size: 15px;
    }
    .dot-list li::before {
        top: 10px;
    }    
    .sub-link .link-wrap a {
        font-size: 17px;
        padding: 10px 25px;
        min-width: 155px;
    }
    .sub-link .link-wrap a.active, .sub-link .link-wrap a:hover.active {
        font-size: 16px;
    }
    .title-h3 h3 {
        font-size: 28px;
    }
    .operate-wrap p {
        font-size: 18px;
        margin: -20px 0 50px;
    }
    .sub-tit {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .operate-wrap table.up-table th {
        font-size: 16px;
    }
    .operate-wrap table tr td, .operate-wrap table tr th {
        font-size: 14px;
        padding: 12px 12px;
    }
    .operate-wrap table.up-table td {
        font-size: 14px;
    }
    .operate-wrap table {
        border: 0 !important;
    }
    .check-list li {
        font-size: 17px;
        padding: 15px;
    }
    .check-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover {
        color: var(--page-point-color);
    }
    .graph {
        overflow-x: auto;
    }
    .graph .item {
        gap: 15px;
    }
    .graph h5 {
        font-size: 14px;
    }
    .graph h5 small {
        margin-top: 7px;
        font-size: 12px;
    }
    .graph-menu li {
        font-size: 14px;
    }
    .graph .grbtext {
        font-size: 14px;
    }
    .graph .upbody .bar {
        width: 35px;
    }
    .graph-wrap {
        padding: 50px 0;
    }
    .graph {
        grid-template-columns: 45px repeat(5, 1fr) 25px;
    }
    .txt-img .txt-box {
        left: 0;
        top: 60px;
        z-index: 2;
        width: 100%;
        padding: 0 30px;
    }
    .strategy-wrap .txt-img img {
        height: 280px;
    }
    .txt-img .txt-box p {
        font-size: 18px;
        font-weight: 400;
        text-align: left;
        color: #fff;
        line-height: 1.7;
    }
    .welfare .col {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .welfare .col h5 {
        font-size: 20px;
        padding: 10px 10px;
    }
    .bbs-area .table.table_default thead th {
        padding: 10px;
        font-size: 15px;
        background: #fff;
    }
    col.subject_col{
        width: 200px !important;
    }
    .board_wrapper{
        overflow-x: auto;
    }
    .board_wrapper table{
        table-layout: fixed;
    }
    .bbs-area .table.table_default tbody td {
        padding: 15px 10px;
        font-size: 14px;
    }
    .bbs-area .table.table_default tbody td .badge {
        font-size: 10px;
        border-radius: 2px;
        background: #555;
        padding: 5px 7px 6px;
    }
    .bbs-area .table.table_default tbody td a {
        font-size: 14px;
    }
    #notice03 .map-wrap{
        align-items: flex-start;
    }
    .map-wrap iframe{
        height: 300px !important;
    }
}
@media (max-width:576px) {
    .map-wrap li b {
        display: block;
        width: 60px;
        font-size: 15px;
    }
    .map-wrap ul li {
        font-size: 14px;
    }
    col.num_col{
        width: 70px !important;
    }
    col.writer_col{
        width: 70px !important;
    }
    col.regdate_col{}
    col.hits_col{
        width: 70px !important;
    }
    .welfare .dot-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .welfare .dot-list li {
        font-size: 15px;
        padding: 15px 15px;
    }
    .welfare .col h5 {
        font-size: 17px;
        padding: 10px 10px;
    }
    .talent-box .type h6 {
        font-size: 20px;
    }
    .talent-box .type p {
        font-size: 15px;
        text-align: center;
        font-weight: 500;
    }
    .talent-box .type-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .txt-img .txt-box p {
        font-size: 15px;
    }
    #dv03 .build-wrap {
        gap: 65px;
    }
    .build h5 {
        font-size: 20px;
        margin-bottom: 17px;
    }
    .build h5::before {
        font-size: 40px;
        margin-bottom: 0;
    }
    .sub-tit span {
        font-size: 12px;
    }
    .intro-wrap .img-box .img-tit {
        font-size: 18px;
    }
    .bar-list li::before {
        top: 9px;
    }
    .bar-list li {
        font-size: 15px;
    }
    .intro-wrap .cycle-box p {
        font-size: 17px;
        margin: 15px 0 5px;
    }
    .call-box ul li {
        font-size: 15px;
    }
    .call-box h6 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .call-wrap .call-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    #product03 table tbody td, #product03 table tbody th {
        font-size: 14px;
        padding: 12px 8px;
    }
    #product03 .table-wrap{
        overflow-x: auto;
    }
    #product03 .table-wrap table{
        table-layout: fixed;
    }
    #product03 .table-wrap table col:nth-child(1){
        width: 80px !important;
    }
    #product03 .table-wrap table col:nth-child(2){
        width: 80px !important;
    }
    #product03 .table-wrap table col:nth-child(3){
        width: 80px !important;
    }
    #product03 .table-wrap table col:nth-child(4){
        width: 80px !important;
    }
    .table-img table td{
        word-break: break-all;
    }
    .fund .dot-list li {
        font-size: 14px;
    }
    .process li span {
        margin: 0 auto 12px;
        font-size: 14px;
    }
    .process li {
        font-size: 15px;
        padding: 10px 10px 15px;
    }
    .check-list li::before {
        font-size: 22px;
    }
    .check-list li {
        font-size: 15px;
    }
    .check-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .hedge-box{
        overflow-x: auto;
    }
    .hedge-box table{
        table-layout: fixed;
    }
    .hedge-box table col:nth-child(1){
        width: 190px !important;
    }
    .hedge-box table col:nth-child(2){
        width: 350px !important;
    }
    .hedge-box tbody th, .hedge-box tbody td {
        font-weight: 500;
        color: #111;
        padding: 12px 15px;
        border: 1px solid #ddd;
    }
    .hedge-box tbody th:first-child {
        font-size: 14px;
    }
    .hedge-box thead th {
        font-size: 16px;
        padding: 15px 10px;
    }
    .sub-tit {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .sub-link .link-wrap {
        border-radius: 10px;
        flex-direction: column;
    }
    .sub-link .link-wrap a {
        font-size: 15px;
        padding: 10px 25px;
        min-width: 250px;
    }
    .operate-wrap table{
        table-layout: fixed;
    }
    .operate-wrap  .table-wrap{
        overflow-x: auto;
    }
    .up-table col:nth-child(1),
    .down-table col:nth-child(1){
        width: 100px !important;
    }
    .up-table col:nth-child(2),
    .down-table col:nth-child(2){
        width: 120px !important;
    }
    .up-table col:nth-child(3),
    .down-table col:nth-child(3){
        width: 120px !important;
    }
    .up-table col:nth-child(4),
    .down-table col:nth-child(4){
        width: 120px !important;
    }
    .up-table col:nth-child(5),
    .down-table col:nth-child(5){
        width: 100px !important;
    }
    .sub-point h6 {
        align-items: flex-start;
        flex-direction: column;
    }
    #invest01 .point-wrap {
        gap: 35px;
    }
    .sub-point {
        padding-bottom: 25px;
    }
    .sub-point h6 {
        font-size: 20px;
        gap: 10px;
    }
    .sub-point h6::before {
        font-size: 30px;
    }
    .sub-point .dot-list {
        margin-top: 10px;
    }
    .time-line{
        padding: 0;
        width: 100%;
    }
    .time-line:nth-child(even){
        padding: 0;
        width: 100%;
        text-align: left;
    }
    .time-line:nth-child(even) ul li{
    padding-left: 15px;
    padding-right: 0;
    }
    .time-line:nth-child(even) ul li::before{
        right: unset;
        left: 0;
    }
    .vision-wrap .img-box p {
        font-size: 19px;
    }
    .vision-wrap .part-box {
        background: var(--page-bg-color);
        padding: 40px 20px;
        border-radius: 20px;
    }
    .part dd {
        font-size: 15px;
        padding: 16px 11px;
    }
    .part dl {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .part dt {
        font-size: 17px;
        grid-column: span 2;
    }
    .greet-wrap h5 {
        font-size: 20px;
    }
    .title-h3 h3 {
        font-size: 25px;
    }
    .title-h3 {
        margin-bottom: 40px;
    }
    .company-wrap table th {
        font-size: 14px;
        padding-top: 15px;
    }
    .company-wrap table th, .company-wrap table td {
        padding: 15px 5px 20px;
        vertical-align: top;
    }
    .company-wrap table td {
        font-size: 14px;
    }
    #ab01 .company-wrap {
        gap: 40px;
    }
    .company-wrap .img-box img {
        height: 280px;
    }
    .subpage-header {
        height: 250px;
    }
    .subpage-title h2 {
        font-size: 30px;
    }
    .snb a {
        font-size: 15px;
        height: 40px;
    }
    .partner-wrap img {
        height: 40px;
        object-fit: cover;
        width: 100%;
    }
    .navbar-brand {
        height: 26px;
    }
    .main01 .text-box h6 {
        font-size: 30px;
        margin-bottom: 3px;
    }
    .main01 p {
        font-size: 15px;
        margin: 20px 0 30px;
    }
    .main01 .viedo {
        height: 440px;
    }
    .main01 .text-box {
        top: 90px;
        width: 100%;
        padding: 0px 15px;
    }
    .main-tit h3 {
        font-size: 25px;
    }
    .main-tit p {
        font-size: 15px;
    }
    div[class*='grid-box3'] {
        grid-template-columns: repeat(1, 1fr);
    }
    .main-inner .col-txt {
        padding: 20px 20px 15px;
    }
    .main-inner .col .type {
        font-size: 17px;
    }
    .main-inner .type span {
        font-size: 20px;
        margin-top: 5px;
    }
    .main02 .col {
        height: 140px;
    }
    .main03 .main-tit p {
        font-size: 15px;
    }
    .point .txt-box h6 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    div[class*='grid-box4'] {
        grid-template-columns: repeat(1, 1fr);
    }
    .main04 .col {
        height: 315px;
        position: relative;
    }
    .time-line + .time-line{
        margin-top: 30px;
    }
    .time-line-box{
        padding-left: 30px;
    }
    .time-line-box::before{
        left: 0;
    }
    .time-line p::before {
        left: -34px;
        width: 11px;
    }
    .time-line:nth-child(even) p::before {
        right: unset;
        left: -34px;
    }
    .time-line p::after{
        display: none;
    }
    .history-wrap .his-desc {
        font-size: 15px;
        margin: -20px 0 0px;
    }
    .time-line p {
        font-size: 22px;
    }
    .time-line p::before {
        top: 10px;
    }
    .process ul {
        gap: 40px;
        grid-template-columns: repeat(1, 1fr);
    }
    .process li::before {
        position: absolute;
        content: "\e313";
        top: unset;
        right: unset;
        left: 50%;
        bottom: -50px;
        transform: translate(-50%, 0);
        font-size: 45px;
    }
    .process li:nth-child(3n)::before {
        display: block;
        right: unset;
        left: 50%;
    }
    .process li:nth-child(6)::before {
        display: none;
    }

}
@media (max-width:475px) {
}</pre></body></html>