@charset "utf-8";
@import url("https://cdn.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: 92px;
    letter-spacing: -0.025em;
}

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

p,
.table {
    margin: 0;
}
a,
a:hover {
    text-decoration: none;
}

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

:root {
    --page-point-color: #0973c1;
    --page-point-color-dark: #075d9d;
}

/* ------------ 접근성 ------------ */
.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-bottom: 1px solid #e0e0e0;
}
.navbar-inverse .navbar-brand img {
    margin-top: 6px;
}
.navbar-inverse .navbar-right {
    margin-right: -20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 36px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0;
}

.navbar-inverse .navbar-nav > li > a i {
    line-height: 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);
}
.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 .navbar-right{display: block;}
    .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: 20px 0px;
        background: #fff;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.125);
        box-shadow: 2px 6px 15px rgba(0, 0, 0, 0.25);
        animation-fill-mode: both;
        animation-duration: 0.4s;
        animation-name: fadeIn;
        backdrop-filter: blur(10px);
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 7px 20px;
        text-align: center;
        font-size: 15px;
        color: #222;
        background: transparent;
        transition: none;
        letter-spacing: 0;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        color: var(--page-point-color);
        text-decoration: underline;
        font-weight: 500;
    }
}

/* ------------  슬라이드 ------------  */
.carousel-control.left,
.carousel-control.right {
    width: 8%;
    background-image: 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: 867px; */
    height: calc(100vh - 92px);
}
#mainCarousel .carousel-inner .item::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.carousel-indicators {
    margin: 0;
    max-width: 100%;
    transform: translateX(-50%);
    bottom: 50px;
}
.carousel-indicators li,
.carousel-indicators li.active {
    width: 60px;
    height: 8px;
    background-color: transparent;
    border: 1px solid #fff;
    margin: 0 2px;
    border-radius: 10px;
    transition: ease-in-out 0.15s all;
}
.carousel-indicators li.active {
    background-color: #fff;
}
.carousel-caption {
    color: #fff;
    text-shadow: 0 0 30px rgba(0,0,0,0.3);
    text-align: center;
    top: 49%;
    bottom: inherit;
    transform: translateY(-50%);
}
.carousel-caption h1 {
    font-size: 58px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}
.carousel-caption p {
    font-size: 45px;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.65;
}
@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 300px;
    }
    .carousel-caption {
        right: 10%;
        left: 10%;
        padding-bottom: 30px;
    }
    .carousel-caption h1 {
        font-size: 14px;
        line-height: 30px;
    }
    #mainCarousel .carousel-caption p {
        font-size: 16px;
    }
    .carousel-control {
        font-size: 14px;
    }
    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 20px;
    }
    .carousel-indicators {
        bottom: 30px;
    }
    .carousel-control.left,
    .carousel-control.right {
        display: none;
    }
}

/* ------------ footer ------------ */
#site footer {
    margin-top: 0px;
    background-color: #1e1e1e;
    color: #888;
}
#site footer .footer-info {
    padding: 30px 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: 14px;
    color: #aaa;
    margin-bottom: 3px;
}
#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 13px;
    margin-right: 15px;
    line-height: 21px;
}
#site footer .footer-info .logo > img {
    padding: 0 20px;
    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: 11px;
    color: #636363;
    letter-spacing: 0.05em;
    margin-top: 4px;
}
@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 .logo > img {
        width: 40%;
        margin: 0 auto 20px;
    }
    footer.footer-wrap .footer-category {
        display: none;
    }
}

/* ------------ sub 헤더 ------------ */
.sub_header {
    height: 220px;
    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: rgb(111 134 159 / 15%); */
}
.sub_header h2 {
    font-size: 45px;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    color: #fff;
    margin: 17px 0 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: 30px;
        margin: 0;
        line-height: 1.2;
    }
}

