@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css");
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap');

#site {
    font-family: 'Lato','Pretendard Variable', 'Noto Sans SC', sans-serif;
    padding-top: 0px;
}
@media (max-width: 767px) {
    #site {
        padding-top: 66px;
    }
}

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

#site > .container {
    width: 100%;
    padding: 0;
}

:root {
    --page-point-color: #9c1f2f;
    --page-point-color-hover: #841725;
    --page-dark-color: #333;
    --page-dark-color-hover: #111;
}

/* ------------ 불필요 항목 삭제 ------------ */
.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: static;
    margin-bottom: 0;
    border: 0;
}
@media (max-width: 767px) {
    .navbar-inverse {
        position: fixed;
    }
}

/* 텍스트 */
.navbar-inverse .navbar-brand{
    margin-left: 0 !important;
    margin-top: 25px;
    padding: 0;
    height: auto;
}
.navbar-inverse .navbar-brand h1 {
    color: #000;
    font-weight: 800;
    margin: 0;
    font-size: 30px;
}
.navbar-inverse .navbar-right {
    margin-right: -30px;
}
.navbar-inverse .navbar-nav > li > a {
    position: relative;
    padding: 34px 18px 37px;
    margin: 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #2c2c2c;
    letter-spacing: 0.3px;
    line-height: 1;
}

.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: 700;
    color: var(--page-point-color);
}

.navbar-inverse .navbar-nav > li > a::before {
    content: '';
    width: calc(100% - 40px);
    height: 1px;
    background: var(--page-point-color);
    position: absolute;
    transform: translateX(-50%);
    bottom: 32px;
    left: 50%;
    opacity: 0;
    transition: all 0.25s
}
.navbar-inverse .navbar-nav > li:hover > a::before,
.navbar-inverse .navbar-nav > li:focus > a::before {
    opacity: 1;
}
.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: 1200px) {
    .navbar-inverse .navbar-brand {
        margin-top: 34px;
    }
    .navbar-inverse .navbar-brand h1 {
        font-size: 26px;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-brand {
        padding: 5px 15px;
        margin: 13px 0 0 0;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 15px;
    }
    .navbar-inverse .navbar-nav > li > a,
    .navbar-inverse .navbar-nav > li > a:focus {
        font-size: 17px;
    }
    .navbar-inverse .navbar-nav > li > a::before{content: none;}
    .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 0;
        background: #111;
        -webkit-box-shadow: none;
        box-shadow: none;
        animation-fill-mode: both;
        animation-duration: 0.4s;
        animation-name: fadeIn;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 8px 15px;
        text-align: center;
        font-size: 14px;
        color: #eee;
        letter-spacing: -0.01em;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        color: #fff;
        text-decoration: underline;
        text-underline-position: under;
        background: transparent;
    }
}

/* ------------  슬라이드 ------------  */
.carousel-control.left .glyphicon::before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.carousel-control.right .glyphicon::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
#mainCarousel .carousel-inner .item {
    height: 560px;
}
#mainCarousel .carousel-inner .item::before{
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
}
.carousel-control{
    background: transparent !important;
    width: 8%;
    display: none;
}
.carousel-indicators {
    margin: 0;
    max-width: 100%;
    transform: translateX(-50%);
    bottom: 40px;
    text-align: right;
    padding: 0 10px;
}
.carousel-indicators li {
    width: 50px;
    height: 4px;
    background-color: rgba(255,255,255,0.4);
    border: none;
    margin: 0 2px;
    transition: ease-in-out 0.15s all;
    border-radius: 0;
}
.carousel-indicators li.active {
    width: 50px;
    height: 4px;
    background-color: #fff;
    margin: 0 2px;
}
.carousel-caption {
    color: #fff;
    top: 70%;
    transform: translate(0%, -50%);
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    text-align: left;
    padding: 0;
}
.carousel-caption h1 {
    font-size: 62px;
    font-weight: 700;
    margin: 0 0 18px;
    letter-spacing: 0;
}

