@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll; font-size:10px;}
.body-layout {background-color: #fff; word-break: keep-all !important; padding-top: 86px;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
/* 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.navbar-inverse{
    background-color: #fff;
    border-bottom:none;
    box-shadow:0 2px 2px rgba(0,0,0,0.15)
}
.navbar-header .navbar-brand{
    display: block;
	padding: 0;
    font-size: 20px;
	margin-left: 0 !important;
}
.navbar-header .navbar-brand img{
    margin-top: 16px;
    display: inline-block;
    vertical-align: bottom;
}

.nav.navbar-nav > li > a {
    display: block;
    height: 100%;
    padding: 34px 30px;
    font-size: 18px;
    font-weight: 500;
    color: #111;
    line-height: 1;
}
.nav.navbar-nav > li > a span {
    line-height: 0;
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a,
.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:focus, 
.navbar-inverse .navbar-nav>.open>a:hover{
    color: #00b7ce;
    background: none;
}
.nav.navbar-nav li .dropdown-menu {
    left: 0;
    right: auto;
    border-radius: 0;
    border: 0;
    padding: 12px 0;
    background: rgba(247, 247, 247, 0.95);
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
.nav.navbar-nav li .dropdown-menu li a {
    color: #333;
    padding: 7px 20px;
    letter-spacing: -0.03em;
    font-size: 15px;
}
.nav.navbar-nav li .dropdown-menu li:hover a {
    background: rgba(0,0,0,0);
    font-weight: 600;
}
@media (max-width: 767px){
    .navbar-header .navbar-brand{
        margin-left: 15px !important;
        margin-bottom: 10px;
    }
    .navbar-inverse .navbar-toggle{
        background: #646466;
        border-color: #646466;
        margin-top: 25px;

    }
    .navbar-inverse .navbar-toggle:hover{
        background: #646466 !important;
        border-color: #646466 !important;
    }
    .nav.navbar-nav > li > a{
        padding: 20px 0;
        text-align: center;
    }
    .nav.navbar-nav li .dropdown-menu li a{
        text-align: center;
    }
}
@media (min-width: 768px) and  (max-width: 991px){

}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}
/* //상단 네비게이션 */

/* 슬라이드 영역 */
.unique{
    color: #03C6DE;
}
.fill{
    height: 430px;
}
.container.container_slide{
	width: 100%;
	padding: 0;
}
.carousel-inner .item .carousel-caption{
    padding: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}
.carousel-inner .item .fill{

}
.carousel-inner .item .carousel-caption h1,
.carousel-inner .item .carousel-caption p{
    text-align: left;
}
.carousel-inner .item .carousel-caption h1 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 44px;
    letter-spacing: -0.035em;
}
.carousel-inner .item .carousel-caption p {
    font-size: 15px;
    margin: 0;
    letter-spacing: -0.02em;
    line-height: 1.9;
}
.carousel-inner .item .carousel-caption h1 span,
.carousel-inner .item .carousel-caption p span{
    background-color: transparent;
    text-shadow: none;
    opacity: 1;
	padding: 0;
}
@media (max-width: 767px){
    .body-layout{
        padding-top: 79px;
    }
    .carousel-inner .item .carousel-caption h1{
        font-size: 30px;
    }
}
@media (min-width: 768px) and  (max-width: 991px){

}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}

/* //슬라이드 영역 */

/* 메인 중단영역 */
.mobile-btn-layout-container{
	display: none;
}
.container_contents, .intro-html-layout, .intro-html-layout > .col-sm-12{
    width: 100%;
    padding: 0;
    margin: 0;
}
@media (min-width: 1200px){
    .intro-board-widget-layout{
        width: 1170px;
        margin: 0 auto;
        padding: 50px 0;
    }
}
.main-biz{
    padding: 80px 0;
    background: #EDEDED;
}
.main-biz .row {
    margin-left: -10px;
    margin-right: -10px;
}
.main-biz .row > div {
    padding: 0 10px;
}
@media (min-width: 1200px){
    .main-biz .row > div {
        width: 20%;
    }
}
.main-biz .biz-box{
    display: block;
    width: 100%;
    height: 212px;
    position: relative;
}
.main-biz .biz-box:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    transition: all ease 0.3s;
}
.main-biz .biz-box:hover:after {
    /*background: rgba(0, 183, 206, 0.9);*/
    background: rgba(0,0,0,0);
    box-shadow: 0px 5px 9px rgba(0,0,0,0.2);
}
.main-biz .col-md-2:nth-child(1) .biz-box{
    background: url('/skin/img/main/m_biz03.jpg') no-repeat center / cover;
}
.main-biz .col-md-2:nth-child(2) .biz-box{
    background: url('/skin/img/main/m_biz04.jpg') no-repeat center / cover;
}
.main-biz .col-md-2:nth-child(3) .biz-box{
    background: url('/skin/img/main/m_biz05.jpg') no-repeat center / cover;
}
.main-biz .col-md-2:nth-child(4) .biz-box{
    background: url('/skin/img/main/m_biz02.jpg') no-repeat center / cover;
}
.main-biz .col-md-2:nth-child(5) .biz-box{
    background: url('/skin/img/main/m_biz01.jpg') no-repeat center / cover;
}
.main-biz .biz-box > span {
    display: inline-block;
    padding: 10px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    /*background: rgba(0,0,0,0.6);*/
    z-index: 5;
    font-size: 20px;
    letter-spacing: -0.04em;
    font-weight: 500;
    text-align: center;
    min-width: 160px;
}
.main-biz .biz-box:hover > span{
    opacity: 0;
    transition: all ease 0.3s;
}

