@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

@font-face {
    font-family: 'S-CoreDream-3Light';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-4Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-6Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-7ExtraBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


* {
    word-break: keep-all;
}


#site:lang(jp) p{
    word-break: break-all;
    
}

#site:lang(jp) .carousel-caption p,
#site:lang(jp) #gnbauth,
#site:lang(jp) .nav-top .btn-wrap button.lang{
    font-family: 'Roboto', 'S-CoreDream-4Regular', 'notokr', sans-serif;
}

#site {
    padding-top: 123px;
    font-family: 'Roboto', 'S-CoreDream-4Regular', 'notokr', sans-serif;
}

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

ul {
    padding: 0;
}

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

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

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

.subpage-content section {
    margin: 80px 0;
    padding-bottom: 75px;
    border-bottom: 1px dashed #ccc;
}

.subpage-content section:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 100px;
}

.subpage-content h3 {
    letter-spacing: -.75px;
    font-weight: 600;
    color: #222;
    position: relative;
    font-size: 36px;
    margin: 75px 0 0;
    text-align: center;
}

.main-wrap h3 {
    letter-spacing: -.75px;
    font-weight: 600;
    color: #222;
    position: relative;
    font-size: 30px;
    margin: 0 0 75px;
    text-align: center;
}

.main-wrap h3::after,
.subpage-content h3::after {
    box-sizing: content-box;
    content: '';
    background: #28d47b;
    width: 10px;
    height: 4px;
    border-right: 10px solid #fbdf4d;
    border-left: 10px solid #2875d8;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 49.7%;
    transform: translateX(-50%);
    box-shadow: 10px 0px 0 0 #fd5a60;
}

.subpage-content h4 {
    text-align: center;
    font-size: 32px;
    margin: 0 0 30px;
}

.subpage-content h5 {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.25;
    color: #4c494a;
    margin-top: 0;
    margin-bottom: 5px;
    /* text-align: center; */
}

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

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

.li-row {
    border-bottom: 1px solid #444;
    background: #fff;
    color: #666;
    letter-spacing: -.25px;
    flex-wrap: wrap;
    margin: 0;
    padding: 15px;
    display: flex;
    justify-content: center;
}

.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: 15px;
    background: #ccc;
}

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

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

.nav-top {
    background: #ddd;
}

.nav-top .btn-wrap {
    display: flex;
    justify-content: flex-end;
}

.nav-top .btn-wrap button.lang {
    padding: 3px 10px;
    font-size: 12px;
    letter-spacing: .5px;
    border: 0;

    background: #444;
    color: #ddd;
}
.nav-top .btn-wrap button.lang{
    border-right: 1px solid #888;
}
.nav-top .btn-wrap button.lang.active {
    color: #fff;
    background: #b1824c;
}

/* 상단 메뉴 */

.navbar-header {
    display: flex;
    justify-content: center;
    align-items: center;

}

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

.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: 5px 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    border: 0
}

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

.navbar-brand {
    margin-left: 0px !important;
    padding: 15px 0;
    height: auto;
    display: flex;
    align-items: flex-end;
}

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

.navbar-brand::after {
    display: inline-block;
    font-size: 14px;
    color: #222;
    font-weight: 600;
    margin-left: 10px;
}

.navbar-brand.kr::after {
    content: '태두합성 (주)';
}

.navbar-brand.en::after {
    content: 'Taedoo Leather Co., Ltd.';
}

.navbar-brand.jp::after {
    content: '泰斗合成 (株式会社)';
}

.navbar-inverse .navbar-nav>li>a {
    position: relative;
    z-index: 10;
    transition: .25s;
    padding: 40px 35px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.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: #b4835a;
}

.navbar-inverse .navbar-nav .dropdown-menu {
    background: rgba(0, 0, 0, 0.65);
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a {
    color: #444;
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover {
    color: #444;
}

#gnbauth>a:hover {
    color: #b4835a;
}

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

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

    .navbar-collapse {
        padding: 0;
        width: 100vw;
    }

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

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

    .navbar>.container {
        display: block;
    }

    .navbar-brand {
        order: 1;
        width: auto;
        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 .open .dropdown-menu>li>a {
        color: #eee;
    }

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

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

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

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        font-size: 14px;
        padding: 12px 25px;
        color: #fff;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        background: #000;
        color: #dcb571;
        font-weight: 600;
    }
}

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

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

