@charset "utf-8";
@import url("/public/font/notokr/notokr.css");

#site {
    padding-top: 80px;
}

/* 폰트 설정 */
*,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "notokr", "NanumGothic", "나눔고딕", "NanumBarunGothic", "Apple SD Neo Gothic", "Malgun Gothic", "Gulim", sans-serif;
}

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

p {
    font-size: 16px;
}

a:hover,
a:focus {
    text-decoration: none;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    word-break: keep-all;
}

/* 불필요 항목 삭제 */
.navbar .caret {
    display: none;
}

/* 레이아웃 조정 */
.navbar-inverse + .container {
    padding: 0;
    width: 100%;
}

.board_wrapper,
.search_wrap {
    visibility: hidden;
}

.board_wrapper,
.member_wrapper {
    margin: 0 auto;
    width: 1140px;
}

.board_wrapper {
    margin: 0 auto 100px;
}

@media (max-width: 768px) {
    .board_wrapper,
    .member_wrapper {
        width: 100%;
    }
}

/* =============== 네비게이션 =============== */

.navbar-inverse {
    background: #fff;
    position: fixed;
    top: 0;
    padding: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
}

.navbar-inverse .navbar-brand {
    margin: 0 !important;
    padding: 10px 0 !important;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    display: inline-block;
    height: auto;
    padding: 35px 0px;
    font-size: 26px;
    font-weight: 600;
    color: #222;
}

.navbar-inverse .navbar-nav > li > a {
    padding: 30px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    letter-spacing: -0.034em;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #012060;
}

.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: #012060;
}

/* 아이콘(링크) */
#gnb_83 > a,
#gnb_84 > a {
    padding: 22px 10px;
}

#gnb_83 > a img {
    border-radius: 5px;
}

#gnb_84 > a img {
    border-radius: 5px;
}

/* 태블릿 ~ 모바일 */
@media (max-width: 767px) {
    .navbar-nav {
        margin: 7px -15px 10px;
    }

    .navbar-header {
        border-bottom: 1px solid #eee;
    }

    .navbar-inverse .navbar-brand {
        padding: 11px 0 11px 15px !important;
    }

    .navbar-inverse .navbar-toggle {
        border: 0;
        margin: 24px 15px 23px 0;
        padding: 9px 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        transition: ease-in-out 0.15s all;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #222;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #222;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .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;
    }

    .navbar-inverse .navbar-nav > li > a,
    #gnb_83 > a,
    #gnb_84 > a {
        padding: 10px 15px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        font-size: 15px;
        color: #666 !important;
    }
}

/* PC */
@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        background: rgba(0, 24, 59, 0.75);
        border: none;
        padding: 0;
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.125);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.125);
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 13px 20px;
        color: #fff;
        text-align: center;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        background: rgb(1, 32, 96);
    }
}

/* =============== 메인 페이지 =============== */

/* 슬라이드 */
#mainCarousel .carousel-inner .item {
    height: 580px;
}

.carousel-control {
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.125);
    transition: ease-in-out 0.15s all;
}

.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-control {
    display: none;
}

.carousel-indicators {
    margin: 0;
    bottom: 80px;
    transform: translateX(-50%);
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    margin: 0 3px;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
    vertical-align: middle;
}

.carousel-indicators li.active {
    width: 15px;
    height: 15px;
    background-color: #f08b1f;
}

.carousel-caption {
    /* left: 0;
    top: 0;
    bottom: 0;
    width: 45%;
    padding: 8% 5% 4% 19%; 
    background-color: #006abdc2; */
    text-align: right;
    text-shadow: none;
}

.carousel-caption h1 {
    display: inline-block;
    position: relative;
    margin: 0;
    font-size: 46px;
    font-weight: 300;
    line-height: 1.3em;
    /* text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2); */
    text-align: left;
}

.carousel-caption h1:before {
    content: "";
    position: absolute;
    left: -24px;
    top: 10px;
    background: url(/public/img/main/quote-left.png) no-repeat center / cover;
    width: 16px;
    height: 14px;
}

