@import url(http://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css?family=Play:400,700);


body {
	font-size: 16px;
	background: url('/skin/img/section3.jpg');
}
.body-layout {
	font-family: 'Play','나눔고딕', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Play','나눔고딕' !important;
}
h4 {
	font-size: 24px;
}
/*상단 메뉴 설정 시작*/
.navbar-inverse{
	background:#222222;	 /*배경 색*/
	border-color:#080808;		 /*테두리 색*/
	padding:0px 0px 0px 0px;	  /*내부 여백*/
	margin:0px 0px 0px 0px;	   /*외부 여백*/
}
/*상단 메뉴 설정 끝*/


.intro-board-widget-layout{
	background:#da2533;
}


.navbar .glyphicon {
	color: #000;
}
.caret {display:none;}


a.btn-1:hover,
a.btn-3:hover{
	border-bottom: 3px solid #da2533 !important;
}
a.btn-2:hover {
	background: #29292b;
	color: #ffffff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
/*상단 메뉴 로고 시작*/
.navbar-brand img {
	margin: 0px;
	padding: 0px;
	width: 100%!important;
}
.navbar-inverse .navbar-brand {
	color: #fff;
	font-family: 'Lobster', cursive;
	font-size: 47px;
}
.user-top-setting {
	margin-top: -20px;
	height: 50px;
	background-color: white;
}
.user-container {
	width:100%;
}
a.navbar-brand{
	padding: 0px 10px;
	position: absolute;
}

.right_side {
	/*
	float: right;
	padding-top: 13px;
	padding-bottom: 3px;
	*/
}
ul, ol {
	margin-top: 0;
	margin-bottom: 8.5px;
	list-style:none;
}
.socialArea {
	margin: 7px 0px;
	padding: 0px;
	text-align: center;
}
.list.social-list {
	display: inline-block;
}
.list.social-list li {
	float: left;
	margin: 0px;
}
.list.social-list li + li {
	margin-left: 22px;
}
.list.social-list li a {
	color: #ffffff;
	font-size: 30px;
}
.list.social-list li a:hover {
	color: #da2331;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav > li > a{
	background-color:none;		/*배경 색*/
	color:#999999;				/*텍스트 색*/
	font-size:14px;			   /*텍스트 크기*/
	font-weight: 500;
	font-family: "나눔고딕", "NanumGothic";
	padding:35px 15px 20px;  /*내부 여백*/
}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.dropdown-menu {
	background-color: #DA2533;
}
.dropdown-menu > li > a{
	background-color:#DA2533;	 /*배경 색*/
	color:#ffffff;				/*텍스트 색*/
	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{
	float: left;
	background: #313131 url("/skin/img/footer1.jpg") no-repeat center top;
	background-size: cover;
	color:#6E6D6D;				/*텍스트 색*/
	font-size:12px;			   /*텍스트 크기*/
	padding:10px 0px 30px 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 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;   /*외부 여백*/
}
/*인트로 텍스트 설정 끝*/



/*---------------------------------------skin design---------------------------------------------*/


/* 메뉴 상,하단 */
.social-list {
	list-style:none;
	margin-top: 3px;
}
.social-list li + li {
	margin-left: 13px;
}
.footer-social-layout {
	display: none;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li:hover {
	color: #ffffff;
	font-weight: bold;
	background: none;
}

.sub-padding {
	padding-left:  15px;
	padding-right: 15px;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover
{
	font-family: "나눔고딕", "NanumGothic";
	border-bottom: 4px solid #da2533 !important;
	background:#313131;

	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.navbar-inverse {
border-color: rgba(0,0,0,0);
border:none;
background: url('/skin/img/navbar-inverse.jpg');
padding:0px;
border-bottom:1px solid #bfbfbf;
transition-duration: 0.3s;
transition-timing-function: ease;
}
.navbar-inverse .divider-vertical {
display:none;
}

.navbar-brand img{
width:80%;
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-nav > li > a {
	color: #000;
	border-bottom: 4px solid transparent;
}
/* mobile menu button */
.navbar-inverse .navbar-toggle:active,
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	border-color: #333333;
	background-color: #333333;
}
.navbar-inverse .navbar-toggle {
	border-color: #da2533;
	background-color: #da2533;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
@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: #da2533;
		background-color: transparent;
	}
}
.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);
}



.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-area2{background:url('/skin/img/section2.jpg');position:relative;}
.con-area3{background:url('/skin/img/section3.jpg');}

.gu-slider .carousel-inner .item{height:500px;background-size:cover!important;background-position:center!important;}

.topmarginLay_a{margin-top:-32px;}

.carousel li {margin-right: 0px;}
/* 메인페이지 menu start*/
.sf-menu > li > a {
	border-top: 5px solid transparent;
	text-transform: uppercase;
	padding: 38px 22px 44px;
	color: #111111;
	text-decoration: none;
	position: relative;
	font-size: 14px;
	font-weight: 300;
}
/* 메인페이지 menu start*/
/* 메인페이지 슬라이드 */
.sl-con{display:table; width:100%; margin-top: 60px;}
.sl-con>span{display:table-cell !important; vertical-align:middle;text-align:left;}
/*.sl-con img{margin: 0 auto;}*/
.sl-con-small>img{width:290px;}
.sl-con h2 {font-weight: 700; color: #2a2a2a; font-size: 36px;}
.sl-con h6 {margin-top:18px;color:#da2533;font-size:16px;line-height: 24px;}
.sl-con p{margin-top: 11px;color: #838383;padding-right: 57px;font-size: 14px;}




/* 메인페이지 section3 */
.title.title-2 {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	color: #242223;
}
.box-1 .wrapper {
	/*color: #29292b;
	padding-left: 25px;
	padding-right: 25px;
	width: 230px;
	height: 230px;
	display: inline-block;
	border-radius: 100%;
	background: #ffffff;
	border: 2px solid #e2e2e2;
	padding-top: 75px;
	font-size: 16px;
	line-height: 24px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;*/
	color: #29292b;
	padding-left: 25px;
	padding-right: 25px;
	width: 200px;
	display: inline-block;
	background: #ffffff;
	border: 2px solid #e2e2e2;
	font-size: 16px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.box-1 .wrapper .number {
	margin-bottom: 16px;
	font-size: 60px;
	font-weight: 700;
}
.box.box-1 {
	text-align: center;
}

.box-1 .wrapper + p {
	margin-top: 36px;
}
.box.box-1 p {
	font-size: 13px;
	color: #a0a0a0;
	line-height: 24px;
}
.box-1.indent-1 {
	margin-top: 54px;
}
.box.box-1 .wrapper.hovered {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 5px solid #d82337;
}
.box-1 p + .btn {
	margin-top: 32px;
}

@media only screen and (max-width: 480px){
.col-xs-6 {
	float: none;
	width: 100%;
}}


/* 버튼 start*/
.btn.btn-1 {
  border-radius: 0px;
  border: 3px solid #da2533;
  background: #da2533;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  padding: 2px 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-1:hover {
  background: transparent;
  color: #da2533;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-2 {
  border-radius: 0px;
  border: 1px solid #da2533;
  background: #da2533;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-2:hover {
  background: transparent;
  color: #da2533;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-2:hover {
  border-color: #29292b;
  background: #29292b;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-3 {
  border-radius: 0px;
  border: 3px solid #da2533;
  background: #da2533;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 7px 19px;
  font-weight: 300;
  letter-spacing: -1px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-3:hover {
  background: transparent;
  color: #da2533;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-3:hover {
  background: transparent;
  color: #da2533;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* 버튼 end*/
/* 메인페이지 section4 start */
.box.box-2 {
	text-transform: uppercase;
}
.box.box-2 h2 {
	font-size: 60px;
	font-weight: 300;
	margin: 0;
	line-height: 60px;
}
.box.box-2 strong {
	margin: 0;
	font-size: 62px;
	font-weight: 700;
}
.box.box-2 strong span {
	display: inline-block;
	color: #da2533;
}
.box.box-2 h3 {
   margin-top: 0px;
   font-size: 30px;
}
.box.box-2 h3 + .btn {
	margin-top: 10px;
}
box.box-4 {
	padding: 16px 0px;
	padding-top: 1px;
	padding-left: 55px;
}
.box.box-4 blockquote {
	margin-bottom: 10px;
	border: 0px;
	padding: 0;
	position: relative;
}
.box.box-4 blockquote:before {
	content: "\f10d";
	font-family: fontAwesome;
	font-size: 36px;
	color: #242223;
	position: absolute;
	top: -4px;
	left: -54px;
}
.box.box-4 p {
	color: #838383;
}
.box.box-4 h6 {
	margin-top: 0;
}
.box.box-4 h6 {
	color: #da2533;
}
.box.box-4 + .box-4 {
	margin-top: 5px;
}
.box.box-4 {
	padding: 16px 0px;
	padding-top: 1px;
	padding-left: 55px;
}
/* 메인페이지 section4  end */


/* 메인페이지 footer start */
.footer_copy .wrapFooter {
	float: none;
	margin: 0 auto;
	color: #ffffff;
	text-align: left;
}
.footer_copy .wrapFooter span:nth-child(1) {
	padding-left: 0px;
}
.footer_copy .wrapFooter span {
	display: inline-block;
	padding: 0px 4px;
	line-height: 20px;
}
.footer_copy .wrapFooter .info {
	padding-top: 10px;
}
@media (min-width: 992px) {
	.footer_copy .wrapFooter {
		width: 1170px;
	}

	.footer_copy .wrapFooter .info {
		padding-top: 0px;
	}
}

.parallax-bg-1 {
	background-image: url("/skin/img/footer1.jpg");
}
.box.box-3 {
	padding: 16px 0px;
	padding-top: 1px;
}
.box.box-3 h6 {
	color: #da2533;
}
.box.box-3 h6 + p {
	margin-top: 11px;
}
.box.box-3 p {
	color: #838383;
}
p {
	font-size: 12px;
	line-height: 18px;
}
footer .footer_top i {
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.2);
	font-size: 24px;
	width: 71px;
	height: 71px;
	padding: 23px;
}
footer .footer_top .box-3 p {
	color: #ffffff;
	font-weight: 700;
}
footer .footer_top i + p {
	margin-top: 13px;
}
footer .footer_top p {
	font-size: 14px;
	text-transform: uppercase;
}
footer .footer_middle {
	color: #ffffff;
	background: #de2337;
	font-family: 'Audiowide', cursive;
}
footer .footer_middle .left_side {
	padding: 40px 0px 37px;
}
footer .footer_middle .middle_side {
	padding: 29px 0px;
	letter-spacing: -1px;
	text-align:center;
}
.footer_middle {
	background-color: #DE2336;
}
.footer_middle h4 {
	color: #ffffff;
	font-weight: 400;
}



/* 메인페이지 footer enc */

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;}




.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; }

.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{}


/*블로그게시판 custom*/
.dhb-txt-box{width:33.3%;float:left;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);}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { .dhb-txt-box{width:50% !important;} }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { .dhb-txt-box{width:33.3% !important;} }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.dhb-txt-box{width:33.3% !important;}
}

.dhb-txt-box{width:100%;}

.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; }

/* 슬라이드 꺽쇠 버튼 숨김 */
.left.carousel-control,
.right.carousel-control {
display: none;
}

/* 슬라이드 원형 버튼 시작 */
.carousel-indicators li {
  width: 20px;
  height: 20px;
  margin: 0 3px;
  border: none;
  background-color: #000000;
}

.carousel-indicators .active {
  width: 20px;
  height: 20px;
  margin: 0 3px;
  border: none;
  background-color: #f1352c;
}

/* 슬라이드 원형 버튼 끝 */
.bg-1 {
	background: #f4f4f4;
}
.con-area2 .containter,
.con-area3 .containter {
  text-align: center;
}

/* box간 padding start */
.con-area1{
	padding: 12px 0px 0px;
}
.con-area2 {
	 padding: 10px 0px;
}
@media (min-width: 1200px) {
	.con-area2 .container {
		width: 1140px;
	}
}

.con-area3{
	 padding: 30px 0px 70px;
}

/* box간 padding end */
.title.title-1 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.title.title-1 + .list-2 {
  margin-top: 20px;
}
.title.title-1 + .table-2 {
  margin-top: 25px;
}
.title.title-2 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  color: #242223;
}
.title.title-2 + .list-2 {
  margin-top: 30px;
}
.title.title-2 + .table-2 {
  margin-top: 25px;
}
.title.title-2 + .box-4 {
  margin-top: 19px;
}
.title.title-2 + .box-4 {
	margin-top: 19px;
}
.title.title-3 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  text-transform: none;
  color: #242223;
}
.title.title-3 + .list-2 {
  margin-top: 30px;
}
.title.title-3 + .table-2 {
  margin-top: 25px;
}
.title.title-3 + .thumb-pad-1 {
  margin-top: 24px;
}
.title.title-3 + .table-1 {
  margin-top: 23px;
}
.title.title-3 + .list-5 {
  margin-top: 22px;
}
.title.title-3 + .list-6 {
  margin-top: 18px;
}
.title.title-4 {
  color: #ffffff;
  text-transform: uppercase;
  text-transform: none;
  color: #242223;
  line-height: 30px;
  font-weight: 700;
}
.title.title-4 + .list-2 {
  margin-top: 30px;
}
.title.title-4 + .table-2 {
  margin-top: 25px;
}
.title.title-4 + .thumb-pad-1 {
  margin-top: 24px;
}
.title.title-4 + .table-1 {
  margin-top: 23px;
}
.title.title-4 + .list-5 {
  margin-top: 22px;
}
.title.title-4 + .list-6 {
  margin-top: 18px;
}
.title.title-4 + .box-5 {
  margin-top: 27px;
}


/*==================  Thumbnails	  ======================*/
.thumbnail {
	border: none;
	padding: 0;
	border-right: 0;
	background-color: transparent;
	border-radius: 0;
}
.thumb-pad-1 .thumbnail .caption {
  padding: 16px 0px;
}
.thumb-pad-1 .thumbnail .caption h6 {
  color: #da2533;
}
.thumb-pad-1 .thumbnail .caption h6 + p {
  margin-top: 11px;
}
.thumb-pad-1 .thumbnail .caption p {
  color: #838383;
}
.thumb-pad-2 {
  margin-top: 34px;
}
.thumb-pad-2 .thumbnail .caption {
  padding-top: 17px;
  color: #dbdbdb;
}

.thumbnail {
  border: none;
  padding: 0;
  border-right: 0;
  background-color: transparent;
  border-radius: 0;
}
.thumbnail .caption {
  padding: 10px 0;
}
figure img {
  width: 100%;
}
.badge {
  background: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 480px) {
  .col-xs-6 {
	float: none;
	width: 100%;
  }
}


.box.box-3 .list-2 li {
	color: #111111;
}
.box.box-3 p + .list-2 {
	margin-top: 24px;
}
.list {
	list-style: none;
	padding: 0;
}
.list.list-2 {padding-left:0px;}
.list.list-2 li {
	font-size: 13px;
	line-height: 23px;
}
.list.list-2 li:before {
	border-radius: 100%;
	width: 8px;
	height: 8px;
	display: inline-block;
	background: #a6a6a6;
	content: "";
	position: relative;
	margin-right: 10px;
}
.list.list-2 li {
	color: #9FA1A0;
	text-decoration: none;
	outline: none !important;
}
.list.list-2 li span {
	color: #da2533;
}


.list.list-3 li .date {
  margin-right: 31px;
  text-align: center;
  float: left;
  font-size: 16px;
}
.list.list-3 li .date span {
  line-height: 65px;
  display: block;
  font-size: 35px;
  color: #29292b;
  font-weight: 700;
}
.list.list-3 li .wrapper {
  overflow: hidden;
}
.list.list-3 li .wrapper h6 {
  color: #da2533;
}
.list.list-3 li .wrapper h6 + p {
  margin-top: 11px;
}
.list.list-3 li .wrapper p {
  color: #838383;
}
.list.list-3 li + li {
  margin-top: 15px;
}

.list.list-4 .number {
  float: left;
  font-size: 30px;
  color: #29292b;
  background: #ffffff;
  border: 2px solid #e2e2e2;
  border-radius: 100%;
  width: 69px;
  height: 69px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  top: 15px;
  padding-top: 12px;
  margin-right: 31px;
}
.list.list-4 .wrapper {
  overflow: hidden;
}
.list.list-4 .wrapper h6 {
  font-size: 16px;
  margin-bottom: 0px;
  color: #29292b;
}
.list.list-4 .wrapper p {
  color: #838383;
}
.list.list-4 li + li {
  margin-top: 10px;
}
.sub-title {
  margin: 20px 0;
  font-size: 24px;
  font-weight: 600;
}

.footer_copy a {
  color: #ffffff;
  opacity: 0.9;
}
/* media queries */

@media (max-width: 1754.38596491px) {
  .camera_block {
	padding-bottom: 500px;
  }
}
@media (max-width: 1199px) {
  footer .footer_middle .middle_side h2 {
	font-size: 48px;
  }
  .brand {
	position: relative;
	margin: 0;
	display: inline-block;
	left: 1px;
  }
  .brand:before {
	display: none;
  }
  header .header_top .right_side {
	padding-top: 38px;
  }
  header .header_bottom .left_side {
	padding-left: 0;
  }
  header .header_bottom .right_side,
  header .header_bottom .left_side {
	float: none;
  }
  header .header_bottom .right_side {
	text-align: center;
  }
  header .header_bottom .right_side #search {
	display: inline-block;
	padding-bottom: 20px;
	width: 100%;
  }
  header .header_bottom .right_side #search input {
	width: 100%;
  }
  .list.list-7 dd span {
	width: 100px;
  }
}
@media (max-width: 991px) {
  .list-2 {
	margin-bottom: 50px;
  }
  footer .footer_middle .middle_side {
	padding: 0;
	text-align: center !important;
  }
  footer .footer_middle .left_side,
  footer .footer_middle .right_side {
	text-align: center;
  }
  .thumb-pad-1 .thumbnail img {
	display: inline-block;
	text-align-last: auto;
  }
  .thumb-pad-2 .thumbnail img {
	width: 100%;
  }
  .block_404 {
	text-align: center;
  }
  .block_404 .title.title-4 {
	line-height: 40px;
  }
  .navbar-brand img {padding-top:0px;}
  .navbar-brand:before {display:none;}
  .navbar-brand{height:52px !important;  left:14px;}
}
@media (max-width: 800px) {
  .table-1.stacktable.small-only,
  .table-2.stacktable.small-only {
	display: table;
  }
  .table-1.stacktable.small-only th,
  .table-2.stacktable.small-only th {
	padding: 20px;
  }
  .table-1.stacktable.small-only th a,
  .table-2.stacktable.small-only th a {
	color: #da2533;
  }
  .table-1.stacktable.small-only th a:hover,
  .table-2.stacktable.small-only th a:hover {
	text-decoration: underline;
  }
  .table-1.stacktable.small-only .st-head-row.st-head-row-main,
  .table-2.stacktable.small-only .st-head-row.st-head-row-main {
	font-size: 30px;
  }
  .table-1.stacktable.small-only .st-key,
  .table-2.stacktable.small-only .st-key {
	text-align: center;
  }
  .table-1.stacktable.small-only td + td,
  .table-2.stacktable.small-only td + td {
	border-right: 0px;
  }
  .table-2.stacktable.small-only tbody td {
	border-top: 1px solid #2c2a2c!important;
  }
}
@media (max-width: 767px) {
  br {
	display: none;
  }
  .dh-popup.myModal17 br {
      display: block;
  }
  .dh-popup.myModal17 img {
    margin: 20px auto !important;
}
  .box.box-2 strong {
	line-height: 90px;
  }
  header .header_top .left_side,
  header .header_top .right_side {
	float: none;
	text-align: center;
  }
  .brand:before {
	display: inline-block;
  }
  header .header_top .right_side .list-1 {
	display: inline-block;
  }
 .navbar-brand {
	 left: -11px;;
 }
}
@media (max-width: 479px) {
  #search {
	width: 100%;
  }
  #search input {
	width: 100%!important;
  }
  .img_404 img {
	width: 100%;
  }
  header .header_top .right_side .list-1 {
	text-align: center;
  }
  header .header_top .right_side .list-1 > li {
	float: none;
	display: block;
	text-align: center;
	margin: 0!important;
	margin-top: 10px!important;
  }
  header .header_top .right_side .list-1 > li ul {
	display: inline-block;
  }
  .box.box-2 strong {
	font-size: 70px;
	line-height: 70px;
  }
  footer .footer_middle .middle_side h2 {
	font-size: 28px;
	text-align:center !important;
  }
  footer .footer_middle .left_side {
	padding: 40px 0px 10px;
  }
  .right_side{display:none;}
}

