@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.5.0/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.5.0/css/v4-shims.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url("/skin/notokr/notokr.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", "Noto Sans KR", "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;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
    display: none;
}
/*가로 100% 레이아웃 정의*/
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout {
    width: 100%;
    padding: 0;
    margin: 0;
}
.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout + .row,
#mailForm,
#insertForm {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
* {
    word-break: keep-all;
}

.li-dash > li,
.li-dot > li,
.li-dash > dd,
.li-dot > dd {
    margin-left: 10px;
    padding-left: 20px;
    position: relative;
}
.li-dash > li:before,
.li-dot > li:before,
.li-dash > dd:before,
.li-dot > dd:before {
    content: "-";
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}
.li-dot > li:before,
.li-dot > dd:before {
    content: "·";
}

/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #fff;
    border-bottom: 1px solid #ddd;
    margin: 0;
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand {
    padding: 0 15px;
    margin: 15px 0 0;
}
.navbar-brand img {
    margin-top: 0;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav > li > a {
    background-color: transparent;
    color: #222;
    font-size: 18px;
    padding: 25px 0px 35px;
    margin: 0 25px 0;
    font-weight: 500;
    letter-spacing: -0.03em;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #0fa0ee;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #0fa0ee;
    background-color: #fff;
}
.navbar-inverse .navbar-nav > li > a:after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover:after,
.navbar-inverse .navbar-nav > li > a:focus:after {
    background: #0fa0ee;
}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
@media (min-width: 768px) {
    .navbar .navbar-nav > .dropdown > .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
    }
}
.navbar .navbar-nav > .dropdown > .dropdown-menu {
    padding: 15px 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ddd;
}
.dropdown-menu > li > a {
    background-color: #ffffff;
    color: #555;
    padding: 8px 20px;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    letter-spacing: -0.03em;
    line-height: 1;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #0fa0ee;
    text-decoration: none;
    background-color: #fff;
}
/* 상단 서브 메뉴 설정 끝*/
/* 푸터 영역 설정 시작 */
.footer_copy .text-center {
    background: #535960;
    color: #fff;
    font-size: 14px;
    text-align: left;
    padding: 60px 0;
    margin: 0;
    letter-spacing: -0.03em;
}
.footer-top {
    max-width: 1170px;
    margin: 0 auto 20px;
    padding: 0 15px;
}
.footer-top ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}
.footer-top ul li {
    float: left;
    display: inline-block;
}
.footer-top ul li a {
    font-size: 16px;
    margin-right: 30px;
    color: #fff;
}
.footer-top ul li:last-child a:after {
    content: "";
}
.footer-middle ul li span {
    opacity: 0.7;
}
.footer-middle {
    max-width: 1170px;
    margin: 0 auto 20px;
    padding: 0 15px;
}
.footer-middle ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    line-height: 1.6;
}
.footer-middle ul li {
    float: left;
    display: inline-block;
    margin-right: 15px;
}
.footer-middle ul li:last-child span:after {
    content: "";
}
.footer-bottom {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.footer-bottom p {
    display: inline-block;
    width: 100%;
    margin: 0;
    opacity: 0.5;
}
.socialArea {
    display: none;
}
@media screen and (max-width: 991px) {
    .footer-top {
        width: 100%;
    }
    .footer-middle {
        width: 100%;
    }
    .footer-bottom {
        width: 100%;
    }
}

.footer-bottom .f_icon {
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer-bottom .f_icon li {
    display: inline;
    margin-right: 10px;
}
.footer-bottom .f_icon li a {
    width: 80%;
}
/* //푸터 영역 설정 끝*/

/*slide*/
.intro-html-layout,
.sub-layout {
    padding-top: 112px;
}
.carousel-inner .item {
    width: 100%;
    height: 750px;
}
.carousel-inner .item:nth-of-type(1) {
    background: url(/skin/img/slide/slide1.jpg) no-repeat center / cover;
}
.carousel-inner .item:nth-of-type(2) {
    background: url(/skin/img/slide/slide2n.jpg) no-repeat center / cover;
}
.carousel-inner .item:nth-of-type(2) .carousel-caption {
    width: 30%;
    left: auto;
    top: auto;
    bottom: 150px;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.carousel-inner .item:nth-of-type(3) {
    background: url(/skin/img/slide/slide3.jpg) no-repeat center / cover;
}
/* .carousel-inner>.item:after{    
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 0;    
	background-image: linear-gradient(to right, #157fbb, rgba(235,238,245,0) );} */
.carousel-caption {
    padding: 0;
    bottom: auto;
    top: 85px;
    text-align: left;
}
.carousel-caption h2 {
    text-align: left;
    font-size: 66px;
    letter-spacing: -0.01em;
    font-weight: 800;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    line-height: 1.13;
    margin: 0;
}
.carousel-caption p {
    text-align: left;
    text-shadow: none;
    font-size: 24px;
    margin: 30px 0 0;
    letter-spacing: -0.03em;
    font-weight: 400;
    position: relative;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.carousel-control {
    width: 12%;
}

.carousel-control .glyphicon {
    display: none;
}
.carousel-control.left {
    background: url(/skin/img/slide/arrow_prev.png) no-repeat center;
}
.carousel-control.right {
    background: url(/skin/img/slide/arrow_next.png) no-repeat center;
}

.carousel-indicators {
    margin-bottom: 0;
    bottom: 45px;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    border: none;
    margin: 0 8px 0;
    background: #fff;
}

.carousel-indicators li.active {
    width: 14px;
    height: 14px;
    border: none;
    background: #32b7ff;
    margin: 0 8px 0;
}

/*main*/

.main-business {
    padding: 60px 0;
}

.main-business .main_business_title_area {
    padding-right: 0;
}

.main-business .main_business_content_area {
    padding-left: 30px;
}

.main-business .main_business_content_area .row {
    margin-left: -5px;
    margin-right: -5px;
}

.main-business .main_business_content_area .row > div {
    padding: 0 5px;
}

.main-business .main_con_title {
    background: #0c5ab9;
    padding: 40px 35px 45px;
    color: #fff;
    min-height: 315px;
}
.main-business .main_con_title h3 {
    font-size: 38px;
    line-height: 1;
    margin: 0 0 20px;
}
.main-business .main_con_title p {
    font-weight: 300;
    letter-spacing: -0.03em;
    margin-bottom: 30px;
    line-height: 1.8;
    font-size: 16px;
    opacity: 0.7;
}
.main-business .main_con_title a {
    color: #32b7ff;
    font-weight: 600;
    box-shadow: none !important;
    letter-spacing: 0.2em;
    border-bottom: 3px solid;
    padding-bottom: 5px;
    width: 160px;
    display: inline-block;
    transition: all ease 0.3s;
}
.main-business .main_con_title a:hover {
    text-decoration: none;
    opacity: 0.5;
}
.main-business .main_business_content_area a {
    border: 1px solid #ddd;
    min-height: 315px;
    display: block;
    position: relative;
    transition: all ease 0.3s;
    background: #fff;
}
.main-business .main_business_content_area .inner {
    padding: 1px;
    background: #fff;
    transition: all ease 0.3s;
}
.main-business .main_business_content_area a p {
    color: #222;
    font-size: 22px;
    font-weight: 500;
    padding: 20px;
    left: 25px;
    top: 22px;
    margin-bottom: 0;
    /* letter-spacing: -0.03em; */
    /* position: absolute; */
    line-height: 1;
}
.main-business .main_business_content_area img {
    /* position: absolute; */
    bottom: 0;
    left: 0;
}
.main-business .main_business_content_area .inner:hover {
    background: #32b7ff;
}
.main-business .main_business_content_area .inner:hover a {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
    border-color: #32b7ff;
}
/* ==================== sub 공통 ==================== */
.subContent {
    padding: 80px 0 100px;
}

/* table */
.subContent .table.table-type03 {
    margin: 0 0 20px;
    border-top: 1px solid #999;
}
.subContent .table.table-type03 tr th,
.subContent .table.table-type03 tr td {
    padding: 15px;
    border-bottom: 1px solid #ddd !important;
    letter-spacing: -0.03em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 16px;
}
.subContent .table.table-type03 tr th {
    color: #222;
    background: #f8f8f8;
    text-align: center;
    font-weight: 500;
}
.subContent .table.table-type03 thead tr th {
    background: #f0f0f0;
    border-bottom: 1px solid #999 !important;
}
.subContent .table.table-type03 tr td {
    color: #666;
}

/* title */
.subContent .subTitle .col-md-12 {
    text-align: center;
}

/* subTop */
.subTop {
    width: 100%;
    height: 320px;
    background: url(/skin/img/sub/subTop.jpg) no-repeat center / cover;
    text-align: center;
    padding-top: 90px;
}
.subTop h2 {
    font-size: 52px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.03em;
    margin: 0 0 0;
}
.subTop p {
    font-size: 20px;
    color: #fff;
    letter-spacing: -0.03em;
    margin: 15px 0 0;
}
.bread {
    background: rgba(26, 89, 168, 0.88);
    margin-top: -55px;
    height: 55px;
}
.breadcrumb {
    margin-bottom: 0;
    padding: 17px 15px;
    height: 55px;
    background: none;
    color: #fff;
    font-size: 15px;
    letter-spacing: -0.03em;
    font-weight: 300;
}
.breadcrumb li a {
    color: #fff;
    font-size: 15px;
    letter-spacing: -0.03em;
    font-weight: 300;
}
.breadcrumb li.active {
    color: #fff;
    font-weight: 600;
}
.breadcrumb > li + li:before {
    content: "\f0da";
    font-family: fontAwesome;
    font-size: 12px;
    padding: 0 15px;
    color: #fff;
    opacity: 0.5;
}

/* content */
.subTitle {
    margin-bottom: 60px;
}
.subContent h3 {
    font-size: 38px;
    color: #222;
    text-align: center;
    font-weight: 500;
    position: relative;
    letter-spacing: -0.02em;
    margin: 0;
    line-height: 1;
}

.subContent p {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1.85;
    color: #666;
}
.subContent h4 {
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #222;
    letter-spacing: -0.03em;
    line-height: 1.3;
}
.subContent h5 {
    font-size: 20px;
    letter-spacing: -0.03em;
    position: relative;
    color: #1055aa;
    margin: 0 0 15px;
    line-height: 1.3;
}
.subContent ul {
    padding-left: 0;
    margin-bottom: 0;
}
.subContent li {
    position: relative;
    font-size: 16px;
    color: #666;
    letter-spacing: -0.03em;
    line-height: 1.6;
    margin-bottom: 5px;
}
.img-bd {
    border: 1px solid #ddd;
}
.subContent .numbering {
    font-weight: 600;
    background: #0f56aa;
    color: #fff;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    text-align: center;
}
.subContent .con {
    margin-bottom: 80px;
}
.subContent .con:last-child {
    margin-bottom: 0;
}

.subContent .section_mg {
    margin-bottom: 40px;
}

.subContent .nav-pills {
    margin-bottom: 60px;
}
.subContent .nav-pills li a {
    padding: 13px 0;
    font-size: 18px;
    background: #fff;
    letter-spacing: -0.03em;
    border-radius: 0;
    color: #666;
    border: 1px solid #ddd;
    transition: all ease 0.3s;
    margin: 0 3px;
}
.subContent .nav-pills li.active a,
.subContent .nav-pills li.active a:hover,
.subContent .nav-pills li.active a:focus {
    color: #fff;
    background: #0fa0ee;
    border-color: #0fa0ee;
}
.subContent .nav-pills li a:hover {
    border: 1px solid #0fa0ee;
    color: #0fa0ee;
}

.conTopText {
    text-align: center;
    margin-bottom: 40px;
}
.conTopText .top {
    font-size: 24px;
    margin: 0 0 30px;
    color: #0c5ab9;
    letter-spacing: -0.03em;
    line-height: 1.3;
}
.conTopText p {
    font-size: 18px;
    letter-spacing: -0.03em;
    color: #666;
    margin: 0;
    line-height: 1.7;
}
.conTopText .color_x {
    color: #666;
}

/* ---------- company ---------- */

/* company01 */
#comapny01 .con1 .table {
    border-top: none;
    margin: 30px 0 0;
}
#comapny01 .con1 .table th {
    text-align: left;
    background: #fff;
    padding-left: 20px !important;
    position: relative;
}
#comapny01 .con1 .table th:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #888;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 25px;
}

/* company02 */
#comapny02 .con1 p {
    margin-bottom: 35px;
}
#comapny02 .con1 .col-md-7 > p:first-child {
    margin-top: 20px;
}
#comapny02 .con1 p strong {
    color: #1a59a8;
    font-weight: 500;
}
#comapny02 .ceo_area img {
    float: right;
}
#comapny02 .ceo_area p {
    float: right;
    margin: 20px 0 0;
}
#comapny02 .ceo_area p img {
    max-width: 200px;
}
#comapny02 .ceo_area p span {
    display: inline-block;
    color: #1a59a8;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 3px solid #1a59a8;
    line-height: 1;
    padding-bottom: 8px;
    width: 175px;
    margin: 12px 25px 0 0;
}

