@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

.body-layout {
    background-color: #fff;
    word-break: keep-all !important;
    padding-top: 109px;
}

/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: 'notokr', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif;
    letter-spacing: -0.034em;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

@media (max-width: 767px) {
    .body-layout {
        padding-top: 92px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}

.navbar .caret,
.navbar .divider-vertical,
.navbar~br,
.footer-social-layout,
.footer_copy .text-center>br,
.topmarginLay_a {
    display: none;
}

.modal-open {
    padding-right: 0px !important;
}

.blue {
    color: #175290;
}

.red {
    color: #ED2D2F;
}

/* 상단 네비게이션 */

.navbar.navbar-inverse {
    background-color: #fff;
    border-bottom: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    z-index: 1001;
}

.nav-upper {
    background: #ddd;
    padding: 6px 0;
}

.nav-upper .lang {
    margin-bottom: 0;
    float: right;
}

.nav-upper::after,
.nav-upper .lang::after {
    content: '';
    clear: both;
    display: table;
}

.nav-upper .lang>li {
    font-size: 12px;
    font-weight: 600;
    float: left;
    padding: 0px 10px;
    line-height: 13px;
    color: #ababab;
    cursor: pointer;
}

.nav-upper .lang>li.active {
    color: #175290;
}

.nav-upper .lang>li:first-child {
    border-right: 1px solid #bbb;
}

.navbar-header .navbar-brand {
    display: block;
    padding: 0;
    font-size: 20px;
    margin-left: 0 !important;
}

.navbar-header .navbar-brand img {
    margin-top: 15px;
    display: inline-block;
    vertical-align: bottom;
    width: 150px;
}

.nav.navbar-nav {
    margin-right: 0 !important;
}

.nav.navbar-nav>li>a {
    display: block;
    height: 100%;
    padding: 32px 25px 31px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.03em;
}

.nav.navbar-nav>li.open,
.nav.navbar-nav>li:hover>a,
.nav.navbar-nav>li.open>a,
.nav.navbar-nav>li:focus>a {
    color: #ED2D2F !important;
    background: none !important;
}

.nav.navbar-nav li .dropdown-menu {
    left: 0;
    right: 0;
    border-radius: 0;
    border: 0;
    padding: 0;
}

.nav.navbar-nav li .dropdown-menu li a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 500;
}

.nav.navbar-nav>li>.sitemap-btn {
    border: 0;
    margin: 0;
    padding: 17px 16px 16px;
    font-size: 13px;
    color: #fff;
    background: #a0a3a8;
    margin-left: 30px;
    display: block;
    text-align: center;
    font-weight: 300;
}

.nav.navbar-nav>li>.sitemap-btn .fa {
    display: block;
    margin-bottom: 3px;
    font-size: 28px;
}

.nav.navbar-nav>li>.sitemap-btn:hover {
    background: #7e838d;
    color: #fff;
}

@media (max-width: 767px) {
    .nav-upper {
        padding: 9px 0;
    }

    .nav-upper .lang>li {
        font-size: 14px;
        line-height: 19px;
    }

    .nav-upper .sitemap-btn {
        font-size: 14px;
        color: #666;
    }

    .nav-upper .sitemap-btn>.fa {
        margin-right: 5px;
        ;
    }

    .navbar-header .navbar-brand img {
        margin-top: 12px;
        margin-bottom: 15px;
        margin-left: 15px;
    }

    .navbar-inverse .navbar-toggle {
        background: #175290;
        border-color: #175290;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .nav.navbar-nav {
        margin: 0 !important;
    }

    .nav.navbar-nav>li>a {
        padding: 15px 0;
        text-align: center;
    }

    .nav.navbar-nav li .dropdown-menu li a {
        padding: 12px;
        text-align: center;
        background: #f8f8f8;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .nav.navbar-nav>li>a {
        padding: 32px 15px 31px;
        font-size: 14px;
    }
}

/* //상단 네비게이션 */

/* 사이트 맵 */
#SiteMap .sitemap .d1-menu {
    /* width: 250px; */
    margin: 0 auto;
    padding: 30px;
    border: 1px solid #ced8e3;
    border-top: 4px solid #4d8dd1;
    margin-bottom: 30px;
    min-height: 365px;
    box-shadow: 3px 3px 0px 1px #edf1f5;
}

#SiteMap .sitemap .d1-menu h4 {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ced8e3;
    font-size: 24px;
    margin-bottom: 20px;
}

#SiteMap .sitemap .d1-menu h4 a {
    color: #175290;
}

#SiteMap .sitemap .d1-menu .d2-menu {
    padding: 0;
}

#SiteMap .sitemap .d1-menu .d2-menu li {
    font-size: 16px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 22px;
}

#SiteMap .sitemap .d1-menu .d2-menu li a {
    color: #000;
    font-weight: 400;
    line-height: 1.55em;
}

#SiteMap .sitemap .d1-menu .d2-menu li:hover a {
    color: #222;
    text-decoration: none;
}

@media (max-width: 767px) {}

@media (min-width: 768px) and (max-width: 991px) {
    #SiteMap .sitemap .d1-menu {
        min-height: 370px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #SiteMap .sitemap .d1-menu {
        min-height: 370px;
    }
}

@media (min-width: 1200px) {}

/* 사이트 맵 */

/* 슬라이드 영역 */
.fill {
    height: 700px;
}

.container.container_slide {
    width: 100%;
    padding: 0;
}

.carousel-inner .item .carousel-caption {
    top: 48%;
    bottom: auto;
    transform: translateY(-50%);
    padding: 0;
}

.carousel-inner .item .carousel-caption h1,
.carousel-inner .item .carousel-caption p {
    text-align: left;
    color: #fff;
}

/* .carousel-inner .item:nth-child(1) .carousel-caption h1,
.carousel-inner .item:nth-child(1) .carousel-caption p{
    text-align: left;
    color: #333;
} */
.carousel-inner .item .carousel-caption h1 span,
.carousel-inner .item .carousel-caption p span {
    background-color: transparent;
    text-shadow: none;
    opacity: 1;
    padding: 0;
}

.carousel-inner .item .carousel-caption h1 {
    font-size: 90px;
    margin-bottom: 30px;
}

.carousel-inner .item .carousel-caption p {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.3em;
}

.carousel-control {
    display: none;
}

.carousel-indicators {
    left: 20%;
    right: auto;
    transform: translate(0px, 0px);
    width: auto;
    margin-left: 0;
}

.carousel-indicators li {
    width: 80px !important;
    height: 5px !important;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 1);
    margin: 0 5px !important;
}

.carousel-indicators li.active {
    background: rgba(237, 45, 47, 1);
}

