@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
#site {
    padding-top: 0;
    font-family: "Roboto", "notokr", sans-serif;
    font-size: 16px;
}

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

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

.table_blog dd {
    padding: 10px 20px 20px;
}

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

/* 상단 메뉴 */
.navbar-inverse {
    background: rgba(255, 255, 255, 0);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    /* box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1); */
    margin-bottom: 0;
    transition: all 0.3s ease;
}
.navbar-inverse.on {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-brand {
    height: auto;
    padding: 24px 0 0;
    margin: 0 !important;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}
.navbar-inverse.on .navbar-nav > li > a {
    color: #333;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #64d1dc;
}

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

@media (max-width: 767px) {
    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 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;
    }
}

@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;
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.125);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.125);
        background: rgba(0, 0, 0, 0.65);
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: 500;
        font-size: 15px;
        letter-spacing: -0.034em;
        border-bottom: 1px solid #000;
        text-align: center;
        background: transparent;
        color: #fff;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        background: #21a2b8;
        color: #fff;
    }
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a:last-child {
    border-bottom: 0;
}
@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-right: -30px;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding: 35px 25px;
    }
}

/* 슬라이드 공통 */
.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;
}

.carousel-indicators li {
    width: 80px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    margin: 0 4px;
    border-radius: 0;
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    width: 80px;
    height: 8px;
    background-color: #fff;
    margin: 0 4px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.125);
}

.carousel-caption {
    text-align: left;
    top: 50%;
    /* text-shadow: 0px 0px 10px rgba(0, 0, 0, .75); */
    text-shadow: none;
}
.carousel-caption h1 {
    position: relative;
}
.carousel-caption h1::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #fff;
    margin: 30px 0 40px;
}
.carousel-caption h1 small {
    font-weight: 300;
    font-size: 28px;
    color: #fff;
    letter-spacing: -0.034em;
    display: block;
    margin-bottom: 20px;
}
.carousel-caption h1 strong {
    display: block;
    font-size: 78px;
}
.carousel-caption p {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.45em;
}
@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 6px;
        height: 6px;
    }
}

/* 푸터 */
#site footer {
    margin-top: 0px;
    padding: 45px 0 40px;
    background-color: #353535;
    color: #ddd;
}
#site footer .copy {
    font-size: 11px;
    letter-spacing: 0.02em;
    opacity: 0.5;
    font-weight: 400;
}

#site footer .text-left > div:nth-child(2) {
    padding-left: 50px;
    width: 80%;
}

#site footer li:first-child {
    font-weight: 500;
    font-size: 15px;
}

#site footer .text-left > div:nth-child(1) {
    width: 20%;
}
#site footer .text-left > div:nth-child(1) img {
    opacity: 0.5;
}
#site footer ul + ul {
    margin-top: -10px;
}
/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
    height: 700px;
}

.root_daum_roughmap {
    width: 100% !important;
    padding: 0 !important;
}

.root_daum_roughmap .map_border {
    display: none !important;
}

.board_box_blog2 .row {
    margin-left: -5px;
    margin-right: -5px;
}

.board_box_blog2 .row > div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

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

.board_box_blog2 .inner .bottom {
    padding: 12px 10px;
}

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

.board_box_blog2 .inner .bottom .title a {
    font-size: 14px;
}

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

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

/* member */
.member_wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

.member_wrapper .btn {
    transition: all ease 0.3s;
}

.member_wrapper .table tbody tr th {
    background-color: rgba(0, 0, 0, 0.03);
}

