@charset "utf-8";
#site {
    font-family: "Pretendard Variable", "notokr", sans-serif;
    padding-top: 0px;
}

ol,
ul,
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: #00a1e3;
    --page-point-color-hover: #0369b;
}

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

/* ------------ 접근성 ------------ */
.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 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background-color: transparent;
    transition: all 0.3s ease;
}
.navbar-inverse .container {
    width: 100%;
    padding:0 80px;
}
.navbar.navbar-inverse.on {
    border-bottom: 1px solid #f1f1f1;
    background-color: #fff;
    margin: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .02);
}
.navbar-inverse .navbar-brand img {
    height: 70px;
    margin-top: 9px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}
.navbar-inverse.on .navbar-brand img {
    -webkit-filter: none;
    filter: none;
    height: 64px;
    margin-top: 2px;
}
.navbar-inverse .navbar-right {
    margin-right: -30px;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 50px 35px;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.02em;
    transition: all 0.3s ease;
}
.navbar-inverse.on .navbar-nav > li > a {
    padding: 40px 35px;
    color: #222;
    font-weight: 600;
}
.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 (max-width: 767px) {
    #site {
        padding-top: 67px;
    }
    .navbar-inverse{background-color: #fff;}
    .navbar-inverse .container{
        padding: 0 15px;
    }
    .navbar-inverse .navbar-brand {
        padding: 5px 15px;
        margin: 8px 0;
    }
    .navbar-inverse .navbar-brand img {
        margin-top: 0;
        height: 100%;
        filter: none;
    }

    .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);
        top: 90%;
        border-radius: 10px;
        border: 0;
        padding: 20px 15px;
        background: #fff;
        -webkit-box-shadow: 0 1rem 2.5rem 0 rgba(6,12,23,.16);
        box-shadow: 0 1rem 2.5rem 0 rgba(6,12,23,.16);
        animation-fill-mode: both;
        animation-duration: 0.4s;
        animation-name: fadeIn;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 7px 10px;
        text-align: center;
        font-size: 16px;
        color: #333;
        background: transparent;
        transition: all 0.2s;
        font-weight: 500;
        letter-spacing: -0.03em;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        background: transparent;
        color: var(--page-point-color);
    }
}

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

    display: none;
}
.carousel-control.left .glyphicon::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(225deg);
}
.carousel-control.right .glyphicon::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
#mainCarousel .carousel-inner .item {
    height: 100vh;
}
#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: translateY(-50%);
    bottom: 25%;
    left: 15%;
    margin: 0;
    text-align: left;
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 12px;
    height: 12px;
    opacity: 0.3;
    margin: 0 8px 0 0;
    border-radius: 10px;
    transition: all 0.1s ease;
    border: none;
    opacity: 1;
    background: #fff;
}
.carousel-indicators li.active {
    opacity: 1;
    width: 40px;
    background: #2cc1ff;
}
.carousel-caption {
    color: #fff;
    text-shadow: none;
    text-align: left;
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%);
    left: 15%;
    right: 15%;
}
.carousel-caption h1 {
    font-size: 62px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 40px;
    line-height: 1.25;
    letter-spacing: -0.03em;
}
.carousel-caption p {
    font-size: 24px;
    font-weight: 300;
}
@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: calc(100vh - 67px);
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        top: 27%;
        padding-bottom: 30px;
    }
    .carousel-caption h1 {
        font-size: 22px;
        line-height: 35px;
        text-align: center;
    }
    #mainCarousel .carousel-caption p {
        display: none;
    }
    .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: #212121;
    color: #999;
    letter-spacing: -0.03em;
}
#site footer .footer-info {
    padding: 40px 0;
}
#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0;
}
#site footer .footer-info ul li:first-child {
    font-weight: 700;
    font-size: 14px;
    color: #ccc;
    margin-bottom: 6px;
}
#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    line-height: 21px;
}
#site footer .footer-info .logo > img {
    opacity: 0.5;
    margin-top: 3px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    height: 60px;
}
#site footer .footer-info .info {
    flex-direction: column;
    padding: 0 15px;
}
#site footer .footer-info ul .copy {
    font-size: 11px;
    color: #666;
    letter-spacing: 0;
}
@media (max-width: 767px) {
    #site footer .footer-info ul li,
    #site footer .footer-info ul li:first-child {
        font-size: 13px;
    }
    #site footer .footer-info ul li:first-child {
        margin-right: 0;
    }
    #site footer .footer-info .info{text-align: center;}
    #site footer .footer-info .logo > img {
        width: 20%;
        margin: 0 auto 30px;
    }
}