.carousel-caption h1:after {
    content: "";
    position: absolute;
    right: -24px;
    bottom: 38px;
    background: url(/public/img/main/quote-right.png) no-repeat center / cover;
    width: 16px;
    height: 14px;
}

.carousel-caption h1 b {
    font-weight: 400;
}

.carousel-caption h1 img {
    vertical-align: 22px;
}

#mainCarousel .carousel-inner .item:nth-child(2) .carousel-caption h1:after {
    right: 35px;
}

#mainCarousel .carousel-inner .item:nth-child(3) .carousel-caption h1:after {
    right: 12px;
}

#mainCarousel .carousel-inner .item:nth-child(1) .carousel-caption,
#mainCarousel .carousel-inner .item:nth-child(3) .carousel-caption,
#mainCarousel .carousel-inner .item:nth-child(5) .carousel-caption {
    top: 60%;
    right: 25%;
}

#mainCarousel .carousel-inner .item:nth-child(2) .carousel-caption,
#mainCarousel .carousel-inner .item:nth-child(4) .carousel-caption {
    text-align: left;
}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 420px;
    }

    #mainCarousel .carousel-caption {
        left: 50% !important;
        right: auto !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 75%;
        text-align: center !important;
    }

    #mainCarousel .carousel-caption h1 {
        width: 100%;
        font-size: 30px;
        text-align: center !important;
        font-weight: 400;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45);
    }

    .carousel-caption h1:after,
    .carousel-caption h1:before {
        top: 0;
    }

    .carousel-caption h1:before {
        left: -20px !important;
    }

    .carousel-caption h1:after {
        right: -20px !important;
    }

    .carousel-control {
        font-size: 14px;
    }
}

/* 메인 - 컨텐츠 */
.mainPage {
    padding: 100px 0 50px;
}

#section_68d30a {
    padding: 50px 0;
    background: #fafafa;
}

#section_d2ddea {
    padding: 50px 0;
}

#section_9778d5 {
    padding: 50px 0 100px;
}

.main-heading2 {
    margin: 0 0 80px;
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}

.main-news .news-list {
    margin-bottom: 100px;
}

.main-news .news-list .inner {
    position: relative;
    display: block;
}

.main-news .news-list .inner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #f08b1f;
    opacity: 0;
    transition: 0.35s ease;
}

.main-news .news-list .inner:hover:after {
    opacity: 1;
}

.main-news .news-list .txt-wrap {
    padding: 30px 0 40px 40px;
}

.main-news .news-list h5 {
    margin: 0 0 15px;
    font-weight: 600;
    font-size: 16px;
    color: #222;
    letter-spacing: -0.034em;
}

.main-news .news-list h5 span {
    display: inline-block;
    margin-left: 0;
}

.main-news .news-list p {
    margin: 0;
    font-size: 15px;
    color: #333;
    letter-spacing: -0.034em;
}

.baaner-img {
    width: 100%;
}

.parallax-banner {
    width: 100%;
    height: 520px;
    background: url(/public/img/main/main-07.jpg) no-repeat center/cover;
    background-attachment: fixed;
}

.baaner-slide-wrap {
    margin-top: 100px;
}

.slick-arrow {
    width: 48px;
    height: 48px;
}

.slick-prev {
    left: -80px;
}

.slick-next {
    right: -80px;
}

.slick-arrow:before {
    display: none !important;
    content: "";
    display: inline-block;
    width: 48px;
    height: 48px;
}

.slick-prev:before {
    background: url(/public/img/main/arrow_prev2.png) no-repeat center/cover;
}

.slick-next:before {
    background: url(/public/img/main/arrow_next2.png) no-repeat center/cover;
}

.slick-dots {
    bottom: -40px;
}

.slick-dots li {
    margin: 0 2px;
}

.slick-dots li button:before {
    font-size: 13px;
}

@media (max-width: 768px) {
    .mainPage {
        padding: 70px 0 50px;
    }

    .main-heading2 {
        margin: 0 0 50px;
        font-size: 32px;
    }

    .main-news .news-list {
        margin-bottom: 50px;
    }

    .main-news .news-list .inner {
        margin-bottom: 30px;
    }

    .main-news .news-list > div:last-child .inner {
        margin-bottom: 0;
    }

    .baaner-slide-wrap {
        margin-top: 50px;
    }
}

