@charset "utf-8";
@import url('/skin/notokr/notokr.css');
@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);

html {overflow-x: hidden; overflow-y: scroll;}

/* 폰트 설정 */

.body-layout{
	padding-top: 132px;
}
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr',  "NanumGothic", "나눔고딕",'Malgun Gothic', sans-serif; }
h1, h2, h3, h4, h5, h6, p { margin: 0; }
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}
body i { font-family: 'FontAwesome' !important; }
.navbar .caret, .navbar .divider-vertical, .navbar ~ br, .footer-social-layout, .footer_copy .text-center > br, .topmarginLay_a {
    display: none;
}

/* Lang */

.menu-top {
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}
.lang-wrap {
    margin: 0;
}
.lang-wrap li {
    float: right;
    cursor: pointer;
    margin-left: 20px;
    color: #aaa;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
}
.lang-wrap li:last-child {
    border: none;
}
li.lang.kr {
    color: #0983d1;
    font-weight: 600;
}
/*상단 메뉴 설정 시작*/
.navbar-inverse {
    border: none;
    margin: 0;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    background: #fff;
    border-bottom: none;
}
.navbar-inverse .navbar-brand {
    margin: 15px 0 !important;
    padding: 0;
}
.navbar-inverse .navbar-brand img {
    margin: 0;
}
.navbar-right {
    margin-right: -30px;
    margin-top: 25px;
}

.navbar-inverse .navbar-nav > li > a {
    background-color: none;
    color: #222;
    font-size: 18px;
    padding: 15px 5px;
    margin: 0 25px;
    letter-spacing: -0.01em;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background: rgba(0,0,0,0);
    color: #0983d1;
    font-weight: 500;
}

/* 상단 메인 메뉴 설정 끝*/
@media (min-width: 768px) {
  .navbar .navbar-nav > .dropdown > .dropdown-menu {
	left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    border: none;
    border-radius: 0;
    background: #fff;
    padding: 16px 0;
  }
}


.navbar .navbar-nav > .dropdown > .dropdown-menu > li > a {
    background-color: rgba(0,0,0,0);
    color: #333333;
    font-size: 14px;
    letter-spacing: -0.03em;
    text-align: center;
}
.navbar .navbar-nav > .dropdown > .dropdown-menu>li>a:focus, 
.navbar .navbar-nav > .dropdown > .dropdown-menu>li>a:hover {
    color: #0983d1;
	text-decoration:underline;
}

@media (max-width: 767px){
    .navbar-inverse .navbar-brand{
        margin: 15px 0 15px 15px !important;
        width: 177px;
    }
    .navbar-inverse .navbar-toggle{
        margin-top: 30px;
        background: #2591D6;
        border-color: #2591D6;
    }
    .navbar-inverse .navbar-toggle:hover{
        background: #2591D6 !important;
        border-color: #2591D6 !important;
    }
    .navbar-inverse .navbar-nav > li > a{
        text-align: center;
    }
    .navbar .navbar-nav > .dropdown > .dropdown-menu{
        background: #f8f8f8;
    }
    .navbar .navbar-nav > .dropdown > .dropdown-menu > li > a{
        padding: 5px 0;
    }
}
@media (min-width: 768px) and  (max-width: 991px){

}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}

/* 상단 서브 메뉴 설정 끝*/



/* CAROUSEL */

.flexslider{
    border: none;
    box-shadow: none;
}
.container_slide {
    width: 100%;
    padding: 0;
    height: 800px;
}
.container_slide > .fill, .carousel-inner .item .fill {
    height: 800px;
}