.intro-board-widget-layout > .intro-boardbox{
    width: 33.3333333333%;
}
.intro-boardbox .page-header{
    margin-top: 0;
    margin-bottom: 22px;
    padding-bottom: 12px;
}
.intro-boardbox .page-header h4 {
    margin: 0;
    font-size: 20px;
    letter-spacing: -0.04em;
    font-weight: 600;
}
.intro-boardbox .page-header h4 > a.btn {
    color: #888;
    padding: 0;
    letter-spacing: 0;
}
.intro-boardbox .page-header h4 > a .fa{
    display: none;
}
.intro-boardbox-5 .page-header {
    border-bottom: 3px solid #0072CE;
}
.intro-boardbox.main-intro .page-header{
    border-bottom: 3px solid #00B7CE;
}
.intro-boardbox.main-customer .page-header{
    border-bottom: 3px solid #E56926;
}

.intro-boardbox-5 > .dh-front-list2 > .front-panel {
    padding: 0;
}
.intro-boardbox-5 .panel{
    border: 0;
}
.intro-boardbox-5 .panel .panel-body{
    padding-top: 0;
    padding-bottom :0;
}
.intro-boardbox-5 .panel .dh-front-list2-words{
    padding: 0;
    margin-top: 0;
    margin-bottom: 12px;
}
.intro-boardbox-5 .panel .dh-front-list2-words:last-child{
    margin: 0;
}
.intro-boardbox-5 .panel .dh-front-list2-words > h6{
    margin-top: 0;
}
.intro-boardbox-5 .panel .dh-front-list2-words > h6 > b > a > span {
    font-weight: 400;
    color: #666;
    font-size: 14px;
    letter-spacing: -0.01em;
}
.intro-boardbox-5 .panel .dh-front-list2-words > h6 > b > a > .row-separator{
    display: none;
}
.intro-boardbox-5 .panel .dh-front-list2-words > h6 > b > a > .list-row-regdate {
    float: right;
    color: #999;
    font-size: 13px;
}
.intro-boardbox-5 .panel .dh-front-list2-words > h6 > b > a .label-danger{
    background: none;
    color: #03C6DE !important;
    font-weight: 300;
    font-size: 14px !important;
    padding: 0;
}
.intro-boardbox-5 .panel .dh-front-list2-words > .list-row-contents{
    display: none;
}
.intro-boardbox .board-body {
    padding: 5px 15px 0;
}
.main-intro p {
    margin-top: 17px;
    font-weight: 500;
    color: #646466;
    letter-spacing: -0.03em;
}
.main-intro .unique {
    font-size: 21px;
    color: #00b7ce;
    font-weight: 400;
    letter-spacing: -0.04em;
}

.main-customer p {
    font-weight: 500;
    color: #333;
    letter-spacing: -0.03em;
}
.main-customer p b {
    font-weight: 500;
}
.main-customer p .call {
    display: block;
    font-size: 30px;
    color: #E56926;
    margin-top: 3px;
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 350;
}
.main-customer span {
    font-size: 13px;
    color: #666666;
    letter-spacing: -0.03em;
}