/* 메인 - 게시판 */
.board_box_list {
    width: 50%;
}

.board_box_list[data-bd-id="bbs02"] {
    padding-right: 40px;
}

.board_box_list[data-bd-id="bbs03"] {
    padding-left: 40px;
}

.board_box_list .page-header {
    margin-top: 0;
    border-bottom: 2px solid #ddd;
}

.board_box_list .page-header h4 {
    font-size: 23px;
    letter-spacing: -0.034em;
}

.board_box_list .page-header a {
    margin-top: 7px !important;
}

.board_box_list ul li a:hover,
.board_box_list ul li a:focus {
    font-weight: 500;
    color: #222;
}

.board_box_list ul {
    min-height: 242px;
    padding: 0 8px 20px;
    border-bottom: 2px solid #ddd;
}

.board_box_list ul li {
    padding: 7px 10px;
    font-size: 14px;
}

.board_box_list ul li span {
    color: #888;
    font-size: 14px;
}

.board_box_list[data-bd-id="bbs02"] ul li {
    position: relative;
}

.board_box_list[data-bd-id="bbs02"] ul li:before {
    content: "";
    left: 0;
    top: 14px;
    position: absolute;
    border-left: 3px solid #f08b1f;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.board_box_list[data-bd-id="bbs03"] ul li {
    padding: 16px 10px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}

.board_box_list[data-bd-id="bbs03"] ul li:last-child {
    border-bottom: none;
}

@media (max-width: 768px) {
    .board_box_list {
        padding: 0 15px !important;
        width: 100%;
    }

    .board_box_list .page-header h4 {
        font-size: 20px;
        word-break: break-all;
    }

    .board_box_list .page-header a {
        margin-top: 3px !important;
    }

    #reply_list .text-center span {
        font-size: 16px !important;
    }
}

/* 메인 - 게시판(블로그 B) */
#section_68d30a .page-header {
    display: none;
}

#section_68d30a .board_box_blog2 {
    margin-bottom: 0 !important;
    padding: 0;
}

#section_68d30a .board_box_blog2 .row > div {
    width: 25%;
}

#section_68d30a .board_box_blog2 .inner {
    margin-top: 0;
    margin-bottom: 0;
}

#section_68d30a .inner .bottom {
    background: #fff;
}

.board_box_blog2 .inner .top {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.board_box_blog2 .inner .bottom .title {
    margin: 0;
}

.board_box_blog2 .inner .bottom .info {
    display: none;
}

/* .board_box_blog2 .inner .top:before {
    content: "";
    position: absolute;
    left: -28px;
    top: -25px;
    width: 50px;
    height: 50px;
    background: #fafafa;
    transform: rotate(43deg);
    z-index: 10;
}

.board_box_blog2 .inner .top:after {
    content: "";
    position: absolute;
    right: -28px;
    bottom: -25px;
    width: 50px;
    height: 50px;
    background: #fafafa;
    transform: rotate(43deg);
    z-index: 10;
} */

.board_box_blog2 .inner .top a {
    position: relative;
}

.board_box_blog2 .inner .top a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    transition: 0.35s ease;
}

.board_box_blog2 .inner:hover {
    border-color: #ddd;
}

.board_box_blog2 .inner .top a:hover:before {
    opacity: 1;
}

.board_box_blog2 .inner .top a .thumb {
    height: 250px;
}

.search_wrap {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: left;
}

@media (max-width: 768px) {
    #section_68d30a .board_box_blog2 .row > div {
        margin-bottom: 15px;
        width: 100%;
    }

    #section_68d30a .board_box_blog2 .row > div:last-child {
        margin-bottom: 0;
    }
}

/* =============== 푸터 =============== */
footer {
    padding: 35px 0;
    background: #333;
    color: #bbb;
    font-size: 13px;
}

footer ul {
    margin: 0;
}

footer ul li {
    font-size: 15px;
    color: #ccc;
    line-height: 1.8em;
    font-weight: 300;
}

