@charset "utf-8";
@import url("https://fastly.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");

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

ol,
ul,
li {
    /* list-style: none; */
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

ol:not([id^='product'] .board_area ol, [id^='business'] .board_area ol),
ul:not([id^='product'] .board_area ul, [id^='business'] .board_area ul),
li:not([id^='product'] .board_area li, [id^='business'] .board_area li) {
    list-style: none;
    list-style-position: inside;
    /* margin: 0;
    padding: 0; */
}

p,
.table {
    margin: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

#site>.container:not(.agreement_container, .privacy_container, .mypage_container) {
    width: 100%;
    padding: 0;
}

:root {
    --page-point-color: #243c9a;
}

/* ------------ 접근성 ------------ */
.navbar .caret {
    display: none;
}

.clip {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 0);
}

/* ------------ 상단 메뉴 ------------ */
.navbar-inverse {
    background: #fff;
    position: fixed;
    margin-bottom: 0;
    border: 0;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.04);
}

.navbar-inverse .navbar-brand img {
    height: 36px;
    margin-top: 16px;
}

.navbar-inverse .navbar-right {
    margin-right: -30px;
}

.navbar-inverse .navbar-nav>li>a {
    padding: 38px 30px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    background: transparent;
    font-weight: 500;
    color: var(--page-point-color);
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
    background: none;
    color: var(--page-point-color);
}

@media (min-width: 1300px) {
    .container {
        width: 1200px;
    }
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-brand {
        padding: 5px 15px;
        margin: 8px 0;
    }

    .navbar-inverse .navbar-brand img {
        margin-top: 6px;
        height: 75%;
    }

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

    .navbar-inverse .navbar-nav>li>a,
    .navbar-inverse .navbar-nav>li>a:focus {
        font-size: 17px;
        color: #333;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #000;
        border-radius: 0;
    }

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

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

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: transparent;
    }

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

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
        overflow-x: hidden;
    }

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

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

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

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0.7);
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.125);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.125);
        animation-fill-mode: both;
        animation-duration: 0.4s;
        animation-name: fadeIn;
        background: #fff;
        padding: 10px;
        border: 1px solid #ddd;
        margin-top: -10px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 5px 15px 4px;
        text-align: center;
        font-size: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.11);
        background: transparent;
        transition: all 0.2s;
        font-weight: 500;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        color: #fff;
        background: #5368b9;
        font-weight: 400;
    }
}

/* ------------  슬라이드 ------------  */
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control.left .glyphicon::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(225deg);
}

.carousel-control.right .glyphicon::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

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

#mainCarousel .carousel-inner .item::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
}

.carousel-indicators {
    margin: 0;
    max-width: 100%;
    transform: translateX(-50%);
}

.carousel-indicators li {
    width: 10px;
    height: 14px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    margin: 0 2px;
    border-radius: 0;
    transform: skewX(-30deg);
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    width: 10px;
    height: 14px;
    background-color: #fff;
    margin: 0 2px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.125);
}

.carousel-caption {
    color: #fff;
    text-shadow: none;
    top: 47%;
    bottom: inherit;
    transform: translateY(-50%);
}

.carousel-caption h1 {
    font-size: 25px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
}

.carousel-caption p {
    font-size: 60px;
    font-weight: 600;
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
    line-height: 1.35;
}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 470px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-caption h1 {
        font-size: 14px;
        line-height: 30px;
    }

    #mainCarousel .carousel-caption p {
    }

    .carousel-control {
        font-size: 14px;
    }

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

    .carousel-indicators {
        bottom: 30px;
    }
}

/* ------------ footer ------------ */
#site footer {
    margin-top: 0px;
    background-color: #272a30;
    color: #ccc;
}

#site footer .footer-info {
    padding: 45px 0;
}

#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0;
}

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

#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 15px;
    margin-right: 15px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #bbb;
}

#site footer .footer-info .info {
    flex-direction: column;
    padding: 0 15px;
}

#site footer .footer-info ul .copy {
    font-size: 12px;
    color: #777;
    margin-top: 8px;
}