/* company03 - history */
.history_table_area {
    background: url(/skin/img/sub/company03.jpg) no-repeat center top;
    padding-top: 220px;
}
.wrap_history_table {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 30px 0px 0;
}
.history-table {
    border-top: none;
    background: #fff;
    max-width: 500px;
    margin: 0px auto 0;
}
.history-table.table-style tr {
    border-bottom: none !important;
}
.history-table.table-style tr th,
.history-table.table-style tr td {
    border-bottom: none !important;
    padding: 25px !important;
    vertical-align: middle;
}
.history-table.table-style tr td ul {
    margin-bottom: 0;
}
.history-table.table-style tr td li {
    font-size: 18px;
    letter-spacing: -0.03em;
    color: #666;
}
.history-table.table-style tr th {
    position: relative;
    border-right: 1px solid #ddd;
    font-size: 34px;
    color: #0fa0ee;
    font-weight: 400;
    text-align: center;
}
.history-table.table-style tr th:after {
    content: "";
    display: block;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translatey(-50%);
    width: 10px;
    height: 10px;
    border: 2px solid #0fa0ee;
    border-radius: 50%;
    background: #fff;
}
.history-table.table-style tr td li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #888;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 11px;
}

/* company04 */
#comp4_1 .wrap_dl {
    margin: 0;
    overflow: hidden;
    border: 1px solid #ddd;
    border-right: none;
    text-align: center;
}
#comp4_1 dl {
    border-right: 1px solid #e3e3e3;
    margin: 0;
    padding: 50px 0px;
    width: 33.3%;
    float: left;
    min-height: 250px;
}
#comp4_1 dl dt {
    color: #1055aa;
    font-size: 18px;
    font-weight: 500;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}