.carousel-caption p {
    font-size: 28px;
    font-weight: 500;
}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 270px;
    }
    #mainCarousel .carousel-inner .item:nth-child(2){background-size: 220% 100%;}
    .carousel-indicators {
        bottom: 50px;
    }
    .carousel-indicators li {
        width: 16px;
    }
    .carousel-indicators li.active {
        width: 35px;
    }
    .carousel-caption {
        top: 50%;
    }
    .carousel-caption h1 {
        font-size: 34px;
        margin: 0 0 28px;
    }
    
    .carousel-caption p {
        font-size: 14px;
    }
}

/* ------------ footer ------------ */
#site footer {
    margin-top: 0px;
    background: #333;
    color: #aaa;
}
#site footer .footer-info {
    padding: 40px 0;
}
#site footer .footer-info .logo p {
    font-size: 24px;
    font-weight: 800;
    margin: 0;
}
#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0;
}
#site footer .footer-info ul li:first-child {
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    margin-bottom: 2px;
}
#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 13px;
    margin-right: 13px;
    line-height: 18px;
}
#site footer .footer-info .info {
    padding: 0 15px 0 40px;
}
#site footer .footer-info ul .copy {
    font-size: 11px;
    color: #777;
    letter-spacing: 0.01em;
}
@media (max-width: 767px) {
    #site footer .footer-info .logo p {
        margin-bottom: 10px;
    }
    #site footer .footer-info .info {
        padding: 0 15px 0 15px;
    }
}

/* ------------ sub 헤더 ------------ */
.sub_header {
    height: 230px;
    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.5);
}
.sub_header h2 {
    font-size: 40px;
    line-height: 1;
    margin: 5px 0 0;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
}
.sub_header .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
@media (max-width: 767px) {
    .sub_header {
        height: 150px;
    }
    .sub_header h2 {
        font-size: 30px;
    }
}

/* ------------ 서브 메뉴 ------------ */
.sub_menu {
    position: relative;
    z-index: 10;
}
.sub_menu ul {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}
.sub_menu ul > li {
    text-align: center;
    margin: 0;
}

.sub_menu ul > li + li > a {
    border-left: none;
}
.sub_menu ul > li > a {
    font-size: 15px;
    font-weight: 500;
    color: #444;
    letter-spacing: -0.03em;
    text-decoration: none;
    padding: 12px 20px;
    border: 1px solid #ccc;
    min-width: 200px;
    /* background: #ece9e6; */
    background: #fff;
}

.sub_menu ul > li > a:hover {
    background: #f8f8f8;
}
.sub_menu ul > li > a::after {
    content: "";
    bottom: 30px;
    left: 50%;
    width: 0;
    height: 1px;
    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: 45%;
    background-color: var(--page-color);
}
.sub_menu .nav li.active a {font-weight: 500;background: var(--page-point-color);color: #fff;border-color: var(--page-point-color);}
@media (max-width: 767px) {
    .sub_menu ul {
        flex-wrap: wrap;
    }
    .sub_menu ul > li {
        flex: 1 1 40%;
        padding: 3px;
    }
    .sub_menu ul > li + li > a {
        border-left: 1px solid #ccc;
    }
}

/* 공통  */
.list-default {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}
.se01 {
    padding-bottom: 120px;
}
.se01 .page_title {
    position: relative;
    margin: 85px 0 80px;
    text-align: center;
}
.se01 .page_title h3 {
    margin: 0 0 0;
    font-size: 36px;
    font-weight: 600;
    color: #2c2c2c;
    letter-spacing: -0.025em;
}
#community01 .page_title,
#community02 .page_title {
    margin: 85px 0 0;
}
@media (max-width: 767px) {
    .se01 .page_title {
        margin: 65px 0 60px;
    }
    .se01 .page_title h3 {
        font-size: 30px;
    }
}