@media (max-width: 1199px){
footer .footer_middle .middle_side h2 {
	font-size: 48px;
}}
footer .footer_middle h2 {
	font-size: 60px;
}
footer .footer_middle h4 {
	line-height: 30px;
	font-size:24px;
}
.footer_middle h4 span {
	display: inline-block;
}
footer .footer_middle .right_side {
	padding: 25px 0px 20px;
}

/* board style */
.dh-board table {
	margin: 10px 0;
	border-top: 1px solid #2c2a2c !important;
	border-bottom: 1px solid #2c2a2c !important;
}
.dh-board table thead {
	background: url('/skin/img/bg-image-5.jpg');
}
.dh-board table tbody {
	background: url('/skin/img/bg-image-6.jpg');
}
.dh-board table thead tr th {
	padding: 15px 8px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	border-bottom: 1px solid #2c2a2c;
}
.dh-board table tbody tr td {
	padding: 15px 8px;
	color: #ffffff;
	border-top: 1px solid #2c2a2c;
}
.dh-board table tbody tr td a {
	color: #ffffff;
	font-weight: 400;
}
.dh-board table thead tr,
.dh-board table tbody tr {
	border-left: 1px solid #2c2a2c;
	border-right: 1px solid #2c2a2c;
}
.dh-board table tbody tr td.subject .label {
	margin-left: 8px;
}
.dh-board table tbody tr:hover {
	background: url('/skin/img/bg-image-6.jpg');
}
.dh-board table tbody tr:hover td.subject strong {
	text-decoration: underline;
}
.dh-board table td.subject strong {
	font-size: 14px;
	font-weight: 500;
}
.dh-board table td.writer,
.dh-board table td.regdate {
	font-size: 15px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #D82334;
	border-color: #D82334;
}