.flexslider .slides img {
    width: 100%;
    display: block;
    height: 800px;
}
.fill h1 span, .fill p span {
    background: none;
    opacity: 1;
    padding: 0;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
.fill h1 span {
    margin-bottom: 30px;
    font-size: 56px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.02em;
    display: block;
}
.fill h1 span > span {
    width: 180px;
    height: 40px;
    display: block;
    background: #444;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.24em;
    line-height: 34px;
    margin: 0 auto 20px;
    padding-left: 8px;
}
.fill p span {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: -0.03em;
}
.carousel-indicators {
    display: none;
}
.carousel-control {
    z-index: 999;
}
.carousel-caption {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    padding: 0;
}

.carousel-control {
    width: 70px;
    opacity: 0.7;
    height: auto;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-chevron-left{
	display:none
}
.left.carousel-control{
	background:url(/skin/img/main/arrow_prev.png)no-repeat center;
	left: 150px;
}
.right.carousel-control{
	background:url(/skin/img/main/arrow_next.png)no-repeat center;
	right:150px;
}

.fill h1 span, .fill p span {
    background: none;
    opacity: 1;
    padding: 0;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}/*
.fill h1 span {
    font-size: 40px;
    line-height: 56px;
    letter-spacing: -0.02em;
    font-family: "Nanumsquare" !important;
}*/

@media (max-width: 767px){
    .container_slide, .container_slide > .fill, .carousel-inner .item .fill{
        height: 400px;
    }
    .carousel-control{
        background-size: 50% !important;
    }
    .left.carousel-control{
        left: 0;
    }
    .right.carousel-control{
        right: 0;
    }
    .fill h1 span{
        font-size: 26px;
    }
    .fill h1 span b{
        display: block;
    }
    .fill p span{
        font-size: 15px;
    }
}
@media (min-width: 768px) and  (max-width: 991px){

}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}

.container_contents, .sub-layout > .main-divs{
    width: 100%;
    padding:0;
}

.intro-board-widget-layout {
    margin: 0;
}

.intro-html-layout > .col-sm-6 {
    padding: 0;
    margin: 0;
}

#main > .row {
    margin: 0;
}

.main-divs{
    background: #a1a1a1;
}
.main-medical, .main-it{
        height: 480px;
    display: inline-block;
    background: #fff;
}
.main-medical {
    background: #1271ae url(/skin/img/main/main-divs_bg1.png) no-repeat left center / cover;
    color: #fff;
}
.main-it {
    background: #414a5d url(/skin/img/main/main-divs_bg2.png) no-repeat left center / cover;
    color: #fff;
}
.main-medical-inner {
    height: 480px;
    float: right;
    padding: 100px 0 0;
    margin: 0;
    width: 60%;
}
.main-it-inner {
    width: 60%;
    height: 480px;
    padding: 100px 0 0 45px;
    float: left;
}
.main-medical-inner h2, .main-it-inner h2 {
    margin: 0 0 0;
    font-size: 42px;
    font-weight: 300;
    letter-spacing: -0.03em;
}

.main-medical-inner p, .main-it-inner p {
    font-size: 17px;
    margin: 20px 0 30px;
    font-weight: 300;
    line-height: 1.6;
}

.detail-wrapper{
}
.detail-wrapper a {
    display: inline-block;
    width: 160px;
    height: 48px;
    border-radius: 100px;
    background: #fff;
    text-align: center;
    transition: all ease 0.3s;
    line-height: 48px;
	color: #0983d1;
}
.detail-wrapper a h3 {
    font-size: 15px;
    line-height: 48px;
    margin: 0;
	color:inherit;
		
}

.main-it-inner .detail-wrapper a{
    color: #414a5d;
}

.detail-wrapper a:hover {
    background:rgba(255,255,255,0.4);
	color:#fff;
	text-decoration:none;
}

.main-bold{
    font-weight: 600;
}



.intro-board-widget-layout {
    padding: 70px 0 70px;
    max-width: 1170px;
    margin: 0 auto;
}

.intro-board-layout {
	margin: 0 auto;
    max-width: 1170px;
    padding: 0;
    float: none;
    width: 100%;
}


.intro-board-layout::after {
    content: ' ';
    display: table;
    clear: both;
}

.intro-boardbox{
    padding:0 15px;
}

.intro-boardbox {
    width: 100%;
    padding: 0 15px;
}


@media(min-width:768px){
    .intro-boardbox{
        padding:0 15px;
    }
	.intro-boardbox-type-bbs{
        width:50%;
        padding: 0 15px;
    }
}