.member_wrapper .table tbody tr th span {
    color: #5dae57;
}
/* personal setting 0.67v */
@media (min-width: 768px) {
    .col-sm-20 {
        width: 20%;
        float: left;
        position: relative;
    }
}
/* img */
.img-bordered {
    border: 5px solid #eee;
    padding: 0 50px;
}
.img-caption {
    margin: 10px 0;
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: 700;
}
/* align */
.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td {
    text-align: center !important;
    vertical-align: middle !important;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td {
    text-align: left !important;
}
/* font */
.numbering {
    margin-right: 10px;
}
.numbering.circle,
.numbering.sqr {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #20a2b8;
}
.numbering.circle {
    border-radius: 50%;
}
/*list style*/
.li-none > li {
    list-style: none !important;
    margin-left: 20px;
}
.li-circle > li {
    list-style: circle !important;
    margin-left: 20px;
}
.li-disc > li {
    list-style: disc !important;
    margin-left: 20px;
}
.li-check > li,
.li-dash > li,
.li-dot > li {
    padding: 2px 0 2px 13px;
    position: relative;
}
.li-check > li:before,
.li-dash > li:before,
.li-dot > li:before {
    content: "-";
    display: block;
    position: absolute;
    left: 2px;
    top: 0px;
}
.li-dot > li:before {
    content: "·";
}
.li-check > li:before {
    content: "\f00c";
    left: 0;
    font-family: "font awesome 5 free";
    font-weight: 900;
    color: #20a2b8;
}
.root_daum_roughmap .cont {
    display: none;
}
.location-li {
    border-top: 2px solid #222;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 180px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}
@media (max-width: 767px) {
    .location-li span {
        display: block;
    }
}
.location-li span i {
    margin-right: 12px;
    background: #20a2b8;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 9px 0 0;
    border-radius: 50%;
    font-size: 13px;
}
.partner-li {
    margin: 20px 0;
}
.partner-li:after {
    content: "";
    display: block;
    clear: both;
}
.partner-li > li {
    float: left;
    width: 20%;
    padding: 10px;
}
.partner-li > li img {
    border: 1px solid #ddd;
}
.category-li {
    display: inline-block;
    margin: 20px auto;
}
.category-li:after {
    content: "";
    display: block;
    clear: both;
}
.category-li > li {
    float: left;
    margin: 5px;
    padding: 10px 20px;
    background: #f5f5f5;
    border: 1px solid #ddd;
}
.li-pill li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 100px;
}
.li-pill li span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    text-align: center;
    width: 90px;
    color: #555;
    line-height: 1.1;
    font-weight: 500;
    border-radius: 4px;
    background: #d5d5d5;
}
.trait-dl {
    margin: 40px 0;
}
.trait-dl:after {
    content: "";
    display: block;
    clear: both;
}
.trait-dl dt,
.trait-dl dd {
    float: left;
    margin-bottom: 10px;
    padding: 20px 40px;
    border-top: 2px solid #ddd;
}
.trait-dl dt {
    border-color: #20a2b8;
    font-size: 18px;
}
.stripe-dl {
    margin: 30px 0;
}
.stripe-dl dt {
    padding: 10px 20px;
    font-size: 16px;
    background: #f5f5f5;
}
.stripe-dl dd {
    margin-bottom: 20px;
    padding: 20px;
}
@media (min-width: 768px) {
    .trait-dl dt {
        width: 25%;
    }
    .trait-dl dd {
        width: 75%;
    }
}
@media (max-width: 767px) {
    .partner-li > li {
        width: 50%;
    }
}
/* component */
.card {
    display: block;
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    min-height: max-content;
}
.card .card-ttl {
    margin: -15px -15px 15px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #20a2b8;
}
.column-2 {
    column-count: 2;
    column-rule: 1px solid #ddd;
    column-gap: 30px;
}

.more-btn {
    display: block;
    margin: 40px auto 10px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #20a2b8;
    background: #20a2b8;
}
.more-btn:hover {
    color: #20a2b8;
    background: transparent;
}
.circle-wrap {
    margin: 30px 0;
    text-align: center;
}
.circle-wrap .circle {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    margin: 0 15px;
    vertical-align: top;
    border-radius: 50%;
    background: #555;
}
.circle-wrap .circle > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    min-width: 80%;
}
.bull {
    position: relative;
    padding-left: 0.5em;
}
.bull:before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #20a2b8;
    position: absolute;
    left: 0;
    top: 0.5em;
    margin-top: -3px;
}
@media (max-width: 767px) {
    .column-2 {
        column-count: 1;
    }
}
.column-2 ul,
.column-2 dl,
.column-2 ol {
    margin: 0;
}

.greet .quote,
p.quote {
    margin: 20px 0;
    font-size: 30px;
    font-weight: 400;
    color: #555;
    line-height: 1.4;
    letter-spacing: -0.06em;
}
p.quote span {
    font-weight: 500;
}
/* custom setting */
ul,
dl,
ol {
    padding: 0;
}
p,
li,
dt,
dd {
    line-height: 1.6;
}
a:hover,
a:focus {
    text-decoration: none;
}
* {
    box-sizing: border-box;
    word-break: keep-all;
}
.table-style {
    margin: 0 0 20px;
    border-top: 2px solid #20a2b8;
}

