/* 스크롤 설정 */
html {
    overflow-x: hidden;
    overflow-y: scroll;
}

/* 폰트 설정 */
.body-layout {font-family:'NanumGothic', "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo Medium" !important;}
.h1,.h2,.h3,.h4,.h5,.h6,.p {font-family:'NanumGothic', "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo Medium" !important;}
h1,h2,h3,h4,h5,h6,p {font-family:'NanumGothic', "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo Medium" !important;}



/*상단 메뉴 설정 시작*/
body {background-color: #f6f6f6;}

.panel.panel-default{
    margin-top:50px;
}
.panel-body{
    width:1170px;
    margin:0 auto;
}
.row.dh-front-list2 .panel-body{
    width:auto;
}

.row{
    margin-right:0;
    margin-left:0;
}

/*로고 클릭 영역 및 메뉴 클릭 영역 초기화*/
 .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand, :last-child.navbar-right.navbar-nav
 {
 margin:0px;
 }
 
/*메인 로고와 메뉴 영역 분리 */
 .navbar-header{
   float:none;
   background-color:rgb(154,154,154);
   height:50px;
 }

@media (min-width: 1200px){
    .container{
        width:100%;
        margin:0;
        padding:0;
    }
}

@media (min-width: 1200px){
    .container>.navbar-header {
        margin:0 auto;
        padding:0 19%;
        width:auto;
    }
}
.navbar-inverse{
	background:rgba(0, 0, 0, 0);     /*배경 색*/
	border:none;         /*테두리 색*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:0px 0px 0px 0px;       /*외부 여백*/
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand{
    padding:15px 5px;
}
.navbar-brand img {
	padding-top: 5px;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
li.divider-vertical
{
    display:none;
}

ul.nav
{
    float:left!important;
    padding-left:15px;
}

@media (min-width: 1200px){
    ul.nav{
        padding-left:19%;
    }
}

.navbar ~ br
{
    display:none;
}

.navbar-inverse .navbar-nav > li > a{
	/*background-color:none;	      배경 색*/
	color:#444444;                /*텍스트 색*/
	font-size:16px;               /*텍스트 크기*/
	padding:10px 30px 10px 30px;  /*내부 여백*/
	margin:0px 2px 0px 2px;       /*외부 여백*/
	text-shadow:none;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover
{
    color:#ef950f;
}
.navbar-inverse .navbar-collapse{
    background-color:#fff;
}

/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.dropdown-menu{
    padding:0px 0px;
    box-shadow:none;
}
.dropdown-menu > li > a{
	background-color:#ffffff;     /*배경 색*/
	color:#444;                /*텍스트 색*/
	padding:10px 20px 10px 20px;      /*내부 여백*/
	margin:0px 0px 0px 0px;     /*외부 여백*/
	font-size:14px;
}
.dropdown-menu > li > a:hover{
	background-color:#ef950f;     /*배경 색*/
	background-image:none;
	color:#fff;                /*텍스트 색*/
}

@media (min-width: 768px){
    .col-sm-12{
        width:100%;
        padding:0;
    }
}
@media (min-width: 768px){
    .navbar-right .dropdown-menu {
        left:0;
        right:auto;
    }

}
@media (max-width:767px){
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color: #ef950f;}
}
/* 상단 서브 메뉴 설정 끝*/

/* 상단 메뉴 여백 */
@media (min-width: 1200px){
    .topmarginLay_a{
        display:none;
    }
}
/* 슬라이드 버튼 */
a.carousel-control.left{
}
a.carousel-control.right{
}

/* 하단 카피라이트 설정 시작*/
body > .navbar-fixed-bottom .text-center{
	background:#ffffff;           /*배경 색*/
	color:#999999;                /*텍스트 색*/
	font-size:14px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:0px 0px 0px 0px;       /*외부 여백*/
	text-align:center;            /*텍스트 정렬*/
}
.footer_copy .text-center{
	background:#f6f6f6;     /*배경 색*/
	color:#999999;                /*텍스트 색*/
	font-size:14px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:0px 0px 0px 0px;       /*외부 여백*/
	text-align:center;            /*텍스트 정렬*/
	border-top:1px solid;
}
/* 하단 카피라이트 설정 끝*/

/*인트로 텍스트 설정 시작*/
h1.intro_span{
	background-color:none;        /*배경 색*/
	color:#ffffff;                /*텍스트 색*/
	font-size:36px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:10px 10px 10px 10px;   /*외부 여백*/
}

p.intro_span{
	background-color:none;        /*배경 색*/
	color:#ffffff;                /*텍스트 색*/
	font-size:14px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:10px 10px 10px 10px;   /*외부 여백*/
}

.flex-caption span.intro-title{
	background:none;        /*배경 색*/
	color:#ffffff;                /*텍스트 색*/
	font-size:36px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:10px 10px 10px 10px;   /*외부 여백*/
}
.flex-caption span.intro-text{
	background:none;        /*배경 색*/
	color:#ffffff;                /*텍스트 색*/
	font-size:14px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:10px 10px 10px 10px;   /*외부 여백*/
}
.fill {
    width:100%;
    height:480px;
    background-size:100% 100%;
}

.fill h1 span
{
    display:inline-block;
    opacity:1;
    background:none;
    text-shadow:none;
    text-align:left;
    font-size:70px;
    font-family:"helvetica";
    font-weight:900;
    color:#ef950f;
    line-height:68px;
    padding:0;
}

.fill p
{
    padding-left:30px;
    text-align:left;
    text-indent:-10px;
}

.fill p span
{
    background:none;
    opacity:1;
    text-shadow:none;
    color:#919187;
}

/*main slide caption position*/
.carousel-caption
{
    top:34%;
    right:auto;
    bottom:auto;
}
@media (min-width: 1200px){
    .carousel-caption{
        left:19%;
    }
}

.carousel-inner{
    width:100%;
}

/*인트로 텍스트 설정 끝*/


/*content Proudct part*/
.product-wrap
{
    max-width: 1170px;
    margin: 0 auto;
    padding:10px 0 0;
    margin-bottom:40px;
}
.product-wrap .product-title
{
    margin:50px 0 40px;
    padding-bottom:15px;
    border-bottom:1px solid #777;
    position:relative;
}
.product-wrap .product-title h1{
    font-size:34px;
    float: left;
    display: inline-block;
    margin: 0;
}
.product-wrap .product-title h3
{
    font-size:21px;
    font-weight:700;
}
.product-wrap .product-title p
{
    font-size:18px;
    color:#909090;
    display: inline-block;
    padding-left: 20px;
    padding-top: 15px;
    margin: 0;
}
.product img {
    display: inline-block;
    position:absolute;
    right:0;
    top:0;
}
.product-top{
    max-height:260px;
    overflow:hidden;
}
.product-top img{
    width:100%;
}
.product-top,
.product-exp
{
    position:relative;
}
.product-top .product-hover
{

    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.product-hover p
{
    padding:100px;
    text-align:center;
}
.product-hover p i
{
    color:#fff;
}

.product-list .col-md-3:nth-child(1) .product-top a:focus .product-hover,
.product-list .col-md-3:nth-child(1) .product-top a:hover .product-hover,
.product-list .col-md-3:nth-child(2) .product-top a:focus .product-hover,
.product-list .col-md-3:nth-child(2) .product-top a:hover .product-hover,
.product-list .col-md-3:nth-child(3) .product-top a:focus .product-hover,
.product-list .col-md-3:nth-child(3) .product-top a:hover .product-hover,
.product-list .col-md-3:nth-child(4) .product-top a:focus .product-hover,
.product-list .col-md-3:nth-child(4) .product-top a:hover .product-hover
{
  visibility:visible;   
  background:rgba(0,0,0,0.3);
}

.product-list .product-hover
{
    visibility:hidden;
}

.product-list .product-exp .btn
{
    padding:10px 12px;
    background: #ef950f;
    color: #fff;
    width: 100%;
    height: 48px;
    font-size: 20px;
    border-radius:2px;
}
.product-exp
{
    background:#Fff;
}
.product-exp div.text-center
{
    position:absolute;
    top:0;
    width:100%;
    z-index:999;
}

.product-exp .text-center ~ p
{
    padding:50px 20px 10px;
    color:#444;
    line-height:20pt;
    font-size:15px;
}


/*main page board part*/
.intro-board-widget-layout{
    background:#fff;
}
.col-sm-12.intro-boardbox .page-header{
    padding-bottom:10px;
    margin:40px 0 15px;
    border-bottom:1px solid #aaaaaa;
}
.col-sm-12.intro-boardbox .panel-body{
    padding:30px 15px;
}

.intro-boardbox>.page-header>h4>.btn{
    color:rgba(0, 0, 0, 0);
}
.intro-board-widget-layout .intro-boardbox .page-header h4
{
    font-weight:700;
    font-size:34px;
    color:#444444;
}

.dh-front-list2-words .row-separator
{
    visibility:hidden;
}

.dh-front-list2-words .list-row-regdate
{
    color:#ef950f;
}
.dh-front-list2 h6 a, .dh-front-list2 h6 a span{
    font-size:16px;
    font-weight:600;
    color:#444444;
}
.dh-front-list2 h5 a{
    font-size:13px !important;
    line-height:18pt;
    font-weight:400;
}

.board-gadget-wrap
{
    padding-top:43px;
    padding-left:50px;
}
.board-gadget-wrap div.col-md-12
{
    padding-bottom:20px;    
}
.board-gadget-wrap .board-gadget
{
    border:1px solid rgba(0, 0, 0, 0);
    padding:30px 20px;
    background:#eee;
}
.board-gadget-wrap .board-gadget h3
{
    color:#444444;
    font-size:28px;
    margin-bottom:18px;
}
.board-gadget-wrap .board-gadget p
{
    color:#444444;
    font-size:15px;
    line-height:18pt;
}
.board-gadget-wrap .board-gadget img{
    margin-top:35px;
}
.board-gadget-wrap .board-gadget h2{
    margin:0;
    font-size:44px;
    letter-spacing:-1.0pt;
    color:#ef950f;
}

.board-gadget-wrap .board-gadget p a.btn
{
    border: 1px solid #ef950f;
    padding: 10px 50px;
    color: #ef950f;
    font-weight:600;
    font-size:18px;
    border-radius:2px;
}
.board-gadget-wrap .board-gadget p a.btn:hover
{
    border-bottom: 1px solid #ef950f!important;
}

.intro-board-widget-layout .intro-boardbox:nth-child(1),
.intro-board-widget-layout .intro-boardbox:nth-child(2)
{
    width:50%;
}


/*footer part*/
.footer-wrap
{
  padding:23px 0;
}

.footer-wrap .footer-navi
{
    text-align:left;
}

.footer-wrap .col-md-3
{
    padding-left:0;
}
.footer-navi ul
{
list-style:none;
padding:0;
margin:0;
}
.footer-navi ul li
{
float:left;
padding-right:10px;
}
.footer-navi ul li:last-child
{
border-left:1px solid #ddd;
padding-left:10px;
}
.footer-navi ul li a
{
color:#8a8a8a;
}
.footer-navi p,
.footer-navi p a
{
color:#707070;
font-size:12px;
}



/*sub page*/
.top-sub-bg
{
    background:url('/skin/img/m_menu/sub_img.jpg') no-repeat;
    background-position:center;
    width:100%;
    background-size:1170px auto;
    height:320px;
    position:relative;
}
.top-sub-bg > div
{
    position:absolute;
    bottom:80px;
    left:19%;
    width:1170px;
}
.top-sub-bg .breadcrumb
{
    padding: 0 15px;
    margin-left:20px;
    margin-top:38px;
    float:left;
}

.top-sub-bg h2{
    background-position:0 7px;
    color:#ef950f;
    font-size: 48px;
}

.top-sub-bg .breadcrumb 
{
    background:#fff;
    color:#585858;
}

.top-sub-bg .breadcrumb > li {
    font-size: 12px;
}

.top-sub-bg .breadcrumb > li + li::before
{
    content:'|';
}

.top-sub-bg .breadcrumb > .active
{
    color:#ff00de;
    font-weight:700;
}

.content {font-size: 15px;}

.content h2
{
    border-bottom: 1px solid #ddd;
    padding:0 0 10px 5px;
}


.content .sub-bg {
    width:100%;
    height:900px;
    position:relative;
    margin:50px 0;
    background: url('/skin/img/c_bg01.png') no-repeat;
    background-size: contain;
    background-position: center;
}

.content .sub-bg .sub-content
{
    width:25%;
    word-break:keep-all;
    text-align:center;
    color:#fff;
}


.content .sub-bg .sub-content:nth-child(1),
.content .sub-bg .sub-content:nth-child(2),
.content .sub-bg .sub-content:nth-child(3)
{
    position:absolute;
}


.content .sub-bg .sub-content:nth-child(1)
{
    top: 200px;
    right:340px;
}
.content .sub-bg .sub-content:nth-child(2)
{
    top: 335px;
    left: 244px;
}

.content .sub-bg .sub-content:nth-child(3)
{
    right:320px;
    bottom:251px;
}

/*mobile part*/
@media all and (min-width:768px)
{
    
    .footer-wrap
    {
        width:750px;
        margin:0 auto;
    }
    
}
@media all and (min-width:992px)
{
    .footer-wrap
    {
        width:970px;
        margin:0 auto;
    }
}
@media all and (min-width:1200px)
{
     .footer-wrap
    {
        width:1170px;
        margin:0 auto;
    }
}

@media all and (max-width:920px)
{
    .intro-board-widget-layout .intro-boardbox:nth-child(1),
    .intro-board-widget-layout .intro-boardbox:nth-child(2)
    {
        width:100%;
    }
    .board-gadget-wrap
    {
        padding-left:0;
    }
    .board-gadget .col-md-8
    {
        text-align:center;
    }
}

/* ONLINE BROCURE */
.brocure {background-color: #000;}
.brocure.product-title {
    border-bottom:1px solid #fff;
}
.brocure h1,.brocure h3,.brocure p {color: #ffffff;}
.brocure h1 {
    font-size:34px;
    float: left;
    display: inline-block;
    margin: 0;
}
.brocure p {
    font-size:18px;
    color:#909090;
    display: inline-block;
    padding-left: 20px;
    padding-top: 15px;
    margin: 0;
}
.brocure img {
    display: inline-block;
    position:absolute;
    right:0;
}

.intro-board-layout, .intro-widget-layout {width: 100%;}

.intro-widget-layout.col-sm-4{
    background: url('/skin/img/bg_brochure.gif') no-repeat !important;
}

.intro-widgetbox {margin-top: 0;}
.intro-widgetbox.thumbs{
    padding-bottom:60px;
}
.intro-widgetbox > .dh-front-gallery{
    padding:0;
}

.row.dh-front-gallery.thumbs.intro-widgetBoardbox{
    width:1170px;
    margin:0 auto;
}
.intro-widgetBoardbox {
    padding-top: 30px !important;
    border: none;
    background-size: cover !important;
    background:rgba(0, 0, 0, 0) !important;
}

.intro-widgetBoardbox > a {display: none;}

.dh-front-gallery a:hover {border: none;}

.dh-front-gallery .thumbnail {
    border: none;
    border-radius: 0;
}
/* //ONLINE BROCURE */

.caret {display: none;}


/*.body-layout > .container {width: 100%;}*/

.intro-board-layout.col-sm-8{
    width:1170px;
    left:50%;
    margin-left:-585px;
    padding-bottom:40px;
}

a.btn.pull-right{
    background:url('/skin/img/btn-more1.png') no-repeat;
}

.socialArea{
    margin:10px 0;
}

/* 서브 페이지 */
.sub-wrap {
    max-width:1170px;
    margin:0 auto;
}

.bbs-list-index-layout.text-bbs5 .dh-board{
    width:1170px;
    margin:0 auto;
    margin-top:50px;
}
.bbs-list-index-layout.text-bbs5 .btn.btn-primary#btnNew{
    background-color:#ef950f;
    background-image:none;
    border-color:#ef950f;
}

.dh-view-box.dh-margin-topx2{
    width:1170px;
    margin:0 auto;
    margin-top:50px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color:#ef950f;
    border-color:#ef950f;
}

.form-horizontal{
    width:1170px;
    margin:0 auto;
}

.contact-location-only-layout .row.google{
    width:1170px;
    margin:0 auto;
    padding-top:10px;
}
b,strong{font-weight:600;}
/* 서브 페이지 */
p{margin-bottom:30px;}
/*setting-----------------------------------------------*/
#accodion ul,#accodion2 ul{list-style:none;}
#accodion a,#accodion2 a{text-decoration:none; color:#333; display:block; font-size:15px;}
#accodion a:hover,#accodion2 a:hover{color:#a4a4a4;}

/*menu-style--------------------------------------------*/
.accodion__main .selected{
    background:#E65411; 
    font-size:18px;
    padding:34px 5px;
    text-align:center;
    color:white !important;
    min-height:102px;
    max-height:102px;
}
#accodion > ul > li > ul > li:last-child,#accodion2 > ul > li > ul > li:last-child{padding:0;}
.accodion__sub>li>a{
    border-bottom:1px solid #B0B0B0;
    padding:10px;
    text-align:center;
}
.accodion__main{border: 1px solid #B0B0B0; border-bottom:none; margin-top:10%;}


.wrap00{max-width:1170px; margin:auto;}	    
.accodion__main{padding:0;}
.accodion__sub{padding:0; font-size:17px;}

.accodion__sub>li:hover{
    border-bottom:1px solid #B0B0B0;
    text-align:center;
}
.active a{color:#4E90FF !important; font-weight:bold;}
.navi{font-size:11px; padding:24px 4px 0 0;}
.sub-active{color:#E65411;}
.sub-title{margin-bottom:30px;}
.page-title{font-size:23px;}
#history .page-title{display:inline-block; background:#f6f6f6; *display:inline; zoom:1;}
#history-en .page-title{display:inline-block; background:#f6f6f6; *display:inline; zoom:1;}
.line{width:100%; border-top:1px solid #e3e3e3; margin-top:-23px;}
.page-title:before{
    margin-right: 5px;
    content: '\f096';
    font-family: 'FontAwesome';
    color:red;
    font-weight:600;
}
.normal-ul{
    margin-top:20px;
}
.content-sub{margin-bottom:30px;}
.inner-img p{text-align:center; margin-top:5px;}
.certi-img{width:100%;}
.sub-title small{font-size:10px;}
.img-box .inner h5{
    background: #333;
    color: white;
    padding: 5px 10px;
    margin: 0;
}
#generator .img-box p,#generator-en .img-box p{
    padding:5px;
    background:#ededed;
}
.title-border{
    padding: 0 6px;
    background: #E65411;
    display: block;
    border-radius: 2px;
}
.img-box{padding:0 5px;}
.inner{border: 1px solid #a4a4a4;}
.inner-p4{margin:0; min-height:94px;}
.box-1 .certi-img{border-bottom:1px dashed #a4a4a4;}
.box-2 .certi-img{border-top:1px dashed #a4a4a4;}

.box-2 > div:nth-child(1) > div > h5{background:#E65411;}
.box-2 > div:nth-child(2) > div > h5{background:#4E90FF;}
.box-2 > div:nth-child(3) > div > h5{background:#41C96E;}

.box-2 .inner-p2{min-height:304px;}
.box-2 p{ margin:0;}
.selected p {margin:0;}
.check-row{margin-bottom:30px;}
#check .inner-img img{width:100%;}
#check .img-box,#gas .img-box,#camera .img-box, #sensor .img-box{text-align:center;}
#check .inner-img img:hover,#gas .inner-img img:hover,#camera .inner-img img:hover,#sensor .inner-img img:hover{opacity:0.7;}
.pro-spe{margin-bottom:30px;}
.black-span{font-weight:500; color:black;}
.tg{width:100%;}
.tg th, .tg td{text-align:center; padding:5px;}
.tg{border-top:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;}
.tg th{border-bottom:1px solid #e3e3e3;}
.tg td{border-bottom:1px solid #e3e3e3;}
.pro-spe p{margin:0;}
.sub-ul{padding-left:0px; list-style-type:none;}
#camera .inner-img img, #td90 .inner-img img, 
#ti320 .inner-img img, #ti400 .inner-img img, 
#sensor .inner-img img, #kjcc .inner-img img,
#magnelab .inner-img img, #page3_sub04 .inner-img img,#land img
{
    border: 1px solid #C3C3C3;
    box-shadow: 0px 0px 7px #AFAFAF;
    border-radius: 10px;
}
#td90 .tg .tg-baqh1:first-child,#ti320 .tg .tg-s6z21:first-child,#ti400 .tg .tg-s6z21:first-child,
#td90-en .tg .tg-baqh1:first-child,#ti320-en .tg .tg-s6z21:first-child,#ti400-en .tg .tg-s6z21:first-child
{border-right:2px solid #e3e3e3;}
#td90 th,#ti320 th,#ti400 th,#td90-en th,#ti320-en th,#ti400-en th{background: #c0c0c0;}

/*page3*/
.f-bold{font-weight:bold;}
.side_marg{margin-top:30px;}
.table_style01{width:100%;   }
.table_style01 h4{font-size:19px; }
.table_style01,
.table_style01 td{border:2px solid #333; background:#FBFBFB; padding:10px;}
.table_style01 img{width:100%; margin:5px; border-radius:5px;}
.table_style01 tr td:nth-of-type(1){width:20%;}
.table_style01 tr td:nth-of-type(2){width:55%;}
.table_style01 tr td:nth-of-type(3){width:30%;}

#page3_sub01 .img01_box img{width:80%;}
#page3_sub01 .img02_box img{width:70%;}
#page3_sub01 .img03_box img{width:100%;}
#kjcc p{margin-bottom:10px}
#magnelab .thumb .inner-img img{width:100%;}
#magnelab .thumb .inner-img p{font-size:12px; text-align:left; font-weight:600;}
.online-img{width:100%;}



#page3_sub02 img{
    border: 1px solid #C3C3C3;
    box-shadow: 0px 0px 7px #AFAFAF;
    border-radius: 10px;
    margin:20px 0 10px;
    max-width:100%;
}
.small-txt{font-size:9px;}

.bbs-list-index-layout{width:100%; max-width:1170px; margin:0 auto;}

.refe_title{border-bottom: 1px solid #ddd; padding-bottom: 15px; margin-bottom: 10px;}

.dh-board table{width:100%;}
 .slide{max-width:1170px; margin:90px auto;}
 .pu-btn.lang:hover{
    text-decoration: none;
    background: #eee;
}
.pu-btn.lang{
    background: #FFF;
    padding: 5px 12px;
    font-size: 12px;
    color: #333;
    border-left: 1px solid #eee;
    border-right: 0.5px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-radius: 4px;
    font-weight: 600;
}
.g-table{width:100%;}
.g-table th{background:#e65411; text-align:center; color:white; font-weight:600;}
.g-table td{text-align:center;}
.g-table td,.g-table th{border:1px solid #e3e3e3; padding:5px 5px;}
.g-table td:first-child{text-align:left;}
.t-table th, .t-table td{text-align:center; padding:5px; border:2px solid #f6f6f6;}
.t-table tr:nth-child(2) > td:nth-child(2){letter-spacing:-1px;}
.t-table > tbody > tr > td:last-child{text-align:left;}
.t-table > tbody > tr > td:nth-child(1),.t-table > tbody > tr > th:nth-child(1){background:rgb(149, 213, 255);}
.t-table > tbody > tr > td:nth-child(2),.t-table > tbody > tr > th:nth-child(2){background:#d5eaff;}

.b-span{font-weight:600; color:black;}
.sub-ul{list-style-type:none; padding-left:15px;}
.page-title >span{display:inline-block; padding:10px 0 0 4px; font-size:13px;}
.down-btn{width:6%;}




.root_daum_roughmap_landing{width:100% !important;}
#location .pro-spe .col-md-12{padding:0;}