/* ------------ 서브 메뉴 ------------ */
.sub_menu {
    position: relative;
    z-index: 10;
    background: #04437a;
}
.sub_menu ul.nav {
    display: flex;
    /* background: #fff; */
}
.sub_menu ul.nav > li::after {
    content: "";
    width: 1px;
    height: 18px;
    background-color: rgb(255 255 255 / 34%);
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.sub_menu ul.nav > li:last-child::after {
    content: none;
}
.sub_menu ul > li {
    min-width: 215px;
}
.sub_menu ul > li.home {
    text-align: center;
    min-width: auto;
}

.sub_menu ul > li.home i::before {
    content: '\e88a';
    font-family: 'Material Symbols Outlined';
    font-variation-settings: 'FILL' 1;
}
.sub_menu ul > li.home a {
    display: block;
    padding: 10px;
    /* background: linear-gradient(135deg, #8bc93f, #05adf8); */
    color: #fff;
    aspect-ratio: 1;
    position: relative;
    z-index: 1;
    /* border-radius: 50%; */
    width: 70px;
    height: 56px;
    font-size: 17px;
    padding-top: 18px;
}
.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.open {
    /* background: var(--page-point-color); */
}
.sub_menu ul > li.dropdown .dropdown-toggle {
    color: #fff;
    text-align: center;
    display: flex;
    padding: 16px 23px 15px 26px;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    justify-content: space-between;
    gap: 15px;
    letter-spacing: 0;
    transition: all 0.25s;
}

.sub_menu ul > li.dropdown .dropdown-toggle:hover, .sub_menu ul > li.dropdown.open .dropdown-toggle {
    background: #fff;
    color: #111;
}
.sub_menu ul > li.dropdown.open span {
    /* color: #fff; */
}
.sub_menu ul > li.dropdown .dropdown-toggle .material-symbols-outlined {
    transform: rotate(0deg);
    font-size: 25px;
    padding-top: 0px;
    line-height: 1;
    opacity: 0.6;
}
.sub_menu ul > li.dropdown.open .dropdown-toggle .material-symbols-outlined {
    transform: rotate(180deg);
    /* color: #fff; */
    color: #333;
    border-color: #ddd;
    background: transparent;
}
.sub_menu ul > li.dropdown .dropdown-menu {
    margin: 0;
    border: 1px solid #aaa;
    padding: 20px 0;
    border-radius: 0px;
    box-shadow: none;
    min-width: 100%;
    box-shadow: 3px 3px 12px rgba(0,0,0,0.07);
}
.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: 4px 20px;
    font-size: 15px;
    color: #333;
    text-decoration: none;
    background: #fff;
    text-align: left;
}
.sub_menu ul > li.dropdown .dropdown-menu li a:hover {
    background: rgba(243, 243, 243, 0.55) !important;
    color: #000;
}
@media (max-width: 767px) {
    .sub_header {
        height: 130px;
    }
    .sub_header h2 {
        font-size: 35px;
    }
    .sub_menu {
        display: none;
    }
}

/* ------------ 공통 ------------ */
.content {
    padding: 80px 0 70px;
}
.content + .content {
    padding-top: 0px;
}

#business08 .content.con04 {
    margin-top: 80px;
}
.content:last-child {
    padding-bottom: 120px;
}
.content_box {
    padding: 0px 0 40px;
}
.content_box:last-child {
    padding-bottom: 0;
}
.content_box > p {
    font-size: 17px;
}

.content_box > p + ol {
    margin-top: 10px;
}
.page_tit {
    position: relative;
    margin: 90px 0 0;
    text-align: center;
}
.page_tit h3 {
    margin: 0 0 0;
    font-size: 37px;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.03em;
}
.sub_tit {
    position: relative;
}
.sub_tit h4 {
    position: relative;
    font-size: 27px;
    font-weight: 650;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: -0.025em;
    padding-left: 32px;
    color: #222;
}
.sub_tit h4::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 23px;
    background: url('/public/img/sub/bulit.png') no-repeat left top;
}
.sub_tit h5 {
    font-size: 24px;
    margin: 0 0 25px;
    color: #0973c1;
    letter-spacing: -0.025em;
}