@media (max-width: 767px) {

    #site footer .footer-info ul li,
    #site footer .footer-info ul li:first-child {
        font-size: 13px;
    }
}

/* ------------ sub 헤더 ------------ */
.sub_header {
    height: 250px;
    position: relative;
    color: #fff;
    text-align: center;
    background: #333 url("/public/img/sub/sub_header.jpg") no-repeat top center;
    background-size: cover;
}

.sub_header::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

.sub_header h2 {
    font-size: 50px;
    line-height: 1;
    margin-top: 0;
    text-align: center;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.sub_header .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .sub_header {
        height: 200px;
    }

    .sub_header h2 {
        font-size: 35px;
        margin: 0;
        line-height: 1.2;
    }
}

/* ------------ 서브 메뉴 ------------ */
.sub_menu {
    width: 22%;
    padding: 0;
    /* margin-top: -80px; */
    border-radius: 0 0 15px 15px;
}

.sub_menu+section {
    padding-left: 80px;
    width: 78%;
    min-height: 600px;
}

.sub_menu .main_tit {
    padding-top: 80px;
    padding-bottom: 24px;
    color: var(--page-point-color);
    border-radius: 15px 15px 0 0;
    border-bottom: 2px solid;
}

.sub_menu .main_tit h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.034em;
}

.sub_menu .nav {
    padding: 0 0 100px;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, .1); */
    /* border-radius: 0 0 15px 15px; */
}

.sub_menu ul>li>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 57px;
    font-size: 17px;
    line-height: 1;
    margin-bottom: -1px;
    color: #333;
    font-weight: 500;
    transition: all 0.15s;
    padding: 0 15px;
    border-bottom: 1px solid #ddd;
    transition: all 0.2s;
}

.sub_menu>ul>li>a::after {
    content: "\e5cc";
    font-family: "Material Symbols Outlined";
    font-weight: 400;
    font-size: 26px;
    line-height: 1;
    color: #cccccc;
    transform: translateY(-1px);
}

[id^='product'] .sub_menu>ul>li>a::after {
    content: "\e69b";
    display: none;
}

.sub_menu ul>li>a:hover::after {
    color: var(--page-point-color);
}

.sub_menu ul>li.active>a:after {
    color: #fff;
}

.sub_menu ul>li>a:hover,
.sub_menu ul>li>a:focus {
    background: transparent;
    color: var(--page-point-color);
    border-bottom: 1px solid var(--page-point-color);
    font-weight: 700;
}

.sub_menu ul>li.active>a {
    color: #fff;
    border-bottom: 2px solid var(--page-point-color);
    background: #004098;
    padding: 0 15px;
    font-weight: 500;
}

.sub_menu ul>li:last-child.active>a,
[id^='product'] .sub_menu ul>li.active>a,
#business01 .sub_menu ul>li.active>a {}

.sub_menu ul>li .sub_menu_nav li.on>a {
    color: var(--page-point-color);
    font-weight: 700;
}

.sub_menu ul>li .sub_menu_nav {
    padding: 20px 25px;
    margin: 0;
    background: #f4f7fb;
}

.sub_menu ul>li .sub_menu_nav li {
    position: relative;
    padding-left: 12px;
}

.sub_menu ul>li .sub_menu_nav li+li {
    margin-top: 14px;
}

.sub_menu ul>li .sub_menu_nav li::before {
    content: "";
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    position: absolute;
    background: #446da6;
    border-radius: 20px;
}

.sub_menu ul>li .sub_menu_nav li a {
    border: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    height: auto;
    color: #526074;
}

.sub_menu ul>li .sub_menu_nav li a:hover,
.sub_menu ul>li .sub_menu_nav li a:focus {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .sub_menu {
        display: none;
    }
}

/* ------------ 공통 ------------ */
.content {
    padding: 0 0 40px;
}

.content+.content {
    padding-top: 50px;
}

.content:last-child {
    padding-bottom: 150px;
}

.page_tit {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 70px 0 60px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
}

