@charset "utf-8";
@import url("/skin/font/notokr/notokr.css");
@import url("https://use.fontawesome.com/releases/v5.8.2/css/all.css");
@import url("https://use.fontawesome.com/releases/v5.8.2/css/v4-shims.css");

/* 초기화 코드 */
html {
    overflow-x: hidden;
    overflow-y: scroll;
}
.body-layout {
    background-color: #fff;
}
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "notokr", "NanumGothic", "나눔고딕", "NanumBarunGothic", "Apple SD Neo Gothic", "Malgun Gothic", "Gulim", sans-serif;
}
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}
p,
li,
dl,
dt,
td,
th,
h1,
h2,
h3,
h4,
h5 {
    word-break: keep-all;
}
a {
    text-decoration: none;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
    display: none;
}

/*메인 & 서브 상단 마진*/
.container_slide,
.sub-layout {
    margin-top: 105px;
}

/*------ 상단 메뉴 설정 -------*/
.navbar-inverse {
    margin: 0;
    padding: 0;
    background: #fff;
    border-bottom: none;
}
/*로고*/
.navbar-inverse .navbar-brand {
    padding: 0;
    margin: 25px 0 0 !important;
}
.navbar-inverse .navbar-brand img {
    margin-top: -0 !important;
}

/* 메인메뉴 */
.navbar-inverse .navbar-nav {
    z-index: 100;
}
.navbar-inverse .navbar-nav > li {
    /* padding-bottom: 30px; */
}
.navbar-inverse .navbar-nav > li > a {
    padding: 35px 25px 25px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.5px;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #f96421;
    background-color: rgba(0, 0, 0, 0);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #f96421;
    background-color: transparent;
}
@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav {
        margin-top: 25px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu {
        background-color: rgba(0, 0, 0, 0.7);
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        padding: 15px 0px;
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: fadeInDown;
        left: 0;
        right: auto;
        border: none;
        box-shadow: none;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 20px;
        font-size: 15px;
        font-weight: 400;
        line-height: 1;
        text-align: left;
        color: #fff;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        color: #ee6822;
        background-color: rgba(255, 255, 255, 0);
    }

    .container_mmenu {
        display: none;
    }
}
/*------ //상단 메뉴 설정 ------*/
/*------ CAROUSEL ------*/
.container_slide {
    width: 100%;
    padding: 0;
}
.container_slide > .fill,
.carousel-inner .item .fill {
    height: 450px;
    /*height: calc(100vh - 110px);*/
}
.carousel,
.carousel-inner {
    position: relative;
}
.carousel-caption {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 35%;
    bottom: auto;
    text-align: left;
}
.carousel-caption h1 {
    margin: 0;
}
.carousel-caption h1 > span {
    margin: 0 0 20px;
    font-size: 47px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3) !important;
}
.carousel-caption h1 span small {
    display: block;
    padding: 0 0 15px 5px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.5px;
}
.carousel-caption h1 span b {
    display: block;
    padding-left: 3px;
    font-weight: 600;
    letter-spacing: -1px;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.5) !important;
}
.carousel-caption p span {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 3px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3) !important;
    display: block;
    margin: 16px 0 0;
}
.carousel-caption h1 span,
.carousel-caption p span {
    background: transparent;
    opacity: 1;
    text-shadow: none;
    padding: 0;
}
.glyphicon.glyphicon-chevron-left,
.glyphicon.glyphicon-chevron-right {
    display: none;
}

.carousel-indicators {
    /* transform: translateX(-50%); */
    text-align: left;
    height: auto;
    margin-bottom: 0;
    max-width: 1140px;
    bottom: 100px;
}
.carousel-indicators li {
    width: 12px;
    height: 6px;
    background: #fff;
    border: none;
    margin: 0 9px 0 0;
    opacity: 1;
    border-radius: 0;
}
.carousel-indicators li.active {
    width: 64px;
    height: 6px;
    background: #f96421;
    margin: 0 9px 0 0 !important;
    position: relative;
}
/*------ //CAROUSEL ------*/
/*------ 메인페이지 ------*/
.main-content {
    margin: 80px 0 0;
}
.main-content h2 {
    letter-spacing: -0.5px;
    color: #222;
    text-align: center;
    font-size: 36px;
    margin: 0 0 40px;
    line-height: 1;
}
.main-btn {
    display: inline-block;
    height: 250px;
    width: 100%;
    padding: 65px 0px;
    background: url(/skin/img/main/btn-bg.png) no-repeat right center;
    color: #fff;
    letter-spacing: -0.03em;
    transition-duration: 0.3s;
    text-align: center;
}