#insertForm #btnNew {
	border: 1px solid #3D3F3C;
	background: #3D3F3C;
}

/*---------------------------------------------*/

.con-area2 .con-area2-link a{
	color:#da2533;
}

.con-area2 .con-area2-link a:hover{
	border-bottom:1px solid #da2533 !important;
}

.google .panel-footer{
	display:none;
}

#m-28 ul{
	width:470px;
}

.con-area3 .box .wrapper img{
		margin: 20px auto;
		max-height:44px;
}
.con-area3 .box .wrapper.bg_gray{background:#aaa;}
.con-area2 .con2-address{
	color: #9FA1A0;
	text-decoration: none;
	outline: none !important;
	font-size: 13px;
	margin-top: 22px;
	margin-bottom: 16px;
}

.col-sm-5 .panel-danger:first-child{
	display:none;
}

#map_addr{
	display:none;
}

#map_canvas{
	height:343px !important;
	width:99.7% !important;
}

.panel-heading{
	background-color: #d62036 !important;
	color: #ffffff !important;
	background-image: url("/skin/img/bg-image-5.jpg")!important;
}

.panel{
	border: 1px solid #000;
}

.dhb-txt-box {
	border: 1px solid #000;
}

#mailForm .btn-primary{
	background-color:black !important;
	background-image: url("/skin/img/bg-image-5.jpg")!important;
}

