<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url("/skin/notokr/notokr.css");
@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);

html {
    overflow-x: hidden;
    overflow-y: scroll;
}
body {
    font-size: 15px;
}
*{
    word-break: keep-all;
}
.body-layout {
    background-color: #fff;
    padding-top: 123px;
}

/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "notokr", "NanumGothic", "나눔고딕", "Malgun Gothic", sans-serif;
}
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}
body i {
    font-family: "FontAwesome" !important;
}
.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center &gt; br {
    display: none;
}

.topmarginLay_a {
    display: none;
}

/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #fff;
    /* border-top: 3px solid #2c56b4; */
    border-bottom: none;
    margin: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/

.navbar-brand {
    /* margin-top: 10px; */
    margin: 24px 0;
    margin-left: 0 !important;
    /* width: 220px; */
    position: relative;
    padding: 0;
}
.navbar-brand:before,
.navbar-brand::after {
    position: absolute;
    font-weight: 800;
    font-family: "Nanumsquare";
    color: #1b274b;
}
.navbar-brand:before {
    content: "(주) 협 심";
    top: 1px;
    right: -135px;
    font-size: 31px;
    letter-spacing: 0.02em;
}
.navbar-brand:after {
    content: "Industrial Automation";
    top: 24px;
    right: -135px;
    position: absolute;
    font-size: 12px;
    letter-spacing: -0.02em;
}
.navbar-brand img {
    margin-top: 0;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav &gt; li &gt; a {
    background-color: none;
    color: #333;
    font-size: 17px;
    font-weight: 500;
    padding: 36px 30px;
    margin: 0px 0px 0px 0px;
}
html:lang(en) .navbar-inverse .navbar-nav &gt; li &gt; a {
    padding-inline: 15px;
    font-size: 16px;
}
.navbar-inverse .navbar-nav &gt; li &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .open &gt; a,
.navbar-inverse .navbar-nav &gt; .open &gt; a:focus,
.navbar-inverse .navbar-nav &gt; .open &gt; a:hover {
    color: #2c56b4;
    background: rgba(0, 0, 0, 0);
}

@media (max-width: 1200px) {
    .navbar-inverse .navbar-nav &gt; li &gt; a {
        padding: 36px 10px;
    }
}

/* 상단 메인 메뉴 설정 끝*/

.navbar-nav &gt; li &gt; .dropdown-menu {
    box-shadow: none;
    text-align: center;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    border: none;
    border-radius: 0;
    /* background: #f3f3f3; */
    background: rgba(20, 20, 20, 0.6);
    padding: 16px 0;
}

.dropdown-menu &gt; li &gt; a {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 14px;
    letter-spacing: -0.03em;
    text-align: center;
    padding: 5px 20px;
}

.dropdown-menu li a:hover {
    font-weight: 500;
    background: rgba(0, 0, 0, 0);
    text-decoration: underline;
    color: #fff;
}

/* 상단 서브 메뉴 설정 끝*/

/* CAROUSEL */

.container_slide {
    width: 100%;
    padding: 0;
    height: 480px;
}
.container_slide &gt; .fill,
.carousel-inner .item .fill {
    height: 480px;
    display: block;
}

.fill h1 {
    margin: 35px 0 20px;
}
.fill h1 span,
.fill p span {
    background: none;
    opacity: 1;
    padding: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.fill h1 span {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.25;
    display: block;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
    letter-spacing: -0.04em;
}
.fill h1:before {
    content: "";
    width: 50px;
    height: 4px;
    background: #ff3634;
    display: block;
    margin-bottom: 25px;
}

.fill h1 span b {
    font-size: 35px;
}
.fill p span {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -0.03em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6) !important;
}
.carousel-indicators {
}

.carousel-indicators {
    text-align: left;
    margin-bottom: 0;
    bottom: 60px;
}

/* .carousel-indicators li {
    border-radius: 0;
    border: 2px solid #fff;
    width: 14px;
    height: 14px;
    margin: 0 10px 0 0;
}

.carousel-indicators li.active {
    width:14px;
    height:14px;
    margin:0 10px 0 0;
}
 */

.carousel-indicators li {
    width: 6px;
    height: 6px;
    background: #fff;
    border: none !important;
    margin: 0 15px !important;
}
.carousel-indicators .active {
    width: 6px;
    height: 6px;
    background: #fff;
    margin: 0 15px !important;
    position: relative;
}
.carousel-indicators .active:after {
    content: "";
    width: 22px;
    height: 22px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    opacity: 0.7;
}

.carousel-control {
    z-index: 999;
}
.carousel-caption {
    /* width: 100%; */
    position: absolute;
    top: 100px;
    /* left: 50%; */
    bottom: auto;
    /* transform: translate(-50%, -50%); */
    padding: 0;
    text-align: left;
}

.carousel-control {
    width: 70px;
    opacity: 0.7;
    height: auto;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-chevron-left {
    display: none;
}
.left.carousel-control {
    background: url(/skin/img/main/arrow_prev.png) no-repeat center;
    left: 150px;
}
.right.carousel-control {
    background: url(/skin/img/main/arrow_next.png) no-repeat center;
    right: 150px;
}

.fill h1 span,
.fill p span {
    background: none;
    opacity: 1;
    padding: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.flex-caption {
    width: 50%;
    position: absolute;
    top: 30%;
    left: 30%;
    transform: translate(-50%, -50%);
    padding: 30px;
    line-height: 2;
}

.flex-caption span {
    background: transparent;
}
.flex-caption span.intro-title {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.flex-caption span.intro-text {
    position: absolute;
    top: 60%;
    transform: translateX(-50%);
}

/****** main ***********/

.container_contents,
.sub-layout &gt; .main-section2 {
    width: 100%;
    padding: 0;
    background: #fff;
}

#main {
    padding: 65px 0;
}

.main-section:after {
    content: "";
    display: block;
    clear: both;
}

.main-section h1 {
    text-align: center;
    margin: 20px 0;
}

.main-section1-wrapper {
    border: 1px solid #ddd;
    min-height: 240px;
}
.main-section1 &gt; div:nth-child(3) &gt; div {
    /* border: none;
    background: #2c417d; */
}

.main-contactus h2,
.main-contactus h4,
.main-contactus i {
    text-align: center;
    color: #fff;
}

.main-contactus h4 {
    margin: 0 0 10px;
    font-weight: 400;
    padding-top: 35px;
    opacity: 0.7;
}

.main-contactus h2 {
    margin: 0 0 25px;
    font-size: 28px;
}

.main-section2 {
    border: 1px solid #fff;
    height: 300px;
    margin: 50px 0;
    background: url("/skin/img/main-section2.jpg") no-repeat center/cover;
}

.main-contact-inner {
    float: left;
}

.main-contact {
    float: right;
}

.main-section4 {
    margin-top: 50px;
}

.main-section4 .bx-wrapper {
    margin: 0;
    max-width: 100%;
    border: none;
    box-shadow: none;
}
/* .main-section4 .bx-wrapper .bx-viewport {
    height: 70px !important;
} */
/* .main-section4 .bx-wrapper .bx-viewport img {
    max-width: 80%;
} */
.corps {
    display: inline-block;
    margin: 0 20px;
}
.intro-board-widget-layout {
    margin: 0;
}

.main-section1 h3 {
    font-size: 15px;
    color: #2c56b4;
    margin: 0 0 10px;
    padding: 0 20px;
}

.main-section1 p {
    font-size: 13px;
    letter-spacing: -0.02em;
    color: #666;
    line-height: 1.6;
    padding: 0 20px 20px;
    margin: 0;
}

.main-section1 ul {
    margin: 0;
    padding: 0 20px 20px;
}

.main-section1 ul li {
    font-size: 13px;
    letter-spacing: -0.02em;
    color: #666;
    line-height: 1.5;
}

/****** sub pages setting *****/

.sub-layout {
    width: 100%;
    padding: 0 0 100px;
}

.top {
    background: url(/skin/img/sub/subtop_bg.jpg) no-repeat center / cover;
    height: 280px;
    width: 100%;
}

.top p {
    font-size: 24px;
    color: #fff;
    line-height: 1.6;
    margin: 110px 0 0;
    letter-spacing: -0.01em;
    /* text-shadow: 0 0 4px rgba(0,0,0,0.3); */
}

.top p .top-bold {
    font-weight: 600;
}

#info1 .top {
    background: url(/skin/img/sub/subtop/info1.jpg) no-repeat center / cover;
}
#info2 .top {
    background: url(/skin/img/sub/subtop/info2.jpg) no-repeat center / cover;
}

#info3 .top {
    background: url(/skin/img/sub/subtop/info3.jpg) no-repeat center / cover;
}

