body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.carousel-item {
  /* height: 65vh;
  min-height: 300px; */
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

#home {
  
  background-size: cover;
  color: #fff;
  text-align: center;
  width: 100%;
}

#home p {
    font-weight: 400;
    line-height: 2em;
}

#home img {
    display: inline-block;
    margin-top: 30px;
    max-width: 100%;
}

.overlay {
   width: 100%;
   height: 100%;
   /* background: rgba(0, 0, 0, 0.4); */
   padding-top: 130px;
   padding-bottom: 90px;
}  

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

@media (max-width: 750px) {
  .pagination > li > a,
  .pagination > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.time {
  color: #999;
  float: right;
  padding: 10px;
  font-size: 12px;
}

.description{
  color: #999;
  font-size: 13px;
  display: block;  
}

.card-title a{
  color: #000;
  font-weight: bold;
}

.card-text{
  color: #666;
}

.list-content{
  color: #000;
  font-size: 0.95rem
}

.modal-search .modal-dialog {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-height:100%;
	margin:0;
	max-width:100%
}
.modal-search .modal-dialog .modal-content {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-height:100%;
	box-shadow:none;
	border-radius:0;
	background-clip:border-box;
	border:none
}

.modal-search .modal-dialog .modal-content .modal-body {
	padding-top:125px
}

.modal-search .modal-dialog .modal-content .modal-body form .input-group .form-control {
	padding:15px 10px;
	font-size:1rem;
	border:none;
	border-bottom:1px solid #e9ecef;
	box-shadow:none
}

.modal-search .modal-dialog .modal-content .modal-body form .input-group .form-control:focus {
	outline:none
}

.modal-search .modal-dialog .modal-content .modal-body form .input-group .form-control::-webkit-input-placeholder {
	font-family:'Libre Franklin',Helvetica,Arial,sans-serif
}

.modal-search .modal-dialog .modal-content .modal-body form .input-group .form-control::-moz-placeholder {
	font-family:'Libre Franklin',Helvetica,Arial,sans-serif
}

.modal-search .modal-dialog .modal-content .modal-body form .input-group .form-control:-ms-input-placeholder {
	font-family:'Libre Franklin',Helvetica,Arial,sans-serif
}

.modal-search .modal-dialog .modal-content .modal-body form .input-group .form-control:-moz-placeholder {
	font-family:'Libre Franklin',Helvetica,Arial,sans-serif
}

@media (min-width:768px) {
	.modal-search .modal-dialog .modal-content .modal-body form .input-group .form-control {
		padding:30px 10px;
		font-size:2.5rem
	}
}

.modal-search .modal-dialog .modal-content .modal-body form .input-group .input-group-btn .btn {
	border:none;
	background:transparent;
	color:#343a40;
	font-size:1.5rem
}

.modal-search .modal-dialog .modal-content .modal-body form .input-group .input-group-btn .btn:focus {
	outline:none
}

.modal-search .modal-dialog .modal-content .modal-body form .input-group .input-group-btn .btn:hover {
	opacity:0.5
}

@media (min-width:768px) {
	.modal-search .modal-dialog .modal-content .modal-body form .input-group .input-group-btn .btn {
		font-size:2.5rem
	}
}

.modal-search .close-modal {
	position:absolute;
	width:55px;
	height:55px;
	background-color:transparent;
	top:25px;
	right:25px;
	cursor:pointer
}

.modal-search .close-modal:hover {
	opacity:0.3
}

.modal-search .close-modal .lr {
	height:55px;
	width:1px;
	margin-left:35px;
	background-color:#b84d45;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	z-index:1051
}

.modal-search .close-modal .lr .rl {
	height:55px;
	width:1px;
	background-color:#b84d45;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	z-index:1052
}

@media (max-width: 992px){
  .left_menu {display: none;}
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav {
  padding-left: 0;
  margin-bottom: 10px;
  list-style: none;
}

.nav-tabs li.active a{
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;  
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  position: relative;
  display: block;
  padding: 10px 15px;  
  
}
.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav>li {
  position: relative;
  display: block;
}

.callout {
  border-radius: 3px;
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd;
}

.callout.callout-info {  
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;  
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  margin-right: 3px;
}

.videowrapper {
  position: relative;
  padding-bottom: 71.4%; /* 16:9 비율인 경우 */
  /* padding-bottom값은 4:3 비율인 경우 75%로 설정합니다 */
  padding-top: 25px;
  height: 0;
}
  
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-hot{
  color: #e2574c;
  font-weight: bold;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin .joinTop {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin .joinCenter {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-signin .joinBottom {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}