.intro-boardbox .page-header {
    padding: 0;
    margin: 0 0 25px;
    border-bottom: none;
}

.intro-boardbox .page-header h4 {
    margin: 0;
    color: #222;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.03em;
}

.intro-boardbox .page-header h4 .btn {
    margin: 0;
    line-height: 1;
    border-radius: 0;
    width: 25px;
    height: 25px;
    background: url(/skin/img/main/board_plus.png) no-repeat center center;
    padding: 0;
    border: none;
    opacity: 0.3;
}
.intro-boardbox .page-header h4 .btn:hover,
.intro-boardbox .page-header h4 .btn:active {
    opacity:0.8;
}
.intro-boardbox .page-header h4 .btn i {
    display: none;
}

/* ---------- 게시판 리스트 설정 ---------- */

.intro-boardbox .front-panel>.panel {
	padding: 0;
	border: none;
	border-radius: 0px;
	background: transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.intro-boardbox .panel-body {
	padding: 0;
}

.dh-front-list2-words {
	margin: 0 !important;
	padding: 0;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
    color: #666;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
    padding: 8px 0;
}

.dh-front-list2 h6 a:hover span {
	text-decoration: none;
}

.dh-front-list2 h6 a:hover .list-row-subject {
    color: #0983d1;
    text-decoration: underline;
}

.dh-front-list2-words:first-child {
	margin: auto;
}

.list-row-subject {
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 380px;
	white-space: nowrap;
    padding-left:20px !important;
}

.list-row-subject:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #ccc;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 14px;
}

.row-separator {
	display: none;
}

.list-row-regdate {
	float: right;
	color: #999 !important;
}

.list-row-contents {
	display: none;
}

.intro-boardbox .label-danger {
    padding: 2px 4px!important;
    position: relative;
    top: 7px;
    font-weight: 600;
    color: #dc2809 !important;
}

.intro-boardbox .label-danger {
	background: none !important;
    color: #d9534f !important;
}