.main-btn-wrap > div:nth-child(1) a {
    background: #a4a4a4 url("/skin/img/main/btn-bg1.jpg") no-repeat right bottom;
}

.main-btn-wrap > div:nth-child(2) a {
    background: #496987 url("/skin/img/main/btn-bg2.jpg") no-repeat right bottom;
}

.main-btn-wrap > div:nth-child(3) a {
    background: #74a9c8 url("/skin/img/main/btn-bg3.jpg") no-repeat right bottom;
}

.main-btn-wrap > div:nth-child(4) a {
    background: #d26f48 url("/skin/img/main/btn-bg4.jpg") no-repeat right bottom;
}

.main-btn:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
    transform: translatey(-10px);
}
.main-btn p {
    font-size: 15px;
    opacity: 0.75;
    line-height: 1;
    letter-spacing: -0.03em;
}
.main-btn h3 {
    font-size: 23px;
    margin: 0 0 8px;
}
.main-btn span {
    display: block;
    margin: 50px auto 0;
    padding: 17px;
    width: 15px;
    height: 15px;
    background: url(/skin/img/main/plus.png) no-repeat center;
    border: 2px solid #fff;
}

.main-btn:hover span {
    background: #000 url(/skin/img/main/plus.png) no-repeat center;
    border-color: #000;
}

/* 메인 게시판영역 */
@media (min-width: 768px) {
    .intro-board-widget-layout {
        margin: 30px auto 55px;
    }
}
.intro-boardbox {
    width: 50%;
}
.intro-boardbox-6 {
    padding-left: 0;
}
.mail-board {
    padding-right: 0;
}
.intro-boardbox .page-header {
    margin: 40px 0 15px;
    border-bottom: 1px solid #333;
    padding-bottom: 12px;
}
.intro-boardbox .page-header h4 {
    margin: 0;
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: 600;
}
.intro-boardbox .list-row-contents,
.panel-body .row-separator {
    display: none;
}
.intro-boardbox .front-panel > .panel {
    padding: 0;
    border: none;
    border-radius: 0px;
    background: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.dh-alert {
    margin: 50px;
    font-size: 16px;
}
.dh-front-list2 h6 {
    padding-bottom: 8px;
}
.dh-front-list2 .list-row-subject {
    font-weight: 400;
    font-size: 16px;
    color: #333;
    letter-spacing: -1px;
}
.dh-front-list2 .list-row-regdate {
    float: right;
    font-weight: 400;
    color: #888;
}
.label-danger {
    padding: 1px 4px;
}
.dh-front-list2-words {
    padding: 0;
    margin-top: 12px;
}
.main-list {
    padding-top: 22px;
    border-radius: 5px;
    background: #f3f6fb;
    height: 140px;
    padding-left: 20px;
}
.main-list li {
    position: relative;
    padding-left: 15px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.85em;
    color: #222;
}
.main-list li:before {
    content: "";
    width: 3px;
    height: 8px;
    background: #f1c1ab;
    position: absolute;
    left: 5px;
    top: 8px;
    transform: skew(-30deg);
}
.main-list li span {
    width: 65px;
    display: block;
    font-size: 14px;
    float: left;
    color: #f96421;
    font-weight: 600;
}
.dh-front-list2 .panel-body {
    padding: 3px;
}
.fa-plus:before {
    content: url(/skin/img/main/board-plus-icon.png);
}
.btn.active,
.btn:active {
    box-shadow: none;
}
/*------ //메인페이지 ------*/
/*----- 서브페이지 공통 ----- */
.dh-board,
.dh-view-box,
#insertForm,
#mailForm,
.bbs-list-view-layout + .row,
.bbs-blog-view-layout + .row,
#mod_type_formForm {
    visibility: hidden;
}
.sub-layout {
    width: 100%;
    padding: 0;
}
.subpage .subheader {
    position: relative;
    height: 220px;
    background: url(/skin/img/sub/subtop.jpg) no-repeat center / cover;
}
.subheader > h1 {
    height: 220px;
    line-height: 220px;
    font-size: 40px;
    text-shadow: 1px 1px 1px rgba(55, 56, 50, 0.8);
    font-weight: 500;
    color: #fff;
    text-align: center;
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
}
.sub-content {
    padding: 0 15px 100px;
}
.sub-title {
    position: relative;
    /*margin-bottom: 70px;*/
    /*padding-top: 60px;*/
}
/*.sub-title h2 {*/
/*    position: relative;*/
/*    text-align: center;*/
/*    margin: 0;*/
/*    font-size: 44px;*/
/*    color: #111;*/
/*    line-height: 1;*/
/*    font-weight: 400;*/
/*}*/
.sub-title .breadcrumb {
    position: absolute;
    right: 15px;
    top: 15px;
    float: right;
    background: transparent;
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: #999;
}
.breadcrumb > .active {
    color: #222;
}
/*.sub-title .snb {*/
/*    width: max-content;*/
/*    overflow: hidden;*/
/*    margin: 50px 0 0;*/