.table-style tr th,
.table-style tr td {
    padding: 10px 10px !important;
    border-bottom: 1px solid #dedede !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
}

.table-style tr th {
    color: #333;
    text-align: center;
}

.table-style thead tr th {
    background: #f8f8f8;
}

.table-style tr td {
    color: #666;
}
.history-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.history-wrap:before {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background: #76706e;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.history-wrap .history-box {
    position: relative;
    width: 50%;
    padding: 30px 50px;
}

.history-wrap h6 {
    position: relative;
    margin: 0 0 10px;
    color: #494949;
    font-size: 36px;
    letter-spacing: -0.05em;
    font-weight: 400;
}
.history-wrap h6:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -45px;
    display: block;
    border-right: 0px;
    border-top: 1px solid #20a2b8;
    width: 26px;
}
.history-wrap h6:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translate(-50%, -50%);
    display: block;
    width: 11px;
    height: 11px;
    border: 2px solid #20a2b8;
    border-radius: 50%;
    background: #fff;
}
.history-wrap li {
    position: relative;
    margin: 5px 0;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #313131;
}
.history-wrap li span {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #20a2b8;
}
@media (min-width: 768px) {
    .history-wrap .history-box:nth-child(odd) {
        text-align: right;
    }
    .history-wrap .history-box:nth-child(even) {
        margin-top: 80px;
    }
    .history-wrap .history-box:nth-child(odd) h6:before {
        left: auto;
        right: -45px;
    }
    .history-wrap .history-box:nth-child(odd) h6:after {
        left: auto;
        right: -61px;
    }
}
@media (max-width: 767px) {
    .history-wrap:before {
        left: 15px;
    }
    .history-wrap .history-box {
        width: 100%;
        padding-top: 0;
        padding-right: 15px;
        margin-left: 15px;
    }
    .history-wrap h6 {
        font-size: 26px;
    }
    .history-wrap li {
        font-size: 14px;
    }
}

/* personal setting 0.67v end */
/* navigation setting */

/* mainpage setting */
.main-business {
    padding: 80px 0 90px;
    background: #fafafa;
}
.main-business h3 {
    margin: 0 0 55px;
    text-align: center;
    font-size: 35px;
    letter-spacing: -0.03em;
    color: #111;
    font-weight: 700;
}
.main-business ul {
    display: flex;
    justify-content: center;
    margin: 0 -10px;
}
.main-business ul li {
    width: calc(100% / 6);
    height: 220px;
    margin: 0 10px;
    padding: 100px 20px 0;
    display: flex;
    border-radius: 0;
    text-align: center;
    color: #333;
    font-size: 17px;
    line-height: 1.3;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border: 3px solid #eee;
    letter-spacing: -0.034em;
    position: relative;
    background: #fff;
}
.main-business ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #2eb6ce;
    position: absolute;
    top: 51px;
    font-size: 45px;
}
.main-business ul li:nth-child(1)::before {
    content: "\f0b1";
}
.main-business ul li:nth-child(2)::before {
    content: "\f086";
}
.main-business ul li:nth-child(3)::before {
    content: "\f2b5";
}
.main-business ul li:nth-child(4)::before {
    content: "\f684";
}
.main-business ul li:nth-child(5)::before {
    content: "\f0ea";
}
.main-business ul li:nth-child(6)::before {
    content: "\f5da";
}
.main-business ul li::after {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    width: 50px;
    height: 50px;
    border: 3px solid #98d8e2;
    border-right: 0px;
    border-bottom: 0px;
    z-index: 1;
}
.main-bottom {
    padding: 0;
    position: relative;
}
.main-inquiry,
.main-contact {
    padding: 0;
}
.board_box_status {
    background: #eee;
    padding: 40px 70px 50px 15px;
    margin: 0 !important;
    min-height: 266px;
}