@media (max-width: 767px){
    .main-it-inner{
        width: 100%;
        float: none;
        padding: 100px 0;
        height: auto;
    }
    .main-medical, .main-it{
        display: block;
        height: 400px;
    }
    .main-medical-inner{
        width: 100%;
    }
    .main-medical-inner h2, .main-it-inner h2{
        font-size: 33px;
    }
    
}
@media (min-width: 768px) and  (max-width: 991px){
    .intro-html-layout, .intro-html-layout > .col-sm-12{
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .main-medical-inner h2, .main-it-inner h2{
        font-size: 36px;
    }
    .main-medical-inner, .main-it-inner{
        width: 100%;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}

/* sub pages setting */

.sub-layout{
    width: 100%;
    padding :0;
    margin: 0;
}


.top{
    background: url('/skin/img/sub/subtop-bg.jpg') no-repeat center / cover;
        width: 100%;
    height: 300px;
    padding-top: 125px;
}

.top h1{
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 54px;
    letter-spacing: -0.03em;
}

div.breadcrumb {
    position: relative;
    top: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #f3f3f3;
    border-bottom: 1px solid #e0e0e0;
}
ol.breadcrumb {
    border-radius: 0;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 15px 15px;
    color: #fff;
}
ol.breadcrumb li a {
    color: #888;
}
ol.breadcrumb li a:hover{
	color:#333
}
ol.breadcrumb > li:last-child {
    color: #333;
    font-weight: 500;
}
.inner-wrapper{
    border: 1px solid; 
    width: 100%;
    position: relative;
    top: 100px;
}

.left-tab {
    padding-right: 50px;
}

.left-tab ul{
    padding-left:0;
}
.left-tab ul li {
    letter-spacing: -0.03em;
    font-size: 15px;
}
.left-tab ul li a {
    font-size: 16px;
    color: #777;
    letter-spacing: -0.04em;
    padding: 18px 15px;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    text-decoration: none;
    line-height: 1;
}
.left-tab ul li a:hover {
    background: #f6f6f6;
    color: #0983d1;
}
.left-tab ul li.active a {
    background: #414a5d ;
    border-color: #414a5d ;
    color: #fff;
}
.left-tab .left-header {
    margin: 0;
    color: #fff;
    font-size: 30px;
    letter-spacing: -0.03em;
    font-weight: 500;
    text-align: center;
    padding: 55px 0;
    background: #0983d1 url(/skin/img/sub/left-tab-bg.png) no-repeat right bottom;
}
.left-tab .active a:after {
    font-family: 'fontawesome';
    content: '\f054';
    display: block;
    float: right;
    color: #fff;
    font-size: 11px;
    margin-top: 5px;
}


.right-content {
    margin-top: 60px;
    padding-bottom: 80px;
}

.right-content > div:first-child h2 {
    border-bottom: 1px solid #ddd;
    border-left: 0;
    font-size: 35px;
    font-weight: 500;
    color: #333;
    margin: 0 0 30px;
    padding: 0 0 80px;
    letter-spacing: -0.03em;
}

.right-tab {
    border-bottom: 1px solid #e0e0e0;
    display: flex;
}

.right-tab a:link{
    text-decoration: none;
}

.right-tab .active {
    border-top: 2px solid #0983d1;
    background: #fff;
    color: #0983d1;
    border-bottom: 1px solid #fff;
}

.right-tab div:hover{
    background: #eee;
}

.medical-product-tab {
    /* display: inline-block; */
    border: 1px solid #e0e0e0;
    margin: 0 auto;
    width: 20%;
    text-align: center;
    font-size: 18px;
    transition: all 0.3s ease;
    cursor: pointer;
    background: #f5f5f5;
    color: #888;
    margin-bottom: -1px;
}
.medical-product-tab a {
    display: block;
    padding: 12px 0;
    font-size: 17px;
    letter-spacing: -0.03em;
    color: inherit;
}
/**** info ****/
/* info1 */

.info1-wrapper{
    margin: 50px 0;
}

.info1-wrapper h2 {
    margin-bottom: 10px;
    font-size: 22px;
    border-left: 5px solid #414a5d;
    padding-left: 12px;
}

.info1-wrapper p {
    line-height: 1.8;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #666;
}
.cn-bind {
    max-width: 600px;
    margin: 50px auto;
}

.cn-bind h3 {
    display: block;
    font-size: 40px;
    margin: 0 auto;
    text-align: center;
    background: #0d85d1;
    border: 15px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    padding: 25px 0;
}
.cn-bind > div:nth-child(2) h3 {
    background: #414a5d;
}
.cn-bind p {
    text-align: center;
    font-size: 20px;
    margin: 10px 0 0;
    color: #333;
    letter-spacing: -0.05em;
    font-weight: 500;
}

.info1-table {
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    border: none;
	border-top: 2px solid #333;
}
.info1-table tr td:nth-child(2n) {
    text-align: center;
    color: #666;
    letter-spacing: -0.03em;
}

.info1-table tr td:nth-child(2n-1) {
    background: #f3f3f3;
    color: #333;
    text-align: center;
    font-weight: 500;
}

.info1-table tr td {
    padding: 15px 0 !important;
}
/* info2 */

.greet {
    padding-left: 45px;
    padding-top: 10px;
    padding-bottom: 60px;
    position: relative;
    background: url(/skin/img/sub/info2_bg.png) no-repeat right bottom;
}

.greet:before {
    content: "";
    width: 24px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/skin/img/sub/greet-icon.png) no-repeat left top;
}

.info2-wrapper h3 {
    color: #414a5d;
    font-size: 24px;
    line-height: 1.45;
    letter-spacing: -0.03em;
    margin: 0 0 15px;
}
.info2-wrapper p {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    letter-spacing: -0.03em;
    margin: 0 0 20px;
}
/* info3 - history */

.history-wrapper{
    margin: 50px 0;
    font-size: 18px;
}

.history-table {
    border: none;
}

.history-table tbody tr {
    border-bottom: 1px solid #e0e0e0 !important;
}

.history-table > tbody > tr > th {
    font-size: 18px;
    letter-spacing: -0.03em;
    color: #333;
    font-weight: 500;
    width: 12%;
    padding: 5px 10px;
    line-height: 2;
	border: none !important;
}
.history-table tbody tr td {
    text-align: left;
    font-size: 15px;
    letter-spacing: -.03em;
    color: #666;
    padding: 7px 15px;
    line-height: 2;
	border:none !important
}
.history-table tbody tr td .month {
    font-weight: 500;
    color: #0983d1;
    display: inline-block;
    margin-right: 8px;
}



/* info4 - certificate */

.cer-img {
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.04);
}