/*    position: relative;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    padding: 0;*/
/*}*/
/*.sub-title .snb li{*/
/*	float:left;*/
/*}*/
/*.sub-title .snb a {*/
/*    display: inline-block;*/
/*    padding: 15px 30px;*/
/*    color: #333;*/
/*    border: 1px solid #ddd;*/
/*    border-right: none;*/
/*    min-width: 220px;*/
/*    text-align: center;*/
/*    text-decoration: none;*/
/*    font-size: 16px;*/
/*}*/
/*.snb > li:last-child a {*/
/*    border-right: 1px solid #ddd;*/
/*}*/
/*.snb li.active a {*/
/*    background: #f96421 !important;*/
/*    color: #fff;*/
/*    border-color: #f96421;*/
/*}*/
/*.snb li:hover a{*/
/*	background: #eee;*/
/*}*/
.content-wrap > h3 {
    display: inline-block;
    margin: 0 0 25px;
    letter-spacing: -0.5px;
    font-size: 28px;
    font-weight: 600;
}
.sub-content-layout {
    padding: 50px 15px 80px;
}
.snb {
    padding-right: 30px;
}
.snb h3 {
    margin-top: 8px;
    border-bottom: 3px solid #f96421;
    padding-bottom: 30px;
    margin-bottom: 0;
    font-size: 24px;
    letter-spacing: -0.03em;
}
.snb ul {
    padding: 0;
}
.snb > ul > li {
    border-bottom: 1px solid #ddd;
}
.snb > ul > li.active > a {
    font-weight: 500;
    color: #f96421;
    text-decoration: none;
}
.snb > ul > li.active > a:after {
    content: "\276F";
    float: right;
}
.snb > ul > li:hover > a {
    color: #f96421;
}
.snb > ul > li > a {
    position: relative;
    display: block;
    padding: 15px 15px;
    font-size: 15px;
    letter-spacing: -0.02em;
    color: #555;
}
.snb li a .fa {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 10px;
}
.snb li.active a .fa {
    color: #ea8200;
}
.snb li:hover a .fa {
    color: #ea8200;
}
.snb > ul .snb-drop {
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    background: #f3f3f3;
}
.snb .snb-drop li {
    position: relative;
    padding-left: 10px;
    margin-left: 30px;
    line-height: 2;
    width: max-content;
}
.snb .snb-drop li a {
    color: #888;
    font-size: 13px;
}
.snb .snb-drop li.active a,
.snb .snb-drop li:hover a {
    color: #3c3c3c;
    font-weight: 500;
    text-decoration: none;
}
.snb .snb-drop li:before {
    content: "-";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
}
.snb .snb-drop li.active:before,
.snb .snb-drop li:hover:before {
    border-color: #ea8200;
}
.sub-content h2 {
    position: relative;
    font-size: 34px;
    letter-spacing: -0.03em;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 1;
}
/*------- //서브페이지 공통 --------*/
/*------- 회사소개 subpage -------*/
/* 인사말 */
#com01 span {
    display: block;
}
#com01 .content-wrap {
    padding: 0;
}
#com01 .content-wrap ul {
    margin: 40px 0 0;
    padding: 15px 0 50px 15px;
    background: url(/skin/img/sub/greeting_icon.png) no-repeat right 30px bottom;
    border-top: 2px solid #676767;
}
#com01 .content-wrap ul li span {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.5px;
    display: inline-block;
    float: left;
    width: 200px;
}
#com01 .content-wrap li {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.4px;
    color: #616161;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    padding-left: 20px;
    margin-bottom: 15px;
    position: relative;
}
#com01 .content-wrap li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #999;
    position: absolute;
    left: 9px;
    top: 10px;
    border-radius: 50%;
}
/* 인사말 */
.greeting {
    padding: 40px 30px 0;
}
.greeting p {
    font-size: 15px;
    text-align: left;
    line-height: 1.7;
    letter-spacing: -0.04em;
    margin: 0 0 16px;
}
.greeting p:first-child {
    font-size: 30px;
    line-height: 1.2em;
    color: #222;
    font-weight: 300;
    margin: 0 0 15px;
}
.greeting p:last-child {
    font-weight: 500;
    color: #222;
    text-align: right;
    /* padding-top: 40px; */
}
/* 조직도 */
#com02 .content-wrap img {
    margin: 0 auto;
}
/* 오시는길 */
#com03 .daummap > div {
    width: 100%;
    margin-bottom: 20px;
}
#com03 .daummap .cont{
    display: none;
}
.location {
    width: 100%;
    border-top: 2px solid #444;
    margin-top: 10px;
}
.location th {
    font-weight: 600;
    background: #f6f6f6;
}
.location td,
.location th {
    border-bottom: 1px solid #ddd;
    padding: 15px 15px !important;
    letter-spacing: -0.4px;
    font-size: 15px;
}
.location td {
    color: #616161;
}
/*------- //회사소개 subpage -------*/
/*------- 사업소개 subpage -------*/
#biz01 .con {
    margin-bottom: 25px;
    padding: 0 10px;
}
#biz01 .title1 {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 25px;
    border-bottom: 1px solid #474747;
}
#biz01 .con .title2 {
    margin: 20px 0 10px;
    padding-left: 13px;
    font-size: 18px;
    font-weight: 500;
}
#biz01 .con .title2:before {
    content: "";
    width: 4px;
    height: 4px;
    padding-right: 0;
    background: #666;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 8px;
}
#biz01 .con p {
    font-size: 16px;
    padding: 0 13px;
}
#biz01 .content-wrap > div:nth-of-type(3) > h3,
#biz01 .content-wrap > div:nth-of-type(4) > h3 {
    margin-bottom: 30px;
}
/*------- //사업소개 subpage -------*/
/*------- 제품소개 subpage 공통-------*/
.sub-content h2 > span {
    letter-spacing: 1;
    padding-left: 10px;
    font-size: 20px;
    color: #cdcdcd;
}
.content-wrap .title1 {
    display: inline-block;
    margin: 0;
    letter-spacing: -0.5px;
    font-size: 28px;
    font-weight: 600;
}
.con {
    padding: 0;
}
.con .title2 {
    position: relative;
    margin: 30px 0 15px;
    padding-left: 27px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.5px;
}
.con .title2:before {
    content: "\f085";
    font-family: FontAwesome;
    color: #ee6822;
    font-size: 18px;
    font-weight: 500;
    padding-right: 0.5em;
    position: absolute;
    top: 5px;
    left: 0;
}
.con .t2-top {
    margin-top: 0;
}
.con h4
/* .table-th  */ {
    font-size: 17px;
    color: #444;
    letter-spacing: -0.2px;
    margin: 0 0 15px;
    font-weight: 600;
}
.con h4 + p,
.tape-detail li {
    font-size: 15px;
    letter-spacing: -0.4px;
    color: #616161;
}
.con h4 + p {
    text-indent: 18px;
    margin-top: -8px;
}
.con .table {
    border-top: 2px solid #444;
    font-size: 15px;
    letter-spacing: -0.4px;
    color: #616161;
}
.con .table tbody td,
.con .table tbody th {
    padding: 15px 16px;
    border-bottom: 1px solid #ddd;
}
.con .table thead th {
    border-bottom: 1px solid #444 !important;
    padding: 15px 16px;
    color: #333;
    background: #f6f6f6;
}

