@charset "utf-8";
/* @import url(//fonts.googleapis.com/earlyaccess/notosanskr.css); */

@import url(/skin/notokr/notokr.css);
html {
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	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;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */

ol,
ul,
li {
	list-style: none;
	list-style-position: inside;
}

.footer_copy>div,
.sub-layout {
	width: 100%;
	padding: 0;
}

.body-layout {
    padding-top: 80px;
}

.navbar-inverse .container,
.container_contents{
    max-width: 1140px;
}

.intro-html-layout {
	padding: 0;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar~br,
.footer-social-layout,
.footer_copy .text-center>br {
	display: none;
}

.topmarginLay_a {
	display: none;
}

/*메뉴 설정*/

.navbar-inverse {
	margin: 0;
	background: rgba(255, 255, 255, 0.8);
	border: none;
}

.navbar-brand {
    padding: 22px 15px;
}
.navbar-brand img{
    margin-top:0;
}

.navbar-right {
	float: right !important;
	margin: 0 0 0 40px !important;
}

.navbar-inverse .navbar-nav>li>a {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    padding: 32px 22px 32px;
}

.navbar-inverse .navbar-nav>li>a:hover {
	color: #444;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background: none;
    color: #183e7e;
}

.navbar-inverse .dropdown-menu {
    margin: 0;
    padding: 15px 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    left: 0;
    right: auto;
}
.navbar-inverse .dropdown-menu>li>a {
    color: #333;
    font-size: 13px;
    line-height: 1;
    padding: 8px 20px;
}
.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover {
    color: #000;
    background: #f3f3f3;
}

.navbar-inverse .navbar-toggle {
	color: #ddd;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background: #ddd;
}

.navbar-inverse .navbar-toggle .icon-bar {
	color: #ddd;
}


/*햄버거 메뉴*/

.navbar-inverse .navbar-toggle {
	color: #ddd;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background: #ddd;
}

.navbar-inverse .navbar-toggle .icon-bar {
	color: #ddd;
	background: #2384bd;
}

/*메인*/

.carousel-inner>.item {
    height: 450px;
}

.carousel-inner>.item:nth-child(1) { 
	background: url("/skin/img/slide/slide.jpg") no-repeat center/cover;
	overflow: hidden;
}

.carousel-inner>.item:nth-child(2){
	background: url("/skin/img/slide/slide2.jpg") no-repeat center/cover;
	overflow: hidden;
}

.carousel-caption {
    bottom: auto;
    left: 50px;
    top: 50px;
    padding: 0;
}
.carousel-caption h2 {
    text-shadow: none;
    padding: 0;
    color: #183e7e;
    font-size: 30px;
    text-align: left;
    margin: 0 0 15px;
}
.carousel-caption p {
    text-shadow: none;
    padding: 0;
    color: #333;
    font-size: 13px;
    text-align: left;
    line-height: 1.8;
    margin: 0;
}

.carousel-inner>.item:nth-child(2) .carousel-caption h2,
.carousel-inner>.item:nth-child(2) .carousel-caption p{
    color:#fff;
}

.main-indicators .indicators {
    left: 50px !important;
    bottom: 45px;
    z-index: 15;
    padding-left: 0;
    text-align: left;
    list-style: none;
    margin-left: 0 !important;
    margin-bottom: 0;
}
.main-indicators .carousel-indicators li {
    display: inline-block;
    width: 50px !important;
    height: 4px;
    background-color: #fff;
    opacity: 0.8;
    border: none;
    border-radius: 0;
    margin: 0 6px 0 0;
}
.main-indicators .carousel-indicators li.active {
    background-color: #183e7e;
    opacity: 1;
}

@media(min-width:768px) {
}

.mainpage-content {
    padding: 0;
    max-width: 1110px;
}

.mainpage-content h3 {
    color: #183e7e;
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 15px;
    line-height: 1;
}

.mainpage-content p {
    font-size: 13px;
    color: #333;
    line-height: 1.75;
    margin-bottom: 20px;
}
.mainpage-content .row {
    margin: 0;
}

.mainpage-content .col-md-6 {
    padding: 0;
}

.main-menu {
    border-right: 1px solid #ddd;
    padding: 0;
}

.main-menu img {
    float: right;
    margin-top: 35px;
}

.mainpage-content .main-menu > .row > .col-md-6:first-child {
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 45px;
}
.mainpage-content .main-btn {
    padding: 10px 13px;
    background: #fff;
    color: #183e7e;
    border-color: #ddd;
    font-size: 13px;
    text-align: left;
    width: 130px;
    border-radius: 0;
    line-height: 1;
}
.mainpage-content .main-btn:after {
    content: "";
    width: 5px;
    height: 12px;
    background: url(/skin/img/main/main-more-ico.png) no-repeat left center;
    float: right;
}
.mainpage-content .main-btn:hover,
.mainpage-content .main-btn:focus {
    border-color: #aaa;
    background: #fff;
    color: #183e7e;
}
.mainpage-content > .row > .main-menu:last-child {
    border-right: none;
}

.mainpage-content .row > .main-menu:nth-child(1) {
    background: url(/skin/img/main/main-link-bg1.png) no-repeat right bottom;
}
.mainpage-content .row > .main-menu:nth-child(2) {
    background: url(/skin/img/main/main-link-bg2.png) no-repeat right bottom;
}
.mainpage-content .row > .main-menu:nth-child(3) {
    background: url(/skin/img/main/main-link-bg3.png) no-repeat right bottom;
}





/*서브페이지 공통css*/

.sub-layout {
    max-width: 1110px;
    padding: 0;
}

.subpage-header {
    background: url(/skin/img/sub/subtop-bg.jpg) no-repeat center/cover;
    height: 245px;
}

.subpage-header h2 {
    color: #222;
    font-weight: 600;
    font-size: 40px;
    margin: 0;
    padding: 75px 0 0 60px;
}

.subpage-header h2:after {
    content: "THE WORLD BEST WOOKANG High Precision Co., Ltd";
    display: block;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    opacity: 0.75;
    margin-top: 20px;
}

.bread-wrapper .container {
    width: 100%;
    padding: 0;
    position: relative;
}

.breadcrumb {
    padding: 0;
    text-align: right;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 40px;
    font-size: 12px;
    color: #555;
}

.breadcrumb .fa-home {
	content: "/f015";
	font-family: "FontAwesome";
}

.subpage > .container {
    padding: 30px 0 0;
    max-width: 1140px;
    width: 100%;
}

.subpage-content {
    padding-top: 0px;
    padding-bottom: 30px;
}

.subpage-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
}
	
.subpage-content p,
.subpage-content li, 
.subpage-content td {
    color: #222;
    line-height: 1.8;
    font-size: 13px;
}

.submenu {
	padding-right: 30px;
}

.submenu ul {
    margin: 0;
    padding: 0;
}

.submenu li a {
    display: block;
    font-size: 13px;
    color: #222;
    padding: 6px 6px;
    border-bottom: 1px solid #ddd;
}

.submenu ul li.active a,
.submenu ul li.active a:hover,
.submenu ul li.active a:focus {
	color: #183e7e;
    font-weight: 600;
    background: #f3f3f3;
}

.submenu li a:hover,
.submenu li a:focus {
	background: #f3f3f3;
	text-decoration: none;
}

.submenu>h3:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #183e7e;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.submenu h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 30px;
    padding: 12px 0 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.subpage-content > .title {
    font-size: 30px;
    letter-spacing: -0.02em;
    color: #222;
    border-bottom: 1px solid #ccc;
    padding-bottom: 17px;
    margin: 0 0 30px;
}

@media (min-width:768px){
    .submenu{
        width:22%
    }
    .subpage-content {
        width: 78%;
    }
    
}


/*ceo.html*/

.subpage-content p.header-word {
    font-size: 24px;
    letter-spacing: -0.04em;
    line-height: 1.6;
    margin: 0 0 20px;
    font-weight: 500;
    color: #222;
}

.subpage-content p.header-word>strong {
    font-weight: 500;
}

.subpage-content p.header-word>strong.wrapper {
	color: #ef7a13;
}

.subpage-content p.body-word {
    font-size: 13px;
    line-height: 1.8;
    color: #222;
    margin: 0;
    letter-spacing: -0.02em;
}

.subpage-content p.foot-word {
    font-size: 18px;
    font-weight: 600;
    margin:0;
}


#ceo .col-md-5 img {
    margin-top:40px;
    margin-bottom: 40px;
    box-shadow: 15px 15px 0 rgba(0,0,0,0.1);
}

