@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.13.0/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.13.0/css/v4-shims.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

.body-layout {
    background-color: #fff;
}

#site {
    padding-top: 0px;
}

/* 폰트 설정 */
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button,
.subPage,
#site {
    font-family: 'Roboto', 'notokr', 'Malgun Gothic', sans-serif;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
    padding: 0
}

.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout+.row,
#mailForm,
#insertForm {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.board_wrapper {
    margin-top: 0;
}

.search_wrap {
    margin-bottom: 0;
}

* {
    word-break: keep-all
}

a:hover {
    text-decoration: none
}

.li-dash>li,
.li-dot>li,
.li-dash>dd,
.li-dot>dd {
    padding-left: 20px;
    position: relative;
}

.li-dash>li:before,
.li-dot>li:before,
.li-dash>dd:before,
.li-dot>dd:before {
    content: '-';
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}

.li-dot>li:before,
.li-dot>dd:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #177e7a;
    top: 10px;
}

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

.subContent ul {
    padding: 0
}

/* 상단 메뉴 */
.navbar-inverse {
    background: #fff;
    position: relative;
    margin-bottom: 0;
    border: 0;
    padding: 0;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin: 0;
    padding: 0
}

.navbar>.container .navbar-brand {
    height: auto;
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.navbar>.container .navbar-brand::after {
    content: '태신I&D';
    font-family: 'Roboto', 'notokr', 'Malgun Gothic', sans-serif;
    display: inline-block;
    height: 27px;
    margin-top: 10px;
    font-size: 34px;
    font-weight: 600;
    color: #565a5b;
    margin-left: 12px;
    letter-spacing: -0.035em;
}

.nav.navbar-nav>li>a {
    display: block;
    height: 100%;
    padding: 50px 30px 21px;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    letter-spacing: -0.035em;
}

.nav.navbar-nav>li:hover>a,
.nav.navbar-nav>li.open>a,
.nav.navbar-nav>li:focus>a,
.nav.navbar-nav>li>a:focus {
    /* color: #e8a400 !important; */
    color: #565a5b !important;
    background: none !important;
}

.nav.navbar-nav li .dropdown-menu {
    left: 50%;
    right: auto;
    border-radius: 0;
    border: 0;
    padding: 4px 0 0 0;
    background: rgba(0, 0, 0, 0.8);
    transform: translate(-50%, 0);
}

.nav.navbar-nav li .dropdown-menu li a {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff;
    text-align: center;
    letter-spacing: -0.025em;
    font-size: 14px;
}

.nav.navbar-nav li .dropdown-menu li:not(:last-child) a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.nav.navbar-nav li .dropdown-menu li:hover a {
    background: #646568;
    color: #fff;
    font-weight: 500;
    border-color: #646568;
}

.navbar-inverse .navbar-nav>li .dropdown-menu::after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 50%;
    top: 0px;
    background: #8b9294;
    /* background: #fcb711; */
    transform: translateX(-50%);
}

@media (max-width: 767px) {

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
    }

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

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

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

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

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }
}

@media (min-width: 768px) {
    .navbar-brand>img {
        height: 60px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: .25rem;
        border: 1px solid #d5d5d5;
        padding: 10px 0;
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 5px 20px;
    }

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

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

@media (max-width: 767px) {
    .navbar-brand>img {
        height: 50px;
    }

    .navbar-brand {
        width: 75px;
        margin-left: 10px !important;
    }

    .navbar-toggle {
        height: 60px;
    }

    .nav .dropdown-menu {
        transform: translate(0, 0) !important;
    }

    .nav .dropdown {
        /* height: 100%; */
    }

    .nav.navbar-nav>li>a {
        padding: 10px 20px;
        font-size: 17px;
    }

}

/* 하단 카피라이트 설정 시작*/
#site footer {
    margin-top: 0px;
    background-color: #363738;
    color: #a1a2a5;
}

#site footer .footer-link {
    padding: 15px 0;
    border-bottom: 1px solid #444
}

