@import url(http://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700);

/* 웹폰트 Import */
@import url(http://fonts.googleapis.com/css?family=Noto+Sans);

/* 스크롤 설정 */
html {overflow-x: hidden; overflow-y: scroll;}

/* 폰트 설정 */
* {font-family: 'Noto Sans', 'Noto Sans CJK KR', 'Apple SD Gothic Neo Medium', "맑은 고딕", 'Malgun Gothic', 'Gulim', sans-serif !important;}
h1, h2, h3, h4, h5, h6, p {font-family: 'Noto Sans', 'Noto Sans CJK KR', 'Apple SD Gothic Neo Medium', "맑은 고딕", 'Malgun Gothic', 'Gulim', sans-serif !important;}
.fa {font-family: 'FontAwesome' !important;}
.glyphicon {font-family: 'Glyphicons Halflings' !important;}

/*상단 메뉴 설정 시작*/
.navbar-inverse{
	background:#ffffff;     /*배경 색*/
	border-color:#080808;         /*테두리 색*/
	border-bottom: none;
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:0px 0px 0px 0px;       /*외부 여백*/
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand img {
	padding-top: 10px;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav > li > a{
	background-color:none;	      /*배경 색*/
	color:#999999;                /*텍스트 색*/
	font-size:14px;               /*텍스트 크기*/
	padding:15px 15px 15px 15px;  /*내부 여백*/
	margin:0px 0px 13px 0px;       /*외부 여백*/
}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.dropdown-menu > li > a{
	background-color:#ffffff;     /*배경 색*/
	color:#333333;                /*텍스트 색*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:3px 20px 3px 20px;       /*외부 여백*/
	font-size:14px;
}
/* 상단 서브 메뉴 설정 끝*/


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-color:#ffffff;     /*배경 색*/
	color:#999999;                /*텍스트 색*/
	font-size:14px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:0px 0px 0px 0px;       /*외부 여백*/
	text-align:center;            /*텍스트 정렬*/
}
/* 하단 카피라이트 설정 끝*/

/*인트로 텍스트 설정 시작*/
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 {
    width: 65%;
    position: absolute;
    left: 220px;
    bottom: 115px;
    text-align: left;
}
.flex-caption span.intro-title {
	background: none;        /*배경 색*/
	color: #ffffff;                /*텍스트 색*/
	padding: 0px 0px 0px 0px;      /*내부 여백*/
	margin: 0px 0px 0px 0px;   /*외부 여백*/
	font: 400 80px/80px 'Gulim';
	margin-bottom: 24px;
	display: inline-block;
	text-shadow: 1px 1px #000;
	letter-spacing: -5px;
}
.flex-caption span.intro-title strong {
    font-family: 'NanumGothic';
}
.flex-caption span.intro-text {
	background:none;        /*배경 색*/
	color:#ffffff;                /*텍스트 색*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	/*margin:10px 10px 10px 10px;   외부 여백*/
	font: 18px/1 'NanumGothic';
	margin-bottom: 22px;
    text-shadow: 2px 2px #000;

}
/*인트로 텍스트 설정 끝*/



/*---------------------------------------skin design---------------------------------------------*/

.navbar-toggle {
    background-color: #fff;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #4ca4ff;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #2c2c2c;
    }
}

.navbar-inverse {
    color: #fff;
    border-color: #fff;

}
.navbar-inverse .divider-vertical {
display:none;
}

.navbar-brand img{
    margin-top: -9px;
    width: 100%;

transition-duration: 0.3s;
transition-timing-function: ease;

}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0);
}
.navbar-inverse .navbar-brand {
    color: #000;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #4ca4ff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a {
    color: #000;text-shadow: 0px -1px 0px rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #000;text-shadow: 0px -1px 0px rgba(0, 0, 0, 0);
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #000;
}