#comp4_1 dl dt .numbering {
    display: block;
    font-size: 30px;
    width: 50px;
    height: 50px;
    background: #0f56aa;
    margin: 0 auto 20px;
    line-height: 50px;
    color: #fff;
    font-weight: 300;
}
#comp4_1 dl dd {
    text-align: center;
    line-height: 1.6;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #666;
}
#comp4_2 p b {
    color: #dc2809;
    font-weight: 400;
}
#comp4_2 .con1 h5 {
    margin-top: 30px;
}
#comp4_2 .con1 img {
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #e3e3e3;
}

#comp4_2 .partner_box {
    margin-top: 30px;
    background: url(/skin/img/sub/company04_6.jpg) no-repeat center center;
    padding: 35px 40px;
    min-height: 480px;
}
#comp4_2 .wrap_partner_content {
    max-width: 550px;
}
#comp4_2 .wrap_partner_content p {
    font-size: 28px;
    margin: 0 0 20px;
    color: #0c5ab9;
    letter-spacing: -0.03em;
    line-height: 1.3;
}
#comp4_2 .wrap_partner_content dl {
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: -0.03em;
}
#comp4_2 .dl-horizontal dt {
    width: 120px;
    text-align: left;
}
#comp4_2 .dl-horizontal dd {
    margin-left: 120px;
    font-weight: 400;
    color: #222;
    line-height: 1.6;
}