#site footer .footer-link ul {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0
}

#site footer .footer-link ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    line-height: 26px
}

#site footer .footer-link ul li a {
    color: inherit
}

#site footer .footer-info {
    padding: 40px 0;
}

#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0
}

#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 13px;
    margin-right: 15px;
    line-height: 25px;
    letter-spacing: 0.1px;
}

#site footer .footer-info ul li strong {
    font-weight: 500;
}

/* 슬라이드 공통 */
.carousel-control {
    display: none;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
    transition: ease-in-out .15s all;
    background: transparent !important;
}

.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,
.carousel-indicators li.active {
    width: 80px;
    height: 6px;
    border: none;
    background: rgba(255, 255, 255, 0.35);
    margin: 0 3px;
    border-radius: 0;
    transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
    background-color: #ccc;
    border: none;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
}

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

.carousel-caption {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.35);
    padding: 0;
}

.carousel-caption h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 0 0 18px;
    letter-spacing: 0.03em;
    line-height: 1.4;
}

.carousel-caption p {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -0.06em;
    color: #fff;
}

/*main*/
.main_area h2 {
    margin: 0 0 60px;
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    color: #222;
}

.main01 {
    padding: 120px 0 100px;
}

.main01 a {
    position: relative;
    display: block;
    transition: all 0.3s ease;
}

.main01 p {
    text-align: right;
    margin: 0;
    padding: 35px 20px 38px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    text-align: center;
    letter-spacing: -0.035em;
    background: #fff;
    color: #333;
    z-index: 1;
}

.main01 p span {
    display: block;
    font-size: 15px;
    border: 1px solid #ccc;
    width: 130px;
    height: 36px;
    line-height: 34px;
    font-weight: 500;
    margin: 12px auto 0;
    color: #777;
    transition: all ease 0.3s;
}

.main01 a:hover {
    transform: translateY(-20px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15)
}

.main01 a:hover p span {
    background: #177e7a;
    border-color: #177e7a;
    color: #fff
}

.main01 a:before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    background: #eee;
    top: 0;
    left: 0;
    transition: all 0.45s ease;
    opacity: 0.4
}

.main01 a:hover:before {
    width: 100%;
}

/* .main01 p:before{content:"";width: 30px;height: 2px;position: absolute;background: #fff;top:50%;left: 0;transform: translateY(-50%);}
.main01 p:after{content:"";width: 0;height: 2px;position: absolute;background: #949599;top:50%;left: 0;transform: translateY(-50%);transition: all ease .3s;}
.main01 a:hover p:after{width: 30px;} */

.main02 {
    padding: 120px 0;
    background: #f3f3f3;
}

.main02 h2 {
    margin-bottom: 45px;
}

.main02 .main02_box {
    display: flex;
    width: 100%;
    color: #111;
    align-items: center;
    padding: 15px 20px 15px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 23%);
    transition: all .3s ease;
    position: relative;
    top: 0;
}

.main02 a.main02_box:hover {
    border-color: #177e7a;
    box-shadow: 0px 5px 10px -5px rgb(0 0 0 / 23%);
    top: -10px
}

.main02 .main02_box::after {
    content: '';
    display: table;
    clear: both;
}

.main02 .main02_box i {
    background: #eee;
    display: block;
    font-size: 33px;
    color: #565a5b;
    text-align: center;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    margin-right: 20px;
    position: relative;
}

.main02 .main02_box p {
    font-size: 22px;
    margin: 0;
    font-weight: 600;
}

.main02 .main02_box p small {
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 1;
    margin-top: 7px;
}

.main02 .main02_box p b {
    color: #177e7a;
    font-size: 25px;
}

.board_box_list {
    margin: 0 !important;
}

.board_box_list .page-header {
    display: none;
}

.board_box_list ul {
    max-width: 900px;
    margin: 0 auto;
}

.board_box_list ul li {
    margin: 12px 0;
    padding: 0;
    background: #fff;
    box-shadow: 3px 5px 12px -2px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0);
    border-left: 3px solid #fdb813;
    transition: all ease 0.3s;
}

