@charset "utf-8";
@import url("https://fastly.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
#site {
    font-family: "Pretendard Variable", "notokr", sans-serif;
    padding-top: 0px;
    font-size: 16px;
}
@media (max-width: 767px) {
    #site {
        padding-top: 67px;
    }
}

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

p {
    margin: 0;
    word-break: keep-all;
}

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

:root {
    --page-point-color: #333;
}

.material-symbols-outlined {
    font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

/* ------------ 접근성 ------------ */
.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.1);
    background-color: transparent;
    transition: all 0.3s ease;
}
.navbar.navbar-inverse.on {
    box-shadow: 0px 0 7px rgba(0, 0, 0, 0.09);
    border-bottom: 0;
    background-color: #fff;
    margin: 0;
}
.navbar-right {
    margin-right: 0;
}
.navbar-inverse .navbar-brand img {
    height: 55px;
    margin-top: 3px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.navbar-inverse.on .navbar-brand img {
    filter: none;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 36px 45px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
}
.navbar-inverse.on .navbar-nav > li > a {
    color: #222;
    font-weight: 600;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background: transparent;
    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);
}
.navbar > .container .navbar-brand {
    z-index: 9;
    position: relative;
}
.navbar-inverse .navbar-collapse {
    position: relative;
}
@media (max-width: 767px) {
    .navbar-inverse {
        background-color: #fff;
        border-color: #ddd;
    }
    .navbar-inverse .navbar-brand {
        padding: 5px 15px;
        margin: 8px 0;
    }
    .navbar-inverse .navbar-brand img {
        margin-top: 6px;
        height: 75%;
        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;
        padding-right: 0;
        max-height: 100%;
    }
    .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.6);
        -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;
        min-width: 180px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 12px 15px;
        text-align: center;
        font-size: 15px;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.11);
        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: #000;
    }
}

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

.carousel-control.left .glyphicon::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(225deg);
}
.carousel-control.right .glyphicon::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
#mainCarousel .carousel-inner .item {
    height: 100vh;
    /* height: calc(100vh - 96px); */
}
#mainCarousel .carousel-inner .item::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    /* opacity: 0.55; */
    opacity: 0.35;
}
.carousel-indicators {
    margin: 0;
    max-width: 100%;
    transform: translateX(-50%);
}
.carousel-indicators li {
    width: 10px;
    height: 14px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    margin: 0 2px;
    border-radius: 0;
    transform: skewX(-30deg);
    transition: ease-in-out 0.15s all;
}
.carousel-indicators li.active {
    width: 10px;
    height: 14px;
    background-color:#fff;
    margin: 0 2px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.125);
}
.carousel-caption {
    color: #fff;
    text-shadow: none;
    text-align: center;
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column-reverse;
    text-align: justify;
    /* left: 15%; */
}
.carousel-caption h1 {
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 2rem;
    text-shadow: 0 -1px 10px rgba(0, 0, 0, .3);
    letter-spacing: 0;
}
.carousel-caption h1 img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    /* margin-top: 10px; */
    margin: 10px auto 0;
}
.carousel-caption p {
    letter-spacing: -0.025em;
    font-size: 6.4rem;
    font-weight: 300;
    text-shadow: 0 -1px 10px rgba(0, 0, 0, .3);
    line-height: 1.3;
}
.carousel-caption p span {
    /* display: block; */
    font-weight: 600;
    margin-left: 20px;
}
@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 410px;
    }
    .carousel-caption h1 img{
        width: 120px;
    }
    #mainCarousel .carousel-caption p {
        font-size: 2.6rem;
        text-align: center;
    }
    .carousel-caption p span{
        margin: 0;
        display: block;
    }
    .carousel-control {
        font-size: 14px;
    }
    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 8px;
        height: 8px;
    }
    .carousel-indicators {
        bottom: 30px;
    }
    .carousel-control.right .glyphicon::before,
    .carousel-control.left .glyphicon::before
    {width: 20px;height: 20px;}
}