/* info5 - location */

.root_daum_roughmap_landing{
	width: 100% !important;
}

.location-wrapper h3 {
    text-align: center;
    margin: 30px 0 0;
    font-size: 18px;
    letter-spacing: -0.03em;
    color: #444;
    font-weight: 400;
    border: 5px solid #f3f3f3;
    padding: 15px 15px;
}

/**** MEDICAL ****/

.product-title {
    border-bottom: 1px solid #ddd;
    border-left: 0;
    font-size: 35px;
    font-weight: 500;
    color: #333;
    margin: 0 0 30px;
    padding: 0 0 25px;
    letter-spacing: -0.03em;
}


.eswt-wrapper h2 {
    margin-bottom: 20px;
    font-size: 22px;
    border-left: 5px solid #414a5d;
    padding-left: 12px;
    letter-spacing: -0.02em;
}

.eswt-wrapper p {
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #666;
    line-height: 1.8;
    margin: 15px 0 20px;
}

.eswt-wrapper h4 {
    font-size: 28px;
    letter-spacing: -0.03em;
    color: #0983d1;
}

.eswt-wrapper h4:nth-child(3){
    border: none !important;
}


.eswt-point {
    max-width: 700px;
    margin: 50px auto;
}

.eswt-point h3 {
    display: block;
    height: 220px;
    width: 220px;
    background: #fff;
    box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
    border: 20px solid #0983d1;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    padding-top: 65px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.03em;
}

.eswt-point .point1 h3{

}

.eswt-point .point2 h3{
	border-color:#4a5367
}

.eswt-point .point3 h3{
	border-color:#65c2d6;
}

/* .profit{
    text-align: center
} */
.profit ul{
     display:inline-block;
     text-align:left;
}

.eswt-profit-wrapper {
    background: #f3f3f3;
    padding: 40px;
    margin: 50px 0;
}

.eswt-profit-wrapper h2 {
    border: none;
    padding: 0;
    color: #4a5367;
    letter-spacing: -0.03em;
    margin: 0 0 15px;
}
.eswt-profit-wrapper ul {
    padding-left: 0px;
    margin: 0 0 25px;
    width: 100%;
    display: block;
}

.eswt-profit-wrapper ul li {
    line-height: 1.8;
    font-size: 18px;
    padding: 5px 0;
    letter-spacing: -0.03em;
    color: #444;
}

.eswt-profit-wrapper ul li *{
    display: inline-block;
}
.eswt-profit-wrapper ul li h3 {
    background: #4a5367;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px;
    line-height: 30px;
}
.eswt-profit-wrapper ul li h3 span {
    display: block;
    position: relative;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
}

.eswt-profit-wrapper ul + h3 {
    display: inline-block;
    font-size: 18px;
    background: #0983d1;
    color: #fff;
    padding: 5px 16px;
    border-radius: 20px;
}
.eswt-profit-wrapper h3 + p {
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #444;
}

.eswt-logic1 {
    margin-bottom: 50px;
}

/* .eswt-text-wrapper p, .eswt-profit-wrapper p, .eswt-logic1 p, .eswt-logic2 p{
    line-height:2;
    font-size: 20px;
    padding: 10px 0;
} */

