@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    word-break: keep-all;
}

#site {
    padding-top: 73px;
    font-family: 'Quicksand', 'notokr', sans-serif;
}

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

ul {
    padding: 0;
}

a {
    color: #000;
    text-decoration: none;
}

section {}

section:last-child {
    margin-bottom: 100px;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.maintenance {
    margin-top: 5px;
    padding: 50px 25px;
    text-align: center;
    background: #f2f2f2;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
    margin-bottom: 15px;
    color: #bdbdbd;
}

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

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}

.maintenance .btn-sm {
    padding: 5px 15px;
    font-size: 13px;
    letter-spacing: 0.034em;
}

.maintenance .btn-sm:hover,
.maintenance .btn-sm:focus {
    background: #222;
    color: #fff;
}

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

.subpage-content h3 {
    letter-spacing: -.75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #222;
    position: relative;
    font-size: 36px;
    margin: 60px 0 0;
    padding-bottom: 60px;
    border-bottom: 1px dashed #aabbc5;
}

.subpage-content h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.25;
    color: #555;
    text-align: center;
}

.li-dash li {
    position: relative;
    padding-left: 15px;
}

.li-dash li::before {
    content: '-';
    position: absolute;
    left: 0;
}

.li-row {
    color: #666;
    flex-wrap: wrap;
    margin: 0;
    display: flex;
}

.li-row li:last-child::after {
    display: none;
}

.li-row li::after {
    display: inline-block;
    transform: translateY(2px);
    margin-left: 10px;
    margin-right: 10px;
    content: '';
    width: 1px;
    height: 12px;
    background: #eee;
}

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

/* 불필요 항목 삭제 */

.navbar .caret {
    display: none;
}

.nav-top .li-icon {
    position: absolute;
    top: 20px;
    right: 30px;
    /* float: right; */
    margin: 0;
}

.nav-top .li-icon li {
    width: 40px;
    display: inline-block;
    margin-left: 10px;
}

/* 상단 메뉴 */
.navbar-header {
    display: flex;
    justify-content: center;
    align-items: center;

}

.navbar>.container {
    display: flex;
    justify-content: space-between;
}

.navbar-collapse {
    width: 100vw;
}

.navbar>.container::before,
.navbar>.container::after {
    display: none;
}

.navbar-inverse {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0px 0px;
    box-shadow: 0;
    margin-bottom: 0;
    border: 0;
}

.navbar-inverse .navbar-right {
    position: relative;
    margin-right: 0 !important;
}

.navbar-brand {
    margin-left: 0px !important;
    padding: 15px 0;
    height: auto;
    width: 90px;
}

.navbar-inverse .navbar-nav>li>a {
    position: relative;
    z-index: 10;
    transition: .25s;
    padding: 32px 13px 30px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .8px;
    color: #7c706c;
}

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

}

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

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

    .navbar-header {
        justify-content: space-between;
        height: 70px;
        border-bottom: 1px solid #ddd;
    }

    .navbar-collapse {
        padding: 0;
    }

    .navbar-nav {
        margin: 0;
        width: 100%;
    }

    .navbar-header::before,
    .navbar-header::after {
        display: none;
    }

    .navbar>.container {
        display: block;
    }

    .navbar-brand {
        order: 1;
        width: 70px;
        margin: 0 0 0 15px !important;
    }

    .navbar-inverse .navbar-toggle {
        order: 2;
        border: 0;
        padding: 9px 0;
        margin: 0 15px 0 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: #444;
    }

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

    .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 {
        padding: 15px;
    }

    .dropdown-menu {
        padding: 0;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 15px 15px 15px 25px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        background: #444;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        background: #eee;
        color: #7c706c;
    }

    /* 드롭다운 메뉴 클릭시 */
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background: #7c706c;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:active {
        color: #222;
        background: #ddd;
    }
}

@media (min-width: 1300px) {
    .navbar-inverse .container {
        width: 1270px;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        /* width: 100%; */
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: 0;
        padding: 0;
        text-align: center;
        background: #fafafa;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, .0);
        border: 1px solid #eee;
        border-top: 0;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        font-size: 13px;
        padding: 10px 20px;
        color: #7c706c;
        background: #eee;
        border-top: 1px solid #eee;
    }


    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        font-weight: 500;
        /* text-decoration: underline; */
        color: #000;
        background: #fff;
    }
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-right: -30px;
    }
}



