@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap');


#site {
    font-family: "Pretendard Variable", "notokr", sans-serif;
    padding-top: 96px;
    color: #111;
}
@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, .mypage_container) {
    width: 100%;
    padding: 0;
}

:root {
    --page-point-color: #222;
    --page-point-color-hover: #000;
    --page-dark-color: #666;
    --page-dark-color-hover: #444;

    /* font-js */
    --font-js:
    'Josefin Sans', 'Pretendard', 'notokr', sans-serif;
}


/* ------------ 접근성 ------------ */
.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 5px 18px rgba(0, 0, 0, 0.09);
}
.navbar-inverse .navbar-brand {
    margin-top:5px;
}
.navbar-inverse .navbar-brand img {
    height: 57px;
}
.navbar-inverse .navbar-right {
    margin-right: -30px;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 38px 30px;
    font-size: 18px;
    font-weight: 600;
    color: #111;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background: transparent;
    font-weight: 700;
    color: #000;
}
.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) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{max-height: 100%;}
    .navbar-inverse .navbar-brand {
        padding: 5px 15px;
        margin: 8px 0;
    }
    .navbar-inverse .navbar-brand img {
        margin-top: 3px;
        height: 85%;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding: 15px;
    }
    .navbar-inverse .navbar-nav > li > a,
    .navbar-inverse .navbar-nav > li > a:focus {
        font-size: 17px;
        color: #333;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #000;
        border-radius: 0;
    }

    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 18px 0;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #333;
        transition: ease-in-out 0.15s all;
        opacity: 1;
        position: relative;
    }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: transparent;
    }
    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #000;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
        overflow-x: hidden;
    }
    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }
    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(2) {
        opacity: 0;
    }
    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0.7);
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.125);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.125);
        animation-fill-mode: both;
        animation-duration: 0.4s;
        animation-name: fadeIn;
        backdrop-filter: blur(10px);
        min-width: 190px;
        padding: 15px 0px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 10px 26px;
        text-align: center;
        font-size: 15px;
        color: #fff;
        background: transparent;
        transition: all 0.2s;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        color: #fff;
        background: rgba(255,255,255,0.1);
    }
}

/* ------------  슬라이드 ------------  */
.carousel-control.left,
.carousel-control.right {
    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: 650px;
}
.carousel-control {
    display: none;
}
.carousel-indicators {
    margin: 0;
    max-width: 100%;
    transform: translateX(-50%);
    bottom: 50px;
}
.carousel-indicators li,
.carousel-indicators li.active {
    width: 11px;
    height: 11px;
    opacity: 0.8;
    margin: 0 3px;
    border-radius: 10px;
    transition: ease-in-out 0.15s all;
}
.carousel-indicators li.active {
    opacity: 1;
    background: #fff;
}

.carousel-caption {
    color: #fff;
    text-shadow: 0 0 30px rgba(0,0,0,0.5);
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%);
    padding: 0;
}
.carousel-caption h1 {
    font-size: 64px;
    font-weight: 600;
    font-family: var(--font-js);
    margin: 0;
    line-height: 1.3;
    letter-spacing: -0.02em;
}
.carousel-caption h1 span{
    display: block;
    margin-bottom: 24px;
    font-size: 27px;
    opacity: 0.6;
    font-weight: 600;
    letter-spacing: 1px;
}
.carousel-caption p {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
}
@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 350px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-caption h1 {
        font-size: 30px;
    }
    .carousel-caption h1 span{
        font-size: 15px;
    }
    .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: #111;
    color: #aaa;
}
#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: 7px;
}
#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
    line-height: 20px;
    letter-spacing: -0.02em;
}
#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: 13px;
    color: #777;
    letter-spacing: 0.06em;
    float: right;
    margin-top: 0px;
    margin-right: 0;
}
#site footer .footer-info ul .login-g {
    float: right;
}
#site footer .footer-info ul .login-g 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-g:hover a {
    opacity: 0.9;
}
@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 .copy{
        float: inherit;
        display: block;
    }
    #site footer .footer-info .logo > img {
        width: 40%;
        margin: 0 auto 20px;
    }
}

/* ------------ 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: rgba(0, 0, 0, 0.3); */
}
.sub_header h2 {
    font-size: 42px;
    line-height: 1;
    margin: 0;
    font-weight: 650;
    color: #fff;
    letter-spacing: -0.01em;
}
.sub_header .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
@media (max-width: 767px) {
    .sub_header {
        height: 170px;
    }
    .sub_header h2 {
        font-size: 35px;
        margin: 0;
        line-height: 1.2;
    }
}

