@charset "utf-8";
@import url('https://webfontworld.github.io/pretendard/Pretendard.css');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;500;600;700&display=swap');

#site {
    font-family: "Red Hat Display", "Pretendard", "notokr", sans-serif;
    padding-top: 96px;
}
@media (max-width: 767px) {
    #site {
        padding-top: 66px;
    }
}

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

p {
    margin: 0;
}

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

:root {
    --page-point-color: #0B3E8E;
    --page-sub-color: #383231;
}

/* ------------ 항목 삭제 ------------ */
.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: 50px;
    margin-top: 6px;
}
.navbar-inverse .navbar-brand{
    /* margin-top: 29px; */
    margin-top: 15px;
    padding: 0;
    height: auto;
}
.navbar-inverse .navbar-brand h1 {
    color: #0b3e8d;
    font-weight: 800;
    margin: 0;
    font-size: 32px;
    padding-left: 15px;
    letter-spacing: 0.02em;
}
.navbar-inverse .navbar-right {
    margin-right: -30px;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 38px 28px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    border-bottom: 0;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background: transparent;
    font-weight: 500;
    color: var(--page-point-color);
    border-bottom: 0;
}
.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);
    border-bottom: 0;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-brand {
        padding: 5px 15px;
        margin: 8px 0;
    }
    .navbar-inverse .navbar-brand img {
        height: 30px;
    }

    .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.88);
        -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.3s;
        animation-name: fadeIn;
        margin-top: 0;
        border-radius: 0 0 5px 5px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 12px 15px;
        text-align: center;
        font-size: 15px;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        background: transparent;
        transition: all 0.2s;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
        border-bottom:0;
        border-radius: 0 0 5px 5px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        color: #fff;
        background: var(--page-point-color);
    }
}

/* ------------  슬라이드 ------------  */
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}
.carousel-control.left .glyphicon::before {
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(225deg);
}
.carousel-control.right .glyphicon::before {
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
#mainCarousel .carousel-inner .item {
    height: 680px;
}
#mainCarousel .carousel-inner .item::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.45;
}
.carousel-indicators {
    margin: 0;
    max-width: 100%;
    transform: translateX(-50%);
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 0.3;
    margin: 0 25px 0 0;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
    position: relative;
}
.carousel-indicators li:last-child,
.carousel-indicators li.active:last-child {
    margin: 0;
}
.carousel-indicators li::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid #ffffff4d;
    opacity: 0;
    transition: opacity 0.4s ease-in-out, width 0.4s ease-in-out, height 0.4s ease-in-out;
}
.carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 0 25px 0 0;
    opacity: 1;
    background-color:#fff;
    border: 1px solid #fff;
}
.carousel-indicators li.active::before {
    width: 350%;
    height: 350%;
    opacity: 1;
}
.carousel-caption {
    color: #fff;
    text-shadow: none;
    text-align: left;
    top: 49%;
    bottom: inherit;
    transform: translateY(-50%);
}
.carousel-caption h1 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 25px;
    letter-spacing: .6em;
    text-align: center;
}
.carousel-caption h1 img{
    margin: 0 auto;
    width: 220px;
}
.carousel-caption p {
    /* font-size: 32px; */
    font-size: 42px;
    font-weight: 300;
    letter-spacing: 0;
    text-align: center;
}
@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 400px;
    }
    .carousel-caption {
        padding: 0;
    }
    .carousel-caption h1{margin-bottom: 15px;}
    .carousel-caption h1 img{width: 150px;}
    #mainCarousel .carousel-caption p {
        font-size: 16px;
    }
    .carousel-control {
        font-size: 14px;
    }
    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 8px;
        height: 8px;
    }
    .carousel-indicators {
        bottom: 30px;
    }
}
@media (min-width: 768px) {
    .carousel-indicators {
        bottom: 40px;
    }
}