/* 슬라이드 */

#mainCarousel .carousel-inner .item {
    /* height: 700px; */
    height: calc(100vh - 250px);
    background-position: top;
}

/* #mainCarousel .carousel-inner .item::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .3;
} */

.carousel-caption {
    top: 50%;
}

.carousel-caption h1 {
    position: relative;
    font-size: 74px;
    font-weight: 500;
    letter-spacing: 0.025em;
    font-family: 'Poppins', sans-serif;
}

.carousel-caption h1::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -15px;
    width: 75px;
    height: 1px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
}

.carousel-caption p {
    font-size: 26px;
    line-height: 1.75;
    font-weight: 400;
    padding-top: 10px;
    letter-spacing: 0;
}

.carousel-control {
    display: none;
}

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

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

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

.carousel-caption {
    text-shadow: 0px 2px 5px #250d00;
}

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

    #mainCarousel .carousel-inner .item {
        height: calc(100vh - 111px);
    }

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 50px;
        height: 5px;
        /* border-radius: 50%; */
    }
}

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

.main-wrap section {
    padding: 75px 0;
}

.main-wrap .se02 {
    background: #eee;
}

.main-wrap .se03 {
    background: url(/public/img/main/main-03-bg.jpg) no-repeat center / cover;
    position: relative;
    overflow: hidden;
}

.main-wrap .se03::before {
    content: '';
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
}

.main-wrap .se03 h3 {
    color: #fff;
}

.main-wrap .se03 h3::after {
    background: #fff;
    width: 50px;
    border: 0;
}

.main-contact-wrap .inner {
    background: rgba(0, 0, 0, .35);
    border: 1px solid #fff;
    padding: 30px;
}

.main-contact-wrap .li-contact {
    color: #fff;
    margin: 30px 0;
}

.main-contact-wrap .li-contact li {
    margin-bottom: 10px;
}

.main-contact-wrap .li-contact i {
    margin-right: 10px;
}

.main-con-wrap .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    border: 1px solid #ddd;
    color: #fff;
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, .25);
}

.main-con-wrap .inner:hover {
    background: rgba(0, 0, 0, .0);
}

.main-con-wrap .inner p {
    margin-bottom: 75px;
    margin-top: 0;
    font-size: 24px;
    font-weight: 600
}

.main-con-wrap .inner i {
    font-size: 54px;
}

.main-con-wrap div[class^="bg"] {
    transition: .5s;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.main-con-wrap .bg-01 {
    background: url(/public/img/main/main-01-img01.jpg) no-repeat center;
}

.main-con-wrap .bg-02 {
    background: url(/public/img/main/main-01-img02.jpg) no-repeat center;
}

.main-con-wrap .inner:hover div[class^="bg"] {
    transform: scale(1.25);
}

.main-con-wrap .more-btn {
    margin-top: 70px;
}

.main-wrap .more-btn {
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
}

.main-wrap .more-btn:hover {
    background: #fff;
    color: #222;
}

.main-wrap .h4-title {
    margin-top: 0;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    color: #fff;
}

.main-wrap div[class^="board_box_"] .page-header h4 {
    margin-top: 0;
}

.main-board-wrap {
    display: flex;
    flex-wrap: nowrap;
}

.main-board-wrap>div {
    flex: 1;
    width: 20%;
}

.main-board-wrap .board_box_list {
    background: #fff;
    padding: 25px;
    margin-bottom: 0 !important;
}

.main-board-wrap .regdate,
.main-board-wrap .writer,
.main-board-wrap .hits {
    display: none;
}

.main-board-wrap .board_box_list .page-header {
    margin-top: 0;
    border-color: #ccc;
}

.main-board-wrap .board_box_list .page-header i {
    color: #00a651;

}

.main-board-wrap .board_box_list ul {
    min-height: 150px;
}

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

.breadcrumb .active {
    color: #fff;
}

/* .pageheader {
    background: url(/public/img/sub/sub-top01-re.jpg) no-repeat center;
    height: 240px;
    position: relative;
    overflow: hidden;
} */
.pageheader.visual01 {
    background: url(/public/img/sub/sub-top-img01.jpg) no-repeat center;
    height: 240px;
    position: relative;
    overflow: hidden;
}


.pageheader::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .15);
}