@media (max-width: 767px) {
    .fill {
        height: 400px;
    }

    .carousel-inner .item .fill {
        background-position: 22%;
    }

    .carousel-inner .item .carousel-caption h1 {
        margin-top: 0;
        font-size: 35px;
        margin-bottom: 16px;
    }

    .carousel-inner .item .carousel-caption p {
        font-size: 14px;
    }

    .carousel-indicators li {
        width: 50px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .fill {
        height: 500px;
    }

    .carousel-inner .item .fill {
        background-position: 20%;
    }

    .carousel-inner .item .carousel-caption h1 {
        font-size: 60px;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .carousel-inner .item .carousel-caption p {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .fill {
        height: 600px;
    }
}

@media (min-width: 1200px) {}

/* //슬라이드 영역 */

/* 메인 중단영역 */
.mobile-btn-layout-container {
    display: none;
}

.container_contents {
    background: #f8f8f8;
}

.container_contents,
.intro-html-layout,
.intro-html-layout>.col-sm-12 {
    width: 100%;
    margin: 0;
    padding: 0;
}

.page-header h4 {
    margin-top: 0;
    font-size: 22px;
}

.main-prod {
    width: 100%;
    padding: 100px 0;
    background: #fff;
}

.main-prod .page-header {
    border-bottom: 0;
    margin-top: 0;
}

.main-prod .page-header h4 {
    text-align: center;
    font-size: 36px;
}

.main-prod .page-header h4::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #ED2D2F;
    margin: 20px auto 40px;
}

.main-prod .page-header p {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.05em;
    text-align: center;
}

.main-prod .main-body .main-prod-box {
    width: 100%;
    height: 400px;
    display: block;
    position: relative;
}

.main-prod .main-body .col-md-3:nth-child(1) .main-prod-box {
    background: url('/skin/img/main/main01.jpg') no-repeat center / cover;
}

.main-prod .main-body .col-md-3:nth-child(2) .main-prod-box {
    background: url('/skin/img/main/main02.jpg') no-repeat center / cover;
}

.main-prod .main-body .col-md-3:nth-child(3) .main-prod-box {
    background: url('/skin/img/main/main03.jpg') no-repeat center / cover;
}

.main-prod .main-body .col-md-3:nth-child(4) .main-prod-box {
    background: url('/skin/img/main/main04.jpg') no-repeat center / cover;
}

.main-prod .main-body .main-prod-box span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    font-size: 17px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    text-align: center;
}

.intro-board-widget-layout>.intro-boardbox {
    padding: 0;
}

.kr .intro-board-widget-layout>.intro-boardbox.intro-boardbox-5 {
    display: block;
}

.kr .intro-board-widget-layout>.intro-boardbox.intro-boardbox-7 {
    display: none;
}

.en .intro-board-widget-layout>.intro-boardbox.intro-boardbox-5 {
    display: none;
}

.en .intro-board-widget-layout>.intro-boardbox.intro-boardbox-7 {
    display: block;
}

@media (min-width: 1200px) {
    .intro-board-widget-layout {
        width: 1170px;
        padding: 100px 15px;
        margin: 0 auto;
    }

    .intro-board-widget-layout>.intro-boardbox.main-recruit {
        width: 50%;
        padding-right: 50px;
    }

    .intro-board-widget-layout>.intro-boardbox.intro-boardbox-5,
    .intro-board-widget-layout>.intro-boardbox.intro-boardbox-7 {
        width: 50%;
        padding-left: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .intro-board-widget-layout {
        width: 970px;
        padding: 0 15px;
        margin: 0 auto;
    }

    .intro-board-widget-layout>.intro-boardbox {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .intro-board-widget-layout {
        width: 750px;
        padding: 0 15px;
        margin: 0 auto;
    }
}

.intro-board-widget-layout .page-header {
    margin-top: 0;
    border-bottom: 1px solid #999;
    margin-bottom: 0;
}

.intro-board-widget-layout .page-header h4 {
    margin-bottom: 0;
    font-size: 24px;
    letter-spacing: -0.04em;
}

.intro-board-widget-layout .page-header h4 .btn {
    color: #999;
    padding: 0;
    border: 0;
}

.intro-boardbox.main-recruit .main-body p {
    font-size: 21px;
    margin-top: 30px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: -0.04em;
    word-spacing: 0.1em;
}

.intro-boardbox.main-recruit .main-body p .blue {
    font-weight: 500;
}

.intro-boardbox.main-recruit .main-body>a {
    display: inline-block;
    padding: 10px 15px;
    color: #333;
    font-weight: 400;
    border: 1px solid #aaa;
}

.intro-boardbox.main-recruit .main-body a:hover {
    text-decoration: none;
    color: #333;
    border: 1px solid #333;
}

.intro-boardbox.intro-boardbox-5 .front-panel>.panel,
.intro-boardbox.intro-boardbox-7 .front-panel>.panel {
    border: 0;
    margin-bottom: 0;
    background: none;
}

.intro-boardbox.intro-boardbox-5 .front-panel>.panel>.panel-body,
.intro-boardbox.intro-boardbox-7 .front-panel>.panel>.panel-body {
    padding: 0;
}

.intro-boardbox.intro-boardbox-5 .panel-body .dh-front-list2-words,
.intro-boardbox.intro-boardbox-7 .panel-body .dh-front-list2-words {
    margin-top: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
}

.intro-boardbox.intro-boardbox-5 .panel-body .dh-front-list2-words h6 a,
.intro-boardbox.intro-boardbox-7 .panel-body .dh-front-list2-words h6 a {
    display: block;
    padding: 15px 5px;
}

.intro-boardbox.intro-boardbox-5 .panel-body .dh-front-list2-words h6 a:hover,
.intro-boardbox.intro-boardbox-7 .panel-body .dh-front-list2-words h6 a:hover {
    background: #f8f8f8;
    text-decoration: none;
}

.intro-boardbox.intro-boardbox-5 .panel-body .dh-front-list2-words h6 a:hover span,
.intro-boardbox.intro-boardbox-7 .panel-body .dh-front-list2-words h6 a:hover span {
    text-decoration: none;
}

.intro-boardbox.intro-boardbox-5 .panel-body .dh-front-list2-words h6 a span,
.intro-boardbox.intro-boardbox-7 .panel-body .dh-front-list2-words h6 a span {
    font-weight: 400;
}

.intro-boardbox.intro-boardbox-5 .panel-body .dh-front-list2-words .list-row-subject,
.intro-boardbox.intro-boardbox-7 .panel-body .dh-front-list2-words .list-row-subject {
    font-size: 15px;
    color: #555;
}

.intro-boardbox.intro-boardbox-5 .panel-body .dh-front-list2-words .list-row-regdate,
.intro-boardbox.intro-boardbox-7 .panel-body .dh-front-list2-words .list-row-regdate {
    float: right;
    color: #aaa;
}

.intro-boardbox.intro-boardbox-5 .panel-body .dh-front-list2-words .row-separator,
.intro-boardbox.intro-boardbox-5 .panel-body .dh-front-list2-words>h5,
.intro-boardbox.intro-boardbox-7 .panel-body .dh-front-list2-words .row-separator,
.intro-boardbox.intro-boardbox-7 .panel-body .dh-front-list2-words>h5 {
    display: none;
}

.intro-boardbox.intro-boardbox-5 .panel-body .dh-front-list2-words .label-danger,
.intro-boardbox.intro-boardbox-7 .panel-body .dh-front-list2-words .label-danger {
    font-size: 14px !important;
    font-weight: 300;
    color: #ED2D2F !important;
    background: none;
}

@media (max-width: 767px) {
    .main-prod .page-header h4 {
        font-size: 26px;
    }

    .main-prod .page-header p {
        font-size: 18px;
    }

    .main-prod .main-body .main-prod-box {
        margin-bottom: 30px;
    }

    .intro-board-widget-layout {
        padding: 80px 0;
        width: 100%;
        margin: 0 auto;
    }

    .intro-board-widget-layout>.intro-boardbox {
        padding: 0 15px;
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .main-prod .main-body .main-prod-box {
        margin-bottom: 30px;
    }

    .intro-board-widget-layout {
        padding: 80px 15px;
        width: 100%;
        margin: 0 auto;
    }

    .intro-board-widget-layout>.intro-boardbox {
        margin-bottom: 50px;
    }
}

/* //메인 중단영역 */

/* 서브페이지 */
#Esg01 .subContent_inner .content.con1 p {
    font-size: 24px;
    line-height: 1.6em;
    letter-spacing: -0.04em;
    text-align: center;
    font-weight: 300;
}

#Esg01 .subContent_inner .content.con1 p .company {
    font-weight: 500;
    font-size: 24px;
}

#Esg01 .esg-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
}

.esg-wrap .table-intro {
    width: 100%;
}

.esg-wrap .table-intro tr:nth-child(1) th {
    background: linear-gradient(to bottom, #42a4b6, #37a2b3);
}

.esg-wrap .table-intro tr:nth-child(2) th {
    background: linear-gradient(to bottom, #3168ac, #356eae);
}

.esg-wrap .table-intro tr:nth-child(3) th {
    background: linear-gradient(to bottom, #3551b1, #3a54b5);
}

.esg-wrap .table-intro th,
.esg-wrap .table-intro td {
    padding: 15px 20px;
    font-size: 16px;
    border: 1px solid #ddd;
}

.esg-wrap .table-intro th {
    color: #fff;
    font-size: 24px;
}

.esg-wrap .table-intro td {}

.esg-wrap .table-intro ul {
    margin: 0;
    padding: 0;
}

.esg-wrap .table-intro ul li {
    font-size: 17px;
}

.esg-wrap .table-intro ul li+li {
    margin-top: 5px;
}

.esg-wrap .table-intro li span {
    display: inline-block;
    margin-right: 6px;
    color: #314dae;
    font-weight: 500;
}

.container.sub-layout {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.esg-wrap .table-intro th span {
    display: block;
    margin-top: 0;
    font-size: 17px;
}

.esg-wrap .img-box {}

.esg-wrap .img-box img {
    width: 100%;
    height: 100%;
}

.goal-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 100px;
}

.goal-wrap .goal {
    padding: 20px 5px;
    border: 1px solid #ced8e3;
    border-top: 4px solid #4d8dd1;
    min-height: 254px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 0px 1px #edf1f5;
}

.goal-wrap .goal h6 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    color: #175290;
}

.dot-list {
    padding: 15px;
}

.dot-list li {
    font-size: 16px;
    position: relative;
    padding-left: 9px;
}

.dot-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    width: 3px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #333;
}

.dot-list li+li {
    margin-top: 5px;
}

.table-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.table-wrap .inner.g2 {
    grid-column: span 2;
}

.inner .list {
    padding: 30px 20px;
    display: flex;
    gap: 20px;
    align-items: center;
    border-bottom: 1px solid #ddd;
}
.inner .list + .img-box{
    padding: 30px;
    border: 1px solid #ddd;
    width: fit-content;
    margin: 70px auto 0;
}
.inner .list+.img-box img{}
.inner .list p {
    margin: 0px 0 9px 0;
    font-size: 19px;
}

.inner .list ul {
    display: flex;
    gap: 6px;
    padding: 0;
    margin: 0;
}

.inner .list:nth-child(2) {
    background: #f4f7fc;
}

.inner .list ul li {
    width: 100%;
    padding: 0px 10px;
    background: #ddd;
    color: #000;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
}

.inner .list:nth-child(3) ul li.active {
    background: #a1ce3d;
    color: #fff;
}

.inner .list:nth-child(4) ul li.active {
    background: #fdad57;
    color: #fff;
}

.inner .list:nth-child(5) ul li.active {
    background: #48a5c0;
    color: #fff;
}

.under-h6 {
    padding-bottom: 6px;
    border-bottom: 2px solid #1d3e6d;
    color: #1d3e6d;
    font-size: 23px;
    display: flex;
    font-weight: 600;
    justify-content: space-between;
    margin: 0 0 15px 0;
    align-items: end;
}

.inner .list .img-box {}

.inner .list .img-box img {
    width: 100px;
    aspect-ratio: 1;
}

.inner .list .txt-box {
    width: 100%;
}

.under-h6 .graph {}

.under-h6 .graph ul {
    display: flex;
    gap: 18px;
    padding: 0;
    margin: 0;
}

.under-h6 .graph ul li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    color: #333;
}

.under-h6 .graph ul li:nth-child(1)::before {
    position: absolute;
    content: "";
    left: 6px;
    top: 4px;
    width: 8px;
    aspect-ratio: 1;
    background: #1f497d;
}

.under-h6 .graph ul li:nth-child(2)::before {
    position: absolute;
    content: "";
    left: -3px;
    top: 5px;
    width: 18px;
    height: 5px;
    background: #ff0000;
}

.under-h6 span {
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.table-wrap table {
    width: 100%;
}

.table-wrap tr {}

.table-wrap td,
.table-wrap th {
    padding: 15px 20px;
    border: 1px solid #ddd;
    font-size: 16px;
}

.table-wrap td {}

.table-wrap th {
    text-align: center;
    color: #2b4a77;
    background: #f2f8fc;
    font-weight: 600;
}

.subMenu {
    width: 100%;
    margin-top: -51px;
    background: rgba(0, 0, 0, 0.3);
}

.table-wrap .inner .in-box {}

.table-wrap .inner .in-box+.in-box {
    margin-top: 40px;
}

.belive {
    display: flex;
    justify-content: space-around;
    padding: 30px 20px;
    background: #f2f8fc;
    align-items: center;
}

.belive h6 {
    font-size: 25px;
    font-weight: 600;
    color: #294b7e;
    margin: 0;
}

.belive p {
    margin: 0;
    font-size: 15px;
}

.in-box .in-cont {}

.in-cont .grade {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    margin-top: 55px;
}

.in-cont .grade h3 {
    font-size: 58px;
    font-weight: 600;
    color: #000;
    margin: 0;
    text-align: center;
}

.in-cont .grade h3 span {
    color: #000;
    font-size: 15px;
    display: block;
    margin-top: 15px;
    font-weight: 400;
    letter-spacing: 0px;
}

.in-cont .grade ul {
    padding: 0;
    margin: 0;
}

.in-cont .grade ul li {
    display: flex;
    justify-content: space-between;
    font-size: 19px;
    font-weight: 500;
    padding: 5px 0;
    border-bottom: 1px solid #7f7f7f;
}

.in-cont .grade ul li span {
    display: block;
    padding-right: 15px;
    color: #333;
}

.in-cont .grade ul li:nth-child(1) {
    color: #8ab600;
}

.in-cont .grade ul li:nth-child(2) {
    color: #f2a85a;
}

.in-cont .grade ul li:nth-child(3) {
    color: #56b0d1;
}

.type-list {
    padding: 0;
    margin: 41px 0 0 0;
    display: flex;
}

.type-list li {
    width: 100%;
    text-align: center;
    font-size: 16px;
    border: 1px solid #333;
}

.type-list li+li {
    border-left: 0;
}

.type-list li.active {
    background: #1d3e6d;
    color: #fff;
}

.subMenu .nav {
    text-align: center;
}

.subMenu .nav>li {
    display: inline-block;
    float: none;
    margin: 0;
}

.subMenu .nav>li>a {
    padding: 13px 30px;
    font-size: 16px;
    color: #bbb;
    border-radius: 0;
}

.subMenu .nav>li.active>a {
    color: #fff;
    background: #ED2D2F;
}

.subHeader {
    height: 260px;
    background-color: #333;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#SiteMap .subHeader {
    margin-top: 0;
    background-image: url(/skin/img/sub/sub_title_intro.jpg);
}

#About01 .subHeader {
    background-image: url(/skin/img/sub/sub_title_intro.jpg);
}

#About02 .subHeader {
    background-image: url(/skin/img/sub/sub_title_greet.jpg);
}