/* ------------ main ------------ */
.main_se01 {
    background: #9c1f2f url('/public/img/main/main_se01_bg.jpg') no-repeat center / cover;
    color: #ffffff;
}
.main_se01 .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
}

.main_se01 .txt_area h3 {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 11px;
    position: relative;
    letter-spacing: 2px;
}
.main_se01 .txt_area p {
    margin: 0;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 400;
    color: #ffdade;
    letter-spacing: -0.03em;
}
.main_se01 .more_btn a {
    padding-left: 10px;
    width: 190px;
    height: 50px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    border: 1px solid;
}
.more_btn a span {
    margin-left: 10px;
    width: 0;
    overflow: hidden;
    transition: 0.4s;
}
.more_btn a:hover span {
    width: 20px;
}

.main_se02 {
    padding: 115px 0 130px;
    background: #f1edea;
}
.main_se02 .txt_area {
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 65px;
    letter-spacing: -0.02em;
    font-weight: 400;
    color: #2a2827;
}
.main_se02 .txt_area p {
    margin: 0;
}
.main_se02 .img_area {
    display: flex;
    gap: 10px;
}
.main_se02 .img_area a {
    position: relative;
    overflow: hidden;
    background: #000;
    box-shadow: 0 9px 15px 0.2px rgba(0,0,0,0.04);
}

.main_se02 .img_area a:hover {
    text-decoration: none;
}
.main_se02 .img_area a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.main_se02 .img_area a img {
    transition: all 0.3s ease;
    transform: scale(1);
    z-index: -1;
}
.main_se02 .img_area a:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}
.main_se02 .img_area a p {
    font-size: 18px;
    text-align: center;
    line-height: 1.45;
    width: 100%;
    font-weight: 600;
    letter-spacing: -.01em;
    color: #2c2c2c;
    margin: 0;
    z-index: 2;
    padding: 15px 0;
    position: relative;
    background: #fff;
}
@media (max-width: 767px) {
    .main_se01 .inner {
        padding: 30px 0;
        gap: 25px;
        flex-direction:column;
        text-align: center;
    }
    .main_se01 .txt_area h3 {
        font-size: 24px;
    }
    .main_se01 .txt_area p {
        font-size: 14px;
    }
    .main_se01 .more_btn a {
        width: 150px;
        height: 35px;
        font-size: 14px;
    }

    .main_se02 {
        padding: 105px 0 130px;
    }
    .main_se02 .txt_area {
        font-size: 18px;
    }
    .main_se02 .img_area {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
    .main_se02 .img_area a {
        flex: 1 1 40%;
    }
    .main_se02 .img_area a p {
        font-size: 16px;
    }
}
@media (max-width: 451px) {
    .main_se02 .img_area {
        gap: 20px;
    }
    .main_se02 .img_area a {
        flex: 100%;
    }
}

/* ------------ company01 ------------ */
#company01 .greet {text-align: center;margin-bottom: 70px;}
#company01 .greet p {
    font-size: 15px;
    color: #6f6f6f;
    line-height: 1.6em;
    width: 80%;
    margin: 0 auto 25px;
}
#company01 .greet p:nth-child(1) {color: #333;font-size: 24px;font-weight: 600;letter-spacing: -0.015em;line-height: 1.6;text-align: center;}
#company01 .greet p:nth-child(1) strong{
    color: var(--page-point-color);
}

#company01 .greet p:nth-child(3) {
    border: 0;
}

#company01 .img-box {
    background: #333 url("/public/img/sub/company01_01.jpg") no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 350px;
}
@media (max-width: 767px) {
    #company01 .greet {text-align: center;margin-bottom: 70px;}
    #company01 .greet p {
        font-size: 14px;
        width: 100%;
    }
    #company01 .greet p:nth-child(1) {font-size: 20px;}
    #company01 .img-box {height: 200px;}
}

/* ------------ company02 ------------ */
.history_items::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #ccc;
    position: absolute;
    top: 50px;
    left: 30%;
    border-bottom: 102px solid #fff;
}
.history_items .history_item {
    display: flex;
    align-items: flex-start;
    padding: 30px 0;
}