.flexslider {
    margin: 0px;
    background: #FFF url("./ajax-loader-.gif") no-repeat scroll center center;
    border: 0px solid #FFF;
    position: relative;
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-brand{font-family: 'Lobster', cursive; font-size: 22px;}

.intro-widgetbox{display:none;}

.container_contents{width:auto;}


.container_contents section{overflow:hidden;min-height:100px;}
.container_contents section>div{padding:0px; text-align:center;}

.intro-html-layout>div.col-sm-12{padding:0px;}

.con-area1{background:#fff;}
.con-area2{background:#fff;position:relative;}
.con-area3{}
.con-area4{}

.gu-slider .carousel-inner .item{height:600px;background-size:cover!important;background-position:center!important;}

.topmarginLay_a {
    height: 88px !important;
    margin-top:-32px;
}

.carousel li {margin-right: 0px;}

.sl-con{display:table; width:100%; height:600px;;}
.sl-con>span{display:table-cell !important; vertical-align:middle;}
.sl-con img{margin: 0 auto;}
.sl-con-small>img{width:290px;}

video{min-width: 100%;min-height: 100%;width: auto;height: auto;background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
  background-size: cover;transition: 1s opacity;}

.section-about{position: absolute;top: 0px;right: 0px;max-width: 450px;text-align: left;padding: 35px;color:#000;background:rgba(255,255,255,0.5);}

.title-font1{font-family:Impact !important;font-size: 45px;}
.con-area3{padding:35px 0!important;}


.con-area4{min-height:150px;}
.gu-parallax { background: url(/skin/img/pcg24-bg1.jpg) 50% 0 fixed; height: auto;  margin: 0 auto; width: 100%; position: relative;   box-shadow: 0 0 50px rgba(0,0,0,0);padding: 0px; }
.con-area4 .text{padding:80px 20px;background:rgba(0,0,0,0.3);color:#fff;max-width:650px;margin:0 auto;}
.con-area4 .text h3{margin-bottom:15px;font-weight:bold;}

.socialArea img{border-radius: 50% !important;}

#map-canvas {width: 100%; height: 500px;margin: 0;padding: 15px;}
.gu-address{padding:25px;text-align:right;}

.addressmap{background: #f5f5f5;overflow: hidden;}

.intro-board-layout{width: 100%;}
.intro-board-layout .page-header{display:none;}


.section-board1{min-height:0px;background:#6EBFAC;}
.section-board1 h1{padding:45px 0;font-family: "Pacifico",cursive !important;color:#fff; font-size: 50px !important;}
.section-board1 a.btnBoard1{padding: 20px;color: #fff;background:#83CEBC;}

.gu-gotop{padding: 15px;display: block;background: #f5f5f5;margin-bottom: 35px;color: #000;}

.gu-btn-contact{}

.footer_copy .text-center {padding-bottom: 40px;}


/*블로그게시판 custom*/
.dhb-txt-box{width:33.3%;float:left;min-height: 300px;background: #FFF none repeat scroll 0% 0%;border: 0px solid #D9D9D9;}
.dhb-txt-box .text-right{display:none;}
.dhb-txt-list{width:100%!important;border-right: 0px solid #D9D9D9;}
.dhb-txt-list>.row div:first-child{width:100%;}
.dhb-txt-list>.row div:nth-child(2){width:100%;padding-top:15px;}

.thumb-hidden {border: 0px solid #FFF; box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0);}


.dhb-txt-box{width:100%;}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .dhb-txt-box{width:50% !important;}
    .dhb-txt-box:nth-child(2n+2) { clear:left; }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .dhb-txt-box{width:33.3% !important;}
    .dhb-txt-box:nth-child(2n+2) { clear:none; }
    .dhb-txt-box:nth-child(3n+2) { clear:left; }
}

.gu-title{min-height:0px;background:#6EBFAC;}
.gu-title h1{padding:25px 0;font-family: "Pacifico",cursive !important;color:#fff; font-size: 20px !important;text-align:center;}

.mod-custom-form-index { margin-top: 32px; }

.dh-margin-top{clear:both;}
@media (max-width: 768px) {
    .navbar-inverse .navbar-toggle .icon-bar
    {background-color: #333;}
    
    .navbar-inverse .navbar-toggle:focus .icon-bar,
    .navbar-inverse .navbar-toggle:hover .icon-bar
    {background-color: #fff;}
}







.navbar-nav {
    margin-top: 13px;
}
.navbar-inverse .navbar-brand {
    display: inline-block;
    font: bold 55px/65px 'Times New Roman';
    text-transform: uppercase;    
    color: #fff; 
    padding: 5px;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: black;
    background-color: transparent;
}










.mainthumbs{margin-top:17px;padding:10px; margin-bottom:30px;}
.mainthumbs div>img{width:65%;border: 10px solid #dfdfdf;}
.mainthumbs div h4{margin-top:17px;font-weight:bold;}
.mainthumbs div p{font-size:11px;}

.maintxt{border-radius: 0px;}
.maintxt p{font-weight:bold;font-size:16px; color:#333;}


.footer_copy .text-center {
    background-color: #f5f5f5;
    color: #333;
    font-size: 14px;
    padding: 30px 20px;
    margin: 0px;
    text-align: center;
    border-top: 5px solid #333;
}

.intro-boardbox{padding:0px;}
.intro-boardbox>.page-header{display:none;}
.intro-widgetbox{margin-top: 0px;margin-bottom: 15px;}
.intro-widgetBoardbox>a,.intro-widgetbox>.page-header{display:none;}


.skin-page-title p{margin: 0px 0px 0px;}

.page-company{

box-shadow: 0px 1px 2px rgba(0, 0, 0, 0);
border-radius: 0px;
background:url('/skin/img/i-company.jpg');
background-size:cover;
background-position:center;

}
.page-company>.panel-body{

color:#fff;
font-weight:normal;
text-align:center;
padding:45px 10px;

}

.page-company>.panel-body>h1{

font-family: 'Oleo Script', cursive !important;
margin-bottom:25px;

}

.none-radius{border-radius:0px;box-shadow: 0px 1px 2px rgba(0, 0, 0, 0);}
.none-radius img{border: 10px solid #dfdfdf;}
.reset-padding {padding: 10px 0;}

.caret{display:none;;}












/* main top */

.main-top{
    background: #2d2d2d url(/skin/img/pattern1.png) repeat;
    padding: 15px;
}
.main-top .title {
    font: 60px/60px 'Droid Serif';
    color: #ffffff;
}
.main-top .description {
    font: 10px 'Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}


.thumbnail figure img{
    width: 100%;
}

.extra-wrap {
    overflow: hidden;
}


/* main tag */
h2 {
    font-size: 29px;
    font-weight: 500;
    color: #272b37;
    margin: 60px 0 30px 0;
    line-height: 1.4;
}
h3 {
    /*font: 72px/72px 'Droid Serif';*/
    color: #ffffff;
    margin: 0 0 23px 0;
}
h4 {
    font:'나눔 고딕', 'Droid Serif' !important;
    color: #000000;
    margin: 0 0 28px 0;
}
p {
    margin-bottom: 20px;
    line-height: 24px;
}
p span {
    color: #6bb360;
    font-size: 15px;
}




/* btn-default */

.btn-default.btn1 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 0;
    font: bold 14px/32px 'Droid Sans';
    color: #2c2c2c;
    border-top: 1px solid #2c2c2c;
    margin: 0;
    text-shadow: none;
    border-radius: 0;
    background: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-default.btn1:hover {
    border-color: #6bb360;
    color: #6bb360;
    background: none !important;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-default.btn2 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 0 40px;
    font: bold 14px/45px 'Droid Sans';
    margin: 0;
    border: 1px solid #b4b4b4;
    text-shadow: none;
    border-radius: 5px;
    color: #2c2c2c;
    background: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}




/* thumb-box */
/*
.thumb-box1 {
    overflow: hidden;
    padding: 60px 0 20px 0;
    margin-bottom: 35px;
}
*/
.thumb-box2 {
    margin: 40px 0 0;
    text-align: center;
    padding: 60px 0px 30px;
    background: #f3f3f3;
    overflow: hidden;
}
.thumb-box2 h2 {
    margin: 0px 0px 0px 0px;
    font-size: 31px;
}
.thumb-box2 h3 {
    color: #272b37;
    margin: 0 0 23px 0;
    font-size: 34px;
    font-weight: 34px;
    font-weight: 500;
}
.thumb-box2 p {
    margin-bottom: 15px;
    color: #888888;
    line-height: 20px;
}
.thumb-box3 {
    padding: 0px 0px;
    padding-bottom: 80px;
}
.thumb-box4 {
    padding: 5px 0px;
    overflow: hidden;
}
.thumb-box4 h2 {
    margin: 0px;
    font-size: 36px;
    font-weight: 600;
}
.thumb-box4 h3 {
    color: #000000;
}
.thumb-box4 p {
    color: #888888;
    font-size: 13px;
    line-height: 19px;
}
.thumb-box4 .title {
    margin-bottom: 15px;
    color: #303441;
    font-size: 22px;
    font-weight: 500;
    line-height: 23px;
}
.thumb-box4 .btn2 {
    padding: 0px 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    border: none;
    background-color: #4ca4ff;
}
.thumb-box5 {
    padding: 48px 15px 0px;
}
.thumb-box5 p {
    font-size: 13px;
}

.thumb-box6 {
    padding: 48px 15px 0px;
}


/* thumb-pad 1 */
/*
.thumb-pad1 {
    margin: 0 0 10px 0;
    padding: 0;
    overflow: hidden;
    background: #f2f2f2;
}
.thumb-pad1 figure {
    margin: 0;
    float: left;
}
.thumb-pad1 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}
.thumb-pad1 .thumbnail .caption {
    padding: 20px;
    overflow: hidden;
    color: #2c2c2c;
}
.thumb-pad1 .thumbnail .caption p {
    font: italic 16px/24px 'Droid Serif';
    color: #000000;
    margin-bottom: 7px;
}
.thumb-pad1 .thumbnail .caption p span {
    color: #9f9f9f;
}
.thumb-pad1 .thumbnail .caption a {
    color: #2c2c2c;
    font: 14px 'Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
*/


/* thumb-pad 2 */
/*
.thumb-pad2 {
    margin: 0;
    overflow: hidden;
    background: #f2f2f2;
}
.thumb-pad2 figure {
    margin: 0;
    float: right;
}
.thumb-pad2 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}
.thumb-pad2 .thumbnail .caption {
    padding: 17px;
    color: #2c2c2c;
    width: 352px;
    float: left;
}
.thumb-pad2 .thumbnail .caption .lnk {
    margin-bottom: 3px;
}
.thumb-pad2 .thumbnail .caption h2 {
    margin-bottom: 5px;
}
*/

/* thumb-pad 3 */
.thumb-pad3 h3 {
    margin: 20px 0px;
    color: #4ca4ff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}
.thumb-pad3 p {
    color: #888888;
    line-height: 19px;
}

/* thumb-pad 5 */

.thumb-pad5 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    text-align: center;
    background: none;
    overflow: hidden;
}
.thumb-pad5 .thumbnail p {
    margin-bottom: 15px;
}
.thumb-pad5 .thumbnail span {
    color: #272b37;
    font-size: 100px;
    text-shadow: 3px 4px 0px #c2c2c2;
    height: 111px;
}
.thumb-pad5 .thumbnail .caption .title {
    padding-bottom: 8px;
    color: #4ca4ff;
    font-size: 22px;
    font-weight: 500;
    margin-top: 15px;
}


/* thumb-pad 6 */

.thumb-pad6 {
    overflow: hidden;
    margin-bottom: 25px;
}
.thumb-pad6 .thumbnail {
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
}
.thumb-pad6 .thumbnail figure {
    float: left;
}
.thumb-pad6 .thumbnail figure img {
    padding: 0px 10px;
    width: 100%;
}
.thumb-pad6 .thumbnail .caption {
    padding: 0px 10px;
    overflow: hidden;
    color: #2c2c2c;
}
.thumb-pad6 .thumbnail .caption p {
    font-size: 13px;
}
.thumb-pad6 .thumbnail .caption .lnk {
    font: 20px 'Droid Serif' !important;
    color: #6bb360;
    display: inline-block;
    margin-bottom: 9px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-pad6 .thumbnail .caption .lnk:hover {
    color: #000000;
}
.thumb-pad6 .thumbnail .caption time {
    font: 20px '나눔 고딕','Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2c2c2c;
    margin-bottom: 15px;
    display: block;
}


/* list 1 */

.list1-1 {
    margin: 0 0 28px 0;
    padding-left: 10px;
    list-style: none;
    overflow: hidden;
}
.list1-1 li {
    font-size: 14px;
    line-height: 1.428571429;
    overflow: hidden;
    margin-bottom: 8px;
    padding-left: 20px;
    background: url(/skin/img/sub/list_arrow.png) left 3px no-repeat;
}
.list1-1 li a {
    font: 14px '나눔 고딕','Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2c2c2c;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.list1-1 li a:hover {
    color: #6bb360;
}

.footer-social-layout {
    display: none;
}


/* list 6 */

.list6 li .badge {
    padding: 10px 0 0 0;
    width: 66px;
    height: 66px;
    text-align: center;
    border-radius: 100%;
    background: #6bb360;
    float: left;
    margin: 0 23px 0 0;
    font: 22px/22px 'Droid Serif';
    color: #ffffff;
}
.list6 {
    margin: 0;
    padding: 0 0 15px 0;
    list-style: none;
}
.list6 li a {
    font: 20px/22px 'Droid Serif';
    color: #6bb360;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.list6 li a:hover {
    color: #2c2c2c;
}


/* footer */

footer {
    padding: 20px 0;
    text-align: center;
}
footer p {
    font: 14px 'Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    margin: 0;
}
footer p a:hover {
    color: #6bb360;
}
footer p a {
    color: #ffffff;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.footer_copy .text-center {
    background-color: #2c2c2c;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    border: none;
}



#toTop {
	display: none;
	position: fixed;
	width: 50px;
	height: 50px;
	right: 30px;
	bottom: 30px;
	padding: 20px 5px;
	overflow: hidden;
	color: #f2f2f2;
	font-size: 40px;
	line-height: 0px;
	text-decoration: none;
	border: none;
	background-color: #2c2c2c;
	z-index: 20;
	-webkit-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
#toTop:hover {
	outline: none;
	background-color: #4ca4ff;
	
	-webkit-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}










.container_slide, .flexslider {
    width: 100%;
    padding: 0;
}

#footer .option{
    color: white;
    padding: 25px;
}

.top-sub-bg
{
    position:relative;
    width: 100%;
    height: 210px;
    background: url('/skin/img/page/banner.jpg') no-repeat;
    background-size: cover;
    margin-top: -10px;
}

.top-sub-bg > div
{
    position: absolute;
    top: 17%;
    left: 8%;
    color:white;
    font-size: 24px;
    font-weight:bold;
}

.top-sub-bg >div > h3
{
    color: white;
    line-height:123px;
    font-size: 30px;
}

.top-sub-bg >div > h4
{
    color: white;
    line-height: 65px;
    margin-left: 0px;

    font-size: 26px;
}

.content .page-header .breadcrumb
{
    float:right;
    margin:0;
    background: #ffffff;
    color:#4c4c4c;
}

.breadcrumb > li + li::before
{
    content:'>';
}

.breadcrumb > li{
    font-size: 14px;
}

.title01{
    font-size:22px;
    font-weight:700;
    color:#6B81C5;
}

#greeting .font_p {
    font-size: 18px;
    margin-top: 29px;
    margin-right: 25px;
}
#summary effect_p{
        box-shadow: 12px -2px 40px #ddd;
}

@media screen and (max-width: 767px) {
    .table-responsive>.table-bordered { 
        border:none!important;
    }
    .well{
        height:0px;
    }
}

.smart-table {
    margin-top: 0em;
    /*
    border-top: 3px solid #8A0000;
    border-bottom: 2px solid #8A0000;
    */
    margin-bottom: 3em;
}
.smart-table tbody tr > th{
   /* border-bottom: 2px solid #8A0000;*/
}
.smart-table tbody tr td:nth-child(1){
    text-align: left;
}
.smart-table tbody tr th {
    /*text-align: center;*/
}
.smart-table tbody tr td {
    vertical-align: middle;
}

#summary .subtitle{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.left-color > tbody > tr > td:first-child{
    background : #F9F9F9;
}
.cont-box-shadow{box-shadow:none;}
.contents{
        box-shadow: 12px -2px 40px #ddd;
}

#history tbody > tr > th{
    font-size:16px;
    width:17%;
    border-right: 2px solid #afafaf;
    padding-top: 5px;
    background: #F2F2F2;
    padding-left: 10px;
}

#history tbody > tr > td{
    font-size:14px;
    width:83%;
    padding-left: 20px;
    padding-top:10px;
    padding-bottom: 10px;
    border-bottom: 3px dotted #afafaf;
}

.subtitle{
    margin:10px 0;   
}

#summary .left-color > tbody > tr > td:first-child{
    background : #F9F9F9;
    width:23%;
}

#summary .left-color{
    margin-bottom:5em;
}

#padding_left > tbody > tr > td{
    padding-left: 15px;
}

#table2  > tbody > tr > td{
    padding-left: 15px;
    text-align: center;
}

#table2{
    margin-top: 3em;
}

#main4 .font{
    font-size: 16px;
    margin-left: 150px;
    margin-top: 25px;
}

#main4 .left{
    margin-left: 380px;
    margin-top: 40px;
}

#verification .font_modified{
    font-size:16px;
    margin-top: 67px;
    margin-bottom: 100px;
}

.dh-view-box > .row > .page-header{
    border-top: none;
}

.dh-view-box > .row > .page-header > h4{
    font: 16px/16px '나눔 고딕', 'Droid Serif' !important;
}


#services .subtitle{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.img_margin02{
    margin-top: 10px;  
    border-radius: 5px;
}

.img_margin03{
    width: 100%;
    border-radius: 5px;
}

#services > div.col-sm-7.col-md-7 > div > table > tbody > tr:nth-child(2) > td > ul{
    line-height: 30px;
}
#services_oil > div.col-sm-7.col-md-7 > div > table > tbody > tr:nth-child(2) > td > ul{
    line-height: 30px;
}

#services_condition > div:nth-child(2) > div > table > tbody > tr:nth-child(2) > td.text-left > ul,
#services_condition > div:nth-child(2) > div > table > tbody > tr:nth-child(3) > td:nth-child(1){
    line-height: 30px;
}

#services_insurance > div.col-sm-7.col-md-7 > div > table > tbody > tr:nth-child(2) > td > ul{
    line-height: 25px;
}

#services_laboratory > div.col-sm-7.col-md-7 > div > table > tbody > tr:nth-child(2) > td{
    line-height: 20px;
}