.col-sm-7 .panel p{
	font-size: 15px !important;
}

.dh-popup.pull-center,
.dh-popup.pull-left,
.dh-popup.pull-right {
	top: 11% !important;
	background: url('/skin/img/navbar-inverse.jpg');
}

.dh-popup.pull-right.myModal15 > .main-popup > a > img {
	max-height: 378px;
}

/* 2022-02-11 Popup */
.dh-popup.myModal17 {
    padding: 0;
    background: #fff;
    border: 8px solid #005aab;
}
.dh-popup.myModal17 a {
    width: 100%;
    display: inline-block;
    padding: 40px;
    padding-bottom: 10px;
    text-align: center;
    text-decoration: none;
}
.dh-popup.myModal17 h3 {
    position: relative;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    font-family: "notokr" !important;
    color: #222;
    line-height: 1.35em;
    text-align: center;
}
/* .dh-popup.myModal17 h3::before {
    content: '';
    top: -18px;
    left: 0;
    width: 100%;
    position: absolute;
    border-top: 1px solid #999;
}
.dh-popup.myModal17 h3::after {
    content: '';
    bottom: -18px;
    left: 0;
    width: 100%;
    position: absolute;
    border-top: 1px solid #999;
} */
.dh-popup.myModal17 img {
    margin: 30px 0 30px;
}
.dh-popup.myModal17 .link {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 25px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #3f3c3e;
    transition: 0.3s;
}
.dh-popup.myModal17 a:hover .link {
    background: #005aab;
}
.dh-popup.myModal17 .dh-close-btn {
    border: none;
}
.dh-popup.myModal17 .dh-close-btn label {
    display: none;
}
.dh-popup.myModal17 .dh-close-btn .button_pop {
    top: 8px;
    right: 0;
    position: absolute;
    opacity: 0.8;
}

