@charset "utf-8";
@import url('/skin/notokr/notokr.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Tangerine:700');

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: 'Noto Sans KR', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
h1, h2, h3, h4, h5, h6, p { margin: 0; letter-spacing: -0.02em; line-height: 1; }
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;
}
.sub-layout {
}

/* 상단 네비게이션 */
.navbar-inverse {
    background: #fff;
    border: none;
    margin: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.navbar-inverse > .container{
	height: 88px;
	border-bottom: 0;
}
.navbar-inverse .navbar-brand {
    margin: 16px 0 !important;
    padding: 0;
}
.navbar-inverse .navbar-brand img {
	margin: 0;
	height: 56px;
}
.navbar-inverse .navbar-nav {
    height: 88px;
    margin-right: -40px;
}
.navbar-inverse .navbar-nav > li{ height: 100%; }
.navbar-inverse .navbar-nav > li > a {
    line-height: 88px;
    display: block;
    height: 100%;
    padding: 0 40px;
    color: #222;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.04em;
	position: relative;
}
.navbar-inverse .navbar-nav > li > a:before {
	content: "";
	background: #d4d4d4;
	width: 1px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.navbar-inverse .navbar-nav > li:last-child > a:before {
	content: "";
	background: none;
	width: 0;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background: #fff;
    color: #730099;
}
.navbar-inverse .dropdown-menu {
    left: 0;
    right: 0;
    border-radius: 4px;
    border: 0;
    padding: 16px 12px;
    animation-name: dropAnim;
    animation-duration: .4s;
    animation-fill-mode: forwards;
    min-width: 200px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
@keyframes dropAnim{
    0%{
        left: 20px;    
    }
    100%{
        left: 0;
    }
}
.navbar-inverse .dropdown-menu li a {
    color: #444;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
    padding: 16px 16px;
}
.navbar-inverse .dropdown-menu li a:hover, .navbar-inverse .dropdown-menu li a:focus {
    background: none;
    color: #730099;
    position: relative;
}
.navbar-inverse .dropdown-menu li a:hover:before, .navbar-inverse .dropdown-menu li a:focus:before {
    content: "";
    background: #730099;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
}
@media (max-width: 767px){
	.navbar-inverse .navbar-toggle{
		background-color: #333;
		margin-top: 27px;
		margin-bottom: 27px;
	}
	.navbar-inverse .navbar-collapse{
		background-color: #fff;
	}
	.navbar-inverse .navbar-nav{
		height: auto;
		margin: 0 auto;
	}
	.navbar-inverse .navbar-brand img{
		margin-left: 15px;
	}
	.navbar-inverse .navbar-nav > li{
		text-align: center;
	}
	.navbar-inverse .navbar-nav > li > a{
		line-height: 70px;
	}
	.navbar-inverse .navbar-nav > li > a:before{
		width: 0;
	}
	.navbar-nav .open .dropdown-menu{
		text-align: center;
		background-color: #f4f4f4;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
		padding: 10px 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.navbar-inverse .navbar-nav > li > a{
		padding: 0 30px;
		font-size: 18px;
	}
}
/* //상단 네비게이션 */


/* 슬라이드 영역 */
.fill {
    height: 520px;
}
.container_slide {
    width: 100%;
    padding: 0;
    padding-top: 88px;
}
.carousel-caption {
    right: 20%;
    left: 20%;
    padding: 0;
    top: 35%;
    bottom: auto;
    transform: translateY(-50%);
	transition: all .8s ease-out;
	opacity: 0;
}
.active .carousel-caption{
	top: 40%;
	opacity: 1;
}
.container_slide .carousel-caption h1 {
    font-size: 160px;
    font-family: 'Tangerine', cursive;
}
.container_slide .carousel-caption p {
    font-size: 24px;
	letter-spacing: -0.04em;
}
.container_slide .carousel-caption h1 span, .container_slide .carousel-caption p span {
    background-color: transparent;
    text-shadow: none;
    opacity: 1;
    padding: 0;
}
.container_slide .carousel-caption p span strong {
    margin-top: 8px;
    display: block;
}
.container_slide .fill .slide .pull-center .carousel-control{
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
}
.container_slide .fill .slide .pull-center .carousel-control.left{
	background-image: url('/skin/img/slide/arrow_prev.png');
}
.container_slide .fill .slide .pull-center .carousel-control.right{
	background-image: url('/skin/img/slide/arrow_next.png');
}
.container_slide .carousel-indicators li{
	width: 15px;
	height: 15px;
	margin: 5px;
	transition: all .4s ease;
}
@media (max-width: 767px){
	.container_slide .carousel-caption p{
		font-size: 20px;
		word-break: keep-all;
		line-height: 1.18;
	}
	.container_slide .fill{
		height: 350px;
	}
}

/* //슬라이드 영역 */

/* 메인 중단영역 */
.mobile-btn-layout-container{
    display: none;
}
.intro-html-layout {
    padding-bottom: 80px;
}
.intro-board-widget-layout {
    padding-bottom: 120px;
	display: none;
}
.mainPage {
    overflow: hidden;
    padding-top: 80px;
}
.mainPage .middle {
    margin-bottom: 40px;
}
.mainPage .middle h3, .intro-boardbox .page-header h4 {
    color: #222;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 40px;
}
.mainPage .middle h3:before, .intro-boardbox .page-header h4:before {
	content: "";
	background: #730099;
	width: 24px;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.mainPage .middle p {
    color: #444;
    font-size: 16px;
    text-align: center;
    margin-top: -16px;
    margin-bottom: 40px;
}
.mainPage .middle > .row {
	margin-right: -4px;
    margin-left: -4px;
}
.mainPage .solution-box {
    height: 200px;
    padding: 0 4px;
}
.solution-box .solution-box-inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}
.mainPage .solution-box:nth-child(3) .solution-box-inner{
    background-image: url('/skin/img/main/main01.jpg');
}
.mainPage .solution-box:nth-child(4) .solution-box-inner{
    background-image: url('/skin/img/main/main02.jpg');
}
.solution-box .solution-box-inner a {
    color: #fff;
    font-size: 32px;
    display: block;
    height: 100%;
    padding: 24px 32px;
    transition: all .4s ease;
    background-color: rgba(115, 0, 153, 0.6);
}
.mainPage .solution-box:hover .solution-box-inner a {
    background-color: rgba(115, 0, 153, 0.96);
    text-decoration: none;
}
.solution-box .solution-box-inner .fa {
    position: absolute;
    right: -10px;
    bottom: -10px;
    font-size: 160px;
    color: #fff;
    opacity: .4;
}
.solution-box:hover .solution-box-inner .fa {
	opacity: .8;
}
.mainPage .bottom > .row {
    margin-right: -4px;
    margin-left: -4px;
}
.mainPage .bottom .row > div {
    min-height: 200px;
    background: #fbf9f7;
    border: 4px solid #fff;
    padding: 24px;
    opacity: inherit;
    overflow: hidden;
}
.mainPage .bottom .row > div h4 {
    color: #222;
    font-size: 24px;
    margin-bottom: 16px;
}
.mainPage .bottom .row > div .fa {
    color: #e8870e;
    font-size: 120px;
    line-height: 40px;
    display: block;
    position: absolute;
    bottom: 20px;
    right: -40px;
    opacity: 0.1;
    z-index: 0;
    width: 120px;
}
.mainPage .bottom .row > div p {
    color: #888;
    font-size: 13px;
    line-height: 18px;
}
.mainPage .bottom .row > div p.contact-phone {
    margin-top: 4px;
    font-size: 20px;
    font-weight: bold;
    color: #e8870e;
}
.mainPage .bottom .row > div a {
    color: #e8870e;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.04em;
    font-size: 13px;
    border: 1px solid #e8870e;
    display: inline-block;
    width: 160px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
}
.mainPage .bottom .row > div a:hover, .mainPage .bottom .row > div a:focus {
    background: #e8870e;
    color: #fff;
}
.intro-boardbox .page-header {
    margin: 0;
    padding: 0;
    border: none;
}
.intro-boardbox .page-header h4 .btn {
    float: none !important;
    padding: 0;
    color: #730099;
    font-size: 10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #730099;
    border-radius: 100%;
    line-height: 22px;
    text-align: center;
    margin-top: -10px;
}
.intro-boardbox .page-header h4 .btn:hover, .intro-boardbox .page-header h4 .btn:focus {
	background: #730099;
	color: #fff;
}
.intro-boardbox .panel {
    padding: 0;
    margin: 0;
    border: none;
}
.intro-boardbox .panel .panel-body {
    padding: 0 15px;
}
.intro-boardbox .dh-front-list2-words {
    margin: 0;
    padding: 16px 0;
    border-bottom: 1px solid #e4e4e4;
}
.intro-boardbox .dh-front-list2-words a, .intro-boardbox .dh-front-list2-words span {
    color: #444;
    font-size: 16px;
    font-weight: 400;
}
.intro-boardbox .dh-front-list2-words .list-row-subject {
    padding-left: 20px;
    position: relative;
}
.intro-boardbox .dh-front-list2-words .list-row-subject:before {
	content: "";
	background: #b4b4b4;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translateY(-50%);
}
.intro-boardbox .dh-front-list2-words .row-separator, .intro-boardbox .dh-front-list2-words .list-row-contents {
    display: none;
}
.intro-boardbox .dh-front-list2-words .list-row-regdate{
    float: right;
	color: #888;
}
@media (max-width: 767px){
	.mainPage .middle p, .mainPage .bottom .row > div p{
		word-break: keep-all;
	}
	.mainPage .solution-box{
		margin-bottom: 10px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
    
	.mainPage .middle p, .mainPage .bottom .row > div p{
		word-break: keep-all;
	}
}
@media (min-width: 992px) and (max-width: 1199px){

}
@media (min-width: 1200px){
    
}
/* //메인 중단영역 */


/* 서브페이지 */
.sub-layout {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 88px;
}
.subHeader {
    height: 280px;
    background-image: url(/skin/img/sub/sub_title.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.subHeader .container h2 {
    text-align: center;
    color: #fff;
    font-size: 32px;
    margin-top: 120px;
}
.subHeader .container p {
    text-align: center;
    color: #e4e4e4;
    font-size: 16px;
    margin-top: 12px;
}
.subBody {
  padding-bottom: 50px;
}
.subBody .subMenu {
    padding-right: 40px;
}
.subBody .subMenu h2 {
    margin: -136px 0 0;
    padding-top: 80px;
    padding-bottom: 24px;
    padding-left: 24px;
    background-color: #730099;
    color: #fff;
    font-size: 32px;
    font-weight: 400;
}
.subBody .subMenu ol > li {
    margin: 0;
}
.subBody .subMenu ol > li > a {
    border-bottom: 1px solid #e4e4e4;
    color: #444;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 24px;
    letter-spacing: -0.04em;
    border-radius: 0;
    background: #f4f4f4;
}
.subBody .subMenu ol > li.active > a, .subBody .subMenu ol > li > a:hover {
    color: #730099;
    background: #fff;
}
.subBody .subMenu ol > li.active > ul{
    background-color: #eee;
}
.subMenu ol > li > ul {
    margin: 0;
    padding: 12px 24px;
    background: #f4f4f4;
}
.subMenu ol > li > ul > li {
    padding: 0 0 0 12px;
    position: relative;
}
.subMenu ol > li > ul > li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #b4b4b4;
    width: 4px;
    height: 2px;
}
.subMenu ol >li > ul > li > a {
    color: #888;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 1;
    padding: 12px 0;
    display: inline-block;
    width: 100%;
}
.subMenu ol >li > ul > li > a:hover {
    color: #939;
    text-decoration: none;
}
.subMenu ol > li > ul > li.active a, .subMenu ol > li > ul > li a:hover {
    color: #222;
}

.subBody .subContent {
    padding-left: 20px;
    padding-top: 80px;
    padding-bottom: 120px;
}
.subBody .subContent .subContent_title {
    color: #222;
    font-size: 32px;
    margin-bottom: 48px;
}
.subContent_inner p {
    color: #444;
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 28px;
    margin-bottom: 25px;
	word-break: keep-all;
}
.subContent_inner p strong {
    color: #222;
    font-size: 20px;
}
.subContent_inner img{
	margin-bottom: 25px;
}
.subContent_inner img.vision{
	float: right;
	width: 430px;
	margin-top: 45px;
}
.subContent_inner table img{
	margin-bottom: 0;
}
.subContent_inner .timeline h4{
    font-size: 40px;
    font-weight: 600;
    color: #ccc;
    margin: 0;
    border-left: 0;
    padding-left: 0;
}
.subContent_inner .timeline ul {
    min-height: 120px;
}
.subContent_inner .timeline ul li p .month {
    color: #aa44aa;
    font-weight: bold;
    padding-right: 16px;
    letter-spacing: 0.08em;
	word-break: keep-all;
}
.subContent_inner dl {
    margin: 24px 0 0;
    color: #666;
    font-size: 16px;
    border-top: 2px solid #000;
}
.subContent_inner dl dt, .subContent_inner dl dd {
    letter-spacing: -0.02em;
    line-height: 1.6;
    padding: 16px 12px;
    border-bottom: 1px solid #e4e4e4;
	word-break: keep-all;
}
.subContent_inner dl dt {
    display: inline-block;
    width: 20%;
    color: #222;
}
.subContent_inner dl dd {
    width: 80%;
    display: inline-block;
}
/*
.dh-board, .form-horizontal, .dh-view-box, .login-layout {
    float: right;
    margin-top: -160px;
    padding-bottom: 120px;
}
*/
.table, .dh-board>.table-hover {
    border-top: 2px solid #000;
    border-bottom: 1px solid #b4b4b4;
    margin: 0;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.6;
    padding: 16px 12px;
    border-bottom: 1px solid #e4e4e4;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
    color: #222;
    font-weight: 500;
}
.table > tbody > tr > td{
	font-size: 13px;
	padding: 9px 12px;
}
.table > tbody > tr > td a {
    color: #222;
    font-weight: 500;
}
.dh-margin-top {
    margin-top: 80px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #e8870e;
    border-color: #e8870e;
}
.intro-boardbox .dh-front-list2-words span.label, .table > tbody > tr > td .label {
    background: none;
    color: #e8870e !important;
}

/* sub about */
#about02 .subContent_inner {
    background-image: url(/skin/img/sub/about02.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}

/* sub business */
main.business .subHeader {
    background-image: url(/skin/img/sub/sub_title_business.jpg);
}
.business_section {
    background: #f4f4f4;
    padding: 0;
    text-align: center;
    width: 280px;
    min-height: 220px;
    border-radius: 6px;
    overflow: hidden;
}
.business_section h5 {
    background: #730099;
    color: #fff;
    font-size: 20px;
    margin-bottom: 24px;
    padding: 24px 0;
}
.business_section table {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.business_section table tr td {
    padding: 16px 0;
    font-size: 16px;
    color: #222;
    letter-spacing: -0.02em;
    line-height: 1;
    border: 1px solid #730099;
    background: #e9e5f5;
}
.business_section > span{
	display: block;
	width: 280px;
	text-align: center;
	font-weight: 600;
}
.business_section + span {
    margin: 16px 0 0;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: block;
}
.subContent_inner > .appliance{
	text-align: center;
}
.subContent_inner > .appliance h4{
	text-align: left;
}
.appliance_section {
    display: inline-block;
    width: 200px;
    height: 120px;
    text-align: center;
    margin: 10px 10px;
    vertical-align: middle;
    line-height: 112px;
    color: #222;
    font-size: 18px;
    font-weight: 500;
    background: #fff;
    border-top: 4px solid #730099;
    border-left: 4px solid #730099;
    border-bottom: 4px solid #e9e5f5;
    border-right: 4px solid #e9e5f5;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.appliance_section:last-child {
    line-height: 24px;
    padding-top: 36px;
}

/* sub recruit */
main.recruit .subHeader {
    background-image: url(/skin/img/sub/sub_title_recruit.jpg);
}

/* sub recruit */
main.customer .subHeader {
    background-image: url(/skin/img/sub/sub_title_customer.jpg);
}
/*=====----- 메일폼 설정 -----=====*/
/*
#mailForm, .login-layout {
    float: right;
    margin-top: -160px;
    padding-bottom: 120px;
}
*/
#mailForm .form-group {margin: 0; padding: 25px 35px; background: #f8f8f8; border-bottom: 1px solid #e0e0e0;}
#mailForm .form-group:first-child {border-top: 2px solid #000;}
#mailForm .form-group:nth-child(5) {background: none; border: none; padding: 30px 25px;}
#mailForm .form-group label {width: 15%; float: left; margin: 10px 0 0;}
#mailForm .form-group input.form-control, #mailForm .form-group textarea.form-control {width: 85%; max-width: 935px; border: 1px solid #d0d0d0; border-radius: 0; box-shadow: 0 0 0 rgba(0,0,0,0);}
#mailForm .form-group input.form-control {height: 40px;}
#mailForm .form-group p.error, #mailForm .form-group~p.error {margin: 0; color: #e83428; font-size: 12px}
#mailForm .form-group~p.error {padding-left: 35px; margin: -15px 0 0;}
#mailForm .form-group .checkbox {margin: -8px 0 0;}
#mailForm .form-group .checkbox label {width: 100%; margin: 0;}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 240px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 16px 0;
    border: none !important;
    border-radius: 4px;
    background: #730099 !important;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    color: #fff;
    font-size: 16px;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
input[type=button].btn-block:hover, input[type=reset].btn-block:hover, input[type=submit].btn-block:hover {
    background: #e8870e !important;
}
@media screen and (max-width: 991px) {
    #mailForm .form-group input.form-control, #mailForm .form-group textarea.form-control {max-width: 567px;}
}
@media screen and (max-width: 767px) {
    #mailForm .form-group {padding: 20px 15px;}
    #mailForm .form-group label {width: 20%; font-size: 13px; font-weight: 500; letter-spacing: -0.05em;}
    #mailForm .form-group input.form-control, #mailForm .form-group textarea.form-control {width: 80%;}
    #mailForm .form-group~p.error {padding-left: 15px; margin: 0;}
    input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {margin-top: 80px;}
}
 .dh-view-box{
    margin-bottom: 50px;
 }
.business .subContent_inner > div{
    padding-bottom: 30px;
}
.business .subContent_inner > div:last-child {
    border-top: 1px solid #e4e4e4;
    padding-top: 48px;
}
.business .subContent_inner h4, .recruit .subContent_inner > div > h4 {
    color: #222;
    font-size: 24px;
    margin-bottom: 28px;
    padding-left: 16px;
    position: relative;
}
.business .subContent_inner h4:before, .recruit .subContent_inner > div > h4:before {
	content: "";
	background: #730099;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.business .subContent_inner > h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    background: #730099;
    padding: 8px 24px;
    margin-top: 48px;
    margin-bottom: 24px;
}
.business .subContent_inner > ul {
    margin-bottom: 48px;
    padding-left: 24px;
}
.business .subContent_inner > ul > li > h6 {
    font-size: 18px;
	font-weight: bold;
    margin-bottom: 8px;
}
.business .subContent_inner > ul > li > p {
    margin-bottom: 40px;
}
.business .subContent_inner > p:last-child {
    padding-left: 24px;
}
.recruit .subContent_inner .talent {
    margin-bottom: 80px;
}
.recruit .subContent_inner .talent ul .thumbnail {
    border: 0;
    border-radius: 0;
}
.recruit .subContent_inner .talent ul .thumbnail .caption {
    background: #f8f8f8;
    padding: 32px 24px;
    text-align: center;
}
.recruit .subContent_inner .talent ul .thumbnail .caption h4 {
    font-size: 24px;
    margin-bottom: 12px;
}
.recruit .subContent_inner .talent ul .thumbnail .caption h4 span {
    color: #730099;
    font-size: 14px;
    letter-spacing: 0.04em;
}
.recruit .subContent_inner .talent ul .thumbnail .caption p {
    margin: 0;
}
.recruit .subContent_inner .welfare > div{
    margin-bottom: 20px;
}
.recruit .subContent_inner .welfare > div h4 {
    color: #222;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
	word-break: keep-all;
}
.recruit .subContent_inner .welfare ul li {
    text-align: center;
    margin-bottom: 40px;
}
.recruit .subContent_inner .welfare ul li .fa {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    color: #e8870e;
    font-size: 56px;
    position: relative;
}
.recruit .subContent_inner .welfare ul li .fa:before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.recruit .subContent_inner .welfare ul li .caption {
    margin: 0 auto;
    max-width: 200px;
}
.recruit .subContent_inner .welfare ul li .caption h5 {
    color: #888;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 12px;
    min-height: 48px;
}
.recruit .subContent_inner .welfare ul li .caption span {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.02em;
	word-break: keep-all;
}
.recruit .table {
    margin-bottom: 40px;
	word-break: keep-all;
}
.recruit > ul {
    padding: 24px 40px;
    margin: 0;
    background: #f4f4f4;
    border-radius: 4px;
}
.recruit > ul li {
    color: #666;
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 1.8;
}
.recruit .subContent_inner > .recruit ul li{
    position: relative;
}
.recruit .subContent_inner > .recruit ul li:before{
    content: '-';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translate(0, -50%);
}
.dh-margin-topx2{
	margin-top: 0;
}
.dh-view-box>.row>.page-header{
	padding: 25px 15px;
	border-bottom: 0;
	margin: 0;
}
.dh-view-box>.row>.dh-view-info{
	background: #fff;
	padding: 10px 15px;
}
.dh-attach+.col-xs-12{
	padding-top: 45px !important;
}
.dh-attach+.col-xs-12 p{
	color: inherit;
	line-height: inherit;
	font-size: inherit;
	margin-bottom: inherit;
	letter-spacing: inherit;
}
@media (max-width: 767px){
	.subBody .subMenu{
		padding-right: 15px;
	}
	.subBody .subMenu h2{
		margin-top: 0px;
		padding-top: 24px;
		padding-bottom: 14px;
	}
	.subContent_inner dl dt{
		width: 30%;
	}
	.subContent_inner dl dd{
		width: 70%;
	}
	.subBody .subContent{
		padding-left: 15px;
	}
	.business_section + span{
		margin-top: 5px;
		margin-bottom: 20px;
	}
	.business .subContent_inner > ul,
	.business .subContent_inner > p:last-child{
		padding-left: 15px;
	}
	.recruit .subContent_inner .talent > ul,
	.recruit .subContent_inner .welfare > ul{
		padding-left: 0;
	}
	.recruit .subContent_inner .welfare > ul > li{
		min-height: 184px;
	}
	.subContent_inner .timeline ul li p .month{
		display: block;
		height: 50px;
		float: left;
		font-size: 1.3em;
	}
}
@media (min-width: 768px) and (max-width: 991px){
    
	.subContent_inner .timeline ul li p .month{
		display: block;
		height: 50px;
		float: left;
		font-size: 1.3em;
	}
	.business_section{
		margin: 0 auto;
	}
	.business_section + span{
		margin-top: 5px;
		margin-bottom: 20px;
	}
	.recruit .subContent_inner .talent > ul,
	.recruit .subContent_inner .welfare > ul{
		padding-left: 0;
	}
}
@media (min-width: 992px) and (max-width: 1199px){

}
@media (min-width: 1200px){
    
}
/* //서브페이지 */


/* 검은 푸터 */
.footer_copy .text-center {
    background: #222;
    padding: 32px 40px;
    margin: 0;
}
address {
    margin: 0;
    line-height: 20px;
}
.footer_copy .wrap-footer {
    max-width: 1170px;
    color: #888;
    margin: 0 auto;
    font-size: 13px;
    text-align: left;
}
address strong {
	color: #b4b4b4;
}

@media screen and (max-width:768px){
	.wrap-footer address{
		display: inline-block;
		margin-top: 20px;
		width: 100%;
	}
	.wrap-footer > .text-right{
		text-align:left;
	}
}
@media (max-width: 767px){
	.footer_copy .footer-mid{
		word-break: keep-all;
		text-align: center;
	}
}
@media (min-width: 768px) and (max-width: 991px){
    
}
@media (min-width: 992px) and (max-width: 1199px){

}
@media (min-width: 1200px){
    
}
/* //푸터 */


/* login */
.sub-layout > .container {
    width: 100%;
    padding: 0;
}
.login-layout, .id-find-layout, .pw-find-layout {
    background: #f4f4f4;
    padding: 100px 15px;
    float: none;
    margin: 0;
    width: 100%;
}
.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{
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus{
    border-color: #aaa;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #730099;
    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: #e8870e;
}
.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;
    }
}