@media (max-width: 767px){
    .main-biz .biz-box{
        margin-bottom: 30px;
    }
    .intro-board-widget-layout{
        padding-top: 80px;
        padding-bottom: 80px;
        margin: 0 !important;
    }
    .intro-board-widget-layout > .intro-boardbox{
        width: 100%;
    }
    .intro-boardbox-5 .panel .dh-front-list2-words > h6 > b > a > span.list-row-subject{
        width: 210px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: inline-block;
    }
    .main-intro p, .main-customer p{
        text-align: center;
        margin-bottom: 15px;
    }
    .main-customer span{
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    .main-biz .biz-box{
        margin-bottom: 30px;
    }
    .intro-board-widget-layout{
        padding: 80px 0;
    }
    .intro-boardbox-5 .panel .dh-front-list2-words > h6 > b > a > span.list-row-subject{
        width: 170px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: inline-block;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){

    .intro-board-widget-layout{
        padding: 80px 0;
    }
}
@media (min-width: 1200px){

}
/* //메인 중단영역 */

/* 서브페이지 */

.container.sub-layout {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.subHeader {
  height: 230px;
  background-color: #333;
  background-image: url(/skin/img/sub/sub_title.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.subHeader .container h2 {
    color: #fff;
    font-size: 44px;
    margin-top: 80px;
    margin-bottom: 0;
    font-weight: 400;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #a3a3a3;
    content: "\f105";
    font-family: "FontAwesome";
}
.subHeader .container .breadcrumb {
    background: none;
    padding: 0;
    margin: 8px 0 0;
    font-size: 13px;
}
.subHeader .container .breadcrumb li a {
    color: #bbb;
}
.subHeader .container .breadcrumb li.active {
    color: #bbb;
    font-weight: 600;
}
.content{
    padding-top: 50px;
    padding-bottom: 50px;
}
.content.con1 {
    padding-top: 0;
}
.subContent_inner p {
    font-size: 1.6rem;
    letter-spacing: -0.03em;
    line-height: 1.65;
    color:#555
}
.subContent_inner li,
.subContent_inner td,
.subContent_inner dd{
    font-size: 1.6rem;
    letter-spacing: -0.03em;
    color:#555
}
.subContent {
    padding-bottom: 100px;
}
.subContent_title {
    text-align: center;
    font-size: 38px;
    margin-top: 100px;
    margin-bottom: 80px;
    color: #2f2f2f;
    font-weight: 600;
    line-height: 1;
}
#About01 .con1{
    text-align: center;
}
#About01 .con1 .title {
    font-size: 15px;
    font-weight: 600;
    color: #00b7ce;
    margin-bottom: 40px;
    position:relative;
}
#About01 .con1 .title > span {
    color: #333;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -0.03em;
}
#About01 .con1 .title:before {
    content: "\f10d";
    font-family: "FontAwesome";
    color: #e5e5e5;
    font-size: 40px;
    position: absolute;
    left: 18%;
    top: 10px;
}
#About01 .con1 .title:after {
    content: "\f10e";
    font-family: "FontAwesome";
    color: #e5e5e5;
    font-size: 40px;
    position: absolute;
    right: 18%;
    top: 10px;
}
#About01 .con1 .vision-box p {
    margin-bottom: 20px;
}
#About01 .con1 .vision-box .vision {
    color: #111;
    font-size: 22px;
    font-weight: 500;
}
#About01 .con1 .vision-box img {
    margin-top: 50px;
}

#About02 #daumRoughmapContainer1573544134094{
    width: 100% !important;
    border-radius: 0;
    padding: 0;
}
#About02 .con2{
    padding-top: 0;
}
#About02 .con2 h4 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.04em;
    margin: 0 0 18px;
}
#About02 .con2 .list-location{
    padding: 0px;
    margin: 0;
    border-top: 2px solid #333;
}
#About02 .con2 .list-location:after{
    content: '';
    clear: both;
    display: table;
}
#About02 .con2 .list-location > li {
    border-bottom: 1px solid #ddd;
    padding: 16px;
    display: flex;
    justify-content: flex-start;
}
#About02 .con2 .col-md-6:nth-child(2) .list-location > li:last-child{
    padding: 12.5px 16px;
}
#About02 .con2 .list-location > li::after{
    content: '';
    clear: both;
    display: table;
}
#About02 .con2 .list-location > li > span {
    display: block;
    /* float: left; */
    font-weight: 600;
    min-width: 80px;
    flex-basis: 80px;
}
#About02 .con2 .list-location > li > .list-inner{
    float: left;
    padding: 0;
}
#About02 .con2 .list-location > li > .list-inner > li {
    font-size: 1.5rem;
}
#About02 .con2 .list-location > li > .list-inner > li:before {
    content: '-';
    margin-right: 5px;
}
#About02 .con2 .list-location > li > .list-inner > li .busNum{
    color: #0a95a7;
    font-weight:600
}

[id^="Business"] .subContent_nav{
    margin-bottom: 45px;
}
[id^="Business"] .subContent_nav > .nav{
    border-bottom: 0;
    margin: 0 -5px;
}
[id^="Business"] .subContent_nav > .nav > li{
    width: 25%;
    padding: 0 5px;
    text-align: center;
}
[id^="Business"] .subContent_nav > .nav > li:last-child{
    margin-right: 0;
}
[id^="Business"] .subContent_nav > .nav > li > a{
    color: #00B7CE;
    background: #f9f9f9;
    font-size: 18px;
}
[id^="Business"] .subContent_nav > .nav > li:hover > a{
    color: #fff; 
    background: #00B7CE;
}

