@import url('/skin/notokr/notokr.css');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@700&display=swap');

@font-face {
    font-family: 'NanumSquare';
    font-weight: 800;
    src: url('/skin/font/NanumSquare/NanumSquareEB.eot');
    src: url('/skin/font/NanumSquare/NanumSquareEB.eot?#iefix') format('embedded-opentype'),
         url('/skin/font/NanumSquare/NanumSquareEB.woff') format('woff'),
         url('/skin/font/NanumSquare/NanumSquareEB.ttf') format('truetype');
}
@font-face {
    font-family: 'NanumSquare';
    font-weight: 700;
    src: url('/skin/font/NanumSquare/NanumSquareB.eot');
    src: url('/skin/font/NanumSquare/NanumSquareB.eot?#iefix') format('embedded-opentype'),
         url('/skin/font/NanumSquare/NanumSquareB.woff') format('woff'),
         url('/skin/font/NanumSquare/NanumSquareB.ttf') format('truetype');
}
@font-face {
    font-family: 'NanumSquare';
    font-weight: 400;
    src: url('/skin/font/NanumSquare/NanumSquareR.eot');
    src: url('/skin/font/NanumSquare/NanumSquareR.eot?#iefix') format('embedded-opentype'),
         url('/skin/font/NanumSquare/NanumSquareR.woff') format('woff'),
         url('/skin/font/NanumSquare/NanumSquareR.ttf') format('truetype');
}
@font-face {
    font-family: 'NanumSquare';
    font-weight: 300;
    src: url('/skin/font/NanumSquare/NanumSquareL.eot');
    src: url('/skin/font/NanumSquare/NanumSquareL.eot?#iefix') format('embedded-opentype'),
         url('/skin/font/NanumSquare/NanumSquareL.woff') format('woff'),
         url('/skin/font/NanumSquare/NanumSquareL.ttf') format('truetype');
}