/* =================================== main =================================== */

/* 슬라이드 */
#main_wrapper section {
    margin-top: 150px;
}

#mainCarousel {
    margin-top: -73px;
}

.carousel-logo {
    width: 350px;
}

#mainCarousel .carousel-inner .item {
    height: 100vh;
}

#mainCarousel .carousel-inner .item::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

#mainCarousel .carousel-inner .item:nth-child(1):before {
    background: #f0e9de;
    opacity: .85;
}

.carousel-caption {
    top: 55%;
}

.carousel-caption h1 {
    position: relative;
    font-size: 74px;
    font-weight: 600;
}


.carousel-caption p {
    color: #da8900;
    font-size: 18px;
    line-height: 1.75;
    font-weight: 700;
    padding-top: 20px;
    letter-spacing: 6px;
}

.carousel-caption .slide-btn {
    transition: .25s;
    letter-spacing: .5px;
    margin-top: 50px;
    display: inline-block;
    border: 2px solid #fff;
    /* background: #fff; */
    font-size: 16px;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 400;
    color: #fff;
}

.carousel-caption .slide-btn:hover {
    background: #fff;
    color: #222;
}

.carousel-control {
    display: none;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    margin: 0 5px;
}

.carousel-indicators li {
    border: 1px solid #231916;
    background-color: #fff;
    transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
    background: #f39800;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .0);
}

.carousel-caption {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .0);
}

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

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

/* =================================== sub(all) =================================== */
.breadcrumb {
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 13px;
    float: right;
    background: none;
}

.breadcrumb .active {
    color: #fff;
}

.pageheader {
    background: url(/public/img/sub/sub-top01.jpg) no-repeat center;
    height: 220px;
    position: relative;
    overflow: hidden;
}

.subheader-wrap {
    background: #fff;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.subheader-wrap h2 {
    order: 1;
    font-size: 25px;
    margin: 0;
    color: #231916;
    text-align: center;
    font-weight: 600;
    letter-spacing: 4px;
    font-family: 'GmarketSansMedium';
}

div[id^='sign'] .subheader-wrap p {
    display: none;

}

div[id^='sign'] .subheader-wrap h2+p {
    /* display: block; */
}

div[id^='sign'] .subheader-wrap p a {
    color: #898989;
}

div[id^='sign'] .subheader-wrap p a:hover {
    color: #231916;
    text-decoration: underline;
}

div[id^='sign'] .subheader-wrap p a::before {
    content: '\f060';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 7px;
    color: #f39800;
}

.subheader-wrap p {
    width: 100%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    color: #666;
    position: absolute;
    bottom: 40px;
    font-size: 16px;
    font-family: 'GmarketSansLight';
}

.subheader-wrap ul i,
.subheader-wrap p i {
    margin-right: 10px;
    color: #666;
}

.subheader-wrap ul {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #888;
    font-family: 'GmarketSansMedium';
}

.subheader-wrap ul li:nth-child(1n+2) {
    margin-left: 35px;
}

.subheader-wrap ul li::after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ccc;
    position: absolute;
    right: -20px;
    top: 8px;
}

.subheader-wrap ul li {
    position: relative;
}

.subheader-wrap ul li:last-child::after {
    display: none;
}

.subheader-wrap ul li a {
    color: #888;
}

.subheader-wrap ul li a::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: transparent;
}

.subheader-wrap ul li.on a::after {
    background: #e6a22f;
}

.subheader-wrap ul li a:hover {
    color: #231916;
}

.subheader-wrap ul li.on a {
    font-weight: 500;
    color: #e48f00;
}

.snb {
    position: relative;
    z-index: 10;
    margin-top: -50px;
}

.snb ul {
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.snb li {
    background: #000;
    border-right: 1px solid #666;
    flex: 1;
}

.snb li:last-child {
    border-right: 0px solid #fff;
}

.snb li:hover {
    background: #444;
}

.snb li a {
    color: #aabbc5;
    line-height: 3.5;
    display: block;
    width: 100%;
    height: 50px;
    text-align: center;
}

.snb li.active {
    font-weight: 700;
    background: #fff;
}

.snb li.active a {
    color: #222;
}

.main-wrap {
    margin-bottom: 100px;
}

.main-wrap .se01::after {
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    background: #cacaca;
    margin: 140px auto -10px;
}

.main-wrap .se01 {
    margin: 130px 0 0;
}

.main-port-wrap .img-box .inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.main-port-wrap .img-box .inner::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    z-index: 1;
    opacity: 0.2;
}

