@charset "utf-8";
/* @import url('/public/notokr/notokr.css'); */
@import url('/public/nanumSquare/stylesheet.css');
@import url(https://use.fontawesome.com/releases/v5.11.2/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.11.2/css/v4-shims.css);

#site {
    padding-top: 162px;
}

@media (max-width: 768px) {
    #site {
        padding-top: 85px;
    }
}

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

p {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: -0.03em;
}

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

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

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

/* 레이아웃 설정 */
.board_wrapper,
.search_wrap {
    visibility: hidden;
}

.navbar+.container {
    width: 100%;
    padding: 0;
}

.member_wrapper {
    margin: 0 auto;
    max-width: 1170px;
}

@media (max-width: 768px){
    .search_wrap{
        margin-bottom: 0;
    }

    .member_wrapper{
        padding: 50px 15px;
    }
}

.fas:before{
    font-family: "Font Awesome 5 Free"; 
    font-size: 600;
}


/* =============== 상단 메뉴 =============== */
.navbar-inverse {
    position: static;
    margin: 0;
    background: #fff;
    border-bottom: 2px solid #0eb14f;
}

.navbar-inverse .navbar-nav>li>a {
    font-family: "NanumSquare";
    font-weight: 600;
}

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

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

/* PC */
@media (min-width: 768px) {

    .navbar-header {
        display: none;
    }

    .navbar-inverse {
        position: fixed;
        top: 0;
    }

    .navbar-inverse .navbar-right {
        width: 100%;
    }

    .navbar-inverse .navbar-right>li {
        width: 25%;
    }
    html.logined .navbar-inverse .navbar-right>li {
        width: 20%;
        /* width: 16.666%; */
    }

    .navbar-inverse .navbar-right>li>a {
        padding: 15px;
        font-size: 18px;
        text-align: center;
    }

    /* .navbar-inverse .navbar-right>li:last-child {
        display: none;
    } */

    .navbar-inverse .navbar-nav>.dropdown.open>a,
    .navbar-inverse .navbar-nav>.dropdown>a:hover,
    .navbar-inverse .navbar-nav>.dropdown>a:focus {
        color: #0eb14f !important;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        display: none;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        /* border: 1px solid #ddd; */
        border: none;
        padding: 10px 0;
        /* box-shadow: 0px 2px 1px rgba(0, 0, 0, .125); */
        box-shadow: none;
        text-align: center;
        font-size: 15px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 7px 20px;
        color: #555;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        background: none;
        /* text-decoration: underline; */
        font-weight: 600;
        color: #0eb14f
    }

    .navbar-inverse .navbar-right img {
        height: auto;
    }

    /* menu-top */
    .menu-top {
        padding: 25px 0;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }

    .menu-top .nav-logo {
        display: inline-block;
    }

    .menu-top .container {
        position: relative;
    }
    .menu-top .box {
        top: 50%;
        right: 115px;
        position: absolute;
        transform: translateY(-50%);
    }
    .box.member > a {
        display: none;
        font-size: 14px;
        font-weight: 500;
        color: #222;
        letter-spacing: 0;
    }
    .box.member > a:hover {
        color: #0eb14f;
    }
    .box.member > a+a {
        margin-left: 14px;
    }
    html:not(.logined) .box.member > a.login {
        display: inline-block;
    }
    html.logined .box.member > a.logout {
        display: inline-block;
    }
    html.is_adm .box.member > a.adm {
        display: inline-block;
    }
}

/* 모바일 */
@media (max-width: 767px) {
    .menu-top {
        display: none;
    }

    .navbar-brand {
        height: auto;
    }

    .navbar-inverse {
        position: fixed;
        top: 0;
    }

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

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        transition: ease-in-out .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-nav>li>a {
        font-size: 15px;
    }

    .navbar-nav .dropdown-menu li a {
        color: #888 !important;
    }
}

/* 슬라이드 공통 */
.carousel-control {
    text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
    transition: ease-in-out .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: 13px;
    height: 13px;
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
    margin: 0 3px;
    border-radius: 50%;
    transition: ease-in-out .15s all;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}