/*상단 메뉴 설정 시작*/
.navbar-inverse{
	background:#222222;     /*배경 색*/
	border-color:#080808;         /*테두리 색*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:0px 0px 0px 0px;       /*외부 여백*/
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand img {
	padding-top: 12px;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav > li > a{
	background-color:none;	      /*배경 색*/
	color:#999999;                /*텍스트 색*/
	font-size:14px;               /*텍스트 크기*/
	padding:15px 15px 15px 15px;  /*내부 여백*/
	margin:0px 0px 0px 0px;       /*외부 여백*/
}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.dropdown-menu > li > a{
	background-color:#ffffff;     /*배경 색*/
	color:#333333;                /*텍스트 색*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:3px 20px 3px 20px;       /*외부 여백*/
	font-size:14px;
}
/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/
body > .navbar-fixed-bottom .text-center{
	background:#ffffff;           /*배경 색*/
	color:#999999;                /*텍스트 색*/
	font-size:14px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:0px 0px 0px 0px;       /*외부 여백*/
	text-align:center;            /*텍스트 정렬*/
}
.footer_copy .text-center{
	background-color:#ffffff;     /*배경 색*/
	color:#999999;                /*텍스트 색*/
	font-size:14px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:0px 0px 0px 0px;       /*외부 여백*/
	text-align:center;            /*텍스트 정렬*/
}
/* 하단 카피라이트 설정 끝*/

/*인트로 텍스트 설정 시작*/
h1.intro_span{
	background-color:none;        /*배경 색*/
	color:#ffffff;                /*텍스트 색*/
	font-size:36px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:10px 10px 10px 10px;   /*외부 여백*/
}

p.intro_span{
	background-color:none;        /*배경 색*/
	color:#ffffff;                /*텍스트 색*/
	font-size:14px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:10px 10px 10px 10px;   /*외부 여백*/
}

.flex-caption span.intro-title{
    display: inline-block;
    background:none;        /*배경 색*/
    color:#ffffff;                /*텍스트 색*/
    font-size: 76px;               /*텍스트 크기*/
    font-weight: 600;
    text-shadow: none;
    padding: 0;
}
.flex-caption span.intro-text{
    display: inline-block;
    text-shadow: none;
    background:none;        /*배경 색*/
    color:#ffffff;                /*텍스트 색*/
    font-size: 28px;               /*텍스트 크기*/
    letter-spacing: -0.034em;
    font-weight: 300;      /*내부 여백*/
    padding: 0;
    line-height: 1.3em;
}
/*인트로 텍스트 설정 끝*/

/***************** Custom CSS *****************/
/********** 메인 **********/
/* 공통 */
.body-layout {
    font-size: 16px;
    font-family: 'notokr', sans-serif;
    color: #222;
    letter-spacing: -0.02em;
}
body > .topmarginLay_a+.container,
body > .container_contents {
    width: 100%;
}
body > .container_contents > .intro-html-layout > div {
    padding: 0;
}
body > .topmarginLay_a {height: 104px !important;}

.footer-social-layout {display: none;}

/* 언어 전환 버튼 (다국어) */
.ch-lang {
    text-align: right;
    background-color: #f5f5f5;
}
.ch-lang > .container {
    padding: 0 5px 0 0;
}
.ch-lang ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.ch-lang ul > li {
    position: relative;
    display: inline-block;
    line-height: 1;
}
.ch-lang ul > li .lang {
    padding: 9px 0 4px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    letter-spacing: -0.02em;
    line-height: 1;
    background-color: transparent;
    border: none;
}
.ch-lang ul > li .lang-e-btn {
    font-size: 12.8px;
}
.ch-lang ul > li .lang.active {
    color: #1e308b;
    text-decoration: underline;
}
.ch-lang ul > li .lang:hover {
    text-decoration: underline;
}
.ch-lang ul > li .lang:focus {
    outline: none;
}
.ch-lang ul > li .lang img {
    float: left;
    margin: 0 7px 6px 0;
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.3);
}

/* 메뉴바 */
.navbar  {border-top: 5px solid #1e308b;padding: 0;background-color: #fff;margin: 0;height: 126px;}
.navbar ul.navbar-nav > li {font-size: 18px;}
.navbar ul.navbar-nav > li.divider-vertical + li:not(.dropdown),
.navbar ul.navbar-nav > li.divider-vertical + li:not(.dropdown)+li {
    display: none;
}

.navbar ul.navbar-nav > li > a {
    padding: 35px 23px 28px;
    font-weight: 600;
    font-family: 'NanumSquare', sans-serif;
    color: #111;
    letter-spacing: -0.04em;
}
body.en .navbar ul.navbar-nav > li > a {
    padding: 35px 16px 28px;
}

.navbar ul.navbar-nav > li.opened > a ,
.navbar ul.navbar-nav > li.opened > a:hover,
.navbar ul.navbar-nav > li.opened > a:focus {
    color: #172988;
    background: transparent;
}

.navbar-nav > li.divider-vertical, .navbar-nav > li .caret {
    display: none;
}

.dropdown-menu {
    min-width: 170px;
    left: 50% !important;
    right: auto !important;
    padding: 0;
    transform: translate(-50%, 0);
    border: none;
    border-radius: 0;
}
.dropdown-menu > li > a {
    margin: 0;
    padding: 14px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    letter-spacing: -0.04em;
    background: #fafafa;
    border-top: 1px solid #eee;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    background: #172988;
}

/* 슬라이드 */
#mainCarousel .carousel-inner > .item {
    height: calc(100vh - 126px);
}
#mainCarousel .carousel-inner > .item img {
    width: 100%;
    height: 100%;
}
#mainCarousel .carousel-caption {
    top: 49%;
    right: 15%;
    left: 15%;
    bottom: auto;
    text-shadow: none;
    transform: translate(0, -49%);
}
#mainCarousel .carousel-caption h1 {
    margin: 0 0 32px;
    font-size: 76px;
    font-weight: 600;
    word-break: keep-all;
}
#mainCarousel .carousel-caption p {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: -0.034em;
    line-height: 1.3em;
    word-break: keep-all;
}
#mainCarousel .glyphicon-chevron-left:before {content: url('/skin/img/slide/arrow_prev.png');}
#mainCarousel .glyphicon-chevron-right:before {content: url('/skin/img/slide/arrow_next.png');}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin: 0 4px;
}

/* 로그인, 회원가입 */
.login-layout, .id-find-layout, .pw-find-layout, .join-layout, .join-view-layout {
    margin-top: 100px;
    margin-bottom: 90px;
}

/********** 서브 **********/
/* 공통 스타일 */
body > .topmarginLay_a+.container.sub-layout {
    padding: 0;
}
.sub-content {
    margin-bottom: 100px;
}