footer ul span {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

footer ul span:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 8px;
    width: 1px;
    height: 11px;
    background: rgba(255, 255, 255, 0.25);
}

footer ul li > span:last-child:after {
    display: none;
}

.footer-top {
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-top .inner-right {
    text-align: right;
}

.footer-top .inner-right ul li a {
    color: #e1e1e1;
    font-size: 14px;
}

.footer-top .inner-right ul li a:hover,
.footer-top .inner-right ul li a:focus {
    color: #fff;
}

.footer-bottom .link-icon {
    text-align: right;
}

.footer-bottom .link-icon a {
    display: inline-block;
    margin-left: 10px;
    border-radius: 5px;
    overflow: hidden;
    opacity: 0.9;
    transition: 0.35s ease;
    width: 30px;
}

.footer-bottom .link-icon a:hover {
    opacity: 1;
}

.footer-bottom .link-icon a.admin-btn {
    padding-top: 4px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 15px;
    color: #333;
}

footer .copy {
    text-align: right;
    margin: 0 0 10px;
    font-size: 12px;
    color: #ccc;
}

@media (max-width: 768px) {
    footer ul li,
    .footer-top .inner-right ul li a {
        font-size: 13px;
        text-align: left;
    }

    footer ul span:after {
        top: 6px;
    }

    .footer-top .inner-right {
        margin-top: 30px;
    }

    .footer-bottom img {
        margin: 0 auto;
    }

    footer .copy,
    .footer-bottom .link-icon {
        text-align: center;
    }

    footer .copy {
        margin: 10px 0 20px;
        color: #888;
    }
}

/* =============== 게시판 =============== */

.btn.btn-primary {
    background-color: #f08b1f;
    border: 1px solid #f08b1f;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #d76e00;
    border: 1px solid #d76e00;
}

@media (max-width: 768px) {
    .subPage[id^="bbs"] .board_wrapper {
        margin-bottom: 0;
        margin-top: 0;
    }

    .table.table_default {
        margin-bottom: 0;
    }

    .table.table_default > colgroup {
        display: none;
    }

    .table.table_default tr th.subject,
    .table.table_default tr td.subject {
        width: 40%;
    }

    .search_wrap,
    .pagination_wrap {
        margin: 30px 0 0;
    }

    :is(#bbs01, #bbs01_02) .search_wrap {
        margin: 0;
    }

    .search_wrap #search_kind {
        width: 28%;
        float: left;
    }

    .search_wrap #search_query {
        width: 70% !important;
        float: right;
    }

    .search_wrap .write_btn_wrap {
        margin: 5px 0 0;
    }

    :is(#bbs01, #bbs01_02) .search_wrap .write_btn_wrap {
        margin: 5px 0 50px;
    }
}

/* blog B */
.subPage[id^="bbs"] .table_blog2 > dd {
    width: 25%;
}

.table_blog2 dd .inner {
    position: relative;
}

:is(#bbs01, #bbs01_02) .table_blog2 dd .inner .top a .thumb {
    height: 250px;
}

.board_wrapper .text-center {
    width: 100%;
}

@media (max-width: 768px) {
    .subPage[id^="bbs"] .table_blog2 > dd {
        width: 100%;
    }

    .board_wrapper fieldset > .text-center {
        display: flex;
        justify-content: space-between;
    }
}

/* 인증서 게시판 */
#bbs05 .table_blog2 dd .inner .top a,
#bbs06 .table_blog2 dd .inner .top a,
#bbs07 .table_blog2 dd .inner .top a,
#bbs08 .table_blog2 dd .inner .top a,
#bbs09 .table_blog2 dd .inner .top a {
    padding: 10px;
}

#bbs05 .table_blog2 dd .inner .top a .thumb,
#bbs06 .table_blog2 dd .inner .top a .thumb,
#bbs07 .table_blog2 dd .inner .top a .thumb,
#bbs08 .table_blog2 dd .inner .top a .thumb,
#bbs09 .table_blog2 dd .inner .top a .thumb {
    height: 350px;
}