#info4 .top {
    background: url(/skin/img/sub/subtop/info4.jpg) no-repeat center / cover;
}

#product1 .top {
    background: url(/skin/img/sub/subtop/product1.jpg) no-repeat center / cover;
}

#product2 .top {
    background: url(/skin/img/sub/subtop/product2.jpg) no-repeat center / cover;
}

#notice .top {
    background: url(/skin/img/sub/subtop/notice.jpg) no-repeat center / cover;
}
#inquiry .top {
    background: url(/skin/img/sub/subtop/inquiry.jpg) no-repeat center / cover;
}

.top h1 {
    margin: 0 0 18px;
    padding-top: 110px;
    color: #fff;
    font-size: 44px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
}
.breadcrumb {
    background: transparent;
    color: #fff;
    padding: 0;
    margin: 0;
}
.breadcrumb li a {
    color: #fff;
    opacity: 0.55;
}

.breadcrumb li a:hover {
    opacity: 1;
}

.right-content {
    margin-top: 65px;
}

.left-tab {
    padding-right: 50px;

    margin-top: -40px;
}

.left-tab ul {
    padding-left: 0;
}
.left-tab ul li {
    letter-spacing: -0.03em;
    font-size: 15px;
}
.left-tab ul li a {
    font-size: 16px;
    color: #444;
    padding: 18px 15px;
    display: block;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    line-height: 1;
    background: #eff1f3;
}
.left-tab ul li a:hover {
    /* background: rgba(0,0,0,0); */
    font-weight: 500;
}
.left-tab ul li.active a {
    /* background: #7f828c; */
    /* border-color: #7f828c; */
    background: #4b86e8;
    border-color: #4b86e8;
    color: #fff;
    font-weight: 500;
}
.left-tab .left-header {
    margin: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    padding: 45px 20px;
    background: #2c56b4 url(/skin/img/sub/left_menu_bg.png) no-repeat right center;
}
.left-tab .active a:after {
    font-family: "fontawesome";
    content: "\f054";
    display: block;
    float: right;
    color: #fff;
    font-size: 11px;
    margin-top: 5px;
}

.button-tab button {
    all: unset;
    cursor: pointer;
    font-size: 14px;
    padding: 7px 0;
    word-break: keep-all;
    color: #fff;
}
.button-tab button:hover {
    text-decoration: underline;
}
.button-tab li + li {
    border-top: 1px solid #888;
}
.button-tab {
    display: flex;
    flex-direction: column;
    padding: 8px 17px !important;
    background-color: rgb(79, 87, 105);
}

