@media screen and (max-width: 767px) {
    .mb_none {
        display: none !important;
    }
}

.subContWrap>div img {
    max-width: 100%;
}

.subContWrap>div {
    margin: 20px 0 80px;
    font-size: 15px;
}

.Management_1 div {
    min-height: 370px;
    background: url('/html/_skin/fostec/img/sub/img_Vision.jpg') no-repeat 0 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.Management_3 {
    text-align: center;
}

.Management_3 h1,
.Management_3 p {
    text-align: left;
}

.tblWrap table {
    width: 100%;
}

.tblWrap table th,
.tblWrap table td {
    font-size: 15px;
    border: 1px solid #dedede;
    padding: 10px 30px;
}

.tblWrap table th {
    background: #f9f9f9;
    border-left: none;
    font-weight: 600;
}

.tblWrap table td {
    border-right: none;
}

.tblWrap table tr:first-child td,
.tblWrap table tr:first-child th {
    border-top: 2px solid #a10a63;
}

.products.list1 {
    border: 1px solid #ebebeb;
    background: #fbfbfb;
    padding: 20px;
}

.products.list1 .listUl1 {
    overflow: hidden;
}

.products.list1 .listUl1>li {
    width: 33.33%;
    float: left;
    padding: 1%;
}

.products.list1 .listUl1>li>strong {
    font-size: 14px;
    background: #41322c;
    color: #fff;
    padding: 2px 10px;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.products.list1 .listUl2>li {
    font-size: 13px;
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
}

.products.list1 .listUl2>li::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 1px;
    background: #444;
    position: absolute;
    top: 10px;
    left: 0;
}

.products.list1 .listUl1>li>ol {
    padding: 0 15px;
}

.products.list1 .listUl1>li>ol>li:not(:first-child) {
    margin-top: 10px;
}


.products.list2 .imgUl1 {
    overflow: hidden;
    margin: 20px 0;
    width: calc(100% + 20px);
    margin-left: -10px;
}

.products.list2 .imgUl1 li {
    float: left;
    width: 33.333%;
    min-height: 250px;
}

/* .products.list2 .imgUl1 li:nth-child(5) a,
.products.list2 .imgUl1 li:first-child a {margin-left: 0;}
.products.list2 .imgUl1 li:last-child a {margin-right: 0;} */
.products.list2 .imgUl1 li a {
    width: calc(100% - 20px);
    display: block;
    /*  margin: 0 10px; */
    margin: 0 auto;
}

.products.list2 .imgUl1 li a div {
    border: 1px solid #ebebeb;
    height: 160px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}

.products.list2 .imgUl1 li a div img {
    max-width: 100%;
}

@media screen and (min-width:0\0) {
    .products.list2 .imgUl1 li a div img {
        width: 100%;
        height: auto;
    }
}

.products.list2 .imgUl1 li a p {
    text-align: center;
    font-size: 15px;
    margin: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.2em;
    height: 2.4em;
}

.products.list2 .imgUl1 li a div::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4) url('/html/_skin/fostec/img/sub/ico_search.png') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    transition: .4s;
    display: none;
}

.products.list2 .imgUl1 li a:hover div::before {
    display: block;
}

/* .prodList ul {overflow: hidden;}
.prodList ul li {width: 25%; float: left;}
.prodList ul li a {width: 100%; display: inline-block; padding: 10px; transition: .4s;}
.prodList ul li a div {height: 200px; overflow: hidden; display: flex; align-items: center; justify-content: center; border: 1px solid #ededed; position: relative; transition: .4s;}
.prodList ul li a div::before {content: ''; display: inline-block; width: 100%; height: 100%; background: rgba(0,0,0,0.4) url('/html/_skin/fostec/img/sub/ico_search.png') no-repeat center center; position: absolute; top: 0; left: 0; display: none; transition: .4s; display: none;}
.prodList ul li a p {text-align: center; margin-top: 10px;}*/

.products.detail .productsSliderWrap {
    width: 400px;
    border: 1px solid #e2e2e2;
    position: relative;
}