.board_box_list ul li .info {
    margin-top: 30px;
    margin-right: 35px;
    font-size: 16px;
}

.board_box_list ul li a {
    padding: 26px 30px;
    font-size: 20px;
    letter-spacing: -0.055em;
}

.board_box_list .info span.writer,
.board_box_list .info span.hits {
    display: none;
}


.board_box_list ul li:hover {
    border: 1px solid #fdb813;
    border-left: 3px solid #fdb813;
    box-shadow: 3px 5px 12px -2px rgba(0, 0, 0, 0.14);
}

/* main 미디어쿼리 */
@media (max-width: 767px) {
    .carousel {
        height: 75%;
        position: static;
    }

    .carousel-caption {
        position: static;
    }

    .carousel-caption h1 {
        /* top: 50%; */
        padding-top: 35vh;
        font-size: 45px;
        position: absolute;
    }

    #mainCarousel .carousel-inner .item {
        margin-top: -80px;
        height: 100vh;
    }
}




/*sub*/
.subTop {
    height: 250px;
    width: 100%;
    background: url(/public/img/sub/subTop.jpg)no-repeat center / cover;
    position: relative;
}

.subTop_inner {
    position: absolute;
    left: 20%;
    right: 20%;
    text-align: center;
    top: 51%;
    transform: translateY(-50%);
    color: #fff;
}

.subTop_inner h2 {
    font-size: 45px;
    max-width: 1140px;
    margin: 0 auto;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.breadcrumb {
    display: none;
    font-size: 12px;
    background-color: transparent;
    margin-top: 8px;
    font-weight: 300;
    margin-bottom: 0;
    padding: 0;
}

.breadcrumb>li+li:before {
    color: #ccc;
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 11px;
    padding: 0 9px;
    opacity: 0.65;
}

.breadcrumb .active {
    font-weight: 400;
    color: #fff;
}

.subContent {
    padding: 90px 0 150px;
}

.subTitle h3 {
    text-align: center;
    margin: 0 0 80px;
    font-size: 38px;
    color: #111;
    letter-spacing: -0.025em;
    font-weight: 700;
}

.subContent p,
.subContent li,
.subContent dd {
    font-size: 16px;
    letter-spacing: -0.034em;
    line-height: 1.65;
    margin-bottom: 15px;
}

.subContent li,
.subContent dd {
    margin-bottom: 5px;
}

.subContent .con {
    margin-bottom: 105px;
}

.subContent .con:last-child,
.subContent p:last-child,
.subContent li:last-child,
.subContent dd:last-child {
    margin-bottom: 0;
}

.subContent h4 {
    font-size: 27px;
    margin: 0 0 25px;
    padding-left: 17px;
    position: relative;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #2c2c2c;
}

.subContent h4:before {
    content: "";
    width: 6px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 1px;
    background: #177e7a;
    border-top: 7px solid #26a19d;
}

.snb {
    border-bottom: 1px solid #d9d9d9;
}

.snb .nav>li {
    margin: 0;
}

.snb .nav>li>a {
    text-align: center;
    border-radius: 0;
    color: #acadb3;
    font-weight: 500;
    display: block;
    font-size: 18px;
    padding: 23px 10px 21px;
    letter-spacing: -0.04em;
    border-left: 1px solid #ececec;
}

.snb .nav>li:last-child>a {
    border-right: 1px solid #ececec;
}

.snb .nav>li.active>a {
    position: relative;
    background: transparent;
    font-weight: 700;
    color: #3a3e3f;
    border-bottom: 2px solid #565a5b;
    margin-bottom: -1px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: transparent;
    color: #000;
}

.company .snb .nav>li {
    width: 25%;
}

.business .snb .nav>li {
    width: 33.333%;
}

.work .snb .nav>li {
    width: 16.666%;
    width: calc(100% / 5);
}

.work .snb .nav>li>a {
    font-size: 15px;
}



/*table*/
.subContent .table.table-type03 {
    margin: 0;
    border-top: 2px solid #333;
}

.subContent .table.table-type03 tr th,
.subContent .table.table-type03 tr td {
    padding: 13px !important;
    border: 1px solid #ddd !important;
    letter-spacing: -0.034em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 16px;
    text-align: center;
}

.subContent .table.table-type03 tr th {
    color: #333;
    background: #f8f8f8;
}

.subContent .table.table-type03 tr td {
    color: #555;
}

/*comapany*/
#company01 .con .col-md-8 {
    padding-left: 60px;
}