.main-port-wrap .img-box .inner:hover::before {
    opacity: 0;
}

.main-port-wrap .img-box .inner::after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.main-port-wrap .img-box .inner img,
.main-port-wrap .img-box .inner p {
    position: absolute;
    width: 100%;
    left: 0;
}

.main-port-wrap .img-box .inner img {
    transition: 1s;
    height: 100%;
    top: 0;
}

.main-port-wrap .img-box .inner p {
    transition: .25s;
    transform: translateY(35px);
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    height: 35px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.034em;
}

.main-port-wrap .img-box .inner:hover p {
    transform: translateY(0px);
}

.main-port-wrap .img-box .inner:hover img {
    transform: scale(1.15);
}

.main-port-wrap .main-img-slide {
    position: relative;
}

.main-port-wrap .slick-dots {
    bottom: -40px;
}

.main-port-wrap .slick-dots li {
    margin: 0;
}

.main-port-wrap .next-btn,
.main-port-wrap .prev-btn {
    z-index: 5;
    border: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: #231916;
    width: 50px;
    height: 50px;
    font-size: 18px;
}

.main-port-wrap .next-btn {
    right: -10px;
}

.main-port-wrap .prev-btn {
    left: -10px;
}

.main-port-wrap .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #f39800 !important;
}

.main-port-wrap .slick-dots button::before {
    color: #231916 !important;
}

.main-wrap .page-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding-bottom: 70px;
    border-bottom: 0;
}

.main-wrap .page-header h4 {
    order: 1;
    font-size: 25px;
    margin: 0;
    color: #231916;
    text-align: center;
    font-weight: 700 !important;
    letter-spacing: 3px;
}

.main-wrap .page-header a {
    transition: .25s;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
    margin-top: 20px;
    color: #898989;
    order: 2;
    text-align: center;
    display: inline-block;
    letter-spacing: 0;
    font-size: 13px;
    padding-bottom: 2px;
    font-family: 'notokr';
}

.main-wrap .page-header a:hover {
    color: #f39800;
    border-color: #ffcd7b;
}

.main-wrap .page-header a i {
    margin-left: 3px;
    font-size: 12px;
    transform: rotate(-45deg);
}

.main-wrap .board_box_blog2 {
    margin-bottom: 0 !important;
}

