@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.7.2/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.7.2/css/v4-shims.css);
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr',  "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
h1, h2, h3, h4, h5, h6, p { margin: 0; }
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}

.navbar .caret, 
.navbar .divider-vertical, 
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}

/*가로 100% 레이아웃 정의*/
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
	margin:0;
}
.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout + .row,
#mailForm,
#insertForm{
	width:100%;
	max-width:1170px;
	margin:0 auto;
}
*{word-break:keep-all}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
    background: #f5f5f5;
    padding: 100px 15px;
}
.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: #117b4e;
    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: #11ab69;
}
.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;
    }
}
.li-dash > li,
.li-dot > li,.li-dash >dd,
.li-dot > dd{padding-left:20px; position:relative;}
.li-dash > li:before,
.li-dot > li:before,.li-dash > dd:before,
.li-dot > dd:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before,.li-dot > dd:before{
	content:'·';
}
*{word-break:keep-all}
.subContent ul{padding:0}

/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #fff;
    border: none;
    margin: 0;
}
.navbar-inverse .navbar-brand {
    margin: 24px 0 !important;
    padding: 0;
}
.navbar-inverse .navbar-brand img {
    margin: 0;
}
.navbar-inverse .navbar-nav > li > a {
    background: none;
    color: #222;
    font-size: 18px;
    padding: 36px 32px 32px;
    margin: 0;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background: none;
    color: #a4a4a4;
}

@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav .dropdown-menu {
		background: #f4f4f4;
		border: none;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		padding: 24px 16px 24px 0;
		min-width: 200px;
		left: 50%;
		right: auto;
		transform: translate(-50%, 0);
	}
	.navbar-inverse .navbar-nav .dropdown-menu > li > a, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #222;
		font-size: 15px;
		letter-spacing: -0.04em;
		line-height: 1;
		padding: 16px 16px;
	}
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
		color: #fff;
		background: #feae1b;
		border-top-right-radius: 40px;
		border-bottom-right-radius: 40px;
	}
}
/* 상단 서브 메뉴 설정 끝*/


/* 하단 카피라이트 설정 시작*/
.footer_copy .text-center {
    background-color: #f4f4f4;
    padding: 48px 0 56px;
    margin: 0;
    float: none;
}
.footer_copy .wrap-footer {
    max-width: 1170px;
    color: #888;
    margin: 0 auto;
    font-size: 13px;
    text-align: left;
}
.wrap-footer > .text-right {
   margin-top: 64px;
}
address {
    margin: 0;
    line-height: 22px;
}
address span strong {
	color: #444 !important;
}
@media screen and (max-width:768px){
	.wrap-footer address{
		display: inline-block;
		margin-top: 20px;
		width: 100%;
	}
	.wrap-footer > .text-right{
		text-align:left;
	}
}
/* 하단 카피라이트 설정 끝*/