.page_tit h3 {
    margin: 0 0 0;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -0.015em;
    text-align: left;
}

.page_tit .breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.page_tit .breadcrumb>.active {
    color: var(--page-point-color);
    font-weight: 600;
}

.breadcrumb>li+li:before {
    padding: 0 2px;
}

.sub_tit h4 {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 0;
    text-align: left;
}

.sub_tit h4::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--page-point-color);
    position: absolute;
    top: 9px;
    left: 0;
    border-radius: 50%;
    display: none;
}

.content_box h5 {
    padding-left: 12px;
    line-height: 1.5em;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: var(--page-point-color);
    margin-top: 0;
}

.content_box h5::before {
    content: "";
    top: 13px;
    left: 1px;
    width: 5px;
    height: 5px;
    position: absolute;
    background: var(--page-point-color);
    border-radius: 50%;
}

.list-dot>li {
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
}

.list-dot>li::before {
    content: "";
    top: 13px;
    left: 1px;
    width: 3px;
    height: 3px;
    position: absolute;
    background: #777;
    border-radius: 50%;
}

.list-dash>li {
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
}

.list-dash>li::before {
    content: "";
    top: 11px;
    left: 1px;
    width: 5px;
    height: 2px;
    position: absolute;
    background: #777;
    border-radius: 20px;
}

.list-num,
.list-num-basic {
    counter-reset: number 0;
}

.list-num>li,
.list-num-basic>li {
    padding-left: 28px;
    font-size: 16px;
    line-height: 1.8em;
    position: relative;
    list-style: none;
}

.list-num>li::before {
    counter-increment: number 1;
    content: counter(number);
    top: 5px;
    left: 1px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: var(--page-point-color);
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-weight: 700;
    padding-top: 1px;
}

.list-num-basic>li::before {
    counter-increment: number 1;
    content: counter(number) ".";
    top: 7px;
    left: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    color: #333;
    width: 20px;
    height: 20px;
}

.list-star>li {
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
}

.list-star>li::before {
    content: "*";
    top: 3px;
    left: 0px;
    position: absolute;
    border-radius: 50%;
}

/* login */
.member_wrapper {
    padding-top: 170px;
    padding-bottom: 260px;
}

/* board, form */
input+#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}

.btn.btn-primary {
    background-color: var(--page-point-color);
    border: 1px solid var(--page-point-color);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: var(--page-point-color);
}

.table_default {
    border-top: 1px solid #333;
}

.table.table_default tr th,
.table.table_default tr td {
    padding: 16px 5px;
    border-color: #e3e3e3;
}

.table.table_default thead th {
    background: #f9f9f9;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
}

.table.table_default tr td {
    color: #777;
    font-size: 14px;
}

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

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

.table.table_default colgroup :where(.num_col, .writer_col, .regdate_col) {
    width: 100px;
}

.table.table_default colgroup .hits_col {
    width: 80px;
}

:where(.table_video, .table_blog2, .table_pd, .table_blog, .table_default, .board_pd_view .pd_title_wrap) .badge {
    padding: 4px 7px;
    background: #4a93f1;
    vertical-align: middle;
}

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

.board_data_view .header_wrap .title {
    font-size: 21px;
    font-weight: 600;
    color: #222;
}

.board_data_view .header_wrap {
    text-align: left;
    border-bottom: 1px solid #e3e3e3;
    padding: 25px 15px;
}

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

.board_wrapper .table.board_write_table tbody tr th {
    width: 180px;
    font-size: 15px;
    padding: 19px 20px;
}

@media (max-width: 767px) {
    .page_tit h3 {
        font-size: 32px;
    }

    .board_wrapper .table colgroup,
    .board_wrapper .table tr .num,
    .board_wrapper .table tr .hits {
        display: none;
    }

    .board_wrapper .table.table_default tr th,
    .board_wrapper .table.table_default tr td {
        padding: 10px;
        font-size: 12px;
    }

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

    .table.table_default tbody .subject a {
        font-size: 15px;
    }

    .board_wrapper .table .subject {
        width: 45%;
    }

    .board_write_table #captcha {
        margin-bottom: 10px;
        height: inherit;
    }

    .member_wrapper {
        padding-top: 100px;
        padding-bottom: 200px;
    }

    .member_wrapper .login_extra ul {
        display: flex;
        flex-direction: column;
        gap: 7px;
    }

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