#company01 .con p {
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: -0.035em;
    margin-bottom: 15px;
}

#company01 .con p:first-child {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 5px;
    color: #177e7a;
    letter-spacing: -0.04em;
    line-height: 1;
}

#company01 .con p:last-child {
    text-align: right;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 0.1em;
    line-height: 1.7;
}

#company01 .con p:last-child span {
    display: block;
    font-weight: 700;
    letter-spacing: -0.03em;
    font-size: 20px;
}

#company03 .con1 p {
    font-size: 44px;
    text-align: center;
    margin: 0 0 65px;
    font-weight: 600;
    color: #177e7a;
    border: 1px solid #b5d6d5;
    padding: 23px;
    box-shadow: 3px 5px 12px -2px rgba(0, 0, 0, 0.08);
    border-radius: 80px;
}

.comp03_box01 {
    max-width: 280px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
}

.comp03_box01 dl {
    margin: 40px 0 0;
    text-align: center;
}

.comp03_box01 dl dt {
    position: relative;
    display: inline-block;
    font-size: 26px;
    margin: 0 auto 25px;
    color: #222;
    border-bottom: 3px solid #565a5b;
}

.comp03_box01 dl dd {
    font-size: 16px;
    line-height: 1.65;
}

#company03 .con2 .col-md-3 {
    border-top: 1px solid #ddd;
}

#company03 .con2 .col-md-3 p {
    font-size: 32px;
    font-weight: 700;
    padding-top: 55px;
    line-height: 1;
    letter-spacing: 0;
    color: #222;
}

#company03 .con2 .col-md-9 {
    border-top: 1px solid #ddd;
}

#company03 .con2 .col-md-9 p {
    margin-bottom: 25px;
    padding-top: 60px;
    line-height: 1;
    font-size: 24px;
    color: #222;
    font-weight: 500;
    letter-spacing: -0.045em;
}

#company03 .con2 .col-md-9 ul {
    margin: 0;
}

#company03 .con2 .clearfix {
    margin-bottom: 60px;
}

#company04 .con ul {
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
    overflow: hidden;
}

#company04 .con ul li {
    width: 16.6%;
    border-right: 4px solid #fff;
    float: left;
    padding: 35px 15px 36px;
    margin: 0;
    background: #f3f3f3;
    font-weight: 500;
}

#company04 .con ul li span {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
}

#company04 .con ul li i {
    font-size: 35px;
    margin-bottom: 12px;
    color: #565a5b;
    /* width: 80px; */
    /* height: 80px; */
    /* background: #fff; */
    /* border-radius: 50%; */
    /* padding: 24px 0; */
}

#company04 .con ul li:first-child {
    width: 50%;
    background: #8a8b8e;
    color: #fff;
}

#company04 .con ul li:first-child i {
    color: #fff;
}

#company04 .con ul li:last-child {
    border-right: none;
}

/*business*/
.business .con2 p {
    text-align: center;
    margin-top: 35px;
    font-size: 24px;
    font-weight: 500;
    color: #177e7a;
    letter-spacing: -0.05em;
}

@media(min-width:768px) {
    .business .con3 .col-md-3 {
        width: 20%;
    }

    .business .con3 .col-md-3.origin_box {
        width: 25%;
    }

}