.sub_tit h5 small {
    /* display: block; */
    margin-left: 15px;
    letter-spacing: 0;
    font-size: 15px;
    background: #1183d7;
    font-weight: 500;
    color: #fff;
    padding: 5px 8px;
    line-height: 1;
    transform: translateY(0px);
    position: absolute;
}
.list-dot > li {
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
}

.list-dot > li + li {
    margin-top: 5px;
}
.list-dot > li::before {
    content: "";
    top: 8px;
    left: 0px;
    width: 5px;
    height: 5px;
    position: absolute;
    background: #506fc9;
    border-radius: 50%;
}
.list-dash > li {
    padding-left: 14px;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
}

.list-dash > li + li {
    margin-top: 5px;
}
.list-dash > li::before {
    content: "";
    top: 10px;
    left: 1px;
    width: 5px;
    height: 2px;
    position: absolute;
    background: #9d9d9d;
    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.75;
    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: 4px;
    left: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    color: #333;
    width: 20px;
    height: 20px;
}
.list-arrow > li {
    padding-left: 17px;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
}
.list-arrow > li::before {
    content: "\e5cc";
    font-family: "Material Symbols Outlined";
    top: 1px;
    left: -3px;
    position: absolute;
    border-radius: 50%;
    color: var(--page-point-color);
    font-weight: 700;
}
/* 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: #fff;
    color:var(--page-point-color);
}
.table_default {
    border-top: 2px solid #333;
}
.table.table_default tr th,
.table.table_default tr td {
    padding: 20px 5px;
    border-color: #e3e3e3;
}
.table.table_default thead th {
    background: #fff;
    border-bottom: 1px solid #ddd;
    font-weight: 600 !important;
    font-size: 16px;
    letter-spacing: -0.02em;
    padding: 21px 0;
    color: #222;
}
.table.table_default tr td {
    color: #777;
    letter-spacing: -0.03em;
}
.table.table_default tr .num {
    font-weight: normal;
}
.table.table_default tbody .subject a {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #333;
}
.table.table_default tbody .subject a:hover {
    text-decoration: underline;
}
.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: 2px solid #333;
    border-bottom: 1px solid #ccc;
}
.board_data_view .header_wrap .title {
    font-size: 22px;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.015em;
}
.board_data_view .header_wrap {
    text-align: left;
    border-bottom: 1px solid #e3e3e3;
    padding: 30px 15px;
}
.contents_inner p {
    font-size: 17px;
}
@media (max-width: 767px) {
    .page_tit h3 {
        font-size: 25px;
    }

    .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_section {
    padding: 130px 0;
}
.main_section#se01 {
    background: url('/public/img/main/main_se01_bg.jpg') no-repeat center / cover;
    /* color: #fff; */
    /* background: url('/public/img/main/main_se01_bg_w.jpg') no-repeat center / cover; */
}
.main_page_tit h3 {
    margin: 0 0 60px;
    font-size: 44px;
    font-weight: 600;
    line-height: 1em;
    text-align: center;
    color: #fff;
}
.main_bs_items {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 22px;
}
.main_bs_item {
    position: relative;
    padding: 0;
    overflow: hidden;
    border: 0px solid #fff;
    box-shadow: 0px 8px 18px -1px rgb(0 0 0 / 20%);
    /* border-radius: 4px; */
}