/* ------------ main ------------ */
#se01 {
    padding: 100px 0 120px;
}

.main_pr_item a:hover .overlay_box {
    /* opacity: 1; */
}

.overlay_box {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.34);
    transition: all 0.3s ease;
    z-index: 90;
    transition: 0.3s;
    opacity: 0;
}

.overlay_box span {
    color: #fff;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 70px;
    height: 70px;
    left: 50%;
    top: 50%;
    font-size: 55px;
}

.main_page_tit h3 {
    margin: 0 0 60px;
    font-size: 45px;
    font-weight: 700;
    color: #333;
    text-align: center;
}

.main_pr_items {
    display: flex;
    gap: 20px;
    /* grid-template-columns: repeat(6, 1fr); */
}

.main_pr_item {
    flex: 1;
}

.main_pr_item:nth-child(4) {
    grid-column: 2 / 4;
}

.main_pr_item a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    border: 1px solid #eee;
    height: 350px;
    background-color: #ccc;
    padding: 30px 30px 40px;
    text-align: left;
    width: 100%;
    border-radius: 10px;
}

.main_pr_item a img {
    transform: scale(1);
    transition: 0.5s ease;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.main_pr_item a:hover img {
    transform: scale(1.1);
}

.main_pr_item a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(67, 80, 86, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease;
}

.main_pr_item a:hover::before {
    background: none;
}

.main_pr_item p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-align: center;
    letter-spacing: -0.02em;
}

#se02 {
    background-size: cover;
    background-image: url("/public/img/main/se02_bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 80px 0;
    position: relative;
}

#se02::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
}

#se02 .inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

#se02 .inner .link_area {
    display: flex;
}

#se02 .main_page_tit h3 {
    font-size: 44px;
    text-align: left;
    margin: 0;
    color: #fff;
    z-index: 1;
    position: relative;
    font-weight: 500;
}

.view_a {
    position: relative;
    padding: 15px 17px;
    padding-right: 70px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
    line-height: 1em;
    background: transparent;
    border: 1px solid #fff;
}

.view_a::after {
    content: "\e145";
    top: 50%;
    right: 15px;
    position: absolute;
    font-size: 180%;
    font-weight: 200;
    font-family: "Material Symbols Outlined";
    transform: translateY(-50%);
    transition: all 0.15s;
}

.view_a:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}

.view_a:hover::after {
    right: 10px;
}

/* ------------ about01 ------------ */
.greet {
    margin-bottom: 60px;
}

.greet + .img_area {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
}

.greet .txt_area img {
    width: 270px;
    margin: 0 auto 50px;
    padding-top: 20px;
}

.greet .txt_area .emph {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.greet .txt_area p {
    font-size: 17px;
    margin-bottom: 20px;
    word-break: keep-all;
    line-height: 1.6;
}

.greet .txt_area {
    text-align: center;
}

#about01 .con02 {
    padding: 0 0 150px;
}

#about01 .con02 h6 {
    margin: 0 0 25px 0;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: -0.034em;
}

#about01 .con02 .img-box {}

#about01 .con02 .img-box img {
    width: 100%;
    /* height: 400px; */
    /* background: #ddd; */
    object-fit: contain;
}

/* ------------ about02 ------------ */
#about02 .con01 .inner {
    display: flex;
}

#about02 .con01 .img_area {
    width: 52%;
    padding-right: 100px;
}

.timeline_items {
    flex: 1;
    position: relative;
    border-left: 2px solid #eee;
}

.timeline_items .timeline_item {
    padding-left: 57px;
    padding-top: 20px;
}

.timeline_items .timeline_item+.timeline_item {
    padding-top: 45px;
}