#About03.subHeader {
    background-image: url(/skin/img/sub/sub_title_vision.jpg);
}

#About04 .subHeader {
    background-image: url(/skin/img/sub/sub_title_history.jpg);
}

#About05 .subHeader {
    background-image: url(/skin/img/sub/sub_title_organ.jpg);
}

#About06 .subHeader {
    background-image: url(/skin/img/sub/sub_title_ci.jpg);
}

#About07 .subHeader {
    background-image: url(/skin/img/sub/sub_title_partner.jpg);
}

#About08 .subHeader {
    background-image: url(/skin/img/sub/sub_title_location.jpg);
}

[id^="Business"] .subHeader {
    background-image: url(/skin/img/sub/sub_title_biz.jpg);
}

[id^="Product"] .subHeader {
    background-image: url(/skin/img/sub/sub_title_prod.jpg);
}

[id^="Recruit"] .subHeader {
    background-image: url(/skin/img/sub/sub_title_rcrt.jpg);
}

[id^="Customer"] .subHeader {
    background-image: url(/skin/img/sub/sub_title_cust.jpg);
}
[id^="Esg"] .subHeader {
    background-image: url(/skin/img/sub/esg_Bg.jpg);
}
.subHeader .sub_top h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin-top: 88px;
}

.subHeader .sub_top p {
    display: none;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}

.subHeader>.container {
    position: relative;
    height: 100%;
}

.subHeader>.container>.breadcrumb {
    border-radius: 0;
    padding: 0;
    background: none;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 45px;
}

.subHeader>.container>.breadcrumb::before {
    content: '';
    display: none;
    width: 120px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    margin: 10px auto;
}

.subHeader>.container>.breadcrumb li a {
    color: #ccc;
}

.subHeader>.container>.breadcrumb li.active {
    color: #fff;
}

.subBody {
    background: #fff;
}

.subContent {
    margin: 120px 0 120px 0;
}

.subContent_inner .content {
    margin-bottom: 100px;
}

.subContent_inner .con1 {
    position: relative;
    margin-top: 120px;
    background: #fff;
}

.subContent_inner .content p.intro {
    font-size: 22px;
    text-align: center;
}


#About01 .subContent_inner .content.con1 p,
#Business01 .intro {
    font-size: 24px;
    line-height: 1.6em;
    letter-spacing: -0.04em;
    /* padding: 30px 70px; */
    text-align: center;
    font-weight: 300;
}

#About01 .subContent_inner .content.con1 p .company {
    font-weight: 500;
    font-size: 24px;
}

#About01 .subContent_inner .content table {
    border-top: 1px solid #333;
    margin: 0;
}

#About01 .subContent_inner .content table tr {
    border-bottom: 1px solid #ddd;
}

#About01 .subContent_inner .content table tr th,
#About01 .subContent_inner .content table tr td {
    font-size: 16px;
    vertical-align: middle;
    padding: 22px 25px;
    background: #fff;
}

