@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

html {overflow-x: hidden; overflow-y: scroll;}
body {background-color: #fff;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, p, input, textarea, button { font-family: 'Noto Sans KR', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Malgun Gothic', 'Gulim', sans-serif !important; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}

.navbar .caret, 
.navbar .divider-vertical, 
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}

/* ----- 메뉴 상단 영역 설정 ----- */
.navbar-top {
    width: 100%;
    padding: 0;
    background: #138ec7;
}
.navbar-top-wrap{width: 100%; max-width: 1170px; margin: 0 auto;}
.navbar-top-wrap ul{margin:0; padding: 0;}
.navbar-top-wrap ul li{float: left;}
.navbar-top-wrap .navbar-top-btn {
    margin: 0;
    padding: 8px 12px;
    display: inline-block;
    color: #f1f1f1;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.02em;
}
.navbar-top-wrap ul li:last-child .navbar-top-btn {
    background: #0575a9;
    color: #fff;
}
@media screen and (max-width: 991px) {
	.navbar-top-wrap{width: 100%;}
}
@media screen and (max-width: 767px) {
	.navbar-top{display: none;}
}

/* ----- 로고 설정 ----- */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus{color: #333; background-color: transparent;}
@media screen and (max-width: 991px) {
    .navbar-inverse .navbar-brand{margin: 32px 0 0;}
    .navbar-brand img{width: 180px;}
}
@media screen and (max-width: 767px) {
    .navbar-inverse .navbar-brand{margin: 20px 0 0;}
    .navbar-top > div > a{margin: 5px 20px 0;}
}


/* 상단 네비게이션 바 */
.navbar-inverse {
    background: #fff;
    padding: 0;
    margin: 0;
    border: none;
    border: none;
    position: relative;
    top: auto;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	background-image: linear-gradient(to bottom, rgba(255,255,255,1) 89%, rgb(197, 197, 197) );
}
.navbar-inverse .divider-vertical {
	display: none;
}

.caret {
	display: none;
}

.navbar~br {
	display: none;
}

.topmarginLay_a {
	height: 66px !important;
}

@media screen and (max-width: 991px) {
	.topmarginLay_a {
		height: 62px !important;
	}
}

@media screen and (max-width: 767px) {
	.topmarginLay_a {
		height: 62px !important;
	}
}
.navbar-inverse .navbar-brand {
    padding: 0;
    margin: 12px 0 0 !important;
}
.navbar-inverse .navbar-brand img {
    width: 100%;
    margin: 0;
    padding: 0;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #333;
	background-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 991px) {
	.navbar-inverse .navbar-brand {
		margin: 32px 0 0;
	}
	.navbar-brand img {
		width: 180px;
	}
}

@media screen and (max-width: 767px) {
	.navbar-inverse .navbar-brand {
		margin: 20px 0 0;
	}
	.navbar-top>div>a {
		margin: 5px 20px 0;
	}
}

@media screen and (max-width: 767px) {
	.navbar-header {
		padding: 0 0 15px;
	}
	.navbar-inverse .navbar-toggle {
		background: #2B92C9;
		border: none;
		border-radius: 0;
		margin-top: 30px;
	}
}

.navbar-inverse .navbar-nav > li > a {
    color: #111;
    font-size: 18px;
    font-weight: 500;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    letter-spacing: -0.06em;
    padding: 20px 0;
    margin: 0 3.1vw;
    border-right: 1px solid rgba(0, 0, 0, 0) !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0) !important;
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	background: #fff;
	color: #2B92C9;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	border: none;
	border-right: 1px solid #eee !important;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #2B92C9;
	border: none;
	border-right: 1px solid rgba(0, 0, 0, 0) !important;
	border-bottom: 2px solid #2B92C9 !important;
}

@media screen and (max-width: 991px) {
	.navbar-inverse .navbar-brand img {
		width: 90%;
		margin: 10px 0 0;
		padding: 0 0 0 15px;
	}
	.navbar-inverse .navbar-right {
		margin: 0;
	}
	.navbar-inverse .navbar-nav > li > a {
		font-size: 16px;
   	 	padding: 35px 0;
	}
}

@media screen and (max-width: 767px) {
	.navbar-inverse .navbar-nav>li>a {
		font-size: 16px;
		margin: 0;
		padding: 14px 20px 14px 20px;
	}
	.navbar-nav .open .dropdown-menu {
		padding: 0;
	}
	.navbar-inverse .navbar-nav>.open>a,
	.navbar-inverse .navbar-nav>.open>a:focus,
	.navbar-inverse .navbar-nav>.open>a:hover {
		color: #333;
		border: none !important;
		margin: 0 0 0;
		background: #f7f7f7;
	}
}

.navbar-right {
	margin-top: 8px;
}