[id^="Business"] .content h4 {
    font-size: 28px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 27px;
    padding-top: 90px;
}
[id^="Business"] .content h4:before {
    content: "";
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0;
    bottom: 6px;
    border: 5px solid #00b7ce;
    border-radius: 50%;
}
[id^="Business"] .content h5 {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.04em;
    margin: 0 0 30px;
}
[id^="Business"] .content .prod-spec p {
    font-size: 1.5rem;
}
[id^="Business"] .content .intro {
    font-size: 3rem;
    font-weight: 300;
    line-height:1.4;
    color:#111;
    letter-spacing: -0.043em;
}
[id^="Business"] .prod-spec {
    margin-bottom: 30px;
    border: 1px solid #d3d3d3;
    background: #fafafa;
}
#Business02 .con1 .intro {
    margin: 0 0 35px;
}
#Business02 .con1 .intro b{
    color:#333;
    font-weight:500;
}
#Business01 .con2 .prod-spec {
    margin-bottom: 15px;
}
#Business02 ul.list-intro {
    padding: 30px 40px;
    background: #fafafa;
    border-radius: 10px;
}
#Business02 ul.list-intro > li {
    position: relative;
    padding-left: 25px;
    margin: 13px 0;
    color: #333;
}
#Business02 ul.list-intro > li::before{
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    color: #00b7ce;
}
#Business02 .prod-spec .thumbnail {
    padding: 40px 0 0;
}
#Business03 .intro {
    margin: 0;
    color: #111;
}
#Business03 .con1 .img-box {
    border: 1px solid #d3d3d3;
    margin-top: 30px;
    padding-bottom: 60px;
}
#Business03 .con1 .img-box h5 {
    font-size: 28px;
    font-weight: 400;
    padding-bottom: 15px;
    background: #444;
    color: #fff;
    padding: 18px;
    margin: 0 0 30px;
    line-height: 1;
}
#Business03 .prod-spec{
    box-shadow: none;
}
#Business03 .prod-spec:nth-child(2) h5 {
    margin-bottom: 18px;
}
#Business03 .prod-spec:nth-child(2) p {
    margin-bottom: 0;
}
#Business03 .con2 .prod-spec:nth-child(2) .col-sm-8 {
    padding-top: 2%;
}

#Business03 .prod-spec h5 > i{
    color: #00b7ce;
    font-style: normal;
}

.prod-spec .list-spec {
    padding-left: 0;
    margin: 0;
}
.prod-spec .list-spec li {
    font-size: 1.5rem;
    padding-left: 18px;
    margin: 4px 0;
    position: relative;
}
.prod-spec .list-spec li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #a3a3a3;
    position: absolute;
    left: 5px;
    top: 8px;
}
#Business03 .prod-spec .table {
    margin-bottom: 0;
}
#Business03 .prod-spec .table th, 
#Business03 .prod-spec .table td {
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #e0e0e0;
    padding: 18px;
}
#Business03 .prod-spec .table th:last-child, 
#Business03 .prod-spec .table td:last-child{
    border-right: none;
}
#Business03 .prod-spec .table th {
    background: #444;
    border-bottom: none;
    color: #fff;
    font-size: 1.8rem;
    border-right: 1px solid #666;
    padding: 13px;
}
#Business03  .prod-spec:nth-child(2) .prod-spec .table td{
    border-right: 1px solid #ddd;
}
#Business03 .prod-spec:nth-child(2) {
    border: none;
    background: rgba(0,0,0,0);
}
#Business03 .prod-spec .table td img {
    margin: 0 auto;
    border: 1px solid #d3d3d3;
    padding: 5px;
    background: #fff;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
#Business03 .con2 .prod-spec:nth-child(2) img {
    border: 1px solid #d3d3d3;
}
#Business03 .con2 .prod-spec .col-sm-4 {
    position: relative;
}
#Business04 .prod-spec{
    box-shadow: none;
    padding: 0;
}
#Business04 .thumbnail{
    box-shadow: 0px 7px 7px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 7px 7px rgba(0,0,0,0.1);
}
#Business04 .thumbnail .caption{
    padding: 50px 20px;
    min-height: 380px;
}
#Business04 .thumbnail .caption h6{
    color: #00b7ce;
    font-size: 18px;
}
#Business04 .thumbnail .caption b{
    color: #00b7ce;
}
[id^="Business"] .prod-spec img, .prod-ex img{
    margin-left: 0;
}
[id^="Business"] .prod-spec h5 {
    padding: 18px;
    margin-bottom:0;
}
[id^="Business"] .prod-spec .col-sm-8 h5{
    padding:0;
    margin-bottom:15px;
}
[id^="Business"] .prod-spec .thumbnail{
    padding: 0;
    margin: 0;
    border: 0;
}
[id^="Business"] .prod-spec .thumbnail img{
    margin: 0 auto;
}
[id^="Business"] .prod-spec .thumbnail .caption {
    padding: 50px 30px 20px;
    min-height: 260px;
}