.business .con3 p {
    text-align: center;
    font-weight: 500;
    color: #177e7a;
    padding: 15px 0;
    border-radius: 50px;
    position: relative;
    border: 1px solid #b5d6d5;
    box-shadow: 3px 5px 12px -2px rgba(0, 0, 0, 0.08);
    letter-spacing: -0.06em;
    font-size: 17px;
}

.business .con3 p span {
    position: absolute;
    left: 50%;
    bottom: -30px;
    font-size: 14px;
    font-weight: 700;
    color: #e40505;
    transform: translateX(-50%);
}

.business .con3>div:last-child p {
    background: #177e7a;
    color: #fff;
    border-color: #177e7a;
}

.business .con3 p:after {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: -20px;
    top: 50%;
    color: #ddd;
    font-weight: 900;
    transform: translateY(-50%);
    font-size: 26px;
}

.business .con3 .col-md-3:last-child p:after,
.business .con3 .col-md-2:last-child p:after {
    display: none;
}

.business .con3 .clearfix {
    margin-bottom: 20px;
}

.business .con4 img {
    max-width: 500px;
}

.business .con4 h4 {
    margin-bottom: 40px;
}

.business .con4 .next_i:before {
    content: "\f054";
    position: absolute;
    right: -10px;
    margin-top: -20px;
    top: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
    font-size: 30px;
    color: #777;
}

.business .con4 .clearfix {
    margin-bottom: 55px;
}

.business .con4 p {
    text-align: center;
    margin-top: 16px;
    font-size: 20px;
    font-weight: 500;
}

.business .con4 .next_i p strong {
    background: #949599;
    color: #fff;
}

.business .con4 p strong {
    display: inline-block;
    background: #177e7a;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 3px;
    color: #fff;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-weight: 500;
}

#business01 .con4 p img,
#business03 .con4 p img {
    display: inline;
    margin-left: 15px;
    /* height: 50px; */
}

#business03 .busi-work {
    padding-top: 0;
}

#business02 .con3 {
    margin-bottom: 110px;
}

#business02 .con3 .clearfix {
    margin-bottom: 60px;
}

#business02 .con3 h4 {
    margin-bottom: 35px;
}

#business02 .con4 p strong {
    width: 120px;
    border-radius: 50px;
}

/*준비중*/
.maintenance {
    padding: 65px 25px;
    text-align: center;
    background: #f5f5f5;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 75px;
    margin-bottom: 18px;
    color: #949599;
}

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

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

.maintenance .btn-sm {
    width: 140px;
    height: 50px;
    padding: 0;
    line-height: 48px;
    font-size: 15px;
    font-weight: 500;

}

/*board*/
.table_blog2 dd .inner .bottom .info {
    display: none;
}

.table_blog2 dd .inner .bottom {
    padding: 0
}

.table_blog2 dd .inner .bottom .title {
    margin: 0;
    padding: 0;
}

.table_blog2 dd .inner .bottom .title a {
    padding: 15px;
    text-align: center;
    display: block;
    font-weight: 500;
}

#result .table_blog2 dd .inner .bottom .title a {
    padding: 0 15px 15px
}

#result .table_blog2 dd .inner .bottom .title .badge {
    margin-right: 0 !important;
    background: transparent;
    color: #818288;
    text-align: center;
    display: block;
    padding-top: 24px;
    line-height: 1;
    margin-bottom: 2px;
    letter-spacing: 0;
    font-size: 14px;
}

.table_video dd,
.table_blog2 dd {
    margin-bottom: 30px;
}

.table_video dd .inner:hover,
.table_blog2 dd .inner:hover {
    border-color: #888;
    box-shadow: 3px 5px 12px -2px rgba(0, 0, 0, 0.08);
}

.table_video dd .inner .bottom .title a:hover,
.table_blog2 dd .inner .title a:focus,
.table_blog2 dd .inner .bottom .title a:hover,
.table_blog2 dd .inner .title a:focus {
    color: #000;
}

.category_wrap {
    margin-bottom: 50px;
}

.category_wrap ul {
    text-align: center;
}