#About01 .subContent_inner .content .table-intro tr th,
#About01 .subContent_inner .content .table-intro tr td {
    padding: 30px 25px;
}

#About01 .subContent_inner .content table tr th {
    background: #f8f8f8;
    text-align: center;
    font-size: 15px;
}

#About01 .subContent_inner .content .table-intro tr td .list-table {
    padding: 0px;
    text-align: left;
}

#About01 .subContent_inner .content .table-intro tr td .list-table>li {
    padding-left: 15px;
    position: relative;
    line-height: 1.6em;
    word-spacing: 0.05em;
    letter-spacing: 0.007em;
}

#About01 .subContent_inner .content .table-intro tr td .list-table>li::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #959da6;
    position: absolute;
    top: 11px;
    left: 5px;
}

#About02 .subContent_inner .content {
    padding: 80px 100px;
    background: #f4f4f4;
    box-shadow: 9px 9px 0px 1px #ebebeb;
}

#About02 .subContent_inner .content p {
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 30px;
}

#About02 .subContent_inner .content p.greeting {
    font-size: 32px;
    letter-spacing: -0.05em;
    font-weight: 500;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #ddd; */
}

#About02 .subContent_inner .content p.epil {
    font-size: 18px;
    font-weight: 600;
    text-align: right;
}

#About03 .subContent_inner .content .img-box {
    padding: 0 320px 50px;
    /* background: #eee; */
    margin-bottom: 50px;
}

#About03 .vision-list {
    padding: 40px 50px;
    border: 1px solid #ced8e3;
    border-top: 4px solid #4d8dd1;
    min-height: 254px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 0px 1px #edf1f5;
}

.en #About03 .vision-list {
    min-height: 305px;
}

#About03 .vision-list dt {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    color: #175290;
}

#About03 .vision-list dd {
    font-size: 16px;
}

#About04 .timeline-vt {
    position: relative;
    padding: 0 0 50px;
    margin: 0 auto 50px;
    width: 800px;
    border-top: 3px solid #175290;
}

/*
#About04 .timeline-vt::before {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background: #e3e3e3;
    position: absolute;
    left: 50%;
    top: 0;
}
*/
#About04 .timeline-vt .timeline-item {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

#About04 .timeline-vt .timeline-item:nth-child(2n) {
    background: #fcfcfc;
}

/*
#About04 .timeline-vt .timeline-item {
    width: 500px;
    float: right;
    padding-left: 0;
    padding-right: 30px;
    margin-bottom: 15%;
}
*/
#About04 .timeline-vt .timeline-item::after {
    content: '';
    clear: both;
    display: table;
}

#About04 .timeline-vt .timeline-item.reversed {
    float: left;
    padding-left: 30px;
    padding-right: 0;
}

#About04 .timeline-vt .timeline-item h5 {
    margin: 0 0 10px;
    color: #175290;
    font-size: 36px;
    position: relative;
    letter-spacing: -0.05em;
    font-weight: 600;
    float: left;
    width: 20%;
    text-align: center;
    margin-bottom: 0;
}

#About04 .timeline-vt .timeline-item.reversed h5 {
    text-align: left;
}

/*
#About04 .timeline-vt .timeline-item h5::before {
    content: '';
    position: absolute;
    top: 50%;
    left: auto;
    right: -45px;
    display: block;
    border-right: 0px;
    border-top: 1px solid #175290;
    width: 26px;
}
#About04 .timeline-vt .timeline-item h5::after {
    content: '';
    position: absolute;
    top: 50%;
    left: auto;
    right: -56px;
    transform: translate(-50%, -50%);
    display: block;
    width: 11px;
    height: 11px;
    border: 2px solid #175290;
    border-radius: 50%;
    background: #fff;
}
#About04 .timeline-vt .timeline-item.reversed h5::before {
    content: '';
    position: absolute;
    left: -45px;
}
#About04 .timeline-vt .timeline-item.reversed h5::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -45px;
    right: auto;
    transform: translate(-50%, -50%);
    display: block;
    width: 11px;
    height: 11px;
    border: 2px solid #175290;
    border-radius: 50%;
    background: #fff;
}
*/
#About04 .timeline-vt .timeline-item ol.list-timeline {
    margin: 0;
    padding: 0;
    float: left;
    width: 80%;
    padding-left: 35px;
    border-left: 1px solid #175290;
}

#About04 .timeline-vt .timeline-item.reversed ol {
    text-align: left;
}

#About04 .timeline-vt .timeline-item ol.list-timeline li {
    font-size: 17px;
    padding: 3px 0;
    position: relative;
    letter-spacing: -0.034em;
    color: #333;
    line-height: 33px;
}

#About05 img {
    display: none;
}

/* #About06 .subContent_inner .content h4{
    color: #175290;
    font-size: 28px;
    text-align: right;
    margin: 0;
    font-weight: 600;
} */
#About06 .subContent_inner .content h5 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

#About06 .subContent_inner .content p {
    font-size: 16px;
}

#About06 .subContent_inner .content .ci-box {
    padding: 50px 70px;
    background: #e8e8e8;
    margin-bottom: 15px;
}

#About06 .subContent_inner .content p+.row {
    margin-bottom: 50px;
    margin-top: 50px;
}

#About06 .subContent_inner .content .btn-dl {
    display: block;
    padding: 15px 30px;
    text-align: center;
    color: #175290;
    font-weight: 600;
    border: 1px solid #6c97c5;
    background: #fff;
}

#About06 .subContent_inner .content.con2 .color-box {
    color: #fff;
    padding: 20px 30px;
    width: 230px;
    margin: 0 auto;
}

#About06 .subContent_inner .content.con2 p+.row .col-xs-12:nth-child(1) .color-box {
    background: #ED2D2F;
}

#About06 .subContent_inner .content.con2 p+.row .col-xs-12:nth-child(2) .color-box {
    background: #175290;
}

#About06 .subContent_inner .content.con2 .color-box h5 {
    text-align: left;
    margin-top: 0;
}

#About06 .subContent_inner .content.con2 .color-box .list-color {
    padding: 0;
    margin: 0;
}

#About06 .subContent_inner .content.con2 .color-box .list-color>li::before {
    content: '-';
    margin-right: 10px;
}

#About06 .subContent_inner .content.con2 .color-box .list-color>li>span {
    margin-right: 7px;
}

#About06 .subContent_inner .warn {
    font-size: 15px;
    /* font-style: italic; */
    color: #666;
    display: block;
    text-align: center;
    margin-bottom: 50px;
}

#About07 .subContent_inner h4 {
    font-size: 27px;
    font-weight: 600;
    padding-left: 16px;
    margin: 0 0 30px 0;
    position: relative;
}

#About07 .subContent_inner h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    background: #ED2D2F;
    width: 6px;
    height: 26px;
}

#About07 .subContent_inner .partner-box {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 3px;
    padding: 0 20px;
}

#About07 .subContent_inner .partner-box .caption {
    padding: 15px 25px 15px 10px;
    border-top: 1px solid #ddd;
    position: relative;
}

#About07 .subContent_inner .partner-box .caption>p {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

#About07 .subContent_inner .partner-box .caption>a {
    position: absolute;
    display: block;
    right: 3px;
    bottom: 15px;
}

#About07 .subContent_inner .partner-box .caption>a img {
    width: 21px;
    border-radius: 50%;
}

#About08 .subContent_inner .nav-tabs {
    margin: 0 -15px 30px;
    border: 0;
}

#About08 .subContent_inner .nav-tabs>li {
    width: 33.3333333%;
    padding: 0 15px;
    border: 0;
}

#About08 .subContent_inner .nav-tabs>li>a {
    font-size: 17px;
    /* background: #fafafa; */
    letter-spacing: -0.034em;
    color: #333;
    border: 1px solid #ddd;
    border-top: 2px solid #347dcf;
    text-align: center;
    padding: 15px 15px;
    font-weight: 500;
}

#About08 .subContent_inner .nav-tabs>li:hover>a {
    border: 0;
}

#About08 .subContent_inner .nav-tabs>li.active>a {
    background: #2a517b;
    color: #fff !important;
    border: 1px solid #2a517b !important;
}

#About08 .subContent_inner p.location {
    font-size: 17px;
    padding: 15px 10px;
    border-bottom: 1px solid #999;
    letter-spacing: -0.034em;
    margin-bottom: 40px;
}

#About08 .subContent_inner .location-box h4 {
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: -0.034em;
}

#About08 .subContent_inner .location-box img {
    width: 75px;
}

#About08 .subContent_inner .location-box .li-location {
    padding: 0;
    margin-bottom: 0;
    border-top: 2px solid #333;
}