/* company05 */
#comapny05 .con1 img {
    padding: 20px 10px;
}
#comapny05 .con1 a {
    display: block;
    transition: all ease 0.3s;
    border: 1px solid #ddd;
}
#comapny05 .con1 a:hover {
    border: 1px solid #0fa0ee;
}

/* company06 */
#comapny06 .table {
    margin: 20px 0 0;
}
#comapny06 tr td strong {
    display: block;
    font-size: 16px;
    color: #222;
    font-weight: 500;
    margin-bottom: 5px;
}
#comapny06 tr td strong i {
    color: #0fa0ee;
    display: inline-block;
    margin-right: 3px;
}

#comapny06 tr td strong:nth-of-type(2) {
    margin-top: 15px;
}

/* --------- process ---------- */
#process .process_box {
    width: 220px;
    height: 220px;
    position: relative;
    padding: 45px 20px 20px;
    margin: 0 auto 50px;
    border-radius: 50%;
}
#process .process_box p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1;
    margin: 10px 0 0;
}
#process .process_box:after {
    content: "\f105";
    font-family: "fontAwesome";
    position: absolute;
    top: 50%;
    margin-top: -36px;
    right: -48px;
    font-size: 50px;
    color: #d0d0d0;
}
#process .con1 div:last-child .process_box:after {
    content: "";
}

#process .process_box.box1 {
    background: #5eb5e4;
}
#process .process_box.box2 {
    background: #4b98d0;
}
#process .process_box.box3 {
    background: #3986ca;
}
#process .process_box.box4 {
    background: #316cb9;
}
#process .process_box.box5 {
    background: #2b67b3;
}
#process .process_box.box6 {
    background: #2e56a0;
}
#process .process_box.box7 {
    background: #264c92;
}
#process .process_box.box8 {
    background: #224179;
}
#process .con2 .process_text {
    font-size: 18px;
    text-align: center;
    padding: 20px;
    letter-spacing: -0.03em;
    border: 1px solid #ddd;
    color: #222;
}
#process .con2 .process_text span {
    padding: 0 5px;
    color: #0f56aa;
}
#process .con2 .col-md-12 p:nth-of-type(2) {
    margin-bottom: 40px;
}
#process .con2 .col-md-12 p:nth-of-type(2) span {
    color: #dc2809;
}
@media (min-width: 768px) {
    #process .con2 .col-md-3 {
        width: 20%;
    }
}
#process .con2 dl dt {
    font-size: 18px;
    letter-spacing: -0.03em;
    margin-bottom: 25px;
    padding-bottom: 15px;
    color: #1055aa;
    font-weight: 500;
    border-bottom: 3px solid #1055aa;
}
#process .con2 dl dd {
    margin-bottom: 25px;
    font-size: 14px;
    letter-spacing: -0.03em;
    line-height: 1.6;
    color: #666;
}
#process .con2 dl dd:last-child {
    margin-bottom: 0;
}
#process .con2 dl dd span {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #222;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
    line-height: 1;
}

/*---------- business ----------*/

/* business01 */
#business01 .con1 .col-md-12 p {
    color: #222;
    font-size: 18px;
    padding: 0;
}
#business01 .con1 .col-md-12 p span {
    padding: 0 5px;
    color: #0f56aa;
}
#business01 .con1 .col-md-12 p span:last-child {
    color: #dc2809;
}
#business01 .con .col-md-12 .busi_title {
    font-size: 20px;
    color: #222;
    position: relative;
    padding-left: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}
#business01 .con .col-md-12 .busi_title:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 3px solid #0fa0ee;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}
#business01 #busi01_3 img + p {
    text-align: center;
    color: #222;
    font-size: 16px;
    margin: 10px 0 30px;
}
#business01 #busi01_3 img,
#business01 #busi01_2 img {
    /* border: 1px solid #ddd; */
    padding: 15px 25px;
}
#business01 #busi01_2 img {
    margin-bottom: 30px;
}
.table.busi_table tr td {
    text-align: center;
    border: 1px solid #ddd !important;
    padding: 10px !important;
    letter-spacing: -0.04em;
}
.table.busi_table tr td,
.table.busi_table tr th {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 14px !important;
    padding: 12px 12px !important;
}

#busi01_3 .con6 dl dt,
#busi01_3 .con7 dl dt {
    font-size: 18px;
    letter-spacing: -0.03em;
    margin-bottom: 25px;
    padding-bottom: 15px;
    color: #1055aa;
    font-weight: 500;
    border-bottom: 3px solid #1055aa;
}
#busi01_3 .con7 dl {
    margin: 20px 0 0;
}
#busi01_3 .con7 dl dt {
    display: inline-block;
}
#busi01_3 .con6 dl dd,
#busi01_3 .con7 dl dd {
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1.6;
    color: #222;
}
#busi01_3 .con6 dl dd ul {
    margin-top: 8px;
}
#busi01_3 .con6 dl dd ul li {
    text-indent: 15px;
    font-size: 14px;
}