/* 2d-marking */
.2d-marking .tape-wrap,
.mask-wrap,
.chem-wrap,
.auto-wrap {
    margin-bottom: 80px;
}

.img-wrap,
.requiredtool {
    padding: 0;
}

.img-wrap {
    margin: 20px 0 5px;
}
.img-wrap > div {
    padding-left: 0;
}

/* 리스트 스타일 */
.li-dot {
    margin: 0;
    padding: 20px 0 10px;
}
.li-dot li {
    position: relative;
    padding: 5px 0 0 10px;
}
.li-dot li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #666;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 14px;
}
/* 테이블 style */
.table {
    text-align: center;
}
.table thead th,
.table tbody th {
    text-align: center;
}

.table-th {
    margin: 35px 0 10px;
}
.table-th thead {
    background: #eee;
}
.table-th > thead > tr > th,
.table-th > tbody > tr > th,
.table-th > tbody > tr > td {
    border-bottom: 1px solid #ccc;
}

.table-unit {
    margin: 10px 0 0;
}
.table-unit thead th:first-child {
    width: 25%;
}
.table-unit tbody tr:first-child td {
    vertical-align: middle;
}
.table-unit tbody tr td:first-child {
    border-right: 1px solid #ddd;
}
.table-unit > thead > tr > th,
.table-unit > tbody > tr > th,
.table-unit > tbody > tr > td {
    border-bottom: 1px solid #ccc;
}