.products.detail .bx-pager.bx-default-pager {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.products.detail .bx-pager-item {
    float: left;
    margin: 0 5px;
}

.products.detail .bx-pager-item a {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #bbbbbb;
    text-indent: -9999px;
    border-radius: 50%;
}

.products.detail .bx-pager-item a.active {
    background: #a10a62;
}

.products.detail .bx-controls-direction a {
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.products.detail .bx-controls-direction a.bx-prev {
    background: url('/html/_skin/fostec/img/sub/btn_arrowPrev.jpg') no-repeat 0 0;
    left: -1px;
}

.products.detail .bx-controls-direction a.bx-next {
    background: url('/html/_skin/fostec/img/sub/btn_arrowNext.jpg') no-repeat 0 0;
    right: -1px;
}

.products.detail .detailTop {
    overflow: hidden;
    margin-bottom: 80px;
}

.products.detail .detailTop>div {
    float: left;
}

.products.detail .detailTop>div.productsInfo {
    width: calc(100%);
    position: relative;
}

.products.detail .detailTop>div.productsInfo>strong {
    color: #9f0b62;
    font-size: 30px;
    border-bottom: 1px solid #000;
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.products.detail .detailTop>div.productsInfo>ul {
    font-size: 17px;
    color: #000;
}

.products.detail .detailTop>div.productsInfo>ul strong {
    color: #9f0b62;
    padding-left: 15px;
    position: relative;
}

.products.detail .detailTop>div.productsInfo>ul strong::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #a10a62;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 50%;
}

.products.detail .detailTop>div.productsInfo>ul li {
    margin: 5px 0;
}

.products.detail .detailTop>div.productsInfo .catalog {
    margin-top: 40px;
    display: inline-block;
}

.subCont .tit1 {
    display: block;
    font-size: 25px;
    color: #333;
    position: relative;
    padding-left: 30px;
}

.subCont .tit1.first {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.subCont .tit1::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('/html/_skin/fostec/img/sub/sub_conts_title.jpg') no-repeat 0 0;
    position: absolute;
    top: 22px;
    left: 0;
}

.subCont .tit1.first::before {
    transform: translate(0, -70%);
}

.subCont .tit2 {
    display: block;
    font-size: 22px;
    color: #a10a62;
    margin-top: 20px;
}

.subCont ul,
.subCont p {
    font-size: 15px;
    color: #777;
    margin: 5px 0;
}

.subCont .tit3 {
    display: block;
    font-size: 18px;
    color: #333;
    position: relative;
    padding-left: 15px;
    margin: 30px 0 5px;
}

.subCont .tit3::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 20px;
    background: #a10a62;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -45%);
}

.downloadWrap ul {
    overflow: hidden;
}

.downloadWrap ul li {
    float: left;
    width: 50%;
}

.downloadWrap ul li a {
    display: inline-block;
    position: relative;
    transition: .4s;
}

.downloadWrap ul li a img {
    vertical-align: middle;
}

.downloadWrap ul li:last-child a {
    float: right;
}

.downloadWrap ul li a p {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

.downloadWrap ul li a::before {
    content: '';
    display: inline-block;
    width: 400px;
    height: 550px;
    background: url('/html/_skin/fostec/img/sub/img_download_over.png') no-repeat 0 0;
    position: absolute;
    top: -100%;
    left: 0;
    transition: .4s;
}

.downloadWrap ul li a:hover::before {
    transition: .4s;
    top: 0;
}

.gallery-list {
    margin-top: 10px;
}

.board-paging li.on>a,
.board-paging li:hover>a {
    background-color: #a10a62 !important;
}

.board-wrap .subCont ul,
.subCont p {
    margin: 0;
}

.board-wrap .gallery-list {
    border: none;
    padding: 40px 0;
    margin: 0;
}

.board-wrap .gallery-list figure {
    padding: 0 10px;
    margin-bottom: 20px;
}

.board-wrap .gallery-list figure a:hover .thumb-wrap::before {
    display: block;
}

.board-wrap .gallery-list figure a figcaption {
    padding: 10px;
}

.board-wrap .gallery-list figure a figcaption li {
    font-size: 15px;
    height: auto;
    line-height: inherit;
}

.board-wrap .gallery-list figure a figcaption li:last-of-type {
    display: none;
}

.category-tab {
    text-transform: uppercase;
}

.board-wrap .category-tab {
    margin: 0;
}

.board-wrap .category-tab ul {
    border-bottom: none;
}

.board-paging li>a {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
}

.board-paging li.on>a,
.board-paging li:hover>a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    border: 1px solid #a10a62;
}

.board-search-wrap p:nth-of-type(2) {
    margin: 0 5px;
}

.board-search-wrap .search-btn-wrap a {
    margin-left: 0;
}

.thumb-wrap {
    position: relative;
}

.thumb-wrap::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url('/html/_skin/fostec/img/sub/over_gallery.png') no-repeat center center/cover;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.products img {
    max-width: 100%;
}

.productsSlider {
    height: 100%;
}

.productsSlider>div {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.productsSlider>div img {
    height: auto;
}

.board-wrap .category-tab ul {
    margin-bottom: 40px;
}

.basic-board-list thead th,
.webzine-board-list thead th {
    text-transform: capitalize
}

.board-search-wrap .search-btn-wrap,
.board-search-wrap .search-select-wrap * {
    text-transform: capitalize;
}

@media screen and (min-width:0\0) {
    .productsList img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width:767px) {
    .downloadWrap ul li {
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }

    .downloadWrap ul li a img {
        max-width: 100%;
    }

    .downloadWrap ul li a::before {
        display: none;
    }

    .subContWrap>div {
        margin: 20px 0 40px;
        font-size: 15px;
    }

    #subConts {
        padding: 20px;
    }

    .products.list2 .imgUl1 {
        width: 100%;
        margin: 0;
    }

    .products.list2 .imgUl1 li {
        width: 100%;
        float: none;
    }

    .products.list2 .imgUl1 li a {
        margin: 10px 0;
        width: 100%;
    }

    .products.list2 .imgUl1 li a div {
        text-align: center;
        height: 160px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .products.list2 .imgUl1 li a div img {
        vertical-align: middle;
    }

    .productsSlider>div {
        /* height: 160px; */
        /* height: auto; */
        height: 100%;

    }

    .products.detail .detailTop {
        margin-bottom: 40px;
    }

    .products.detail .detailTop>div {
        float: none;
        width: 100%;
        height: auto;
    }

    .products.detail .detailTop>div.productsInfo {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .prodList ul li,
    .products.list1 .listUl1>li {
        width: 100%;
    }

    .board-paging {
        margin-top: 20px;
    }

    .products img {
        max-width: 100%;
        /* height: 100%; */
    }
}

.map-box iframe {
    width: 100% !important;
    height: 500px !important;
}

@media (max-width: 767px) {
    body .board-wrap .gallery-list figure a .thumb-wrap {
        height: 250px;
    }

    body .board-wrap .gallery-list figure a .thumb-wrap img {
        height: auto;
    }

    .map-box iframe {
        height: 350px !important;
    }
}