@media (min-width:768px){
    .submenu{
        width:22%
    }
    .subpage-content {
        width: 78%;
    }
    #ceo .col-md-5 img {
        margin-top: 100px;
    }
    
}

/* mananement.html */
#management .col-md-4>h4 {
    font-weight: 600;
    color: #183e7e;
    font-size: 18px;
    border-bottom: 3px solid #ddd;
    margin: 0 0 15px;
    padding: 0 0 15px;
}
#management .slogan {
    margin: 20px 0 20px;
}

#management .slogan h4 {
    font-size: 20px;
    font-weight: 600;
    color: #ef7a13;
    margin: 0 0 20px;
    padding: 0 0px 20px;
    border-bottom: 3px solid #ddd;
    position: relative;
}

#management .slogan h4:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background: #ef7a13;
    bottom: -3px;
    left: 0;
}

#management .slogan p {
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}

#management .col-md-4 .subpage-wrapper {
    padding: 0;
    margin: 0 0 20px;
}
#management .col-md-4 .subpage-wrapper p {
    /* text-align: center; */
    font-size: 14px;
    margin-bottom: 8px;
}

#management .col-md-4 .subpage-wrapper p strong {
    font-size: 16px;
}

/* history.html */

.subpage-content .table-wrapper th,
.subpage-content .table-wrapper td {
	vertical-align: middle;
	text-align: center;
}