[id^="Business"] .prod-spec .col-sm-8 {
    padding: 3% 5% 0 0;
}
[id^="Business"] .prod-spec .col-sm-8 p {
    font-size: 1.5rem;
}

[id^="Business"] .prod-ex{
    margin-bottom: 60px;
    color: #fff;
}
[id^="Business"] .prod-ex.prototype{
    padding: 50px;
}
#Business04 .prod-ex.prototype:nth-child(2){
    background: url(/skin/img/sub/me-sol-ex01.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
[id^="Business"] .prod-ex.prototype.type1::before{
    width: 53%;
}
#Business04 .prod-ex.prototype:nth-child(3){
    background: url(/skin/img/sub/me-sol-ex02.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
#Business04 .prod-ex.prototype:nth-child(4){
    background: url(/skin/img/sub/me-sol-ex03.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
#Business04 .prod-ex.prototype:nth-child(5){
    background: url(/skin/img/sub/me-sol-ex04.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

#Business02 .prod-ex.prototype:nth-child(2){
    background: url(/skin/img/sub/opt-me-ex01.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
#Business02 .prod-ex.prototype:nth-child(3){
    background: url(/skin/img/sub/opt-me-ex02.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
#Business02 .prod-ex.prototype:nth-child(4){
    background: url(/skin/img/sub/opt-me-ex03.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
#Business02 .prod-ex.prototype:nth-child(5){
    background: url(/skin/img/sub/opt-me-ex04.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
#Business02 .prod-ex.prototype:nth-child(6){
    background: url(/skin/img/sub/opt-me-ex05.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

#Business01 .prod-ex.prototype:nth-child(2){
    background: url(/skin/img/sub/opt-sw-ex01.png) no-repeat;
    background-size: cover;
    background-position: right;
    position: relative;
}
#Business01 .prod-ex.prototype:nth-child(3){
    background: url(/skin/img/sub/opt-sw-ex02.png) no-repeat;
    background-size: cover;
    background-position: right;
    position: relative;
}
#Business01 .prod-ex.prototype:nth-child(4){
    background: url(/skin/img/sub/opt-sw-ex03.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
[id^="Business"] .prod-ex.prototype::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.63);
    position: absolute;
    top: 0;
    left: 0;
}
[id^="Business"] .prod-ex.prototype h5{
    position: relative;
    border-color: #fff;
}
[id^="Business"] .prod-ex.prototype h6{
    background: none;
    font-size: 1.6rem;
    margin: 0 0 12px;
    font-weight: 400;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding: 0 0 6px;
}
[id^="Business"] .prod-ex.prototype li{
    color: #fff;
}
[id^="Business"] .prod-ex.prototype ul.list-ex > li:before{
    background: #fbfbfb;
}
[id^="Business"] .prod-ex.prototype > .row{
    position: relative;
}
[id^="Business"] .prod-ex.prototype .ex-inner{
    padding: 0;
}
[id^="Business"] .prod-ex .ex-inner {
    padding-left: 20px;
}
[id^="Business"] .prod-ex.prototype.duo img{
    margin-top: 68px;
}
@media(min-width: 1200px){
    /* [id^="Business"] .prod-ex .ex-inner > .row > .col-xs-12:last-child{
        border-left: 1px solid #ddd;
    } */
}

[id^="Business"] .prod-ex .ex-inner h5 {
    border-bottom: 1px solid #666;
    padding-bottom: 6px;
    margin-top: 10px;
    margin-bottom: 25px;
}
[id^="Business"] .prod-ex.prototype .ex-inner h5{
    border: 0;
}
[id^="Business"] .prod-ex h6 {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 0 10px;
    background: #444;
    color: #fff;
    padding: 5px 8px;
}
[id^="Business"] .prod-ex ul.list-ex > li, 
[id^="Business"] .prod-ex p {
    position: relative;
    margin-bottom: 5px;
    font-size: 1.4rem;
    line-height: 1.625;
    color: #fff;
}
[id^="Business"] .prod-ex p {
    margin-top: 15px;
    color: #fff;
}
[id^="Business"] .prod-ex ul.list-ex {
    padding-left: 15px;
    margin-bottom: 25px;
}
[id^="Business"] .prod-ex ul.list-ex > li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: -10px;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #b3b3b3;
}
[id^="Business"] .prod-ex .list-inner {
    padding-left: 0;
}
[id^="Business"] .prod-ex .list-inner > li {
    font-size: 1.4rem;
    padding-left: 10px;
    position: relative;
}
[id^="Business"] .prod-ex .list-inner > li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
}

#Business03 .prod-ex dl {
    margin: 0 auto 30px;
    border: 1px solid #d3d3d3;
    border-radius: 15px;
    padding: 35px;
    min-height: 230px;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.13);
}
#Business03 .prod-ex dl dt {
    font-size: 2rem;
    color: #333;
    margin-bottom: 10px;
    letter-spacing: -0.03em;
    font-weight: 600;
}
#Business03 .prod-ex dl dd {
    font-size: 1.5rem;
    padding-left: 18px;
    margin: 6px 0;
    position: relative;
}
#Business03 .prod-ex dl dd:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #a3a3a3;
    position: absolute;
    left: 5px;
    top: 8px;
}