.subheader-wrap {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.subheader-wrap h2 {
    font-size: 40px;
    margin: 15px 0 0;
    color: #fff;
    text-align: center;
    letter-spacing: -0.034em;
}

.snb {
    background: #fff;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #ddd;
}

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

.snb li {
    margin: 0 30px;
}

.snb li:hover a,
.snb li:focus a {
    color: #b4835a;
    text-shadow: 0px 0px 0.5px #b4835a, 0px 0px 0.5px #b4835a;
}

.snb li a {
    color: #666;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 17px;
    padding: 24px 0 23px;
}

.snb li.active a {
    position: relative;
    font-weight: 700;
    color: #333;
}

.snb li.active a::after {
    content: '';
    position: absolute;
    display: block;
    background: #333;
    width: 100%;
    height: 3px;
    bottom: -2px;
}

.snb li.active:hover a {
    text-shadow: 0px 0px 0px #fff;
}

/* =================================== subpage =================================== */
/* 01 */
.subpage-content .bg {
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.subpage-content .bg::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

#company01 .subpage-content .bg::after {
    background: rgba(0, 0, 0, .25);
}

#company02 .subpage-content .bg::after {
    background: rgba(0, 0, 0, .25);
}

#company01 .bg {
    background: url(/public/img/sub/com01-bg-re02.jpg) no-repeat center / cover;
}

#company02 .bg {
    background: url(/public/img/sub/com02-bg.jpg) no-repeat center / cover;
}

#company01 h3 {
    /* color: #fff; */
    margin-top: 90px;
}

.subpage-content .container {
    margin-top: 50px;
    margin-bottom: 50px;
}

#company01 .subpage-content .container>.inner,
#company02 .subpage-content .container>.inner {
    /* background: rgba(0, 0, 0, .75); */
    overflow: hidden;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 10px;
    box-shadow: 0px 20px 10px rgba(0, 0, 0, 0.1);
}

#company02 .subpage-content .container {
    /* background: rgba(255, 255, 255, 0.97); */
}

.sub-greet-wrap>div:nth-child(2) {
    margin-left: 10%;
    width: 80%;
}

.sub-greet-wrap>div:nth-child(2) p {
    text-align: justify;
}

.sub-greet-wrap .top {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    color: #a27000;
    letter-spacing: -0.034em;
}

.sub-greet-wrap .name {
    font-weight: 500;
    margin-top: 30px;
    line-height: 2;
    text-align: right !important;
    margin-bottom: 0;
    color: #222;
}

.sub-greet-wrap p {
    text-align: center;
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 20px;
    font-family: 'notokr';
    letter-spacing: -0.02em;
}

.sub-map-wrap .inner {
    display: flex;
    flex-wrap: wrap;
}

.sub-map-wrap .inner>* {
    width: 50%;
}

.sub-map-wrap .office {
    font-weight: 400;
    display: block;
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    color: #a27000;
    margin-bottom: 20px;
}

.sub-map-wrap .li-map {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    margin: 0;
    padding: 0 15px;
    /* margin-top: 10px; */
}

.sub-map-wrap .li-map li {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 15px;
    padding-left: 50px;
    border-bottom: 1px solid #ddd;
    color: #333;
    font-size: 15px;
}

.sub-map-wrap .li-map li:first-child {
    /* border-top: 1px solid #ddd; */
}

.sub-map-wrap .li-map li:last-child {
    border-bottom: 0;
}

.sub-map-wrap .li-map li i {
    position: absolute;
    left: 10px;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    color: #333;
}

.sub-map-wrap div:first-child .inner {
    margin-bottom: 100px;
}