/* Page Top */
.sub-content .page-title {
    height: 190px;
    position: relative;
    margin-bottom: 100px;
    background: #333 url('/skin/img/sub/back-page-title01.jpg') no-repeat center center;
}
.sub-content .page-title h2 {
    margin: 0;
    padding: 65px 0 50px;
    font-size: 38px;
    color: #fff;
    letter-spacing: -0.034em;
    text-align: center;
}

/* Breadcrumb */
.sub-content .page-title .wrap-breadcrumb {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.sub-content .page-title .breadcrumb {
    bottom: 0;
    margin: 0 auto;
    padding: 7px 15px 6px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 0;
    text-align: right;
    background-color: transparent;
}
.sub-content .page-title .breadcrumb > li+li:before {
    content: '\f105';
    font-family: "FontAwesome";
    color: rgba(255,255,255,0.6);
}

.title-lv-1 {
    margin: 0 0 60px;
    font-size: 40px;
    font-weight: 800;
    font-family: 'NanumSquare', sans-serif;
    text-align: center;
    letter-spacing: -0.034em;
}

.img-bbs-default-index-layout .title-lv-1,
.bbs-blog2-index-layout .title-lv-1,
.bbs-blog-index-layout .title-lv-1,
.bbs-blog-view-layout .title-lv-1,
.bbs-blog-add-layout .title-lv-1 {
    margin: 0;
}

.section-title {
    position: relative;
    margin: 0 0 30px;
    padding-left: 42px;
    font-size: 30px;
    letter-spacing: -0.06em;
}
.section-title::before {
    content: url('/skin/img/sub/img_section_title.png');
    left: 0;
    position: absolute;
    display: inline-block;
    margin-top: 1px;
    margin-right: 30px;
}

.small-title {
    position: relative;
    margin: 0 0 30px 2px;
    padding-left: 12px;
    font-size: 22px;
    letter-spacing: -0.04em;
}
.small-title::before {
    content: '';
    top: 2px;
    left: 0;
    width: 5px;
    height: 20px;
    position: absolute;
    background-color: #2c68e2;
}

.list-default {
    padding-left: 0;
    list-style-type: none;
}
.list-default > li {
    position: relative;
    margin-bottom: 4px;
}

.list-style-1 {
    padding-left: 35px;
    list-style-type: none;
}
.list-style-1 > li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 8px;
    word-break: keep-all;
}
.list-style-1 > li::before {
    content: '';
    top: 7px;
    left: -5px;
    width: 5px;
    height: 5px;
    position: absolute;
    display: inline-block;
    background-color: #999;
}

table.tb-style-1 {
    border-top: 2px solid #172a88;
}
table.tb-style-1 > thead > tr > th {
    font-size: 14px;
    background-color: #f6f6f6;
    border-top: 2px solid #333;
    border-bottom-width: 1px;
}
table.tb-style-1 tr > th, table.tb-style-1 tr > td {
    padding: 14px 8px;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}
table.tb-style-1 tr > th:first-child,
table.tb-style-1 tr > td:first-child {
    border-left: none !important;
}

.space-bottom {
    margin-bottom: 60px;
}

/* CEO인사말 (페이지) */
#greeting .image {
    padding: 0 30px;
}
#greeting .text {
    padding: 0 30px;
    word-break: keep-all;
}
#greeting .text > h3 {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 500;
    color: #012369;
    letter-spacing: -0.05em;
}
body.en #greeting .text > h3 {
    position: relative;
    margin: -7px 0 75px;
    line-height: 1.3em;
}
body.en #greeting .text > h3::before {
    content: '';
    bottom: -40px;
    width: 80px;
    position: absolute;
    border-top: 1px solid #012369;
}
#greeting .text > h4 {
    position: relative;
    margin: 0 0 80px;
    font-size: 24px;
    font-weight: 400;
    color: #444;
    letter-spacing: -0.05em;
}
#greeting .text > h4::before {
    content: '';
    bottom: -40px;
    width: 80px;
    position: absolute;
    border-top: 1px solid #012369;
}
#greeting .text > p {
    margin: 0 0 15px;
    line-height: 1.6em;
}
#greeting .ceo {
    margin-top: 40px;
    font-size: 15px;
    font-weight: 600;
    color: #444;
    text-align: right;
}
#greeting .ceo > .name {
    padding-left: 12px;
    font-size: 30px;
    color: #222;
    font-family: 'Nanum Myeongjo', serif;
}