.history_items {
    margin-top: -30px;
}
.history_items .history_item .year {
    margin: 0;
    width: 30%;
    position: relative;
    font-size: 52px;
    font-weight: 600;
    letter-spacing: -0.015em;
    line-height: 1;
}
.history_items .history_item .year::before {
    content: "";
    display: block;
    top: 21px;
    right: 1px;
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: var(--page-point-color);
    border-radius: 20px;
}
.history_items .history_item .year::after {
    content: "";
    right: 30px;
    width: 25px;
    height: 1px;
    position: absolute;
    top: 24px;
    z-index: -1;
    border-top: 5px dotted #ccc;
}
#company02 .txt_area {
    width: 70%;
}
#company02 .txt_area ul {
    margin: 15px 0 0;
    padding-left: 50px;
}
#company02 .txt_area li {
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -.015em;
}
@media (max-width: 767px) {
    .history_items::before {
        left: 20px;
        height: 98%;
    }
    .history_items .history_item {
        display: block;
    }
    
    .history_items {
        margin-top: -30px;
    }
    .history_items .history_item .year {
        padding-left: 30px;
        width: 100%;
        font-size: 35px;
    }
    .history_items .history_item .year::before {
        left: 1px;
    }
    .history_items .history_item .year::after {
        content: none;
    }
    #company02 .txt_area {
        width: 100%;
    }
    #company02 .txt_area ul {
        padding-left: 30px;
    }
}

/* ------------ business01 ------------ */
.bs_items .bs_item01 p {color: #333;font-size: 24px;font-weight: 500;letter-spacing: -0.015em;line-height: 1.6;margin-bottom: 70px;text-align: center;}
.bs_items .bs_item02 {display: flex;gap: 30px;}

.bs_items .bs_item02 .bs_item02_box {flex: 1;}
.bs_items .bs_item02 p {
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 1.6;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 130px;
    color: #58473e;
    word-break: break-word;
    background: #f3f3f2;
    padding: 25px 40px;
    text-align: center;
    font-weight: 500;
    margin: 0;
}

.bs_items .bs_item02_box img {
    aspect-ratio: 4/1.5;
    object-fit: cover;
}
@media (max-width: 767px) {
    .bs_items .bs_item01 p {font-size: 20px;}
    .bs_items .bs_item02 {flex-direction: column;}
    .bs_items .bs_item02 .bs_item02_box {flex: 1;}
    .bs_items .bs_item02 p {
        font-size: 16px;
        min-height: 110px;
    }

    .bs_items .bs_item02_box img {width: 100%;}
}

/* ------------ business02 ------------ */
#business02 .txt_area p {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.015em;
    line-height: 1.75;
    margin-bottom: 70px;
    text-align: center;
}
#business02 .img_area {
    background: #333 url("/public/img/sub/business02.jpg") no-repeat bottom center;
    background-size: cover;
    width: 100%;
    height: 320px;
}
@media (max-width: 767px) {
    #business02 .txt_area p {
        font-size: 18px;
    }
}

/* ------------ portfolio01 ------------ */
.pf_items .clearfix {
    margin-bottom: 40px;
}
.pf_items .pf_item .img-box {
    padding: 0 5px 45px;
}

@media (max-width: 1200px) {
    .pf_items .clearfix {
        margin-bottom: 0px;
    }
    .pf_items .pf_item .img-box img {
        height: 281px;
    }
}

/* ------------ customers01 ------------ */
.customers_list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 0px;
    justify-content: space-between;
}
.customers_list li {
    display: inline-block;
    color: #333;
    transition: all 0.3s;
}
.customers_list li img {
    max-height: 65px;
}
@media (max-width: 767px) {
    .customers_list ul {
        justify-content: center;
    }
}