/*---------- equipment ----------*/

/* equipment */
.equipment ul {
    padding-top: 20px;
}
.equipment ul > li {
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 16px;
    letter-spacing: -0.03em;
}
.equipment ul > li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #888;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 11px;
}
.equipment ul li strong {
    font-weight: 500;
    color: #222;
}
.equipment .con ol {
    padding-left: 15px;
    margin: 7px 0 18px;
}
.equipment .con ol li {
    font-size: 14px;
}
.equipment .con .nodash:before {
    content: "";
}
@media (min-width: 768px) {
    #equipment07 .con2 .col-md-2 {
        width: 12.5%;
    }
}
#equipment07 .con2 p {
    text-align: center;
    font-weight: 500;
    background: #f8f8f8;
    color: #222;
    border-radius: 50%;
    position: relative;
    width: 115px;
    height: 115px;
    font-size: 18px;
    padding: 40px 0 0;
}
#equipment07 .con2 > div:first-child p {
    background: #999;
    color: #fff;
}
#equipment07 .con2 > div:last-child p {
    background: #0fa0ee;
    color: #fff;
}
#equipment07 .con2 p:after {
    content: "\f105";
    position: absolute;
    right: -22px;
    top: 50%;
    margin-top: -30px;
    font-size: 32px;
    color: #d0d0d0;
    font-family: "fontAwesome";
}
#equipment07 .con2 > div:last-child p:after {
    content: none;
}

/*---------- cutomer ----------*/
#customer01 .cuscon2_bg {
    text-align: center;
    padding: 40px 40px 45px;
    background: #f8f8f8;
    border: 1px solid #ddd;
}
#customer01 .cuscon2_bg p {
    font-size: 18px;
    margin-top: 10px;
}
#customer01 .cuscon2_bg a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background: #0fa0ee;
    padding: 15px 20px;
    width: 180px;
    margin-top: 20px;
    display: inline-block;
    transition: all ease 0.3s;
}
#customer01 .cuscon2_bg a:hover {
    background: #0c5ab9;
}
/*----------recruit----------*/
.recruitment_welfare {
    margin: 0;
    border: 1px solid #e3e3e3;
}
.recruitment_welfare > div {
    border-right: 1px solid #e3e3e3;
    margin: 0;
    padding: 50px 30px;
    float: left;
    min-height: 270px;
}
.recruitment_welfare > div:last-child {
    border-right: none;
}

#recruitment01 .con1 i,
#recruitment02 .con1 i {
    text-align: center;
    display: block;
    font-size: 60px;
    margin-bottom: 20px;
    color: #0f56aa;
}
#recruitment01 .con1 dl {
    margin: 0;
}
#recruitment01 .con1 dl dt,
#recruitment02 .con1 dl dt {
    margin-bottom: 10px;
    color: #1055aa;
    font-size: 18px;
    font-weight: 500;
    display: block;
    text-align: center;
}
#recruitment01 .con1 dl dd,
#recruitment02 .con1 dl dd {
    text-align: center;
    line-height: 1.6;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #666;
}
#recruitment02 .recruitprocess {
    padding: 40px 20px;
    margin: 0;
    border: 1px solid #e3e3e3;
}
#recruitment02 .con1 .row > div {
    padding: 0 20px;
    text-align: left;
}

#recruitment02 .con1 i {
    text-align: left;
    font-size: 50px;
}
#recruitment02 .con1 dl {
    margin-bottom: 0;
}
#recruitment02 .con1 dl dt {
    text-align: left;
}
#recruitment02 .con1 dl dd {
    font-size: 14px;
    text-align: left;
}
#recruitment02 .con1 .row > div:after {
    content: "\f105";
    position: absolute;
    right: 0px;
    top: 100px;
    margin-top: -30px;
    font-size: 32px;
    color: #d0d0d0;
    font-family: "fontAwesome";
}
#recruitment02 .con1 .row > div:last-child:after {
    content: none;
}

#recruitment02 .con3 ul {
    border: 1px solid #ddd;
    background: #f8f8f8;
    padding: 40px 30px;
    border-bottom: none;
}
#recruitment02 .con3 ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #0f56aa;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 11px;
}
#recruitment02 .con3 ul li span,
#recruitment02 .con3 p span {
    font-weight: 500;
    color: #222;
}
#recruitment02 .con3 ul + p {
    padding: 10px 55px;
    border: 1px solid #ddd;
    border-top: 1px dashed #ddd;
    background: #f0f0f0;
}
#recruitment02 .con3 ul + p small {
    font-size: 16px;
}

/* ---------- main board ---------- */

.intro-board-widget-layout {
    padding-bottom: 60px;
    max-width: 1190px;
}

.intro-boardbox {
    padding: 0 20px;
}

@media (min-width: 768px) {
    .intro-boardbox {
        width: 50%;
    }
}

.intro-boardbox {
    width: 50%;
    padding: 0 20px;
}

.intro-boardbox .page-header {
    padding: 0;
    margin: 0 0 15px;
    border-bottom: none;
}

.intro-boardbox .page-header h4 {
    margin: 0;
    color: #222;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.03em;
}

.intro-boardbox .page-header h4 .btn {
    padding: 5px 0 0;
    margin: 0;
    line-height: 1;
}