#Business03 .prod-ex dl dt{
    font-size: 18px;
    color: #00b7ce;
    margin-bottom: 15px;
}
#Business03 .prod-ex dl dd{
    font-size: 15px;
    margin-bottom: 10px;
}

[id^="Business"] .prod-video {
    margin-bottom: 30px;
}
[id^="Business"] .prod-video .video-box {
    margin-bottom: 40px;
}
[id^="Business"] .prod-video p {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 15px;
    line-height: 1;
    background: #333;
    display: inline-block;
    margin: 0;
    padding: 8px 12px;
    color: #fff;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
#Business02 .prod-video > p.text-center{
    font-size: 26px;
    border-radius: 0;
    background: none;
    color: #333;
    border-left: 4px solid #00B7CE;
    padding: 0 10px;
    margin-bottom: 20px;
}
[id^="Business"] .prod-video iframe {
    border-top: 2px solid #333;
}
.vi-img-box {
    border-top: 2px solid #333;
    background: #eee;
    min-height: 300px;
    padding-top: 60px;
}

#Business05 .prod-spec h6{
    margin: 0;
    padding: 15px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #00B7CE;
}
#Business05 .prod-spec .caption{
    padding: 12px;
    min-height: 220px;
}
#Business05 .prod-spec .caption p{
    font-size: 15px;
    margin-bottom: 0;
}
/* 게시판 목록 */
.dh-alert.text-center{
    display: none;
}
.dh-board > .form-group{
    float: right;
}
.dh-board > .form-group > a{
    display: inline-block;
    margin-right: 10px;
    padding: 0;
}
.dh-board > .form-group > a .filter-label{
    color: #333;
    background: #fbfbfb;
    font-size: 16px;
    margin: 0;
    padding: 5px 10px;
}
.dh-board > .form-group .on .filter-label {
    background: #00B7CE;
    color: #fff;
}
.dh-board > .table-hover {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ccc;
    margin: 0px;
}
.dh-board > .table-hover td,
 .dh-board > .table-hover th {
    padding: 16px !important;
    font-weight: 400;
}
.dh-board > .table-hover td.hits,
 .dh-board > .table-hover th.hits{
    display: none;
}
.dh-board > .table-hover th {
    background: #f6f6f6;
    border-bottom: 1px solid #d3d3d3;
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
}
.dh-board > .table-hover td {
    color:#555;
    border-bottom: 1px solid #ddd;
}
.dh-board > .table-hover > tbody > tr:hover td{
    background-color: #ffffff;
}
.table-hover th,
 .table-hover td {
    padding: 15px !important;
	border-right: none;
}
.dh-board > .table-hover td.subject a {
    color: #555;
    font-weight: 400;
}
.dh-board > .table-hover td.subject a:hover {
    text-decoration: underline !important;
    color:#111;
}
.dh-margin-top {
    display: inline-block;
    margin-top: 30px;
}
.dh-board .label {
    color: #777;
    background: rgba(0,0,0,0);
    font-size: 12px;
    padding: 0.2em 0.4em 0.3em;
}
.dh-board .label-danger {
    color: #e23b28;
}
.dh-board .label-primary {
    color: #1085e2;
}
.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
    background-color: #00b7ce;
    border: 1px solid #00b7ce;
    color: #fff;
    font-weight:600;
}
.pagination > li > a, 
.pagination > li > span{
    color: #333;
}
.pagination > li > a:focus, 
.pagination > li > a:hover, 
.pagination> li > span:focus, 
.pagination>li>span:hover{
    color: #333;
}
.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:not(.note-btn-group), 
.btn-group-vertical {margin: 10px 0 30px;}
#btnNew {
    background: #333;
    border: 1px solid #333;
}
#insertForm .text-right{
	float: right;
}