/* ------------ 서브 메뉴 ------------ */
.sub_menu {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #e3e3e3;
    background: #fff;
}
.sub_menu ul {
    display: flex;
    justify-content: center;
    padding-top: 5px;
    gap: 50px;
}
.sub_menu ul > li {
    text-align: center;
    margin-right: 0;
}

.sub_menu ul > li::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: -1px;
    background: #222;
    transition: all 0.3s;
    opacity: 0;
    transform: translateX(-50%);
}
.sub_menu ul > li.active::after, .sub_menu ul > li:hover:after {
    width: 100%;
    opacity: 1;
}
.sub_menu ul > li > a {
    display: block;
    padding: 20px 10px;
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    color: #333;
    letter-spacing: -0.02em;
    text-decoration: none;
    transition: all 0.3s;
    /* border-radius: 30px; */
    /* border-bottom: 1px solid #ddd; */
}
.sub_menu ul > li > a::after {
    content: "";
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 2px;
    position: absolute;
    background: transparent;
    transform: translateX(-50%);
    transition: 0.3s;
}
.sub_menu ul > li.active > a::after,
.sub_menu ul > li:hover > a::after {
    width: 100%;
    /* background-color: var(--page-point-color); */
}
.sub_menu .nav li:hover a{
    background: transparent;
    color: #333;
    font-weight: 700;
}
.sub_menu .nav li.active a,
.sub_menu .nav li.active a:hover {
    font-weight: 700;
    background: #fff;
    color: #111;
}
@media (max-width: 767px) {
    .sub_menu {
        border-bottom: 0px;
        margin-top: 15px;
    }
    .sub_menu ul {
        flex-wrap: wrap;
        gap: 0;
    }
    .sub_menu ul > li {
        flex: 1 1 48%;
        padding: 3px;
    }
    .sub_menu ul > li::after,
    .sub_menu ul > li > a::after {
        content: none;
    }
    .sub_menu ul > li > a {
        height: 42px;
        padding: 10px 15px;
        font-size: 14px;
        line-height: inherit;
        transition: all 0.2s;
        border: 1px solid #ddd;
    }
    .sub_menu .nav li.active a,
    .sub_menu .nav li:hover a {
        background-color: var(--page-point-color) !important;
        color: #fff;
        border: 1px solid var(--page-point-color);
    }
}

/* 공통 */
.content {
    padding: 100px 0 120px;
}
.content + .content {
    padding-top: 0px;
}
.content:last-child {
    padding-bottom: 150px;
}
.content_box {
    padding: 30px 0 50px;
}
.content_box + .content_box {
    padding-top: 0px;
}
.subBoard .content {
    padding-top: 0;
}
.page_tit {
    position: relative;
    margin: 100px 0 0;
    text-align: center;
}
.page_tit h3 {
    margin: 0 0 0;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.025em;
}
.sub_tit {
    position: relative;
}
#service04 .img_area {border: 1px solid #ddd;padding: 70px;}
.sub_tit h4 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 35px;
    letter-spacing: -0.02em;
}
.content_box h5 {
    padding-left: 12px;
    line-height: 1.5em;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: var(--page-point-color);
    margin-top: 0;
}
.content_box h5::before {
    content: "";
    top: 13px;
    left: 1px;
    width: 5px;
    height: 5px;
    position: absolute;
    background: var(--page-point-color);
    border-radius: 50%;
}
.list-dot > li {
    padding-left: 12px;
    font-size: 15px;
    line-height: 1.5em;
    position: relative;
    color: #666;
    letter-spacing: -0.02em;
    word-break: keep-all;
}

.list-dot > li + li {
    margin-top: 3px;
}
.list-dot > li::before {
    content: "";
    top: 10px;
    left: 1px;
    width: 3px;
    height: 3px;
    position: absolute;
    background: #888;
}
.list-dash > li {
    padding-left: 13px;
    font-size: 16px;
    line-height: 1.45;
    position: relative;
    letter-spacing: -0.02em;
    color: #555;
}
.list-dash > li::before {
    content: "";
    top: 10px;
    left: 1px;
    width: 3px;
    height: 3px;
    position: absolute;
    background: #444;
}
.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;
}
.box-area {
    margin-bottom: 80px;
}
.img_area .business_img_area {
    margin-top: 50px;
}
/* login */
.member_wrapper {
    padding-top: 170px;
    padding-bottom: 260px;
}
/* board, form */
input + #list_btn {
    display: none;
}