/* ------------ sub 헤더 ------------ */
.sub_header {
    height: 530px;
    position: relative;
    color: #fff;
    text-align: center;
    background: #333 url("/public/img/sub/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.45); */
}
.sub_header h2 {
    font-size: 60px;
    line-height: 1;
    margin-top: 265px;
    margin-bottom: 35px;
    text-align: center;
    font-weight: 700;
    color: #fff;
}
.sub_header .container {height: 100%;}
@media (max-width: 767px) {
    .sub_header {
        height: 150px;
    }
    .sub_header .container{
        height: initial;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: 100%;
    }
    .sub_header h2 {
        font-size: 35px;
        margin: 0;
        line-height: 1.2;
    }
}

/* ------------ 서브 메뉴 ------------ */
.sub_menu ul.nav {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub_menu ul.nav > li::after {
    content: "";
    width: 1px;
    height: 14px;
    background-color: rgb(255 255 255 / 25%);
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
}
.sub_menu ul.nav > li:last-child::after {
    content: none;
}
.sub_menu ul > li {
    /* min-width: 210px; */
}
.sub_menu ul > li.home {
    min-width: 60px;
    text-align: center;
}
.sub_menu ul > li.home a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.sub_menu ul > li > a:hover {
    background: transparent;
}

.sub_menu ul > li.home a::before {
    content: '\e88a';
    font-family: 'Material Symbols Outlined';
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

.sub_menu ul > li.home a i {
    display: none;
}
.sub_menu ul > li.home span {
    display: block;
    font-size: 2.4rem;
}
.sub_menu ul > li.dropdown {
    position: relative;
    cursor: pointer;
}
.sub_menu ul > li.dropdown .dropdown-toggle {
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 1;
    justify-content: space-between;
    margin: 0 20px;
}
.sub_menu ul > li.dropdown.open span {
}
.sub_menu ul > li.dropdown .dropdown-toggle .material-symbols-outlined {
    transform: rotate(0deg);
    --wght: 200;
    margin-left: 6px;
    font-size: 20px;
}
.sub_menu ul > li.dropdown.open .dropdown-toggle .material-symbols-outlined {
    transform: rotate(180deg);
}
.sub_menu ul > li.dropdown .dropdown-menu {
    margin: 0;
    border: none;
    padding: 20px 0;
    min-width: 100%;
    flex-direction: column;
    gap: 10px;
    background-color: #fff;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 10px;
}
.sub_menu ul > li.dropdown .dropdown-menu li {
}
.sub_menu ul > li.dropdown .dropdown-menu li:last-child {
    border-bottom: 0;
}
.sub_menu ul > li.dropdown .dropdown-menu li a {
    padding: 1px 20px;
    font-size: 15px;
    color: #333;
    letter-spacing: -0.02em;
    line-height: 25px;
    text-decoration: none;
    background: #fff;
    text-align: left;
}

.sub_menu ul > li.dropdown .dropdown-menu li a:hover {
    background: transparent;
    color: var(--page-point-color);
    font-weight: 500;
}
@media (max-width: 767px) {
    .sub_menu {
        display: none;
    }
}

/* ------------ 공통 ------------ */
.content {
    padding: 100px 0 140px;
    letter-spacing: -0.025em;
}
.content + .content {
    padding-top: 0px;
}

.content:last-child {
    padding-bottom: 150px;
}
.page_tit {
    position: relative;
    text-align: center;
    padding: 110px 0 0px;
}
.page_tit h3 {
    margin: 0 0 0;
    font-size: 44px;
    font-weight: 700;
    color: #333;
    letter-spacing: -0.02em;
}
.sub_tit {
    position: relative;
}
.sub_tit h4 {
    margin-top: 0;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 40px;
    letter-spacing: -0.03em;
}
.sub_tit::before {
    /* content: ""; */
    width: 5px;
    height: 25px;
    background-color: var(--page-point-color);
    left: 0;
    position: absolute;
    top: 5px;
}
.content h5 {
    font-size: 26px;
    font-weight: 600;
    border-radius: 50px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: -0.03em;
    position: relative;
    padding-left: 35px;
    color: #222;
}

.content h5::before {
    content: '';
    width: 22px;
    height: 8px;
    border-radius: 5px;
    background: var(--page-point-color);
    position: absolute;
    left: 0;
    top: 8px;
}
.content_box + .content_box{margin-top: 60px;}
.category {margin-top: 60px;}
.category .nav {
    display: flex;
    justify-content: center;
    background: #f5f5f5;
    width: fit-content;
    margin: 0 auto;
    border-radius: 500px;
    padding: 0;
    /* gap: 38px; */
}
.category .nav li {
    margin: 0;
    text-align: center;
}

.category .nav li:first-child {
    border-radius: 5px 0 0 5px;
}
.category .nav li:last-child {
    border-radius: 0 5px 5px 0;
}
.category .nav li.active {
}
.category .nav li.active a {
    color: #333;
    font-weight: 700;
    background: #fff !important;
    box-shadow: 0 1rem 2.5rem 0 rgba(6,12,23,.08);
    border: 1px solid #f2f2f2;
}

.category .nav li a {
    font-size: 18px;
    padding: 17px 30px;
    color: #777;
    letter-spacing: -0.02em;
    font-weight: 500;
    border-radius: 100px;
    border: 1px solid transparent;
}

.category .nav li a:hover {
    background: transparent;
    color: #333;
}
.list-dot > li {
    padding-left: 13px;
    font-size: 17px;
    line-height: 1.55em;
    position: relative;
}
.list-dot > li::before {
    content: "";
    top: 10px;
    left: 0px;
    width: 5px;
    height: 5px;
    position: absolute;
    background: var(--page-point-color);
    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: 32px;
    font-size: 18px;
    line-height: 2em;
    position: relative;
    list-style: none;
}
.list-num > li::before {
    counter-increment: number 1;
    content: counter(number);
    top: 3px;
    left: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: var(--page-point-color);
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
.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-check > li {
    padding-left: 30px;
    font-size: 17px;
    line-height: 1.55em;
    position: relative;
    font-weight: 500;
}

.list-check > li span {
    font-weight: 700;
}

.list-check > li + li {
    margin-top: 8px;
}

.content .list-dot > li + li {
    margin-top: 2px;
}
.list-check > li::before {
    content: "\e5ca";
    font-family: "Material Symbols Outlined";
    top: 4px;
    left: 0px;
    position: absolute;
    border-radius: 50%;
    background: #00a6eb;
    font-weight: 600;
    color: #fff;
    display: flex;
    aspect-ratio: 1;
    width: 20px;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.table_style01 {
    font-size: clamp(15px, 2vw, 16px);
    width: 100%;
}
.table_style01 + .table_style01{margin-top: 40px;}
.table_style01 table {border-right: 2px solid #fff;border-bottom: 2px solid #ccc;border-top: 2px solid #333;}
.table_style01 tr {border-bottom: 1px solid #e4e4e4;}
.table_style01 tr :is(th, td) {
    font-size: clamp(14px, 2vw, 16px);
    padding: 16px 20px;
    color: #333;
    font-weight: 400;
    border-top: none !important;
    border-right: 1px solid #e4e4e4;
    vertical-align: middle !important;
}

.content .table_style01 tr th, .content .table_style01 tr td {
    padding: 16px 20px;
}

.table_style01 tr :is(th, td) li {
    font-size: clamp(14px, 2vw, 15px);
}
.table_style01 tr :is(th, td):last-child {
}
.table_style01 tr th {
    font-weight: 700;
    color: #333;
}
.table_style01 thead tr th {
    background: #06419A;
    font-size: clamp(15px, 2vw, 17px);
    border-bottom: 0;
    padding: 15px 15px !important;
    color: #fff;
    text-align: center;
    border-color: #3c72c3;
    letter-spacing: 0;
}
.table_style01 tbody tr th {
    background: #fbfbfb;
    text-align: center;
}

#business02_02 .table_style01 tbody tr th {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
}
/* login */
.member_wrapper {
    padding-top: 170px;
    padding-bottom: 260px;
}
/* board, form */
.btn.btn-primary {
    background-color: var(--page-point-color);
    border: 1px solid var(--page-point-color);
}
input + #list_btn {
    display: none;
}
.board_wrapper{margin-top: 0;}
@media (max-width: 767px) {
    .page_tit{padding: 80px 0 0;}
    .content {
        padding: 80px 0 120px;
    }
    .content:last-child {
        padding-bottom: 130px;
    }
    .page_tit h3 {
        font-size: 32px;
    }
    .sub_tit h4{font-size: 24px;}
    .category .nav{
        border-radius: 30px;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    .category .nav::before,
    .category .nav::after{
        content:none;
    }
    .category .nav li a{
        font-size: 14px;
        padding: 15px 20px;
    }
    .content h5{font-size: 21px;}
    .content h5::before{
        width: 20px;
        height: 6px;
        top: 8px;
    }
    .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;
    }
}

/* ------------ 준비중 ------------ */
.ing_area {
    padding: 100px;
    margin-top: 0;
    text-align: center;
    background: #f5f5f5;
    border-radius: 10px;
}

.ing_area.img p {
    font-size: 55px;
    font-weight: 200;
    color: #bbb;
    padding: 40px;
}
.ing_area i {
    margin-bottom: 20px;
    line-height: 1;
    color: #52bbe5;
    font-size: 60px;
}
.ing_area p:nth-child(2) {
    line-height: 1;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    color: #666;
}
.ing_area p {
    color: #888;
    margin: 0;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.5;
    font-size: 16px;
}

/* ------------ main ------------ */
#main_wrapper{position: relative;}
.side_box {
    width: 600px;
    position: absolute;
    right: 15%;
    top: 52%;
    transform: translateY(-50%);
}
.side_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 16px;
}
.side_items .side_item {
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.25s ease;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    border-radius: 10px;
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255,255,255,0.15);
    overflow: hidden;
    box-shadow: 10px 30px 40px rgba(0,0,0,0.45);
}

a.side_item::after {
    content: '\e145';
    font-family: 'Material Symbols Outlined';
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 29px;
    font-weight: 100;
    line-height: 1;
    opacity: 0.6;
}
.side_items .side_item span {
    font-size: 65px;
    --wght: 250;
    --fill: 1;
    color: #b8ebff;
}
.side_items .side_item p {
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
    letter-spacing: 0;
}
.side_items .side_item:hover {
    color: #fff;
    border: 2px solid #fff;
}
.side_items .side_item::before{
    content: '';
    background: linear-gradient(135deg, #7fd1ff, #0b3a55 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.55;
}

/* ------------ business01 ------------ */
#business01 .con01 .emph {
    background: url('/public/img/sub/business01_00.jpg') no-repeat center / cover;
    height: 170px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

#business01 .con01 .emph .color_b {
    color: #3ec7ff;
}
.cm_wrap {
    position: relative;
    display: grid;
    grid-template-columns: 415px 1fr;
    gap: 80px;
}

.cm_wrap .bio img {
    margin: 0;
}

.cm_wrap .bio {
    border-top: 5px solid #bee0fb;
    padding-top: 40px;
}

.cm_wrap .table_style01 tr th {
    font-size: 13px;
    width: 18%;
    letter-spacing: -0.04em;
    background: transparent;
    font-weight: 600;
}

.cm_wrap .table_style01 tr td {
    font-size: 13px;
    font-weight: 400;
    color: #666;
}
.cm_wrap .table_style01 tr :is(th, td) {
    letter-spacing: -0.04em;
    text-align: left;
    padding: 8px 0;
    border: none;
}

.cm_wrap .table_style01 .table {
    border-top: 1px solid #999;
    border-bottom: 1px solid #e4e4e4;
}
.cm_wrap  .txt_area {margin-top: 40px;margin-bottom: 40px;}

.cm_wrap .txt_area p {
    font-size: 14px;
    font-weight: 500;
}
.cm_wrap .txt_area p + p {
    margin-top: 5px;
}
.cm_wrap .txt_area span {
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
    color: #0077d5;
    letter-spacing: -0.06em;
}

.cm_wrap .table_style01 {
    grid-column: 2 span;
}
.cm_wrap .hguard {
    padding-top: 30px;
}

.cm_wrap .hguard li {
    font-size: 17px;
    font-weight: 500;
    display: flex;
    margin-bottom: 12px;
}

.cm_wrap .hguard .bs_area {
    margin-top: 40px;
}

.cm_wrap .hguard li span {
    font-weight: 700;
    color: #005ea8;
    display: inline-block;
    position: relative;
}

.cm_wrap .hguard li span::after {
    content: '';
    width: 3px;
    height: 18px;
    background: #6bafe5;
    margin: 0 20px;
    display: inline-block;
    vertical-align: text-bottom;
}
.diag_area ul {margin-bottom: 70px;}
.diag_area .img_area {
    /* border: 2px solid #eee; */
    /* padding: 60px 125px; */
    /* background: #fff; */
}

/* ------------ business02_01 ------------ */
.color_b {
    color: #00a2e4;
}

/* ------------ business03_01 ------------ */
.emph {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: -0.034em;
}

.emph span.material-symbols-outlined {
    font-size: 30px;
    margin: 0 10px;
    --wght: 600;
    vertical-align: sub;
}

/* ------------ business03_03 ------------ */
.color_r {
    color: red;
}
.bio_area .img_area {
    border: 2px solid #eee;
    padding: 60px 125px;
    background: #fff;
    border-radius: 10px;
}
.two_img {
    display: flex;
    align-items: center;
}
.bio_area p:not(.tit) {
    font-size: 24px;
    text-align: center;
    padding: 30px;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.tech_area{
    text-align: center;
}
.tech_area .tit{
    background: #06419b;
    border-radius: 10px;
    color: #fff;
    padding: 20px 60px;
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0;
}
.plus_items{
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 2fr 1fr;
    position: relative;
    justify-content: center;
    margin: 40px 0 90px;
    padding: 30px;
    background: #f5f5f5;
    border-radius: 10px;
}
.plus_items::before {
    content: "\e5e1";
    font-family: "Material Symbols Outlined";
    position: absolute;
    color: #aaa;
    font-weight: 500;
    transform: translateX(-50%) rotate(90deg);
    top: inherit;
    bottom: -80px;
    left: 50%;
    font-size: 50px;
}
.plus_item{
    padding: 40px 30px 15px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1rem 2.5rem 0 rgba(6,12,23,.03);
}
.plus_item::before {
    content: "\e145";
    font-family: "Material Symbols Outlined";
    transform: translateY(-50%);
    top: 50%;
    right: -32px;
    position: absolute;
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    background: var(--page-point-color);
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
    display: flex;
    justify-content: center;
    align-items: center;
}
.plus_item:last-child::before {
    content: none;
}
.plus_item p{
    color: #06419b;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
}
.plus_item .img_area{
    background: #fff;
    height: 220px;
    display: flex;
    align-items: center;
}
.list_area{
    text-align: left;
    display: flex;
    gap: 30px;
}
.list_area ul{
    flex: 1;
    background: #f7f7f7;
    padding: 30px 45px;
    border-radius: 10px;
}

.list_area ul.list-dot {background: #E4F5FD;}

.list_area ul li {
    font-size: 17px;
    font-weight: 500;
}

.content .list_area ul li + li {
    margin-top: 8px;
}

.list_area ul.list-dot span {
    color: #007FC7;
    font-weight: 600;
}

/* ------------ company01 ------------  */
.greet {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 100px;
}
.greet .img_area img {
    border-radius: 10px;
}
.greet .txt_area > p {
    font-size: 16px;
    margin-bottom: 30px;
    word-break: keep-all;
    line-height: 1.6;
    letter-spacing: -0.02em;
}
.greet .txt_area p.emph {
    font-size: clamp(23px, 3vw, 35px);
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 50px;
    letter-spacing: -0.015em;
    line-height: 1.5;
    text-align: left;
}
.greet .txt_area p.name {
    text-align: end;
    margin: 60px 0 0;
}
.greet ul li strong {
    margin-bottom: 10px;
    display: block;
}
.content .greet .list-dot{
    background: #f7f7f7;
    padding: 30px 45px;
    border-radius: 10px;
}
.content .greet .list-dot > li{font-size: 16px;}
.content .greet .list-dot > li + li {
    margin-top: 20px;
}

/* ------------ company02 ------------  */
.timeline {
    position: relative;
}
.timeline::before {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background: #e5e5e5;
    position: absolute;
    left: 50%;
    top: 0;
}
.timeline .timeline-list > li + li{padding-top: 40px;}
.timeline .timeline-list > li:first-child {
    padding-top: 20px;
}
.timeline .timeline-list li > div {
    padding-right: 60px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-height: 170px;
}
.timeline .timeline-list li > div.right_box {
    padding: 0;
    padding-left: 60px;
    flex-direction: column;
}
.timeline .timeline-list li ul li {
    padding-top: 8px;
    font-weight: 400;
    line-height: 1.3;
    font-size: 18px;
    position: relative;
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    text-align: right;
    word-break: keep-all;
    letter-spacing: -0.015em;
}
.timeline .timeline-list li ul li p {
    flex: 1;
}
.timeline .timeline-list li .date {
    position: relative;
    line-height: 1;
    color: #333;
    font-weight: 700;
    text-align: right;
    font-size: 40px;
    margin: 0;
    letter-spacing: 0;
}
.timeline .timeline-list li .date::after {
    z-index: 10;
    content: "";
    display: block;
    box-sizing: content-box;
    width: 9px;
    aspect-ratio: 1;
    background: var(--page-point-color);
    border: 5px solid #8addff;
    position: absolute;
    border-radius: 50%;
    right: -70px;
    top: 10px;
}
.timeline .timeline-list li > div.right_box .date::after {
    right: inherit;
    left: -70px;
}
.timeline .timeline-list li > div.right_box .date::before {
    right: inherit;
    left: -100px;
}
.timeline .timeline-list .right_box .date {
    text-align: left;
}
.timeline .timeline-list .right_box > ul > li {
    justify-content: flex-start;
    text-align: left;
}

/* ---------- borad ---------- */
.table.table_default tr th, 
.table.table_default tr td {
    padding: 17px 16px;
    font-size: 16px;
}
.table.table_default tbody tr th.num {
    font-weight: normal;
}
.table.table_default thead th {
    font-size: 17px;
    letter-spacing: 0;
    background: #f5f5f5;
    border-bottom: 1px solid #e4e4e4;
}
.table.table_default tbody .subject a {
    font-weight: 600;
    letter-spacing: -0.02em;
}
.board_data_view .header_wrap {
    padding: 30px 50px;
    border-bottom: 1px solid #e4e4e4;
    background: #fbfbfb;
    text-align: left;
}

.board_data_view .header_wrap .title {
    font-weight: 700;
}

.board_data_view .contents_wrap {
    padding: 50px 50px;
}

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

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

/* ---------- form ---------- */
.form-control {
    height: 42px;
    color: #333;
}

.btn {
    transition: all 0.15s ease;
    font-weight: 500;
    font-size: 15px;
}

.board_wrapper .text-center .btn.btn-lg {
    font-size: 18px;
    min-width: 190px;
}

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

#captcha + br {
    display: none;
}

#wr_captcha {
    margin-top: 0 !important;
}

.board_wrapper .table.board_write_table tbody tr th {
    font-size: 15px;
}
.board_wrapper .table.board_write_table > :where(tbody, tfoot, thead) > tr > :where(th, td) {
    border-top: 1px solid #e4e4e4;
}

.board_wrapper .table.board_write_table tbody tr :where(th, td) {
    padding: 16px 16px;
}

.board_wrapper .table.board_write_table tbody tr th > span.required_text {
    color: red;
}

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

.text-muted.form-caption i {
    color: #3fc5fb;
}

.checkbox.privacy_checkbox a {
    color: #333;
    text-decoration: underline;
}

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

@media (max-width: 767px) {
    .side_box{
        right: inherit;
        top: 60%;
        padding: 0 15px;
        width: 100%;
        transform: translateY(-50%);
    }
    .side_items .side_item{height: 150px;}
    .side_items .side_item span{font-size: 45px;}
    .side_items .side_item p{font-size: 15px;}

    .greet{
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .greet .txt_area p.emph{
        margin-bottom: 30px;
    }
    .content .greet .list-dot{padding: 20px;}

    .timeline::before{
        left: 10px;
    }
    .timeline .timeline-list li .date{
        text-align: left;
    }
    .timeline .timeline-list li > div{
        padding-right: 15px;
        padding-left: 60px;
        min-height: initial;
    }
    .timeline .timeline-list li ul li{
        justify-content: flex-start;
        text-align: left;
        font-size: 16px;
    }
    .timeline .timeline-list li .date::after,
    .timeline .timeline-list li > div.right_box .date::after{
        right: initial;
        left: -40px;
        top: 15px;
        width: 7px;
        border: 3px solid #8addff;
    }

    #business01 .con01 .emph{
        display: block;
        padding: 60px 20px;
        font-size: 17px;
        word-break: break-all;
    }
    .cm_wrap{display: block;}
    .cm_wrap .table_style01{border:none;}
    .cm_wrap .hguard li{
        display: grid;
        grid-template-columns: 110px 1fr;
        font-size: 16px;
    }
    .list-check > li{font-size: 16px;}
    .list-check > li::before{width: 17px;}

    .emph{font-size: 20px;}
    .bio_area p:not(.tit){font-size: 19px;}

    .tech_area .tit{font-size: 19px;}
    .plus_items{grid-template-columns: 1fr;}
    .plus_item::before{
        transform: translateX(-50%);
        top: initial;
        right: initial;
        left: 50%;
        bottom: -35px;
    }
    .list_area{flex-direction: column;}
}