.table-no {
    margin-top: 10px;
}
.table-no tr:nth-child(2n-1) {
    background: #fcfcfc;
}
.table thead tr {
    background: none !important;
}
.maintenance {
    margin-top: 5px;
    border: 7px solid #e5e5e5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
    margin-bottom: 10px;
}

.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    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;
}
/*------- //제품소개 subpage 공통-------*/

/* 반도체 소재 */
.tape-wrap .caption {
    margin-bottom: 3px;
    font-size: 14px;
    color: #ee6822;
}

.mask-wrap .ballmask {
    position: relative;
    margin: 30px 0 10px;
}
.mask-wrap .ballmask:nth-of-type(1):after {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 29px;
    position: absolute;
    top: 50%;
    right: -40px;
    background: #fff;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    color: #404040;
    border-radius: 50%;
    z-index: 999;
    box-shadow: -2px -2px 1px rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
}
.mask-wrap .ballmask p {
    font-size: 18px;
    text-align: center;
    padding: 22px;
    z-index: -1;
    background: #f8f8f8;
    margin: 0;
}
.mask-wrap .ballmask p b {
    color: #f96421;
}

.chem-wrap .cleantool {
    margin-top: 30px;
}
.chem-wrap .cleantool p {
    font-size: 15px;
    letter-spacing: -0.4px;
    color: #616161;
    margin: 15px 0 15px;
}
.chem-wrap .requiredtool h4 {
    display: inline-block;
    margin: 25px 0 0;
    padding: 8px 16px;
    background: #888;
    color: #fff;
    font-weight: 500;
}
.chem-wrap .requiredtool .col-sm-3 {
    width: 20%;
}
.chem-wrap .requiredtool .col-sm-3 img {
    border: 1px solid #e0e0e0;
}
.chem-wrap .table-th {
    margin-top: 10px;
}
.chem-wrap .table-th tbody th {
    width: 15%;
    vertical-align: middle;
}
/* 자동화장비 */
.auto-wrap {
    font-size: 16px;
}
.auto-wrap:first-child {
    margin-top: 50px;
}
.auto-wrap > div {
    margin-top: 15px;
}
.auto-wrap .col-sm-6 img {
    margin: 0 auto;
}
.auto-wrap .col-sm-6:nth-of-type(2) {
    margin-top: 50px;
}
.auto-wrap .li-dot {
    padding: 0;
}
#pro02 .con .img-system {
    margin: 10px auto 30px;
    width: 65%;
}
/* 유지보수 추가 */
.con2 {
    margin: 80px 0;
}
.con2:last-child {
    margin: 0;
}
.con2 .ballmask {
    margin: 0;
}
.con2 .item {
    margin: 0 0 20px;
}
.con2 .auto-wrap {
    margin-bottom: 20px;
}
.con2 .col-wrap {
    border: 1px solid #999;
    margin-bottom: 20px;
    padding-top: 15px;
}
.con2 .txt {
    padding: 3px 0;
    background: #eee;
    text-align: center;
    font-size: 12px;
}

#pro02-2 .con3 .table tbody th,
#pro02-2 .con3 .table tbody td,
#pro02-2 .con4 .table tbody th,
#pro02-2 .con4 .table tbody td {
    vertical-align: middle;
}
#pro02-2 .con3 .table tbody th {
    width: 50%;
    font-weight: 500;
    border-right: 1px solid #ddd;
}
#pro02-2 .con3 img:nth-of-type(1) {
    margin-top: 10px;
    margin-bottom: 30px;
}
#pro02-2 .con3 img:nth-of-type(2) {
    margin-top: 30px;
    margin-bottom: 10px;
}
#pro02-2 .con4 img {
    margin-top: 30px;
    margin-bottom: 15px;
}
#pro02-2 .con3 .table-responsive + h4 {
    margin-top: 20px;
}
#pro02-2 .con3 ol,
#pro02-2 .con3 ol > li {
    list-style: decimal;
}
#pro02-2 .con3 ol {
    text-align: left;
}
#pro02-2 .con4 h4 {
    font-size: 19px;
}
#pro02-2 .con4 h4 + p {
    margin: 0 0 25px;
    color: #333;
    text-indent: 0;
}
#pro02-2 .con4 p em {
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    text-decoration: underline;
}
#pro02-2 .con4 .table tbody th {
    font-weight: 500;
}