/*slide*/
.container_contents {
    padding-top: 88px;
}
.carousel-inner .item {
	width: 100%;
	height: 560px;
}
.carousel-inner .item:nth-of-type(2) { background: url(/skin/img/slide/slide01.jpg)no-repeat center / cover; }
.carousel-inner .item:nth-of-type(3) { background: url(/skin/img/slide/slide02.jpg)no-repeat center / cover; }
.carousel-caption {
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0;
    right: auto;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
.carousel-caption h2 {
    font-size: 64px;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1;
    margin-bottom: 24px;
}
.carousel-caption p {
    color: #444;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1;
    display: inline-block;
    text-shadow: none;
    background: #ffffff;
    padding: 16px 40px;
    border-radius: 40px;
}

/*main*/
.maincon1 {
    background: #f9a417;
    position: relative;
    width: 100%;
    height: 160px;
}
.maincon1:before, .maincon1:after {
    content: "";
    width: 100%;
    height: 160px;
    background: #222;
    position: absolute;
    left: -100%;
}
.maincon1:after {
    background: #f9a417;
	left: auto;
    right: -100%;
}
.maincon1 .col-md-3 {
    background: #222;
    padding: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.maincon1 .col-md-3:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.maincon1 .col-md-3:last-child {
    border-right: none;
    border-top-right-radius: 88px;
    border-bottom-right-radius: 88px;
    overflow: hidden;
}
.maincon1 .col-md-3 a {
    display: block;
    text-decoration: none;
    min-height: 160px;
    position: relative;
    padding: 24px 32px;
    color: #fff;
    transition: all ease .3s;
}
.maincon1 .col-md-3 a p {
    letter-spacing: -0.04em;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}
.maincon1 .col-md-3 a i {
    position: absolute;
    bottom: 24px;
    right: 32px;
    font-size: 48px;
}
.maincon1 .col-md-3 a:hover {
    background: #f4f4f4;
    color: #222;
}
.maincon2 {
    padding: 72px 0 80px;
}
.maincon2 h4 {
    font-size: 32px;
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 32px;
    border-bottom: none;
}
.maincon2 .col-md-6:nth-of-type(2) a {
    display: block;
    min-height: 120px;
    padding: 24px 32px;
    color: #222;
    border-radius: 16px;
    position: relative;
    background: #f9f2e1;
    text-decoration: none;
    transition: all ease .3s;
}
.maincon2 .col-md-6:nth-of-type(2) a p {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
}
.maincon2 .col-md-6:nth-of-type(2) a i {
    position: absolute;
    right: 32px;
    bottom: 24px;
    color: #f9a417;
    font-size: 56px;
}
.maincon2 .col-md-6:nth-of-type(2) a:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    background: #f9a417;
    color: #fff;
}
.maincon2 .col-md-6:nth-of-type(2) a:hover i {
	color: #fff;
}
.maincon2 .col-md-6:nth-child(2) > .row {
    margin-right: -4px;
    margin-left: -4px;
}
.maincon2 .col-md-6:nth-child(2) > .row > .col-md-6 {
    padding: 0 4px;
}

/*mainBBS*/
/* ---------- 게시판 타이틀 설정 ---------- */

.intro-boardbox .page-header {
    padding: 0;
    margin: 0;
    border-bottom: none;
}
.intro-boardbox .page-header h4 .btn {
    border: 1px solid #000;
    font-size: 12px;
    padding: 0;
    line-height: 30px;
    width: 32px;
    height: 32px;
    border-radius: 0;
}
.intro-boardbox .page-header h4 .btn:hover, .intro-boardbox .page-header h4 .btn:active {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
	opacity: 0.4;
}

/* ---------- 게시판 리스트 설정 ---------- */
.intro-boardbox .front-panel>.panel {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.intro-boardbox .panel-body {
    padding: 0;
}
.dh-front-list2-words {
	margin: 0 !important;
	padding: 0;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
    color: #333;
    font-weight: 400;
    font-size: 16px;
    padding: 8px 0;
}

.dh-front-list2 h6 a:hover span {
	text-decoration: none;
}

.dh-front-list2 h6 a:hover .list-row-subject {
	color: #303030;
}

.dh-front-list2-words:first-child {
	margin: auto;
}

.list-row-subject {
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 380px;
	white-space: nowrap;
}

.list-row-subject:before {
	content: "∙";
	color: #1d65a3;
	font-weight: bold;
	padding-right: 11px;
}

.row-separator {
	display: none;
}

.list-row-regdate {
	float: right;
	color: #999 !important;
}

.list-row-contents {
	display: none;
}
.intro-boardbox .label-danger{
	padding:2px 4px!important;
	position:relative;
	top:7px;
}
.intro-boardbox-type-bbs .label-danger{
	top:0;
}
.dh-front-list2 h6 a small span.label-danger{    color: #d9534f !important;
    font-size: 12px !important;
    background: transparent;
    display: inline-block;
    margin-top: 7px;
    font-weight: 600;}
/* //메인 페이지 설정 끝 */


/*subTop*/
.sub-layout {
    padding-top: 88px;
}
.subTop{    width: 100%;
    height: 300px;
    background: url(/skin/img/sub/subTop.jpg)no-repeat center / cover;}
.subTop .container{    position: relative;
    top: 50%;
    transform: translateY(-50%);}
.subTop h2{    margin: 0;
    color: #fff;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
    font-size: 40px;}
.subTop .breadcrumb{    background: transparent;
    color: #fff;
    padding: 0;
    margin: 0;}
.subTop .breadcrumb li{
    opacity: .7}
.subTop .breadcrumb li.active{
    opacity: 1;color:#fff}
.subContent {
    padding: 80px 0 104px;
}
.subTitle {
    text-align: center;
    margin-bottom: 72px;
	position:relative
}
.subTitle h3 {
    display: inline-block;
    letter-spacing: -0.04em;
    font-size: 32px;
    color: #222;
    font-weight: bold;
    background: #fff;
    padding: 0 32px;
    position: relative;
}
.subTitle .col-md-12:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #e4e4e4;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    margin: 0 15px;
}
.subContent .con{margin-bottom:60px}
.subContent .con:last-child{margin-bottom:0}

.subContent .table.table-type03 {
    margin: 0;
    border-top: 1px solid #000;
}
.subContent .table.table-type03 tr th, .subContent .table.table-type03 tr td {padding: 16px 12px !important; border-bottom: 1px solid #dedede !important; letter-spacing: -0.02em; word-break: keep-all; vertical-align: middle !important;font-size:16px}
.subContent .table.table-type03 tr th {color: #333;background: #f8f8f8;text-align:center}
.subContent .table.table-type03 tr td {color: #666;}

.subContent h4{    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.04em;
    border-left: 7px solid #f8ae29;
    padding-left: 10px;
    color: #222;
    margin-bottom: 30px;}

.subContent .con > div > dl dt{    text-align: center;
    font-size: 18px;
    letter-spacing: -0.034em;
    padding: 15px 0;
    background: #f3f3f3;
    border-top: 2px solid #222;
    margin-bottom: 15px;}
.subContent .con > div > dl dd{    font-size: 16px;margin-bottom:5px;line-height:1.6;    letter-spacing: -0.04em;}
.subContent .con > div > dl dd ul{margin-top:10px}
.subContent p {
    color: #444;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
}

/*company*/
#company01 .con1 p{  
    font-size: 18px;
    letter-spacing: -0.034em;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.8;}
#company01 .con1 p strong {
    font-size: 24px;
    font-weight: bold;
    color: #222;
    margin-right: 2px;
}
#company01 .con1 p span,#company01 .con1 dd strong {
    font-weight: bold;
    color: #36488e;
}
.table.history tr {
    border-bottom: 1px solid #d4d4d4;
}
.table.history tr th {
    font-size: 32px;
    text-align: center;
    border-top: 2px solid #222;
    padding: 24px 8px;
}
.table.history tr td {
    border-top: 2px solid #e4e4e4;
    font-size: 15px;
    line-height: 32px;
    padding: 24px 8px;
}
#company02 .con1 p {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 32px;
}
#company02 .con1 img {
    border: 4px solid #e4e4e4;
    border-bottom: 0;
}
#company02 .con1 h5{
    margin:0 0 15px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color:#111;
    background:#e4e4e4;
}