/* 주요사업 (페이지) */
#business .business-box {
    height: 60px;
    position: relative;
    margin-bottom: 35px;
}
#business #box3.business-box {
    border-right: none;
}
#businesst .business-box::before {
    content: '';
    top: 0;
    left: -30px;
    height: 100%;
    position: absolute;
    border-left: 1px solid #e0e9fb;
}
#business #box1.business-box::before,
#business #box4.business-box::before {
    display: none;
}
#business .business-box .num {
    position: absolute;
    font-size: 55px;
    color: #2c68e2;
    font-style: italic;
    font-weight: 200;
    line-height: 1em;
}
#business .business-box p {
    display: inline-block;
    margin-bottom: 0;
    padding: 15px 0 0 50px;
    font-size: 20px;
    font-weight: 400;
    color: #012369;
    letter-spacing: -0.04em;
    line-height: 1.3em;
}
#business #box1.business-box p,
body.en #business .business-box:not(#box3):not(#box6) p {
    padding-top: 2px;
}
#business #row2 {
    margin: 15px -15px 50px;
}
#business .fa-check {
    top: 4px;
    left: 2px;
    position: absolute;
    font-size: 19px;
    font-weight: 300;
    color: #6094ff;
}
#business #row3 p,
#business #row4 p {
    position: relative;
    margin-bottom: 15px;
    padding: 0 26px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.034em;
}
#business #row3 p span,
#business #row4 p span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}
#business .tb-style-1 > thead > tr > th:nth-child(1) {
    width: 65px;
}
#business .tb-style-1 > thead > tr > th:nth-child(4),
#business .tb-style-1 > thead > tr > th:nth-child(5) {
    width: 170px;
}

/* 인증 및 특허 (페이지) */
.box-certificate {
    margin-bottom: 30px;
}
.box-certificate > .wrap-img {
    position: relative;
    border: 1px solid #e3e3e3;
    box-shadow: 0px 12px 8px -5px rgba(0, 0, 0, 0.15);
    padding: 12px;
    transition: all 0.2s ease-in-out 0s;
}
.box-certificate > .wrap-img::before,
.box-certificate > .wrap-img::after {
    position: absolute;
    opacity: 0;
}
.box-certificate > .wrap-img::after {
    content: '\f067';
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    padding: 18px;
    font-size: 20px;
    font-family: 'FontAwesome';
    color: #fff;
    text-align: center;
    background-color: #2c68e2;
    transform: translate(-50%,-50%);
}
.box-certificate > .wrap-img::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.35);
    transition: all 0.4s;
}
.box-certificate > .wrap-img:hover,
.box-certificate > .wrap-img:focus {
    cursor: hand;
    cursor: pointer;
}
.box-certificate > .wrap-img:hover::before,
.box-certificate > .wrap-img:focus::before,
.box-certificate > .wrap-img:hover::after,
.box-certificate > .wrap-img:focus::after {
    opacity: 1;
}
.box-certificate > .subject {
    margin: 20px 0 0;
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.06em;
}
.modal.certi .modal-header {
    padding: 18px 22px 16px;
    background-color: #012369;
    border-bottom: none;
    line-height: 1;
}
.modal.certi .modal-header .modal-title {
    display: inline-block;
    margin: 0;
    font-size: 22px;
    color: #fff;
    letter-spacing: -0.05em;
    line-height: 1;
}
.modal.certi .modal-header button {
    margin-top: -8px;
    font-size: 30px;
    color: #fff;
    line-height: 1;
    text-shadow: none;
    opacity: 0.5;
}
.modal.certi .modal-body {
    padding: 40px 80px;
}
.modal.certi .modal-body > img {
    border: 1px solid #ddd;
    box-shadow: 1px 6px 6px rgba(0,0,0,0.1);
}
.modal.certi .modal-footer {
    padding: 0 20px 20px 20px;
    border-top: none;
}
.modal.certi .modal-footer > a {
    padding: 8px 25px;
    color: #333;
    border: 1px solid #d8d8d8;
    border-radius: 0;
}

/* 관련특허증 페이지
.img-bbs-default-index-layout > .row,
.img-bbs-default-add-layout > .row,
.img-bbs-default-edit-layout > .row {
    margin: 0 auto;
}
.tos-wrapper .tos-caption {
    font-size: 18px;
    font-weight: 500;
}
.dh-front-gallery > .col-md-3 > a.thumbnail {
    height: 350px !important;
    margin-top: 30px;
}
.dh-front-gallery > .col-md-3 > a.thumbnail:hover {
    border-color: #172988;
}
 */

