/*!
 * Start Bootstrap - Creative v5.0.1 (https://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 */

body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #F05F40;
}

hr.light {
  border-color: #fff;
}

a {
  color: #F05F40;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #f05f40;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.bg-primary {
  background-color: #F05F40 !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

section {
  padding: 8rem 0;
}

.section-heading {
  margin-top: 0;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #F05F40;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #f05f40;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #212529;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #F05F40;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #F05F40 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 1.5rem 2.5rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #fff;
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #F05F40;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #f05f40;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #F05F40;
  }
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/header_1.jpg");
  /* background-image: url("/getImage.do?fileName=2019/02/21/0119af0f-abde-4786-9f5c-9fe0da771ec7.jpg"); */
  background-position: center center;
  background-size: cover;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
}

header.masthead p {
  font-weight: 300;
}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 3rem;
  }
}

.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(240, 95, 64, 0.9);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.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;
  }
}

.text-primary {
  color: #F05F40 !important;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 8px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-custom {
	background-color: transparent;
	border-color: #F05F40;
	border: 2px solid #ee4b28;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom:active {
  color: #fff;
  background-color: #ee4b28 !important;
}

.btn-default {
    color: #5d5d5d;
    background-color: #fff;
    border-color: #ddd;
    border: 2px solid #ddd;
}

.btn-primary {
  background-color: #F05F40;
  border-color: #F05F40;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #ee4b28 !important;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}

.category_row{
	padding: 20px 0;
	}
	
	.bg_category{
	position: absolute; background: rgba(240, 95, 64, 0.9); width: 100%; height: 280px; z-index: 9; text-align: center; opacity: 0; -webkit-transition: all 0.2s; transition: all 0.2s;
	}
	
	.category_wrapper:hover .bg_category{
	opacity: 1;
	}
	
	.top_gnb{
	width: 100%;
	color: #ddd;
	padding: 10px 0;
	font-size: 14px;
	}
	
	.btn-menu-mobile{
	display: none;
	}
	
	#mobile_menu_gnb_right{
	display: none;
	}
	
	@media (max-width: 991px){
	.top_gnb{
	display: none;
	}
	
	.btn-menu-mobile{
	display: block;
	}
	
	#mobile_menu_wrapper{
	background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 998;
    display: none;
	}
	
	
	#mobile_menu_gnb_right{
	width: 250px;
    height: 100%;
    background-color: #FFF;
    position: fixed;
    right: 0;
    z-index: 999;
    border-left: 1px solid #ddd;
    display: none;
	}
	
	}
	
	.mobile_menu_ul{
	margin-top: 140px;
    text-align: right;
    padding: 0px;
    list-style: none;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	}
	
	.mobile_menu_ul>li{
	margin-top: 30px;
	padding-right: 20px;
	}
	
	.mobile_menu_ul>li>a, .mobile_menu_ul>li>a:focus, .mobile_menu_ul>li>a:active, .mobile_menu_ul>li>a:visited, .mobile_menu_ul>li>a:hover{
	font-weight: bold;
	text-decoration: none;
	}
	
	.mobile_menu_bottom_ul{
	margin-top: 100px;
    text-align: right;
    padding-right: 20px;
    list-style: none;
    position: fixed;
    bottom: 0;
    right: 0;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	}
	
	.mobile_menu_bottom_ul>li{
	margin-top: 20px;
	}
	
	.mobile_menu_bottom_ul>li>a, .mobile_menu_bottom_ul>li>a:focus, .mobile_menu_bottom_ul>li>a:active, .mobile_menu_bottom_ul>li>a:visited, .mobile_menu_bottom_ul>li>a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #2d2d2d;
	font-size: 14px;
	}
	
	.navbar-shrink>.top_gnb{
	background-color: #f0f0f0;
	color: #212529;
	}
	
	.top_gnb a{
	text-decoration: none;
	color: #bdbdbd;
    font-size: 13px;
	}
	
	.navbar-shrink>.top_gnb a{
	color: #555; 
	}
	
	.top_gnb input.search_form{
	color: #ddd;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 4px;
    padding-left: 10px;
    width: 230px;
	}
	
	.navbar-shrink>.top_gnb input.search_form{
	color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
	}

	.top_gnb .search_button{
	background-color: transparent;
	color: #c5c5c5;
	border: none;
	}
		
	.navbar-shrink>.top_gnb .search_button{
	background-color: #FFF;
	color: #555;
	border: 1px solid #ddd;
	}
	
	
	.nav-item-inner{
	display: none;
    position: absolute;
    width: 100%;
    top: 110px;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    color: #ddd;
    border-top: 1px solid rgba(33, 37, 41, 0.1);
    padding: 15px 0;
    z-index: 999;
	}
	
	.navbar-shrink .nav-item-inner{
	background-color: #f7f7f7;
	color: #555;
	border-bottom: 1px solid #cccccc;
	}
	
	
	#nav-item-3:hover>.nav-item-inner{
	display: block;
	}
	
	.menu_item{
	margin-left: 15px;
	white-space: nowrap;
	}
	
	
	
	table.menu_table th{
	text-align: center;
	padding: 15px 0;
	background-color: rgba(240,95,64,0.5);
	color: #ddd;
	}
	
	.navbar-shrink table.menu_table th{
	background-color: #dcd5d4;
    color: #555;
	}
	
	
	
	table.menu_table th, table.menu_table td{
	border-top: 1px solid #151515;
	}
	
	.navbar-shrink table.menu_table th, .navbar-shrink table.menu_table td{
	border-top: 1px solid #dee2e6;
	}
	
	.panel{
	border: 1px solid #ddd;
	border-radius: 8px;
	margin-top: 15px;
	}
	
	.panel-title{
	padding: 10px 15px;
	}
	
	.panel-body{
	padding: 10px 15px;
	}
	
	.well{
	    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	}
	
	div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
	}
	
	div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
	}
	
	.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
	}
	
	.pagination>li {
    display: inline;
	}
	
	.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
	}
	
	.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
	}

	.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
	}
	
	.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #F05F40;
    border-color: #F05F40;
	}

	.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #F05F40;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
	}
	
	.btn-inner{
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid transparent;
	}	
	
	.row{
	margin-right: 0;
	margin-left: 0;
	}
	
	.mypage_ul{
	width: 100%;
    float: left;
    padding: 0;
	}