#About08 .subContent_inner .location-box .li-location>li {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    background: #fff;
}

#About08 .subContent_inner .location-box .li-location>li:after {
    content: '';
    clear: both;
    display: table;
}

#About08 .subContent_inner .location-box .li-location>li>span {
    color: #175290;
    font-weight: 500;
    float: left;
    width: 90px;
    min-height: 1.4em;
}

#Business01 .intro {
    padding: 0 40px 80px;
    /* margin-top: 50px;
    font-size: 18px;
    margin-bottom: 50px;
    background: #175290;
    color: #fff; */
}

#Business01 .biz-box {
    padding: 30px 25px;
    margin-bottom: 30px;
    min-height: 480px;
    box-shadow: 3px 3px 0px 1px #edf1f5;
    width: 260px;
    margin: 0 auto 30px;
    background: #fff;
    border: 1px solid #ced8e3;
    border-top: 4px solid #4d8dd1;
    border-radius: 10px;
}

.en #Business01 .biz-box {
    min-height: 561px;
}

#Business01 .biz-box .biz-intro {
    font-size: 18px;
    text-align: center;
    color: #175290;
    font-weight: 600;
    letter-spacing: -0.034em;
    margin: 20px 0;
}

#Business01 .biz-box .img-box {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

#Business01 .biz-box .list-biz {
    padding: 10px;
}

#Business01 .biz-box .list-biz>li {
    font-size: 15px;
}

#Business01 .biz-box .list-biz>li:before {
    content: '-';
    margin-right: 5px;
}

#Business01 .subContent_inner {
    margin-bottom: 100px;
}

#Business02 .img-box {
    background: #fff;
    padding: 30px;
}

#Business02 .research-box {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px dashed #ddd;
}

#Business02 .research-box h5 {
    font-size: 22px;
    font-weight: 600;
    color: #175290;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.subContent_inner .list-content {
    padding: 0 50px 20px 40px;
}

.subContent_inner .list-content>li {
    position: relative;
    font-size: 16px;
    line-height: 1.6em;
}

.subContent_inner .list-content>li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #4b8ed4;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: -16px;
    transform: translateY(-50%);
}

#Business03 .img-box {
    background: #fff;
    margin-bottom: 80px;
}

#Business03 .intro-box li {
    padding: 10px 0;
    font-size: 16px;
}

.en #Business03 .intro-box li>span {
    min-height: 148px;
}

/* #Business03 .content h4{
    font-size: 24px;
    text-align: center;
    color: #175290;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
} */
#Business03 .con1 .col-lg-2:nth-child(1) {
    padding-right: 0;
}

#Business03 .con1 .col-lg-push-8 {
    padding-left: 0;
}

#Business03 .con1 dl.quality_box dt {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.en #Business03 .con1 dl.quality_box dt {
    font-size: 17px;
    font-weight: 600;
}

#Business03 .con1 dl.quality_box dd {
    font-size: 14px;
    letter-spacing: -0.14em;
    word-spacing: 0.0420921em;
}

#Business03 .con1 dl.quality_box.left1,
#Business03 .con1 dl.quality_box.left2,
#Business03 .con1 dl.quality_box.left3 {
    text-align: left;
}

.en #Business03 .con1 dl.quality_box.left1,
.en #Business03 .con1 dl.quality_box.right1 {
    margin-top: 0;
}

#Business03 .con1 dl.quality_box.left1 {
    margin-bottom: 71px;
    margin-top: 40px;
}

.en #Business03 .con1 dl.quality_box.left1 {
    margin-bottom: 80px;
}

#Business03 .con1 dl.quality_box.left2 {
    margin-bottom: 75px;
}

.en #Business03 .con1 dl.quality_box.left2 {
    margin-bottom: 56px;
}

#Business03 .con1 dl.quality_box.left3 {
    margin-bottom: 0;
}

#Business03 .con1 dl.quality_box.right1,
#Business03 .con1 dl.quality_box.right2,
#Business03 .con1 dl.quality_box.right3 {
    text-align: right;
}

#Business03 .con1 dl.quality_box.right1 {
    margin-bottom: 83px;
    margin-top: 40px;
}

.en #Business03 .con1 dl.quality_box.right1 {
    margin-bottom: 39px;
}

#Business03 .con1 dl.quality_box.right2 {
    margin-bottom: 75px;
}

.en #Business03 .con1 dl.quality_box.right2 {
    margin-bottom: 52px;
}

#Business03 .con1 dl.quality_box.right3 {
    margin-bottom: 0;
}

#Business03 .con2 img {
    border: 1px solid #ddd;
}

#Business03 .label {
    color: #333;
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    padding-top: 15px;
}

#Business03 .list-quality::after {
    content: '';
    clear: both;
    display: block;
}

#Business03 .list-quality {
    margin: 30px -15px 0;
    padding: 0;
}

#Business03 .list-quality>li {
    width: 33.3333333333%;
    float: left;
    padding: 15px;
}

#Business03 .list-quality>li>span {
    text-align: center;
    display: block;
    padding: 30px;
    border-radius: 60px;
    background: #3c6ea1;
    color: #fff;
    letter-spacing: -0.05em;
}

#ProductList {
    margin-top: 100px;
    margin-bottom: 100px;
}

#ProductList .list-product {
    padding: 0;
    margin-bottom: 30px;
}

/*
#ProductList .list-product > li{
    padding: 0;
}
*/
#ProductList .list-product a {
    display: block;
    border: 2px solid #eee;
    position: relative;
    background: #fff;
    text-decoration: none;
}

/*
#ProductList .list-product a::after{
    content: url('/skin/img/sub/ups-img01.jpg');
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
*/
#ProductList .list-product a::before {
    content: url(/skin/img/sub/plus_icon_on.png);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 170px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    text-align: right;
    padding: 15px;
    transition: all .4s ease;
}

#ProductList .list-product a:hover::before,
#ProductList .list-product .active a::before {
    opacity: 0;
}

/*
#Product01 #ProductList .list-product > .col-xs-12:nth-child(1) a::after{
    content: url('/skin/img/sub/ups-img01.jpg');
}
#Product01 #ProductList .list-product > .col-xs-12:nth-child(2) a::after{
    content: url('/skin/img/sub/pow-img01.jpg');
}
#Product01 #ProductList .list-product > .col-xs-12:nth-child(3) a::after{
    content: url('/skin/img/sub/battery-img01.jpg');
}
#Product01 #ProductList .list-product > .col-xs-12:nth-child(4) a::after{
    content: url('/skin/img/sub/etc-img01.jpg');
}
#Product02 #ProductList .list-product > .col-xs-12:nth-child(1) a::after{
    content: url('/skin/img/sub/sbc-img01.jpg');
}
#Product02 #ProductList .list-product > .col-xs-12:nth-child(2) a::after{
    content: url('/skin/img/sub/digital-img01.jpg');
}
#Product02 #ProductList .list-product > .col-xs-12:nth-child(3) a::after{
    content: url('/skin/img/sub/interface-img01.jpg');
}
#Product03 #ProductList .list-product > .col-xs-12:nth-child(1) a::after{
    content: url('/skin/img/sub/audio-img01.jpg');
}
#Product03 #ProductList .list-product > .col-xs-12:nth-child(2) a::after{
    content: url('/skin/img/sub/sensor-img01.jpg');
}
*/
#ProductList .list-product a img {
    margin-top: 10px;
    margin-bottom: 10px;
}

#ProductList .list-product a h4 {
    margin: 0;
    padding: 15px 0;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

#ProductList .list-product .active a {
    /* border-color: #79b1e7; */
    text-decoration: none;
    border: 2px solid #79b1e7;
}

#ProductList .list-product .active a h4 {
    color: #175290;
}

#ProductList .list-product a:hover {
    border: 2px solid #79b1e7;
    text-decoration: none;
}

#ProductList .panel-collapse {
    /* box-shadow: 1px 1px 5px rgba(0,0,0,0.2) inset; */
    border: 7px solid #dfdfdf;
    background: #fff;
    /* border-top: 2px solid #ED2D2F; */
    padding-top: 15px;
}

#ProductList .panel-collapse .carousel {
    padding: 0px 30px 10px;
}

#ProductList .panel-collapse .carousel-indicators {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    margin: 0 -5px 15px;
}

#ProductList .panel-collapse .carousel-indicators:after {
    content: '';
    display: block;
    clear: both;
}

#ProductList .panel-collapse .carousel-indicators li {
    width: 12.5% !important;
    height: auto !important;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 0 5px;
    margin: 0 !important;
    float: left;
    display: block;
}