@media screen and (min-width: 768px) {
	.dropdown-menu {
    left: 0;
    right: auto;
    animation-fill-mode: both;
    animation-duration: .5s;
    animation-name: fadeInRight;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: rgba(0, 0, 0, .75);
}

	.divider-vertical+li .dropdown-menu {
		left: auto;
		right: 0;
	}
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: auto !important;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 0;
}
.dropdown-menu > li > a {
	padding: 7px 25px;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: -.03em;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: transparent;
	color: #FFF;
	text-decoration: underline;
}

/* 푸터 영역 설정 시작 */
.footer_copy .text-center{background: #eeeeee; border-top: 1px solid #eeeeee; color: #ababab; font-size: 12px; text-align: left; padding: 30px 0 10px; margin: 0;}
.footer-top {width: 100%; max-width: 1170px; margin: 0 auto 10px; padding: 0 15px;}
.footer-top ul{margin: 0; padding: 0; display: inline-block; width: 100%;}
.footer-top ul li{float: left; display: inline-block;}
.footer-top ul li a{color: #666; font-size: 13px; margin-right: 30px;}
.footer-top ul li:last-child a:after{content: ""}
.footer-middle {width: 100%; max-width: 1170px; margin: 0 auto 20px; padding: 0 15px;}
.footer-middle ul{margin: 0; padding: 0; display: inline-block; width: 100%; line-height: 1.6;}
.footer-middle ul li{float: left; display: inline-block;}
.footer-middle ul li span:after{content: "|"; color: #dedede; padding: 0 6px 0;}
.footer-middle ul li:last-child span:after{content: "";}
.footer-bottom {width: 100%; max-width: 1170px; margin: 0 auto; padding: 0 15px;}
.footer-bottom p{display: inline-block; width: 100%;}
.socialArea{display: none;}
@media screen and (max-width: 991px) {
	.footer-top{width: 100%;}
	.footer-middle{width: 100%;}
	.footer-bottom{width: 100%;}
}
/* //푸터 영역 설정 끝*/

/* 메인페이지 슬라이드 영역 설정 시작 */
.container.container_slide {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.container.container_slide .fill {
	height: 550px;
}

.container.container_slide .carousel-inner .item .fill {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.carousel-caption {
    bottom: auto;
    top: 50%;
    text-align: left;
    padding: 0;
    margin: -84px 0 0;
}
.carousel-inner > .item:nth-child(4) .carousel-caption {
    top: 10%;
}
.container.container_slide .carousel-caption h1 {
    margin: 0;
}
.container.container_slide .carousel-caption h1 span, .container.container_slide .carousel-caption p span {
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: 0 0 10px rgba(0,0,0,0.35);
    background-color: transparent;
    padding: 0;
}
.fill h1 span {
    font-size: 21px;
    color: #8ddbff;
    letter-spacing: 0.08em;
}
.fill p {
    margin: 15px 0 0;
}
.fill p span {
    font-size: 45px;
    letter-spacing: -0.06em;
    line-height: 1.2;
    font-weight: 300;
}
.fill p span > span {
    font-size: 50px;
    font-weight: 600;
}

.carousel-control {
    opacity: 0.1;
}

/* 메인 HTML 영역 */
.intro-html-area {
	margin: 0;
}
.main-wrap {width: 100%; max-width: 1170px; margin: 50px auto 0; min-height: 140px; padding: 0 15px;}
.main_sect_title {
    margin: 0 0 15px;
    color: #111;
    font-size: 21px;
    letter-spacing: -0.04em;
    font-weight: 600;
    padding-left: 15px;
	position: relative;
}
.main_sect_title:before {
	content: '';
	background: #138ec7;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
}
.main-con {
    width: calc(100% / 4);
    float: left;
    padding: 30px 40px;
    margin: 10px 0 0;
    background: #f7f7f7;
    min-height: 170px;
    text-align: center;
}
.main-con:not(:last-child) {
	border-right: 1px solid #e4e4e4;
}
.main-con-text {
    display: inline-block;
    width: 100%;
    float: left;
}
.main-con-text h5 {
    font-size: 17px;
    color: #333;
    font-weight: 500;
    letter-spacing: -0.06em;
    margin: 0 0 15px;
}
.main-con-text p {
    font-size: 13px;
    line-height: 1.6;
    color: #888888;
    font-weight: 400;
    letter-spacing: -0.04em;
    margin: 0;
}
.main-con-text i {
    color: #148ec7;
    font-size: 24px;
    margin: 0 0 12px;
}
.main-con-img {float: right; display: inline-block; padding: 0 15px 0;}
.main-con1:hover { background: url(/skin/img/main/main1.jpg) no-repeat center/ cover; }
.main-con2:hover { background: url(/skin/img/main/main2.jpg) no-repeat center/ cover; }
.main-con3:hover { background: url(/skin/img/main/main3.jpg) no-repeat center/ cover; }
.main-con4:hover { background: url(/skin/img/main/main4.jpg) no-repeat center/ cover; }
.main-con:hover h5, .main-con:hover p, .main-con:hover i { color: #fff; }
@media screen and (max-width: 991px) {
    .main-wrap{width: 100%;}
    .main-con{width: 50%;}
}
@media screen and (max-width: 767px) {
    .main-con{width: 100%; padding: 10px 20px 10px 30px;}
}

/* 메인 게시판 설정 */
.intro-board-widget-layout{width: 100%; max-width: 1170px; margin: 0 auto; padding: 30px 0 35px;}
.intro-boardbox {width: 50%;}
@media screen and (max-width: 991px) {
    .intro-board-widget-layout{width: 100%;}
    .intro-boardbox{width: 100%;}
}

.intro-boardbox .page-header{padding: 0 0 6px; margin: 20px 0 25px; border-bottom: none;}
.intro-boardbox .page-header h4 {
	margin: 0 0 15px;
    color: #111;
    font-size: 21px;
    letter-spacing: -0.04em;
    font-weight: 600;
    padding-left: 15px;
	position: relative;
}
.intro-boardbox .page-header h4:before {
	content: '';
	background: #138ec7;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
}
.intro-boardbox .page-header h4 .btn{padding: 0; margin: 0;}
.intro-boardbox .page-header h4 .btn .fa-plus:before{content: url('/skin/img/main/btn-board-more.png');}
.board-banner {
    margin: 0;
}
.intro-boardbox .banner-wrap {
    border: 1px solid #e6e6e6;
    float: left;
    width: 50%;
    display: inline-block;
    margin-left: -1px;
    padding: 20px 10px;
}
.intro-boardbox .banner-icon {
    display: inline-block;
    float: left;
    margin: 0 8px 0 0;
}
.banner-text {
    display: inline-block;
    letter-spacing: -0.04em;
}
.banner-text h5 {
    margin: 5px 0 8px;
    font-size: 15px;
    font-weight: 500;
    color: #343434;
}
.banner-wrap:last-child:hover .banner-text h5{text-decoration: underline;}
.banner-text h3 {
    margin: 0;
    color: #2B92C9;
    font-size: 23px;
    font-weight: 500;
}
.banner-text p {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
    color: #666;
}

.intro-boardbox .front-panel > .panel{padding: 0; background-color: transparent !important; border: none; border-radius: 0px; box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);}
.intro-boardbox .panel-body{padding: 0;}
.dh-front-list2-words{margin: 0 !important; padding: 12px 0 12px; border-bottom: 1px solid #dedede;}
.dh-front-list2 h6 a, .dh-front-list2 h6 a span{color: #707070; font-weight: 400; font-size: 13px;}
.dh-front-list2 h6 a:hover span{text-decoration: none;}
.dh-front-list2 h6 a:hover .list-row-subject{color: #333; text-decoration: none;}
.dh-front-list2-words:first-child{margin: auto;}
.list-row-subject{float: left; text-overflow: ellipsis; overflow: hidden; max-width: 250px; white-space: nowrap;}
.intro-boardbox:first-child .list-row-subject:before{content: "공지"; padding: 0 10px 0 0; color: #2B92C9;}
.intro-boardbox:nth-child(2) .list-row-subject:before{content: "공지"; padding: 0 10px 0 0; color: #2B92C9;}
.row-separator{display: none;}
.list-row-regdate{float: right; color: #999 !important;}
.list-row-contents{display: none;}
.dh-front-list2 h6 a small > span{color: #138ec7 !important;}


/* 서브 페이지 설정 시작 */
.sub-layout {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

/* 서브 탑 */

.subHeader {
	width: 100%;
    height: 200px;
    display: table;
    background: url('/skin/img/sub/sub_top.jpg') no-repeat center / cover;
    text-align: left;
    color: #fff;
}
.subHeader h2 {
    margin: 0 0 10px;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -.06em;
    padding-top: 60px;
    color: #ffffff;
}
.subHeader h2 + p {
    color: #e1e1e1;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -.04em;
}

.subBody {
	padding: 60px 0 80px;
}

/* 서브 사이드 메뉴 */
.subMenu {
	padding: 30px 35px 30px 0;
}

.subside_title {
	display: block;
    position: relative;
    font-size: 24px;
    letter-spacing: -0.08em;
    font-weight: 600;
}

.subside_title:after {
	content: "";
    position: relative;
    width: 100%;
    height: 1px;
    background: #000000;
    display: block;
    margin: 20px auto 20px;
}

.subMenu .nav > li {
	float: none;
    margin: 0;
}

.subMenu .nav > li > a {
	font-size: 15px;
    line-height: 1.5em;
    letter-spacing: -1.25px;
    color: #333;
    display: block;
    font-weight: 400;
    background: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	padding: 12px 15px;
}

.subMenu .nav > li.active > a {
	font-weight: bold;
	color: #000;
}

.subMenu .nav > li > a:hover,
.subMenu .nav > li > a:focus {
	background: none;
	text-decoration: underline;
	color: #000;
}

.subMenu .nav > li > a:after {
	content: "\f106" !important;
	font-family: FontAweSome;
    float: right;
    position: relative;
    right: 0px;
    color: #000;
    font-size: 21px;
}

.subMenu .nav > li.active > a:after {
    content: "\f107" !important;
}

.submenu01 .subMenu .nav > li > a:after,
.submenu02 .subMenu .nav > li > a:after,
.submenu04 .subMenu .nav > li > a:after,
.submenu03 .subMenu .nav > li.agent > a:after,
.submenu03 .subMenu .nav > li.culture > a:after,
.submenu03 .subMenu .nav > li.itsi > a:after {
	display: none;
}

.subMenu .nav > li > ul {
	padding: 15px 25px 10px;
	display: none;
}

.subMenu .nav > li.active > ul {
	display: block;
}

.subMenu .nav > li > ul > li {
	list-style-type: none;
}

.subMenu .nav > li > ul > li > a {
	font-size: 0.9em;
    line-height: 28px;
    letter-spacing: -.03em;
    color: #989898;
    font-weight: 400;
}

.subMenu .nav > li > ul > li.active > a {
	font-weight: bold;
	color: #5f5858;
}

.subMenu .nav > li > ul > li > a:before {
	content: "";
    width: 7px;
    height: 1px;
    background: #989898;
    display: inline-block;
    position: relative;
    top: -5px;
    margin-right: 10px;
}

/* 서브 컨텐츠 */
.subContent_title {
	font-weight: 600;
    letter-spacing: -.07em;
    font-size: 30px;
	border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 32px;
}

/* 서브메뉴 별 설정 */

/* 회사개요 */
.greeting_intro {
	margin-bottom: 35px;
}
.greeting_txt {
    padding: 25px 0 0;
    color: #666;
    letter-spacing: -0.02em;
    line-height: 1.8;
}
.greeting_txt strong {
    display: block;
    color: #148ec7;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.06em;
    margin-bottom: 15px;
}
.greeting_txt strong .greeting_txt_1 {
	font-weight: 300;
}
.company_info .small_title {
    display: inline-block;
    color: #111;
    font-size: 21px;
    letter-spacing: -0.04em;
    margin-bottom: 15px;
    padding-left: 15px;
    font-weight: 600;
    position: relative;
}
.company_info .small_title:before {
    content: '';
    background: #148ec7;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 13px;
    left: 0;
}
.company_info p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    letter-spacing: -0.02em;
}
.comp_info_tb tr td span {
    color: #333;
    font-weight: 500;
    margin: 0 0 5px;
    display: block;
}

/* 회사연혁 */

.steps {
  position: relative;
}
.steps:before {
    top: 40px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #d4d4d4;
    left: 49.5%;
}

.timeline {
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  padding: 0px;
  list-style-type: none;
}
.timeline .timeline-box {
    position: relative;
    float: left;
    clear: left;
    width: 45%;
    margin: 1em 2.5%;
    list-style-type: none;
    display: block;
    padding: 30px 25px 25px;
    background: #f8f8f8;
    z-index: 15;
}
.timeline .timeline-box .timeline-title {
    color: #148ec7;
    font-weight: 600;
    float: left;
    font-size: 21px !important;
    line-height: 1;
    margin-bottom: 20px;
}
.timeline .timeline-box .timeline-details {
    clear: both;
}
.timeline .timeline-box .timeline-details p {
    margin-bottom: 12px;
    position: relative;
    color: #555;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -0.02em;
}
.timeline .timeline-box .timeline-details p:before {
    content: "";
    width: 8px;
    height: 2px;
    background: #cacaca;
    display: block;
    float: left;
    margin-top: 12px;
    margin-right: 8px;
}
@media all and (max-width: 600px) {
  .timeline .timeline-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.timeline .timeline-box:hover:after {
  background: #2B92C9;
}
@media all and (min-width: 650px) {
	.timeline .timeline-box:after {
		display: block;
		content: ' ';
		height: 8px;
		width: 8px;
		background: #777777;
		border-radius: 50%;
		position: absolute;
		right: -6%;
		top: 1.5em;
	}
}
.timeline .timeline-box:first-child {
  margin-bottom: 2.5em;
}
.timeline .timeline-box:nth-of-type(1n):before {
  position: absolute;
  top: 15px;
  right: -10px;
  display: inline-block;
  border-top: 10px solid transparent;
  border-left: 10px solid #f8f8f8;
  border-right: 0 solid #f8f8f8;
  border-bottom: 10px solid transparent;
  content: " ";
}
.timeline .timeline-box:nth-of-type(2n) {
  float: right;
  clear: right;
}
.timeline .timeline-box:nth-of-type(2n):before {
  right: auto;
  left: -10px;
  position: absolute;
  top: 15px;
  display: inline-block;
  border-top: 10px solid transparent;
  border-right: 10px solid #f8f8f8;
  border-left: 0 solid #f8f8f8;
  border-bottom: 10px solid transparent;
  content: " ";
}
@media all and (min-width: 600px) {
  .timeline .timeline-box:nth-of-type(2n) {
    margin-top: 3em;
  }
}
.timeline .timeline-box:nth-child(2n):after {
  left: -7.3%;
  right: auto;
}

.timeline-box:hover, .timeline-box:focus {
  transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
}

.timeline-box:hover, .timeline-box:focus {
  -webkit-box-shadow: 0px 3px 0px 0px #2B92C9;
  -moz-box-shadow: 0px 3px 0px 0px #2B92C9;
  box-shadow: 0px 3px 0px 0px #2B92C9;
}

.timeline-box {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.steps-area {
    padding: 0px 0 90px;
}

span.space { width: 35px; display: inline-block;}

/* 비전 */
.vision_wrap {
	text-align: center;
	-ms-word-break: keep-all;
	word-break: keep-all;
}
.vision_circle {
	width: 200px;
	height: 200px;
	border-radius: 100%;
	margin: 0 auto 25px;
}
.vision_circle1 {background: url('/skin/img/sub/vision_1.jpg'); }
.vision_circle2 {background: url('/skin/img/sub/vision_2.jpg'); }
.vision_circle3 {background: url('/skin/img/sub/vision_3.jpg'); }
.vision_circle p {
    line-height: 200px;
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 22px;
    letter-spacing: -.04em;
}
.vision_txt {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: -0.04em;
}
.vision_txt:before {
	content: "";
	display: block;
	width: 15px;
	height: 2px;
	margin: 0 auto 20px;
	background: #ccc;
}

/* 사업분야 */
p.preparing {
	text-align: center;
    font-size: 26px;
    letter-spacing: -2px;
    margin-top: 10%;
}

/* mro 사업소개 */
.mroContent_inner h4 {
    color: #016390;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.04em;
    margin: 0 0;
    padding: 15px 0;
}
.mroContent_inner p {
    color: #666;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: -0.02em;
    position: relative;
}
.img_summary h5 {
	padding: 20px 0 0 15px;
	font-size: 17px;
	leter-spacing: -0.04em;
}
.mro_bizarea_chart hr {
	opacity: 0;
}

.mro_bizarea_chart img,
.mro_bizarea_chart .img_txt {
	padding-top: 30px;
}

.mro_bizarea_chart .darkblue {
	color: #4472C4;	
	position: relative;
}
.mro_bizarea_chart .darkblue:before {
	content: '';
	width:17px;
	height: 2px;
	background: #4472C4;
	position: absolute;
	top: -8px;
	left: 0;
}
.mro_bizarea_chart .blue {
	color: #5B9AD4;	
	position: relative;
}
.mro_bizarea_chart .blue:before {
	content: '';
	width:17px;
	height: 2px;
	background: #5B9AD4;
	position: absolute;
	top: -8px;
	left: 0;
}
.mro_bizarea_chart .orange {
	color: #EC7C30;	
	position: relative;
}
.mro_bizarea_chart .orange:before {
	content: '';
	width:17px;
	height: 2px;
	background: #EC7C30;
	position: absolute;
	top: -8px;
	left: 0;
}
.mro_bizarea_chart .yellow {
	color: #FEBF23;	
	position: relative;
}
.mro_bizarea_chart .yellow:before {
	content: '';
	width:17px;
	height: 2px;
	background: #FEBF23;
	position: absolute;
	top: -8px;
	left: 0;
}
.mro_bizarea_chart .gray {
	color: #A4A4A4;	
	position: relative;
}
.mro_bizarea_chart .gray:before {
	content: '';
	width:17px;
	height: 2px;
	background: #A4A4A4;
	position: absolute;
	top: -8px;
	left: 0;
}
.img_summary ul {
    padding: 5px 0 0 15px;
    margin: 0 0;
}
.img_summary ul li {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: -0.02em;
    padding-left: 10px;
    position: relative;
}
.img_summary ul li:before {
    content: '';
    width: 3px;
    height: 3px;
    background: #888;
    position: absolute;
    top: 11px;
    left: 2px;
}
.mro_summary {
    display: block;
    margin: 0 0 20px;
    color: #777;
    font-size: 17px;
    letter-spacing: -0.04em;
}
.mro_summary span.small_title {
    display: inline-block;
    float: left;
    color: #148ec7;
    font-size: 24px;
    font-weight: 600;
    margin-right: 10px;
    padding-left: 15px;
    position: relative;
}
.mro_summary span.small_title:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #148ec7;
    position: absolute;
    top: 5px;
    left: 0;
}
.mro_summary p {
    margin: 6px 0 0;
    display: inline-block;
}

/* mro 사업영역 */
.img_txt {
	padding: 150px 0 0 20px;
}
.img_txt h5 {
	font-size: 17px;
	letter-spacing: -0.04em;
}
.img_sum2 {
	padding: -10px 55px 0 0;
}
.img_sum h5 {
	font-size: 17px;
	letter-spacing: -0.04em;
}

/* 고객사, 협력사 */
.client_tb {
    border: 1px solid #dedede !important;
}
.client_tb th {
	text-align: center;
}
.client-ico {
	display: block;
	padding: 1px 0;
  background-color: #fff;
	border-radius: 10px;
	border: 1px solid #dedede;
	text-align: center;
}
.client-txt {
	display: block;
	padding: 20px 0;
	border-radius: 10px;
	border: 1px solid #dedede;
	text-align: center;
}
.client-i {
    display: block;
    height: 82px;
}
/* 구매대행, 문화사업 */
.biz_summary {
    padding: 25px 30px;
    margin-bottom: 35px;
    background: #f7f7f7;
}
.biz_summary > ul {
    padding: 0;
    margin: 0;
    line-height: 1.8;
    color: #666;
    font-size: 14px;
    letter-spacing: -.04em;
}
.biz_summary > ul li {
    position: relative;
    padding-left: 15px;
}
.biz_summary > ul li:before {
    content: '';
    background: #aaa;
    width: 8px;
    height: 2px;
    position: absolute;
    top: 11px;
    left: 0;
}
.img_wrap {
    margin: 0 0 25px;
}
.img_wrap h4.box_title {
    color: #111;
    font-size: 18px;
    letter-spacing: -0.04em;
    line-height: 1.6;
    margin: 0 0 15px;
    padding-left: 15px;
    font-weight: 500;
    position: relative;
}
.img_wrap h4.box_title:before {
    content: '';
    background: #148ec7;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 11px;
    left: 0;
}
.agent_p {
	 color: #666;
   font-size: 14px;
   line-height: 1.8;
   letter-spacing: -0.02em;
	 padding: 0 0 20px 7px;
   position: relative;
}
.agent_p:before {
	content: '';
	background: #777;
	width: 5px;
	height: 2px;
	position: absolute;
	top: 11px;
	left: 0;
}
.culture_title {
    color: #016390;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.04em;
    margin: 0 0;
    padding: 15px 0 30px 0;
}
/* 인사철학 */
.hr_p_1 {
	padding: 20px 0 60px 0;
}
.hr_p  h2 {
	color: #016390;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.04em;
	margin: 0 0;
	padding: 15px 0 50px 0;
}
.hr_p_1 h5 {
	color: #148ec7;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -0.04em;
	margin: 0 0;
}
.hr_p_1 span {
	color: #148ec7;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: -0.04em;
	margin: 0 0;
}
.hr_p_1 strong {
	color: #ccc;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: -0.04em;
	margin: 0 0;
}
.hr_p_2 {
	padding: 20px 0 60px 0;
}
.hr_p2 {
    padding-bottom: 50px;
    max-width: 720px;
    margin: 0 auto;
}
.hr_p2 > .col-md-4:nth-child(1) i {
    color: #82BB36;
}
.hr_p2 > .col-md-4:nth-child(2) i {
    color: #138EC7;
}
.hr_p2 > .col-md-4:nth-child(3) i {
    color: #FFA304;
}
.circle01{
	width: 180px; 
	height: 180px; 
	background-color:#82BB36;
	border-radius: 100%; 
	margin: 0 auto; 
	padding: 52px 0;
	display: inline-block;
}
.circle02{
	width: 180px; 
	height: 180px; 
	background-color:#138EC7;
	border-radius: 100%; 
	margin: 0 auto; 
	padding: 52px 0;
	display: inline-block;
}
.circle03{
	width: 180px; 
	height: 180px; 
	background-color:#FFA304;
	border-radius: 100%; 
	margin: 0 auto; 
	padding: 52px 0;
	display: inline-block;
}
.hr_p_2 p {
	color: #fff; 
	font-size: 18px;
	font-weight: 500; 
	letter-spacing: -0.05em; 
	padding-top: 20px;
}
.circle {
	width: 180px; 
	height: 180px; 
	border: 7px solid #eeeeee;
	border-radius: 100%; 
	margin: 0 auto; 
	padding: 52px 0 0;
}
.circle i {
    color: #333;
    font-size: 60px;
}
.dotted_line {
	width: 6px;
	min-height: 20px; 
	margin: 15px auto 0;
	border-left: 4px dotted #cccccc;
}
.hr_p2_des .des1 {
	 color: #82BB36;
}
.hr_p2_des .des2 {
	  color: #138EC7;
}
.hr_p2_des .des3 {
	 color: #FFA304;
}
.hr_p2_des h5 {
	padding: 20px 0 0 15px;
	font-size: 17px;
	letter-spacing: -0.04em;
}
.hr_p2_des p {
	margin: 0; 
	padding: 0 5px;
	color: #666; 
	font-size: 15px;
	letter-spacing: -0.03em;
	line-height: 1.6;
}

/* 복리후생 */

.hr_w  h2 {
	color: #016390;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.04em;
	margin: 0 0;
	padding: 15px 0 50px 0;
}
.hr_w  h5 {
	padding-top: 15px;
	font-size: 16px;
	letter-spacing: -0.04em;
	line-height: 1.4;
	color: #007401;	
	position: relative;
}
.hr_w h5:before {
    content: '';
    width: 3px;
    height: 15px;
    background: #82BB36;
    position: absolute;
		top: 20px;
    left: 0;
}
.hr_w  .panel {
		box-shadow: 0 1px 1px rgba(16,74,21,0.77);
}
.hr_w ul li {
    color: #666;
    font-size: 14px;
    line-height: 2;
    letter-spacing: -0.02em;
    padding-left: 10px;
    position: relative;
}
.hr_w ul li:before {
    content: '';
    width: 3px;
    height: 3px;
    background: #888;
    position: absolute;
    top: 11px;
    left: 2px;
}
@media screen and (max-width: 991px) {
	.hr_w h5:before {
		display: none;
	}
}

/* 게시판 설정 시작 */
.dh-board, .img-bbs-default-index-layout .page_wrap ~ div, .dh-view-box, .form-horizontal, #mailForm{width: 100%; max-width: 1170px; margin: 0 auto;}
.dh-board{padding: 80px 30px 20px;}
.img-bbs-default-index-layout .row:nth-child(2){padding: 75px 30px 0;}
.dh-view-box{padding: 70px 30px 40px;}
.form-horizontal{padding: 70px 0 50px;}
#mailForm{padding: 90px 30px 20px;}
@media screen and (max-width: 991px) {
	.dh-board, .img-bbs-default-index-layout .page_wrap ~ div, .dh-view-box, .form-horizontal, #mailForm{width: 100%;}
}

/* ----- 텍스트 게시판 설정 ----- */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{padding: 14px 10px; color: #555; font-size: 14px;}
.table > thead > tr > th{vertical-align: middle; border-bottom: 1px solid #ccc; font-weight: 500; color: #333;}
.table > tbody > tr > td > strong > a{color: #555;}
.dh-board > .table-hover{border-top: 1px solid #2B92C9; border-bottom: 1px solid #ccc; margin: 0px 0 30px;}
.dh-board > .table-hover > tbody > tr:hover td{background-color: #fcfcfc;}
.table > tbody > tr:hover > td > strong > a{color: #222;}
.dh-margin-top{margin-top: 40px; display: inline-block;}


/* ----- 비디오 게시판 설정 ----- */
.vod-index-layout .dhb-txt-box{margin: 0px 5px 10px; width: 48%; float: left; border: 1px solid #d5d5d5; background-color: #fff;}
@media screen and (max-width: 767px) {.vod-index-layout .dhb-txt-box{width: 100%; margin: 10px 0 10px;}}
.vod-index-layout .dhb-txt-box > .dhb-txt-list{width: 100%; border-right: none;}
.vod-index-layout .dhb-txt-box > .col-md-4{display: none;}
.vod-index-layout .dhb-txt-box > .dhb-txt-list > .row > div:nth-child(2) > a.btnRead{border-bottom: 0px solid transparent !important;}
.vod-index-layout .dhb-txt-box > .dhb-txt-list h5 > a{color: #767676; font-weight: 400;}

/* ----- 게시판 버튼 설정 ----- */
.label{background: transparent; padding: 0px 5px 0px; font-size: 90%;}
.label-danger{color: #2B92C9;}
.label-primary{color: #2b5cb7;}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {background-color: #2B92C9; border: 1px solid #2B92C9 !important;}
.pagination > li > a, .pagination > li > span{color: #9D8478;}
.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: 40px;}
.sns-box{display: none;}
.dh-view-box>.row>.page-header{border-top: 1px solid #2c2c2c; border-bottom: 1px solid #eee; padding: 5px 20px 5px; margin: 0;}
.dh-view-box>.row>.page-header>h4{color: #2c2c2c;}
.dh-view-box>.row>.dh-view-info{border-bottom: 1px solid #ccc; background: transparent; 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: 15px 20px 40px !important;}

/* ----- tab 메뉴 설정 ----- */
.filter-items{padding: 0 0 0;}
.filter-items .filter-label{color: #333; font-size: 13px; background-color: #f7f7f7; border: none; margin: 0px 1px 5px; padding: 12px 28px 12px;}
.filter-items .filter-label:hover{color: #fff; background-color: #2B92C9;}

/* FOUC 방지 */
.dh-board, .img-bbs-default-index-layout .page_wrap ~ div, .dh-view-box, .form-horizontal, .img-bbs-default-index-layout > .row, .img-bbs-default-edit-layout > .row, .img-bbs-default-view-layout > .row, form#mailForm, form#joinForm { 
	visibility: hidden; 
	width: 100%;
	padding: 0;
}


/* //게시판 설정 끝 */

/* 테이블 스타일 설정 */
.subContent .table { margin: 35px 0 0; border-top: 1px solid #2B92C9;}
.subContent .table tr th, .subContent .table tr td {
    padding: 16px 15px !important;
    border-bottom: 1px solid #dedede !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    font-size: 14px;
    vertical-align: middle !important;
}
.subContent .table tr th {color: #333;}
.subContent .table thead tr th {background: #f8f8f8;}
.subContent .table tr td {color: #666;}
.subContent .table tr td ul {
    margin: 0;
    padding: 0;
    color: #777;
    font-size: 13px;
    line-height: 1.6;
}
.subContent .table tr td ul li {
    padding-left: 10px;
    position: relative;
}
.subContent .table tr td ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 2px;
    background: #aaa;
}

/* 문의 폼 시작 */
#mailForm {width: 100%; max-width: 1170px; margin: 0 auto; padding: 0;}
#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: #d7192a; 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: 200px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 10px 0 12px;
    border: 2px solid #dedede !important;
    border-radius: 0;
    background: #fff !important;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    color: #323232;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    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: #138ec7 !important; border: 2px solid #138ec7 !important; color: #fff;}
@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;}
}
/* 문의 폼 끝 */

/* 2017-12-19 added */
.row.culturebiz-img {
	margin-left: -10px;
	margin-right: -10px;
}

.culturebiz-img > div:not(.clearfix) {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.culturebiz-img > div > img {
	top: 0;
	border-bottom: 0px solid #118EC7;
	-webkit-transition: ease-in-out 300ms all;
	transition: ease-in-out 300ms all;
	position: relative;
}

.culturebiz-img > div > img:hover {
	top: -5px;
	margin-bottom: -5px;
	border-bottom-width: 5px;
}

/* 2018-01-25 added */
.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;
}

/*2111116*/
.cultuerbiz_lookat{
    width: 100%;
    height: 540px;
    padding: 30px 20px 30px 0;
    background: url(/skin/img/sub/lookat_bg.png) 50% 50% / cover;
    display: flex;
    align-items: flex-end;
}
.cultuerbiz_lookat .img_box{
    width: 55%;
}
.cultuerbiz_lookat .img_box img{
    display: inline-block;
    height: 100px;
}
.cultuerbiz_lookat .text_box{
    width: 45%;
}
.cultuerbiz_lookat .text_box p{
    color: #fff;
    font-weight: 300;
}
.cultuerbiz_lookat .text_box p:nth-last-child(1){
    margin-bottom: 0;
}
.cultuerbiz_pro{
    margin-top: 40px;
}
.cultuerbiz_pro .title{
    color: #111;
    font-size: 18px;
    letter-spacing: -0.04em;
    line-height: 1.6;
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 15px;
    font-weight: 500;
    position: relative;
}
.cultuerbiz_pro .title::before{
    content: '';
    background: #148ec7;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 11px;
    left: 0;
}
.cultuerbiz_pro > p{
    margin-left: 15px;
}
.cultuerbiz_pro .col-sm-3 p{
    text-align: center;
    margin-top: 3px;
}
.cultuerbiz_pro .col-sm-3:nth-child(3) img{
    border: 1px solid #888;
}
@media screen and (max-width: 776px){
    .cultuerbiz_lookat{
        flex-direction: column;
        justify-content: center;
        height: 400px;
        padding: 20px;
        position: relative;
    } 
    .cultuerbiz_lookat::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.7;
        top: 0;
        left: 0;
    }
    .cultuerbiz_lookat .inner{
        flex-direction: column-reverse;
    }
    .cultuerbiz_lookat .img_box{
        width: 100%;
        margin-bottom: 20px;
    }
    .cultuerbiz_lookat .img_box img{
        height: auto;
        position: relative;
    }
    .cultuerbiz_lookat .img_box img:nth-child(1){
        width: 66%;
    }
    .cultuerbiz_lookat .img_box img:nth-child(2){
        width: 32%;
    }
    .cultuerbiz_lookat .text_box{
        width: 100%;
    }
    .cultuerbiz_lookat .text_box p{
        position: relative;
    }
}