.right-content h2 {
    font-size: 22px;
    font-weight: 500;
    color: #2c56b4;
    margin: 0 0 13px;
}

.right-content &gt; div:first-child &gt; h2:first-child {
    border-bottom: 1px solid #ddd;
    border-left: 0;
    font-size: 35px;
    font-weight: 500;
    color: #333;
    margin: 0 0 30px;
    padding: 0 0 25px;
    letter-spacing: -0.03em;
}

.right-content table {
    border-top: 2px solid #2c417d !important;
}

.right-content tr td,
.right-content tr th {
    padding: 13px 15px !important;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
}
.right-content tr td {
    color: #666;
    letter-spacing: -0.02em;
}

.right-content p {
    font-size: 15px;
    letter-spacing: -0.01em;
    color: #666;
    line-height: 1.8;
}

.right-content .product-title {
    margin: 0 0 25px;
    font-size: 24px;
    padding: 18px 18px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(to right, rgb(79, 87, 105) 0%, rgb(255, 255, 255) 100%);
}

.right-content .product-title span {
    display: block;
    font-weight: 400;
    font-size: 0.75em;
    margin-top: 7px;
    opacity: 0.8;
}

/*제품 소분류 제목*/
/* #product1 .sub-title,
#product2 .sub-title{
    text-align: center;
}
 */

.right-content .sub-title {
    font-size: 22px;
    line-height: 1;
    border-left: 4px solid #b4b7bf;
    padding-left: 10px;
    margin: 35px 0 15px;
}

/**** info1.html ***/

.greeting-inner {
    margin: 0 0 50px;
    padding-top: 20px;
    background: url(/skin/img/sub/greeting_bg.jpg) no-repeat right center;
}

.greeting-wrapper p {
    line-height: 2;
    font-size: 15px;
    color: #666;
    margin: 0;
    padding: 0px 0 20px;
    letter-spacing: -0.01em;
}
.sign {
    text-align: right;
    font-weight: 500;
    margin: 0;
    color: #333;
}

.greeting-table {
    width: 100%;
    border: none;
    border-top: 2px solid #2c417d;
}

.greeting-table ul {
    padding-left: 0;
    margin: 0;
}
.greeting-table ul li {
    padding-left: 10px;
    position: relative;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.5;
}
.greeting-table ul li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #888;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}
.greeting-table tr th {
    background: #f6f6f6;
    color: #333;
    font-weight: 500;
    letter-spacing: -0.01em;
}
/****** info2.html ****/

.goal-wrapper ul {
    padding-left: 0;
}

.goal-inner {
    border: 10px solid #bbe5f9;
    padding: 30px 80px;
    border-radius: 70px;
    box-shadow: inset 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin: 50px 0 40px;
}

.goal-inner p {
    margin: 0;
    text-align: center;
    letter-spacing: -0.02em;
    font-size: 17px;
    line-height: 1.6;
    color: #444;
}

.goal-process {
    border: 1px solid #ddd;
    min-height: 350px;
    /* text-align: center; */
    border-top: none;
    padding: 30px 25px 30px;
}

.goal-process-wrapper .col-sm-4:after {
    content: "\f105";
    font-family: "fontawesome";
    display: block;
    font-size: 2em;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    color: #969696;
}

.goal-process-wrapper .col-sm-4:last-child:after {
    display: none;
}

.goal-wrapper ul {
    padding-left: 0;
    margin: 0;
}

.goal-process ul li {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #666;
    position: relative;
    padding-left: 9px;
    margin-bottom: 10px;
}

.goal-process ul li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #888;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.goal-title {
    color: #fff;
    background: #3f8fc7;
    padding: 18px 0;
    text-align: center;
    margin: 0;
    font-size: 20px;
}
.goal-process h4 {
    color: #2c417d;
    font-weight: 500;
    font-size: 18px;
    padding-right: 22px;
    line-height: 1.35;
}

/******** info4.html ********/
.location-inner {
    margin-bottom: 30px;
}
.location-inner h3 {
    text-align: center;
    border: 5px solid #f3f3f3;
    padding: 20px;
    margin: 20px 0 0;
    font-size: 16px;
    letter-spacing: -0.02em;
    font-weight: 400;
}

.location-wrapper .root_daum_roughmap {
    width: 100% !important;
}

.location-inner dl {
    margin: 25px 0 0;
    border-top: 2px solid #000;
    border-bottom: 1px solid #e0e0e0;
}

.location-inner dl dt,
.location-inner dl dd {
    padding: 12px 10px;
    display: inline-block;
    border-bottom: 1px solid #e0e0e0;
    float: left;
}
.location-inner dl dt {
    width: 25%;
    background: #f3f3f3;
}
.location-inner dl dd {
    width: 75%;
    color: #666;
}

/********* product1.html *****/
:is(#product1, #product2, .rdt-wrapper) h1 {
    border-bottom: 1px solid #ddd;
    border-left: 0;
    font-size: 35px;
    font-weight: 500;
    color: #333;
    margin: 0 0 30px;
    padding: 0 0 25px;
    letter-spacing: -0.03em;
}

#product1 .right-content img + p {
    margin-top: 20px;
}

.rdt-inner ul,
.fha-inner ul {
    margin: 0 0 30px;
    padding-left: 0;
}
.rdt-inner ul li,
.fha-inner ul li {
    font-size: 15px;
    margin: 8px 0;
    list-style: none;
    letter-spacing: -0.02em;
    color: #555;
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
}
.rdt-inner ul li:before,
.fha-inner ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #aaa;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