/*solution*/
.solution .con1 p, #solution02 .con3 p, #work .con1 p {
    color: #666;
    font-size: 20px;
    letter-spacing: -0.04em;
    line-height: 32px;
}
#solution02 .con2,#solution03 .con2{padding-bottom: 60px;
    border-bottom: 1px dashed #ddd;}
@media(min-width:768px){
	#solution02 .col-md-3,#solution03 .con2 .col-md-3{width:20%}
}
#solution02 .con .col-md-3 p, #solution03 .con2 .col-md-3 p {
    background: #e4e4e4;
    min-height: 80px;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    line-height: 80px;
    border: 4px solid #e4e4e4;
}
#solution02 .con .col-md-3 img, #solution03 .con2 .col-md-3 img {
    border: 4px solid #e4e4e4;
    border-radius: 4px;
    min-height: 88px;
}
#solution02 .con .col-md-6 img{margin-top:30px}
#solution02 .con .col-md-6+.clearfix,#solution03 .con .col-md-6+.clearfix{margin:30px 0}
#solution03 .con3 .col-md-6 > dl{min-height:490px}
#solution03 .con3 .col-md-6 .row dl dt{background: #ffad21;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.034em;
    padding: 10px 0;}
#solution03 .con3 .col-md-6 .row dl dd{    text-align: center;
    background: #333;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.034em;
    padding: 10px 0;
    min-height: 65px;position:relative}
#solution03 .con3 .col-md-6 .row dl dd span{    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 100%;}
#work .con2 dd{    text-align: center;}
#work .con2 ul{padding: 10px;
    border: 1px solid #ddd;
    border-top: 2px solid #222;}
#work .con2 ul li{    text-align: center;
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 500;}
#work .con2 .col-md-4 + .col-md-12 p,#work .con3 .col-md-12 p{    font-size: 15px;
    font-style: italic;
    margin-top: 20px;}
#work .con3 .col-md-6 p:nth-of-type(odd) {
     text-align: center;
    background: #75b347;
    color: #fff;
    font-weight: 500;
    padding: 10px;
}
#work .con3 .col-md-6 p:nth-of-type(even) {
    text-align: center;
    background: #fff;
    font-weight: 500;
    padding: 10px;
    border-left: 1px solid #75b347;
    border-right: 1px solid #75b347;
}
#work .con5 dl dt{    text-align: left;
    background: transparent;
    border-top: none;
    padding: 0;}
#work .con5 dl dd{    font-size: 15px;}
#work .con5 .clearfix {margin:40px 0;padding:40px 0; border-bottom:1px solid #ddd}
.workbal{    color: #36bd3b !important;
    font-style: italic;
    font-weight: 600;}