/* ------------ footer ------------ */
#site footer {
    margin-top: 0px;
    background-color: #212121;
    color: #ccc;
}
#site footer .footer-info {
    padding: 35px 0;
}
#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0;
}
#site footer .footer-info ul li:first-child {
    font-weight: 600;
    font-size: 15px;
    color: #ccc;
    margin-bottom: 5px;
}
#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 15px;
    margin-right: 15px;
    line-height: 21px;
    font-weight: 300;
}
#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: #777;
    letter-spacing: 0.08em;
    margin-top: 10px;
}
#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;
}
#floating {
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: fixed;
    text-align: center;
    z-index: 999;
    background: #007cff;
    padding: 10px 1px 1px;
    box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.1);
}
#floating > p{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
    color: #fff;
}
#floating ul {background: #fff;padding: 10px 0;}
#floating ul li {
    display: flex;
    align-items: center;
    width: 130px;
    justify-content: center;
    height: 100px;
}
#floating ul li .material-symbols-outlined {
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 4px;
}
#floating ul li a {
    color: #333;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    font-weight: 600;
}
#floating ul li a:hover{    text-decoration: none;}
#floating ul li a i {
    font-size: 20px;
    color: #0068c5;
    padding: 10px;
    border-radius: 50%;
    background: #e9f2ff;
    width: 40px;
}
@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;
    }
}

/* ------------ sub 헤더 ------------ */
.sub_header {
    height: 340px;
    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.55);
}
.sub_header h2 {
    font-size: 50px;
    line-height: 1;
    margin-top: 45px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
}
.sub_header .container {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
    .sub_header {
        height: 170px;
    }
    .sub_header h2 {
        font-size: 35px;
        margin: 0;
        line-height: 1.2;
    }
    .sub_header .container {
        width: 100%;
        top: 50%;
    }
}

/* ------------ 서브 메뉴 ------------ */
.sub_menu {
    position: relative;
    z-index: 10;
    background-color: #1c1d1e;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}
.sub_menu ul {
    display: flex;
    justify-content: center;
}
.sub_menu ul > li {
    width: 25%;
    text-align: center;
}
.sub_menu ul > li::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.15);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sub_menu ul > li:last-child::after {
    content: none;
}
.sub_menu ul > li > a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
    line-height: 60px;
    text-decoration: none;
    letter-spacing: 0.02em;
    padding: 0;
    transition: 0.2s;
}
.sub_menu ul > li > a::after {
    content: "";
    top: 0;
    left: 50%;
    width: 0;
    height: 3px;
    position: absolute;
    background: transparent;
    transform: translateX(-50%);
    transition: 0.3s;
    display: none;
}
.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.active a,
.sub_menu .nav li:hover a {
    background-color: #fff !important;
    color: var(--page-point-color) 18px;
    font-weight: 700;
    font-size: 19px;
}
@media (max-width: 767px) {
    .sub_menu {
        display: none;
    }
}

