@charset "utf-8";
/* @import url(//fonts.googleapis.com/earlyaccess/notosanskr.css); */
@import url('/skin/notokr/notokr.css');

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

.body-layout {
	background-color: #fff;
}

/* 폰트 설정 */

.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
	font-family: 'notokr', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif;
    letter-spacing:-0.02em;
    word-break:break-word;
}

.fa {font-family: 'FontAwesome' !important;}
.glyphicon {font-family: 'Glyphicons Halflings' !important;}
ol, ul, li {list-style: none;}

/* 메뉴 설정 시작 */
.navbar-inverse {background: rgba(0,0,0,0); padding: 0; margin: 0; border: none; position: absolute; top: auto;}
.navbar-inverse .divider-vertical {display: none;}
.navbar~ br {display: none;}
.topmarginLay_a {display: none;}

/*===== 로고 설정 =====*/
.navbar-inverse .navbar-brand {margin: 28px 0 0; padding: 10px 15px; text-shadow: 0 0 0 rgba(0,0,0,0);}
.navbar-brand img {width: 100%;}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {color: #333; background-color: rgba(0,0,0,0);}
/*===== 메인 메뉴 설정 =====*/
.navbar-inverse .navbar-nav > li > a {
    color: rgba(255,255,255,0.7);
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0 0 0 rgba(0,0,0,0) !important;
    letter-spacing: -0.02em;
    padding: 10px 0 10px;
    margin: 25px 25px 20px;
    border: none !important;
    position: relative;
}
.navbar-inverse .navbar-nav > li > a .caret {
    visibility: hidden; 
    position: absolute; 
    display: block; 
    bottom: 0; 
    left: 50%; 
    width: 0; 
    height: 0; 
    margin-left: -5px; 
    vertical-align: middle; 
    border-top: 4px solid; 
    border-right: 4px solid rgba(0,0,0,0); 
    border-left: 4px solid rgba(0,0,0,0); 
    color: #e7b220;
}
.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:focus, 
.navbar-inverse .navbar-nav > .open > a:hover {
    background: rgba(0,0,0,0);
    font-weight: 500;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    border: none !important;
    color:#fff;
}
.navbar-inverse .navbar-nav > li:hover > a,
.navbar-inverse .navbar-nav > li:focus > a {
    font-weight: 500; 
    color:#fff;
    border: none !important;
}
.navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > li:hover > a .caret, .navbar-inverse .navbar-nav > li:focus > a .caret {visibility: visible;}

/*===== 서브 메뉴 설정 =====*/
.navbar-inverse .dropdown-menu {
    background: #fff;
    left:50%;
	right:auto;
	transform:translate(-50%, 0);
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    min-width: 160px;
}
.navbar-inverse .dropdown-menu > li {
    background-color: #eee;
}
.navbar-inverse .dropdown-menu > li > a {
    color: #262626;
    padding: 9px 28px;
    margin: 0;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #dedede;
}
.navbar-inverse .dropdown-menu > li > a:focus,
.navbar-inverse .dropdown-menu > li > a:hover {
    background: #4fb948;
    color: #fff;
    text-decoration: none;
}
/*===== 모바일 메뉴 설정 =====*/
.navbar-toggle {background: #4fb948; border-radius: 0; border: none; margin: 13px 20px 0; padding: 10px 10px;}
@media screen and (max-width: 991px) {
    .navbar-inverse .navbar-brand {margin: 35px 0 0; padding: 0;}
    .navbar-brand img {width: 170px;}
    .navbar-inverse .navbar-nav > li > a {font-size: 15px; margin: 20px 0px 15px 0px; padding: 10px 15px;}
}
@media screen and (max-width: 767px) {
    .navbar-inverse > div {padding: 0;}
    .navbar-inverse > div .navbar-header {margin: 0 0 13px;}
    .topmarginLay_a {height: 64px !important;}
    .navbar-inverse .navbar-brand {margin: 20px 0 0;}
    .navbar-brand img {margin: -5px 0 0 15px;}
    .navbar-top > div > a {margin: 5px 20px 0;}
    .navbar-inverse .navbar-nav > li> a {color: #fff !important; font-size: 14px; font-weight: 300 !important; text-align: center; margin: 0; padding: 14px 30px;}
    .navbar-inverse .navbar-nav > li > a .caret {bottom: 5px;}
    .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 !important; border: none !important; margin: 0 0 0; background: #f7f7f7;}
    .navbar-inverse .navbar-collapse .navbar-nav {margin: 0; background: #000;}
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {color: #fff; background: #4fb948;}
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {padding: 10px 15px 10px 25px;}
}
/* //메뉴 설정 끝 */


/* 푸터 설정 시작 */
.footer-social-layout {display: none;}
.footer_copy > div {padding: 0; float: none; background: #333;}
.footer_inner {width: 100%; max-width: 1170px; margin: 0 auto; text-align: left;}
.footer_top {border-bottom: 1px solid #454545; padding: 30px 0 20px; margin: 0 0 20px;}
.footer_top dl {
    color: #fff;
    font-size: 13px;
    margin: 0 0 15px;
}

.footer_top dl dt {float: left; width: 120px; font-weight: 400;}
.footer_top dl dd {color: #aaa;}
.footer_top dl dd a {
    color: #aaa;
    text-decoration: underline;
}
.footer_top dl dd a:hover {
    color: #4fb948;
}
.footer_bottom p {
    margin: 0;
    color: #888;
    font-size: 13px;
}
@media screen and (max-width: 991px) {
    .footer_top {padding: 25px 15px 15px;}
    .footer_bottom {padding: 0 15px;}
}
/* //푸터 설정 끝 */


/* 슬라이드 설정 시작 */
.container_contents {width: 100%; padding: 0;}
.carousel-inner {height: 550px; position: relative;}
.carousel-inner::after {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('/skin/img/default/visual_cover.png'); background-size: contain; background-repeat: no-repeat; background-position: 50% 100%; z-index: 0;}
.carousel-control {position: absolute; z-index: 9999;}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {width: 45px; height: 45px; margin-top: -22px;}
.glyphicon-chevron-left:before {content: url('/skin/img/slide/sl_ico_pre.png');}
.glyphicon-chevron-right:before {content: url('/skin/img/slide/sl_ico_next.png');}
.carousel-inner > .item {width: 100%; height: 100%;}
.carousel-caption {top: 50%; bottom: auto; left: 0; width: 100%; padding: 0; margin: -50px 0 0; text-shadow: 0 0 0 rgba(0,0,0,0);}
.carousel-caption h3 {
    margin: 0;
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 52px;
}
.carousel-caption h3 span {
    font-size: 30px;
    font-weight: 400;
    color: #4fb948;
    display: block;
    margin: 0 0 15px;
}
@media screen and (max-width: 991px) {
    .carousel-inner {height: 280px;}
    .carousel-caption {margin: -40px 0 0;}
    .carousel-caption h3 {font-size: 30px; line-height: 35px;}
    .carousel-caption h3 span {font-size: 18px;}
}
@media screen and (max-width: 767px) {
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {height: 100%; max-width: none;}
    .carousel-control, .carousel-control.right, .carousel-control.left, .carousel-control:hover, .carousel-control:focus {display: none;}
    .carousel-caption h3 {font-size: 25px;}
}
/* //슬라이드 설정 시작 */


/* 메인페이지 설정 시작 */
/*===== 메인페이지 HTML 영역 설정 =====*/
/*  */
.wrap-introduction-box {
  margin-top: 25px;
  padding: 15px;
}
.list-main > li {
  list-style-type: disc;
}


/*=====----- 견적문의 바로가기 -----=====*/
.contact_btn_wrap {background: #f1f1f1;}
.contact_btn_inner {width: 100%; max-width: 1170px; margin: 0 auto; padding: 86px 0; position: relative;}
.contact_btn {background: #4fb948; width: 178px; height: 178px; border-radius: 100%; margin-left: -88px; padding-top: 53px; position: absolute; top: -45px; left: 50%; text-align: center;}
.contact_btn::before {content: ''; height: 110px; width: 1px; background: #4fb948; position: inherit; top: -110px;}
.contact_btn p {margin: 10px 0 0; color: #fff; font-size: 16px; font-weight: 300; letter-spacing: -0.05em;}
.contact_btn p span {font-size: 18px; font-weight: 500;}
@media screen and (max-width: 991px) {
    .contact_btn {width: 120px;
    height: 120px; margin-left: -60px; padding-top: 25px;}
    .contact_btn::before {height: 40px; top: -40px;}
    .contact_btn figure img {width: 30px;}
    .contact_btn_inner {padding: 50px 0;}
    .contact_btn p {margin: 5px 0 0; font-size: 13px;}
    .contact_btn p span {display: block; font-size: 15px;}
}
/*=====----- 사업분야 -----=====*/
.biz_wrap {background: #f1f1f1;}
.biz_inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 50px 0 50px;
    
    overflow:hidden;
}
.biz_box_col {float: left; width: 50%; padding: 0 15px; margin-bottom: 30px; height: 230px; overflow: hidden; border-radius: 8px;}
.biz_box_col .img {float: left; width: 50%; height: 230px; overflow: hidden; position: relative; border-radius: 8px; border: 1px solid #e1e1e1; z-index: 1;}
.biz_box_col .img img {transform: translate3d(0px, 0px, -1000px); transition: ease-in-out .3s all; -webkit-transition: ease-in-out .3s all; -ms-transition: ease-in-out .3s all; -moz-transition: ease-in-out .3s all;}
.biz_box_col:hover .img img {transform: translate3d(0px, 0px, -1000px) scale(1.1, 1.1);}
.biz_box_col .des {float: left; width: 50%; height: 230px; border-radius: 8px; border: 1px solid #e1e1e1; position: relative; padding: 45px 35px 40px; background: #fff; z-index: 2;}
.biz_box_col .des h3 {margin: 0 0 20px;}
.biz_box_col .des h3 a {color: #4fb948; font-size: 24px; font-weight: 400; letter-spacing: -0.075em;}
.biz_box_col .des p.copy {color: #555555; font-size: 15px; font-weight: 300; letter-spacing: -0.075em; line-height: 22px;}
.biz_box_col .des p.biz_btn {padding: 0;}
.biz_box_col .des p.biz_btn a {color: #999; font-size: 13px; font-weight: 500; letter-spacing: -0.075em;}
.biz_box_col .des p.biz_btn a::before {content: '\f067'; font-family: 'FontAwesome'; padding-right: 8px;}
.biz_box_col:hover .des {border: 1px solid #4fb948; background: #4fb948;}
.biz_box_col:hover .des h3 a, .biz_box_col:hover .des p.copy, .biz_box_col:hover .des p.biz_btn a {color: #fff;}
.biz_box1 .img, .biz_box3 .img {border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: 0;}
.biz_box1 .des, .biz_box3 .des {border-top-left-radius: 0; border-bottom-left-radius: 0; border-left: 0;}
.biz_box1 .des img, .biz_box3 .des img {position: absolute; top: 45px; left: -19px;}
.biz_box2 .img, .biz_box4 .img {border-top-left-radius: 0; border-bottom-left-radius: 0; border-left: 0;}
.biz_box2 .des, .biz_box4 .des {border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: 0;}
.biz_box2 .des img, .biz_box4 .des img {position: absolute; top: 45px; right: -19px;}
.biz_box_col .des img.img-hover {visibility: hidden;}
.biz_box_col:hover .des img.img-hover {visibility: visible;}
.biz_box_col:hover .des img.img-visible {visibility: hidden;}
@media screen and (max-width: 991px) {
    .biz_box_col {padding: 0 5px; margin-bottom: 10px; height: 155px;}
    .biz_box_col .img {height: 155px;}
    .biz_box_col .des {height: 155px; padding: 14px 25px 20px;}
    .biz_box_col .des h3 {margin: 0 0 5px;}
    .biz_box_col .des h3 a {font-size: 18px;}
    .biz_box_col .des p.copy {font-size: 14px; line-height: 20px;}
    .biz_box_col .des p.biz_btn a {font-size: 12px;}
}
@media screen and (max-width: 767px) {
    .biz_box_col {width: 100%;}
}
/*=====----- 구축사례 -----=====*/
.case_wrap {width: 100%; padding: 60px 0;}
.case_inner {width: 100%; max-width: 1170px; margin: 0 auto;}
.case_inner .col-md-9 {padding: 0;}
.caseTitle h3 {color: #333333; font-size: 28px; font-weight: 500; letter-spacing: -0.075em; margin: 0 0 30px;}
.caseTitle > p {color: #666; font-size: 17px; font-weight: 300; line-height: 28px; letter-spacing: -0.075em; margin: 0 0 30px;}
.caseTitle .caseTitle_btn {display: inline-block; background: #fff; border: 1px solid #bebebe !important; border-radius: 50px; height: 50px; width: 180px; padding: 14px 30px;}
.caseTitle .caseTitle_btn p {color: #666666; font-size: 15px; font-weight: 400; letter-spacing: -0.075em; margin: 0;}
.caseTitle_btn p::after {content: '\f105'; font-family: 'FontAwesome'; float: right;}
.caseTitle_btn:hover {background: #4fb948; border: 1px solid #4fb948 !important;}
.caseTitle_btn:hover p {color: #fff;}
@media screen and (max-width: 767px) {
    .case_wrap {padding: 40px 0;}
	.caseTitle h3 {font-size: 21px; margin: 0 0 10px;}
	.caseTitle > p {display: inline-block; font-size: 14px; line-height: 20px; margin: 0;}
	.caseTitle .caseTitle_btn {float: right; height: auto; padding: 10px 15px; width: 140px;}
	.caseTitle .caseTitle_btn p {font-size: 13px; font-weight: 400;}
}
/* ---------- 사업분야 박스 ---------- */
.main-con > div, .main-con .tab-wrap{padding: 0;}
.main-con .tab-wrap > div{padding: 0; width: 33.333333%;}
.main-con .tab-wrap .tab-con{z-index: 1; display: inline-block; position: absolute; left: 0; top: 50%; width: 100%; margin-top: -25px;}
#banner_wrap { position: relative; }
#banner_wrap .left_btn { position: absolute; left: 0; top: 50%; margin: -26px 0 0;}
#banner_wrap .right_btn { position: absolute; right: 0; top: 50%; margin: -26px 0 0;}
#slide_banner > li > a .main-ani > .main-ani_des {width: 100%; margin: 0; padding: 20px 0px; background-color: #fff; text-align: center;}
#slide_banner > li > a .main-ani > .main-ani_img .img-hover { position: absolute; top: 30%; width: 100%; height: 100%; visibility: hidden;}
#slide_banner > li > a .main-ani:hover > .main-ani_img .img-hover { visibility: visible; z-index: 1;}
#slide_banner > li > a .main-ani:hover > .main-ani_des{ z-index: 9999; position: relative; }
#slide_banner > li > a .main-ani > .main-ani_des h4 {font-size: 17px; font-weight: 400; letter-spacing: -0.075em; color: #333; display: block; margin: 0;}
#slide_banner > li > a .main-ani > .main-ani_des p {color: #8A8A8A; font-size: 13px;}
#slide_banner > li > a .main-ani:hover > .main-ani_des h4, #slide_banner > li > a .main-ani:hover > div p  {color: #E93C30;}
.main-con .tab-wrap img{width: 100%;}
.main-con .tab-wrap [class*=ani]{overflow: hidden; padding: 0; width: 100%;}
.main-ani {border: 1px solid #e2e2e2;}
#slide_banner > li > a .main-ani:hover {border: 1px solid #aaaaaa;}
#slide_banner > li > a .main-ani:hover::after {content: ' '; position: absolute; left: 0; right: 0; top: 0;  bottom: 0; background-color: rgba(0,0,0,0.55); border: 1px solid #aaaaaa;}
@media screen and (max-width: 991px) {
	.main-con {display: none;}
    .main-con .tab-wrap > div{width: 100%; margin: 0 0 5px;}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	#slide_banner > li > a { width: 50%; margin: 0 0 5px;}
	#slide_banner > li > a .main-ani > .main-ani_img .img-hover { top: 35%;}
}
@media screen and (max-width: 767px) {
	#slide_banner > li > a { width: 100%; }
	#slide_banner > li > a .main-ani > .main-ani_img .img-hover { top: 30%; }
	#slide_banner > li { width: 20% !important; float: none !important; }
	#slide_banner > li > a .main-ani > .main-ani_img img { margin: 0 auto; }
	#banner_wrap .right_btn, #banner_wrap .left_btn { display: none; }
	#banner_wrap .bx-viewport { height: 850px !important; }
}
/* ----- 메인 제품 슬라이드 영역 ----- */
.main_product_wrap {background: #fcfcfc; padding: 40px 0;}
.main_product_inner {color: #454545;}
.main_product_inner .product h3 {font-size: 22px; margin: 20px 0 25px; letter-spacing: -0.03em;}
.main_product_inner .product p {font-size: 14px; font-weight: 300; letter-spacing: -0.01em; line-height: 25px;}

/*===== 메인페이지 게시판 영역 설정 =====*/
.intro-board-widget-layout {
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 0 50px;
}
.intro-boardbox {width: 33.333333%;}
/*=====----- 게시판 타이틀 설정 -----=====*/
.intro-boardbox .page-header {padding: 0 0 15px; margin: 20px 0 15px; border-bottom: 1px solid #333;}
.intro-boardbox .page-header h4 {
    margin: 0;
    color: #222;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.intro-boardbox .page-header h4 .btn {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #888;
    background: #f3f3f3;
    line-height: 30px;
    transition: 0.2s;
}
.intro-boardbox .page-header h4 .btn .fa-plus:before {
    font-size: 14px;
}
.intro-boardbox .page-header h4 .btn:hover {
    color: #4fb948 !important;
    background: #e3f3e2;
}
.intro-boardbox .banner-wrap {min-height: 100px;}
.intro-boardbox .banner-icon {display: inline-block; float: left; height: 100px; margin: 0 30px 0 15px;}
.banner-text {display: inline-block;}
.banner-text h5 {margin: 6px 0 12px; font-size: 14px; font-weight: 500; color: #343434;}
.banner-wrap:last-child:hover .banner-text h5 {text-decoration: underline;}
.banner-text h3 {margin: 0 0 5px; color: #4fb948; font-size: 23px; font-weight: 500;}
.banner-text p {font-size: 13px; margin: 0 0 0; color: #666;}
/*=====----- 게시판 리스트 설정 -----=====*/
.intro-boardbox .front-panel > .panel {padding: 0; background-color: rgba(0,0,0,0) !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: 7px 0;}
.dh-front-list2 h6 a, 
.dh-front-list2 h6 a span {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.02em;
}
.dh-front-list2 h6 a:hover span {text-decoration: none;}
.dh-front-list2 h6 a:hover .list-row-subject {color: #333; text-decoration: underline;}
.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:nth-child(2) .list-row-subject::after {content: url('/skin/img/default/ico_clip.png'); padding-left: 10px;}
.row-separator {display: none;}
.list-row-regdate {float: right; color: #999 !important;}
.list-row-contents {display: none;}
.dh-front-list2 h6 a small > span.label-danger {color: #e8b528 !important; background-color: #fff;}
/*=====----- 게시판 하단 영역 설정 -----=====*/
.ico_contact {float: left; background: #e8e8e8; border-radius: 100%; width: 48px; height: 48px; margin-right: 10px; padding-top: 12px; text-align: center;}
.board_contact {width: 100%; margin: 20px 0 20px;}
.board_contact h4 {
    margin: 0;
    color: #333333;
    font-size: 40px;
    font-weight: 400;
}
.board_contact h5 {margin: 0 0 20px; color: #555555; font-size: 16px; font-weight: 600; letter-spacing: -0.05em;}
.board_contact p {
    color: #555;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: -0.02em;
    margin: 0;
}
@media screen and (max-width: 991px) {
    .intro-board-widget-layout {width: 100%;}
    .dh-front-list2 h6 a, .dh-front-list2 h6 a span {font-size: 14px;
    letter-spacing: -0.05em;}
    .list-row-subject {max-width: 150px;}
    .board_contact h4 {display: inline-block; padding: 10px 0 0; font-size: 28px;}
}
@media screen and (max-width: 767px) {
    .intro-board-widget-layout {padding: 0 0 40px;}
    .intro-boardbox {width: 100%;}
    .list-row-subject {max-width: 250px;}
}
/* //메인페이지 설정 끝 */


/* 서브페이지 설정 시작 */
.sub-layout {width: 100%; padding: 0;}
.sub-layout > .contents {
    min-height: 320px;
    padding: 80px 0 120px;
}
.contents_inner {width: 100%; max-width: 1170px; margin: 0 auto;}
/* .con1 {padding: 80px 0;} */
/* .con2 {padding: 60px 0;} */
/* .con3 {padding: 60px 0;} */

/*=====----- 서브페이지 상단 설정 -----=====*/
.sub_top {
    height: 350px; 
    margin-top: 85px; 
    position: relative;
    background: url('/skin/img/sub/sub_top_bg2.jpg') no-repeat center bottom / cover;
}
/* .visual1 {background: url('/skin/img/default/visual1.jpg');} */
/* .visual2 {background: url('/skin/img/default/visual2.jpg');}
.visual3 {background: url('/skin/img/default/visual3.jpg');}
.visual4 {background: url('/skin/img/default/visual4.jpg');}
.visual5 {background: url('/skin/img/default/visual2.jpg');} */
.breadscrumb_wrap {border-bottom: 1px solid rgba(255, 255, 255, 0.2); padding: 15px 0;}
.breadscrumb {margin: 0 auto; padding: 0; width: 100%; max-width: 1140px;}
.breadscrumb > li {
    float: left;
    color: #fff;
    font-size: 13px;
}
.breadscrumb > li::after {
    content: '\f0da';
    color: #4fb948;
    font-size: 10px;
    font-family: 'FontAwesome';
    padding: 0 10px;
}
.breadscrumb > li.on {color: #fff; font-weight: 500;}
.breadscrumb > li.on::after {content: '';}
.sub_top_inner {position: absolute; top: 50%; width: 100%; margin: -30px 0 0;}
.sub_top_inner h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin: 0;
}
.sub_quick_wrap {width: 100%; background: rgba(0, 0, 0, 0.5); position: absolute; bottom: 0;}
.sub_quick_inner {margin: 0 auto; width: 100%; max-width: 1170px;}
.sub_quick_inner > ul {padding: 0; margin: 0;}
.sub_quick_inner > ul > li {
    float: left;
    font-size: 16px;
    letter-spacing: -0.02em;
    text-align: center;
    padding: 20px 0;
}
.sub_quick_inner > ul > li.on {
    color: #4fb948;
    font-weight: 500;
}
.sub_quick_inner > ul > li::after {content: '/'; float: right; color: rgba(255, 255, 255, 0.3); font-size: 14px;}
.sub_quick_inner > ul > li:last-child::after {content: '';}
.sub_quick_inner > ul > li > a > img {padding-left: 10px;}
.sub_quick_inner > ul > li > a {color: #cccccc;}
.sub_quick_inner p {color: #fff; font-size: 22px; font-weight: 300; text-align: center; letter-spacing: 0.035em; margin: 0; padding: 16px 0 15px;}
.sub_quick_inner p span {color: #e5e5e5; font-size: 15px; font-weight: 500; letter-spacing: -0.05em; padding-right: 10px;}
.sub_quick1 > ul > li {width: 50%;}
.sub_quick2 > ul > li {width: 25%;}
.sub_quick3 > ul > li {width: 50%;}
.sub_quick5 > ul > li {width: 50%;}
@media screen and (max-width: 991px) {
    .con1 {padding: 40px 0;}
    .con2 {padding: 50px 15px 60px;}
    .sub_top {margin-top: 75px; height: 340px;}
    .breadscrumb_wrap {padding: 15px;}
}
@media screen and (max-width: 767px) {
    .sub_top {margin-top: 60px; height: 250px;}
    .sub_top_inner {margin: -5px 0 0;}
    .sub_quick_wrap {display: none;}
}

/*=====----- 서브페이지 컨텐츠 타이틀 설정 -----=====*/
.contents_inner .title_line {background: #4fb948; height: 6px; width: 40px; margin: 0 auto; border-radius: 50px;}
.contents_inner .title_wrap p {
    color: #888;
    font-size: 16px;
    letter-spacing: -0.02em;
    margin: 20px 0 5px;
    text-align:center;
}
.contents_inner .title_wrap h3 {
    color: #222;
    font-size: 40px;
    font-weight: 500;
    margin: 0 0 40px;
    text-align:center;
}
.contents_inner .title_wrap h4 {
    margin: 0 0 30px;
    color: #222;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    position: relative;
}
/*=====----- 서브페이지 컨텐츠 설정 -----=====*/
/*=====----- sub - comp -----=====*/
#comp1 .con1 {border-bottom: 1px solid #e8e8e8; padding-bottom: 0;}
#comp1 .con3 {padding: 60px 0;}
.comp_greeting .txt {background-image: url(/skin/img/default/greeting_1.png); background-repeat: no-repeat; background-position: right 90px bottom 0; padding: 0 100px 0;}
.comp_greeting .txt h3 {position: relative; display: inline-block; padding: 0 50px; margin: 80px 0 0; font-size: 30px; font-weight: 400; line-height: 45px; color: #323232; letter-spacing: -0.035em;}
.comp_greeting .txt h3::before {content: '\f10d'; position: absolute; top: 0; left: 0; color: #cecece; font-size: 30px; font-family: 'FontAwesome';}
.comp_greeting .txt h3::after {content: '\f10e'; position: absolute; bottom: 0; right: 0; color: #cecece; font-size: 30px; font-family: 'FontAwesome';}
.comp_greeting .txt h3 span {font-weight: 600;}
.comp_greeting .txt p {margin: 38px 0 0; padding: 0 0 0 50px; color: #666; font-size: 14px; font-weight: 400;}
.comp_greeting .txt h5 {margin: 15px 0 0; padding: 0 0 110px 50px; font-size: 18px; letter-spacing: 0.3em;}
.greeting_txt {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto 0;
}
.greeting_txt p {
    font-size: 15px !important;
}
.greeting_txt h4 {color: #333; font-size: 24px; font-weight: 400; line-height: 1; letter-spacing: -0.035em; text-align: center; margin: 0 0 35px;}
.greeting_txt h4 span {color: #4fb948; text-transform: uppercase;}
@media screen and (max-width: 767px) {
    .comp_greeting .txt {padding: 0 15px; background: none;}
    .comp_greeting .txt h3 {margin: 50px 0 0; padding: 0 35px; font-size: 19px; line-height: 1.5;}
    .comp_greeting .txt h3::before, .comp_greeting .txt h3::after {font-size: 20px;}
    .comp_greeting .txt p {margin: 25px 0 0; padding: 0 0 0 35px;}
    .comp_greeting .txt h5 {margin: 10px 0 0; padding: 0 0 60px 35px; letter-spacing: 0.1em;}
}
/*=====----- sub - comp 연혁 -----=====*/
.comp_history {max-width: 960px; margin: 0 auto; text-align: center;}
.comp_history > h4 {background: #f6f6f6; border: 1px solid #eee; border-radius: 50px; display: inline-block; margin: 0 0 20px; padding: 6px 20px; color: #555; font-size: 15px; letter-spacing: -0.05em;}
.steps-area {padding: 60px 0 0;}
.steps {position: relative;}
.steps:before {top: 125px; bottom: 0; position: absolute; content: ''; width: 1px; background-color: #aaa; left: 50%;}
.steps .history-title {background-color: #e89028; color: #fff; letter-spacing: -0.05em; border-radius: 100%; padding: 36px 25px 0; display: inline-block; position: absolute; left: 50%; margin-left: -75px; top: 0; z-index: 100; width: 150px; height: 150px;}
.steps .history-title h3 {font-size: 14px; font-weight: 300; margin: 0 0 5px;}
.steps .history-title h4 {font-size: 22px; font-weight: 500; margin: 0 0 10px; border-bottom: 1px solid rgba(255,255,255,0.5); padding: 0 0 10px;}
.steps .history-title p {margin: 0; font-size: 13px;}
.timeline::after {display: block; content: ''; height: 10px;  width: 10px; background: #e89028; border-radius: 100%; position: absolute; bottom: 0; left: 50%; margin-left: -5px;}
.timeline .text-right > * {text-align: right;}
.timeline .text-left > * {text-align: left;}
.timeline .text-right .table tr th {text-align: right;}
.timeline .text-left .table tr th, .timeline .text-left .table tr td {text-align: left;}
.timeline .table tr td {color: #777; padding: 0 0 10px;}
.timeline .table tr th {width: 28%; color: #323232; font-size: 15px; font-weight: 500; letter-spacing: -0.05em; padding: 0;}
.timeline {margin: 105px auto 0; overflow: hidden; position: relative; padding: 0px; list-style-type: none;}
.timeline .timeline-box {position: relative; float: left; clear: left; width: 45%; margin: 5px 2.5% 0; list-style-type: none; display: block; padding: 25px 35px 5px; background: #fff; border: 1px solid #dedede; border-radius: 8px; z-index: 15; letter-spacing: -0.05em;}
.timeline .timeline-box .timeline-title {color: #e89028; font-weight: 600; font-size: 20px; margin: 0 0 14px; letter-spacing: -0.075em;}
.timeline .timeline-box .timeline-details {clear: both;}
.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 rgba(0,0,0,0); border-left: 10px solid #dedede; border-right: 0 solid #dedede; border-bottom: 10px solid rgba(0,0,0,0); 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 rgba(0,0,0,0); border-right: 10px solid #dedede; border-left: 0 solid #dedede; border-bottom: 10px solid rgba(0,0,0,0); content: '';}
.timeline .timeline-box:nth-of-type(2n) {margin-top: 3em;}
.timeline .timeline-box:nth-child(2n)::after {left: -6.7%; right: auto;}
.timeline-box:hover, .timeline-box:focus {transform: translate(0, -5px); -webkit-transform: translate(0, -5px); -ms-transform: translate(0, -5px);}
.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;}
@media all and (max-width: 600px) {
	.timeline .timeline-box {width: 100%; margin-left: 0; margin-right: 0;}
	.timeline .timeline-box:first-child {margin-bottom: 0;}
	.timeline .timeline-box:nth-of-type(2n) {margin-top: 5px;}
}
@media all and (min-width: 650px) {
  .timeline .timeline-box:after {display: block; content: ''; height: 9px; width: 9px; background: #fff; border-radius: 50%; position: absolute; right: -7%; top: 1.5em; border: 2px solid #b2a4a4;}
}
/*=====----- sub - location -----=====*/
.comp-location {margin-top: 50px;}
.comp-location .root_daum_roughmap {
    width: 100%;
}
#comp2 .con1 .location_tb {height: 204px;}
.location_tb {width: 100%;}
.location_tb tbody tr th,
.location_tb tbody tr td {
    vertical-align: middle;
    padding: 15px 25px;
    font-size: 15px;
    letter-spacing: -0.02em;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.location_tb tbody tr th {
    background: #f3f3f3;
}
.location_tb tbody tr td {
    color: #555;
}
.location_tb tbody tr td:last-child {border-right: none;}
/*=====----- sub - biz -----=====*/
#biz1 .con1, #biz2 .con1, #biz3 .con1, #biz4 .con1 {border-bottom: 1px solid #e8e8e8;}
#biz4 .con1 {padding: 80px 0 60px;}
/* #biz1 .con2, #biz2 .con2, #biz3 .con2, #biz4 .con2 {padding: 60px 0 100px;} */
.biz_intro {
    max-width: 1000px;
    margin: 0 auto 0;
}
.biz_circle {width: 180px; height: 180px; border: 7px solid #eeeeee; border-radius: 100%; margin: 0 auto; padding: 38px 0 0;}
.dotted_line {width: 6px; min-height: 20px; margin: 15px auto 0; border-left: 4px dotted #cccccc;}
.biz_intro_des h5 {color: #333; font-size: 19px; font-weight: 500; letter-spacing: -0.05em; margin: 15px 0 20px;}
.biz_intro_des p {margin: 0; padding: 0 5px; color: #666; font-size: 15px; letter-spacing: -0.03em; line-height: 1.6;}
@media screen and (max-width: 767px) {
    .biz_intro > .row {margin: 0;}
    .biz_circle {width: 140px; height: 140px; padding: 32px 0 0;}
    .biz_circle img {width: 80px;}
}
/*=====----- table -----=====*/
.table_wrap {
    margin-top: 30px;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}
.basic_tb {width: 100%;}
.basic_tb thead tr th {vertical-align: middle; background: #fdf9f9; border-bottom: 1px solid #000; padding: 15px 0; color: #444444; font-size: 15px; font-weight: 500; text-align: center; letter-spacing: -0.03em;}
.basic_tb tbody tr th, .basic_tb tbody tr td {vertical-align: top; padding: 15px 35px; font-size: 15px; letter-spacing: -0.03em; border-bottom: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0;}
.basic_tb tbody tr td {color: #444; font-weight: 400;}
.basic_tb tbody tr td:last-child {border-right: none;}
.basic_tb tbody tr td.high {color: #e89028; font-weight: 500;}
/*=====----- 회원가입 -----=====*/
.login-layout, .id-find-layout, .pw-find-layout {background: #efe7e7; margin: 90px 0 0; min-height: 725px;}
.login-layout .inner-box-wrapper, .id-find-layout .inner-box-wrapper, .pw-find-layout .inner-box-wrapper { width: 100%; max-width: 1170px; margin: 0 auto; padding: 100px 0 0;}
.join-agree-layout, .join-layout {width: 1170px; margin: 0 auto 70px;}
.join-agree-layout .panel, .join-layout .panel {border: 1px solid #dedede; box-shadow: 0 0 0 rgba(0,0,0,0); border-radius: 0;}
.join-agree-layout .panel-heading, .join-layout .panel-heading {background-image: none !important; background-color: #f7f7f7 !important;}
.join-agree-layout .btn-primary, .join-layout .btn-primary {background-color: #4fb948 !important;border: 0px; border-radius: 0;}
@media screen and (max-width: 991px) {
    .login-layout, .id-find-layout, .pw-find-layout {width: 100%; margin: 0;}
}
/*=====----- 로그인 / 아이디, 비밀번호 찾기 -----=====*/
.login-layout .panel, .id-find-layout .panel, .pw-find-layout .panel {border-radius: 8px; box-shadow: 0 0 0 rgba(0,0,0,0); border: 1px solid rgba(0,0,0,0); min-height: 440px; margin: 0; padding: 50px 30px 80px;}
.login-layout .panel-body h2, .id-find-layout .panel-body h2, .pw-find-layout .panel-body h2 {margin: 0; color: #454545; font-size: 28px; font-weight: 500; letter-spacing: 0.01em;}
.login-layout .inner-box-msg p, .id-find-layout .inner-box-msg p, .pw-find-layout .inner-box-msg p {font-size: 13px; color: #666; margin: 0;}
.login-layout .inner-box-form form label, .id-find-layout .inner-box-form form label, .pw-find-layout .inner-box-form form label {font-size: 14px;}
.login-layout .inner-box-form form label.error, .id-find-layout .inner-box-form form label.error, .pw-find-layout .inner-box-form form label.error {font-weight: 400; color: #4fb948; font-size: 12px;}
.login-layout input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {background: #fff !important; border: 1px solid #d5d5d5;}
.login-layout .btn-warning, .id-find-layout .btn-warning, .pw-find-layout .btn-warning {background-image: none; background-color: #2a2a2a; border: none; border-radius: 0; box-shadow: 0 0 0 rgba(0,0,0,0); text-shadow: 0 0 0 rgba(0,0,0,0); color: #f5f5f5;}
.login-layout .btn-warning:focus, .login-layout .btn-warning:hover, .id-find-layout .btn-warning:focus, .id-find-layout .btn-warning:hover, .pw-find-layout .btn-warning:focus, .pw-find-layout .btn-warning:hover {background: #4fb948;}
.login-layout form > div > p > a {display: inline-block; float: left; font-size: 12px; color: #777;}
.login-layout form > div > p > a:hover {color: #303030;}
.login-layout form > div > p > a:after {content: " | "; font-size: 8px; padding: 0 8px 0; margin: 0; color: #d9d9d9;}
.login-layout form > div > p:last-child > a:after {content: "";}
.id-find-layout .panel-body, .pw-find-layout .panel-body {margin-top: 40px;}
/* //서브페이지 설정 끝 */


/* 게시판 설정 시작 */
/*=====----- 메일폼 설정 -----=====*/
.contact-mail-layout #mailForm {padding-top: 30px;}
#mailForm {width: 100%; max-width: 1170px; margin: 0 auto; padding: 60px 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: #4fb948; 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: 220px; margin: 0 auto; margin-top: 30px; padding: 15px 0; border: 1px solid #bebebe !important; border-radius: 50px; background: #fff !important; box-shadow: 0 0 0 rgba(0,0,0,0); color: #666; font-size: 15px; font-weight: 400; letter-spacing: -0.03em; 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: #4fb948 !important; border: 1px solid #4fb948 !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;}
}

/*=====----- 게시판 설정 -----=====*/
.dh-board,
.img-bbs-default-index-layout .page_wrap ~ div,
.dh-view-box,
.form-horizontal, 
#mailForm {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 80px 15px;
}
.bbs-list-index-layout .subPage .right_contents, .bbs-list-view-layout .subPage .right_contents, .bbs-list-edit-layout .subPage .right_contents {width: 100%; padding: 0;}
/*=====----- 텍스트 게시판 설정 -----=====*/
.dh-board .table > thead > tr > th,
.dh-board .table > tbody > tr > th,
.dh-board .table > tfoot > tr > th,
.dh-board .table > thead > tr > td,
.dh-board .table > tbody > tr > td,
.dh-board .table > tfoot > tr > td {
    padding: 16px 20px;
    color: #555;
    font-size: 15px;
}
.dh-board .table > thead > tr > th {
    background: #f3f3f3;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    letter-spacing: -0.02em;
}
.dh-board .table > tbody > tr > td {
    border-bottom: 1px solid #ddd;
}
.dh-board .table > tbody > tr > td > strong > a {
    color: #555;
    font-weight: 400;
}
.dh-board > .table-hover {
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    margin: 0;
}
.dh-board > .table-hover > tbody > tr:hover{background-color: #fff;}
.dh-board > .table-hover > tbody > tr > td > strong > a:hover {
    text-decoration:underline;
    color:#4fb948;
}
.dh-margin-top{margin-top: 40px; display: inline-block;}
/* ----- 블로그 B타입 게시판 ----- */
.bbs-blog2-index-layout .dhb-txt-box-type-b {border: none; background-color: #fff; width: 25%; margin: 0 0 20px; padding: 0 10px;}
.bbs-blog2-index-layout .dhb-txt-box-type-b > div {margin: 0; padding: 0; border: 1px solid #e5e5e5;}
.dhb-txt-box-type-b-img-layout {padding: 0;}
.dhb-txt-box-type-b-img-layout .thumb-hidden {border: none; min-height: 200px; max-height: 200px; box-shadow: 0 0 0 rgba(0, 0, 0, 0);}
.dhb-txt-box-type-b-text-layout h4{font-size: 14px; margin: 15px 0;}
.dhb-txt-box-type-b-text-layout .txt-box-footer{margin-top: 0; float: none; text-align: left; display: none;}
.txt-box-footer em {display: none;}
.txt-box-footer em > span.regdate{font-style: normal; color: #666; font-size: 13px;}
.txt-box-footer em > span:last-child{display: none;}
.txt-box-footer small.hits{display: none;}
@media screen and (max-width: 767px) {
    .bbs-blog2-index-layout .dhb-txt-box-type-b {width: 100%; margin: 10px 0 20px;}
}
/* ----- 게시판 버튼 설정 ----- */
.label {background: rgba(0,0,0,0); padding: 0 5px; font-size: 90%;}
.label-danger{color: #e8b528;}
.label-primary{color: #d83d0f;}

/* board pagination */
.pagination>li>a,
.pagination>li>span {
	border: 1px solid #ddd;
	border-radius: 0 !important;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 0;
	color: #555 !important;
}

.pagination>li:last-child>a {
	margin-left: 15px;
}

.pagination>li:first-child>a {
	margin-right: 15px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: #f3f3f3;
    border: 1px solid #ddd;
    color: #4fb948 !important;
    font-weight:500
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	border-color: #bbb;
	background: #fff;
}

#insertForm .input-group .btn {
	border-radius: 0;
	font-size: 15px;
	border-color: #ddd;
}

#insertForm .input-group .form-control {
	height: 35px;
	box-shadow: none;
	border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #4fb948;
    border: 1px solid #4fb948;
}



.btnRead {font-weight: 500;}
.btn-default, .btn-primary, .btn-danger {background-image: none;}
.btn-group, .btn-group-vertical {margin: 10px 0 30px;}
/* ----- 게시글 뷰 페이지 설정 ----- */
.dh-view-box {margin-top: 0px;}
.sns-box {display: none;}
.dh-view-box > .row > .page-header {
    border-top: 1px solid #222;
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
    margin: 0;
}
.dh-view-box > .row > .page-header > h4 {color: #333; font-size: 23px; margin: 14px 0;}
.dh-view-box > .row > .dh-view-info {border-bottom: 1px solid #ccc; background: rgba(0,0,0,0); padding: 8px 20px 8px; color: #888;}
.dh-view-box > .row > .dh-view-info > span {padding: 0 15px 0 0;}
.dh-view-box > .row > .dh-view-info > span > strong {color: #555; padding: 0 5px 0 0;}
.dh-view-box .dh-attach h6 {margin: 0 0 0; padding: 5px 5px 0;}
.dh-view-box > .row:nth-child(2) > div:nth-child(3) {padding: 30px 20px 60px !important; min-height: 300px;}
@media screen and (max-width: 991px) {
    .dh-board, .img-bbs-default-index-layout .page_wrap ~ div, .dh-view-box, .form-horizontal, #mailForm {padding: 60px 15px;}
}
@media screen and (max-width: 767px) {
    .dh-board, .img-bbs-default-index-layout .page_wrap ~ div, .dh-view-box, .form-horizontal, #mailForm {padding: 40px 15px;}
}
/* 게시판 설정 끝 */

/* ----- Customizz ----- */
.wrap-introduction-box .title_line {margin: 0;}
.wrap-introduction-box  h3 {margin-top: 10px;}
.wrap-introduction-box ul {padding-left: 15px;}

.sub_quick6 > ul > li {width: 33%;}
.sub_quick7 > ul > li {width: 100%;}


.left_menu {
    list-style: none;
    padding: 0 0 0;
    margin: 0 0 50px;
}
.left_menu > div {
    padding: 0 0 20px;
    border-bottom: 2px solid #222;
}
.left_menu h3 {
    color: #222;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    word-break: break-word;
    letter-spacing: -0.02em;
    min-height: 48px;
}
.left_menu > li > a {
    display: block;
    border-bottom: 1px solid #ddd !important;
    margin: 0 0 0;
    padding: 10px 0;
    color: #888;
    font-size: 14px;
    font-weight: 400;
    word-break: break-word;
}
.left_menu > li.active > a {
    color: #4fb948;
    font-weight: 500;
}
.left_menu > li.active > a:after {
    content: "\276F";
    float: right;
    margin-right: 10px;
}

.contents_inner p {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    margin: 0 0 20px;
    letter-spacing: -0.02em;
    word-break: break-word;
}


/* ----- 사업영역 ----- */
.biz_intro .col-md-12 p{
     margin-bottom: 40px;
    text-align:center;
    font-size:15px;
}
#biz1 .left-img img {
    border: 1px solid #ddd;
}
#biz1 .right-img .col-md-3 img {
    margin-top: 30px;
    border: 1px solid #ddd;
    padding: 15px;
}
#biz2 .right-img .col-md-4 img {
    margin-top: 30px;
}
@media (min-width:768px){
    #biz1 .right-img {
        padding-left: 40px;
    }
    #biz1 .right-img > img {
        margin-top: 40px;
        padding: 0 15px;
    }
    #biz2 .left-img img {
        margin-top: 15px;
    }
    #biz2 .right-img .col-md-4 img {
        height: 130px;
    }
}
/* ----- 제품소개 ----- */
.product_box {margin-bottom: 50px;}
.product_box .product_box_inner {margin-bottom: 30px;}
.product_box h4 {border-bottom: none;}
.product_box h5 {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    letter-spacing: -0.02em;
    color: #4fb948;
}
.product_box h5 .fa {
    margin-right: 3px;
    color: #4fb948;
}
.product_box ul {
    padding-left: 0;
    margin:10px 0 20px;
}
.product_box ul li {
    list-style: none;
    position: relative;
    padding-left: 10px;
    line-height: 1.7;
    margin-bottom: 4px;
    color: #555;
    letter-spacing: -0.02em;
}
.product_box ul li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #888;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px;
}
.product .sime-title {
    display: block;
    font-weight: 600;
    font-size: 15px;
    color: #222;
    margin: 25px 0 10px;
}
#pro-sime1.product .sime-title {
    margin-top: 40px;
}
#pro-sime1.product .col-md-8 > .sime-title:nth-child(1) {
    margin-top: 0;
}
#pro-sime1 .col-md-4 p {
    margin-bottom:  10px;
}
#pro-sime1 .col-md-4 p strong {
    color: #222;
}
#pro-sime2 .img-border-box {
    border: 1px solid #ddd;
    background: #f3f3f3;
    padding: 15px 0px;
}
#pro-sime2 .img-border-box img {
    min-height: 200px;
    margin: 0 auto;
}
#pro-sime2 .col-md-6 p {
    margin-bottom: 40px;
}
@media (min-width:768px){
    .left_menu_wrap {
        padding-top:30px;
        padding-right: 40px;
    }
    .contents.product{
        padding-top:30px
    }
    #pro-sime1 .col-md-8 {
        padding-right: 40px;
    }
}
.mtl7700-out{
    width:100%;
    text-align:center;
    margin-bottom:10px;
}
.mtl7700-in{
    text-align:left;
    display:inline-block;
}

/* ======== main ========== */

.m-title {
    text-align: center;
    margin-bottom: 30px;
}

.m-title span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #4fb948;
    letter-spacing: 0.01em;
    margin-bottom: 7px;
}

.m-title h3 {
    font-size: 36px;
    color: #222;
    margin: 0;
}

.main-service{
	padding:60px 0;
}
.main-content .title h3{
	margin-top:0;
	margin-bottom:30px;
	text-align:center;
	font-size:32px;
}
.m-service a {
    display: block;
    transition: all .3s ease;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.m-service a:hover {
    border-color: #aaa;
}
.m-service a .img-box {
    perspective: 200px;
    overflow: hidden;
    background: #222;
    transition:all .3s ease;
}	
.m-service a:hover .img-box{
    background:#4fb948;
}
.m-service a img {
    transition: all .3s ease;
    opacity: 0.8;
}
.m-service a:hover img{
	opacity:0.3;
	transform:translatez(20px);
}
.m-service a h4 {
    margin: 0;
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 20px;
    line-height: 1;
    text-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.m-service p {
    font-size: 14px;
    line-height: 1.7;
    word-break: break-word;
    color: #222;
    margin: 0 0 20px;
    padding: 0 20px 0;
}

.m-service .list-main {
    padding: 0 20px 0;
}
.m-service .list-main li {
    list-style: none;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 2px;
    position: relative;
    padding-left: 10px;
    color: #666;
}
.m-service .list-main li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #4fb948;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px;
}

.contact-info-box {
  margin: 30px 0 0;
  padding: 15px 20px;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
}
.contact-info-box h3 {
  color: #4fb948;
  margin-bottom: 30px;
}
.contact-info-box .fa {
  color: #4fb948;
  margin-right: 5px;
}
.contact-info-box a {
  color: inherit;
   font-size: 13px;
}