/* 오시는길 (페이지) */
#location .root_daum_roughmap {
    width: 100%;
}
#location .contact {
    width: 100%;
    display: inline-block;
    padding: 45px 45px 35px;
    background: #f6f6f6;
}
#location .left h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
}
#location .left h4 i {
    margin-right: 6px;
    color: #1e308b;
}
#location .left h4 span {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 0;
}
#location .right ul {
    margin: 0;
    float: right;
}
#location .right ul > li {
    margin-bottom: 4px;
    font-size: 18px;
    padding-left: 90px;
}
#location .right ul > li + li {
  margin-top:4px;
}
#location .right ul > li strong {
    top: 1px;
    left: 0;
    position: absolute;
    font-size: 16px;
    font-weight: 600;
}
body.en #location .right ul > li strong {
    left: -20px;
}
#location .right ul > li i {
    padding-right: 3px;
}

/* 제품사진 페이지 - 블로그 게시판 */
.bbs-blog2-index-layout > .sub-content,
.bbs-blog-view-layout > .sub-content {
    margin-bottom: 60px;
}
.bbs-blog2-index-layout #products + .dh-board h4 > small {
    display: none;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b {
    margin-bottom: 30px;
    background-color: #fff;
    border: none;
}
.bbs-blog2-index-layout .thumb-hidden {
    height: 200px;
    max-height: 200px;
    border: 1px solid #eee;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.bbs-blog2-index-layout .thumb-hidden:hover {
    border: 1px solid #172988;
}
.bbs-blog2-index-layout .thumb-hidden > a > img {
    height: 100%;
}
.bbs-blog2-index-layout h4 {
    padding: 4px 2px;
    text-align: center;
    font-size: 15px;
}
.bbs-blog2-index-layout h4 a:hover {
    color: #172988;
}
.dh-board h4 .label {
    padding: 3px 6px;
    border-radius: 100%;
}
.bbs-blog2-index-layout .txt-box-footer {
    display: none;
}
.dh-margin-top {
    margin-top: 70px;
    margin-bottom: 60px;
}

/* 복합재료 가스용기 자동화설비 페이지 */
#process1 .images img {
    margin-bottom: 30px;
}
#process1 .box-list {
    background: #f6f6f6;
    padding: 30px 30px 16px;
    font-size: 15px;
    font-weight: 500;
}
#process1 .box-list > ul {
    padding-left: 10px;
}

/* 온라인 견적 - 모듈(주문폼) */
.mod-custom-form-add form h3 {
    position: relative;
    margin: 0 0 10px !important;
    padding-left: 11px;
    font-size: 17px;
    font-weight: 600;
}
.mod-custom-form-add form h3::before {
    content: '';
    top: 2px;
    left: 0;
    width: 5px;
    height: 16px;
    position: absolute;
    background-color: #2c68e2;
}
.mod-custom-form-add form h3 i {
    display: none;
}
.mod-custom-form-add .form-control {
    border-radius: 0;
    box-shadow: none;
}
.mod-custom-form-add .btn-wrap > .btn {
    float: none !important;
    padding: 12px 40px;
    font-size: 16px;
}

/* 홍보 동영상 - 블로그 게시판 */
.bbs-blog-index-layout > .sub-content {
    margin-bottom: 60px;
}
.bbs-blog-index-layout .dhb-txt-box {
    padding: 20px 5px;
}
.bbs-blog-index-layout .dhb-txt-box .dhb-txt-list {
    width: 80%;
    padding-right: 30px;
}
.bbs-blog-index-layout .dhb-txt-box .dhb-txt-list .thumb-hidden {
    max-height: 180px;
    border: none;
    box-shadow: none;
}
.bbs-blog-index-layout .dhb-txt-box .dhb-txt-list h4 {
    margin: 10px 0 15px;
}
.bbs-blog-index-layout .dhb-txt-box .dhb-txt-list h4 a:hover {
    color: #172988;
}
.bbs-blog-index-layout .dhb-txt-box .dhb-txt-list h5 {
    line-height: 1.25em;
}
.bbs-blog-index-layout .dhb-txt-box .text-right {
    width: 20%;
}