/* ------------ 공통 ------------ */
.content {
    padding: 100px 0 120px;
}
.content + .content {
    padding-top: 50px;
}
.content:last-child {
    padding-bottom: 150px;
}
.content_box {
    padding: 30px 0 50px;
}
.content_box + .content_box {
    padding-top: 0px;
}
.page_tit {
    position: relative;
    margin: 100px 0 0;
    text-align: center;
}
.page_tit h3 {
    margin: 0 0 0;
    font-size: 42px;
    font-weight: 800;
    color: #333;
    letter-spacing: -0.025em;
}
.sub_tit {
    position: relative;
}
.sub_tit h4 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 20px;
}
.sub_tit::before {
    content: "";
    width: 3px;
    height: 20px;
    background-color: var(--page-point-color);
    left: 0;
    position: absolute;
    top: 6px;
}
.content_box h5 {
    padding-left: 12px;
    line-height: 1.5em;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: var(--page-point-color);
    margin-top: 0;
}
.content_box h5::before {
    content: "";
    top: 13px;
    left: 1px;
    width: 5px;
    height: 5px;
    position: absolute;
    background: var(--page-point-color);
    border-radius: 50%;
}
.list-dot > li {
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
}
.list-dot > li::before {
    content: "";
    top: 10px;
    left: 1px;
    width: 5px;
    height: 5px;
    position: absolute;
    background: #777;
    border-radius: 50%;
}
.list-dash > li {
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
}
.list-dash > li::before {
    content: "";
    top: 10px;
    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;
}
.box-area {
    margin-bottom: 80px;
}
.img_area .business_img_area {
    margin-top: 50px;
}
/* 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);
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: var(--page-point-color);
}
input + #list_btn {
    display: none;
}
.board_wrapper {
    margin-top: 0;
}
.search_wrap {
    margin-bottom: 0;
}

.table.table_default thead th {
    background: #fff;
    font-size: 17px;
}

.table.table_default tbody tr th.num {
    font-weight: 400;
}

.table.table_default tbody .subject {
    font-size: 17px;
}
.board_wrapper .table.board_write_table tbody tr th {
    width: 200px;
    font-size: 15px;
}
.checkbox label, .radio label {
    font-size: 15px;
}
.checkbox, .radio {
    margin-top: 7px;
    margin-bottom: 7px;
}
.board_data_view .header_wrap .title {
    font-size: 26px;
    letter-spacing: -0.034em;
}
#captcha {
    z-index: 10;
    position: relative;
    filter: brightness(0.62) contrast(4.5) opacity(0.7);
    height: 40px;
    margin: 0;
    border-color: transparent;
}
.custom_checkbox + span {
    font-size: 15px;
}
.board_wrapper .table.board_write_table tbody tr th {
    width: 200px;
    font-size: 15px;
    letter-spacing: -0.034em;
    padding: 17px 20px;
}
#captcha + br {
    display: none;
}
#captcha + br + input {
    margin-left: -1px;
    margin-top: 0 !important;
}
#captcha + br + input:focus {
    z-index: 15;
}
td:has(#captcha) {
    display: flex !important;
    gap: 0 !important;
}
@media (max-width: 767px) {
    .content:last-child {padding-bottom: 130px;}
    .content {padding: 80px 0 100px;}
    .page_tit{margin: 80px 0 0;}
    .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%;
    }
    .board_wrapper .table .subject {
        width: 45%;
    }
    .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_page_tit h3 {
    margin: 0 0 70px;
    font-size: 42px;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    text-shadow: 0 0 #333;
}
.main_section {
    /* padding: 100px 0; */
    padding: 150px 0;
}
.main_bs_items {
    display: flex;
    gap: 50px;
}
.main_bs_item {
    flex: 1;
    aspect-ratio: 5 / 3.25;
}
.main_img_area {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.main_img_area::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0);
    transition: all 0.3s ease;
    z-index: 90;
}
.main_bs_item a:hover .main_img_area::before {
    background: rgba(0, 0, 0, 0.6);
}
.main_img_area::after {
    content: "\e147";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    font-weight: 200;
    font-family: "Material Symbols Outlined";
    color: #fff;
    line-height: 0;
    transition: 0.35s;
    opacity: 0;
    z-index: 100;
}
.main_bs_item a:hover .main_img_area::after {
    opacity: 1;
    transform: rotate(180deg);
}
.main_img_area img {
    transform: scale(1);
    transition: all cubic-bezier(0.27, 0.51, 0.38, 1.01) 0.35s;
}
.main_bs_item a:hover .main_img_area img {
    transform: scale(1.15);
}
.main_bs_item .tit {
    margin: 0;
    padding: 15px 0 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    color: #333;
}
.main_se02 {
    padding: 70px 0;
    position: relative;
    color: #fff;
    text-align: center;
    background: #333 url("/public/img/main/main_se02_bg.jpg") no-repeat bottom center;
    background-size: cover;
}
.main_se02::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(26, 30, 59, 0.55);
}
.main_se02 .main_page_tit h3{margin: 0;font-size: 36px;text-align: left;font-weight: 500;letter-spacing: 0;}
.main_se02 .inner {
    display: flex;
    justify-content: space-between;
    z-index: 1;
    position: relative;
    align-items: center;
}
.main_se02 .inner > div:nth-child(1) {
    width: 200px;
}
.main_se02 .inner > div:nth-child(2) {
    width: 340px;
}
.main_se02 .inner > div:nth-child(3) {
    width: 200px;
}
.main_se02 .inner .txt_area p:nth-child(1) {
    font-weight: 600;
    font-size: 42px;
}
.main_se02 .inner .txt_area p:nth-child(2) {
    font-size: 18px;
}
.view_a {
    width: 160px;
    position: relative;
    padding: 15px 17px;
    padding-right: 70px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
    line-height: 1em;
    background: transparent;
    border: 1px solid #fff;
}
.view_a::after {
    content: "\e145";
    top: 50%;
    right: 15px;
    position: absolute;
    font-size: 180%;
    font-weight: 200;
    font-family: "Material Symbols Outlined";
    transform: translateY(-50%);
    transition: all ease 0.15s;
}
.view_a:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}
.view_a:hover::after {
    right: 10px;
}
/* main_form */
#frm_wrapper_inquiry01{
    position: absolute;
    transform: translateY(-50%);
    top: 55%;
    right: 230px;
    margin: 0;
    padding: 40px;
    background: #00000091;
    background-color: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}