.main-wrap .board_box_blog2 .inner {
    border: 0 !important;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.main-wrap .board_box_blog2 .inner::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.main-wrap .board_box_blog2 .inner .top,
.main-wrap .board_box_blog2 .inner .bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-wrap .board_box_blog2 .inner .top a {
    height: 100%;
    padding: 30px;
}

.main-wrap .board_box_blog2 .inner .top a .thumb {
    transition: 1.25s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
}

.main-wrap .board_box_blog2 .inner .bottom {
    opacity: 0;
    padding: 30px !important;
    z-index: 5;
    transition: .5s;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main-wrap .board_box_blog2 .inner .bottom a {
    background: rgba(35, 25, 22, .95);
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-wrap .board_box_blog2 .inner .bottom .info {
    display: none;
}

.main-wrap .board_box_blog2 .inner .bottom .title {
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    text-align: center;
    height: 100%;
}

.main-wrap .board_box_blog2 .inner .bottom .badge {
    position: absolute;
    margin: 0 !important;
    transform: translateX(-50%);
    left: 50%;
    bottom: 100px;
    background: transparent;
    color: #f39800;
}

.main-wrap .board_box_blog2 .inner .bottom .title a span {
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 1px solid #f39800;
}

.main-wrap .board_box_blog2 .inner:hover {
    border: 0;
}

.main-wrap .board_box_blog2 .inner:hover .bottom {
    opacity: 1;
}

.main-wrap .board_box_blog2 .inner:hover .thumb {
    transform: scale(1.15);
}


/* =================================== subpage =================================== */


/* sign01 */
div[id^='design'] .table_blog2 .inner,
div[id^='sign'] .table_blog2 .inner {
    border: 0 !important;
    position: relative;
    overflow: hidden;
}

div[id^='design'] .table_blog2 .inner,
div[id^='sign'] .table_blog2 .inner::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

div[id^='design'] .table_blog2 .top,
div[id^='design'] .table_blog2 .bottom,
div[id^='sign'] .table_blog2 .top,
div[id^='sign'] .table_blog2 .bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div[id^='design'] .table_blog2 .bottom span {
    color: #fff;
}

.table_video dd,
.table_blog2 dd {
    width: 25%;
}

div[id^='design'] .table_blog2 .top a,
div[id^='sign'] .table_blog2 .top a {
    height: 100%;
    padding: 30px;
}

div[id^='design'] .table_blog2 .top a .thumb,
div[id^='sign'] .table_blog2 .top a .thumb {
    transition: 1.25s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div[id^='design'] .table_blog2 .inner .bottom,
div[id^='sign'] .table_blog2 .inner .bottom {
    opacity: 0;
    padding: 40px !important;
    z-index: 5;
    transition: .5s;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

div[id^='design'] .table_blog2 .bottom a,
div[id^='sign'] .table_blog2 .bottom a {
    background: rgba(35, 25, 22, .85);
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div[id^='design'] .table_blog2 .info,
div[id^='sign'] .table_blog2 .info {
    display: none;
}

div[id^='design'] .table_blog2 .title,
div[id^='sign'] .table_blog2 .title {
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    text-align: center;
    height: 100%;
}

div[id^='design'] .table_blog2 .badge,
div[id^='sign'] .table_blog2 .badge {
    position: absolute;
    margin: 0 !important;
    transform: translateX(-50%);
    left: 50%;
    top: 64%;
    background: transparent;
    color: #f39800;
    font-weight: 500;
}

div[id^='design'] .table_blog2.inner .bottom .title a span,
div[id^='sign'] .table_blog2 .inner .bottom .title a span {
    color: #fff;
}

div[id^='design'] .table_blog2 .inner:hover,
div[id^='sign'] .table_blog2 .inner:hover {
    border: 0;
}

div[id^='design'] .table_blog2 .inner:hover .bottom,
div[id^='sign'] .table_blog2 .inner:hover .bottom {
    opacity: 1;
}

div[id^='design'] .table_blog2 .inner:hover .thumb,
div[id^='sign'] .table_blog2 .inner:hover .thumb {
    transform: scale(1.15);
}

#location01 .subheader-wrap p {
    font-family: 'GmarketSansMedium';
    color: #333;
}

#form01 .board_wrapper .table.board_write_table {
    border-top: 2px solid #898989;
}

#form01 .board_wrapper .table.board_write_table tbody tr th>span.required_text {
    color: #f39800;
}

/* 220504 */
#company01 .se01>div+div {
    margin-top: 80px;
}

.com-wrap .text::before {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #da8900;
    margin-bottom: 25px;
}

.com-wrap .text {
    margin-top: 50px;
}

.com-wrap p {
    font-size: 16px;
    line-height: 1.6;
}

.com-wrap p+p {
    margin-top: 25px;
}

.subpage-content div:not(.bbs-area) h4 {
    font-size: 23px;
    letter-spacing: 0.05em;
    margin-top: 0;
    margin-bottom: 30px;
}

.adv-wrap .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    text-align: center;
    border: 1px solid #231916;
}

.adv-wrap .item p {
    font-size: 17px;
    margin: 0;
    font-weight: 400;
}

.logo-wrap {
    margin-top: 140px !important;
}

.logo-wrap img {
    margin: 0 auto;
}

.logo-wrap p {
    text-align: center;
    margin-top: 30px;
    font-weight: 700;
    font-size: 24px;
    color: #231916;
}

.logo-wrap::after {
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    background: #cacaca;
    margin: 70px auto -10px;
}

/* table */
.table-wrap .table-style {
    border: 0 !important;
}

.table-wrap .table-style tr:first-child th,
.table-wrap .table-style tr:first-child td {
    border-top: 1px solid #222 !important;
}

.table-wrap .table-style th,
.table-wrap .table-style td {
    border-color: #ddd;
    border-left: 0;
    border-right: 0;
    text-align: center;
    padding: 14px;
    font-size: 14px;
    vertical-align: middle;
    color: #111;
}

.table-wrap .table-style tbody th {
    background: #f4f4f4;
    color: #231916;
}



/* =================================== footer =================================== */
#site footer {
    margin-top: 0px;
    padding: 30px 0;
    border-top: 1px solid #eee;
}