/* 게시판 공통 스타일 */
.dh-view-box {
    margin-top: 0;
    margin-bottom: 90px;
}
.dh-view-box>.row>.page-header {
    background: #f6f6f6;
    border-top: 2px solid #151f56;
    border-bottom: 1px solid #ddd;
}
.dh-view-box>.row>.page-header > h4 {
    font-size: 24px;
    margin: 30px 0;
    text-align: center;
}
.dh-view-box>.row>.dh-view-info {
    padding: 12px 10px 10px;
    text-align: center;
    background: #fff;
}
.dh-view-box>.row>.dh-view-info > .pull-right {
    display: none;
}
.btn-primary:hover {
    color: #fff;
    background-color: #151f56;
    border-color: #151f56;
}
.btn-primary,
.pagination>.active>a, .pagination>.active>a:focus,
.pagination>.active>a:hover, .pagination>.active>span,
.pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #172988;
    border-color: #172988;
    border-radius: 0;
}

/* 푸터 */
.footer {
    padding: 40px 0 30px;
    font-size: 13px;
    color: #bbb;
    background-color: #373b48;
}
.footer > .container { 
    position: relative;
}
.footer ul {
    margin-bottom: 10px;
    padding-left: 0;
    list-style-type: none;
}
.footer ul > li {
    display: inline-block;
    margin-right: 7px;
    padding-right: 10px;
    line-height: 12px;
    border-right: 1px solid #777;
    letter-spacing: 0;
}
.footer ul li > a {
    color: inherit;
}
.footer ul li > a:hover {
    color: #fff;
    text-decoration: none;
}
.footer strong {
    display: block;
    margin-bottom: 10px;
    color: #dedede;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0em;
}
.footer small {
    color: #a5a5a5;
    font-size: 11px;
}
.footer .wrap-btn {
    top: 0;
    right: 0;
    position: absolute;
}
.footer a.login {
    padding: 3px 12px;
    font-size: 13px;
    color: #bbb;
    border: 1px solid rgba(255,255,255,0.5);
}
.footer a.login:hover,
.footer a.login:focus {
    color: #fff;
    border-color: #fff;
}
.footer > br {
    display: none;
}
/**********************************************/

@media (min-width: 768px) {
    .modal-dialog {
        width: 640px;
    }
}