.carousel-indicators li.active {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    opacity: 1;
    background: rgb(255, 255, 255);
}

.carousel-caption {
    top: 50%;
    /* left: 0; */
    max-width: 1170px;
    text-shadow: none;
    color: #fff;
    /* max-width: 700px; */
    /* background: rgba(0, 0, 0, 0.35); */
    /* border: 3px solid #fff; */
    padding: 0;
    margin: 0 auto;
    text-align: left;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-chevron-left {
    top: 50%;
    opacity: 0.3;
}

@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }
}


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

/* 메인 게시판 */
.board_box_list {
    margin: 30px 0 !important;
    /* margin: 30px 0 70px !important; */
    width: 50%;
}

.board_box_list .board-inner {
    background: #f0f0f0;
    /* border: 1px solid #ddd; */
}

.board_box_list .page-header {
    margin: 0;
    padding: 25px 30px 0;
    border-bottom: none;
}

.board_box_list .page-header .pull-right {
    font-size: 14px;
    color: #fff !important;
    width: 24px;
    height: 24px;
    background: #bfbfbf;
    text-align: center;
    line-height: 22px;
}

.board_box_list .page-header h4 {
    margin: 0;
    font-size: 20px;
    letter-spacing: -0.03em;
}

.board_box_list ul {
    min-height: 149px;
    padding: 15px 30px 22px;
    border-top: none;
}

.board_box_list ul li {
    padding: 3px 0;
}

.board_box_list ul li a {
    position: relative;
    display: inline-block;
    max-width: 70%;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #666;
    letter-spacing: -0.03em;
}

.board_box_list ul li a:hover {
    text-decoration: underline;
    color: #0eb14f;
}

.board_box_list ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #666;
}

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

/* blog B type */
.table_blog2 dd .inner {
    transition: 0.35s ease;
}

.table_blog2 dd .inner:hover,
.table_blog2 dd .inner:focus {
    border-color: #0eb14f;
}

@media (max-width: 768px) {
    #section_32bb90 {
        padding: 30px 0;
    }

    .board_box_list {
        margin: 0 0 15px !important;
        width: 100%;
    }
}


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

.footer-wrap address {
    margin: 10px 0 0;
}

.footer-wrap ul {
    margin: 0;
}

.footer-wrap ul span {
    display: inline-block;
    margin-right: 10px;
}

.footer-wrap .copy {
    /* margin: 40px 0 0; */
    margin: 10px 0 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    /* text-align: right; */
}

.footer-wrap .login-btn,
.footer-wrap .admin-btn {
    display: inline-block;
    margin: 0 0 0 8px;
    padding: 3px 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.3);
    transition: 0.35s ease;
}

.footer-wrap .login-btn:hover,
.footer-wrap .login-btn:focus,
.footer-wrap .admin-btn:hover,
.footer-wrap .admin-btn:focus {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
}