.board_box_status::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    background: #eee;
    top: 0;
    left: -100%;
    z-index: -1;
}
.main-bottom .board_box_status ul li {
    padding: 5px 0;
}
.main-bottom .board_box_status .info span.writer {
    font-weight: 400;
    opacity: 0.8;
}
.main-bottom .board_box_status ul li .pull-right {
    font-size: 14px;
}
div[class^="board_box_"] .page-header .pull-right {
    font-size: 16px;
    margin: 7px 3px 0 0;
    color: #555;
}
.main-bottom .board_box_status ul li .board_status_badge {
    font-weight: 400;
    margin-right: 10px;
    padding: 2px 8px 0;
    border-radius: 2px;
    text-align: center;
    background: #ffa16a !important;
    color: #fff !important;
    font-size: 13px;
}
div[class^="board_box_"] .page-header {
    margin-top: 0;
    border-color: #333;
    border-bottom: 1px solid rgba(117, 117, 117, 0.6);
    padding-bottom: 5px;
}
div[class^="board_box_"] .page-header h4 {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.06em;
}
.main-contact .inner::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    background: #1aa4bd;
    top: 0;
    right: -100%;
    z-index: -1;
}

.main-contact .inner {
    position: relative;
    padding: 45px 20px 0 80px;
    background: #1aa4bd;
    height: 277px;
}
.main-contact .inner:after,
.main-contact .inner:before {
}
.main-contact .inner:after {
}
.main-contact h4 {
    font-weight: 400;
    letter-spacing: -0.03em;
    font-size: 24px;
    color: #fff;
    margin-bottom: 40px;
}
.main-contact h4:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 3px;
    vertical-align: baseline;
    background: #9ff1ff;
    margin-left: 6px;
}
.main-contact .tel {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.03em;
    color: #fff;
    line-height: 1.5;
    padding-left: 80px;
    margin: 0;
}
.main-contact .time {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    padding: 12px 0;
    font-weight: 500;
    margin: 0 0 0 79px;
}
.main-contact .time span {
    margin-right: 10px;
    padding-right: 15px;
    display: inline-block;
    line-height: 1;
    border-right: 1px solid #61c7d8;
    letter-spacing: -0.06em;
    font-size: 17px;
    font-weight: 500;
}
.main-contact i {
    content: "\f095";
    position: absolute;
    left: 75px;
    bottom: 75px;
    font-size: 28px;
    opacity: 1;
    color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    padding: 13px;
    border: 8px solid rgba(255, 255, 255, 0.4);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/* footer setting */
#site footer li {
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
}

/* subpage setting */
.maintenance {
    margin-top: 5px;
    border: 7px solid #e5e5e5;
    padding: 75px 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;
    margin-top: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}
.board_wrapper,
.calendar_wrapper {
    margin-top: 0;
    visibility: hidden;
}
.pagination_wrap,
.search_wrap {
    visibility: hidden;
}
.pageheader {
    height: 350px;
    background: #000 url(/public/img/sub/subtop-bg.jpg) no-repeat center / cover;
    position: relative;
}
.pageheader::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.45;
}
.pageheader .container {
    position: relative;
    height: 100%;
}
.pageheader h2 {
    margin: 0 0 10px;
    font-size: 47px;
    color: #fff;
    margin-top: 180px;
}
.breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 13px;
    color: #fff;
}
.breadcrumb .active {
    color: #64e9ff;
}
.subpage-content {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: calc(100vh - 425px);
}
.subpage-content .emp {
    font-weight: 500;
    color: #e46900;
    letter-spacing: -0.034em;
}
.subpage-content section {
    padding-bottom: 40px;
}
.subpage-content section h4 {
    position: relative;
    margin-bottom: 20px;
    font-size: 26px;
}
.subpage-content section h5 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
}
.s-title {
    text-align: center;
    margin-bottom: 60px;
}
.s-title h3 {
    margin: 0;
    font-size: 42px;
    letter-spacing: -0.034em;
}
@media (max-width: 767px) {
    .table_default colgroup,
    .table_default .cate,
    .table_default .writer,
    .table_default .num,
    .table_default .regdate,
    .table_default .hits {
        display: none;
    }
}

/* subpage about */
.greet .left-con {
    width: 40%;
    padding: 20px 10px 0 40px;
}

.greet .right-con {
    width: 60%;
    padding: 0 100px 0 80px;
}