.timeline_items .timeline_item p {
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
    color: var(--page-point-color);
    padding-left: 0;
    position: relative;
    margin: 10px 0;
    letter-spacing: -0.034em;
}

.timeline_items .timeline_item p::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border: 7px solid #eaeaea;
    background: #0934da;
    position: absolute;
    left: -70px;
    border-radius: 50%;
    top: 3px;
}

.timeline_items ol>li {
    position: relative;
    color: #333;
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 500;
}

.timeline_items ol>li strong {
    font-weight: 700;
    color: #023f75;
    font-size: 17px;
    display: block;
    margin-bottom: 5px;
}

.timeline_items ol>li:last-child {
    margin-bottom: 0;
}

/* ------------ about03 ------------ */
.map {
    display: flex;
    gap: 20px;
}

.map iframe {
    flex: 1;
    height: 450px;
}

.location div {
    flex: 1;
}

.location {
    margin-top: 50px;
    display: flex;
    gap: 70px;
}

.location .img_area {}

.location .img_area img {
    /* height: 100%; */
}

.location .info {
    display: flex;
    flex-direction: column;
}

.location .info div {
    padding: 16px 0 12px;
    border-bottom: 1px solid #ddd;
}

.location .info .logo-img {
    border: 0;
    margin-bottom: 30px;
}

.location .info .logo-img+div {
    border-top: 2px solid #333;
}

.location div+div {}

.location p {
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 16px;
    margin-bottom: 2px;
    line-height: 1.4em;
}

.location p+p {
    padding-left: 40px;
}

.location p .material-symbols-outlined {
    background: #7586c6;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    font-size: 14px;
}

/* ------------ product ------------ */
.category_wrap {
    display: none;
}

.board_pd_view .pd_slider_wrap :where(.pd_img_main, .pd_img_main .thumb, .pd_img_sub .thumb) {
    aspect-ratio: 4/3;
}

.table_pd .inner .top a .thumb {
    aspect-ratio: 4/3;
    transition: all 0.3s ease;
}

.table_pd .inner:hover .top a .thumb {
    transform: scale(1.1);
}

.table_pd .inner .bottom .title a:hover {
    text-decoration: none;
}

.board_pd_view .pd_preview_wrap #pd_preview_text {
    white-space: inherit;
}

.table_pd .inner .bottom .pd_preview strong {
    font-weight: 400;
}

.board_pd_view .pd_top_wrap .pd_col_rgt {
    padding-top: 0;
}

.board_pd_view .pd_top_wrap .row {
    gap: 60px;
}

.board_pd_view .pd_title_wrap .title {
    font-size: 26px;
}

.contents_inner h5 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    letter-spacing: -0.015em;
}

.contents_inner h5::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 49%;
    transform: translateY(-50%);
    background: var(--page-point-color);
    width: 8px;
    height: 8px;
    border-radius: 2px;
    display: none;
}

.contents_inner table tr td {
    padding: 5px;
}

/* custom board 뉴스 / 공시 */
#news01 .table_custom :where(thead, tbody) {
    --wr_id: 85px;
    --wr_subject: 500px;
    --wr_name: 100px;
    --wr_regdate: 135px;
    --wr_default: 30%;
}

#news01_list .table_custom tbody tr {
    cursor: pointer;
}

#news01 .table_custom :where(thead, tbody) [class*="wr_1"] {
    flex-basis: 0;
    display: none;
}

#news01 table.table_default tr th {
    font-size: 15px;
}

#news01 table.table_default tr td {
    font-size: 14px;
}

#news01 .table.table_default tr th,
#news01 .table.table_default tr td {
    padding: 15px 4px;
    border-color: #e3e3e3;
}

#news01 .table.table_default tbody .subject a {
    font-size: 15px;
    color: #333;
}

#news01 .search_wrap .write_btn_wrap {
    display: flex;
    gap: 10px;
}

#news01 .search_wrap .write_btn_wrap .btn-mag {
    /* display: none; */
}

#news01 .wr_form_wrap {
    display: grid;
    grid-template-columns: 0.25fr 1fr;
    gap: 10px;
}