.family-site {
    margin: 0 0 15px;
    /* padding: 15px 0;
    background: #333;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}

.family-site ul {
    margin: 0;
}

.family-site ul li {
    float: right;
    margin: 0 0 0 15px;
}

.family-site ul li a {
    position: relative;
    display: inline-block;
    padding: 8px 10px;
    background: #fff;
    border-radius: 4px;
}

.family-site ul li a:after {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: 0.35s ease;
}

.family-site ul li a:hover:after {
    opacity: 1;
}

.family-site ul li a img {
    max-height: 25px;
}

@media (max-width: 768px) {
    .family-site ul {
        margin: 20px 0 0;
        text-align: left;
    }

    .family-site ul li {
        float: none;
        margin: 0;
    }

    .footer-wrap .login-btn,
    .footer-wrap .admin-btn {
        margin: 0 10px 0 0;
        float: left;
    }
}


/* =============== 메인 페이지 =============== */
.main-content {
    padding: 70px 0 0;
}

.main-link-wrap>div {
    padding: 32px 0px 32px 60px;
    background: #44c37a;
}

.main-link-wrap>div:after {
    content: "";
    clear: both;
    display: block;
}

.main-link-wrap>div:nth-child(2) {
    background: #90d46f
}

.main-link-wrap>div:nth-child(3) {
    background: #f4e09b
}

.main-link-wrap .left {
    float: left;
    width: 35%;
    text-align: center;
}

.main-link-wrap .left img {
    border-radius: 50%;
}

.main-link-wrap .left i {
    width: 100px;
    height: 100px;
    /* background: rgba(0, 0, 0, 0.15); */
    background: #fff;
    border-radius: 50%;
    font-size: 42px;
    color: #47c57d;
    text-align: center;
    line-height: 100px;
}

.main-link-wrap>div:nth-child(2) .left i {
    color: #90d46f
}

.main-link-wrap>div:nth-child(3) .left i {
    color: #fba928
}

.main-link-wrap .right {
    float: left;
    padding-left: 5%;
    width: 65%;
}

.main-link-wrap .right .box-tit {
    margin: 13px 0 12px;
    font-size: 26px;
    color: #1c1c1c;
    letter-spacing: -0.02em;
    font-family: "NanumSquare";
    font-weight: 600;
}

.main-link-wrap .right .main-btn {
    min-width: 100px;
    padding: 9px 15px;
    border-radius: 50px;
    background: #269a57;
    transition: 0.3s ease;
    letter-spacing: -0.03em;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    display: inline-block;
    color: #fff;
}

.main-link-wrap>div:nth-child(2) .right .main-btn {
    background: #47ab17
}

.main-link-wrap>div:nth-child(3) .right .main-btn {
    background: #f6a21f
}

/* .main-link-wrap .right .main-btn:hover,
.main-link-wrap .right .main-btn:focus {
    background: rgba(0, 0, 0, 0.33)
} */


#section_fbd793 .main-content {
    padding: 0;
    margin-bottom: 70px;
}