/* 가공제작품 */
.img-pro04 p {
    margin: 0;
    padding: 10px 0 40px;
    text-align: center;
    color: #444;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.4px;
}
.img-pro04 img {
    border: 1px solid #e0e0e0;
}
/*------- //제품소개 subpage -------*/
/*------- 고객센터 subpage -------*/
/*-----텍스트 리스트 게시판 ----- */
.dh-board .table-hover {
    margin: 0;
    border-top: 2px solid #444;
    border-bottom: 1px solid #333;
}
.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th,
.dh-board .table-hover tbody tr td {
    padding: 13px 15px;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.5px;
    line-height: 1.6;
    border-bottom: 1px solid #e1e1e1;
}
.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th {
    color: #333;
    background: #f3f3f3;
    padding: 16px 15px;
}
.dh-board .table-hover .subject strong a {
    font-weight: 400;
    color: #666;
}

.dh-board .table-hover tr:hover {
    background: #fff;
}

.dh-board .table-hover .subject strong a:hover {
    text-decoration: underline;
    color: #222;
}

.table-style {
    margin: 0 0 20px;
    border-top: 2px solid #444;
}

.table-style tr th,
.table-style tr td {
    padding: 15px 10px !important;
    border-bottom: 1px solid #e1e1e1 !important;
    letter-spacing: -0.5px;
    word-break: keep-all;
    vertical-align: middle !important;
}

.table-style tr th {
    padding: 10px 30px !important;
    color: #333;
    text-align: center;
    white-space: nowrap;
}

.table-style thead tr th {
    background: #f8f8f8;
}

.table-style tr td {
    color: #666;
}
#notice .btn-primary,
.pagination > .active > a {
    color: #fff;
    background-color: #f96421;
    border-color: #f96421;
}
/*-----//텍스트 리스트 게시판 ----- */

#mailForm {
    /* max-width: 800px; */
    margin: 0 auto;
    background: #f6f6f6;
    padding: 50px;
}
#mailForm .form-group {
    overflow: hidden;
    margin-bottom: 25px;
}
#mailForm .form-group label {
    font-size: 16px;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
}

#mailForm .form-group input,
#mailForm .form-group textarea {
    box-shadow: none;
    height: auto;
    padding: 10px 12px;
    border-radius: 0px;
    transition: all ease 0.3s;
}

#mailForm .form-group input:focus,
#mailForm .form-group textarea:focus {
    border-color: #f96421;
}
#mailForm .form-group label[for="mail_agree"] {
    float: none;
    width: 100%;
    font-weight: 400;
    color: #616161;
    font-size: 14px;
    letter-spacing: -0.03em;
    margin: 0;
    line-height: 1.7;
}
#mailForm .form-group label[for="mail_agree"] input {
    float: none;
    width: auto;
}
#mailForm input[type="submit"] {
    max-width: 200px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #f96421;
    border: none;
    border-radius: 0px;
    padding: 15px 30px;
    margin-top: 40px;
    transition: all ease 0.2s;
}
#mailForm input[type="submit"]:hover {
    opacity: 0.6;
}