#product1 .lm-wrapper .rdt-inner,
#product1 .mlm-wrapper .rdt-inner,
#product1 .rtap-wrapper .rdt-inner,
#product1 .spm-wrapper .rdt-inner {
    margin-top: 30px;
}

#product1 .right-content &gt; div {
    margin-bottom: 180px;
}

.logi-wrapper p {
    margin-top: 40px;
    padding-left: 15px;
}

span.product-name {
    font-weight: 500;
    font-size: 1.08em;
    color: #4a5c90;
}

/******** product2.html*********/
.blender-wrapper h1 {
    border-bottom: 1px solid #ddd;
    border-left: 0;
    font-size: 35px;
    font-weight: 500;
    color: #333;
    margin: 0 0 30px;
    padding: 0 0 25px;
    letter-spacing: -0.03em;
}

.blender-wrapper .sub-title,
.lift-wrapper .sub-title {
    margin-top: 60px;
}

.valve-title {
    color: #182873;
    font-weight: 600;
}

#product2 .right-content &gt; div {
    margin-bottom: 180px;
}
#product2 .right-content &gt; div:last-child {
    margin-bottom: 0;
}

#product2 .right-content img + p {
    margin-top: 20px;
}

#product2 .etc-table {
    border: none !important;
}
#product2 .etc-table td {
    border: none !important;
    padding: 0 !important;
}
#product2 .etc-table td img {
    margin-bottom: 10px;
    width: 100%;
    padding-right: 5px;
}

#product2 .valve-wrapper .row {
    margin-bottom: 10px;
}

#product2 .valve-title {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0 6px;
}

#product2 .valve-content {
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
}

/**** board ***/

.board-content {
    max-width: 1170px;
    margin: 0 auto 60px;
}

.dh-board,
.form-horizontal,
.dh-view-box {
    float: left;
    /* max-width: calc(1170px * 0.8333333333);*/
    max-width: 880px;
    padding-left: 15px;
    padding-right: 15px;
}

.dh-view-box {
    margin-top: 0;
}

.text-bbs6 .dh-board:before {
    content: "공지사항";
    display: block;
    border-bottom: 1px solid #ddd;
    border-left: 0;
    font-size: 35px;
    font-weight: 500;
    color: #333;
    margin: 0 0 30px;
    padding: 0 0 25px;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.text-bbs6 .dh-view-box:before {
    content: "공지사항";
    display: block;
    border-bottom: 1px solid #ddd;
    border-left: 0;
    font-size: 35px;
    font-weight: 500;
    color: #333;
    margin: 0 0 30px;
    padding: 0 0 25px;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.dh-board .table-hover {
    margin: 0 0 30px;
    border-top: 2px solid #333;
    border-bottom: 1px solid #e0e0e0;
}

.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th,
.dh-board .table-hover tbody tr td {
    padding: 15px 15px;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.03em;
    line-height: 1.6;
    border-bottom: 1px solid #e0e0e0;
}
.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th {
    color: #333;
    background: #f3f3f3;
    padding: 15px 15px;
    font-size: 1.1em;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
}

.table-hover &gt; tbody &gt; tr:hover {
    background-color: #fff;
}
.dh-board &gt; .table-hover &gt; tbody &gt; tr &gt; td &gt; strong &gt; a {
    font-weight: 400;
}
.dh-board &gt; .table-hover &gt; tbody &gt; tr:hover &gt; td &gt; strong &gt; a {
    color: #2c417d;
    text-decoration: underline;
}

.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
    border: 1px solid #fff;
    border-radius: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #555 !important;
    font-size: 16px;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 33px;
    text-align: center;
}

.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:last-child &gt; a {
    border: 1px solid #ddd;
    font-size: 13px;
}

.pagination &gt; li:last-child &gt; a {
    margin-left: 20px;
}

.pagination &gt; li:first-child &gt; a {
    margin-right: 20px;
}

.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; span:focus,
.pagination &gt; .active &gt; span:hover {
    border: 1px solid #2c417d;
    background: #2c417d !important;
    font-weight: 600;
    color: #fff !important;
}

.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:focus,
.pagination &gt; li &gt; span:hover {
    border-color: #fff;
    background: #fff;
}

#insertForm .input-group .btn {
    border-radius: 0;
    border-color: #ddd;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #444;
    border: 1px solid #444;
    color: #fff;
}
.dh-view-box &gt; .row &gt; .page-header {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ccc;
    background: #f3f3f3;
    margin: 0;
    padding: 15px 20px;
}

.dh-view-box &gt; .row &gt; .page-header &gt; h4 {
    font-size: 24px;
    letter-spacing: -0.03em;
    margin: 0;
}

.dh-view-box &gt; .row &gt; .dh-view-info {
    background: #fff;
    opacity: 0.6;
}

.label {
    background: transparent;
    padding: 0px 5px 0px;
    font-size: 100%;
}
.label-default {
    color: #777;
}
.label-danger {
    color: #f15454;
}
.label-primary {
    color: #427afb;
}

/*** mail form *****/
/* 
#mod_type_formForm:before{
    content: "견적문의";
    border-bottom: 1px solid #ddd;
    border-left: 0;
    font-size: 35px;
    font-weight: 500;
    color: #333;
    margin: 0 0 30px;
    padding: 0 0 25px;
    letter-spacing: -0.03em;
    display: block;
	line-height: 1.1;
} */
/* 
.q_number{
    margin: 10px 0 !important;
}

.q_number div h3{
    margin: 20px 0 !important;
}

.q_number div label{
    margin: 0 20px;
}

.q_number div label input{
    margin-top: 5px;
}

.btn-wrap .pull-right{
    position: absolute;
    left: 55%;
    transform: translateX(-50%);
}
 */