.wrap-mark {
    display: flex;
    gap: 45px;
    /* padding: 37px 30px 60px; */
    padding: 27px 30px;
    background: #ecf9e6;
}
.wrap-mark .box-tit {
    position: relative;
    flex-basis: 40%;
    margin: 0 0 20px;
    padding: 15px 0;
    font-size: 20px;
    font-weight: 700;
    font-family: "NanumSquare";
    color: #1c1c1c;
    letter-spacing: -0.02em;
}
.wrap-mark .box-tit::before {
    content: '';
    top: 0;
    left: 0;
    width: 150px;
    height: 1px;
    position: absolute;
    background: currentColor;
}
.wrap-mark .box-tit::after {
    content: '';
    top: 50px;
    left: 0;
    width: 150px;
    height: 1px;
    position: absolute;
    background: currentColor;
}
.wrap-mark .inner {
    flex-basis: 60%;
}
.box-mark+.box-mark {
    /* margin-top: 10px; */
    margin-top: 5px;
}
.box-mark .w_img {
    padding: 15px;
    background: #fff;
}
.box-mark figure img {
    max-height: 32px;
    margin: 0 auto;
    background: #fff;
}
.main-content .box-account {
    position: relative;
    padding: 35px;
    background: #e6f8ee;
}
.main-content .box-account .box-tit {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 600;
    font-family: "NanumSquare";
    color: #1c1c1c;
    letter-spacing: -0.02em;
}
.main-content .box-account ul li {
    position: relative;
    padding-left: 68px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.main-content .box-account ul li+li {
    margin-top: 5px;
}
.main-content .box-account ul li .box-tit-sub {
    top: 0;
    left: 0;
    min-width: 60px;
    position: absolute;
    padding: 2px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #269a57;
    border-radius: 2px;
}
.main-content .box-account ul li:first-child {
    font-size: 23px;
    font-weight: 400;
}
.main-content .box-account ul li:first-child .box-tit-sub {
    top: 5px;
}
.main-content .box-account .icon {
    right: 35px;
    bottom: 25px;
    position: absolute;
    font-size: 70px;
    color: #269a57;
    opacity: 0.2;
}

.main-content .box-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
    gap: 30px;
}
.main-content .box-contact .item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.main-content .box-contact .kakao {
    color: #371a1a;
    background: #f2dc00;
}
.main-content .box-contact .tit {
    letter-spacing: -0.03em;
}
.main-content .box-contact .kakao .txt {
    position: relative;
    margin-right: 5px;
    padding-left: 20px;
    font-size: 85%;
    font-weight: 600;
    color: #1e120e;
    letter-spacing: -0.03em;
}
.main-content .box-contact .kakao .txt::before {
    content: '';
    top: 3px;
    left: 0;
    width: 16px;
    height: 17px;
    position: absolute;
    background: url(/public/img/sub/icon-kakao-ch.png) no-repeat center / cover;
}
.main-content .box-contact .kakao a {
    position: relative;
    padding: 6px 8px;
    padding-right: 30px;
    color: #1e120e;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.05em;
    background: #fff;
    border-radius: 7px;
}
.main-content .box-contact .kakao a:hover {
    font-weight: 500;
    color: #fff;
    background: #1e120e;
}
.main-content .box-contact .kakao a::after {
    content: "\f055";
    top: 50%;
    right: 7px;
    position: absolute;
    font-size: 115%;
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    transform: translateY(-50%);
}
.main-content .box-contact .tel {
    background: #269a57;
}
.main-content .box-contact .tel .txt {
    padding-right: 5px;
    font-size: 90%;
    color: #e6f8ee;
}
.main-content .box-contact .tel .no {
    font-size: 120%;
}

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

    .main-link-wrap>div {
        padding: 15px;
    }

    .main-link-wrap .left i {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .main-link-wrap .left {
        width: 44%;
    }

    .main-link-wrap .right {
        width: 44%;
        text-align: center;
    }

    .main-link-wrap .right .box-tit {
        font-size: 22px;
    }

    #section_03afdb {
        margin-top: 15px;
    }
    .board_box_list ul {
        max-height: auto;
    }
    #section_fbd793 .main-content {
        margin-bottom: 30px;
    }
    .wrap-mark {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .main-content .box-account {
        margin-top: 15px;
        padding: 25px 20px;
    }

    .main-content .box-contact {
        grid-template-columns: 1fr;
        margin-top: 15px;
        gap: 5px;
    }
    .main-content .box-contact .item {
        flex-direction: column;
        align-items: baseline;
    }
    .main-content .box-contact .tel .inner {
        width: 100%;
        display: inline-block;
    }
    .main-content .box-contact .tel .no.visible-xs {
        display: inline-block !important;
    }
    .main-content .box-contact .tel .no a {
        color: #fff;
    }
}

/* 슬라이드 */

#mainCarousel .carousel-caption h1 {
    font-weight: 600;
    font-size: 62px;
    letter-spacing: -0.05em;
    font-family: "NanumSquare";
}

.carousel-caption .main-slide-btn {
    background: #0eb14f;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    padding: 12px 30px;
    display: inline-block;
    margin: 50px 0 0;
}

#mainCarousel .carousel-inner .item {
    height: 480px;
}

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

    #mainCarousel .carousel-caption h1 {
        font-size: 32px;
    }

    #mainCarousel .carousel-caption p {
        font-size: 16px;
    }

    #mainCarousel .carousel-control {
        display: none;
    }

    .carousel-caption .main-slide-btn {
        margin: 30px 0 0;
    }
}

/* 메인 하단 슬라이드 */

#section_ad61ab {
    background: #f3efe4 url(/public/img/main/main-circle-bg.png) no-repeat center/cover;
    padding: 30px 0;
}

.slide-wrap .item {
    padding: 10px 25px;
}