.footer-row {
    display: flex;
    align-items: flex-end;
}

.footer-logo img {
    width: 150px;
}

.footer-info {
    display: flex;
    line-height: 1.75;
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: 0.02em;
}

.footer-info a:hover {
    text-decoration: underline;
}

.footer-info span::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 13px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #666;
    opacity: .35;
    margin-bottom: -2px;
}

.copyright {
    opacity: .6;
    color: #000;
    font-size: 11px;
    margin: 0;
    letter-spacing: 0.06em;
}

.footer-btn {
    display: flex;
    justify-content: flex-end;
}

.footer-btn button {
    transition: .25s;
    background: transparent;
    border: 1px solid #666;
    padding: 10px 25px;
}

.footer-btn button i {
    margin-left: 5px;
}

.footer-btn button:hover {
    background: #444;
    color: #fff;
}

/* =================================== map, board, bbs =================================== */

/* bbs btn */
.board_wrapper .text-center .btn.btn-lg,
.board_wrapper .text-center .btn+.btn {
    min-width: 200px;
}

.board_wrapper .table.board_write_table .input-group.input-group-big,
.board_wrapper .table.board_write_table .form-control.form-control-big,
.board_wrapper .table.board_write_table tbody tr td .btn,
.board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 50%;
}

.btn.btn-dark,
.btn.btn-primary {
    transition: .25s;
    border: 0;
    background: #231916;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #f39800;
    color: #fff;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
    background: #f39800;
    color: #fff;
}

.search_wrap .write_btn_wrap .btn {
    background: #fff;
    color: #333;
    border: 1px solid #333;
    font-weight: 500;
}

.search_wrap .write_btn_wrap .btn:hover,
.search_wrap .write_btn_wrap .btn:focus {
    background: #f39800;
    color: #fff;
    border-color: #f39800;
}

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

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

.board_box_blog2 .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

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

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

.board_wrapper {
    margin-top: 0;
    visibility: hidden;
}

.board_wrapper .text-center {
    position: absolute;
    /* display: flex; */
    /* justify-content: center; */
    transform: translateX(-50%);
    left: 50%;
}

.board_wrapper .text-center .btn {
    padding: 15px 0 !important;
}