.workbal span{    color: #222;
    font-style: normal;
    margin-left: 8px;
    font-size: 27px;}
.workbal img{    margin-top: -5px;}
.work02_img{    padding: 40px;
    border: 1px solid #ddd;}
#work02 .con1 p{    padding: 20px 0;
    border-radius: 50px;
    background: #f8ae29;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;}
#work02 .con1 .work2_box01 p{background: #333;}
#work02 .subContent .table.table-type03 tr th, #work02 .subContent .table.table-type03 tr td{text-align: center;border-bottom:none;border:1px solid #ddd}
#work02 .con3 p{font-size: 18px;
    font-weight: 500;
    margin-top: 20px;}

.subContent .work-paragraph {
    margin-bottom: 60px;
    color: #666;
    font-size: 20px;
    letter-spacing: -0.04em;
    line-height: 32px;
    text-align: center;
}
.subContent .work-paragraph strong {
    font-size: 24px;
    font-weight: bold;
    color: #222;
}
#work04 .work02_img {
    padding: 25px;
    border: 1px solid #ddd;
}
#work04 .con1 .left .work02_img {
    padding: 36px 25px;
}
#work04 .con1 .right table {
    margin-top: 15px;
    margin-bottom: 0;
}
#work04 .con1 .right table thead tr:nth-child(1) th:nth-child(3),
#work04 .con1 .right table thead tr:nth-child(1) th:nth-child(4) {
    width: 31%;
}
.table-sm th,
.table-sm td {
    padding: 0.5rem !important;
    text-align: center;
    vertical-align: middle !important;
}
.table-sm td {
    font-size: 13px;
}
#work04 .con2 img {
    top: 59%;
    right: 10%;
    position: absolute;
    transform: translateY(-50%);
}
/* #work05 .con1 .right img:last-of-type {
    top: 0;
    right: 0;
    position: absolute;
} */
#work05 .con2 p {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #36488e;
}

/*BBS*/
.dh-board,.dh-view-box, form#insertForm {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.dh-board .table-hover {
    margin: 0 0 72px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #d4d4d4;
}
.dh-board .table-hover th {
    background: #f9f9f9;
}
.dh-board .table-hover th, .dh-board .table-hover td {
    border-bottom: 1px solid #ddd;
    padding: 20px 15px;
}
.table-hover tbody>tr:hover {
    background-color: #f9f9f9;
}
.table-hover .subject strong a {
    font-weight: 400;
    color: #323232;
}
.table-hover .subject strong a:hover {
    color: #de5311;
    text-decoration: underline !important;
}
.dh-view-box > .row {
    margin: 0;
}
.dh-view-box>.row>.page-header {
    background: #f9f9f9;
    padding: 0;
    margin: 0;
    border-top: 1px solid #de5311;
    border-bottom: 1px solid #ddd;
    color: #323232;
}
.dh-view-box>.row>.page-header h4 {
    padding: 20px;
    line-height: 1;
    margin: 0;
    font-weight: 400;
}
.dh-view-box>.row>.dh-view-info {
    background: #ffffff;
    padding: 8px 15px;
    border-bottom: 1px solid #ccc;
}
.dh-board .label-danger {
    display: inline-block;
    font-weight: 300;
    color: #de5311;
    background: rgba(0,0,0,0);
    font-size: 13px;
}
.dh-board .label-primary {
    background: #4a4a4a;
    border-radius: 50%;
    font-weight: 300;
    width: 17px;
    height: 17px;
    display: inline-block;
    line-height: 1;
    padding: 4px 0 0 0;
}

.dh-comments .btn-group {
    margin: 0;
    float: right;
}
.dh-comments.panel {
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.dh-comments .panel-body {
    font-size: 14px !important;
    color: #5a5a5a;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
#SmartEditorCommentForm .btn-default {
    width: 140px;
    border: 1px solid #de5311;
    border-radius: 0px;
    padding: 12px;
    margin: 20px auto 0;
    color: #de5311;
    text-shadow: none;
    box-shadow: none;
    transition: all 0.2s;
}
#SmartEditorCommentForm .btn-default:hover, #SmartEditorCommentForm .btn-default:focus {
    background: #de5311;
    color: #fff;
}
.dh-margin-top{margin-top:30px;}
form#insertForm {margin-bottom: 50px !important;}
.btnRead {font-weight: 500;}
.btn-default, .btn-primary, .btn-danger {background-image: none;}
.btn-group, .btn-group-vertical {margin: 10px 0 50px;}