.sub-history-wrap .inner-year {
    position: relative;
    padding-bottom: 75px;
}

.sub-history-wrap div:last-child .inner-year:last-child {
    padding-bottom: 0;
}

.sub-history-wrap .left .inner-year {
    padding-right: 120px;
}

.sub-history-wrap .right .inner-year {
    padding-left: 120px;
}

.inner-year h5 {
    line-height: .8;
    position: static;
    font-weight: 300;
    font-size: 40px;
    color: #a27000;
    margin-bottom: 20px;
    padding-left: 0;
    letter-spacing: -0.034em;
}

.inner-year h5::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    border: 0;
    background: #ddd;
    top: 9px;
    right: 0;
    left: auto;
}

.inner-year h5::after {
    box-sizing: content-box;
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: 0px;
    border-radius: 50%;
    background: #fff;
    border: 7px solid #cc985e;
}

.left .inner-year h5 {
    text-align: right;
}

.left .inner-year h5::before {
    right: 0;
    left: auto;
}

.left .inner-year h5::after {
    right: -10px;
}

.right .inner-year h5 {
    text-align: left;
}

.right .inner-year h5::before {
    right: auto;
    left: 0;
}

.right .inner-year h5::after {
    left: -10px;
}

.sub-history-wrap .li-year {
    margin: 0;
}

.sub-history-wrap .li-year li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
}

.sub-history-wrap .li-year li:last-child {
    margin-bottom: 0;
}

.sub-history-wrap .left .li-year li {
    flex-direction: row-reverse;
    padding-right: 90px;
    text-align: right;
}

.sub-history-wrap .right .li-year li {
    padding-left: 90px;
    text-align: left;
}

.sub-history-wrap .left {
    transform: translateX(.5px);
    border: 0;
    border-right: 1px;
    padding-right: 0;
}

.sub-history-wrap .right {
    transform: translateX(-.5px);
    border: 0;
    border-left: 1px;
    padding-left: 0;
}

.sub-history-wrap .left,
.sub-history-wrap .right {
    border-color: #d8b48d;
    border-style: solid;
}

.sub-history-wrap .li-year span {
    position: absolute;
    height: 100%;
    font-weight: 600;
    /* font-size: 17px; */
}

.sub-history-wrap .left .li-year span {
    right: 0;
}

.sub-history-wrap .right .li-year span {
    left: 0;
}

.sub-history-wrap .right:last-child {
    border-color: #fff;
}

/* 02 */
.sub-pu-wrap .box:nth-child(1)>div:nth-child(1) {
    width: 38%;
}

.sub-pu-wrap .box:nth-child(1)>div:nth-child(2) {
    width: 62%;
}

.sub-pu-wrap .box:nth-child(2)>div:nth-child(2) {
    width: 40%;
}

.sub-pu-wrap .box:nth-child(2)>div:nth-child(1) {
    width: 60%;
}

.sub-pu-wrap .box:nth-child(2) .inner-text {
    padding: 80px 80px 0 0;
}

.sub-pu-wrap .box:nth-child(2) .inner-text::before {
    display: none;
}

.sub-pu-wrap p {
    font-size: 16px;
    margin: 0 0 20px;
    color: #666;
    line-height: 1.65;
    font-family: 'notokr';
    letter-spacing: -0.034em;
}

.sub-pu-wrap .top {
    text-align: center;
    font-size: 22px;
    text-align: center;
    font-weight: 400;
    color: #a27000;
    margin: 0 0 70px;
    line-height: 1.55em;
}

.sub-pu-wrap .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 70px;
}

.sub-pu-wrap .box:last-child {
    margin-bottom: 100px;
}

.sub-pu-wrap .box:nth-child(1) .inner-text {
    padding: 70px 0 0 70px;
}

.sub-pu-wrap .inner-text::before {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #dcb571;
    margin-bottom: 40px;
}