.q_number div h3 {
    margin: 0 0 3px !important;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    display: block;
    position: relative;
    padding-left: 10px;
}

.q_number div h3:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #888;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.q_number div h3 i {
    display: none;
}

.q_number input.form-control,
.q_number textarea {
    border-radius: 0;
    box-shadow: none !important;
    border-color: #ddd;
    margin: 10px 0 0px;
}

.q_number input.form-control:focus,
.q_number textarea:focus {
    border-color: #2c417d;
}

.q_number div:nth-child(n + 2) {
    font-size: 14px;
}

.q_number textarea {
    height: 150px;
}

.q_number {
    margin-bottom: 30px;
}

/* 개인정보 수집 및 이용 방침 */
#inquiry .q_number:nth-child(6) {
    margin-left: 10px;
    padding-left: 5px;
}
/* 자동등록방지 */
#inquiry .q_number:nth-child(7) {
    margin-top: 30px;
}
#inquiry .q_number .captcha {
    float: left;
    display: inline-block;
    margin-top: 10px;
}
#inquiry .q_number .captcha + .text-danger {
    display: inline-block;
    margin: 40px 0 0 10px !important;
}
#inquiry .q_number .captcha input {
    height: 48px !important;
    margin-top: 2px;
    font-size: 15px !important;
}

.q_number .radio,
.q_number .checkbox {
    margin-top: 10px;
    padding: 0;
}

.q_number .radio input,
.q_number .checkbox input {
    margin: 5px 0 0 -20px;
}

.q_number .radio label,
.q_number .checkbox label {
    margin-right: 20px;
    color: #555;
    font-size: 15px;
}

.q_number .radio &gt; label:last-child,
.q_number .checkbox &gt; label:last-child {
    margin-right: 0;
}

.mod-custom-form-add .btn-wrap {
    float: none;
    margin: 20px 0 0 !important;
    padding: 0 !important;
}

.mod-custom-form-add .btn-wrap button {
    float: none !important;
    border-radius: 0;
    font-size: 15px;
    border: none;
    width: 180px;
    height: 50px;
    padding: 10px 0;
    background: #2c417d;
    transition: all ease 0.3s;
}

.mod-custom-form-add .btn-wrap button:hover,
.mod-custom-form-add .btn-wrap button:focus {
    background: #1a2648;
}

/* FOOTER */
.footer_copy .text-center {
    background-color: #333;
    color: #aaa;
    font-size: 13px;
    padding: 40px 0;
    margin: 0;
    text-align: left;
}
.footer {
    max-width: 1170px;
    margin: 0 auto;
}
.footer h5 {
    margin: 0 0 10px;
    font-weight: 500;
    color: #aaa;
    line-height: 1.4;
}
.footer-inner img {
    opacity: 0.5;
}
.footer-inner .logo::after {
    content: "(주) 협 심";
    left: 50%;
    bottom: -25px;
    position: absolute;
    font-size: 17px;
    font-weight: 700;
    font-family: "Nanumsquare";
    color: #999;
    transform: translateX(-50%);
}
span.footer-bold {
    font-weight: 500;
    color: #ddd;
}
.footer-inner ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.footer-inner ul li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
    padding-right: 15px;
    border-right: 1px solid #666;
    line-height: 1;
}

.footer-inner ul li:nth-child(2) {
    border-right: none;
}

.footer-inner ul li:last-child {
    border-right: none;
    /* display: block; */
    /* margin-top: 8px; */
}
.footer-inner .copy {
    margin: 60px 0 0;
    opacity: 0.7;
    float: right;
}
.footer-frame ul li:last-child {
    margin: 0;
}

.footer-inner ul li h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.03em;
}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout {
    padding: 100px 15px 0;
    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 &gt; div.col-sm-12,
.id-find-layout .panel-body &gt; div.col-sm-12,
.pw-find-layout .panel-body &gt; div.col-sm-12 {
    float: none;
}

.login-layout .panel-body &gt; div.col-sm-12 h2,
.id-find-layout .panel-body &gt; div.col-sm-12 h2,
.pw-find-layout .panel-body &gt; 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 {
    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: #2c417d;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #2c417d;
    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: #1a2648;
}

.login-layout form &gt; div &gt; p,
.id-find-layout form &gt; div &gt; p,
.pw-find-layout form &gt; div &gt; p {
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}

.login-layout form &gt; div &gt; p + p,
.id-find-layout form &gt; div &gt; p + p,
.pw-find-layout form &gt; div &gt; p + p {
    border-left: 1px solid #ccc;
}

.login-layout form &gt; div &gt; p &gt; a,
.id-find-layout form &gt; div &gt; p &gt; a,
.pw-find-layout form &gt; div &gt; p &gt; a {
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width: 768px) {
    .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 &gt; div.col-sm-12 h2,
    .id-find-layout .panel-body &gt; div.col-sm-12 h2,
    .pw-find-layout .panel-body &gt; 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 &gt; div &gt; p &gt; a,
    .id-find-layout form &gt; div &gt; p &gt; a,
    .pw-find-layout form &gt; div &gt; p &gt; 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;
    }
}