.haemil-wrapper, .haemil-three-wrapper{
    margin: 30px 0 50px;
}
.haemil-wrapper p {
    font-size: 15px;
    letter-spacing: -0.03em;
    line-height: 1.8;
    color: #666;
}
.heamil-wrapper h2,
.haemil-three-wrapper h2{
    margin-bottom: 20px;
    font-size: 22px;
    border-left: 5px solid #414a5d;
    padding-left: 12px;
    letter-spacing: -0.02em;
}
.haemil-table {
    border: none !important;
	margin:20px 0;
}
.haemil-table td {
    border: none !important;
    text-align: center;
    background: #f4f4f4;
    padding: 0 !important;
}
.haemil-table tbody tr:nth-child(1) td {
    font-size: 16px;
    padding: 22px 0 0 !important;
    letter-spacing: -0.03em;
    font-weight: 500;
}
.haemil-table tbody tr:nth-child(3) td {
    color: #666;
    padding: 10px 10px 20px!important;
}

.haemil-spec-table tbody tr td {
    padding: 10px 15px;
    line-height: 1.5;
    color: #666;
    letter-spacing: -0.03em;
    border-color: #e0e0e0;
}
.haemil-spec-table tbody tr td:first-child {
    background: #f8f8f8;
    color: #333;
    font-weight: 500;
}

span.product-sub-title {
    color: #0983d1;
    font-size: 24px;
    letter-spacing: -0.03em;
    font-weight: 500;
    display: block;
    margin: 0 0 15px;
}

span.product-sub-title + img {
    margin: 0px 0 30px;
    border: 6px solid #fff;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
}


.danat-one, .danat-two, .danat-three, .danat-four, .danat-five{
    margin: 50px 0;
}

/* .danat-one h3, .danat-two h3{
    margin: 30px 0;
}
 */
.danat-wrapper h3 {
    margin-bottom: 15px;
    font-size: 22px;
    border-left: 5px solid #414a5d;
    padding-left: 12px;
    letter-spacing: -0.02em;
}
.danat-one p, .danat-two p {
    line-height: 1.8;
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #666;
    margin: 0px 0 30px;
}
.danat-indication {
    margin-bottom: 20px;
}
.indication-table th {
    background: #7e93a8;
    color: #fff;
    word-break: break-word;
    text-align: center;
    border-bottom: none !important;
    vertical-align: middle !important;
}
.indication-table td {
    border-bottom: 1px solid #e0e0e0 !important;
    letter-spacing: -0.03em;
    color: #666;
	text-align: center;
    font-size: 13px;
}
.indication-table tbody tr td:nth-child(1) {
    background: #f3f3f3;
    color: #333;
    font-weight: 500;
	text-align:left;
	word-break: break-word;
}

.danat-spec-table{
    margin:20px 0 0;
}


.danat-spec-table tbody tr td {
    padding: 10px 15px;
    line-height: 1.5;
    color: #666;
    letter-spacing: -0.03em;
    border: 1px solid #e0e0e0;
}


.danat-spec-table tbody tr td:first-child {
    background: #f8f8f8;
    color: #333;
    font-weight: 500;
}
/**** IT ****/

/* .it-one-wrapper p, .it-two-wrapper p, .client-wrapper p{
    line-height: 2;
    font-size: 18px;
    padding: 10px 0;
}
 */

.table-bordered.it-one-product {
    border: none;
}

.table-bordered.it-one-product td {
    border: none;
}

.it-one-product tbody tr td:nth-child(2n-1) {
    width: 22%;
    padding: 0;
}

.it-product-left p {
    font-size: 18px;
    letter-spacing: -0.03em;
    color: #333;
    border-top: 2px solid #333;
    padding: 15px 0 0;
    font-weight: 500;
}

.it-product-right img{
    display: inline-block;
    margin: 0 18px;
}

.it-one-product tbody tr:nth-child(2n) td .it-product-left{
    width: 100%;
}
.it-two-table {
    border: none;
}
.it-two-wrapper p,
.client-wrapper p{
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #666;
    line-height: 1.8;
    margin: 0 0 20px;
}
.it-two-table thead > tr > th {
    color: #333;
    font-weight: 500;
    padding: 12px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    border-top: 2px solid #333 !important;
    background: #f3f3f3;
    text-align: center;
}
.it-two-table tbody > tr > td {
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    color: #666;
    letter-spacing: -0.03em;
    font-size: 13px;
}