#news01 .wr_form_wrap .wr_form_item:first-child {
    grid-column: span 2;
}

#news01 .contents_view_col .item dt {
    margin-bottom: 7px;
    font-size: 22px;
}

#news01 .contents_view_col .item a {
    font-size: 18px;
}

#news01 .search_wrap {
    position: relative;
    margin-top: 30px;
    margin-bottom: 100px;
    text-align: left;
    min-height: 40px;
}

/* 2508 적용산업 */
.busi-wrap {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.busi-wrap .info-box {}

.busi-wrap .info-box h4 {
    margin: 0 0 25px 0;
    color: var(--page-point-color);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.025em;
    word-break: keep-all;
}

#business07 .busi-wrap .info-box h4 {
    margin-bottom: 0;
}

.busi-wrap .info-box p {
    font-size: 17px;
    line-height: 1.6;
}

.busi-wrap .info-box p b {
    display: block;
    font-weight: 700;
    font-size: 20px;
}

.busi-wrap .info-box p span {
    color: var(--page-point-color);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.busi-wrap .info-box p+p {
    margin-top: 15px;
}

.busi-wrap .type-box {}

.busi-wrap .type-box h6 {
    margin: 0 0 15px 0;
    font-size: 20px;
    color: #111;
    font-weight: 700;
}

.busi-wrap .type-box ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #ddd;
    gap: 1px;
    border: 1px solid #fff;
    border-top: 1px solid #333;
    border-bottom: 1px solid #ccc;
}

.busi-wrap .type-box ul li {
    text-align: center;
    padding: 18px 15px;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
}

.busi-wrap .type-box ul li:nth-child(6n),
.busi-wrap .type-box ul li:nth-child(6n-1),
.busi-wrap .type-box ul li:nth-child(6n-2) {
    background: #f4f9fd;
}

.process-wrap {
    margin-top: 10px;
}

.process-wrap>p {
    color: #111;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 25px 0;
}

.process-wrap .process-box {
    display: grid;
    gap: 40px;
}

.process-wrap .process-box .proce {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 50px;
    align-items: center;
}

.proce .img-box {}

.proce .img-box img {
    width: 100%;
    border-radius: 2px;
}

.proce .txt-box {
    padding-top: 0;
}

.proce .txt-box span {
    display: block;
    margin-bottom: 7px;
    color: var(--page-danger-color-hover);
    font-weight: 700;
    font-size: 15px;
}

.proce .txt-box h6 {
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 700;
    color: #222;
    letter-spacing: -0.034em;
}

.proce .txt-box p {
    font-size: 17px;
    line-height: 1.5;
}

#business03 .process-wrap .process-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

#business03 .process-wrap .process-box .proce {
    gap: 25px;
    grid-template-columns: repeat(1, 1fr);
}

.list-wrap {}

.list-wrap p {
    font-size: 17px;
    color: #222;
    margin: 0 0 20px 0;
}

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

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

.list-wrap .list li {
    text-align: center;
    padding: 17px 15px;
    font-size: 16px;
    background: #f4f9fd;
    font-weight: 500;
    border: 1px solid #d4dfe7;
}

.module-wrap {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 33px;
}

.module-wrap .module {}

.module-wrap .module span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 5px solid #e5ebf9;
    font-size: 40px;
    color: var(--page-point-color);
    --wght: 250;
}

.module-wrap .module .detail {
    margin-top: 20px;
}