/****** 모바일 최적화 시작 ******/
@media (max-width: 1119px) { /* 태블릿, 모바일 */

}
@media (max-width: 767px) { /* 모바일 */
    .ch-lang ul > li .lang {
        padding: 10px 0 5px 12px;
        font-size: 12px;
    }
    .ch-lang ul > li .lang-e-btn {
        padding-right: 8px;
        font-size: 11.8px;
    }
    .navbar {
        height: auto;
    }
    .navbar .navbar-toggle {
        margin: 20px 15px;
        border: none;
    }
    .navbar .navbar-toggle:hover,
    .navbar .navbar-toggle:focus {
        background-color: #172988;
    }
    .navbar .navbar-toggle:hover .icon-bar,
    .navbar .navbar-toggle:focus .icon-bar {
        width: 20px;
        background-color: #fff;
    }
    .navbar .navbar-toggle .icon-bar {
        background-color: #333;
    }
    .navbar-brand img {
        height: 60px;
    }
    .navbar ul.navbar-nav {
        margin: 0 -15px;
    }
    .navbar ul.navbar-nav > li > a {
        padding: 14px 15px !important;
        font-size: 17px;
        border-top: 1px solid rgba(0,0,0,.1);
    }
    .navbar ul.navbar-nav > li.open > a,
    .navbar ul.navbar-nav > li.open > a:focus,
    .navbar ul.navbar-nav > li.open > a:hover {
        color: #fff;
        background-color: #172988;
    }
    .navbar .navbar-nav .open .dropdown-menu {
        position: relative;
    }
    .navbar .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 15px 10px 25px;
        text-align: left;
        color: #333;
    }
    body > .topmarginLay_a {
        height: 91px !important;
    }

    .footer {
        padding: 30px 0 40px;
        font-size: 12px;
    }
    .footer strong {
        font-size: 12px;
    }
    .footer .wrap-btn {
        position: relative;
        top: auto;
        bottom: -12px;
    }

    #mainCarousel .carousel-inner > .item {
        height: 300px;
    }
    #mainCarousel .carousel-caption {
        top: 49%;
        right: 5%;
        left: 5%;
        transform: translate(0, -49%);
    }
    #mainCarousel .carousel-caption h1 {
        font-size: 32px;
    }
    #mainCarousel .carousel-caption p {
        font-size: 17px;
    }
    #mainCarousel .carousel-control {display: none;}

    .sub-content {
        margin-bottom: 70px;
    }
    .sub-content .page-title {
        height: 160px;
        margin-bottom: 70px;
    }
    .sub-content .page-title h2 {
        padding: 54px 0 37px;
        font-size: 33px;
    }
    .sub-content .page-title .breadcrumb {
        padding: 8px 15px 6px;
        font-size: 11px;
    }
    .title-lv-1 {
        margin: 0 0 40px;
        font-size: 35px;
        word-break: keep-all;
    }
    .section-title {
        padding-left: 40px;
        font-size: 28px;
    }
    .section-title::before {
        top: -2px;
    }
    .small-title {
        word-break: keep-all;
    }
    #greeting .image, #greeting .text {
        padding: 0 15px;
    }
    #greeting .image > img {
        margin-bottom: 60px;
    }
    #greeting .text > h3, #greeting .text > h4 {
        line-height: 1.2em;
    }
    #business .business-box {
        height: auto;
        margin-bottom: 20px;
    }
    #business #row1 {
        margin-bottom: 35px;
    }
    #business .business-box .num {
        font-size: 40px;
    }
    #business .business-box p {
        padding: 10px 0 0 50px !important;
        font-size: 18px;
    }
    body.en #patent_certificate .title-lv-1 {
        font-size: 31px;
    }
    .modal.certi .modal-body {
        padding: 20px;
    }
    #location .root_daum_roughmap {
        height: 280px;
    }
    #location .contact {
        padding: 35px 15px 25px;
    }
    #location .left h4 {
        word-break: keep-all;
        line-height: 1.2em;
    }
    #location .right ul {
        float: none;
        margin: 25px 0 0;
    }
    body.en #location .right ul {
        margin: 25px 0 0 20px;
    }
    #process1 #list1.box-list {
        margin-bottom: 30px;
    }
    .bbs-blog2-index-layout .thumb-hidden {
        height: 220px;
        max-height: 220px;
    }
    .bbs-blog2-index-layout .dhb-txt-box-type-b {
        margin-bottom: 0;
    }

    .login-layout, .id-find-layout,
    .pw-find-layout, .join-layout, .join-view-layout {
        margin-top: 30px;
        margin-bottom: 45px;
    }
    .panel-footer {
        padding-top: 0;
    }
    .panel-footer .btn-lg {
        margin: 10px 0 0;
        border-radius: 6px;
    }

}
@media (min-width: 768px) and (max-width: 1119px) { /* 태블릿 */
    .navbar {
        height: 198px;
    }
    .navbar .navbar-header {
        float: none;
    }
    .navbar-brand {
        width: 100%;
        margin: 20px 0 0;
        padding: 0;
    }
    .navbar-brand img {
        margin: 0 auto;
        padding: 0;
    }
    .navbar-default .navbar-collapse {
        text-align: center;
    }
    .navbar ul.navbar-nav {
        float: none !important;
        display: inline-block;
        margin: 0 auto 0;
    }
    .navbar ul.navbar-nav > li {
        font-size: 17px;
    }
    .navbar ul.navbar-nav > li > a,
    body.en .navbar ul.navbar-nav > li > a {
        padding: 25px 18px;
    }
    body > .topmarginLay_a {
        height: 176px !important;
    }
    #mainCarousel .carousel-inner > .item {
        height: 500px;
    }
    #mainCarousel .carousel-caption h1 {
        font-size: 50px;
    }
    #mainCarousel .carousel-caption p {
        font-size: 22px;
    }
}
@media (min-width: 768px) {/* 데스크탑, 태블릿 */
    .navbar ul.navbar-nav > li > a::after {
        content: '';
        width: 0;
        height: 1px;
        display: block;
        margin-top: 5px;
        background-color: transparent;
        transition: all 0.5s;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    .navbar ul.navbar-nav > li.opened > a::after {
        width: 100%;
        background-color: #737db5;
    }
}
@media (min-width: 1200px) {  /* 데스크탑 */
    .sub-content .page-title .breadcrumb {width: 1140px;}
}
/******* 모바일 최적화 끝 *******/