/*2019-05-24*/
.maincon01 {
    padding-bottom: 40px;
    background: url(/skin/img/main/main_bg.png) no-repeat bottom;
}
.main-section1 .col-md-3 a {
    text-decoration: none;
    color: #333;
    display: block;
    position: relative;
    transform: translateY(0);
    transition: all ease 0.3s;
}
.main-section1 .col-md-3 a .main_inner {
    padding: 0 20px 50px;
    border: 1px solid #e0e0e0;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.12);
    /* margin-top: 4px; */
    /* margin-left: 4px; */
    background: #fff;
    min-height: 410px;
    transition: all ease 0.3s;
}
.main-section1 .col-md-3 a:hover .main_inner {
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
}
/* .main-section1 a .main_inner img{    margin-bottom: 20px;} */
.main-section1 a .main_inner dl {
    margin: 0;
}
.main-section1 a .main_inner dl dt {
    color: #2c56b4;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid;
}
.main-section1 a .main_inner dl dd {
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: -0.05em;
    word-break: keep-all;
    color: #555;
}

.main-section1 .col-md-3 a:before {
    content: "";
    width: 43px;
    height: 82px;
    position: absolute;
    /* left: -18px; */
    /* top: -32px; */
    left: -4px;
    top: -4px;
    /* background: #2c56b4; */
    /* transform: rotate(45deg); */
    width: 40px;
    height: 40px;
    border-top: 40px solid #2c56b4;
    border-bottom: 0px solid rgba(0, 0, 0, 0);
    border-right: 40px solid rgba(0, 0, 0, 0);
}
.main-section1 &gt; div:nth-child(3) a:before {
    border-top-color: #ec1c19;
}
.main-section1 a.contact_area dl dt {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 0;
    color: #222;
    border-bottom: none;
}
.main-section1 a.contact_area dl dd {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    margin-bottom: 3px;
    letter-spacing: -0.02em;
}
.main-section1 a.contact_area dl dd span {
    color: #ce1515;
    margin-left: 5px;
}

.main-section1 a:hover {
    transform: translateY(-7px);
}
.orga-wrapper_inner {
    background: url(/skin/img/sub/orga_bg.jpg) no-repeat center / cover;
    padding: 100px 0;
}
.orga-wrapper .btm_button_area {
    text-align: center;
    margin-top: 60px;
}
.orga-wrapper .btm_button_area a {
    display: inline-block;
    background: #9a9a9a;
    color: #fff;
    padding: 10px 0;
    border-radius: 30px;
    margin-right: 15px;
    width: 190px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 4px 4px rgba(86, 86, 86, 0.3);
    transition: all ease 0.3s;
}
.orga-wrapper .btm_button_area a:nth-of-type(1) {
    background: #666666;
}
.orga-wrapper .btm_button_area a:nth-of-type(2) {
    margin-right: 0;
}
.orga-wrapper .btm_button_area a:hover {
    background: #333;
}
.main-section4 {
    text-align: left;
}
.main-section4 h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 22px;
    color: #222;
    padding: 0 25px;
    position: relative;
    text-align: left;
    margin-top: 0;
    line-height: 1;
    display: inline-block;
}
.main-section4 h3:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 5px solid #2c56b4;
    display: inline-block;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 57%;
    transform: translateY(-50%);
}
.main-section4 h3:after {
    content: "";
    width: 15px;
    height: 15px;
    border: 5px solid #2c56b4;
    display: inline-block;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 57%;
    transform: translateY(-50%);
}
.main-section1 .col-md-3:nth-of-type(1) a .main_inner dl dt {
    margin-top: 20px;
}
.main-section1 .more_area {
    text-align: center;
    margin-top: 60px;
}
.main-section1 .more_area a {
    padding: 10px 50px;
    font-size: 16px;
    color: #2c56b4;
    font-weight: 500;
    border: 1px solid;
    display: inline-block;
    transition: all ease 0.3s;
    text-decoration: none;
}
.main-section1 .more_area a:hover {
    background: #fff;
}
.contact_area img {
    margin-bottom: 30px;
}
#m-18 a {
    color: #fff;
    padding: 10px 30px;
    background: #2c56b4;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 30px;
}
.main-section1 .col-md-3 a .main_inner p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    background: #ddd;
    font-size: 18px;
    letter-spacing: 0.04em;
    font-weight: 500;
    color: #000;
}
.main-section1 .col-md-3 a:hover .main_inner p {
    background: #2c56b4;
    color: #fff;
}
#inquiry .greeting-table {
    margin-bottom: 30px;
}
#inquiry .greeting-table tr td,
#inquiry .greeting-table tr th {
    text-align: center;
}
#inquiry #mod_type_formForm {
    padding: 0;
}

/*2019-05-30*/
.menu_top {
    text-align: right;
    background: #2a3863;
}
.menu_top .container {
    display: flex;
    justify-content: flex-end;
    height: 35px;
    gap: 0 15px;
    align-items: center;
}
.menu_top .container::before,
.menu_top .container::after {
    display: none;
}
.menu_top a {
    color: #fff;
    /* padding: 10px 10px; */
    /* background: #2c56b4; */
    /* border-radius: 5px; */
    font-size: 12px;
    display: inline-block;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-decoration: none;
}
.menu_top a:hover {
    background: rgba(255, 255, 255, 0.2);
}
.lang-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-left: 0;
    margin: 0;
}
.lang-wrap .lang {
    display: block;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    opacity: 0.5;
}
.lang-wrap .lang:hover {
}
.lang-wrap .lang.active {
    opacity: 1;
}

#publicity .top {
    background: url(/skin/img/sub/publicity_bg.png) no-repeat center / cover;
}
.text-bbs7 .form-horizontal {
    float: none;
}