.module .detail h6 {
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.module .detail p {
    margin: 0;
    font-size: 16px;
}

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

.battery-wrap .txt-box {}

.battery-wrap .txt-box h5 {
    margin: 0 0 7px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.034em;
}

.battery-wrap .txt-box h6 {
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 18px;
    font-weight: 700;
}

.battery-wrap .txt-box p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.battery-wrap .txt-box ul {
    grid-template-columns: repeat(5, 1fr);
}

.battery-wrap .txt-box ul li {font-size: 15px;}

.battery-wrap .txt-box ul li::before {
    top: 9px;
}

.battery-wrap .txt-box ul li+li {
}

.battery-wrap .img-box {}

.battery-wrap .img-box img {
    width: 100%;
    object-fit: cover;
    background: #e1f4fe;
}

.battery-wrap .list-wrap {
    margin-top: 30px;
}

.feature-box {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.feature-box .feature {}

.feature h6 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
}

.feature p {
    font-size: 16px;
    line-height: 1.6;
}

.feature p span {
    color: var(--page-point-color);
    text-decoration: underline;
    text-underline-offset: 2px;
}

#business04 .module-wrap {
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 40px;
}

#business03 .proce .txt-box h6, #business05 .proce .txt-box h6, #business06 .proce .txt-box h6 {
    margin-bottom: 0;
}

#business05 .process-wrap .process-box,
#business06 .process-wrap .process-box {
    gap: 50px 50px;
    grid-template-columns: repeat(2, 1fr);
}

#business05 .process-wrap .process-box .proce,
#business06 .process-wrap .process-box .proce {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}

#business05 .proce .txt-box,
#business06 .proce .txt-box {
    padding: 0;
}

#business05 .con02 .busi-wrap .info-box h4 {
    margin: 0;
}

.test-box {}

.test-box p {
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: 600;
}

.test-box .list-dot {}

.test-box .list-dot li {
    font-size: 17px;
}

.test-box .list-dot li+li {
    margin-top: 10px;
}

.test-box .list-dot li::before {
    top: 9px;
}

.system-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}

.system-box .txt-box {}

.system-box .txt-box p span {
    text-decoration: underline;
    text-underline-offset: 2px;
    color: var(--page-point-color);
}

.system-box .txt-box p {
    font-size: 17px;
    line-height: 1.6;
}

.system-box .txt-box p+p {
    margin-top: 25px;
}

.module-wrap .module img {
    /* width: 100%; */
    object-fit: cover;
}