.board_wrapper .table.board_write_table {
    border: none;
}
.board_wrapper .table.board_write_table tbody tr :where(th, td) {
    border: none;
    padding: 14px 15px;
}
.board_wrapper .table.board_write_table tbody tr th {
    font-size: 17px;
    font-weight: 500;
    background: transparent;
    letter-spacing: -0.015em;
    padding-top: 30px;
    width: 210px;
}
.board_wrapper .table.board_write_table tbody tr th > span.required_text {
    color: red;
    margin-left: -1.4rem;
}
.board_write_table #captcha {
    height: 48px;
}
.board_write_table #captcha + br {
    display: none;
}
#form_support01 .form-control {
    height: 48px;
    font-size: 15px;
    letter-spacing: -0.01em;
    padding: 14px;
}
.board_write_table .form-control {
    background: #f7f7f7;
    border: none;
    border-bottom: 1px solid #d8d8d8;
}
.board_wrapper .table.board_write_table :where(.input-group, .form-control) {
    width: 350px;
}
.text-muted.form-caption i {
    display: none;
}
.text-muted.form-caption {
    margin-top: 8px !important;
}
.checkbox, .radio {
    margin-top: 17px !important;
}
.checkbox label span{
    font-size: 15px;
    letter-spacing: -0.02em;
}
.checkbox label span a {
    color: #222;
    text-decoration: underline;
    text-underline-position: under;
}

.checkbox-inline, .radio-inline {
    margin-top: 17px !important;
}
.checkbox label, .radio label {
    padding-left: 22px;
}
.radio-inline + .radio-inline {
    margin-left: 25px;
}
.custom_radio + span {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.015em;
}
.custom_radio + span::before {
    margin: 0 7px 0 -20px;
    vertical-align: middle;
}
.custom_radio:checked + span::before {
    color: #111;
}
.custom_checkbox + span::before {
    margin: 0 7px 0 -20px;
    vertical-align: middle;
    font-size: 18px;
}
.custom_checkbox:checked + span::before {
    color: #111;
}

#form_support01 #write_btn {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}

.btn {
    transition: all 0.15s;
}
@media (max-width: 767px) {
    .page_tit h3 {
        font-size: 32px;
    }

    .board_wrapper .table colgroup,
    .board_wrapper .table tr .num,
    .board_wrapper .table tr .hits {
        display: none;
    }
    .board_wrapper .table.table_default tr th,
    .board_wrapper .table.table_default tr td {
        padding: 10px;
        font-size: 12px;
    }
    .board_wrapper .table.board_write_table :where(.input-group, .form-control) {
        width: 100%;
    }
    .table.table_default tbody .subject a {
        font-size: 15px;
    }
    .board_wrapper .table .subject {
        width: 45%;
    }
    .board_write_table #captcha {
        margin-bottom: 10px;
        height: inherit;
    }

    .member_wrapper {
        padding-top: 100px;
        padding-bottom: 200px;
    }
    .member_wrapper .login_extra ul {
        display: flex;
        flex-direction: column;
        gap: 7px;
    }
    .member_wrapper .login_extra ul li + li::before {
        content: none;
    }
    .page_tit{margin: 80px 0 0;}
    .content{padding: 80px 0 100px;}
    .content:last-child{padding-bottom: 120px;}
    .sub_tit h4{font-size: 26px;}
}

/* ------------ 준비중 ------------  */
.ing_p .txt-area {
    padding: 62px 25px;
    margin-top: 0;
    background: #f6f6f6;
    text-align: center;
}
.ing_p .txt-area i {
    margin-bottom: 20px;
    line-height: 1;
    color: #dddddd;
    font-size: 62px;
}
.ing_p .txt-area p:nth-child(2) {
    line-height: 1;
    margin-bottom: 20px;
    color: #444;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.03em;
}
.ing_p .txt-area p {
    color: #707070;
    margin: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: -0.015em;
}