@media (max-width: 767px){
    .top{
        height: 200px;
        padding-top: 70px;
    }
    .left-tab{
        display: none;
    }
    .history-table > tbody > tr > th{
        width: 30%;
    }
    .cer-wrapper .col-xs-8{
        width: 100%;
    }
    .eswt-wrapper h4{
        font-size: 24px;
        word-break: keep-all;
    }
    .eswt-point h3{
        margin-bottom: 30px;
    }
    .eswt-profit-wrapper{
        padding: 40px 15px;
        word-break: keep-all;
    }
    .haemil-top *{
        display: block !important;
    }
    .haemil-top h2{
        width: 100% !important;
    }
    .danat-wrapper h3{
        word-break: keep-all;
    }
    .medical-product-tab{
        display: block !important;
        float: left; 
    }
    .dh-board .regdate, .dh-board .hits{
        display: none !important;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    .left-tab{
        padding-right: 0 !important;
    }
    .bbs-list-index-layout .left-tab{
        display: none;
    }
    .medical-product-tab{
        display: block;
        float: left;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}

/* board setting */

.dh-board, .form-horizontal, .dh-view-box{
    float: left;
   /* max-width: calc(1170px * 0.8333333333);*/
    max-width:880px;
    padding-left: 15px;
    padding-right: 15px;
	margin-bottom:100px;
}

.dh-view-box{
    margin-top:0;
}

.text-bbs8 .dh-view-box:before{
	content: "제품 및 견적문의";
    border-bottom: 1px solid #ddd;
    border-left: 0;
    font-size: 35px;
    font-weight: 500;
    color: #333;
    margin: 0 0 30px;
    padding: 0 0 25px;
    letter-spacing: -0.03em;
    display: block;
	line-height: 1.1;
}


.text-bbs6 .dh-view-box:before {
    content: "공지사항";
    border-bottom: 1px solid #ddd;
    border-left: 0;
    font-size: 35px;
    font-weight: 500;
    color: #333;
    margin: 0 0 30px;
    padding: 0 0 25px;
    letter-spacing: -0.03em;
    display: block;
	line-height: 1.1;
}

.text-bbs7 .dh-view-box:before{
	content: "FAQ";
    border-bottom: 1px solid #ddd;
    border-left: 0;
    font-size: 35px;
    font-weight: 500;
    color: #333;
    margin: 0 0 30px;
    padding: 0 0 25px;
    letter-spacing: -0.03em;
    display: block;
	line-height: 1.1;
}
.board-content {
    max-width: 1170px;
    margin: 0 auto 60px;
}

.text-bbs8 .dh-board:before{
    content:"제품 및 견적문의";
    border-bottom: 1px solid #ddd;
    border-left: 0;
    font-size: 35px;
    font-weight: 500;
    color: #333;
    margin: 0 0 30px;
    padding: 0 0 25px;
    letter-spacing: -0.03em;
    display: block;
	line-height: 1.1;
}

.text-bbs6 .dh-board:before {
    content: "공지사항";
    border-bottom: 1px solid #ddd;
    border-left: 0;
    font-size: 35px;
    font-weight: 500;
    color: #333;
    margin: 0 0 30px;
    padding: 0 0 25px;
    letter-spacing: -0.03em;
    display: block;
	line-height: 1.1;
}

.text-bbs7 .dh-board:before{
    content:"FAQ";
    border-bottom: 1px solid #ddd;
    border-left: 0;
    font-size: 35px;
    font-weight: 500;
    color: #333;
    margin: 0 0 30px;
    padding: 0 0 25px;
    letter-spacing: -0.03em;
    display: block;
	line-height: 1.1;
}

#notice3 .breadcrumb{
    margin: 0 auto;
}


.dh-board .table-hover {
    margin: 0 0 30px;
    border-top: 2px solid #333;
    border-bottom: 1px solid #e0e0e0;
}

.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th,
.dh-board .table-hover tbody tr td {
    padding: 15px 15px;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.03em;
    line-height: 1.6;
    border-bottom: 1px solid #e0e0e0;
}
.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th {
    color: #333;
    background: #f3f3f3;
    padding: 15px 15px;
    font-size: 1.1em;
    font-weight: 500;
	border-bottom:1px solid #ccc
}

.table-hover>tbody>tr:hover {
    background-color: #fff;
}
.dh-board > .table-hover > tbody > tr > td > strong > a {
    font-weight:400;
}
.dh-board > .table-hover > tbody > tr:hover > td > strong > a {
    color: #0983d1;
	text-decoration:underline;
}

.pagination > li > a,
.pagination > li > span {
    border: 1px solid #fff;
    border-radius: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #555 !important;
    font-size: 16px;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 33px;
    text-align: center;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
    border: 1px solid #e0e0e0;
    font-size: 13px;
}

.pagination > li:last-child > a {
    margin-left: 20px;
}

.pagination > li:first-child > a {
    margin-right: 20px;
}

.pagination > .active > a,
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    border: 1px solid #414a5d;
    background: #414a5d !important;
    font-weight: 600;
    color: #fff !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-color: #fff;
    background: #fff;
}