.sub-adv-wrap h4 {
    text-align: left;
    padding-left: 15px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.sub-adv-wrap .top {
    font-size: 18px;
    color: #a27000;
    margin-bottom: 25px;
}

.sub-adv-wrap {
    margin-top: 30px;
}

.sub-adv-wrap .li-adv {
    display: flex;
    margin: 0;
}

.sub-adv-wrap .li-adv::after {
    content: '';
    z-index: -1;
    display: block;
    width: 80%;
    position: absolute;
    height: 1px;
    background: #c7bdab;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sub-adv-wrap .li-adv li {
    flex: 1;
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
}

.sub-adv-wrap .li-adv li:nth-child(1n+2) {
    border-left: 0;
}

.sub-adv-wrap .li-adv .item {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 500;
    font-size: 16px;
    color: #444;
}

.sub-adv-wrap .li-adv .item p {
    word-spacing:-1000px;
    font-size: 42px;
    margin-bottom: 15px;
    color: #9e8067;
}

.sub-adv-wrap .li-adv li::after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.sub-usage-wrap .img-box {
    margin-bottom: 70px;
}

.sub-usage-wrap .img-box p {
    color: #333;
    text-align: center;
    padding: 20px 0 0;
    margin: 0;
    font-size: 18px;
}

.sub-usage-wrap .li-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    background: #333;
}

.sub-usage-wrap .li-btn li {
    flex: 1;
    justify-content: center;
    line-height: 50px;
    height: 50px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.sub-usage-wrap .li-btn li:hover {
    background: #555;
}

.sub-usage-wrap .li-btn li.active {
    background: #00a651;
    font-weight: 600;
    color: #fff;
}


/* 03 */

/* 04 */

/* 05 */

/* bbs */

/* =================================== footer =================================== */
#site footer {
    margin-top: 0px;
    padding: 40px 0;
    background-color: #222;
    color: #bbb;
}

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

.footer-info {
    font-size: 13px;
    margin: 0 0 5px;
    line-height: 1.75;
    display: flex;
    flex-wrap: wrap;
}

.footer-info li {
    margin-right: 15px;
}

.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 {
    font-size: 13px;
    color: #888;
    margin: 0;
}

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



/* bbs btn */

.bbs-area h4 {
    font-weight: 500;
    color: #222;
    font-size: 16px;
}

.bbs-area .title h4 {
    text-align: center;
}

.bbs-area .reply_wrap h4 {
    text-align: left;
}

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

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

.board_wrapper {
    margin-top: 0;
}


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

