/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css);

html,
body {
  height: 100%;
  width: 100%;
}
body {font-family: 'Nanum Gothic', sans-serif;}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family: 'Nanum Gothic', sans-serif;}
hr {
  border-color: #337ab7;
  border-width: 3px;
  max-width: 50px;
}
hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #444;
}
a:hover,
a:focus {
  color: #000;
  font-weight:bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.bg-primary {
  background-color: #337ab7;
}
.bg-dark {
  background-color: #222222;
  color: white;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
section {
  padding: 10px 0;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  color:#00684a;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #00684a;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #555;
  background-color:#e7e7e7;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
  }
  .navbar-default .navbar-header .navbar-brand {
    color: #00684a;
	
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: #00684a;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    /*color: rgba(255, 255, 255, 0.7); */
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #00684a;
	background-color:#e7e7e7;
  }
  .navbar-default.affix {
    background-color: #000;
    border-color: rgba(180, 180, 180, 0.7);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color:#00684a;
    font-size: 18px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #2969D3;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #337ab7;
  }
}
header {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/header.jpg');
  text-align: center;
  color: white;
}
header .header-content {
  position: relative;
  text-align: center;
  padding: 50px 15px 100px;
  width: 100%;
}
header .header-content .header-content-inner h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}
header .header-content .header-content-inner hr {
  margin: 30px auto;
}
header .header-content .header-content-inner p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  header {
    min-height: 320px ;
  }
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
  header .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-heading {
  margin-top: 0;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(51, 122, 183, 0.8);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #337ab7;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #767676;
  border-color: #337ab7;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1D4667;
  border-color: #ed431f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #337ab7;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: white;
}





.btn-red {
  color: white;
  background-color: #e40613;
  border-color: #FA3A44;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-red:hover,
.btn-red:focus,
.btn-red.focus,
.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
  color: white;
  background-color: #9B040C;
  border-color: #e40613;
}
.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
  background-image: none;
}
.btn-red.disabled,
.btn-red[disabled],
fieldset[disabled] .btn-red,
.btn-red.disabled:hover,
.btn-red[disabled]:hover,
fieldset[disabled] .btn-red:hover,
.btn-red.disabled:focus,
.btn-red[disabled]:focus,
fieldset[disabled] .btn-red:focus,
.btn-red.disabled.focus,
.btn-red[disabled].focus,
fieldset[disabled] .btn-red.focus,
.btn-red.disabled:active,
.btn-red[disabled]:active,
fieldset[disabled] .btn-red:active,
.btn-red.disabled.active,
.btn-red[disabled].active,
fieldset[disabled] .btn-red.active {
  background-color: #7E030A;
  border-color: #7E030A;
}
.btn-red .badge {
  color: #7E030A;
  background-color: white;
}





.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}



.Month {
    background: #3E6D92;
    padding: 3px 3px;
    margin-right: 7px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    width: 20px;
    display: inline-block;
}

#section3 {
    position: relative;
    width: 100%;
    min-height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    text-align: center;
    color: white;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
	/*
    content: "";
	*/
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu .dropdown-menu li a {
	padding-left:35px !important;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 30px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


section.sub-section {
	padding:0;
}

.sub-section .container {
	padding:0px 0 50px 0;
}
.sub-section p {
	margin: 0 0 10px;
}
.sub_page_left p {

	padding:7px 10px;
	margin:0px;
}
.sub_page_left p.active {
	
	
}
.sub_page_left p.active > a {
	color:#000;
	font-weight:700;
}
.sub_page_left p > a {
	color:#969696;
	padding-right:10px;
	font-size:15.5px;
}
.sub_page_left p > a:hover {
	color:#000;
	font-weight:700;
	text-decoration:none;
}
.sub_page_right{
	padding:0px 0 0 0 ;
}
.sub_page_right p {
	padding:8px 0;
	font-size:16px;
}

@media (max-width:991px) {
	.sub .container {
		padding:20px 0 15px 0;
	}
	.sub_page_left p {
		margin-left:10px;
	}
	.sub_page_right p {
		padding:5px 10px;
	}
	.sub_page_right h3 {
		padding:0 0 0 10px;
	}
}

@media (max-width:768px) {
	.sub-section .container {
		padding:10px 0 10px 0;
	}
	.sub_page_left p {
		margin-left:10px;
	}
	.sub_page_right p {
		padding:3px 10px;
	}
	.sub_page_right h3 {
		padding:0 0 0 10px;
	}
}


.sub-section .sub-title {
	/*background:#28343C; */
	position: relative;
	width: 100%;
	/*height:262px; */
	min-height: auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	  -o-background-size: cover;
    background-position: center;
	/*background-image:url('../img/title.jpg');*/

}
@media screen and (max-width:500px){
.sub-section .sub-title {display:none;}
}

.sub-section .sub-title .entry-title {
	color:#fff;
	padding-left:20px;
}

.sub-section .sub-title .container {
	padding:30px 0;
}
/**written sol**/

.map-wid{	width:79%; }
.main-h{height:550px;}


@media screen and (max-width:1200px){
 .left-btn{	display:none;}
 .map-wid{	width:100%;}
 .main-h{ height:500px;}
 .mn-w{width:100%;}
}



@media screen and (min-width:1201px){
 .mn-w{width:1100px;}
}

.font-hd a{ color:black;font-weight:bold;}
.font-hd a:hover{color:#0e3513;background-color:#fff;}
@media all and (max-width:990px){
 .sub-right span{display:none;}
}
@media all and (min-width:320px){
 .main-h{ height:420px;}


}

.in-font{font-family: 'Nanum Pen Script', serif; font-size:3.7em;} 
.container a{text-decoration:none;}

.container .index-btn{border:1px solid #e4e5e6;background-color:white;padding:15px 5px;}
.container .index-btn:hover{ background-color:#20752a;}

.container  .index-btn .intro-txt{ font-size:1.3em;font-weight:bold;color:#33923e;margin:0;padding:0;}
/*.container  .index-btn p:hover{color:#fff;}*/
.container  .index-btn:hover p{color:#fff;}
.container  .index-btn .sub-txt{font-size:1.05em;color:#000;width:100%;font-family:'Nanum Gothic', sans-serif;}

.container  .index-btn .out{display:block;margin:0 auto;}
.container  .index-btn .over {display:none}
.container  .index-btn:hover .out {display:none;}
.container  .index-btn:hover .over {display:block;margin:0 auto;}

/*sub*/
.left-title{width:100%; height:70px; font-size:25px;padding-top:20px;border-bottom:2px solid #959595;}
.left-title span{  color:#044e12;font-weight:bold;text-align:center;}
.left-cs{width:100%; height:70px; font-size:23px;padding-top:10px;border-top:2px solid #d9d9d9;}
.left-cs .num{height:74px;padding:5px 5px; background-image:url('../img/left_cs_bg.png');}
.left-cs .num p {font-size:18px;font-weight:800;padding:0px;}
.sub-right{border-bottom:1px solid #d9d9d9;margin:12px 10px 10px 10px}
.sub-right p{font-size:22px;font-weight:bold;}