/* ------------ footer ------------ */
#site footer {
    margin-top: 0px;
    background-color: #212121;
    color: #ccc;
}
#site footer .footer-info {
    padding: 35px 0;
}
#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0;
    padding-left: 40px;
}
#site footer .footer-info ul li:first-child {
    font-weight: 700;
    font-size: 14px;
    color: #ccc;
    margin-bottom: 3px;
    display: block;
}
#site footer .footer-info ul li {
    list-style: none;
    display: inline;
    font-size: 14px;
    margin-right: 15px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #bbb;
}
#site footer .footer-info .logo > img {
    padding: 0 0px;
    opacity: 0.5;
    margin-top: 3px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
#site footer .footer-info .info {
    flex-direction: column;
    padding: 0 15px;
}
#site footer .footer-info ul .copy {
    font-size: 13px;
    color: #777;
    letter-spacing: 0.08em;
    margin-top: 4px;
    display: block;
}
#site footer .footer-info ul .login-li {
    float: right;
    margin-top: -30px;
    margin-right: 0;
}
#site footer .footer-info ul .login-li a {
    color: #fff;
    opacity: 0.4;
    border: 1px solid #aaa;
    padding: 5px 15px;
    font-weight: 300;
    text-decoration: none;
    font-size: 12px;
    transition: opacity 0.2s ease;
}
#site footer .footer-info ul .login-li a:hover {
    opacity: 0.9;
}
@media (max-width: 767px) {
    #site footer .footer-info ul{padding: 0;}
    #site footer .footer-info ul .login-li{
        float: none;
        margin-top: 20px;
        display: block;
    }
    #site footer .footer-info ul li,
    #site footer .footer-info ul li:first-child {
        font-size: 13px;
    }
    #site footer .footer-info .logo > img {
        width: 40%;
        margin: 0 auto 20px;
    }
}

/* ------------ sub 헤더 ------------ */
.sub_header {
    height: 260px;
    position: relative;
    color: #fff;
    text-align: center;
    background: #333 url("/public/img/main/sub_header.jpg") no-repeat bottom 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: 41px;
    line-height: 1;
    margin-top: 0;
    text-align: center;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0;
    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 .main_tit {
    background: #0b3e8d;
    color: #fff;
    padding: 45px 25px 45px;
    margin-top: 0px;
    margin-bottom: 40px;
    border-radius: 0 0 8px 8px;
    text-align: center;
    background: linear-gradient(180deg, #0b3e8d 0%, #092f6b 100%);
}
.sub_menu .main_tit h2 {
    margin: 0;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.15em;
}
.sub_menu .main_tit h2::before {
    content: 'TRUE BLUE';
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    letter-spacing: 0.16em;
    color: #aeb7db;
}
.sub_menu .nav {
    border-top: 3px solid #2941a1;
}
.sub_menu ul > li {
    margin-bottom: 0;
}
.sub_menu ul > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px 0 5px;
    height: 54px;
    font-size: 16px;
    line-height: 1;
    color: #666;
    font-weight: 600;
    background: #fff;
    transition: all 0.15s;
    border-bottom: 1px solid #ddd;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
    border-bottom: 0;
    color: var(--page-point-color);
}
.sub_menu .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    color: var(--page-point-color);
}
.sub_menu ul > li > a::after {
    content: "\e5cc";
    font-family: "Material Symbols Outlined";
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    color: #ccc;
    transform: translateY(-1px);
}
.sub_menu ul > li.active > a {
    font-weight: 600;
    color: var(--page-point-color);
    border-color: #ddd;
    background: #fff;
}
.sub_menu ul > li.active a::after {
    color: var(--page-point-color);
}
.sub_menu ul > li > a > div{
    display: flex;
    align-items: center;
    gap: 8px;
}
.sub_menu ul > li > a > div img{
    width: 80px;
}
.sub_menu ul > li > a > div p{
    margin-top: 5px;
}