@media(max-width:767px) {
    .nav-top .li-icon li {
        width: 30px;
    }

    .nav-top .li-icon {
        right: 55px;
    }

    section:last-child {
        margin-bottom: 75px;
    }

    .pageheader {
        height: 200px;
    }

    .subheader-wrap h2 {
        margin-bottom: 10px;
    }

    #form01 .subheader-wrap p {
        bottom: 10px;
        padding: 0 15px;
    }

    .subheader-wrap p {
        font-size: 14px;
    }

    .member_wrapper .text-center,
    .board_wrapper .text-center {
        width: 100%;
        padding: 0 15px;
    }

    .board_wrapper .text-center .btn.btn-lg,
    .board_wrapper .text-center .btn+.btn {
        flex: 1;
        min-width: auto;
    }

    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big,
    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big,
    .board_wrapper .table.board_write_table tbody tr td .btn,
    .board_wrapper .table.board_write_table tbody tr td .form-control {
        width: 100% !important;
    }

    .table_default colgroup,
    .table_default .writer,
    .table_default .num,
    .table_default .regdate,
    .table_default .hits {
        display: none;
    }

    .checkbox-inline,
    .radio-inline {
        margin-right: 20px;
    }

    .checkbox-inline+.checkbox-inline {
        margin-left: 0;
    }

    .table_default .subject {
        width: 75%;
    }

    .root_daum_roughmap .wrap_map {
        height: 350px !important;
    }

    .sub-board-wrap .table_blog dd {
        width: 100%;
        padding: 0;
    }

    .member_wrapper #join_form .table .input-group.input-group-big,
    .member_wrapper #join_form .table .form-control.form-control-big {
        width: 100%;
    }

    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        width: auto;
    }

    .member_wrapper .text-center,
    .board_wrapper .text-center {
        display: flex;
        justify-content: center;
    }

    .search_wrap {
        margin-bottom: 0 !important;
    }

    .privacy_body {
        padding: 0 15px;
    }

    .member_wrapper {
        padding-bottom: 100px;
    }

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

    .member_wrapper h1 {
        font-size: 30px;
    }

    .snb {
        margin-top: 15px;
        border: 0;
    }

    .snb ul {
        flex-wrap: wrap;
    }

    .snb li {
        flex: auto;
        width: 100%;
    }

    .breadcrumb {
        margin: 0;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .com-wrap p {
        font-size: 15px;
    }

    .logo-wrap {
        margin-top: 80px !important;
    }

    .logo-wrap img {
        width: 250px;
    }

    #company01 .se01>div+div {
        margin-top: 50px;
    }

    .subpage-content div:not(.bbs-area) h4 {
        margin-bottom: 20px;
    }

    .adv-wrap>div {
        margin-top: 15px;
    }

    .table-wrap col:nth-child(1) {
        width: 35%;
    }

    .adv-wrap .item p {
        font-size: 15px;
    }

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

    .carousel-caption {
        top: 50%;
        left: 5%;
        right: 5%;
    }

    .carousel-logo {
        width: 150px;
    }

    .carousel-caption p {
        font-size: 14px;
    }

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

    .main-port-wrap .prev-btn {
        left: 0;
    }

    .main-port-wrap .next-btn {
        right: 0;
    }

    #main_wrapper section {
        margin: 75px 0 0 0;
    }

    #mainCarousel {
        margin-top: 0;
    }

    .main-wrap .se01::after {
        margin: 75px auto -10px;
    }

    .board_box_blog2 .row>div[class^="col-"] {
        width: 50%;
        margin-bottom: 30px;
    }

    .main-wrap {
        margin-bottom: 75px;
    }

    .li-row li::after {
        background: #fff;
        margin: 0 5px;
    }

    .table_video dd,
    .table_blog2 dd {
        width: 50%;
    }

    .main-port-wrap .img-box .inner p {
        transform: translateX(0px);
    }

    .main-port-wrap .img-box .inner::before {
        opacity: 0;
    }

    div[id^='design'] .table_blog2 .top,
    div[id^='design'] .table_blog2 .bottom,
    div[id^='sign'] .table_blog2 .top,
    div[id^='sign'] .table_blog2 .bottom,
    .main-wrap .board_box_blog2 .inner .top,
    .main-wrap .board_box_blog2 .inner .bottom {
        position: relative;
    }

    .main-wrap .board_box_blog2 .inner .bottom {
        transition: none;
    }

    .table_blog2 dd .inner .top::after,
    .main-wrap .board_box_blog2 .inner .top::after {
        content: '';
        display: block;
        padding-bottom: 100%;
    }

    .main-wrap .board_box_blog2 .inner .top {
        width: 100%;
    }

    div[id^='design'] .table_blog2 .top a,
    div[id^='sign'] .table_blog2 .top a,
    .main-wrap .board_box_blog2 .inner .top a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
    }

    div[id^='design'] .table_blog2 .inner::after,
    div[id^='sign'] .table_blog2 .inner::after,
    .main-wrap .board_box_blog2 .inner::after {
        content: none;
        display: none;
    }

    div[id^='design'] .table_blog2 .inner,
    div[id^='sign'] .table_blog2 .inner::after {
        padding-bottom: 0;
    }

    div[id^='design'] .table_blog2 .inner .bottom,
    div[id^='sign'] .table_blog2 .inner .bottom,
    .main-wrap .board_box_blog2 .inner .bottom {
        opacity: 1;
        padding: 0 !important;
        position: static;
        transform: translateX(0);
    }

    .main-wrap .board_box_blog2 .inner .bottom .title a span {
        border-bottom: 0;
        padding-bottom: 0;
        /* color: #231916; */
    }

    .table_video dd .inner .bottom .title a,
    .table_blog2 dd .inner .bottom .title a,
    .board_box_blog2 .inner .bottom .title a {
        padding: 5px 0;
        position: relative;
        z-index: 10;
        font-size: 14px;
        background: rgba(35, 25, 22, .95);
        /* background: transparent; */
    }
}

.board_box_video .inner .bottom .title .cate,
.board_box_blog2 .inner .bottom .title .cate {
    display: none;
}

.table_blog2 dd .inner .bottom .title span {
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}