.greet dl {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 30px 10px 20px;
    margin-bottom: 50px;
    width: 90%;
}
.greet .quote span {
    display: block;
    font-size: 1.2em;
    color: #333;
    font-weight: 700;
}
.greet p {
    margin-bottom: 50px;
    font-size: 17px;
    letter-spacing: -0.034em;
    line-height: 1.45em;
}
.greet dt {
    letter-spacing: -0.034em;
    margin-bottom: 5px;
    font-size: 18px;
}
.greet dt span {
    margin-right: 10px;
    color: #00a2bd;
    font-size: 32px;
}
.greet dd {
    margin-bottom: 32px;
    color: #777;
    font-weight: 500;
    letter-spacing: -0.034em;
}

/* subpage member */
#site .prof-name {
    position: relative;
    padding: 23px 30px 23px 250px;
    font-size: 36px;
    border: 7px solid #eee;
    font-weight: 700;
    margin: 0 0 30px;
}
#site .prof-name::before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: -7px;
    width: 14%;
    border-bottom: 7px solid #66cee0;
    z-index: 1;
}
#site .prof-name:after {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    width: 36%;
    height: calc(100% + 14px);
    border: 7px solid #66cee0;
    border-right: 0px;
    border-bottom: 0px;
    z-index: 1;
}
.profile-wrap > div {
}
.profile-wrap > div:last-child {
    margin-bottom: 0;
}
.prof-name small {
    margin-right: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #0e8094;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 240px;
    padding: 37px 0 0 40px;
    letter-spacing: -0.034em;
}
.profile-wrap {
    margin: 0 -30px;
}
.profile-wrap > div {
    padding: 0 30px;
}
.info-wrap dt {
    margin-bottom: 5px;
    font-size: 18px;
}
.info-wrap dd {
    line-height: 1.45em;
    letter-spacing: -0.02em;
    font-size: 15px;
}
.info-wrap dd + dt {
    margin-top: 30px;
}

/* subpage business */
.business-wrap {
    margin: 0 -40px;
}
.business-wrap > div {
    padding: 0 40px;
}
.business-wrap .clearfix {
    padding-bottom: 50px;
}
.business-wrap .inner {
    position: relative;
    border-top: 2px solid #333;
}

.business-wrap .inner h5 {
    margin: 0;
    padding: 20px 0 15px 2px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.034em;
}
.business-wrap .inner h5 + ul {
    padding-top: 20px;
}
.business-wrap .li-dot > li {
    margin-left: 0;
    font-size: 17px;
    letter-spacing: -0.034em;
    padding: 1px 0 1px 16px;
}
.business-wrap .li-dot > li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #18b1cc;
    top: 11px;
    left: 3px;
}
.business-wrap .li-dash {
    margin: 5px 0 15px;
    background: #f4f4f4;
    padding: 15px 0 15px 15px;
}
.business-wrap .li-dash li {
    font-size: 15px;
}
/* board 추가 css */
.board_wrapper {
    margin-top: 0;
}
.board_wrapper .table.board_write_table {
    border-top: 1px solid #333;
}
.board_data_view .header_wrap .title {
    font-size: 28px;
    letter-spacing: -0.06em;
}
.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 40px 0 40px 2px;
    text-align: left;
}
.board_data_view .contents_wrap p {
    font-size: 17px;
}
.board_wrapper .table.board_write_table tbody tr th {
    font-weight: 500;
    letter-spacing: -0.034em;
}
.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
    border-top: 0;
    border-bottom: 1px solid #ddd;
}
.board_data_view {
    border-top: 1px solid #333;
}
.table.table_default tbody tr th.num {
    font-weight: normal;
}
.table.table_default tbody .subject a {
    font-size: 17px;
    color: #333;
    letter-spacing: -0.034em;
}
.table.table_default tr th,
.table.table_default tr td {
    border-bottom: 1px solid #ddd;
    padding: 17px 15px;
    font-size: 16px;
}
.text-muted {
    font-size: 14px !important;
    margin-top: 8px !important;
}
.checkbox label,
.radio label {
    font-size: 15px;
    letter-spacing: -0.06em;
}
.custom_checkbox + span a {
    font-weight: 500;
}
.table_blog2 dd .inner {
    border: none;
}
.member_wrapper h1 {
    border: none;
    margin-top: 0;
}
.privacy_body {
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 100px;
}
.subContent .board_wrapper h4 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 10px 0;
}
.btn.btn-primary {
    background-color: #9e8067;
    border: 1px solid #9e8067;
    color: #fff;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #b4835a;
}
.table.table_default thead th {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
}
.table_default {
    border-top: 1px solid #333;
}
.table.table_default tr td {
    color: #777;
}
.badge {
    padding: 6px 6px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 13px;
    margin-right: 3px;
}
.board_wrapper .table.board_write_table .files .fileInput .file_add {
    padding: 6px 7px 5px;
}
.board_wrapper .table.board_write_table .files + .sumChk {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}
.board_data_view .status_wrap table th {
    font-weight: 500;
    width: 150px !important;
}
/* board 추가 css end */