/* 공통  */
.content {
    padding: 40px 0 30px;
}
.content + .content {
    padding-top: 20px;
}
.content:last-child {
    padding-bottom: 140px;
    border-bottom: 0;
    margin-bottom: 0;
}
.sub_menu {
    padding-right: 55px;
}
.row .col-sm-9.col-xs-12 {
    padding-left: 15px;
}
.page_tit {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 89px 0 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #999;
}
.page_tit h3 {
    margin: 0 0 0;
    font-size: 30px;
    font-weight: 700;
    color: #111;
    letter-spacing: 0;
    text-align: left;
}
#company01 .page_tit h3{
    display: flex;
    gap: 10px;
    align-items: center;
}
#company01 .page_tit h3 img{width: 150px;}
#company01 .page_tit h3 p{margin-top: 5px;}
.page_tit .breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 500;
}
.page_tit .breadcrumb > .active {
    color: var(--page-point-color);
}
.sub_tit h4 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-left: 0;
    margin-top: 0;
    text-align: left;
    color: #222;
    padding-left: 15px;
}
.sub_tit h4::before {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    background: #2941a1;
    left: 0;
    top: 3px;
    box-shadow: 0 11px 0 #0f8f93;
    border-radius: 2px;
}
/* login */
.member_wrapper {
    padding-top: 170px;
    padding-bottom: 260px;
}
/* board, form */
.btn.btn-primary {
    background-color: #333;
    border: 1px solid #333;
}
.board_wrapper .table.board_write_table tbody tr th {
    background-color: #f5f5f5;
    padding: 20px 25px;
    width: 210px;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #000;
    border-color: #000;
}
input + #list_btn {
    display: none;
}
.search_wrap {
    margin-bottom: 0;
}
.list-dash > li {
    padding-left: 12px;
    margin-bottom: 1px;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
}
.device_table .list-dash > li {
    font-size: 15px;
}
#business01 .con02 .list-dash > li {
    font-size: 16px;
}
.list-dash > li:last-child {
    margin-bottom: 0;
}
.list-dash > li::before {
    content: "";
    top: 9px;
    left: 1px;
    width: 4px;
    height: 4px;
    position: absolute;
    background: #333;
    border-radius: 20px;
}
.board_wrapper {
    margin-top: 0;
    margin-bottom: 30px;
}
.table.table_default thead th {
    background-color: #fff;
    border-bottom-color: #aaa;
    padding: 14px 15px 13px;
}
.table.table_default tr:hover {
    background: #fafafa;
}
.table.table_default tr td {
    padding: 16px 15px;
}
.table.table_default tr td.writer, .table.table_default tr td.regdate, .table.table_default tr td.hits {
    color: #999;
}
.table_pd .inner .bottom .title a {
    letter-spacing: 0;
}
#pd_preview_text {
    letter-spacing: 0.02em;
}
.table_pd .inner .bottom {
    gap: 6px 0;
}
.table_pd .inner .top {
    border-radius: 10px;
}
@media (max-width: 767px) {
    .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 ------------ */
#main_se01 {
    padding: 90px 0;
}
.content_area {
    display: flex;
    gap: 47px;
}
.content_area .left {
    flex: 60%;
    gap: 12px;
}
.business_lists {
    display: flex;
}
.business_lists .business_list {
    flex: 1;
}
.business_lists .business_list a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.business_lists .business_list a:hover {
    box-shadow: 0 5px 15px rgb(0 0 0 / 49%);
}
.business_lists .business_list a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(7 22 68 / 75%);
    position: absolute;
    top: 0;
    left: 0;
}
.business_lists .business_list a:hover:after {
    background: rgba(0, 0, 0, 0.4);
}
.business_lists .business_list a img {
    transform: scale(1);
    transition: all 0.3s ease;
    border-radius: 10px;
}
.business_lists .business_list a:hover img {
    transform: scale(1.1);
}
.business_lists .business_list a:hover p::after {
    opacity: 1;
    line-height: 1;
    transform: translateY(0px);
    margin-top: 20px;
    color: inherit;
}
.business_lists .business_list a p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0;
    width: 80%;
    line-height: 1.45;
}
.business_lists .business_list a p::after {
    content: "\f055";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 32px;
    transition: 0.5s cubic-bezier(0.22, 0.68, 0, 1.71);
    position: relative;
    line-height: 0;
    transform: translateY(50px);
    opacity: 0;
    display: block;
}
.content_area .right {
    flex: 20%;
    display: flex;
    flex-direction: column;
}
.page-header {
    margin: 0px 0 13px;
    border-bottom: 1px solid #999;
}
div[class^="board_box_"] .page-header .pull-right {
    font-size: 17px;
}
#main_se01 .type_list li {
    padding: 2px 0;
}
.type_list .info span.writer,
.type_list .info span.hits {
    display: none;
}
#main_se01 .board_box_list {
    margin-bottom: 24px !important;
}
.type_list li > :where(a, span.subject) {
    font-size: 15px;
}
div[class^="board_box_"] .page-header h4 {
    margin: 0;
    font-size: 20px;
    margin-top: 2px;
    color: #222;
}
.support_box h4 {
    font-weight: 700;
    /* font-size: 18px; */
    font-size: 17px;
    margin: 0;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
}
.support_box h4 span.material-symbols-outlined {
    background: #fff;
    color: #0f8f93;
    border-radius: 50%;
    padding: 5px;
    font-size: 17px;
    margin-right: 11px;
    font-weight: 600;
}
.content_area .right .board_box:nth-child(1){
    flex-basis: 70%;
}
.content_area .support_boxs{
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.content_area .support_box {
    background: #0f8f93;
    color: #fff;
    padding: 20px;
    /* margin: 0 15px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 7px;
    transition: all 0.2s;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    flex: 1;
      text-decoration: none;
}
.content_area .support_box p {
    position: absolute;
    font-weight: 700;
    font-size: 61px;
    right: -4px;
    bottom: -9px;
    opacity: .12;
}
.content_area .support_box:hover {
    background: #0b6e72;
}
.content_area .support_box .support_link {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 0.02em;
}
.content_area .support_box .support_link span {
    color: #fff;
    border-radius: 50%;
    font-size: 21px;
}

/* ------------ company01 ------------ */
#company01 .img_area {
    /* width: 55%; */
    width: 45%;
}
#company01 .txt_area {
    padding-left: 33px;
    /* width: 45%; */
    width: 55%;
}
#company01 .img_area img {
    border-radius: 7px 7px 0 0;
}
#company01 .img_area p{
    text-align: center;
    background: #fafafa;
    border: 1px solid #e0e0e0;
    padding: 10px 0;
    border-radius: 0 0 7px 7px;
    font-size: 15px;
}
#company01 .img_area p strong{
    margin-right: 20px;
}
#company01 .txt_area .company_name p {
    color: #2941a1;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin: 5px 0 25px;
    position: relative;
    letter-spacing: .3em;
    padding-left: 0;
}
#company01 .txt_area .company_name img {
    margin: 5px 0 25px;
    height: 40px;
}
.board_data_view .header_wrap .title {
    margin: 0;
    font-size: 23px;
    font-weight: 600;
}
.board_data_view .header_wrap .info {
    margin-top: 12px;
}
.board_data_view .header_wrap {
    padding: 35px 0;
}
.board_wrapper .text-center span {
    font-size: 16px !important;
}
#company01 .txt_area > p {
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #555;
}
#company01 .txt_area > p:last-child {
    margin-bottom: 0;
    border-radius: 0 0 5px 5px;
}
#company01 .con02 .info {
    font-size: 16px;
}