.intro-boardbox .page-header h4 .btn:hover,
.intro-boardbox .page-header h4 .btn:active {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.intro-boardbox .page-header h4 .btn .fa-plus:before {
    content: url("/skin/img/default/board-plus-icon.png");
}

/* ---------- 게시판 리스트 설정 ---------- */

.intro-boardbox .front-panel > .panel {
    padding: 0;
    border: none;
    border-radius: 0px;
    background: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.intro-boardbox .panel-body {
    padding: 0;
}

.dh-front-list2-words {
    margin: 0 !important;
    padding: 0;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
    color: #666;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -0.03em;
    padding: 8px 0;
}

.dh-front-list2 h6 a:hover span {
    text-decoration: none;
}

.dh-front-list2 h6 a:hover .list-row-subject {
    color: #0fa0ee;
    text-decoration: underline;
}

.dh-front-list2-words:first-child {
    margin: auto;
}

.list-row-subject {
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 380px;
    white-space: nowrap;
    padding-left: 20px !important;
}

.list-row-subject:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #888;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 14px;
}

.row-separator {
    display: none;
}

.list-row-regdate {
    float: right;
    color: #999 !important;
}

.list-row-contents {
    display: none;
}
.intro-boardbox .label-danger {
    padding: 2px 4px !important;
    position: relative;
    top: 7px;
    font-weight: 600;
    color: #dc2809 !important;
}

.intro_loca {
    padding: 0;
    margin: 0 -5px 0;
}
.intro_loca > div {
    padding: 0 5px;
    transition: all ease 0.3s;
}
.intro_loca > div > a {
    background: #f8f8f8;
    display: block;
    padding: 35px 10px;
    text-decoration: none;
}
.intro_loca i {
    font-size: 40px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    color: #0fa0ee;
    transition: all ease 0.3s;
}
.intro_loca h4 {
    font-size: 18px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #222;
    transition: all ease 0.3s;
}
.intro_loca p {
    font-size: 14px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #222;
    margin: 0;
    opacity: 0.8;
    transition: all ease 0.3s;
}

.intro_loca > div > a:hover {
    background: #0fa0ee;
    color: #fff;
}
.intro_loca a:hover i {
    color: #fff;
}
.intro_loca > div > a:hover h4,
.intro_loca > div > a:hover p {
    color: #fff;
}

/* //메인 페이지 설정 끝 */

/* ---------- subpage board ---------- */
.dh-board > .table-hover {
    border-top: 1px solid #999;
    border-bottom: 1px solid #ddd;
    margin: 0;
}
.dh-board > .table-hover tr th,
.dh-board > .table-hover tr td {
    padding: 15px 15px;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.dh-board > .table-hover tr th {
    color: #222;
    background: #f0f0f0;
    border-bottom: 1px solid #999;
}
.dh-board > .table-hover tr td {
    border-bottom: 1px solid #ddd;
    font-weight: 400;
    color: #666;
}
.dh-board > .table-hover tr td strong a {
    color: #666;
    font-weight: 400;
}
.dh-board > .table-hover tr:hover {
    background: #fff;
}

.dh-board > .table-hover tr td strong a:hover {
    color: #0fa0ee;
    text-decoration: underline;
}

/* subpage board view */
.dh-view-box {
    margin-top: 0;
}
.dh-view-box > .row > .page-header h4 {
    padding: 15px 10px;
    font-size: 28px;
    font-weight: 500;
    margin: 0;
    color: #222;
    letter-spacing: -0.03em;
    line-height: 1.3;
}
.dh-view-box > .row > .page-header {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 0;
    margin: 0;
}
.content_wrap .page-header h4:before {
    content: none;
}
.dh-view-box > .row > .dh-view-info {
    background: #fff;
}
.dh-view-box > .row > .dh-view-info > span {
    padding: 0 15px 0 0;
}
.dh-view-box > .row > .dh-view-info > span > strong {
    color: #555;
    padding: 0 5px 0 0;
}
.dh-view-box .dh-attach {
    padding: 40px 10px 0;
}
.dh-view-box .dh-attach h6 {
    margin: 0;
    padding: 0;
}
.dh-view-box > .row:nth-child(2) > div:nth-child(3) {
    padding: 30px 40px 40px !important;
}

.pagination > li > a,
.pagination > li > span {
    border: 1px solid #ddd;
    border-radius: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #888 !important;
    font-size: 16px;
}

/* subpage board pagination */

.pagination > li:last-child > a {
    margin-left: 15px;
}

.pagination > li:first-child > a {
    margin-right: 15px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: #0c5ab9;
    border: 1px solid #0c5ab9;
    color: #fff !important;
    font-weight: 600;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-color: #bbb;
    background: #fff;
}

#insertForm .input-group .btn {
    border-radius: 0;
    border-color: #ddd;
    font-size: 15px;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #ddd;
    font-size: 16px;
    height: auto;
}

#insertForm .input-group #btnNew {
    background: #0c5ab9;
    border: 1px solid #0c5ab9;
}

.dh-margin-top {
    margin-top: 30px;
    display: inline-block;
}

.label {
    background: transparent;
    padding: 0px 5px 0px;
    font-size: 90%;
}
.label-danger {
    color: #dc2809;
}
.label-primary {
    color: #dc2809;
}
.dh-margin-top form#insertForm {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 0 0;
}
.btnRead {
    font-weight: 500;
}
.btn-default,
.btn-primary,
.btn-danger {
    background-image: none;
}
.btn-group,
.btn-group-vertical {
    margin: 10px 0 30px;
}