/* 게시판 상세 */
.dh-view-box{margin-top:0px;}
.sns-box{display: none;}
.dh-view-box>.row>.page-header h4 {
    margin: 0;
    font-size: 2.8rem;
    color: #333333;
}
.dh-view-box>.row>.page-header {
    border-top: 2px solid #333;
    border-bottom: 1px solid #d3d3d3;
    padding: 17px 18px;
    margin: 0;
    background: #f6f6f6;
}
.content_wrap .page-header h4:before {content: none;}
.dh-view-box>.row>.dh-view-info {
    border-bottom: 1px solid #ddd;
    background: transparent;
    padding: 8px 10px 8px;
    margin: 0 0 10px;
	display:none;
}
.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{padding: 15px 20px 0;}
.dh-view-box .dh-attach h6{margin: 0; padding: 0; text-align: left;}



.mod-custom-form-no7 #mod_type_formForm {
    padding: 5% 10%;
    background: #f6f6f6;
    border-top: 2px solid #333;
    margin: 0 auto;
}
.mod-custom-form-no7 #mod_type_formForm .q_number{
    margin-bottom: 25px;
}
.mod-custom-form-no7 #mod_type_formForm .q_number:after{
    content: '';
    clear: both;
    display: table;
}
.mod-custom-form-no7 #mod_type_formForm .q_number h3{
    margin-top: 0;
    margin-bottom: 8px !important;
    letter-spacing: -0.03em;
}
.mod-custom-form-no7 #mod_type_formForm .q_number h3 > i{
    display: none;
}
.mod-custom-form-no7 #mod_type_formForm .q_number .form-control {
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: none;
}
.mod-custom-form-no7 #mod_type_formForm .btn-primary {
    margin: 0 auto;
    float: none !important;
    border: 0;
    border-radius: 0;
    width: 180px;
    background: #00b7ce;
    font-size: 1.6rem;
    padding: 17px 0;
    font-weight: 600;
}
.mod-custom-form-no7 #mod_type_formForm .btn-primary:hover{
    background: #009baf;
}
.mod-custom-form-no7 .q_number, .btn-wrap{
    float: none;
}
@media (max-width: 767px){
    .subHeader .container h2{
        font-size: 37px;
    }
    .subContent_title{
        margin-top: 70px;
    }
    #About01 .con1 .title > span{
        font-size: 28px !important;
    }
    #About01 .con1 .title::before,
    #About01 .con1 .title::after{
        display: none;
    }
    #About02 .con2 .list-location{
        margin-bottom: 80px !important;
    }
    [id^="Business"] .content h4{
        font-size: 24px;
    }
    [id^="Business"] .subContent_nav > .nav > li{
        width: 100%;
    }
    [id^="Business"] .content .intro{
        font-size: 2rem;
    }
    #Business03 .con1 .img-box h5{
        font-size: 20px;
        padding: 9px;
    }
    #Business03 .prod-spec .table th{
        font-size: 1.3rem;
    }
    [id^="Business"] .prod-ex.prototype.type1::before{
        width: 100%;
    }
    [id^="Business"] .prod-ex.prototype{
        padding: 30px 15px;
    }
    [id^="Business"] .content .prod-ex.prototype .col-xs-6{
        width: 100%;
    }
    [id^="Business"] .content .prod-spec .col-xs-6{
        width: 100%;
    }
    [id^="Business"] .prod-spec .col-sm-8{
        padding: 15px 30px;
    }
    
}
@media (min-width: 768px) and  (max-width: 991px){
    #About01 .con1 .title:before{
        left: 0px;
    }
    #About01 .con1 .title:after{
        right: 0px;
    }
    #About02 .con2 .list-location{
        margin-bottom: 30px;
    }
    [id^="Business"] .content .intro{
        font-size: 2rem;
    }
    #Business04 .thumbnail .caption{
        min-height: 540px;
    }
    [id^="Business"] .prod-ex.prototype.type1::before{
        width: 100%;
    }
    [id^="Business"] .prod-ex.prototype > .row > .col-xs-6{
        width: 100%;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}
/* //서브페이지 */

/* 푸터 */
.footer_copy .text-center {
    text-align: left;
    background: #424448;
    padding: 50px 0 50px;
    font-size: 13px;
    color: rgba(255,255,255,0.5);
}
.footer_copy .wrap-footer .footer-logo h1{
    margin: 0;
}
.footer_copy .wrap-footer .footer-text ul {
    padding-left: 0;
    margin-top: 8px;
    margin-bottom: 8px;
}
.footer_copy .wrap-footer .footer-text ul:after{
    content: '';
    clear: both;
    display: table;
}
.footer_copy .wrap-footer .footer-text ul li{
    float: left;
    margin-right: 15px;
    line-height: 1;
}
.footer_copy .wrap-footer .footer-text ul li address{
    margin-bottom: 0;
    line-height: 1;
}
.footer_copy .wrap-footer .footer-text .copyrights {
    display: block;
    margin-top: 0;
    font-size: 12px;
    line-height: 1;
    opacity: 0.5;
}