/* 게시판 - 카테고리 */
.category_wrap {
    margin-bottom: 50px;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
}

.category_wrap ul {
    padding: 30px 30px 25px;
    background: #fafafa;
    border: 1px solid #eee;
    border-top: 2px solid #333;
    /* border-bottom: 1px solid #333; */
}

.category_wrap ul li {
    margin-left: 15px;
    margin-bottom: 8px;
}

.category_wrap ul li a,
.category_wrap ul li.on a {
    padding: 12px 15px;
    background: #fff;
    border-radius: 20px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.034em;
    color: #333;
}

.category_wrap ul li.on a {
    background: #333;
    color: #fff;
}

.category_wrap ul li a:hover,
.category_wrap ul li a:focus,
.category_wrap ul li.on a:hover,
.category_wrap ul li.on a:focus {
    background: #3b89cc;
    border-bottom: none;
    color: #fff;
}

.badge {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 5px 8px;
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 0;
    /* box-shadow: 0 0 3px rgba(0,0,0,0.35); */
    font-weight: 400;
}

@media (max-width: 768px) {
    .category_wrap ul {
        padding: 15px;
    }

    .category_wrap ul li,
    .category_wrap ul li + li {
        margin-left: 10px;
    }

    .category_wrap ul li a,
    .category_wrap ul li.on a {
        padding: 7px 15px;
        font-size: 13px;
    }
}

/* =============== 로그인 =============== */

@media (max-width: 768px) {
    .member_wrapper {
        padding: 70px 15px;
    }

    .member_wrapper .login_extra ul li + li::before {
        margin: 0 10px;
    }
}

/* =============== 서브페이지 =============== */
.sub-top {
    height: 220px;
    background: url(/public/img/sub/sub-top-01.jpg) no-repeat center/cover;
    text-align: center;
}

#about01 .sub-top {
    background: url(/public/img/sub/sub-top-01.jpg) no-repeat center/cover;
}

#about02 .sub-top {
    background: url(/public/img/sub/sub-top-02.jpg) no-repeat center/cover;
}

#about03 .sub-top {
    background: url(/public/img/sub/sub-top-03.jpg) no-repeat center/cover;
}

#about04 .sub-top {
    background: url(/public/img/sub/sub-top-04.jpg) no-repeat center/cover;
}

#business01 .sub-top {
    background: url(/public/img/sub/sub-top-05.jpg) no-repeat center/cover;
}

/* 인증현황 */
.subPage[id^="bbs"] .sub-top {
    background: url(/public/img/sub/sub-top-07.jpg) no-repeat center/cover;
}

/* 제품소개 */
.subPage:is(#bbs01, #bbs01_02) .sub-top {
    background: url(/public/img/sub/sub-top-09.jpg) no-repeat center/cover;
}

/* 고객지원 */
.subPage#bbs02 .sub-top,
.subPage#bbs03 .sub-top,
.subPage#bbs04 .sub-top {
    background: url(/public/img/sub/sub-top-08.jpg) no-repeat center/cover;
}

.sub-top .sub-top-tit {
    display: inline-block;
    margin-top: 75px;
    padding: 15px 2px;
    /* border-top: 1px solid rgba(255, 255, 255, 0.5); */
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
    color: #fff;
}

.sub-top .breadcrumb {
    margin: 20px 0 0;
    padding: 0;
    background: transparent;
    text-align: center;
}

.sub-top .breadcrumb li {
    font-size: 14px;
    color: #888;
}

.sub-top .breadcrumb li.active {
    color: #000;
}

.sub-top .breadcrumb li + li:before {
    content: "|";
    padding: 0 20px;
}

.sub-content {
    padding: 120px 0;
}

.sub-content section {
    margin-bottom: 200px;
}

.sub-content section:last-child {
    margin-bottom: 0;
}

.tit-wrap {
    position: relative;
    margin: 0 0 140px;
    text-align: center;
}

.tit-wrap:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    width: 35px;
    height: 3px;
    border-radius: 45px;
    background: #e70012;
}

.tit-wrap h2 {
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 48px;
    letter-spacing: -0.02em;
}