.main_bs_item img {
    /* aspect-ratio: 1; */
    /* object-fit: cover; */
}
.main_bs_item::before {
    content: "\e147";
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: 'Material Symbols Outlined';
    font-size: 80px;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all 0.4s ease;
    font-variation-settings: 'wght' 200;
}
.main_bs_item:hover {
    color: #fff;
}
.main_bs_item:hover::before{
    opacity: 1;
    z-index: 1;
}
.main_bs_item::after {
    content: "";
    position: absolute;
    bottom: -120px;
    right: -120px;
    width: 300%;
    height: 300%;
    background: var(--page-point-color);
    /* border-radius: 50%; */
    transform: scale(0) rotate(45deg);
    transition: all 0.4s ease;
    opacity: 0.7;
}
.main_bs_item:hover::after {
    transform: scale(1) rotate(45deg);
}
.main_bs_item p {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 100%;
    backdrop-filter: blur(9px);
    background: #06223f;
    color: #fff;
    font-weight: 400;
}
.main_bs_item p .tit {
    font-size: 18px;
    text-align: center;
    line-height: 1.35;
    letter-spacing: -0.03em;
}
.main_bs_item p .material-symbols-outlined {
    text-align: end;
    font-size: 40px;
    display: none;
}
#se02 {
    padding: 40px 0;
    color: #333;
    overflow: hidden;
}
#se02 .inner {
    display: flex;
    justify-content: space-between;
}
#se02 .main_page_tit h3 {
    margin: 7px 0 0;
    font-size: 35px;
    color: #063e6f;
    font-weight: 700;
    padding-left: 20px;
    position: relative;
}

#se02 .main_page_tit h3::before {
    content: '';
    height: 80px;
    width: 1px;
    background: #a7a7a7;
    position: absolute;
    left: 0;
    top: -47px;
}
.main_info {
    display: flex;
    align-items: center;
    gap: 40px;
}
.main_info p {
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: 500;
    gap: 10px;
    color: #063e6f;
    letter-spacing: -0.03em;
}
.main_info p span {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-variation-settings: "FILL" 1;
    border-radius: 50%;
    color: #ffffff;
    font-size: 22px;
    background: #96cef5;
}
.btn_link {
    background: var(--page-point-color);
    border: 1px solid var(--page-point-color);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 30px;
    /* border-radius: 40px; */
    transition: all 0.25s ease;
    border: 1px solid #fff;
}
.btn_link:hover {
    background: #fff;
    color: var(--page-point-color);
    border: 1px solid var(--page-point-color);
}

/* ------------ 준비중 ------------ */
.ing_area {
    padding: 62px 25px;
    margin-top: 0;
    text-align: center;
    border: 6px solid #efefef;
}
.ing_area i {
    margin-bottom: 20px;
    line-height: 1;
    color: var(--page-point-color);
    font-size: 60px;
}
.ing_area p:nth-child(2) {
    line-height: 1;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: #333;
}
.ing_area p {
    color: #888;
    margin: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
}

/* ------------ about01 ------------ */
.greet .img_area {
    padding-left: 110px;
    padding-right: 40px;
}
.greet .txt_area p {
    font-size: clamp(15px, 3vw, 18px);
    line-height: 1.67;
    margin-top: 30px;
    word-break: keep-all;
}
.greet .txt_area p.emph {
    font-size: clamp(18px, 3vw, 28px);
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 40px;
    letter-spacing: -0.04em;
    color: #111;
    line-height: 1.5;
}
.profile_area {
    position: relative;
    margin-top: 61px;
    border: 1px solid #ddd;
}

.profile_area .sub_tit {
    border-bottom: 1px solid #ddd;
    padding: 20px 30px;
}

.profile_area .sub_tit h5 {
    color: #333;
    margin: 0;
}

.profile_area > div {
    flex: 1;
}
.profile_area .profile {/* padding-left: 20px; */display: flex;padding: 26px 30px;}

.profile_area .profile > div {
    flex: 1;
}

.profile_area .profile li {
    font-size: 14px;
    /* color: #666; */
}
.profile_area .profile .tit {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
}
.profile_area .profile ul + .tit {
    margin-top: 25px;
}

/* ------------ about02 ------------ */
.info_table {
    border-top: 2px solid #333;
    margin-top: 40px;
}

.info_table tr {
    border-bottom: 1px solid #dddddd;
}
.info_table table {
    margin: 0;
}
.info_table table tbody tr:first-child td,
.info_table table tbody tr:first-child th {
    border-top: 2px solid #222222;
}
.info_table table tbody tr:first-child td,
.info_table table tbody tr:first-child th {
    border-top: 0;
}

.info_table table tbody tr th, 
.info_table table tbody tr td {
    padding: 24px;
}