/*------- //고객센터 subpage -------*/
/*------- 푸터 --------*/
.footer_copy > div {
    padding: 0;
}
#footer {
    background-color: #282828;
    font-size: 13px;
    text-align: left;
}
#footer ul {
    margin: 0;
    padding: 30px 0;
}
#footer ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    line-height: 1.8;
    letter-spacing: -0.02em;
    color: #999;
}
#footer .hl-mt-10 {
    margin: 5px 0 5px;
}
#footer .hl-mt-10 small {
    font-size: 12px;
    opacity: 0.6;
}
/*------- //푸터 --------*/

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #f6f6f6;
    padding: 100px 15px;
    margin-top: -30px;
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr {
    display: none;
}
.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body {
    padding: 0;
}
.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}
.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2 {
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}
.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}
.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}
.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.login-layout label,
.id-find-layout label,
.pw-find-layout label {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control {
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus {
    border-color: #f96421;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #f96421;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    background: #f96421;
    opacity: 0.6;
}
.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p {
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}
.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
    border-left: 1px solid #ccc;
}
.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a {
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width: 768px) {
    /*모바일 메인 & 서브 상단 마진*/
    .container_slide,
    .sub-layout {
        margin-top: 65px;
    }

    /* 모바일 상단메뉴 */
    .navbar-header .navbar-brand {
        margin: 10px 0 0 15px !important;
    }
    .navbar-inverse {
        border-bottom: 1px solid #e8e8e8;
    }
    .navbar-inverse .navbar-brand img {
        width: 175px;
    }
    .navbar-inverse .navbar-toggle {
        padding: 24px 18px;
        margin: 0;
        background: #fff;
        border: none;
    }
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background: #fff;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        height: 2px;
        background-color: #555;
    }
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #555;
    }
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px;
    }
    /* 모바일 드롭다운메뉴 */
    .navbar-fixed-top .navbar-collapse {
        max-height: 402px;
    }
    .navbar-inverse .navbar-nav {
        margin: 0 -15px;
        padding: 0;
    }
    .navbar-inverse .navbar-nav > li:nth-child(6),
    .navbar-inverse .navbar-nav > li:nth-child(7) {
        display: none;
    }
    .navbar-inverse .navbar-nav > li > a {
        margin: 0;
        padding: 14px 15px;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        background: #456687;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        letter-spacing: -0.03em;
        text-shadow: none;
    }
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus,
    .navbar-inverse .navbar-nav > li > a:hover {
        color: #fff;
        background-color: #d26f48;
    }
    .navbar-nav .open .dropdown-menu {
        padding: 0;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        padding: 8px 25px;
        font-size: 15px;
        color: #fff;
        background: #5a6e79;
        letter-spacing: -0.03em;
        text-align: left;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:hover {
        background: #d26f48;
    }
    /* 모바일 배너이미지 */
    .intro-html-layout .col-sm-12 {
        padding: 0;
    }
    .container_slide > .fill,
    .carousel-inner .item .fill {
        height: 230px;
    }
    .carousel-caption {
        top: 23%;
    }
    .carousel-caption h1 span {
        font-size: 28px;
    }
    .carousel-caption p span {
        margin: 10px 0 0 3px;
        font-size: 15px;
    }
    .carousel-indicators {
        display: none;
    }

    /* 모바일 메인페이지 */
    .container_contents > .row,
    .main-content > .row {
        margin: 0;
        width: 100%;
    }
    .main-content {
        margin: 40px 0 0;
    }
    .main-content h2 {
        font-size: 20px;
        font-weight: 600;
    }
    .main-content .col-xs-6 {
        padding: 0;
    }
    .main-btn {
        height: 170px;
        padding: 35px 0px;
    }
    .main-btn h3 {
        font-size: 16px;
    }
    .main-btn p {
        font-size: 13px;
    }
    .main-btn span {
        padding: 13px;
        margin: 30px auto 0;
        border: 1px solid #fff;
    }
    .main-btn:nth-of-type(2) span {
        margin: 17px auto 0;
    }
    .intro-boardbox {
        width: 100%;
        padding: 0;
    }
    .intro-boardbox .page-header h4 {
        font-size: 20px;
    }
    .front-panel > .panel {
        margin-bottom: 0;
    }
    .mail-board {
        margin-bottom: 50px;
    }

    /* 모바일 서브페이지 공통 */
    .subpage .subheader {
        height: 130px;
    }
    .subheader > h1 {
        height: 130px;
        line-height: 130px;
        font-size: 27px;
    }
    .sub-content-layout {
        padding: 0 15px 55px;
    }
    .snb {
        padding: 0;
        text-align: center;
    }
    .snb h3 {
        display: none;
    }
    .snb > ul > li.active > a:after {
        content: "";
    }
    .sub-content {
        padding: 30px 0 0;
    }
    .sub-content h2 {
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 14px;
    }
    .sub-title .breadcrumb {
        top: 3px;
        font-size: 12px;
    }
    .content-wrap .title1,
    .con .title2 {
        font-size: 17px !important;
    }

    /* 회사소개 */
    .greeting {
        padding: 30px 30px 0;
    }
    .greeting p:first-child {
        font-size: 17px;
    }
    #com01 .content-wrap ul {
        padding: 15px 0 0;
    }
    #com01 .content-wrap ul li span {
        width: 90px;
        font-size: 15px;
    }
    #com01 .content-wrap li {
        font-size: 14px;
    }
    .root_daum_roughmap .wrap_map {
        height: 200px !important;
    }

    /* 사업소개 */
    #biz01 .con {
        padding: 0;
    }
    #biz01 .title1 {
        margin: 0;
        padding: 0;
        font-weight: 500;
        text-align: left;
        border: none;
    }
    #biz01 .title1 + .col-sm-12 {
        padding: 0;
    }
    #biz01 .con .title2 {
        margin: 13px 0 10px;
    }
    #biz01 .con .title2,
    #biz01 .con p {
        font-size: 14px;
    }
    #biz01 .content-wrap > div:nth-of-type(3) > h3,
    #biz01 .content-wrap > div:nth-of-type(4) > h3 {
        margin-bottom: 10px;
    }

    /* 제품소개 */
    .sub-content h2 > span {
        display: block;
        padding: 6px 0 0;
        font-size: 12px;
    }
    .con .title2 {
        padding-left: 20px;
        font-size: 17px;
        font-weight: 500;
    }
    .con .title2:before {
        top: 2px;
        font-size: 15px;
    }
    .con h4 {
        font-size: 15px;
        font-weight: 500;
    }
    .tape-wrap,
    .mask-wrap,
    .chem-wrap,
    .auto-wrap {
        margin-bottom: 50px;
        padding: 0;
    }
    .img-wrap > div {
        margin-bottom: 15px;
        padding: 0;
    }
    .li-dot {
        padding: 0;
    }
    .table-responsive {
        margin: 0;
        padding: 0;
        border: none;
    }
    .table-th {
        margin: 20px 0 10px;
    }

    .mask-wrap .ballmask p {
        font-size: 15px;
    }
    .mask-wrap .ballmask:nth-of-type(1):after {
        content: "\f063";
        font-size: 23px;
        top: 61px;
        left: 50%;
        transform: translateX(-50%);
        background: none;
        width: auto;
        height: auto;
        box-shadow: none;
    }
    .chem-wrap .img-wrap img {
        width: 100%;
    }
    .table img {
        max-width: initial;
    }
    .auto-wrap .col-sm-6 {
        padding: 0;
    }
    .auto-wrap .col-sm-6:nth-of-type(2) {
        margin-top: 20px;
    }
    #pro04 .img-wrap img {
        width: 100%;
    }
    .img-pro04 p {
        padding: 10px 0 20px;
    }
    #mailForm {
        padding: 50px 20px;
    }

    /* Mobile 스크롤바 나타내기 */
    ::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    ::-webkit-scrollbar:vertical {
        width: 12px;
    }
    ::-webkit-scrollbar:horizontal {
        height: 12px;
    }
    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 10px;
        border: 2px solid #eee;
    }
    ::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 0.5);
    }

    .bbs-area .table .hits {
        display: none;
    }

    /* 모바일 로그인 */
    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }
    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }
    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2 {
        font-size: 24px;
    }
    .inner-box-msg p {
        font-size: 12px;
    }
    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }
    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control {
        font-size: 13px;
        height: 36px;
    }
    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a {
        font-size: 12px;
    }
    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning {
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}

.cert-wrap p {
    text-align: center;
    margin-top: 10px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.rowgap-30 {
    row-gap: 30px;
}
.pd-wrap .col-sm-12 + .col-sm-12,
.pd-wrap .row + .row {
    margin-top: 20px;
}
.pd-wrap .row {
    margin: 0;
    padding: 30px;
    background-color: #f7f7f7;
}
.pd-wrap .row img {
    mix-blend-mode: multiply;
}
.pd-wrap + .pd-wrap {
    margin-top: 30px;
}
.pd-wrap {
    padding-top: 20px;
}
.pd-wrap .name {
    padding-top: 10px;
}
.pd-wrap .name h4 {
    font-size: 20px;
    color: #000;
    margin-bottom: 30px;
}
.pd-wrap .name p {
    text-indent: 0;
    font-weight: 600;
}
.pd-wrap .name small {
    color: #aaa;
}
.pd-wrap .dl-pd {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.pd-wrap .dl-pd dt {
    font-size: 13px;
}
.pd-wrap .dl-pd dd {
    font-size: 11px;
    color: #555;
}
.pd-wrap .caption {
    margin-top: 30px;
    padding: 20px;
    background-color: #f7f7f7;
}
.pd-wrap .caption h5 {
    margin: 0;
}