.ibc-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ibc-box .ibc {}
.ibc-box .ibc + .ibc {
    margin-top: 30px;
}
.ibc p {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.ibc .img-box {}

.ibc .img-box img {
    width: 100%;
    object-fit: cover;
}
.minerals-box{}
.minerals-box h6{
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.minerals-box p{
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.6;
}
.minerals-box .img-box {
    margin-block: 40px;
}
.busi-wrap .source {}

.busi-wrap .source p {
    display: inline;
    font-size: 15px;
}

.busi-wrap .source a {
}

@media (max-width:991px) {
    .sub_menu .nav {
        padding: 0 0 0;
    }
    .sub_menu .main_tit {
        padding-top: 70px;
        padding-bottom: 20px;
    }
    .sub_menu {
        width: 100%;
        padding: 0 15px;
    }
    .navbar-inverse .navbar-brand img {
        height: 30px;
    }
    .navbar-inverse .navbar-nav>li>a {
        padding: 40px 15px;
        font-size: 16px;
    }
    #mainCarousel .carousel-inner .item {
        height: 600px;
    }
    .carousel-caption p {
        font-size: clamp(23px, 5.6vw, 55px);
    }
    .carousel-caption h1 {
        font-size: clamp(16px, 2.6vw, 25px);
        margin-bottom: 10px;
    }
    .main_pr_items{
        display: grid;
        grid-template-columns: repeat(3,1fr);
    }
    .main_pr_item:nth-child(4){
        grid-column: unset;
    }
    .main_pr_item p {
        margin-top: 5px;
        font-size: 14px;
    }
    .main_page_tit h3 {
        margin: 0 0 clamp(30px, 6.01vw, 60px);
        font-size: clamp(20px, 4.6vw, 45px);
    }
    #se02 .main_page_tit h3 {
        font-size: clamp(25px, 4.5vw, 44px);
    }
    .view_a {
        position: relative;
        padding: 14px 10px;
        padding-right: 70px;
        font-size: 13px;
    }
    .sub_menu+section {
        padding-left: 0;
        width: 100%;
        min-height: 600px;
        padding: 0 15px;
    }
    #about02 .con01 .img_area{
        display: none;
    }
    .location {
        flex-direction: column;
        gap: 40px;
    }
}
@media (max-width:767px) {
    .navbar-inverse .navbar-brand img {
        height: 20px;
    }
    .navbar-inverse .navbar-nav>li>a {
        padding: 8px 15px;
        font-size: 16px;
    }
    #site {
        padding-top: 66px;
    }
}
@media (max-width:576px) {
    #business05 .process-wrap .process-box .proce, #business06 .process-wrap .process-box .proce {
        gap: 15px;
    }
    #business05 .process-wrap .process-box, #business06 .process-wrap .process-box {
        grid-template-columns: 1fr;
    }
    .system-box .txt-box p {
        font-size: 14px;
    }
    #business05 .process-wrap .process-box .proce, #business06 .process-wrap .process-box .proce {
        gap: 10px;
    }
    #business05 .process-wrap .process-box, #business06 .process-wrap .process-box {
        grid-template-columns: 1fr;
    }
    #business04 .module-wrap {
        grid-template-columns: 1fr;
        gap: 60px 40px;
    }
    .feature p {
        font-size: 14px;
    }
    .battery-wrap .txt-box ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .feature-box {
        gap: 50px;
    }
    .feature h6 {
        margin: 0px 0 5px;
        font-size: 17px;
    }
    .busi-wrap .info-box p b {
        font-size: 17px;
    }
    .module .detail h6 {
        margin: 0px 0 5px 0;
        font-size: 18px;
    }
    .module .detail p {
        font-size: 14px;
    }
    .module-wrap {
        grid-template-columns: 1fr;
        gap: 40px 33px;
    }
    #business03 .process-wrap .process-box .proce {
        gap: 10px;
    }
    #business03 .process-wrap .process-box {
        grid-template-columns: repeat(1, 1fr);
    }
    .proce .txt-box p {
        font-size: 14px;
        line-height: 1.5;
    }
    .process-wrap .process-box {
        gap: 70px;
    }
    .process-wrap>p {
        font-size: 18px;
        margin: 0 0 15px 0;
    }
    .process-wrap .process-box .proce {
        grid-template-columns: 1fr;
        gap: 15px;
        align-items: center;
    }
    .busi-wrap .info-box h4 {
        font-size: 18px;
    }
    .busi-wrap .info-box p {
        font-size: 14px;
    }
    ol:not([id^='product'] .board_area ol, [id^='business'] .board_area ol), ul:not([id^='product'] .board_area ul, [id^='business'] .board_area ul), li:not([id^='product'] .board_area li, [id^='business'] .board_area li){
        font-size: 11px;
    }
    .page_tit{
        padding-bottom: 10px;
    }
    .page_tit h3 {
        font-size: 20px;
    }
    :where(.table_video, .table_blog2) dd {
        margin-bottom: 30px;
        width: 100% !important;
    }
    .location .info .logo-img img{
        width: 250px;
    }
    .map iframe{
        height: 300px !important;
    }
    .timeline_items .timeline_item p {
        font-size: 22px;
    }
    .timeline_items ol>li {
        font-size: 15px;
    }
    .timeline_items .timeline_item p::before {
        width: 15px;
        height: 15px;
        border: 3px solid #eaeaea;
        left: -34px;
    }
    .timeline_items .timeline_item {
        padding-left: 25px;
        padding-top: 20px;
    }
    .greet .txt_area .emph {
        font-size: 20px;
    }
    .greet + .img_area {
        font-size: 20px;
    }
    .main_pr_items {
        grid-template-columns: repeat(1, 1fr);
        gap: 60px;
    }
    .main_pr_item a {
        height: 250px;
    }
    #mainCarousel .carousel-inner .item {
        height: 390px;
    }
    .carousel-control.right .glyphicon::before {
        width: 20px;
        height: 20px;
    }
    .carousel-control.left .glyphicon::before {
        width: 20px;
        height: 20px;
    }
    #se01 {
        padding: 85px 0 100px;
    }
}