.slide-wrap .item h5 {
    margin: 10px 0 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.slide-wrap img {
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
}

.slide-wrap .item .main-slide-container {
    padding: 0 40px;
}

.slick-arrow {
    top: 46%;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

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

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

.slick-prev:before,
.slick-next:before {
    font-size: 40px;
    color: rgba(255, 255, 255, 0.5);
}

.slick-arrow:hover {
    color: rgba(255, 255, 255, 1);
}

@media (max-width: 768px) {
    .slick-arrow {
        display: none !important;
    }

    .slick-dots {
        bottom: -10px;
        /* bottom: -40px; */
    }

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

/* =============== 서브 페이지 =============== */

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

.sub-content section {
    margin: 0 0 60px;
}

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

.sub-top {
    height: 180px;
    background: url(/public/img/sub/sub-top1.jpg) no-repeat center center/cover;
}

.sub-top h2 {
    margin-top: 70px;
    color: #fff;
    font-size: 47px;
    text-align: center;
    font-family: "NanumSquare";
}

.sub-content-tit {
    margin: 5px 0 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d3d3d3;
}

.sub-content-tit span {
    float: left;
    font-size: 36px;
    font-weight: 600;
    font-family: "NanumSquare";
    color: #222;
}

.breadcrumb {
    float: right;
    margin: 0;
    padding: 0;
    background: none;
}

.breadcrumb li {
    font-size: 13px;
    color: #999;
}

.breadcrumb li.active {
    font-weight: 600;
}

.sub-content section p {
    color: #666;
    line-height: 1.7;
}

.sub-content th,
.sub-content td,
.sub-content li,
.sub-content dd,
.sub-content dt {
    color: #666;
    font-size: 15px;
    letter-spacing: -0.03em;
}

@media (max-width: 768px) {
    .sub-top h2 {
        font-size: 36px;
    }

    .sub-content-tit span {
        font-size: 28px;
    }

    .sub-content-tit span,
    .breadcrumb {
        float: none;
    }

    .breadcrumb li {
        font-size: 13px;
    }
}


/* 서브메뉴 */
.sub-content aside {
    padding-right: 50px;
}

.sub-content aside .contact {
    margin-top: 30px;
    padding: 25px;
    background: #fcf1e0;
    border-radius: 0;
    overflow: hidden;
}
.sub-content aside .contact .tit {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #222;
}
.sub-content aside .contact .tel {
    margin: 3px 0 15px;
    padding-left: 0;
    font-size: 26px;
    font-weight: 700;
    color: #f9a115;
    /* color: #fba928; */
}
.sub-content aside .contact .kakao {
    padding-top: 20px;
    border-top: 1px solid #e6d6bd;
}
.sub-content aside .contact .kakao .txt {
    position: relative;
    display: block;
    margin: 10px 0 5px;
    padding-left: 20px;
    font-weight: 600;
    color: #1e120e;
    letter-spacing: -0.03em;
}
.sub-content aside .contact .kakao .txt::before {
    content: '';
    top: 3px;
    left: 0;
    width: 16px;
    height: 17px;
    position: absolute;
    background: url(/public/img/sub/icon-kakao-ch.png) no-repeat center / cover;
}
.sub-content aside .contact .kakao a {
    display: block;
    position: relative;
    padding: 6px 8px;
    color: #1e120e;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.05em;
    background: #fff;
    border-radius: 7px;
}
.sub-content aside .contact .kakao a:hover {
    background: #ffde00;
}
.sub-content aside .contact .kakao a::after {
    content: "\f055";
    top: 5px;
    right: 7px;
    position: absolute;
    font-size: 115%;
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
}


.sub-menu {
    margin: 0;
    /* border-bottom: 2px solid #0eb14f; */
}

.sub-menu dt {
    padding: 38px 15px;
    background: #0eb14f url(/public/img/sub/sub-menu-bg.png) no-repeat left top / cover;
    font-size: 26px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

.sub-menu dd a,
.sub-menu dd a:hover,
.sub-menu dd a:focus {
    display: block;
    padding: 15px 15px;
    border-bottom: 1px solid #ddd;
    font-size: 17px;
    color: #333;
}

.sub-menu dd a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    float: right;
    color: #bbb;
    font-weight: 600;
}

.sub-menu dd.active a,
.sub-menu dd.active a:hover,
.sub-menu dd.active a:focus {
    color: #0eb14f;
    background: rgba(0, 0, 0, 0);
    font-weight: 600;
    border-bottom: 2px solid #0eb14f;
}

.sub-menu dd.active a:after {
    color: #0eb14f;
}

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

    .sub-content aside {
        display: none;
    }
}

/* 컨텐츠 */

#about1 .desc-wrap {}

#about1 .sec1 p {
    margin-bottom: 25px;
    line-height: 1.9;
    font-size: 16px;
}

#about1 .sec1 img {
    border: 1px solid #ddd;
    padding: 7px;
}