/* ------------ main ------------  */
.se01 {
    padding: 130px 0;
}
.main_page_title h3 {
    margin: 0 0 55px;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.01em;
}
.service_items .service_item{margin-bottom: 30px;}
.service_items .service_item .img_area::after {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    border: 1px solid #fff;
    opacity: 0.4;
    z-index: 1;
}
.service_items .service_item a {
    display: block;
    position: relative;
    overflow: hidden;
}
.service_items .service_item a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}
.service_items .service_item a img {
    transform: scale(1);
    transition: 0.45s cubic-bezier(0.17, 0.67, 1, 1.23);
    position: relative;
}
.service_items .service_item a:hover img{transform: scale(1.1);}
.service_items .service_item img::before {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    border: 1px solid #fff;
    opacity: 0.4;
    z-index: 1;
}
.service_items .service_item a .tit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
      text-align: center;
    color: #fff;
    width: 100%;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: -0.025em;
    text-shadow: 0 0 25px rgba(0,0,0,0.5);
}
.service_items .service_item a::before {
    content: "";
    top: -230%;
    left: -200%;
    width: 220%;
    height: 220%;
    position: absolute;
    transform: rotate(45deg);
    background: linear-gradient(-135deg, white, transparent);
    transition: all cubic-bezier(0.27, 0.51, 0.38, 1.01) 0.4s;
    z-index: 5;
    opacity: 0.25;
}
.service_items .service_item:hover a::before {
    top: -100%;
    left: -80%;
}
.se02 {
    background: #eee url("/public/img/main/box_pt.png") repeat bottom center;
    position: relative;
    padding: 80px 0;
}
.menu_items {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 20px;
}
.menu_items .menu_item {
    flex: 1;
    padding: 33px 30px;
    cursor: pointer;
    color: #222;
    font-size: 20px;
    text-decoration: none;
    letter-spacing: -0.02em;
    font-weight: 700;
    margin: 0;
    position: relative;
    transition: all ease 0.3s;
    overflow: hidden;
    background: #fff;
    border: 1px solid #fff;
}

.menu_items .menu_item:hover {
    border: 1px solid #222;
}
.menu_items .menu_item span {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 25px;
    color: #111;
}
.menu_items .menu_item::after {
    content: '\e5cc';
    font-family: 'Material Symbols Outlined';
    font-weight: 500;
    position: absolute;
    right: 18px;
    bottom: 24px;
    font-size: 32px;
    opacity: 0.25
}
@media (max-width: 767px) {
    .se01{padding: 90px 0;}
    .main_page_title h3{font-size: 30px;}
    .service_items{grid-template-columns: repeat(1, 1fr);}  
    .service_items .service_item .img_area img {width: 100%;}
    .menu_items{flex-direction: column;}
}

/* ------------  about01 ------------  */
.greet .txt_box{
    margin-bottom: 40px;
}
.greet .img_area{
    padding-right: 60px;
}
.greet .txt_area .intro{
    font-size: 32px;
    margin-bottom: 60px;
    font-weight: 700;
    margin-top: 40px;
}
.greet .txt_area .tit{
    font-weight: 700;
    font-size: 19px;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}
.greet .txt_area .thank{
    font-weight: 700;
}
.greet .txt_area p{
    font-size: 17px;
    letter-spacing: -0.015em;
}

/* ------------  about02 ------------  */
.member_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.member_items .member_item {
    position: relative;
    align-items: start;
    margin-bottom: 120px;
    flex: 0 0 48%;
    padding: 45px 40px;
    background: #f7f7f7;
}

.member_items .member_item::before {
    content: '';
    width: 10px;
    height: 34px;
    display: block;
    background: #5d5d5d;
    position: absolute;
    left: 0;
    top: 45px;
}

.member_items .member_item .detail {
    flex: 1 0 75%;
}
.member_items .member_item .name {
    position: relative;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 45px;
    color: #111;
    letter-spacing: 0.01em;
    line-height: 1;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    border-bottom: 1px solid #a1a1a1;
    padding-bottom: 7px;
}

.member_items .member_item .name span {
    margin-left: 12px;
    font-size: 22px;
    color: #333;
    font-weight: 600;
    letter-spacing: -0.03em;
}
.member_items .member_item .member_con {
    margin-bottom: 35px;
    flex: 1 0 50%;
}
.member_items .member_item .member_con:last-child {
    margin-bottom: 0px;
}
.member_items .member_item .member_con p {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 9px;
    color: #222;
}
.member_items .member_item .member_ul {
    /* display: grid; */
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 10px;
}

/* ------------  about03 ------------  */
.merits_items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 70px 50px;
}
.merits_items .merits_item {
    grid-column: 2 span;
    position: relative;
}
.merits_item .material-symbols-outlined {
    font-size: 55px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #505050;
    display: none;
}
.merits_items .merits_item .tit {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.025em;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #000;
}
.merits_ul {padding-right: 20px;}
.merits_ul li {
    font-size: 16px;
    padding-left: 0;
}
.merits_ul li::before {
    content: none;
}