.info_table table tbody tr th {
    color: #111;
    width: 14%;
    vertical-align: middle;
    letter-spacing: 0.2px;
    padding-left: 30px;
    font-weight: 600;
    font-size: 17px;
    position: relative;
    border: none;
    text-align: center;
}

.info_table table tbody tr th::after {
    content: '';
    width: 1px;
    height: 15px;
    background: #b5b5b5;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.info_table table tbody tr td {
    border-top: 0;
    font-size: 17px;
    text-align: left;
    padding-left: 40px;
    letter-spacing: -0.025em;
}
.list-num-par {
    counter-reset: number 0;
}
.list-num-par > li {
    padding-left: 26px;
    font-size: 16px;
    line-height: 1.68;
    position: relative;
    list-style: none;
}

.txt_box.list-num-par > li {
    font-size: 15px;
}

.txt_box.list-num-par.line_t {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

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

/* ------------ business01 ------------ */
.img_graph {
    padding: 60px 100px;
    border: 1px solid #ddd;
}

/* ------------ business02 ------------ */
.intro_inner {
    padding: 45px 50px;
    position: relative;
    display: grid;
    grid-template-columns: 94px 1fr;
    gap: 35px;
}

.intro_inner::before {
    content: '';
    width: 100%;
    height: 30px;
    border-top: 6px solid #efefef;
    border-left: 6px solid #efefef;
    position: absolute;
    left: 0;
    top: 0;
}
.intro_inner::after {
    content: '';
    width: 100%;
    height: 30px;
    border-bottom: 6px solid #efefef;
    border-right: 6px solid #efefef;
    position: absolute;
    right: 0;
    bottom: 0;
} 
.intro_inner .img_area {
    display: none;
}
.intro_inner .intro_icon {
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    background: #ecf4fa;
    width: 94px;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro_inner .intro_icon::before {
    content: '\e104';
    font-family: 'Material Symbols Outlined';
    color: #167bc5;
    font-size: 50px;
    font-variation-settings: 'wght' 300;
}

#business02 .intro_inner .intro_icon::before{ content: '\f5e1'; }
#business03 .intro_inner .intro_icon::before{ content: '\ea3d'; }
#business04 .intro_inner .intro_icon::before{ content: '\f5f2'; }
#business05 .intro_inner .intro_icon::before{ content: '\e160'; }
#business06 .intro_inner .intro_icon::before{ content: '\f88c'; }
#business07 .intro_inner .intro_icon::before{ content: '\e686'; }
#business08 .intro_inner .intro_icon::before{ content: '\f528'; }

.intro_item + .intro_item {
    margin-top: 35px;
}
.bs_tit {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #0973c1;
    letter-spacing: -0.025em;
    line-height: 1.4;
}
.bs_txt_area p {
    font-size: 16px;
    word-break: keep-all;
    letter-spacing: -0.02em;
    line-height: 1.65;
}
.bs_txt_area p + p {
    margin-top: 2px;
}
.table_style01 {
    font-size: clamp(15px, 2vw, 16px);
    width: 100%;
    border-top: 2px solid #333;
}
.table_style01 tr {
    border-bottom: 1px solid #ddd;
}
.table_style01 tr :is(th, td) {
    font-size: clamp(15px, 2vw, 16px);
    padding: 13px 15px !important;
    color: #555;
    font-weight: 400;
    border-left: 1px solid #ddd;
    text-align: center;
}
.table_style01 tr th {
    color: #333;
}
.table_style01 thead tr th {
    background: #f6f6f6;
    font-size: clamp(15px, 2vw, 16px);
    border-bottom: 0;
    font-weight: 600;
}
.table_style01 tbody tr th {
    background: #fafafa;
}
.table_style01 tr :is(th, td):last-child {
    border-right: 1px solid #ddd;
}

/* ------------ business04 ------------ */
#business04 .img_graph {
    margin-top: 30px;
    padding: 40px 15%;
}
.imgs_area {
    /* display: grid; */
    /* grid-template-columns: repeat(4, 1fr); */
    padding: 50px 15%;
    border: 1px solid #ddd;
}

.imgs_area div + div {
    margin-top: 30px;
}
.imgs_area div:nth-child(1) {
    grid-column: 2 span;
}
.imgs_area div:nth-child(2) {
    grid-column: 2 span;
}
.imgs_area div:nth-child(3) {
    grid-column: 2 / 4;
}

/* ------------ business05 ------------ */
.img_gr {
    padding: 60px;
    border: 1px solid #ddd;
}

.content_box .img_area {
    margin-top: 30px;
}
.step_items {
    display: flex;
    gap: 40px;
    flex-flow: column;
    padding: 50px 60px;
    border: 1px solid #ddd;
}
.step_item {
    display: grid;
    grid-template-columns: 190px 1fr;
    align-items: center;
    gap: 30px;
    position: relative;
    flex: 1;
}
.step_item .tit {
    background: #059de6;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    position: relative;
    letter-spacing: 0.1px;
    border-radius: 10px;
}

.step_items > .step_item:nth-child(2) .tit {
    background: #0588cd;
}
.step_items > .step_item:nth-child(3) .tit {
    background: #046faf;
}
.step_items > .step_item:nth-child(4) .tit {
    background: #045590;
}
.step_items > .step_item:nth-child(5) .tit {
    background: #04437a;
}
.step_item::before {
    content: "\e313";
    font-family: "Material Symbols Outlined";
    left: 80px;
    bottom: -40px;
    position: absolute;
    color: #bfc1c3;
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
}

.step_item:last-child::before {
    content: none;
}
.step_item:last-child .tit::before {
    content: none;
}
.step_item .txt {
    font-size: 17px;
    word-break: break-all;
    letter-spacing: -0.02em;
    font-weight: 400;
    color: \;
}

/* ------------ business06 ------------ */
.list_bs6_pa li>p{
    padding-left: 73px;
    margin-top: -27px;
}
.list_bs6_pa li:nth-child(1)>p{padding-left: 209px;}
.list_bs6_pa li:nth-child(4)>p{padding-left: 134px;}
.list_bs6_pa .txt_box > p{
    display: flex;
    gap: 8px;
}
.list-num-par li > span {
    margin-right: 17px;
    position: relative;
    font-weight: 700;
}
.list-num-par li > span::before {
    right: -11px;
    top: 2px;
    position: absolute;
    content: "";
    background: #c7c7c7;
    width: 2px;
    height: 14px;
}
.list-num-par .txt_box {
    margin-top: 8px;
    margin-bottom: 15px;
}
.list-num-par:has(.txt_box) li + li {
    margin-top: 6px;
}
.txt_box {
    background: #f6f6f6;
    padding: 20px;
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.7;
    color: #555;
}

.txt_box > span {
    margin-right: 5px;
}
.img_ga {
    padding: 50px;
    border: 1px solid #ddd;
}

/* ------------ business07 ------------ */
.list-arrow > li {
    padding-left: 17px;
    font-size: 17px;
    line-height: 1.6;
    position: relative;
}
.list-arrow > li::before {
    content: "\e5cc";
    font-family: "Material Symbols Outlined";
    top: -4px;
    left: -6px;
    position: absolute;
    border-radius: 50%;
    color: #506fc9;
    font-weight: 700;
    font-size: 20px;
}
.comment {
    font-size: 15px;
    margin-top: 20px;
    border: 1px dashed #ccc;
    padding: 20px;
}

.comment strong + p {
    margin-top: 8px;
}
.law_area {
    background: #f7f7f7;
    padding: 20px;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 20px;
}
.plus_items {
    display: inline-flex;
    align-items: center;
    margin-top: 30px;
    justify-content: space-between;
    gap: 10px;
}
.plus_items span {
    font-size: 29px;
    font-weight: 500;
    color: #999;
}
.plus_item {
    border: 1px solid #ccc;
    padding: 15px 30px;
    font-size: 17px;
    font-weight: 500;
    color: #444;
    letter-spacing: 0.2px;
    background: #fff;
}
.plus_item.result {
    background: var(--page-point-color);
    color: #fff;
    border-color: var(--page-point-color);
}

/* ------------ business08 ------------ */
#business08 .con05 .list-arrow .txt_box > p{
    display: flex;
    gap: 8px;
}