@media (max-width: 767px){
    .footer_copy .wrap-footer .footer-text ul li{
        width: 100%;
        line-height: 1.5;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    .footer_copy .wrap-footer .footer-text ul li{
        width: 100%;
        line-height: 1.5;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}

/* //푸터 */


.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}

/* login */

.login-layout, 
.id-find-layout,
 .pw-find-layout {
    background: #f6f6f6;
    padding: 160px 15px 110px;
    margin-top: -37px;
}

.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr {
    display: none;
}

.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body {
    padding: 0;
}

.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}

.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2 {
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}

.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}

.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}

.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

.login-layout label,
.id-find-layout label,
.pw-find-layout label {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}

.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control {
    border-radius: 0px;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #00b7ce;
    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: #009baf;
}

.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p {
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}

.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
    border-left: 1px solid #ccc;
}

.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a {
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width:768px) {

    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }

    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }

    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2 {
        font-size: 24px;
    }

    .inner-box-msg p {
        font-size: 12px;
    }

    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }

    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control {
        font-size: 13px;
        height: 36px;
    }

    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a {
        font-size: 12px;
    }

    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning {
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}
/* 회원가입 상단영역에는 태그 하나만 넣고 사용해주세요 */
/*join form css*/
.join-agree-area {
    padding: 110px 15px 110px;
    background: #f6f6f6;
}
.join-agree-area .panel-default {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    border: none;
    border: 1px solid #ddd;
}
.join-agree-area .panel-body {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 0 0 !important;
}
.join-agree-area .panel-footer,
#joinForm .panel-footer {
    background: #fff;
    border-top: none;
    padding: 20px 15px 80px;
}
.join-agree-area .panel-footer .row,
#joinForm .panel-footer .form-group {
    max-width: 900px;
    margin: 0 auto;
}
#joinForm .panel-footer .form-group{
    border-bottom:none;
    margin-bottom:0;
    padding: 0 !important;
}
#joinForm .panel-footer .btn-default, 
#joinForm .panel-footer .btn-success, 
.join-agree-area .panel-footer .btn-default {
    border-radius: 0;
    border: 1px solid #00b7ce;
    color: #fff;
    font-weight: 500;
    background: #00b7ce;
    font-size: 16px;
}
.join-agree-area .control-label {
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 10px;
}
.join-agree-area .form-control {
    border-radius: 0;
    background: #f8f8f8;
    box-shadow: none;
    padding: 17px 18px;
    border-color: #d8d8d8;
    font-size: 13px;
    line-height: 1.6;
    color: #444;
}
.join-agree-area .checkbox input {
    margin-top: 3px;
}
.join-agree-area .checkbox label {
    font-size: 14px;
    line-height: 1.3;
}
#joinForm {
    padding: 110px 15px 110px;
    background: #f6f6f6;
}
#joinForm .panel-default {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
}
#joinForm .panel-heading {
    background: #fff;
    margin: 0 0 50px;
    text-align: center;
    border-bottom: none;
    padding: 80px 0 0;
    font-size: 2.8rem;
    letter-spacing: -0.04em;
    font-weight: 500;
    line-height: 1.28;
}
#joinForm .panel-body {
    max-width: 900px;
    padding: 0;
    margin: 0 auto;
}
#joinForm .panel-footer{
    background:#fff;
}
#joinForm .form-group {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}
#joinForm .form-control {
    border-radius: 0;
    min-height: 40px;
    box-shadow: none;
}
#joinForm .control-label {
    line-height: 1.1;
    font-size: 16px;
}
#joinForm .control-label .text-danger {
    font-weight: 400;
    font-size: 12px;
}
#joinForm .input-group-btn .btn-default {
    min-height: 40px;
}
#joinForm .panel-footer .btn-default {
    background: #fff;
    color: #555;
    border: 1px solid #d8d8d8;
}
@media (min-width: 768px) {
    #joinForm .control-label {
        padding-top: 6px;
        margin-bottom: 0;
        text-align:left;
        width: 20%;
    }
    #joinForm .col-sm-6 {
        width: 80%;
    }
}
@media(max-width:767px){
    .join-agree-area{
        padding:50px 15px;
    }
    .join-agree-area .panel-default{
        margin:0 auto;
    }
    #joinForm .panel-footer .form-group > div{
        width:50%;
        float:left;
    }
    #joinForm .control-label br{
        display:none;
    }
}

.dh-attach-img{
    display: inline-block;
}
.dh-attach-img > img{
    display: none !important;
}