.tit-wrap h5 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.06em;
}

.images {
    width: 100%;
}

.default-desc {
    margin: 35px 0 10px;
    line-height: 1.8em;
    color: #222;
    font-size: 17px;
    letter-spacing: -0.04em;
}

.default-desc .name {
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

.default-desc .emp {
    font-weight: 500;
    color: #000;
}

@media (max-width: 768px) {
    .sub-content {
        padding: 70px 0;
    }

    .sub-content section {
        margin-bottom: 70px;
    }

    .sub-top .sub-top-tit {
        font-size: 32px;
    }

    .tit-wrap {
        margin: 0 0 100px;
    }

    .tit-wrap:before {
        bottom: -30px;
    }

    .tit-wrap h2 {
        font-size: 26px;
    }

    .tit-wrap h5 {
        font-size: 16px;
    }

    .default-desc {
        font-size: 16px;
    }
}

/* about */
.history-table {
    margin: 20px auto;
    width: 94%;
}

.history-table tbody tr {
    border-bottom: 1px solid #eee;
}

.history-table tbody tr th {
    font-size: 54px;
    /* font-family: "NanumSquare"; */
    letter-spacing: -0.03em;
    font-weight: 300;
    color: #007fe1;
    vertical-align: top;
    padding: 30px 0;
    font-style: italic;
}

.history-table tbody tr td {
    padding: 40px 0px 40px;
}

.history-table tbody tr td p {
    display: table;
    margin-bottom: 7px;
    font-size: 17px;
    color: #555;
    letter-spacing: -0.04em;
}

.history-table tbody tr td p b {
    color: #222;
    font-weight: 500;
}

.history-table tbody tr td p .day {
    display: table-cell;
    min-width: 50px;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #333;
}

.history-table tbody tr td img {
    margin-bottom: 20px;
    padding: 8px;
    border-radius: 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.history-table .history-icon {
    display: inline-block;
    margin: 0px 1px 0 12px;
    vertical-align: 28px;
}

@media (max-width: 768px) {
    /* .history-table tbody tr:last-child {
        border: none;
    } */

    .history-table colgroup {
        display: none;
    }

    .history-table tbody tr th,
    .history-table tbody tr td {
        display: block;
    }

    .history-table tbody tr th {
        padding: 20px 0 10px;
        font-size: 40px;
    }

    .history-table tbody tr td {
        padding: 0 0 30px;
    }

    .history-table tbody tr td p .day {
        min-width: 55px;
    }

    #about02 .sec1 img {
        vertical-align: 20px;
    }
}

#daumRoughmapContainer1583721442152 {
    width: 100% !important;
    padding: 0;
}

.location-table {
    margin: 50px 0 0;
    width: 100%;
    border-top: 2px solid #333;
}

.location-table tr th,
.location-table tr td {
    padding: 18px 15px;
    border-bottom: 1px solid #ddd !important;
    letter-spacing: -0.03em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 16px;
}

.location-table tr th {
    color: #222;
    background: #f8f8f8;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
}

@media (max-width: 768px) {
    #daumRoughmapContainer1583721442152 {
        height: 360px !important;
    }
}

/* business */
.sub-heading3 {
    position: relative;
    margin: 0 0 30px;
    padding-left: 12px;
    font-size: 25px;
    letter-spacing: -0.06em;
    font-weight: 600;
}

.sub-heading3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 5px;
    height: 23px;
    background: #ff606c;
    border-radius: 20px;
}

.dl-style dt {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.034em;
}

.dl-style dd {
    position: relative;
    padding-left: 13px;
    font-size: 16px;
    color: #555;
    letter-spacing: -0.06em;
}

.dl-style dd:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 4px;
    background: #afafaf;
}

.footer-bottom .col-md-7 img {
    width: 150px;
}

.navbar-brand > img {
    width: 180px;
}

@media (max-width: 768px) {
    .sub-heading3 {
        margin: 10px 0 30px;
        font-size: 22px;
    }

    .sub-heading3:before {
        top: 1px;
    }
}

/* sertification */
.sertifi-list h5 {
    margin: 25px 0 30px;
    font-size: 18px;
    text-align: center;
}