/* ------------ company03 ------------ */
#company03 .con01{padding-bottom: 220px;}
#company03 .timeline .timeline-list {
    display: flex;
    flex-direction: column;
    gap: 0px 0;
}
#company03 .timeline .timeline-list > li {
    display: grid;
    grid-template-columns: 24% auto;
    position: relative;
}
/* #company03 .timeline .timeline-list > li > ul > li::before {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 1px;
    left: -32%;
    top: 26%;
    border-top: 5px dotted #dde3ec;
} */
#company03 .timeline .timeline-list li p,
#company03 .timeline .timeline-list > li > ul > li {
    padding: 10px 0px 35px 10px;
    font-weight: 500;
    line-height: 1.6;
    color: #555;
    font-size: 16px;
    position: relative;
    margin-top: 5px;
}
#company03 .timeline .timeline-list li .date {
    position: relative;
    line-height: 1;
    color: #0b3e8d;
    letter-spacing: 0;
    font-weight: 700;
    text-align: left;
    font-size: 30px;
    padding-left: 20px;
    margin: 0;
}
#company03 .timeline .timeline-list li .date::before {
    content: "";
    display: block;
    width: 5px;
    height: calc(100% + 25px);
    background: #f5f5f5;
    position: absolute;
    right: 49px;
    top: 0px;
}
#company03 .timeline .timeline-list li .date::after {
    z-index: 10;
    content: "";
    display: block;
    box-sizing: content-box;
    width: 7px;
    height: 7px;
    background-color: #0b3e8d;
    border: 6px solid #d8def6;
    position: absolute;
    border-radius: 50%;
    right: 42px;
    top: 16px;
}
@media (max-width: 767px) {
    #company03 .timeline .timeline-list > li{grid-template-columns: 1fr;}
    #company03 .timeline .timeline-list > li ul{padding-left: 70px;}
    #company03 .timeline .timeline-list li p, #company03 .timeline .timeline-list > li > ul > li{padding: 0;}
    #company03 .timeline .timeline-list li .date {
        font-size: 25px;
        padding-left: 70px;
    }
    #company03 .timeline .timeline-list li p {
        padding: 10px 15px 15px 100px;
        font-size: 16px;
    }
    #company03 .timeline .timeline-list li .date::before {
        height: calc(100% + 165px);
        left: 35px;
        right: inherit;
    }
    #company03 .timeline .timeline-list li:last-child .date::before {
        height: calc(100% + 100px);
    }
    #company03 .timeline .timeline-list li .date::after {
        left: 28px;
        top: 13px;
        right: inherit;
    }
    #company03 .timeline .timeline-list li p:nth-child(2)::before {
        left: 33px;
        top: -33px;
        right: inherit;
        width: 50px;
    }
}