@media (min-width:992px) {
	.dh-popup.pull-left {
		width: 600px;
	}
	.dh-popup.pull-center {
		left: 654px !important;
		
	}
	.dh-popup.pull-right {
        top: 20% !important;
        right: 100px;
		/* left: 980px;
		width: 300px; */
	}
}

.dh-close-btn .button_pop{
	top: -685px;
	right: -235px;
}

.dh-close-btn .checkbox-inline{
	float:right !important;
}

/*.dh-popup.pull-center .glyphicon{
	position: absolute;
	top: 15px;
	right: 15px;
}*/

.clearfix{*zoom:1;}
.clearfix{display:block;content:'';clear:both;}

.history{margin-top:20px;}
.history img{border-radius:10px;margin-bottom:15px;}
.history h2{font-weight:700;}
.history dl dt{position:relative;float:left;font-size:20px;}
.history dl dt:after{position:absolute;top:0;left:0;width:30px;height:2px;background-color:#df2636;content:'';}
.history dl dd{margin-top:3px;margin-left:75px;}

/* 2018-01-04 added */
.contact-layout > .row > .col-sm-7 > .panel > .contact > p:nth-child(3) {
    display: none;
}

.panel .contact p i {
    left: 0;
    position: absolute;
}
.panel .contact p {
    position: relative;
    padding-left: 22px;
    word-break: keep-all;
}