.table-history thead th {
    border-bottom: 3px solid #ddd !important;
    border-top: 3px solid #ddd !important;
}

.table-history tbody td {
    text-align:left !important;
    border-bottom: 1px solid #ddd !important;
}

.table-history tbody td.month{
    text-align:center !important;
    font-weight: 600;
}

.table-history tbody th.year {
    color: #183e7e !important;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
}

/* organization.html */

/* certification.html */

#certification .subpage-certification img {
    border: 1px solid #ddd;
}
#certification .cert-des {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding: 10px 0;
}

/* product.html */


.product-table tbody th {
    background: #f3f3f3;
    padding: 10px 0 0 10px !important;
    font-size: 16px;
    word-break: break-word;
}

.subpage-content .subpage-table td {
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
}

/* facility.html */
.facility-table thead th {
    background: #f3f3f3;
    border: 1px solid #ddd !important;
    font-size: 13px;
}
.facility-table tbody th,
.facility-table tbody td {
    font-size: 13px;
    border: 1px solid #ddd;
}
.facility-table tbody .total {
    font-weight: 600;
    text-align: center;
}
.subpage-content .subpage-table td ul li{
   float:left;
   width:calc(100% /2);
}

/* equipment.html & measure.html*/
.subpage-content .equipment-wrapper,
.subpage-content .measure-wrapper
{
	margin-bottom:40px;
}

.subpage-content .equipment-wrapper .clearfix {
    margin-bottom: 30px;
}

/* measure.html */

.measure {
    margin: 0;
    padding: 0;
}

.subpage-content ul.measure li{
	float:left;
	width:50%;
}
.subpage-content p.measure-p {
    font-weight: 600;
    font-size: 20px;
    margin: 0px 0 20px;
}

/* branch.html */
.subpage-content .branch-wrapper {
    margin-top: 30px;
}

/* contact-mail */
.contact-mail-layout .container {
    max-width: 1110px;
    padding: 0;
}

.contact-mail-layout .container > .row {
    padding-top:  30px;
}
#mailForm label {
    font-size: 13px;
    margin: 0 0 10px;
}

#mailForm .form-control {
    font-size: 13px;
    border-radius: 0;
}

#mailForm .btn-primary {
    border-radius: 0;
    background: #183e7e;
    border: none;
    max-width: 200px;
    font-size: 13px;
    padding: 12px 0;
    margin: 80px auto 0;
}

#mailForm .btn-primary:hover,#mailForm .btn-primary:focus {
    background: #222;
}

/* footer */
.footer_copy .container {
    max-width: 1140px;
    margin: 0 auto;
}

.footer {
    background: #fff;
}
.footer p {
    color: #888;
    font-size: 12px;
    line-height: 1.7;
    border-top: 1px solid #ddd;
    padding: 30px;
    margin: 0;
}
#catalog .col-md-6 > a{
    display: block;
    width: fit-content;
    padding: 7px 15px;
    text-align: center;
    background: #183e7e;
    color: #fff;
    margin-top: 10px;
}
#catalog .col-md-6 > a:hover{
    background: #555;
}