/* ------------ company04 ------------ */
.line {
    display: flex;
    gap: 190px;
    margin-bottom: 20px;
    justify-content: center;
}
.line:first-child {
    margin-bottom: 70px;
}
.line:last-child {
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.line:nth-child(1) img {
    width: 500px;
    border-radius: 5px 5px 0 0 !important;
}
.line:nth-child(2) img {
    width: 151px;
    border-radius: 8px 8px 0 0;
}
.line .pro {
    text-align: center;
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 7px;
}
.line .pro img {
    border-radius: 6px 6px 0 0;
}
.line .pro p {
    font-size: 15px;
    padding: 13px 10px 11px;
    font-weight: 600;
}
.line .pro p strong {
    margin-right: 20px;
}
/* ------------ business ------------ */
.business .it {
    font-style: italic;
}
.business .info p {
    font-size: 16px;
    line-height: 1.55em;
    font-weight: 400;
    color: #444;
}
.business .content > .img_area {
    margin-top: 20px;
}
#business01 .content .img_area{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 20px;
    border: 1px solid #e5e5e5;
    padding: 15px;
}
.business .info_content {
    /* border-bottom: 1px dashed #ddd; */
    /* padding-bottom: 70px; */
}
.business .info_content:last-child {
    padding-top: 20px;
    padding-bottom: 120px;
}
.down_m_btn{
    text-align: center;
    margin-top: 40px;
}
.down_m_btn a{
    border: 1px solid #2941a1;
    color: #2941a1;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 10px;
    transition: all .2s;
      font-weight: 500;
}
.down_m_btn a:hover{
    background: #2941a1;
    color: #fff;
}