#frm_wrapper_inquiry01 #item_email .text-muted{display: none;}
#frm_wrapper_inquiry01 .page-header{
    margin: 0;
    border: 0;
}
#frm_wrapper_inquiry01 .page-header h4,
#frm_wrapper_inquiry01.board_wrapper .table.board_write_table tbody tr th > span.required_text,
#frm_wrapper_inquiry01 .custom_checkbox + span
{
    color: #fff;
}
#frm_wrapper_inquiry01 .page-header h4 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #5eadff;
    font-weight: 700;
}
#frm_wrapper_inquiry01 .custom_checkbox + span a {
    color: #bff0ff;
}
#frm_wrapper_inquiry01 #form_inquiry01{width: 510px;}
#frm_wrapper_inquiry01.board_wrapper .table.board_write_table{border: 0;}
#frm_wrapper_inquiry01.board_wrapper .table.board_write_table tbody tr th{
    font-weight: 400;
    padding: 10px;
    width: 150px;
    color: #fff;
    background-color: transparent;
    border: 0;
}
#frm_wrapper_inquiry01.board_wrapper .table.board_write_table tbody tr td :where(.btn, .form-control){width: 325px !important;}
#frm_wrapper_inquiry01.board_wrapper .table.board_write_table tbody tr td #wr_captcha{width: 220px !important;}
#frm_wrapper_inquiry01.board_wrapper .text-center .btn.btn-lg{border: 1px solid #007cff;background: #007cff;font-size: 18px;font-weight: 600;letter-spacing: 0.034em;}
#frm_wrapper_inquiry01.board_wrapper .table.board_write_table > :where(tbody, tfoot, thead) > tr > :where(th, td){border: 0;}
#frm_wrapper_inquiry01 #frm_data_0_wrap #frm_data_0{    min-height: 130px !important;}

/* ------------ about01 ------------ */
#about01 .con01 .inner {
}
.greet {
    text-align: center;
}
.greet .tit {
    color: #222;
    font-size: 28px;
    margin-bottom: 50px;
    line-height: 1.4;
    font-weight: 600;
    position: relative;
}
.greet p {
    font-size: 20px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: -0.025em;
}
.greet p.name {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 700;
}
.greet .img_area {
    position: relative;
    margin-bottom: 50px;
}
.greet .img_area img {
    border-radius: 5px;
}
.greet .img_area span {
    position: absolute;
    color: #fff;
    top: 51%;
    left: 50%;
    font-size: 36px;
    transform: translate(-50%, -50%);
    font-weight: 600;
    text-shadow: 1px 1px 15px #000;
    letter-spacing: 0.02em;
}
.greet .tit::after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background: #000;
    margin: 20px auto 60px;
}
.greet .img_area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.greet p.name span {
    display: block;
    font-size: 28px;
    margin-bottom: 0px;
    letter-spacing: -0.025em;
}

/* ------------ about03 ------------ */
.map .detail {
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    background: #525e71;
}
.map .detail .tit {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.map .detail .info {
    display: flex;
    gap: 30px;
}
.map .detail p {
    font-size: 18px;
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #fff;
}
.map .detail p i {
    margin-right: 10px;
    color: #333;
    padding: 6px;
    background: #fff;
    border-radius: 50%;
    font-size: 12px;
    transform: translateY(-1px);
}

/* ------------ business01 ------------ */
.bs_items{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

@media (max-width: 767px) {
    .main_section {padding: 90px 0;}
    .main_bs_item .tit{font-size: 18px;}
    #floating{
        right: -5px;
        top: inherit;
        bottom: -25px;
        transform: scale(0.7);
    }
    .main_page_tit h3{
        margin: 0 0 50px;
        font-size: 34px;
    }
    .main_se02 .inner{flex-direction: column;gap: 20px;}
    .main_se02 .inner .txt_area p:nth-child(1){font-size: 32px;}
    .main_se02 .inner .txt_area p:nth-child(2) {font-size: 16px;}
    .main_se02 .inner > div:nth-child(3){margin-top: 25px;}
    .main_se02 .main_page_tit h3{
        font-size: 32px;
        text-align: center;
    }

    .greet .tit{font-size: 23px;}
    .greet .img_area span{font-size: 16px;}
    .greet p {font-size: 18px;}
    .greet p.name span {font-size: 20px;}

    .map .detail{flex-direction: column;gap: 10px;}
    .map .detail .info{flex-direction: column;gap: 15px;}

    .bs_items {grid-template-columns: repeat(2, 1fr);}
}
@media (max-width: 614px) {
    .main_bs_items{flex-direction: column;}
    .main_bs_item {aspect-ratio: inherit;}
}
@media (max-width: 540px) {
    .bs_items {grid-template-columns: repeat(1, 1fr);}
}