.dh-view-box {
    padding: 0 15px;
}
.sns-box {
    display: none;
}

.bbs-list-index-layout .subContent,
.bbs-list-view-layout .subContent,
.bbs-list-edit-layout .subContent,
.bbs-list-add-layout .subContent {
    padding-bottom: 0;
}
.bbs-list-index-layout,
.bbs-list-view-layout,
.bbs-list-edit-layout,
.bbs-list-add-layout {
    padding-bottom: 80px;
}

/*----------준비중----------*/
.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;
}

/* ---------- login ----------*/

.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #fff;
    padding: 40px 15px 70px;
}
.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: none;
    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;
    color: #666;
    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;
    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: #666;
    font-size: 15px;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus {
    border-color: #aaa;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #0fa0ee;
    border-radius: 0px;
    border: none;
    font-size: 16px;
    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: #0c5ab9;
}
.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;
    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 > 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;
    }
}

/*2018-12-12*/
.carousel-caption a {
    display: inline-block;
    text-align: left;
    color: #1154a5;
    text-shadow: none;
    background: rgba(255, 255, 255, 0.6);
    font-size: 17px;
    font-weight: 500;
    padding: 10px 20px;
    border: 1px solid #fff;
    margin-top: 35px;
    text-decoration: none;
}
.carousel-caption a:hover {
    background: #fff;
}
#comapny02.en .con1 p {
    letter-spacing: 0.03em;
    font-weight: 300;
    color: #000;
}
.subPage.en .conTopText .color_x {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.05em;
}
.subPage.en .subTop h2 {
    font-size: 46px;
    letter-spacing: 0.05em;
}
.subPage.en .subTop h2 {
    font-size: 46px;
    letter-spacing: 0.05em;
}
.subPage.en .subTop p {
    letter-spacing: 0.03em;
}
.en .history-table.table-style tr td li {
    font-size: 16px;
}
.en#process .subContent h3,
#business03.en .subContent h3 {
    margin-bottom: 30px;
}
.en#process .subContent h4 {
    margin-bottom: 30px;
}
#process.en .con2 .process_text {
    margin-bottom: 40px;
}
#business01.en #busi01_1 .con1 .col-md-12 p {
    font-size: 16px;
}
#business01.en #busi01_3 img {
    margin-bottom: 30px;
}
.equipment.en ul > li {
    font-size: 15px;
}
#equipment07.en .con2 .col-md-2:nth-of-type(3) p {
    padding-top: 35px;
    line-height: 1.2;
}
#equipment07.en .con2 .col-md-2:nth-of-type(3) p:after {
    margin-top: -20px;
}
.menuTop {
    padding: 10px 0 0;
}
.menuTop .col-md-12 {
    padding: 0;
}
.menuTop button {
    float: right;
    padding: 6px 10px;
    background: #fff;
    border-bottom: none;
    border-top: none;
    font-size: 11px;
    border: 1px solid #ccc;
    color: #666;
    line-height: 1;
}
.menuTop .lang-e-btn {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-left: none;
}
.menuTop .lang-k-btn {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-right: none;
}
.menuTop button.active,
.menuTop button.active:focus,
.menuTop button.hover {
    background: #0c5ab9;
    color: #fff;
    border-color: #0c5ab9;
}
.menuTop button:hover,
.menuTop button:focus {
    background: #f3f3f3;
    color: #222;
}
.menuTop button[disabled="disabled"]:hover {
    background: #0c5ab9;
    color: #fff;
}
/*2018-12-28*/
#recruitment01.en .recruitment_welfare > div {
    min-height: 340px;
}
#recruitment02 .con2 .table-type03 {
    border: 1px solid #ddd;
    border-top: 1px solid #999;
}
#recruitment02 .con2 .table-type03 tr td[rowspan="4"],
#recruitment02 .subContent .table.table-type03 thead tr th:nth-of-type(2) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