@media (max-width: 767px) {
    #site {
        padding-top: 55px;
    }
    .navbar-brand {
        padding: 10px;
    }
    .navbar-brand img {
        height: 35px;
    }
    .navbar-toggle {
        top: 5px;
    }
    .board_box_status::before,
    .main-contact .inner::before {
        display: none;
    }
    .main-business ul {
        flex-wrap: wrap;
    }
    .carousel-control {
        display: none;
    }
    .carousel-caption {
        left: 5%;
        right: 5%;
    }
    .carousel-caption h1 strong {
        font-size: 46px;
    }
    .carousel-caption h1 small {
        font-size: 18px;
    }
    .carousel-caption h1::after {
        width: 80px;
    }
    .carousel-caption p {
        font-size: 16px;
    }

    #mainCarousel .carousel-inner .item {
        height: 370px;
    }
    .main-business ul li {
        margin-bottom: 20px;
        width: calc(100% / 3 - 20px);
        padding: 54px 20px 0;
        height: 190px;
    }
    .main-business ul li::before {
        font-size: 36px;
        top: 28px;
    }
    .main-business {
        padding: 50px 0 70px;
    }
    .main-business h3 {
        margin: 0 0 40px;
    }
    .board_box_status {
        float: none;
        padding: 40px 15px 50px;
    }
    .board_box_status .info span.hits {
        display: none;
    }
    div[class^="board_box_"] .page-header h4 {
        font-size: 22px;
    }
    div[class^="board_box_"] .page-header .pull-right {
        margin-top: 0;
    }
    .main-contact .inner {
        padding: 45px 20px 0 65px;
    }
    .main-contact i {
        left: 15px;
        font-size: 27px;
        width: 75px;
        height: 75px;
    }
    .main-contact .tel {
        font-size: 31px;
        padding-left: 40px;
    }
    .main-contact .time {
        font-size: 16px;
        margin: 0 0 0 42px;
    }
    .main-contact .time span {
        font-size: 16px;
    }
    .main-contact h4 {
        margin-bottom: 35px;
        margin-left: -50px;
    }
    #site footer .text-left > div[class^="col-"] {
        width: 100%;
        padding: 0 15px;
    }
    .foot-logo {
        margin-bottom: 20px;
        height: 35px;
    }
    .pageheader {
        height: 200px;
    }
    .pageheader h2 {
        margin-top: 100px;
        font-size: 39px;
    }
    .subpage-content {
        padding-top: 60px;
    }
    .greet .left-con,
    .greet .right-con {
        width: 100%;
        padding: 0 15px;
    }
    .greet .left-con {
        padding-bottom: 50px;
        height: 300px;
        overflow: hidden;
    }
    .greet .left-con img {
        margin-top: -200px;
    }
    .greet .quote,
    p.quote {
        font-size: 20px;
    }
    .greet .quote span {
        font-size: 38px;
    }
    .greet dt span {
        font-size: 26px;
    }
    .greet dl {
        width: 100%;
    }
    .s-title h3 {
        font-size: 32px;
    }
    .s-title {
        margin-bottom: 45px;
    }
    #site .prof-name {
        padding: 23px 30px 23px 136px;
        font-size: 32px;
    }
    .info-wrap {
        margin-bottom: 70px;
    }
    .business-wrap,
    .profile-wrap {
        margin: 0px -15px;
    }
    .business-wrap > div,
    .profile-wrap > div {
        padding: 0 15px;
    }
    .business-wrap .inner {
        margin-bottom: 40px;
    }
    .business-wrap .inner h5 {
        font-size: 20px;
    }
    .business-wrap .clearfix {
        padding: 0;
    }
    .table.table_default tbody .subject a {
        font-size: 15px;
    }
}