#insertForm .input-group .btn {
    border-radius: 0;
    border-color: #ddd;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #444;
    border: 1px solid #444;
    color: #fff;
}
.dh-view-box > .row > .page-header {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ccc;
    background: #f3f3f3;
    margin: 0;
    padding: 15px 20px;
}

.dh-view-box > .row > .page-header > h4 {
    font-size: 24px;
    letter-spacing: -0.03em;
    margin: 0;
}

.dh-view-box > .row > .dh-view-info {
    background: #fff;
    opacity: 0.6;
}

.label{
	background: transparent;
	padding: 0px 5px 0px; 
	font-size: 100%;
}
.label-default{color:#777;}
.label-danger{color: #f15454;}
.label-primary{color: #427afb;}

@media (max-width: 767px){

}
@media (min-width: 768px) and  (max-width: 991px){

}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}

/* FOOTER */
.footer_copy .text-center {
    background-color: #333;
    color: #ccc;
    font-size: 13px;
    padding: 40px 0;
    margin: 0;
    text-align: left;
}
.footer {
    max-width: 1170px;
    margin: 0 auto;
}
.footer h5 {
    margin: 0 0 10px;
    font-weight: 500;
    color: #ccc;
    line-height: 1.4;
}
.footer-inner ul {
    overflow: hidden;
    padding: 0;
    margin: 0 0 0;
    display: inline-block;
}

.footer-inner ul li {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #666;
    line-height: 1;
}
.footer-inner ul li img{
    width: 10%;
}
.footer-inner ul li:last-child {
    border-right: none;
    display: block;
    margin-top: 8px;
}
.footer-inner .copy {
    margin: 0;
    opacity: 0.6;
}

.footer-frame ul li:last-child {
    margin: 0;
}

.footer-inner ul li h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.footer-inner .copy {
    margin: 0;
    opacity: 0.7;
}

@media (max-width: 767px){
    .footer_copy .text-center{
        padding: 40px 15px;
    }
    .footer-inner ul li{
        display: block;
        border: 0 !important;
        line-height: 1.5;
    }
}
@media (min-width: 768px) and  (max-width: 991px){

}
@media (min-width: 992px) and  (max-width: 1199px){
    .footer-inner{
        margin: 0;
    }
}
@media (min-width: 1200px){

}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
    padding: 100px 15px;
    margin-top: -30px;
}
.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: 1px solid #ddd;
	border-radius: 3px;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus{
    border-color: #0983d1;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #0983d1;
    border-radius: 3px;
    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: #414a5d;
}
.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;
    }
}


.haemil-top{
    margin: 20px 0;
}

.haemil-top *{
    /* display: table-cell; */
}

.haemil-top h2{
    /* width: 46%; */
}

.haemil-top p{
    margin: 0;
    padding: 10px;
    line-height: 2;
display: none;}

.carousel-inner .item:nth-child(3) .fill .carousel-caption{
    color: #222;
    width: 100%;
}