.pagination li a {
    border-radius: 0 !important;
    border: 1px solid #ddd !important;
    margin-right: 9px;
    background: #fff;
}
.pagination li a:hover, .pagination li a:focus {
    border: 1px solid #aaa !important;
    border-bottom: 1px solid #aaa !important;
    background: #fff;
}
.pagination>.active>a, .pagination>.active>span {
    background: #fff;
    color:#de5311;
    font-weight: 600;
    border: 1px solid #ddd;
}
.pagination>.active>a:focus, .pagination>.active>a:hover,
.pagination>.active>span:focus, .pagination>.active>span:hover {
    border: 1px solid #aaa;
    border-bottom: 1px solid #aaa !important;
    background: #fff;
    color: #f03c17;
}
.input-group button, .input-group input, .btn-group .btn {
    background: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    color: #565656;
    text-shadow: none;
    padding: 6px 9px;
}
.input-group button:hover, .input-group button:focus,
.input-group input:hover, .input-group input:focus {
    border-color: #aaa;
    background: #f8f8f8;
    color: #565656;
}
.input-group .form-control {
    background: #fff;
    border-right: none;
}
.input-group .form-control:hover, .input-group .form-control:focus {
    background: #fff;
}
button#btnNew {
    background: #565656;
    border: 1px solid #4a4a4a;
    color: #fff;
}
.btnEdit i, .btnDelete i {
    color: #454545;
}


/*mailform*/
#mod_type_formForm {    max-width: 800px;margin:0 auto}
#mod_type_formForm button[type=submit]    {   margin: 0 auto;
    padding: 15px 60px;
    max-width: 200px;
    border-radius: 0;
    display: block;
    background: #333;
    float: none !important;
    font-size: 17px;}
#mod_type_formForm .q_number h3 i{display:none}
#mod_type_formForm .q_number textarea{    height: 250px;}
#mod_type_formForm button[type=submit]:hover{background:#feae1b;border-color:#feae1b}

/*2019-05-02*/
#work .subTitle .col-md-12:before{    content: "";
    width: 97%;
    height: 1px;
    background: #e4e4e4;
    position: absolute;
    left: 48%;
    top: 50%;
    transform: translateX(-50%);
    margin: 0 15px;}
.click_box{    position: absolute;
    right: 0;
    border: 1px solid #ddd;
    background: #f8f8f8;
    border-radius: 5px;
    padding: 20px;
    top: 50%;
    transform: translateY(-50%);}
.click_box ul{    margin: 0;}
.click_box ul li{font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
    letter-spacing: -0.04em;color: #666;}
.click_box ul li a{    display: inline-block;
    color: #000;
    border-bottom: 1px solid;
    margin-left: 10px;
    text-decoration: none;}
.click_box ul li a:hover{color:#f9a717}
#company01 .subContent .con2 > div > dl dt{text-align: center;
    font-size: 16px;
    letter-spacing: -0.08em;
    padding: 15px 0;
    background: #f3f3f3;
    border-top: 2px solid #222;
    margin-bottom: 15px;}
#company01 .subContent .con1 dl dt{    font-size: 22px;
    letter-spacing: -0.08em;
    padding: 10px 0;
    border-top: 2px solid #222;
    margin-bottom: 5px;
    text-align: center;
    background: #fff;}
#company01 .subContent .con1 dl dd{text-align:center}
@media(min-width:768px){
	#company01 .subContent .con2 .col-md-3,#company01 .subContent .con4 .col-md-3{padding:0 5px}
}
#company01 .subContent .con4 dl dd{letter-spacing:-0.08em}

/*준비*/
.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;
}

@media (max-width: 767px) {
    #work04 .con1 .right .table-responsive {
        margin-top: 15px;
    }
    #work04 .con1 .right table {
        margin-top: 0;
    }
    #work04 .con2 img {
        position: static;
        transform: none;
    }
}
.work03-wrap >div{
    display: flex;
}
.work03-wrap .clearfix{
    display: block;
    padding-bottom:50px;
}
.work03-wrap .icon-box{
    flex:0 0 100px;
}
.work03-wrap i{
    display: block;
    margin:0 auto;
    width: 70px;
    height:70px;
    line-height:70px;
    text-align: center;
    font-size:30px;
    color:#f8ae29;
    background:#333;
    border-radius: 50%;
}
.work03-wrap .txt-box{
    flex:1;
    padding-left:30px;
}
.work03-wrap .txt-box h5{
    margin:0 0 15px;
    font-size: 18px;
    letter-spacing: -0.03em;
    font-weight: 600;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.work03-wrap .txt-box h5 span{
    margin-right:5px;
    font-weight: bold;
}
.work03-wrap .txt-box li{
    margin-bottom: 5px;
    font-size:16px;
}