/* =================================== mobile =================================== */
@media(max-width:768px) {

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

    .table_default .subject {
        width: 100%;
    }

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

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

    .nav-top>.container {
        padding-right: 0;
    }

    .nav-top .btn-wrap button.lang {
        font-size: 11px;
    }

    .navbar-toggle {
        margin-top: 15px;
        margin-bottom: 15px;
    }

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

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

    .dropdown {
        border-top: 1px solid #eee;
    }

    .dropdown:first-child {
        border: 0;
    }

    .dropdown-menu {
        padding: 0;
    }

    .navbar-toggle {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .navbar-collapse {
        padding: 0;
    }

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

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

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:active {
        color: #222;
        background: #ddd;
    }
    .navbar-brand::after{
        font-size: 12px;
        margin-left: 5px;
    }

    .subheader-wrap h2{
        font-size: 32px;
    }

    .subpage-content h3 {
        font-size: 30px;
    }

    .subpage-content h4 {
        font-size: 26px;
    }

    .snb {
        border: 0;
    }

    .snb ul {
        flex-wrap: wrap;
    }

    .snb li {
        margin: 0;
        flex: auto;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    .snb li a {
        font-size: 15px;
        padding: 14px 0 14px 0;
    }

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

    .main-board-wrap {
        display: block;
    }

    .main-board-wrap>div {
        width: 100%;
    }

    .carousel-caption h1 {
        font-size: 54px;
    }

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

    .carousel-caption {
        top: 41.5%;
        right: 0;
        left: 0;
    }

    .pageheader.visual01 {
        height: 175px;
    }

    #company01 .subpage-content .container>.inner,
    #company02 .subpage-content .container>.inner {
        padding: 0 15px;
    }

    .sub-greet-wrap>div:nth-child(2) {
        width: 100%;
        padding: 0 30px;
        margin: 0;
    }

    .sub-greet-wrap>div:nth-child(2) p {
        text-align: center;
    }

    .sub-greet-wrap .name {
        text-align: center !important;
    }

    .sub-history-wrap {
        padding: 0 15px 0 30px;
    }

    .inner-year h5::before {
        width: 30px;
    }

    .sub-history-wrap .right .inner-year {
        padding-left: 45px;
    }

    .sub-map-wrap .inner>* {
        width: 100%;
    }

    .sub-map-wrap .li-map {
        padding: 0;
    }

    .sub-map-wrap .li-map li {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 65px;
    }

    .sub-map-wrap .li-map li i {
        left: 25px;
    }

    .sub-map-wrap .li-map li:last-child {
        border-bottom: 1px solid #ddd;

    }

    .sub-pu-wrap .box:nth-child(1)>div:nth-child(2),
    .sub-pu-wrap .box:nth-child(2)>div:nth-child(1) {
        order: 1;
    }

    .sub-pu-wrap .box:nth-child(1)>div:nth-child(1),
    .sub-pu-wrap .box:nth-child(2)>div:nth-child(2) {
        order: 2;
    }

    .sub-pu-wrap .box:nth-child(2)>div:nth-child(2),
    .sub-pu-wrap .box:nth-child(2)>div:nth-child(1),
    .sub-pu-wrap .box:nth-child(1)>div:nth-child(2),
    .sub-pu-wrap .box:nth-child(1)>div:nth-child(1) {
        width: 100%;
    }

    .sub-pu-wrap .box:nth-child(2) .inner-text,
    .sub-pu-wrap .box:nth-child(1) .inner-text {
        padding: 0 0 30px 0;
    }

    .sub-pu-wrap .box {
        margin-bottom: 50px;
    }

    .sub-pu-wrap .top {
        margin-bottom: 50px;
    }

    .sub-adv-wrap .li-adv {
        flex-wrap: wrap;
        justify-content: center;
    }

    .sub-adv-wrap .li-adv li {
        flex: inherit;
        width: 50%;
    }

    .sub-adv-wrap .li-adv li {
        border: 1px solid #ccc;
        border-bottom: 0;
    }

    .sub-adv-wrap .li-adv li:nth-child(2n+1) {
        border-right: 0;
    }

    .sub-adv-wrap .li-adv li:nth-child(1n+2) {
        border-left: 1px solid #ccc;
    }

    .sub-adv-wrap .li-adv li:nth-child(6n),
    .sub-adv-wrap .li-adv li:nth-child(5n) {
        border-bottom: 1px solid #ccc;
    }

    .sub-adv-wrap .li-adv li:last-child {
        border-top: 0;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
    .copyright,
    .footer-info{
        font-size: 12px;
    }
    .sub-usage-wrap > .col-sm-4{
        width: 50%;
        float: left;
        padding: 0;
    }
    .sub-usage-wrap {
        padding: 0 15px;
    }
    .sub-usage-wrap > .col-sm-4:nth-child(2n+2){
        padding-left: 5px;
    }
    .sub-usage-wrap > .col-sm-4:nth-child(2n+1){
        padding-right: 5px;
    }
    .sub-usage-wrap .img-box{
        margin-bottom: 40px;
    }
}



/* board 추가 css */
.contents_wrap {
    overflow: scroll;
}

.board_wrapper {
    margin-top: 0;
    font-family: 'notokr';
}

.board_data_view .header_wrap .title {
    font-size: 25px;
    letter-spacing: -0.02em;
}

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

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

.board_wrapper .table.board_write_table tbody tr th {
    font-size: 14px;
}

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

.table.table_default tr th,
.table.table_default tr td {
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}

.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;
    font-family: 'notokr';
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #b4835a;
    border-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;
}

.btn {
    font-family: 'notokr';
}

.login_wrapper .member_wrapper>h1 {
    margin-bottom: 80px;
}

.login_wrapper .member_wrapper>p {
    display: none;
}

/* board 추가 css end */