#ProductList .panel-collapse .carousel-indicators li.active {
    border-color: #79b1e7;
    color: #175290;
    font-weight: 600;
    background: #fff;
}

#ProductList .panel-collapse .carousel-indicators .product-list {
    padding: 5px;
}

#ProductList .panel-collapse .carousel-indicators .product-list p {
    text-indent: 0px;
    margin: 0;
    font-size: 12px;
}

#ProductList .panel-collapse .carousel-inner>.item,
#ProductList .panel-collapse .carousel-table {
    padding: 30px 0;
    border-top: 1px solid #ddd;
}

#ProductList .panel-collapse .carousel-inner>.item .caption {
    padding: 30px;
    background: #f8f8f8;
}

#ProductList .panel-collapse .carousel-inner>.item .caption h5 {
    font-size: 18px;
    color: #175290;
}

#ProductList .panel-collapse .carousel-inner>.item .caption p {
    font-size: 16px;
}

#ProductList .panel-collapse .carousel-table .table tr {
    border-bottom: 1px solid #ddd;
}

#ProductList .panel-collapse .carousel-table .table th,
#ProductList .panel-collapse .carousel-table .table td {
    text-align: center;
    vertical-align: middle;
}

#ProductList .panel-collapse .carousel-table .table th {
    background: #f8f8f8;
}

#ProductList .panel-collapse .carousel-table .table td .unactive,
#ProductList .panel-collapse .carousel-table .table td .active {
    display: block;
    padding: 3px 5px;
    color: #fff;
    background: #aaa;
    border-radius: 20px;
    font-size: 12px;
}

#ProductList .panel-collapse .carousel-table .table td .active {
    background: #ED2D2F;
}

[id^="Product"] .subContent_inner .con1 h4 {
    font-size: 28px;
    text-align: center;
    color: #333;
    /* margin-bottom: 30px; */
    font-weight: 600;
}

[id^="Product"] .subContent_inner .content p.intro {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.6em;
    letter-spacing: -0.04em;
    background: #fff;
}

#Product04 .subContent_inner .con2,
#Product04 .subContent_inner .con4 {
    background: #fff;
    padding: 30px;
    margin-bottom: 50px;
}

#Product04 .subContent_inner .con2 .vr-box h5 {
    font-size: 22px;
    font-weight: 600;
    color: #175290;
    padding-left: 20px;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #ddd; */
}

#Product04 .subContent_inner .con3 {
    padding: 50px 30px;
    background: #fff;
    margin-bottom: 50px;
}

#Product04 .subContent_inner .con3 .label {
    display: block;
    margin-bottom: 30px;
    padding: 12px;
    font-weight: 400;
    background: #50565c;
    font-size: 15px;
    font-size: 16px;
    border-radius: 0;
}

#Product04 .subContent_inner .con4 {
    margin-bottom: 100px;
}

#Recruit01 .subContent_inner .con1 .intro {
    font-size: 24px;
    letter-spacing: -0.04em;
    line-height: 1.6em;
    margin: 0 0 120px 0;
    font-weight: 300;
}

#Recruit01 .subContent_inner .con1 .intro .blue {
    font-weight: 500;
}

#Recruit01 .subContent_inner .con2 .img-box {
    position: relative;
}

#Recruit01 .subContent_inner .con2 .img-box img.arrow {
    position: absolute;
    width: 150px;
}

#Recruit01 .subContent_inner .con2 .img-box img.arrow.a1 {
    top: 100px;
    left: 0;
}

#Recruit01 .subContent_inner .con2 .img-box img.arrow.a2 {
    left: 0;
    bottom: 106px;
}

#Recruit01 .subContent_inner .con2 .img-box img.arrow.a3 {
    top: 100px;
    right: 0;
}

#Recruit01 .subContent_inner .con2 .img-box img.arrow.a4 {
    right: 0;
    bottom: 106px;
}

.en #Recruit01 .subContent_inner .con2 .img-box img.arrow.a1 {}

.en #Recruit01 .subContent_inner .con2 .img-box img.arrow.a2 {}

.en #Recruit01 .subContent_inner .con2 .img-box img.arrow.a3 {}

.en #Recruit01 .subContent_inner .con2 .img-box img.arrow.a4 {}

#Recruit01 .subContent_inner .con2 .people {
    padding: 0px 20px 0;
    margin: 0;
    position: relative;
}

#Recruit01 .subContent_inner .con2 .people.left_1,
#Recruit01 .subContent_inner .con2 .people.left_2 {
    text-align: right;
}

#Recruit01 .subContent_inner .con2 .people.left_1 {
    padding-top: 30px;
}

#Recruit01 .subContent_inner .con2 .people.left_2 {
    padding-top: 100px;
}

#Recruit01 .subContent_inner .con2 .people.right_1 {
    padding-top: 30px;
}

#Recruit01 .subContent_inner .con2 .people.right_2 {
    padding-top: 100px;
}

.en #Recruit01 .subContent_inner .con2 .people.left_1 {}

.en #Recruit01 .subContent_inner .con2 .people.left_2 {
    padding-top: 81px;
}

.en #Recruit01 .subContent_inner .con2 .people.right_1 {}

.en #Recruit01 .subContent_inner .con2 .people.right_2 {
    padding-top: 81px;
}

.en #Recruit01 .subContent_inner .con2 .people {
    padding: 0px 20px 0;
}

#Recruit01 .subContent_inner .con2 .people dt {
    font-size: 23px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

#Recruit01 .subContent_inner .con2 .people.left_1 dt {
    color: #175190;
    border-bottom: 1px solid #175190;
}

#Recruit01 .subContent_inner .con2 .people.left_2 dt {
    color: #5B9CD6;
    border-bottom: 1px solid #5B9CD6;
}

#Recruit01 .subContent_inner .con2 .people.right_1 dt {
    color: #EE2D30;
    border-bottom: 1px solid #EE2D30;
}

#Recruit01 .subContent_inner .con2 .people.right_2 dt {
    color: #F47320;
    border-bottom: 1px solid #F47320;
}

#Recruit01 .subContent_inner .con2 .people dd {
    font-size: 18px;
}

#Recruit02 .subContent_inner .con1 h4,
#Business03 .content h4,
#About06 .subContent_inner .content h4,
#Product04 .content.con3 h4,
#Product04 .content.con4 h4 {
    font-size: 27px;
    font-weight: 600;
    padding-left: 16px;
    margin: 0 0 30px 0;
    position: relative;
}

#Recruit02 .subContent_inner .con1 h4:before,
#Business03 .content h4:before,
#About06 .subContent_inner .content h4:before,
#Product04 .content.con3 h4::before,
#Product04 .content.con4 h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    background: #ED2D2F;
    width: 6px;
    height: 26px;
}

#Recruit02 .subContent_inner .con1 h5 {
    font-size: 20px;
    margin: 0 0 10px 0;
}

#Recruit02 .subContent_inner .con1 h5::after {
    content: '';
    display: none;
    width: 20px;
    height: 2px;
    margin: 10px 0;
    background: #175290;
}

#Recruit02 .subContent_inner .con1 p {
    font-size: 16px;
    line-height: 1.6em;
}

#Recruit02 .recruit-process {
    margin-top: 50px;
    padding: 30px 85px 0;
    position: relative;
}

#Recruit02 .recruit-process::before {
    content: '';
    position: absolute;
    width: 1080px;
    display: block;
    left: 51%;
    right: auto;
    background: url(/skin/img/sub/recruit-arrow.png) no-repeat center / cover;
    top: 116px;
    height: 52px;
    transform: translateX(-50%);
}

#Recruit02 .recruit-process .thumbnail {
    border-radius: 0;
    border: 0;
    padding: 0;
    background: none;
}

#Recruit02 .recruit-process .thumbnail .caption h6 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 20px;
    color: #175290;
    display: none;
}

#Recruit02 .recruit-process .thumbnail .caption h6::after {
    content: '';
    display: none;
    width: 20px;
    height: 2px;
    margin: 10px auto;
    background: #175290;
}

#Recruit02 .welfare-box {
    padding: 30px;
    border: 1px solid #ced8e3;
    border-radius: 10px;
    border-top: 4px solid #4d8dd1;
    text-align: center;
    margin-bottom: 30px;
    min-height: 230px;
    box-shadow: 3px 3px 0px 1px #edf1f5;
}

.en #Recruit02 .welfare-box {
    min-height: 260px;
}