/* ------------ business01 ------------ */
#business01 .con02 ul li p {
    padding-left: 0px;
    font-size: 15px;
    color: #555;
}
#business01 .con02 .img_area {
    display: flex;
    gap: 30px;
    margin-top: 25px;
    border: 1px solid #e5e5e5;
    padding: 15px;
}
#business01 .con02 .img_area img {
    min-width: 0;
}
#business01 .con02 .img_area:nth-child(4) img:first-child{flex-basis: 392%;}
#business01 .con03 ul {
    padding: 25px;
    background: #f6f6f6;
    border-radius: 5px;
}
.business01_table {
    margin: 30px 0 0;
}
.business01_table > thead > tr:first-child > th,
.business01_table tbody tr th {
    border-bottom: 0;
    font-size: 16px;
    letter-spacing: -0.034em;
    background: #f7f7f7;
}
.business01_table > thead > tr:first-child > th {
    border-top: 2px solid #666 !important;
}
.business01_table tbody tr td,
.business01_table tbody tr th,
.business01_table thead tr th {
    vertical-align: middle;
    text-align: center;
}
.business01_table tbody tr td {
    font-size: 16px;
    letter-spacing: -0.034em;
    border-top: 1px solid #eee;
    color: #555;
    font-style: italic;
}
.business01_table tbody tr .fn{font-style: normal;}

/* ------------ business02 ------------ */
#business02 .content .img_area {
    display: flex;
    gap: 30px;
    margin-top: 25px;
    border: 1px solid #e5e5e5;
    padding: 15px;
}
#business02 .con01 .img_area figure:nth-child(1) {
    flex: 60%;
}
#business02 .con02 .img_area figure:nth-child(1) {
    flex: 36%;
}

/* ------------ business03 ------------ */
#business03 .content .img_area figure{
    border: 1px solid #e5e5e5;
    padding: 15px;
}
#business03 .content .img_area figure figcaption,
#business02 .content .img_area figure figcaption {
    text-align: center;
    margin-top: 15px;
    font-weight: 500;
}
#business03 .con01 .img_area figure:nth-child(2) {
    flex: 15%;
    padding: 15px;
}
#business03 .con02 .box_area {
    /* display: flex; */
    gap: 20px;
    align-items: center;
    margin-top: 20px;
}
#business03 .con02 .box_area .img_area {
    flex: 39%;
    margin-bottom: 30px;
}
#business03 .con02 .box_area .img_area img {
    padding: 0 210px;
}
#business03 .con02 .box_area .table-responsive {
    flex: 90%;
}
#business03 .con02 .box_area .business03_table {
    margin-bottom: 0;
}
.business03_table {
    border-spacing: 0;
    text-align: center;
  margin-top: 40px;
}
.business03_table > thead > tr > th {
    border-bottom: 0;
    padding: 14px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    /* border: 1px solid #2941a1; */
    letter-spacing: 0.02em;
}
.business03_table > tbody > tr > td {
    padding: 25px 7px 25px;
}
.business03_table th {
    background: #0f8f93;
    color: #fff;
    border-radius: 7px 7px 0 0;
}
.business03_table td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.business03_table td:first-child {
    border-left: 1px solid #ddd;
}
.business03_table td p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.4em;
    letter-spacing: -0.01em;
}