.footer-inner ul li:nth-of-type(1),
.footer-inner ul li:nth-of-type(3),
.footer-inner ul li:nth-of-type(7),
.footer-inner ul li:nth-of-type(6) {
    border: none;
}
.li-dash &gt; li,
.li-dot &gt; li,
.li-dash &gt; dd,
.li-dot &gt; dd {
    padding-left: 20px;
    position: relative;
}
.li-dash &gt; li:before,
.li-dot &gt; li:before,
.li-dash &gt; dd:before,
.li-dot &gt; dd:before {
    content: "-";
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}
.li-dot &gt; li:before,
.li-dot &gt; dd:before {
    content: "·";
}
.li-dash,
.li-dot {
    padding: 0;
}
.location-inner .li-dot {
    margin-top: 15px;
}
.location-inner .li-dot li {
    font-size: 16px;
    margin-bottom: 10px;
}
.location-inner .li-dot li span {
    margin-left: 10px;
    font-size: 90%;
    font-weight: 500;
    color: #666;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    min-height: 200px;
    height: 200px;
    max-height: 200px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.39);
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead img {
    width: 100%;
    height: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    visibility: hidden;
    opacity: 0;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b {
    background: transparent;
    border: none;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    border: none;
}
.dhb-txt-box-type-b-text-layout h4 {
    margin-top: 10px !important;
    text-align: left;
    font-size: 15px !important;
}
.dhb-txt-box-type-b-text-layout h4 strong {
    display: inline-block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dhb-txt-box-type-b-text-layout h4 .label {
    vertical-align: text-top;
}
.dhb-txt-box-type-b-text-layout h4:before,
.dhb-txt-box-type-b-text-layout .txt-box-footer {
    display: none;
}

/* -------------------메인 페이지 썸네일------------------ */
.dh-front-blog &gt; .col-md-4 &gt; .thumbnail {
    position: relative;
    min-height: 0;
    margin: 0;
    border: none;
    overflow: hidden;
    background: #000;
}
.blog-row-contents {
    display: none;
}
.dh-front-blog &gt; .col-md-4 &gt; .thumbnail &gt; a.blogthumb {
    height: 200px;
    border: none;
    box-shadow: none;
    overflow: hidden !important;
    transition: all ease 0.5s;
}
.dh-front-blog &gt; .col-md-4 &gt; .thumbnail:hover a.blogthumb,
.dh-front-blog &gt; .col-md-4 &gt; .thumbnail:focus a.blogthumb {
    transform: scale(1.2);
    opacity: 0.5;
}
.dh-front-blog &gt; .col-md-4 &gt; .thumbnail .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    border: none;
    width: 100%;
    padding: 0;
    text-decoration: none !important;
    background: rgba(0, 0, 0, 0.6);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.dh-front-blog &gt; .col-md-4 &gt; .thumbnail &gt; .caption h5 {
    margin: 0;
    padding: 16px 16px !important;
    font-size: 14px;
    letter-spacing: -0.03em;
    font-weight: 600;
}
@media (min-width: 768px) {
    .dh-front-blog &gt; .col-md-4 {
        width: 50%;
    }
    .location-inner .li-dot p {
        margin-left: 65px;
    }
}

/*2019-06-04*/

.main-section1 a .main_inner dl dd:before {
    content: "- ";
}
.main-section1 a .main_inner dl.dl-center dd:before {
    content: none;
}
.checkbox &gt; label:last-child {
    display: none;
}
.q_number:nth-child(6) {
    position: relative;
}
.q_number:nth-child(6) .clearfix {
    display: none;
}
.q_number:nth-child(6) .col-sm-12:nth-child(2),
.q_number:nth-child(6) .col-sm-12:nth-child(3) {
    position: absolute;
    padding: 0;
}
.q_number:nth-child(6) .col-sm-12:nth-child(2) {
    z-index: 100;
    left: 25px;
    top: 12px;
}
/* 푸터 */
.footer-inner .copy {
    margin: 0;
    float: none;
}
.footer-inner .visible-xs {
    margin-left: 50px;
    margin-top: 3px;
}

/*responsive*/
@media (max-width: 991px) {
    .navbar-inverse .navbar-nav &gt; li &gt; a {
        padding: 0 10px 20px 10px;
    }
    /* 메인컨텐츠 */
    #main {
        padding: 30px 0;
    }
    .main-section1 .col-md-3 {
        padding: 20px;
    }
    .main-section1 .contact_area img {
        margin: 0;
    }
    .main-section1 .col-md-3:nth-child(1) .main_inner {
        height: 480px;
    }
    .main-section1 .col-md-3:nth-child(2) .main_inner {
        height: 455px;
    }
    .main-section1 .col-md-3:nth-child(3) .main_inner {
        height: 410px;
    }
    .main-section1 .col-md-3:nth-child(4) .main_inner {
        height: 455px;
    }

    .main-section4 h3 {
        font-size: 17px;
    }
    .main_inner img {
        height: 220px;
    }
    .footer-inner ul {
        text-align: center;
        margin: 20px 0 0 180px;
    }

    .footer-inner ul li:first-child {
        display: none;
    }
    .footer-inner ul li:last-child span {
        /*display: block;*/
    }

    .footer-inner .copy {
        text-align: center;
    }
}
/*mobile*/
@media screen and (max-width: 767px) {
    p,
    li,
    dl,
    dt,
    td,
    th,
    h1,
    h2,
    h3,
    h4,
    h5 {
        word-break: keep-all;
    }
    /* 상단메뉴 */
    .menu_top a {
        padding: 4px;
    }
    .navbar-header .navbar-brand {
        margin: 0;
        padding: 10px 13px;
    }
    .navbar-brand img {
        width: 150px;
    }
    .navbar-inverse .navbar-toggle {
        margin-right: 10px;
        background: #fff;
        border: none;
    }
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background: #fff;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #222;
    }
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #2a3863;
    }
    /* 서브메뉴 */
    .navbar-fixed-top .navbar-collapse {
        max-height: 438px;
    }
    .navbar-nav {
        margin: 0 -15px;
    }
    .navbar-inverse .navbar-nav &gt; li:nth-child(8),
    .navbar-inverse .navbar-nav &gt; li:nth-child(9) {
        display: none;
    }
    .navbar-inverse .navbar-nav &gt; li &gt; a {
        font-size: 16px;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding: 14px 15px;
        letter-spacing: -0.03em;
        background: #333;
        text-shadow: none;
    }
    .navbar-nav .open .dropdown-menu {
        background: #444;
        padding: 12px 0;
        border-radius: 0;
        transform: none;
    }
    .navbar-inverse .navbar-nav &gt; .open &gt; a,
    .navbar-inverse .navbar-nav &gt; .open &gt; a:focus,
    .navbar-inverse .navbar-nav &gt; .open &gt; a:hover,
    .navbar-inverse .navbar-nav &gt; li &gt; a:focus,
    .navbar-inverse .navbar-nav &gt; li &gt; a:hover {
        color: #fff;
        background-color: #222222;
        border-bottom: 1px solid #444;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
        font-size: 15px;
        color: #fff;
        padding: 5px 25px;
        letter-spacing: -0.03em;
        text-align: left;
    }
    /* 배너이미지 */
    .body-layout {
        padding-top: 0;
    }
    .container_slide,
    .carousel-inner .item {
        height: 400px;
    }
    .fill h1 {
        margin: 20px 0 10px;
    }
    .carousel-caption h1 span {
        font-size: 28px;
    }
    .carousel-caption h1 span b {
        font-size: 31px;
    }
    .carousel-caption p span {
        font-size: 15px;
    }
    .carousel-indicators {
        left: 45%;
        bottom: 45px;
    }
    /* 서브컨텐츠 */
    .right-content &gt; div:first-child &gt; h2:first-child,
    .rdt-wrapper h1,
    .blender-wrapper h1,
    .text-bbs6 .dh-board:before {
        font-size: 30px;
    }
    .top p {
        font-size: 19px;
        margin: 130px 0 0;
    }
    .left-tab {
        display: none;
    }

    #info2 .goal-wrapper .col-sm-4 {
        margin-top: 40px;
    }
    .goal-wrapper .goal-process {
        height: 235px;
    }
    .goal-wrapper .col-sm-4:last-child .goal-process {
        height: 300px;
    }
    .goal-process-wrapper .col-sm-4:after {
        content: "\f107";
        left: 50%;
        top: 100%;
        bottom: 0;
    }
    .goal-inner p {
        word-break: -webkit-keep-all;
    }
    .goal-process h4 {
        padding-right: 0;
    }
    #info3 .orga-wrapper .btm_button_area a {
        margin: 10px 0;
    }
    #info4 iframe {
        height: 300px;
    }

    #product1 .right-content &gt; div {
        margin-bottom: 80px;
    }
    #product2 .right-content &gt; div {
        margin-bottom: 50px;
    }
    .dh-board .input-group {
        margin-top: 30px;
    }
    .dh-board .table-hover thead tr th,
    .dh-board .table-hover tbody tr th {
        font-size: 1em;
    }
    ::-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 #ffffff;
    }
    ::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }
    .footer-inner ul {
        margin: 15px;
    }

    #inquiry .q_number .captcha + .text-danger {
        margin: 10px 0 0 0 !important;
    }
}
.root_daum_roughmap {
    width: 100% !important;
}