#about1 .desc-wrap .name {
    font-size: 18px;
    margin: 0;
    color: #333;
}

.partner-list {
    position: relative;
    margin: 0 0 40px;
    padding: 30px;
    border: 1px solid #e0e0e0;
    transition: 0.35s ease;
    border-radius: 5px;
}

/* .partner-list:hover{
    border-color: #0eb14f;
} */

.partner-list dd {
    line-height: 1.8;
}

.partner-list dt {
    font-size: 22px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
}

.partner-list .icon {
    position: absolute;
    right: 30px;
    bottom: 18px;
    font-size: 50px;
    color: #caecb6;
}

.link-btn {
    background: #0eb14f;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 6px;
    padding: 6px 15px;
    margin: 10px 0 0;
    display: inline-block;
    transition: 0.35s ease;
}

.link-btn:hover,
.link-btn:focus {
    background: #0a9943;
    color: #fff;
}

@media (max-width: 768px) {
    #about1 .sec1 img {
        margin-top: 20px;
    }

    .partner-list {
        margin-bottom: 15px;
        padding: 20px;
    }
}

/* 오시는길 */
.root_daum_roughmap {
    width: 100% !important;
}

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

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

.location-table tr th {
    color: #333;
    background: #f6f6f6;
    text-align: center;
    font-weight: 600;
}

/* brand */
#brand1 .brand_wrap+p {
    font-size: 16px;
    text-align: center;
    margin: 0;
    color: #555;
    line-height: 1.8;
    background: #f6f6f6;
    padding: 40px 20px;
    border: 1px solid #e4e4e4;
    border-top: none;
}

.brand_wrap {
    border: 1px solid #e4e4e4;
    border-bottom: none;
    padding: 65px 0;
}

.brand_wrap img {
    margin: 0 auto;
}

#brand2 .sec1 {
    margin-top: 40px;
}

.product-list {
    margin: 0;
    border-bottom: 1px dashed #d3d3d3;
    padding: 0px 0px 40px;
    margin-bottom: 40px;
}

.product-list img {
    margin: 0 auto;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.product-list h5 {
    position: relative;
    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1;
    padding-left: 23px;
}

.product-list h5:before {
    content: "";
    width: 17px;
    height: 17px;
    border: 4px solid #0eb14f;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 50%;
}

.product-list .info {
    padding: 30px 30px 0 5px;
}

.certification img {
    border: 1px solid #ddd;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}

.certification h5 {
    margin: 12px 0 50px;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
}

@media (max-width: 768px){
    .brand_wrap img{
        max-width: 80%;
    }
}

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

/* 폼 */
.board_wrapper .table.board_write_table tbody tr th>span.required_text {
    color: #fb0000
}

.checkbox a,
.checkbox a:hover {
    color: #f38d2a;
    text-decoration: underline;
}

.checkbox a:hover {
    text-decoration: none;
}

/* 게시판 목록 */
.board_wrapper {
    margin: 0;
}

.table_blog2 dd .inner .bottom .title a:hover,
.table_blog2 dd .inner .title a:focus {
    color: #0eb14f
}

.btn.btn-dark {
    background: #666;
    border-color: #666;
}

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

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #099641;
    border-color: #099641
}

/* 게시글 작성 */
.navbar+.container>.board_wrapper>form {
    margin: 200px auto 50px;
    max-width: 1170px;
}