/* ------------ list01 ------------ */
#list01 .board_area{display: none;}


/* ---------- btn, form --------- */
.btn {
    min-height: 42px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn.btn-lg {
    min-width: 180px !important;
    font-size: 16px;
}

.form-control {
    height: 42px;
    font-size: 15px;
    border: 1px solid #ddd;
}

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

#captcha + br {
    display: none;
}

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

.board_wrapper .table.board_write_table > :where(tbody, tfoot, thead) > tr > :where(th, td) {
    border-top: none;
    border-bottom: 1px solid #ddd;
}

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

.board_wrapper .table.board_write_table tbody tr th {
    background: #f6f6f6;
    width: 200px;
    font-size: 15px;
    font-weight: 600;
    padding: 25px 30px;
}

.board_wrapper .table.board_write_table tbody tr th > span.required_text {
    display: none;
}

.board_wrapper .table.board_write_table tbody tr th > span.required_text + span::after {
    content: "*";
    margin-left: 5px;
    color: red;
}

.checkbox label, .radio label {
    font-size: 15px;
}

.checkbox.privacy_checkbox {
    margin-top: 8px !important;
}
@media (max-width: 767px) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{max-height: 100%;}
    .main_page_tit h3{font-size: 34px;}
    .main_bs_items{grid-template-columns: repeat(2, 1fr);}
    .main_bs_item p{padding: 0 10px;}
    .main_bs_item p .tit {font-size: 16px;}
    .main_section {padding: 80px 0;}
    #se02 .inner{    flex-direction: column;}
    #se02 .main_page_tit h3{text-align: left;}
    .main_info{
        flex-direction: column;
        margin-top: 40px;
        margin-left: 20px;
        align-items: flex-start;
    }
    .main_info p{display: block;font-size: 23px;}
    .main_info p span{font-size: 19px;width: 30px;height: 30px;display: inline-flex;margin-right: 10px;}
    .main_info p small{display: block;}
    .btn_link{margin: 0 auto 0px 0px;}
    .main_bs_item::after{
        bottom: -90px;
        right: -90px;
        width: 330%;
        height: 300%;
    }

    .page_tit {margin: 70px 0 0;}
    .content:last-child {padding-bottom: 100px;}
    .content {padding: 60px 0 50px;}
    .sub_tit h4{font-size: 22px;}
    .sub_tit h4::before{top: 1px;}

    .profile_area .profile{
        flex-direction: column;
        gap: 30px;
    }
    .greet .img_area{padding: 20px 15px 0;}

    .info_table table tbody tr th, .info_table table tbody tr td{padding: 20px;}

    .intro_inner{grid-template-columns: 1fr;padding: 35px 40px;}
    .img_graph {padding: 20px 10px;}

    #business04 .img_graph {padding: 20px 15%;}
    .imgs_area {padding: 30px 10%;}
    .img_gr, .img_ga{padding: 20px;}
    .step_items{padding: 20px 20px;}
    .step_item{grid-template-columns: 90px 1fr;}
    .step_item::before{left: 26px;}
    .step_item .tit{padding: 10px 20px; font-size: 14px;text-align: center;}
    .step_item .txt{font-size: 15px;}

    .txt_box.list-num-par.line_t {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .list_bs6_pa li>p, .list_bs6_pa li:nth-child(1)>p,.list_bs6_pa li:nth-child(4)>p{
        padding-left: 0;
        margin-top: 0px;;
    }
    .list-num-par li > span::before{content: none;}

    .plus_items{flex-direction: column;gap: 0;width: 100%;}

    .ing_area p:nth-child(2){font-size: 22px;}
}