#Recruit02 .welfare-box img {
    margin-bottom: 30px;
    height: 63px;
}

#Recruit02 .welfare-box p {
    font-size: 16px;
    font-weight: 500;
}


[id^="Customer"] .subBody {
    background: #fff;
}

.bbs-area {
    margin-top: 100px;
    margin-bottom: 100px;
}

.dh-board .table>thead>tr>th,
.dh-board .table>tbody>tr>th,
.dh-board .table>tfoot>tr>th,
.dh-board .table>thead>tr>td,
.dh-board .table>tbody>tr>td,
.dh-board .table>tfoot>tr>td {
    padding: 16px 20px;
    color: #666;
    font-size: 15px;
}

.dh-board .table>thead>tr>th {
    background: #f4f4f4;
    vertical-align: middle;
    border-bottom: 1px dotted #bdbdbd;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    letter-spacing: -0.03em;
}

.dh-board .table>tbody>tr>td {
    border-bottom: 1px dotted #dedede;
    background: #fff;
}

.dh-board .table>tbody>tr>td>strong>a {
    color: #555;
}

.dh-board>.table-hover {
    border-top: 2px solid #2d2d2d;
    border-bottom: 1px solid #ccc;
    margin: 0px 0 30px;
}

.dh-board>.table-hover>tbody>tr:hover td {
    background-color: #f9f9f9;
}

.dh-board>.table-hover>tbody>tr:hover>td>strong>a {
    color: #000;
}

.dh-margin-top {
    margin-top: 40px;
    display: inline-block;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b {
    border: none;
    background-color: #fff;
    width: 25%;
    margin: 0 0 20px;
    padding: 0 10px;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b>div {
    margin: 0;
    padding: 0;
    border: 1px solid #e5e5e5;
}

.dhb-txt-box-type-b-img-layout {
    padding: 0;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden {
    border: none;
    min-height: 200px;
    max-height: 200px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.dhb-txt-box-type-b-text-layout h4 {
    font-size: 14px;
    margin: 15px 0;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer {
    margin-top: 0;
    float: none;
    text-align: left;
    display: none;
}

.txt-box-footer em {
    display: none;
}

.txt-box-footer em>span.regdate {
    font-style: normal;
    color: #666;
    font-size: 13px;
}

.txt-box-footer em>span:last-child {
    display: none;
}

.txt-box-footer small.hits {
    display: none;
}

@media screen and (max-width: 767px) {
    .bbs-blog2-index-layout .dhb-txt-box-type-b {
        width: 100%;
        margin: 10px 0 20px;
    }
}

.label {
    background: rgba(0, 0, 0, 0);
    padding: 0 5px;
    font-size: 90%;
}

.label-danger {
    color: #d83d0f;
}

.label-primary {
    color: #d83d0f;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #bbb;
    border: 1px solid #bbb !important;
}

.pagination>li>a,
.pagination>li>span {
    color: #9D8478;
    border: 1px solid #fff !important;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #9D8478;
}

.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 {
    margin-top: 0px;
}

.sns-box {
    display: none;
}

.dh-view-box>.row>.page-header {
    border-top: 2px solid #000;
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
    margin: 0;
}

.dh-view-box>.row>.page-header>h4 {
    color: #333;
    font-size: 23px;
    letter-spacing: -0.034em;
    margin: 14px 0;
}

.dh-view-box>.row>.dh-view-info {
    border-bottom: 1px solid #ddd;
    background: #f4f4f4;
    padding: 8px 20px 8px;
    color: #888;
}

.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 h6 {
    margin: 0 0 0;
    padding: 5px 5px 0;
}

.dh-view-box>.row:nth-child(2)>div:nth-child(3) {
    padding: 30px 20px 60px !important;
    min-height: 100px;
    font-size: 16px;
}


@media (max-width: 767px) {
    .subMenu {
        display: none;
    }

    .subHeader .sub_top h2 {
        font-size: 35px;
    }

    .subHeader .sub_top p {
        font-size: 15px;
    }

    .subHeader>.container>.breadcrumb {
        right: 15px;
    }

    #About01 .subContent_inner .content.con1 p,
    #Business01 .intro {
        font-size: 16px;
    }

    #About01 .subContent_inner .content.con1 p .company {
        font-size: 18px;
    }

    main#About01 .col-sm-6:first-child {
        padding-right: 15px !important;
    }

    #About01 .subContent_inner .content .table-intro tr th,
    #About01 .subContent_inner .content .table-intro tr td {
        padding: 20px 5px;
        font-size: 14px;
    }

    #About01 .subContent_inner .content table tr th {
        font-size: 14px;
    }

    #About01 .subContent_inner .content table tr th,
    #About01 .subContent_inner .content table tr td {
        padding: 15px 5px;
        font-size: 14px;
    }

    #About02 .subContent_inner .content {
        padding: 40px 20px;
    }

    #About02 .subContent_inner .content p.greeting {
        font-size: 24px;
    }

    #About02 .subContent_inner .content p {
        font-size: 16px;
    }

    #About03 .subContent_inner .content .img-box {
        padding: 0;
    }

    #About04 .timeline-vt {
        width: 100%;
    }

    #About04 .timeline-vt .timeline-item {
        padding: 15px;
    }

    #About04 .timeline-vt .timeline-item h5 {
        float: none;
        border-bottom: 1px solid #175290;
        width: 100%;
        padding-left: 15px;
        padding-bottom: 15px;
        text-align: left;
    }

    #About04 .timeline-vt .timeline-item ol.list-timeline {
        float: none;
        border-left: 0;
        padding: 10px;
    }

    #About06 .subContent_inner .content .btn-dl {
        padding: 15px 20px;
    }

    #About06 .subContent_inner .con2 p {
        margin-bottom: 15px !important;
    }

    #About08 .subContent_inner .nav-tabs>li {
        width: 100%;
        margin-bottom: 15px;
    }

    #About08 .subContent_inner .location-box img {
        margin-bottom: 30px;
    }

    #About08 .subContent_inner .location-box .li-location>li>span {
        width: 100%;
    }

    #About08 .subContent_inner .location-box .li-location {
        margin-bottom: 30px;
    }

    #Business02 .img-box {
        padding: 0;
    }

    #Business03 .label {
        margin-bottom: 30px;
    }

    [id^="Product"] .subContent_inner .content p.intro {
        font-size: 18px;
    }

    #ProductList .panel-collapse .carousel-indicators li {
        width: 50% !important;
    }

    #ProductList .list-product a {
        margin-bottom: 30px;
    }

    #Recruit01 .subContent_inner .con1 .intro {
        font-size: 20px;
    }

    #Recruit02 .recruit-process::before {
        display: none;
    }

    #Recruit02 .recruit-process {
        padding: 20px 15px;
    }

    .bbs-area .hits,
    .bbs-area .writer {
        display: none;
    }

    #Business03 .intro-box {
        width: 100% !important;
    }

    #Business03 .list-quality>li {
        width: 100%;
    }

    #ProductList .panel-collapse .carousel-indicators .product-list {
        min-height: 150px;
    }

    #Recruit01 .subContent_inner .con2 .img-box img.arrow {
        display: none;
    }

    #Recruit01 .subContent_inner .con2 .people {
        padding: 15px 0px !important;
        text-align: left !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    #About01 .subContent_inner .content.con1 p,
    #Business01 .intro {
        font-size: 20px;
    }

    #About01 .subContent_inner .content .table-intro tr th,
    #About01 .subContent_inner .content .table-intro tr td {
        padding: 23px 25px;
    }

    .subMenu .nav>li>a {
        font-size: 14px;
    }

    #About02 .subContent_inner .content p.greeting {
        font-size: 28px;
    }

    #About03 .subContent_inner .content .img-box {
        padding: 0 100px 50px;
    }

    #About03 .vision-list dd {
        font-size: 14px;
    }

    #About03 .vision-list {
        padding: 40px 15px;
        min-height: 260px;
    }

    #About04 .timeline-vt {
        width: 100%;
    }

    #Business03 .intro-box {
        width: 100% !important;
    }

    #Business03 .list-quality>li {
        width: 100%;
    }

    #ProductList .list-product a {
        margin-bottom: 30px;
    }

    #Recruit02 .recruit-process .thumbnail {
        min-height: 390px;
    }

    #Recruit02 .recruit-process::before {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    #About01 .subContent_inner .content table tr th,
    #About01 .subContent_inner .content table tr td {
        padding: 16px 25px;
    }

    #About06 .subContent_inner .content.con2 .color-box {
        margin-bottom: 30px;
    }

    #About07 .subContent_inner .partner-box .caption>p {
        font-size: 15px;
    }

    #Business01 .biz-box {
        width: 100%;
        padding: 30px 18px;
    }

    #Recruit02 .recruit-process .thumbnail {
        min-height: 360px;
    }

    #Recruit02 .recruit-process::before {
        display: none;
    }
}