.category_wrap ul li a {
    font-size: 20px;
    color: #949599;
    border-bottom: 3px solid #fff;
    padding: 0 0 8px;
}

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

.category_wrap ul li.on a,
.category_wrap ul li.on a:hover,
.category_wrap ul li.on a:focus {
    color: #177e7a;
    border-color: #177e7a;
}

.board_data_view .header_wrap .title {
    padding-left: 0;
}

.board_data_view .header_wrap .title:before {
    content: none;
}

.board_data_view .header_wrap {
    padding: 40px 0;
}

.btn.btn-primary {
    background-color: #177e7a;
    border: 1px solid #177e7a;
    color: #fff
}

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

.btn.btn-dark {
    background-color: #444;
    border: 1px solid #444;
    color: #fff
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
    background-color: #333;
    border-color: #333
}

/*work*/
#work01 .con1 p {
    padding: 30px;
    background: #f8f8f8;
    text-align: center;
    border: 1px solid #ddd;
}

#work01 .con2 dl,
#work07 .con2 dl {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #ddd;
}

#work01 .con2 dl dt,
#work07 .con2 dl dt {
    font-size: 20px;
    font-weight: 500;
}

#work01 .con2 dl dt:after,
#work07 .con2 dl dt::after {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    background: #333;
    margin: 15px 0px;
}

#work01 .con4 ul {
    padding: 30px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    min-height: 240px;
}

#work01 .con4 ul li {
    margin-bottom: 10pxx;
}

#work02 .con2 dl,
#work02 .con4 dl {
    padding: 30px;
    border: 1px solid;
    border-top: 4px solid #565a5b;
    min-height: 215px;
}

#work02 .con2 dl dt,
#work02 .con4 dl dt {
    font-size: 20px;
    margin-bottom: 15px;
    color: #666;
    letter-spacing: 0.1em;
}

#work02 .con3 dl {
    text-align: center;
}

#work02 .con3 dl dt {
    padding: 15px 0;
    background: #177e7a;
    border-radius: 50px;
    line-height: 1;
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 500;
}

#work05 .con ul li strong {
    color: #177e7a;
    margin-right: 8px;
}

#work05 .con4 .clearfix {
    margin-bottom: 40px;
}

#work05 .con4 dl dt,
#work05 .con4 p {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid;
    font-weight: 500;
}

#work05 .con4 dl {
    padding-right: 40px;
}

#work05 .con4 p {
    margin-right: 40px;
}

.dividefour {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 500px;
    margin: 0 auto;
}

.dividefour img {
    width: 50%;
}