.dh-board {
    padding-inline: 0;
}

.down-wrap {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
    gap: 10px;
}
.down-wrap i {
    text-decoration: unset;
    font-style: unset;
    font-weight: 500;
    margin-left: 10px;
}
.down-wrap .col {
    flex: 0 1 33%;
    padding: 15px 20px;
    text-align: center;
    background-color: #4b86e8;
    color: #fff;
}
#scrollTop {
    all: unset;
    cursor: pointer;
    z-index: 1000;
    position: fixed;
    right: 25px;
    bottom: 25px;
    display: none;
    width: 45px;
    padding: 0;
    background-color: #4b86e8;
    border-radius: 50%;
    aspect-ratio: 1;
    text-align: center;
    color: #fff;
}

#scrollTop .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#scrollTop .inner :is(i, span) {
    font-size: 1.75rem;
    font-style: unset;
}

#google_translate_element {
    margin: 0 0 0 8px;
}
#google_translate_element .skiptranslate {
}
#google_translate_element .skiptranslate .goog-te-gadget-simple {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 3px 5px 4px;
}
#google_translate_element .skiptranslate .goog-te-gadget-simple img {
    height: 19px;
}
#google_translate_element .skiptranslate .goog-te-gadget-simple .goog-te-menu-value {
    font-family: "notokr", sans-serif;
    font-size: 12px;
    line-height: 18px;
}
#google_translate_element .skiptranslate .goog-te-gadget-simple .goog-te-menu-value span {
    border-left-color: #fff !important;
}

#google_translate_element .skiptranslate .goog-te-gadget-simple .goog-te-menu-value:hover {
    text-decoration: none;
}
</pre></body></html>