@media (min-width: 1200px) {}

/* //서브페이지 */

/* 푸터 */

.footer_copy .text-center {
    text-align: left;
    padding: 25px 0 40px;
    border-top: 2px solid #eb6567;
    font-size: 15px;
    color: #797676;
    background: #f4f4f4;
}

.footer_copy .wrap-footer .footer-text h1 {
    margin-top: 0;
}

.footer_copy .wrap-footer .footer-text h1 a {
    display: block;
}

.footer_copy .wrap-footer .footer-text h1 a img {
    height: 39px;
    vertical-align: inherit;
}

.footer_copy .wrap-footer .footer-text p {
    font-size: 15px;
    letter-spacing: -0.034em;
    padding-top: 10px;
    margin-bottom: 5px;
}

.footer_copy .wrap-footer .footer-text ul {
    padding-left: 0;
    margin-bottom: 0;
}

.footer_copy .wrap-footer .footer-text ul:after {
    content: '';
    clear: both;
    display: table;
}

.footer_copy .wrap-footer .footer-text ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 1px;
    font-size: 14px;
}

.footer_copy .wrap-footer .footer-text ul li address {
    margin-bottom: 0;

}

.footer_copy .wrap-footer .footer-text .copyrights {
    display: block;
    font-size: 11px;
    color: #999;
    margin-top: 10px;
    letter-spacing: 0em;
}

.login-btn {
    font-weight: 500;
    display: inline-block;
    padding: 11px 40px;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #666;
    border: 1px solid #959da7;
}

.login-btn:hover {
    background: #768292;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .footer-text .col-sm-push-10 {
        text-align: center;
    }

    .login-btn {
        float: none;
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}

/* //푸터 */


.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: #999;
    padding: 180px 15px 110px;
    margin-top: -37px;
}

.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr {
    display: none;
}

.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body {
    padding: 0;
}

.login-layout .panel-body>div.col-sm-12,
.id-find-layout .panel-body>div.col-sm-12,
.pw-find-layout .panel-body>div.col-sm-12 {
    float: none;
}

.login-layout .panel-body>div.col-sm-12 h2,
.id-find-layout .panel-body>div.col-sm-12 h2,
.pw-find-layout .panel-body>div.col-sm-12 h2 {
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}

.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}

.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}

.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

.login-layout label,
.id-find-layout label,
.pw-find-layout label {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}

.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control {
    border-radius: 0px;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
}

.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus {
    border-color: #92060a;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #92060a;
    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: #92060a;
}

.login-layout form>div>p,
.id-find-layout form>div>p,
.pw-find-layout form>div>p {
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}

.login-layout form>div>p+p,
.id-find-layout form>div>p+p,
.pw-find-layout form>div>p+p {
    border-left: 1px solid #ccc;
}

.login-layout form>div>p>a,
.id-find-layout form>div>p>a,
.pw-find-layout form>div>p>a {
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width:768px) {

    .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;
    }
}

/* 회원가입 상단영역에는 태그 하나만 넣고 사용해주세요 */
/*join form css*/
.join-agree-area {
    padding: 180px 15px 110px;
    background: #999;
}

.join-agree-area .panel-default {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.join-agree-area .panel-body {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 0 0 !important;
}

.join-agree-area .panel-footer,
#joinForm .panel-footer {
    background: #fff;
    border-top: none;
    padding: 20px 15px 80px;
}

.join-agree-area .panel-footer .row,
#joinForm .panel-footer .form-group {
    max-width: 900px;
    margin: 0 auto;
}

#joinForm .panel-footer .form-group {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0 !important;
}

#joinForm .panel-footer .btn-default,
#joinForm .panel-footer .btn-success,
.join-agree-area .panel-footer .btn-default {
    border-radius: 0;
    border: 1px solid #92060a;
    color: #fff;
    font-weight: 500;
    background: #92060a;
    font-size: 16px;
}

.join-agree-area .control-label {
    font-size: 18px;
    font-weight: 600;
    color: #2f2f2f;
    margin: 0 0 7px;
}

.join-agree-area .form-control {
    border-radius: 0;
    background: #f8f8f8;
    box-shadow: none;
    padding: 17px 18px;
    border-color: #d8d8d8;
    font-size: 13px;
    line-height: 1.6;
    color: #444;
}

.join-agree-area .checkbox input {
    margin-top: 3px;
}

.join-agree-area .checkbox label {
    font-size: 14px;
    line-height: 1.3;
}

#joinForm {
    padding: 180px 15px 110px;
    background: #999;
}

#joinForm .panel-default {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

#joinForm .panel-heading {
    background: #fff;
    margin: 0 0 50px;
    text-align: center;
    border-bottom: none;
    padding: 80px 0 0;
    font-size: 32px;
    letter-spacing: -0.04em;
    font-weight: 500;
    line-height: 1.28;
    color: #222;
}

#joinForm .panel-body {
    max-width: 900px;
    padding: 0;
    margin: 0 auto;
}

#joinForm .panel-footer {
    background: #fff;
}

#joinForm .form-group {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}

#joinForm .form-control {
    border-radius: 0;
    min-height: 40px;
    box-shadow: none;
}

#joinForm .control-label {
    line-height: 1.1;
    font-size: 16px;
}

#joinForm .control-label .text-danger {
    font-weight: 400;
    font-size: 12px;
}

#joinForm .input-group-btn .btn-default {
    min-height: 40px;
}

#joinForm .panel-footer .btn-default {
    background: #fff;
    color: #555;
    border: 1px solid #d8d8d8;
}

@media (min-width: 768px) {
    #joinForm .control-label {
        padding-top: 6px;
        margin-bottom: 0;
        text-align: left;
        width: 20%;
    }

    #joinForm .col-sm-6 {
        width: 80%;
    }
}

@media(max-width:767px) {
    .join-agree-area {
        padding: 50px 15px;
    }

    .join-agree-area .panel-default {
        margin: 0 auto;
    }

    #joinForm .panel-footer .form-group>div {
        width: 50%;
        float: left;
    }

    #joinForm .control-label br {
        display: none;
    }
}

.breadcrumb>li+li:before {
    content: "\f105 ";
    color: #ddd;
    font-family: "FontAwesome";
}

.btn-primary {
    color: #fff;
    background-color: #666;
    border-color: #666;
}

.btn-primary:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.footer-text .col-sm-pull-2 .col-sm-10 {
    padding-left: 60px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: #000;
    color: #fff;
}

#About08 .subContent_inner .nav-tabs>li>a:hover {
    border: 1px solid #347dcf;
    border-top: 2px solid #347dcf;
    background: #fff;
    color: #00418b;
}

#About08 .subContent_inner .nav-tabs>li.active>a:hover {
    background: #2a517b;
}

main#About01 .col-sm-6:first-child {
    padding-right: 60px;
}

main#About01 .col-sm-6:last-child table {
    margin-top: 10px;
}

#Recruit02 .recruit-process .thumbnail img {
    margin-bottom: 30px;
}

#Recruit02 .recruit-process .thumbnail p {
    font-size: 15px;
}

.only-thumb h5 {
    font-size: 15px;
    color: #175290;
    font-weight: 600;
    margin-top: 30px;
}

.only-thumb {
    border-bottom: 1px solid #ddd;
}

.only-thumb:last-child {
    border-bottom: none;
}

#About03 .subHeader {
    background-image: url(/skin/img/sub/sub_title_vision.jpg);
}

#About06 .subContent_inner .con2 p {
    margin-bottom: 3px;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
}

#About06 .subContent_inner .con2 p:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #ED2D2F;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}

#About06 .subContent_inner .content .btn-dl:hover {
    border: 1px solid #175290;
    text-decoration: none;
}

#Business03 .intro-box {
    margin: auto;
    width: 1000px;
}

#Business02 .con2 img {
    border-radius: 8px;
}

#Business02 .research-box:last-child {
    border-bottom: none;
}

#SiteMap .sitemap .d1-menu .d2-menu li a:hover {
    color: #004fa4;
    text-decoration: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

#SiteMap .sitemap .d1-menu .d2-menu li:before {
    content: '';
    display: block;
    width: 6px;
    height: 2px;
    background: #ED2D2F;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
    background: #295c89;
}