@media(max-width:767px) {
    .main01 {
        padding: 80px 0 60px;
    }

    .main_area h2 {
        margin: 0 0 45px;
        font-size: 41px;
    }

    .main02 {
        padding: 80px 0;
    }

    .board_box_list ul li a {
        padding: 18px 15px;
        font-size: 17px;
    }

    .board_box_list ul li .info {
        margin-top: 20px;
        margin-right: 20px;
        font-size: 14px;
    }

    #site footer .footer-info {
        padding: 30px 0;
    }

    #site footer .footer-info ul li {
        font-size: 12px;
        margin-right: 12px;
        line-height: 22px;
    }

    .subTop {
        height: 200px;
    }

    .subTop_inner h2 {
        font-size: 41px;
    }

    .snb .nav {
        margin-top: 15px;
    }

    .snb {
        border-bottom: none;
    }

    .snb .nav>li {
        width: 100% !important;
    }

    .snb .nav>li>a {
        padding: 12px 10px;
        font-size: 15px !important;
        border: 1px solid #ececec;
        border-bottom: none;
    }

    .snb .nav>li:last-child>a {
        border-bottom: 1px solid #ececec;
    }

    .subTitle h3 {
        margin: 0 0 60px;
        font-size: 34px;
    }

    .subContent {
        padding: 70px 0 120px;
    }

    .subContent .con {
        margin-bottom: 65px;
    }

    .subContent h4 {
        font-size: 24px;
        margin: 0 0 20px;
    }

    #company01 .con .col-md-8 {
        padding-left: 15px;
        padding-top: 15px;
    }

    #company03 .con1 p {
        padding: 15px;
        font-size: 32px;
    }

    #company03 .con2 .col-md-3 p {
        font-size: 30px;
    }

    #company03 .con2 .col-md-9 {
        border-top: none;
    }

    #company03 .con2 .col-md-9 p {
        padding-top: 40px;
        font-size: 22px;
    }

    #company04 .con ul li {
        width: 100% !important;
    }

    #company04 .con ul li:last-child {
        border-right: 4px solid #fff;
    }

    #business01 .con4 .next_i {
        margin-bottom: 50px;
    }

    #business01 .con4 .dividefour,
    #business01 .con4 .next_i+div>img {
        width: 100%;
    }

    #business01 .con4 p img,
    #business03 .con4 p img {
        display: block;
        /* margin-top: 15px; */
        /* margin-left: 0px; */
        margin: 0 auto;
    }

    .business .con3 .clearfix {
        margin-bottom: -20px;
    }

    .business .con3 p {
        margin: 0 0 30px;
    }

    .business .con3 p:after {
        top: 75px;
        right: auto;
        left: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .business .con3 p span {
        left: 63%;
        bottom: -28px;
    }

    .business .con4 .next_i:before {
        top: auto;
        right: auto;
        bottom: -60px;
        left: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .business .con4 p {
        font-size: 18px;
    }

    .business .con4 p strong {
        font-size: 18px;
    }

    .business .con4 img {
        max-width: 100%;
    }

    #business02 .con4 p {
        font-size: 16px;
        text-align: left;
    }

    #business02 .con4 p strong {
        display: block;
        margin-bottom: 8px;
        font-size: 16px;
    }

    .dividefour {
        width: auto;
    }

    #business03 .next_i {
        margin-bottom: 50px;
    }

    #business03 .busi-work {
        padding-top: 0;
    }

    #work01 .con4 ul,
    #work02 .con2 dl,
    #work02 .con4 dl {
        min-height: auto;
        padding: 20px;
    }

    .category_wrap ul li a {
        margin-bottom: 5px;
        font-size: 18px;
    }

    .table_blog2 dd {
        width: 100%;
    }

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

    .table_blog2 dd .inner .bottom .title a {
        font-size: 15px;
    }

    #result .table_blog2 dd .inner .bottom .title .badge {
        padding-top: 15px;
        font-size: 12px;
    }

    .board_wrapper .table colgroup,
    .board_wrapper .table tr .num,
    .board_wrapper .table tr .hits {
        display: none;
    }

    .board_wrapper .table .subject {
        width: 55%;
    }

    .board_wrapper .table .writer {
        width: 20%;
    }

    .board_wrapper .table .regdate {
        width: 25%;
    }

    .table.table_default tr th,
    .table.table_default tr td {
        padding: 12px;
        font-size: 14px;
    }

    .table.table_default tbody .subject .badge {
        margin-right: 5px;
        font-size: 11px;
    }

    .table.table_default tbody .subject a {
        font-size: 14px;
    }

    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .form-control.form-control-big,
    .member_wrapper #join_form .table .form-control,
    .member_wrapper #join_form .table .form-control.form-control-big {
        width: 100%;
    }

    .board_wrapper .table.board_write_table .files .fileInput .file_add {
        width: 100%;
        margin: 0 0 15px;
        padding: 6px 12px;
    }

    .member_wrapper .text-center .btn.btn-lg,
    .board_wrapper .text-center .btn.btn-lg {
        width: 100%;
        margin: 0;
        padding: 9px;
    }

    .board_wrapper .text-center .btn#write_btn,
    .member_wrapper .text-center .btn#join_btn {
        margin-top: 20px;
    }

    .member_wrapper {
        padding-top: 60px;
        padding-bottom: 100px;
    }
}