/*모바일 - 2019-01-07*/
@media (max-width: 767px) {
    .carousel-inner .item {
        height: 400px;
    }
    .carousel-caption {
        top: 40px;
        left: 13%;
    }
    .carousel-caption a {
        font-size: 15px;
    }
    .carousel-caption p {
        font-size: 19px;
    }
    .carousel-caption h2 {
        font-size: 42px;
        letter-spacing: -0.03em;
    }
    .carousel-indicators {
        bottom: 10px;
    }
    .main-business .main_business_title_area {
        padding-right: 15px;
    }
    .main-business .main_business_content_area .row > div {
        padding: 0 15px;
    }
    .main-business .main_business_content_area .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .main-business .main_business_content_area {
        padding-left: 15px;
    }
    .main-business .main_business_content_area .inner {
        padding: 0;
    }
    .main-business .main_business_content_area img {
        position: relative;
    }
    .main_business_title_area {
        margin-bottom: 20px;
    }
    .main_business_content_area .col-md-4 {
        margin-bottom: 20px;
    }
    .intro-boardbox {
        width: 100%;
        padding: 0 15px;
    }

    .footer-top ul li a {
        margin-right: 25px;
    }
    .footer-top ul li:last-child a {
        margin-right: 0;
    }
    .intro_loca .col-md-4 {
        margin-bottom: 20px;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #0c5ab9;
    }
    .navbar-inverse .navbar-brand {
        margin-bottom: 20px;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #0c5ab9;
        margin-top: 18px;
    }
    .subTop {
        height: 250px;
        padding-top: 50px;
    }
    .subTop h2 {
        font-size: 45px;
        font-weight: 500;
    }
    .subTop p {
        font-size: 18px;
    }
    #comapny01 .con1 .table {
        margin: 0;
    }
    #comapny01 .con1 .col-md-5 {
        margin-bottom: 20px;
    }
    #comapny02 .ceo_area p img {
        float: none;
        max-width: 180px;
        margin-top: 10px;
    }
    .history_table_area {
        padding-top: 0;
    }
    .history-table.table-style tr td li {
        font-size: 15px;
    }
    #comp4_1 dl {
        width: 100%;
        border: 1px solid #e3e3e3;
        float: none;
        margin-bottom: 20px;
    }
    #comp4_1 .wrap_dl {
        border: none;
    }
    #comp4_1 .con1 div:nth-of-type(3) .numbering {
        position: absolute;
        left: 0;
        top: 0;
    }
    #comp4_1 .con1 div:nth-of-type(3) li {
        padding-left: 32px;
    }
    #comp4_2 .con1 img {
        margin-bottom: 20px;
    }
    #comp4_2 .partner_box {
        padding: 10px 15px;
    }
    #comp4_2 .dl-horizontal dd {
        margin-left: 0;
        margin-left: 0;
        font-size: 15px;
        margin-top: 5px;
    }
    #comp4_2 .partner_box {
        padding: 0;
    }
    #comp4_2 .wrap_partner_content {
        max-width: 100%;
        margin-top: 10px;
        background: rgba(255, 255, 255, 0.55);
        padding: 14px 10px;
    }
    #comapny05 .con1 .col-md-3 {
        margin-bottom: 20px;
    }
    #process .process_box:after {
        content: "\f105";
        font-family: "fontAwesome";
        position: absolute;
        top: auto;
        margin-top: 0;
        right: auto;
        font-size: 50px;
        color: #d0d0d0;
        bottom: -27%;
        left: 47%;
        transform: rotate(90deg);
    }
    #process .con2 .col-md-3 {
        margin-bottom: 50px;
    }
    #busi01_1 img,
    #busi01_3 img,
    #business02 img,
    #business03 img,
    #equipment04 img,
    #equipment08 img {
        margin-bottom: 20px;
    }
    .subContent .table.table-type03 {
        margin-bottom: 0;
    }
    #equipment07 .con2 p:after {
        right: -25%;
    }
    #equipment07 .con2 > div p {
        margin: 0 auto;
    }
    #equipment07 .con2 .col-md-2.col-xs-6 {
        margin-bottom: 20px;
    }
    #equipment07 img {
        margin-bottom: 20px;
    }
    .recruitment_welfare {
        border: none;
    }
    .recruitment_welfare > div {
        border: 1px solid #e3e3e3;
        margin-bottom: 20px;
        float: none;
    }
    .recruitment_welfare > div:last-child {
        border-right: 1px solid #e3e3e3;
    }
    #recruitment02 .con3 ul {
        padding: 40px 0px;
    }
    #recruitment02 .con1 .row > div {
        padding: 40px 30px;
        text-align: left;
        border: 1px solid #e3e3e3;
        margin-bottom: 60px;
    }
    #recruitment02 .recruitprocess {
        padding: 40px 0;
        margin: 0;
        border: none;
    }
    #recruitment02 .con1 .row > div:after {
        bottom: -23%;
        right: auto;
        left: 50%;
        transform: rotate(90deg);
        top: auto;
        margin-top: 0;
    }
    .en.carousel-caption p {
        font-size: 17px;
    }
    .en.subPage .subTop p {
        font-size: 15px;
    }
    .en.subPage .subTop {
        padding-top: 38px;
    }
    #comapny04.en .breadcrumb {
        padding: 17px 0;
    }
    #comapny04.en #comp4_2 .wrap_partner_content p {
        font-size: 20px;
    }
    #comapny04.en #comp4_2 .partner_box {
        min-height: 500px;
        background-position: center top;
        background-size: cover;
    }
    #process.en .subTop h2 {
        font-size: 38px;
    }
    #process.en .breadcrumb,
    #business03.en .breadcrumb,
    #recruitment02.en .breadcrumb {
        font-size: 14px;
        padding: 17px 0;
    }
    #process.en .breadcrumb li a {
        font-size: 14px;
    }
    #business03.en .breadcrumb li a,
    .equipment.en .breadcrumb li a,
    .equipment.en .breadcrumb {
        font-size: 13px;
    }
    .equipment.en .breadcrumb {
        padding: 17px 0;
    }
    #business01.en .con1 .col-md-12 p span {
        display: inline-block;
    }
    #equipment03.en .breadcrumb,
    #equipment10.en .breadcrumb {
        padding: 8px 0;
    }
    #equipment07.en .con2 {
        padding-right: 30px;
    }
    #recruitment01.en .recruitment_welfare > div {
        min-height: 300px;
    }
    #customer01.en .subTop h2,
    #news.en .subTop h2 {
        font-size: 42px;
    }
    #customer01.en .cuscon2_bg {
        padding: 40px 32px 45px;
    }
    .text-bbs6 .dh-board {
        overflow: hidden;
    }
}