/* ------------ community03 ------------ */
.map .txt_area {
    margin: 35px 0 0;
    display: flex;
    gap: 30px 12px;
    flex-wrap: wrap;
    padding-left: 0;
}
.map .txt_area li{
    position: relative;
    display: flex;
    font-size: 16px;
    align-items: start;
    flex-flow: column;
    padding-left: 50px;
}

.map .txt_area li:not(.addr) {
    width: calc((50% / 3) - 12px);
    margin-top: 5px;
}
.map .txt_area li.addr {
    width: 50%;
    font-size: 20px;
    font-weight: 500;
    padding-left: 0;
}
.map .txt_area li > span {
}

.map .txt_area li > span.material-symbols-outlined {
    position: absolute;
    left: 2px;
    top: 2px;
    font-size: 22px;
    background: #7B7877;
    font-weight: 300;
    color: #ffffff;
    border-radius: 50%;
    padding: 8px;
}
.map .txt_area li.addr span.en {
    font-size: 15px;
    display: block;
    color: #666;
    margin-top: 6px;
}
.map .txt_area strong {
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 800;
    margin-bottom: 1px;
}

.map .txt_area .addr strong {
    margin-bottom: 10px;
}
@media (max-width: 1200px) {
    .map .txt_area li:not(.addr) {
        width: calc((100% / 3) - 12px);
    }
    .map .txt_area li.addr {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .map .txt_area li:not(.addr) {
        width:100%;
    }
    .map .txt_area li.addr {
        font-size: 18px;
    }
    .map .txt_area li > span.material-symbols-outlined{font-size: 18px;}
    .map .txt_area li.addr span.en {
        font-size: 14px;
    }
}

/* ------------ board, form ------------ */
.board_wrapper{
    margin-top: 70px;
    margin-bottom: 0;
}
.board_wrapper .table.board_write_table {
    border-top: 1px solid #333;
}
.board_wrapper .table.board_write_table>:where(tbody,tfoot,thead)>tr>:where(th,td){
    border-top: none;
    border-bottom: 1px solid #eaeaea;
}

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

#item_captcha #captcha {
    height: 40px;
    display: inline-block;
    vertical-align: inherit;
}

#item_captcha #captcha + br {
    display: none;
}

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

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

.board_wrapper .table.board_write_table tbody tr th {
    background: #f6f6f5;
}

#item_agree .checkbox {
    margin-top: 5px;
}

#item_agree .checkbox a {
    color: var(--page-point-color);
    letter-spacing: -0.03em;
    text-decoration: underline;
    text-underline-position: under;
}

#item_email .text-muted i {
    display: none;
}

#item_email .text-muted {
    font-size: 13px;
    display: block;
    margin-top: 8px !important;
}
input+#list_btn {
    display: none;
}
.table_default {
    border-top: 1px solid #333;
}
.table.table_default thead th {
    background: #f6f6f5;
    border-bottom: 1px solid #e3e3e3;
    font-weight: 500;
    color: #2c2c2c;
}
.table.table_default tr th, 
.table.table_default tr td {
    padding: 15px 5px;
    border-color: #eaeaea;
}
.table.table_default tr td {
    color: #777;
    font-size: 14px;
}
.table.table_default tbody .subject a {
    color: #2c2c2c;
    font-size: 16px;
    letter-spacing: -0.03em;
}

.table.table_default tbody .subject a:hover {
    text-decoration: underline;
    text-underline-position: under;
}
.board_data_view {
    border-top: 1px solid #333;
    border-bottom: 1px solid #ccc;
}

.board_data_view .header_wrap {
    border-bottom: 1px solid #eaeaea;
    padding: 45px 0;
}

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

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

.board_data_view .header_wrap .info span {
    font-size: 12px;
}
@media (max-width: 767px) {
    #community01 .page_title,
    #community02 .page_title {
        margin: 65px 0 0 0;
    }
    .board_wrapper {
        margin-top: 60px;
    }
    #community01 #item_captcha #captcha{
        margin-bottom: 10px;
    }
    .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: 12px;}
    .board_wrapper .table .subject{
        width: 45%;
    }
}