#greeting > div > div.col-sm-5.col-md-5.col-xl-5 > img{
    border-radius: 5px;
}

#greeting > div > div.col-sm-4.col-md-4.col-xl-4 > img{
    border-radius: 5px;
}

/*메인페이지*/
.thumbnail .caption{text-align:left; height:140px; position:relative; margin-bottom:20px; }
.thumbnail .caption .txt{color:#333; font-size:15px; max-height:100px;}
.thumbnail .caption h4{margin:0;}
.thumbnail .caption a{font-size:15px; position:absolute; bottom:0;}
/*각페이지별 사이드 메뉴바*/
.slidBar_title{color: #6b81c5; background: #fafafa; padding: 7px 0 7px 15px; border-radius: 5px; box-shadow: 4px 4px 3px rgba(0,0,0,0.2);  border-left: 8px solid #6b81c5;}
.sideBar_list{margin-left:25px;}
.sideBar_list>li{margin:10px 0;}
.sideBar_list>li>a{color:#728ab7; font-size:16px; vertical-align:middle;}
.sideBar_list>li:hover a{color:#000;}
.sideBar_list>li>a.active{color:#000;}
.list-icon{display:inline-block; *display:inline; zoom:1; vertical-align:middle;  background:#728ab7; width:4px; height:14px; 
border-radius:2px;
margin-right:8px;}

/*Organization페이지- 이미지 버튼*/
	    .addr_box_wrap{position:absolute; left:0; top:0; width:100%; height:100%; text-align: center; z-index:999;}
	    .addr_box{ width:80%; display:inline-block; *display:inline; zoom:1; padding-top:10%; background:rgba(0,0,0,0.5); border:2px solid #ff0000; padding:10px; color:#fff; text-align:left;}
	    .addr00_txt{font-weight:bold; font-size:16px; color:#ffe900;}
	.comsa_org{    padding: 0 9px;}
	.box00_button {position:absolute;width:10%;height:10px;border:1px dotted #000;top: 50%;height:53%;width: 7.5%;z-index:9999;}
		.box_btn01{left:0; }
		.box_btn02{left: 8.6%;}
		.box_btn03{left: 17%;}
		.box_btn04{left: 25.2%;}
		.box_btn05{left: 33.5%;}
		.box_btn06{left: 42%;}
		.box_btn07{left: 50.6%;}
		.box_btn08{left: 59%;}
		.box_btn09{left: 67.1%;}
		.box_btn10{left: 75.5%;}
		.box_btn11{left: 84%;}
		.box_btn12{left: 92.4%;}
		.box_btn13{left:93.2%; }
	@media screen and (max-width: 767px) {
        .comsa_org{padding: 0 4px;}
    }
		
/*수정날짜 2016.04.20---------------*/

.towage_tabs_wrap{margin:2px 0 25px; width:104%;}
.towage_box{display:none;}
.head-line_txt{margin:30px 0 0; font-weight:bold; font-size:16px;}
.head-line_txt00{font-size:22px; margin: 10px 0 0; font-weight: bold; border-bottom:1px solid #ededed; padding-bottom:17px;}
.head-line_txt00 span{display:inline-block; *display:inline; zoom:1; vertical-align:middle; width:10px; height:20px; background:#333;
    border-radius:3px;     margin-right: 7px;  margin-top: -3px; }   
/*global Network*/
.g_netw_box{padding-top:30px; }
.g_netw_box img{    border: 3px double #a4a4a4;
    padding: 30px 56px;
    border-radius: 14px;}
.g_netw_list{margin-bottom:50px;}
.g_netw_list li{margin:10px 0 0;}
.marg-bott1{margin-bottom:100px;}
.sideBar_list>.active a{color:#333;}



.marg-bott2{margin-bottom:100px;}
.overseas_agent img{    border: 3px double #a4a4a4;
    /* padding: 30px 56px; */
    border-radius: 14px;
    width: 103%;
    padding: 26% 3%;}
.overseas_agent_img_nth2{padding: 10% 3%!important;}

/*setting*/
.marg0{margin:0!important;}
.padd0{padding:0!important;}
.f-bold{font-weight:bold!important;}
.list-marg li{margin:10px 0;}
.img_marg{margin-top:60px; margin-bottom:125px}
.padd0{padding:0!important;}
.relative{position:relative;}

.table-responsive{overflow:none!important;}
/*전체 레이아웃*/
.table ul li{line-height:30px!important;}
.table th{background:#fff!important; font-size:15px;}
.table th, .table td, .table-bordered{border:none!important;}

.table_style01{border:2px solid #333!important;}
.table_style01 td{border:1px solid #616161!important;}
.table_style01 td:nth-of-type(1){border-right:2px solid #616161!important;}

.table_style02{border-top:2px solid #333!important; border-bottom:2px solid #333!important;}
.table_style02 th{border-bottom:2px solid #333!important; background:#ccc!important; text-align:center; color:#fff;}
.table_style02 td{border-bottom:1px solid #a4a4a4!important;}

/*Towage_list*/
.fotorama__thumb-border{display:none;}
.Towage_list{margin-top:15px;}
.Towage_list li{margin-left:15px;}
.font25{font-size:25px!important;}
.font27{font-size:27px!important;}

/*main_page-----------------------------------------------------------*/
.nav > .divider-vertical+li > a{color:#fff;}
.table-style00{font-size: 17px;}
.table-style00 th{letter-spacing:2px; padding:3px 4px;}
.list-style01 .text,
.list-style01 .title{display:inline-block; *display:inline; zoom:1; }
.list-style01 .title{width:70px;}

/*게시판*/
th.subject, th.writer, th.regdate, th.hits,
#search_kind_txt, #btnNew,
.dh-view-info span:nth-of-type(1) strong,
.dh-view-info span:nth-of-type(2) strong,
.dh-view-info span:nth-of-type(3) strong,
.dh-attach h6 b{color:#fff;}


body{word-wrap: break-word!important; word-break: break-word!important; word-break: normal;}



#greeting .font_p strong{    font-weight: 700;
    text-indent: 200px;
    display: block;}