/* ------------  about04 ------------  */
.map .detail {
    padding: 30px 40px;
    background: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.map .detail p {
    font-size: 18px;
    letter-spacing: -0.025em;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.map .detail p i {
    position: relative;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    font-size: 13px;
    border-radius: 100%;
    color: #fff;
    background: #333;
}
.map .detail p i::before {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
}
.map .detail ul {
    display: flex;
    gap: 30px;
}
.map .detail ul span {
    font-size: 16px;
    color: #999;
    font-weight: 700;
}
.map .detail ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.map .detail ul li p {
    font-size: 16px;
}

/* ------------ list01 ------------  */
.customer_items .customer_item {
    margin-bottom: 90px;
}

.customer_items .sub_tit {
    text-align: center;
}

.customer_items .sub_tit h4 {
    margin-bottom: 40px;
}
.customer_items .customer_item:last-child {
    margin-bottom: 0;
}
.customer_list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.customer_list li {
    display: flex;
    align-items: center;
    border: 1px solid #e8e8e8;
    margin-left: -1px;
    margin-bottom: -1px;
    padding: 35px 20px;
}
.customer_list li img {
    max-width: 120px;
    max-height: 32px;
    padding: 0;
}

/* ------------ service ------------  */
.service .intro {
    font-size: 19px;
    margin-bottom: 70px;
    text-align: left;
    letter-spacing: -0.012em;
    font-weight: 400;
    line-height: 1.65;
}
.sub_service_items .sub_service_item {
    margin-bottom: 65px;
}
.sub_service_items .sub_service_item:last-child {
    margin-bottom: 0;
}
.sub_service_items .sub_service_item .tit {
    position: relative;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: -0.018em;
}
.sub_service_items .sub_service_item .tit::before {
    content: "";
    top: 11px;
    left: 1px;
    width: 7px;
    height: 7px;
    position: absolute;
    background: var(--page-point-color);
    border-radius: 2px;
}
.sub_service_items .sub_service_item ul {background: #f6f6f6;padding: 25px 30px;}
.sub_service_items .sub_service_item ul li {
    margin-bottom: 6px;
}
.sub_service_items .sub_service_item ul li:last-child {
    margin-bottom: 0px;
}
.service_table table {
    margin-bottom: 0;
}
.service_table thead tr {
    font-size: 18px;
    background: #707070;
    color: #fff;
}

.service_table thead tr > th:nth-child(2) {
    background: #4f4f4f;
}
.service_table thead tr > th:nth-child(3) {
    background: #222;
}
.service_table thead tr th {
    border: 0;
    padding: 15px 30px;
    /* text-align: center; */
    font-weight: 500;
    font-size: 22px;
}
.service_table tbody tr td {
    padding: 30px;
    border-color: #e3e3e3;
}
.service_table tbody tr td p {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 11px;
    letter-spacing: -0.02em;
}
.service_table tr td .td_con {
    margin-bottom: 25px;
}

.service_table tr td .list-dash li {
    font-size: 15px;
    margin-bottom: 3px;
}
.service_table tr td .td_con:last-child {
    margin-bottom: 0;
}
.service_table tr.last_tr {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.service_table tr.last_tr td {
    line-height: 1.55;
}

.service_table tr.last_tr td {
    /* border: none; */
    background: #fbfbfb url(/public/img/main/box_pt.png) repeat;
}

.board_data_view .header_wrap .title {
    font-weight: 700;
    letter-spacing: -0.015em;
    font-size: 24px;
}

.board_data_view .header_wrap {
    padding: 50px 30px;
    border-bottom: 1px solid #e3e3e3;
    text-align: left;
}
.board_data_view .header_wrap .info {
    margin-top: 20px;
}
.board_data_view .contents_inner {
    font-size: 16px;
}

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

.table.table_default tr td {
    font-size: 15px;
    color: #888;
}

.table.table_default tr td.subject a {
    font-size: 16px;
    color: #222;
    letter-spacing: -0.02em;
    font-weight: 500;
}

.table.table_default tr td.subject a:hover {
    text-decoration: underline;
}
@media (max-width: 767px) {
    .greet .img_area{padding-right: 15px;}
    .greet .txt_area .intro{font-size: 27px;margin-bottom: 50px;}

    .member_items{flex-direction: column;}
    .member_items .member_item{margin-bottom: 100px;}
    .member_items .member_item .name{font-size: 32px;}
    .member_items .member_item .name span{font-size: 20px;}

    .merits_items{grid-template-columns: repeat(1, 1fr);}

    .map .detail{
        flex-direction: column;
        gap: 10px;
        align-items: baseline;
        padding: 20px;
    }
    .map .detail p{font-size: 16px;}
    .map .detail ul{flex-direction: column;gap: 10px;}

    .sub_service_items .sub_service_item .tit{font-size: 17px;}
    .sub_service_items .sub_service_item ul{padding: 20px;}
    .service_table thead tr th{font-size: 20px;}
    .service .intro{font-size: 17px;}

    .customer_list{grid-template-columns: repeat(2, 1fr);}

    #wr_captcha{width: 100%;}
    .board_wrapper{margin-top: 90px;}
}