/* ------------ business04 ------------ */
.device_table {
    margin: 0;
}
.device_table tbody tr:first-child td,
.device_table tbody tr:first-child th {
    border-top: 2px solid #333;
}
.device_table tbody tr th {
    color: #333;
    width: 29%;
    vertical-align: middle;
    letter-spacing: 0;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
    padding-left: 15px;
    font-weight: 700;
    font-size: 15px;
    color: #333;
}
.device_table tbody tr td {
    font-size: 15px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 12px 16px;
    vertical-align: middle;
    text-align: left;
    color: #333;
}
.device_items {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.device_items .device_item .box_area {
    display: flex;
    gap: 80px;
    align-items: center;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px dashed #ccc;
}
.device_items .device_item:last-child .box_area {
    border-bottom:0;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.device_items .device_item .table-responsive {
    flex: 110%;
}
.device_items .device_item .device_tit {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 17px;
    position: relative;
}
.device_items .device_item .device_tit::before {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    background: #2941a1;
    left: 0;
    top: 7px;
    box-shadow: 0 11px 0 #0f8f93;
    border-radius: 2px;
}
.device_items .device_item .img_area {
    flex: 50%;
}

/* ------------ support01 ------------ */
.qa_area {
    display: flex;
    gap: 15px;
}
.qa_area > div {
    border-radius: 10px;
    text-align: left;
    background-image: url(/public/img/sub/mail-bg.jpg);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 40px;
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s;
    border: 0;
    font-size: 16px;
    position:relative;
    z-index:0;
}
.qa_area > div:nth-child(2) {
    background-image: url(/public/img/sub/call-bg.jpg);
}
.qa_area > div::before {
    content:'';
    display:block;
    position:absolute;
    background: rgba(0, 0, 0, 0.55);
    width:100%;
    height:100%;
    left:0;
    top:0;
    border-radius:10px;
    z-index:-1;
}
.qa_area > div span.material-symbols-outlined {
    transform: translateY(-1px);
}
.qa_area > div .info {
    display: flex;
    gap: 10px;
    color: #fff;
    align-items: center;
    font-size: 18px;
}
.qa_area > div .info span {
    background: #fff;
    color: var(--page-point-color);
    padding: 7px;
    border-radius: 50%;
    font-size: 17px;
}
.qa_area > div a {
    display: flex;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    gap: 5px;
    align-items: center;
    font-size: 16px;
    transition: all 0.15s;
    letter-spacing: 0.02em;
}
.qa_area > div:hover {
    border: 0;
}
.qa_area > div:hover a {
    gap: 12px;
}
.qa_area > div:hover:before {
    background: rgba(0, 0, 0, 0.82);
}
:where(.table_video, .table_blog2, .table_pd, .table_blog, .table_default, .board_pd_view .pd_title_wrap) .badge {
    border-radius: 3px;
    background: #555;
}
.table.table_default tr th, .table.table_default tr td {
    font-size: 16px;
}

@media (max-width: 767px) {
    .content_area{flex-direction: column;}
    .business_lists .business_list a p{font-size: 15px;}
    #main_se01 .board_box_list{padding: 0;}

    .sub_menu {display: none;}
    .page_tit{margin: 50px 0 0;justify-content: center;}
    .page_tit h3 {font-size: 25px;}
    .page_tit .breadcrumb{font-size: 11px;display: none;}
    .sub_tit h4{font-size: 21px;}

    /* company01 */
    #company01 .page_tit h3 img{width: 110px;}
    #company01 .img_area{width: 100%;    margin-bottom: 30px;}
    #company01 .txt_area .company_name img{height: 30px;}
    #company01 .txt_area{width: 100%;padding-left: 15px;}
    
    /* business */
    #business01 .con02 .img_area:nth-child(4) img:first-child{flex-basis: inherit;}
    #business01 .con02 .img_area,#business02 .content .img_area,.device_items .device_item .box_area
    {flex-direction: column;}
    #business03 .table-responsive, .business03_table td:first-child, .business03_table td{border: 0;}
    #business03 .table-responsive tbody tr:first-child{display: flex;flex-direction: column;border: 1px solid #ddd;}
}