.sertifi-list img {
    padding: 5px;
    border-radius: 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.03);
}

.nav-tabs {
    margin: 0 0 50px;
}

.nav-tabs > li > a {
    padding: 15px 30px;
    font-size: 16px;
    color: #555;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    font-weight: 500;
    color: #007fe1;
}

@media (max-width: 768px) {
    .nav-tabs {
        margin: 0 0 30px;
        border: none;
    }

    .nav-tabs > li {
        float: none;
    }

    .nav-tabs > li > a,
    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus {
        margin: 0 0 5px;
        border-radius: 0;
        border: 1px solid #ddd;
    }

    .nav-tabs > li:last-child > a {
        margin: 0;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover {
        border: 1px solid #007fe1;
    }
}

/* 추가 */
.table.table_default thead th {
    font-size: 14px;
    border-bottom: #ddd;
}

.table.table_default tbody .subject {
    font-size: 16px;
    letter-spacing: -0.034em;
}

.table.table_default tbody .writer,
.table.table_default tbody .regdate,
.table.table_default tbody .hits,
.table.table_default tbody .num {
    font-size: 14px;
    font-weight: normal;
}

.badge {
    font-weight: 400;
    padding: 4px 7px 3px;
    line-height: 1.2em;
}

.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    background: #fafafa;
}

.board_data_view .header_wrap .title {
    letter-spacing: -0.05em;
}

.contents_wrap .contents_inner p {
    font-size: 17px;
}

.table_blog2 dd .inner .bottom {
    padding: 0 15px 15px;
}

.table_blog2 dd .inner .bottom .title a {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.034em;
}

:is(#bbs01, #bbs01_02) .table_blog2 dd .inner .bottom .title {
    padding-top: 15px;
}

.table_blog2 dd .inner .bottom .info {
    font-size: 13px;
}

.text-muted {
    font-size: 15px;
    letter-spacing: -0.06em;
    padding-top: 5px;
    color: #333;
}

#about02 .sec1 img {
    border-radius: 5px;
}

.category_wrap ul li a {
    border: 1px solid #ddd;
}

.board_box_list ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    letter-spacing: -0.034em;
}

/* 추가 CSS 모바일 */
@media (max-width: 768px) {
    .board_box_list ul {
        min-height: 150px;
    }

    .board_data_view .header_wrap {
        padding: 30px 15px;
    }

    .board_data_view .header_wrap .title {
        font-size: 18px;
    }
}

/* 준비중페이지 */
.maintenance {
    margin-top: 5px;
    border: 7px solid #e5e5e5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
    margin-bottom: 10px;
}

.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.6;
    font-size: 14px;
    color: #818181;
    margin-bottom: 30px;
}

.maintenance .btn {
    border-radius: 0;
    padding: 15px 40px;
    font-size: 14px;
    width: 180px;
    border-color: #666;
    color: #333;
    font-size: 13px;
    font-weight: 700;
}

.maintenance .btn:hover {
    color: #fff;
    background: #333;
}

/* 팝업 */
@media (max-width: 767px) {
    .main_popup_center {
        transform: none !important;
    }

    .main_popup_contents {
        padding: 0;
    }

    .main_popup_contents img {
        width: 100%;
        height: auto;
    }
}

/* 20231016 */
#board_data_blog2 {
    & {
        --repeat: 1;
        display: grid;
        grid-template-columns: repeat(var(--repeat), minmax(0, 1fr));
        margin: 0;
        gap: 20px;
    }
    & > * {
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }
    /* Small devices (landscape phones, 576px and up) */
    @media (width >= 576px) {
        & {
            --repeat: 2;
            gap: 20px;
        }
    }
    /* Medium devices (tablets, 768px and up) */
    @media (width >= 768px) {
        & {
            --repeat: 3;
            gap: 25px;
        }
    }

    /* Large devices (desktops, 992px and up) */
    @media (width >= 992px) {
        & {
            --repeat: 4;
            gap: 30px;
        }
    }
}
#board_data_blog2::before,
#board_data_blog2::after {
    content: none;
}
