/*
  Theme Name: BizPage
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #333;
  font-family: 'Open Sans', 'Nanum Gothic', sans-serif;
  font-size:0.875em;
  word-break: keep-all;
}

a {
  color: #0b61ae;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #4897de;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #0b61ae;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

img {
	max-width:100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 10px 0;
  height: 100px;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  border-bottom: 1px solid #dbdbdb;
}

#header.header-scrolled {
  background: #fff;
  padding: 10px 0;
  height: 100px;
  transition: all 0.5s;
  position: fixed;
}

#header #logo {
  float: left;
	margin-top: 18px;
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 0px;
  }
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #0b61ae;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: 421px;
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 421px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-content {
  text-align: center;
  background: rgb(51 51 51 / 48%);
  max-width: 800px;
  width: 100%;
  height: 100%;
  max-height: 350px;
  padding: 40px 20px;
}

.carousel-content img {
	margin:5px 0px;;
}

#intro .carousel-content02 {
	text-align:center;
	padding: 40px 20px;
}

#intro h2 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.26);
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size:36px;
  font-weight: 700;
  color:#fff;
}

#intro h3 {
	margin-bottom: 15px;
	font-size:24px;
  color:#fff;
}



#intro .carousel-content02 p {
	width: 68%;
	color:#a9a9a9;
}


@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

#intro p.sub_p {
	font-size:18px;
}

@media (min-width: 1024px) {
  #intro p {

  }
}

#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

/*#intro .btn-get-started {
  
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #0b61ae;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #0b61ae;
}*/

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu li.mobile-user {
	display:none;
}

.nav-menu > li {
  float: none;
  display: inline-block;
  margin-right: 72px;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

.menu-has-children ul li a {
  text-align: left;
}

/* Nav Menu Arrows */
 .sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
 content: "\f107";
  position: absolute;
  top: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal; 
  display:none;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  margin: 0;
}

@media (min-width: 1024px) {
  #nav-menu-container {

  }
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 20px 0px;
  text-decoration: none;
  display: inline-block;
  color: #333;
  font-weight: 600;
  font-size: 19px;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #0b61ae;
}

.nav-menu ul {
  margin: 0 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #0b61ae;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 10px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #333;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }


	.nav-menu > li {
		float:none;
		margin-right:0;
	}



}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 998;
  background: #32394a;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
	box-shadow: 1px 1px 1px #181a1f;
    border-top: 1px solid #51586d;
    margin-bottom: 1px;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #0b61ae;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #0b61ae;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 32px;
  color: #111;
  text-align: center;
  font-weight: 700;
  position: relative;
  margin-bottom:30px;
}

.section-header p {
  text-align: right;
  color: #333;

}

/* Section with background
--------------------------------*/
.section-bg {
  background: ;
}

/* Featured Services Section
--------------------------------*/
#featured-services {
  background: #000;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
  color: #0b61ae;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #0b61ae;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

/* About Us Section
--------------------------------*/
#about {
  padding: 60px 0;
  position: relative;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #0b61ae;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: #0b61ae;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 23px 0 0 0;
  min-height: 115px;
  border-bottom: 1px solid #f9f9f9;
}

@media (max-width: 992px) {
	#about .about-col h2 {
		min-height: 134px;
	}
}

@media (max-width: 767px) {
	#about .about-col h2  {
		min-height: 115px;
	}
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: #0b61ae;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding:20px;
  min-height: 159px;
}

@media (max-width: 1200px) {
	#about .about-col p {
		min-height: 181px;
	}
}

@media (max-width: 992px) {
	#about .about-col p {
		min-height: 255px;
	}
}

@media (max-width: 767px) {
	#about .about-col p {
		min-height: auto;
	}
}

#about  button[type="submit"] {
  background: #fff;
  border: 0;
  padding: 10px 30px;
  color: #333;
  transition: 0.4s;
  cursor: pointer;
  border:1px solid #5b5b5b;
  margin:0 auto;
  margin-top:30px;
}

#about button[type="submit"]:hover {
  background: #0b61ae;
  color: #fff;
}



/* Services Section
--------------------------------*/
#services {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#services .box {
  margin-bottom: 30px;
}

#services .icon {
  float: left;
}

#services .icon i {
  color: #0b61ae;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #0b61ae;
}

#services .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: url(../images/main/Announcements_bg.gif) center center;
  background-size: cover;
  padding: 60px 0;
  position: relative;
  margin-bottom: 40px;
}

#call-to-action .announ_bg {
	background:#fff;
	padding: 40px 30px;
}

#call-to-action .announ_bg table {
	width:100%;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}

#call-to-action .announ_bg table td {
	text-align:center;
	vertical-align:middle;
	padding:20px 0;
}

#call-to-action .anooun_news table {
	border-top:0;
	border-bottom:0;
	max-width:760px;
	margin:0 auto;
}

#call-to-action .anooun_news table td {
	text-align:left;
	background:url(../images/main/broad_bg.gif) left 16px no-repeat;
	padding:5px 0 5px 13px;
	margin-left:20px;
}

#call-to-action .anooun_news table td.rig_t {
	text-align:right;
	background:none;
}

#call-to-action .anooun_news table td.bg_img {
	text-align:left;
	background:none;
	width:130px;
}



#call-to-action h3 {
  color: #333;
  font-size: 28px;
  font-weight: 700;
  text-align:center;
}

#call-to-action p {
  color: #fff;
}

#call-to-action .cta-btn {
    position: absolute;
    bottom: -39px;
    left:50%;
	transform:translateX(-50%);
}



/* Call To Action Section
--------------------------------*/
#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: .9s;
}

/* Facts Section
--------------------------------*/
#facts {
  background: url("../img/facts-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}

#facts::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #0b61ae;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  
  font-size: 14px;
  color: #111;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #0b61ae;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 403px;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #fff;
  overflow: hidden;
  position: relative;
  margin: 0;
  border: 1px solid #f5f5f5;
  text-align:center;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview, #portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #333;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i, #portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview:hover, #portfolio .portfolio-item figure .link-details:hover {
  background: #0b61ae;
}

#portfolio .portfolio-item figure .link-preview:hover i, #portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 27px 10px;
  height: 105px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #0b61ae;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #000000;
  font-weight: 200;
  font-size: 14px;
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 60px 0;
}

#clients ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}

#clients ul li {
	display:inline-block;
	margin: 15px;
}

#clients img {
  max-width: 100%;
  transition: 0.3s;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #0b61ae;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 60px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item {
  text-align: center;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

#testimonials .owl-nav, #testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #0b61ae;
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  position: relative;
}

#team .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #0b61ae;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #0b61ae;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #0b61ae;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact .form #sendmessage {
  color: #0b61ae;
  border: 1px solid #0b61ae;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #0b61ae;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #13a456;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #282828;
  padding: 0 0 30px 0;
  color: #c8c8c8;
  font-size: 14px;
}

#footer .footer-top {
  background: #f3f3f3;
  padding: 60px 0 30px 0;
margin-top:30px;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #0b61ae;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0b61ae;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}



#footer .footer-top h4::after {
  background: #0b61ae;
  width: 28px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #333;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #333;
}

#footer .footer-top .footer-links ul a:hover {
  color: #0b61ae;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #0b61ae;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  padding-top: 30px;
  padding-bottom:20px;
}

#footer .copyright span {
	color:#777777;
}

#footer .credits {
  font-size: 13px;
  color: #777777;
  padding-bottom:20px;
}

#footer .copy_r {
	font-size: 13px;
}


#footer img.bottom_logo {
	margin-top:45px;
}

#footer img.bottom_tel {
	margin-top:70px;
}


@media (min-width: 1200px) {
	.container {
		max-width: 1150px;	
	}
}

.top_menu {
	float:right;
	margin-top: 3px;
}


.top_menu ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align: right;
}

.top_menu ul li {
	display:inline-block;
	margin-left:10px;
}

.top_menu ul li.top_line {
	margin-top: 2px;
}

.input-group {
	position: relative;
}

.form-search {
	display: block;
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	height: 27px;
}

.input-group input.form-search::-webkit-input-placeholder {
   color: #b6b6b6;
}
 
.input-group input.form-search:-moz-placeholder { /* Firefox 18- */
   color: #b6b6b6;  
}
 
.input-group input.form-search:-moz-placeholder {  /* Firefox 19+ */
   color: #b6b6b6;  
}
 
.input-group input.form-search:-ms-input-placeholder {  
   color: #b6b6b6;  
}

.input-group-btn {
	position: absolute;
	right: 5px;
}

.nav-menu > li.open_menu {
	float:right;
	margin-right:0;
}

.container_nav {
	max-width:1150px;
	margin:0 auto;
	width: 100%;
    padding: 0 20px;
}

@media (max-width: 1200px) {
	#portfolio .portfolio-item .portfolio-info {
		height:146px;
	}
	.container_nav {
		max-width: 960px;
	}

	.nav-menu > li {
		margin-right: 42px;
	}

} 

@media (max-width: 991px) {
	#portfolio .portfolio-item .portfolio-info {
		height:91px;
		padding: 22px 10px;
	}

	.footer-links {
		text-align:center;
	}

	#footer img.bottom_logo, #footer img.bottom_tel {
		margin-top: 25px;
	}

	#footer .footer-top h4::before, #footer .footer-top h4::after {
		left: 50%;
		transform:translateX(-50%);
	}

	#footer .footer-top {
		display:none;
	}

	.top_menu ul li {
		margin-bottom:5px;
	}

	.top_menu ul li.mypage,
	.top_menu ul li.user, 
	.top_menu ul li.name, 
	.top_menu ul li.logingout {
		display:none;
	}

	.top_menu .cb {
	   display:none;
	}

	.form-search {
		display:none;
	}

	.input-group-btn {
		position: relative;
		right: 0px;
	}

	.nav-menu > li {
		margin-right: 5px;
	}

	.input-groups {
		padding-top: 0px;
	}

	.top_menu {
		 margin-top: 0px;
	}
	
} 

@media (max-width: 767px) {
	#portfolio .portfolio-item .portfolio-info {
		height:87px;
		padding: 19px 10px;
	}

	#call-to-action .anooun_news table td.bg_img {
		display:none;
	}

	#call-to-action .anooun_news table td {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		max-width: 275px;
		max-height: 34px;
		display: inline-block;
		margin-left:0;
	}

	#call-to-action .anooun_news table td.rig_t {
		margin-left:30px;
	}

	.mobile-user {
		width:100%;
		padding: 10px;
		background:#fff;
		display:block;
	}

} 

@media (max-width: 420px) {
	#call-to-action .anooun_news table td.rig_t {
		margin-left:0px;
		padding:5px 0;
	}

	.top_menu {
		margin-right: 10%;
	}

	.top_menu ul li {
		margin-left:5px;
	}

	#intro .carousel-content {
		max-height:100%;
		padding: 33px 15px;
	}

	#intro .carousel-content02 {
		max-height:100%;
		padding: 33px 15px;
	}


}


/* ¼­ºê ÆäÀÌÁö */

#conf {
	width:100%;
	border-top: 1px solid #dbdbdb;
	padding:30px 0;

}

.sub_title {
	margin-bottom:15px;
}


.sub_title h2 {
	text-align:center;
	margin: 0;
}

.sub_title p {
	float:right;
	color:#000;
}

.sub_title p span {
	color:#4f4f4f;
}

.cb {
	clear:both;
}

.sub_left_menu {
	width:165px;
	border-top:3px solid #989898;
	border-bottom:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
	margin-bottom: 30px;
}

.left_title {
	text-align:center;
	font-size:18px;
	background:#f7f7f7;
	border-bottom:1px solid #dcdcdc;
	padding: 20px 0;
}

.left_title i {
	font-size:30px;
	margin-bottom:10px;
}

.sub_left_menu ul {
	list-style:none;
	margin:22px 0 50px 0;
	padding:0;
}

.sub_left_menu ul li {
	padding:13px 23px;
	color: #0b61ae;
}

.sub_left_menu ul li:hover {
	background:#0056b3;
	color:#fff;
}

.sub_left_menu ul ul.sub_menu {
	margin:0 0 10px 0;
	padding:0;
	border-bottom:1px dotted #cfcfcf;
}

.sub_left_menu ul ul.sub_menu li {
	padding: 5px 0px 5px 30px;
	background: #f9f9f9;
}

.sub_left_menu ul ul.sub_menu li:hover {
	background: #9b9b9b;
}






.sub_title02 {
	font-size:20px;
	font-weight:500;
	background:url(/images/sub/dott01.png)0 10px no-repeat;
	padding-left:10px;
	margin-bottom:10px;
	
}

.conf_subtt {
	background: url(/images/sub/sub_icon01.gif) no-repeat 10px 17px;
	font-size:20px;
	font-weight:500;
	margin-bottom:10px;
	background-color: #f3f7fb;
    border: 1px solid #9faeba;
	border-radius: 30px;
	padding:10px 30px;
	
}

.sub_contents {
	padding-left:25px;
	margin-bottom: 50px;
}

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

	.sub_contents {
		padding-left:0;
		margin-bottom: 10px;
	}
}

@media (max-width: 580px) {
	.table_chear {
		width:100%;
		margin-bottom:25px;
	}

	.table_chear .bg01 {
		display:none;
	}

	.sub_title p {
	    margin-top: 15px;
		margin-bottom:20px;
	}

}

p.p_bottom {
	margin:0;
	text-align:right
}

table.table01 {
	border-collapse:collapse;
	border-top:3px solid #0f3552;
	border-bottom:2px solid #0f3552;
	width:100%;
}
table.table01 th {
	padding:10px 10px 6px; 
	text-align:center; 
	font-weight:bold; 
	border-bottom:1px solid #0f3552; 
	background-color:#f7f7f7; 
	color:#0f3552;
}

table.table01 td {
	padding:10px 10px 6px; 
	border-bottom:1px solid #d3dbe7; 
	border-left:1px solid #d6dce1; 
	border-right:1px solid #d6dce1; 
	word-break:keep-all; 
	text-align:left;
}

table.table01 td.bg01 {
	text-align:center;
	background:#f9f9f9;
}

table.table01 td.cen_t {
	text-align:center;
}

table.table02 td ul li {
	margin-bottom:10px;
}

table.table02 td img {
	box-shadow: 1px 3px 3px #6b6b6b;
}

table.table02 td.cen_t {
	width:24%;
	text-align:center;
}

@media (max-width: 768px) {
	table.table02 td,
	table.table02 td.cen_t {
		width:100%;
		display:block;
	}

	table.table02 td.cen_t {
		text-align:center;
		margin-bottom:20px;
	}
}

table.table03 {
	border-collapse:collapse;
	border-top:3px solid #0f3552;
	border-bottom:2px solid #0f3552;
	width:100%;
}
table.table03 th {
	padding:2%; 
	text-align:center; 
	font-weight:bold; 
	border-bottom:1px solid #0f3552; 
	background-color:#f7f7f7; 
	color:#0f3552;
}

table.table03 td {
	padding:1%;
	border-bottom:1px solid #bcbcbc;  
	word-break:keep-all; 
	text-align:left;
}

table.table03 td div {
	color:#2674e3;
}


.center_btn {
	text-align:center;
}

ul.center_buttn {
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}

ul.center_buttn li {
	display:inline-block;
	margin:15px 5px;
}

/* tab */
.tab-button-outer {
  display: none;
}

#tab-button {
	list-style:none;
	padding:0;
	margin:0;
}

.tab-button {
	text-align:center;
}


.tab-button li {
	display:inline-block;
}

.tab-button li a {
	background: #f9f9f9;
	border:1px solid #ababab;
	padding:10px 50px;
	display: block;
}

.tab-button li a:hover, .tab-button li a:active, .tab-button li a:focus {
	background: #0b61ae;
	color:#fff;
}

.intro-button li {
	float:left;
}

.intro-button li a {
	background: #f9f9f9;
	border:1px solid #ababab;
	padding:13px 0px;
	color:#333;
	display: block;
	width: 180px;
    text-align: center;
}

.intro-button li a:hover, .intro-button li a:active, .intro-button li a:focus {
	background: #3c3c3c;
	color:#fff;
}

.intro-button li a.intro {
	background: #d1f9cd;
	border:1px solid #ababab;
	padding:13px 0px;
	color:#333;
	display: block;
	width: 180px;
    text-align: center;
}

.intro-button li a.intro:hover, .intro-button li a.intro:active, .intro-button li a.intro:focus {
	background: #548438;
	color:#fff;
}

.tab-contents {
	margin-top:5%;
}

.hr_line {
	border-top:1px solid #ababab;
	position: relative;
    top: -1px;
}

@media screen and (min-width: 640px) {
  .tab-button-outer {
    display: block;
  }
  .tab-select-outer {
    display: none;
  }
}

.tab-select-outer {
	text-align:right;
}

select#tab-select {
	padding: 5px 10px;
    background: #f5f5f5;
}

table.table04 {
	width:100%;
}

table.table04 td {
	border-top:2px solid #515151;
}

table.table04 td.to_p {
	color:#1d5cb5;
	font-size:1.7em;
	font-weight:600;
	text-align:center;
	vertical-align:top;
	padding:2%;
}

table.table05 td {
	border-top:0;
	padding:2%;
}

table.table05 td.bg01 {
	border-bottom:1px solid #515151;
	border-top:0;
	text-align:center;
	font-size:1.2em;
	font-weight:600;
	color:#4d4d4d;
}

table.table05 td.bg02 {
	border-bottom:0;
	border-top:0;
	text-align:center;
	font-size:1.2em;
	font-weight:600;
	color:#4d4d4d;
}

table.table05 td.bg03 {
	border-bottom:1px solid #999999;
	border-top:0;
}

table.table06 {
	border-collapse:collapse;
	border-top:3px solid #0f3552;
	border-bottom:2px solid #0f3552;
	width:100%;
}
table.table06 th {
	padding:2%; 
	text-align:center; 
	font-weight:bold; 
	border-bottom:1px solid #0f3552; 
	background-color:#f7f7f7; 
	color:#0f3552;
}

table.table06 td {
	padding:2%;
	border-bottom:1px solid #bcbcbc;  
	word-break:keep-all; 
	text-align:center;
}

table.Conference {
	width:100%;
	border-top:2px solid #848484;
}

table.Conference th {
	background:#f3f3f3;
	border-bottom:1px solid #c9c9c9;
	padding:2% 1%;
	text-align:center;
}

table.Conference td {
	padding:1%;
	text-align:center;
	border-bottom:1px solid #c9c9c9;
}

table.Conference tr:hover {
	background:#f9f9f9;
}

table.Conference td.conf_name {
	text-align:left;
	background: url(/images/sub/dott02.png) 0px 50% no-repeat;
	max-width: 250px;
}

table.Conference tr.conf_no {
	background:none;
}

table.Conference tr.conf_no td { 
	border-bottom:0;
	vertical-align:center;
}

table.Conference tr.conf_no td a {
	padding:3px 9px;
}

table.Conference tr.conf_no td span {
	padding:3px 9px;
	background:#848484;
	color:#fff;
}

table.Conference tr.conf_no img {
	margin:0 9px;
}

div.conf_on {
	padding:8px 14px;
	background:#1175ce;
	color:#fff;
	display:block;
	width:68px;
	height:38px;
	margin:0 auto;
}

div.conf_off {
	padding:8px 14px;
	border:1px solid #6c6c6c;
	display:block;
	width:64px;
	height:38px;
	margin:0 auto;
	display:none;
}

table.Conference td:nth-child(3) {
		overflow: hidden; 
		text-overflow: ellipsis; 
    	white-space: nowrap; 
		max-width: 180px;
}

@media screen and (max-width: 1200px) {
	table.Conference td.conf_name {
		max-width: 200px;
	}
}

@media screen and (max-width: 991px) {
	table.Conference td.conf_name {
		background:none;
		padding-left: 2%;
		max-width: 150px;
	}

	table.Conference td:nth-child(3) {
		overflow: hidden; 
		text-overflow: ellipsis; 
    	white-space: nowrap; 
		max-width: 180px;
	}
}

@media screen and (max-width: 767px) {
	table.Conference td.conf_name {
		max-width: 100px;
	}

	table.Conference td:nth-child(3) {
		overflow: hidden; 
		text-overflow: ellipsis; 
    	white-space: nowrap; 
		max-width: 100px;
	}
}

@media screen and (max-width: 490px) {
	table.Conference th:nth-child(3),
	table.Conference td:nth-child(3),
	table.Conference th:nth-child(4),
	table.Conference td:nth-child(4) {
		display:none;
	}
}

.ConfMenu {
	margin-bottom:5%;
}

.ConfMenu .headerbar {
	color:#fff;
}

.ConfMenu .headerbar a {
	font-weight: bold;
	color:#fff;
}

.ConfMenu .headerbar {
	text-align:center;
	padding:6% 4%;
    background: #0f3552;
	border-bottom:10px solid #ced0d1;
}

.ConfMenu ul {
	padding: 0;
    margin: 0;
    list-style: none;
}

.ConfMenu ul li {
	margin: 0;
    border-bottom: 1px dotted #0f3552;
}

.ConfMenu ul li a {
    display: block;
    color: #0f3552;
    padding: 11px 0px;
    border: none;
	font-size: 0.85em;
}

.ConfMenu ul li a:hover {
	color: #19576d;
    background:#ecf3f6;
}

table.board01 {
	border-top:1px dotted #0f3552;
}

table.board01 thead th	{
	border-bottom:4px solid #0f3552; 
	color:#0f3552; 
	padding:10px 0;
	background-color:#f7f7f7;
	text-align:center;
}

table.board01 tbody td	{
	text-align:center; 
	padding:7px; 
	border-bottom:1px dotted #0f3552;
}

table.board01 tbody td:nth-child(2) {
	max-width:270px;
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
}


table.board01 tbody tr:hover	{
	background-color:#f9f9f9;
}

table.board01 tfoot td	{
	text-align:center; 
	padding:7px; 
	background-color:#f7f7f7; 
	border-bottom:2px solid #0f3552;
}

select {
	border-right: #7f9db9 1px solid; 
	border-top: #7f9db9 1px solid;
	border-left: #7f9db9 1px solid;  
	border-bottom: #7f9db9 1px solid; 
	font-size: 1em;  
	color: #615b55;
	background-color: #ffffff;
	height:30px;
}

form {
	margin:0px;
}

input.search01 {
	border:1px solid #cccccc; 
	width:100%;
	height:30px;
}
input.board01 {
	border:none;
	height:18px; 
	background-color:transparent;
}

form table.board_form {
	max-width:500px;
	border:1px solid #D4D4D4;
}

form table.board_form table {
	border:0;
}

form table.board_form table td {
	text-align:center;
}

@media screen and (max-width: 767px) {
	form table.board_form {
		display:none;
	}

	.board01 th:nth-child(3),
	.board01 th:nth-child(5) {
		display:none;
	}

	.board01 td:nth-child(3),
	.board01 td:nth-child(5) {
		display:none;
	}
}

table.board02 {
	border-top:1px dotted #0f3552;
	width:100%;
}

td.board_c011 {
	border-bottom:1px solid #e1ebf2; 
	color:#0f3552; 
	padding:10px 0 6px; 
	background-color:#f1f1f1; 
	font-weight:bold; 
	text-align:center;
}

td.board_c01 {
	border-bottom:4px solid #0f3552;
	color:#0f3552;
	padding:10px 10px 6px; 
	background-color:#f1f1f1; 
	font-weight:bold; 
	text-align:center;
}

td.board_c02 {
	border-bottom:4px solid #0f3552; 
	color:#0f3552; 
	padding:10px 10px 6px; 
	background-color:#f7f7f7; 
	font-weight:bold;
}

td.board_c03 {
	border-bottom:1px dotted #0f3552; 
	color:#0f3552; 
	padding:5px 10px 1px; 
	background-color:#f7f7f7; 
	font-weight:bold; 
	text-align:center;
}

td.board_c04 {
	border-bottom:1px dotted #0f3552; 
	color:#0f3552; 
	padding:5px 10px 1px;
}

td.board_c05 {
	border-bottom:1px dotted #0f3552; 
	padding:20px 15px;
}

td.board_c05 img, td.board_c05 table {
	max-width:869px;
	/*width:100% !important;*/
    height: auto !important;
}

@media screen and (max-width: 767px) {
	table.board02 td {
		
	}
}

@media screen and (min-width: 768px) {
	.my_check_on {
		width:100%;
	}

	.nm_check_on {
		display:block;
		margin:0 auto;
		width:600px;
	}


	.nm_check_off {
		display:none;
	}

}

@media screen and (max-width: 767px) {
	.my_check_on,
	.nm_check_on {
		display:none;
	}

	.nm_check_off {
		display:block;
		text-align:center;
	}

}

table.table07 {
	width:100%;
}

table.table07 th {
	width:20%;
	padding:1%;
}

table.table07 td {
	padding:1%;
}

table.table07 tbody > tr:nth-child(odd){background: #f7f7f7;}

table.table07 td .photo{
	width:200px;
	
    display: inline-block;
}

table.table07 td p.top_text {
	margin-bottom:10px;
}

caption {
	text-align:right;
}

span.red {
	color:red;
}

.user_buttn {
	text-align:right;
	margin-bottom:20px;
}

a.buttn {
	background: #0b61ae;
    padding: 3px 13px;
    border: 1px solid #024684;
    border-radius: 5px;
    color: #fff;
}

a.buttn:hover {
	background: #3994e6;
}

.Lectures {
	width:100%;
	border:1px solid #ececec;
}


.Lectures td {
	padding:10px 20px;
	text-align: justify;
}

.Lectures td.inpo_title {
	font-size:1.2em;
	font-weight:bold;
	/*background:url(/images/sub/inpo_title_bg.png)20px bottom no-repeat;*/
	padding: 10px 20px 0px;
}

.Lectures td.inpo_name {
	padding: 0px 20px 10px;
}

.Lectures td.inpo_text .photo_img {
	width:200px;
	border-radius: 5px;
	float:right;
	margin:0 0 10px 15px;
 }

 .Lectures td.inpo_time {
	padding: 10px 20px 21px;
 }

.Lectures td.inpo_time .fa-sign-in{
	margin-left:15px;
}

.Lectures td.inpo_time span{
	float:right;
}

.Lectures td.inpo_time .btn-default{
	float:right;
	margin-left: 5px;
}

.bottom_Lectures {
	text-align:right;
}

a.url_link {
	background: #b75954;
    padding: 3px 13px;
    border: 1px solid #921d16;
    border-radius: 5px;
    color: #fff;
}

a.url_link:hover {
	background: #e0908c;
	color: #fff;
}

a.url_link02 {
	background: #b75954;
    padding:0px 3px;
    border: 1px solid #921d16;
    border-radius: 5px;
    color: #fff;
	margin-right: 10px;
}

a.url_link02:hover {
	background: #e0908c;
	color: #fff;
}

td.url_td {
	line-height:200%;
	text-align:left !important;
}

#overlay_t { 
	background-color: #000; 
	bottom: 0; 
	left: 0; 
	opacity: 0.5; filter: alpha(opacity = 50); /* IE7 & 8 */ 
	position: fixed; 
	right: 0; 
	top: 0; 
	z-index: 99; 
	display:none;}

#mymenu { 
	width:92%; 
	margin-bottom:30px; 
	background:#fff; 
	border:solid 1px #ccc; 
	position:absolute; 
	/*top:0px !important;*/
	box-shadow: 0px 1px 20px #333; 
	z-index:150; 
	display:none;
	padding: 50px 5% 30px;
}

.mymenuscroll {
	background: #4a4a4a;
    padding: 3px 13px;
    border: 1px solid #000;
    border-radius: 5px;
    color: #fff;	
}

.mymenuscroll:hover {
	background: #fff;
	color: #333;	
}

.code_bottom {
	text-align:left;
	margin-bottom:10px;
}

.code_bottom i {
	margin-left:15px;
}

p.inpo_name {
    border-bottom: 1px dotted #cacaca;
    margin-bottom: 12px;
    padding-bottom: 10px;
}

.view_photo {
	text-align: center;

}

.pop_close {
    right: 5px;
    top: 5px;
    position: absolute;
}

.form-color1:focus {
	border-color: #ffce80;
    box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.25);
}

.form-color2:focus {
	border-color: #ffce80;
    box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.25);
}

.form-color3:focus {
	border-color: #ffce80;
    box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.25);
}

.form-color4:focus {
	border-color: #ffce80;
    box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.25);}

.form-color5:focus {
	border-color: #ffce80;
    box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.25);
}

.form-color6:focus {
	border-color: #9c80ff;
    box-shadow: 0 0 0 0.2rem rgba(15, 0, 255, 0.25);
}

.form-color7:focus {
	border-color: #9a9a9a;
    box-shadow: 0 0 0 0.2rem rgba(111, 111, 111, 0.25);
}


/* Webkit */
input.form-color1::-webkit-input-placeholder,
input.form-color2::-webkit-input-placeholder,
input.form-color3::-webkit-input-placeholder,
input.form-color4::-webkit-input-placeholder,
textarea.form-color5::-webkit-input-placeholder { 
	color: #ee444c !important; 
}

/* Firefox 4-18 */
input.form-color1:-moz-placeholder,
input.form-color2:-moz-placeholder,
input.form-color3:-moz-placeholder,
input.form-color4:-moz-placeholder,
textarea.form-color5:-moz-placeholder { 
	color: #ee444c !important; 
}

/* Firefox 19+ */
input.form-color1::-moz-placeholder,
input.form-color2::-moz-placeholder,
input.form-color3::-moz-placeholder,
input.form-color4::-moz-placeholder,
textarea.form-color5::-moz-placeholder { 
	color: #ee444c !important;
}

/* IE10+ */
input.form-color1:-ms-input-placeholder,
input.form-color2:-ms-input-placeholder,
input.form-color3:-ms-input-placeholder,
input.form-color4:-ms-input-placeholder,
textarea.form-color5:-ms-input-placeholder { 
	color: #ee444c !important; 
}


/* Webkit */
input.form-color6::-webkit-input-placeholder,
textarea.form-color7::-webkit-input-placeholder{ 
	color: #28c113 !important; 
}

/* Firefox 4-18 */
input.form-color6:-moz-placeholder,
textarea.form-color7:-moz-placeholder { 
	color: #28c113 !important; 
}

/* Firefox 19+ */
input.form-color6::-moz-placeholder,
textarea.form-color7::-moz-placeholder { 
	color: #28c113 !important;
}

/* IE10+ */
input.form-color6:-ms-input-placeholder,
textarea.form-color7:-ms-input-placeholder { 
	color: #28c113 !important; 
}


.filebox input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0;
}

.filebox label {
	display: inline-block;
	padding: .5em .75em;
	color: #999;
	font-size: inherit;
	line-height: normal;
	vertical-align: middle;
	background-color: #fdfdfd;
	cursor: pointer;
	border: 1px solid #ebebeb;
	border-bottom-color: #e2e2e2;
	border-radius: .25em;
}

/* named upload */
.filebox .upload-name {
	display: inline-block;
	padding: .5em .75em;
	font-size: inherit;
	font-family: inherit;
	line-height: normal;
	vertical-align: middle;
	background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-bottom-color: #dee2e6;
  border-radius: .25em;
  -webkit-appearance: none; /* ³×ÀÌÆ¼ºê ¿ÜÇü °¨Ãß±â */
  -moz-appearance: none;
  appearance: none;
}

/* imaged preview */
.filebox .upload-display {
	margin-bottom: 5px;
}

@media(min-width: 768px) {
	.filebox .upload-display {
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 0;
	}
}

img.upload-thumb {
	max-width:450px;
	margin-top: 10px;
    border: 1px solid #faa;
}

.filebox .upload-thumb-wrap {
	display: inline-block;
	width: 54px;
	padding: 2px;
	vertical-align: middle;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #fff;
}

.filebox .upload-display img {
	display: block;
	max-width: 100%;
	width: 100% \9;
	height: auto;
}

.filebox.bs3-primary label {
	color: #fff;
	background-color: #0b61ae;
	border-color: #014582;
	margin-bottom:0;
}


table.table08 th {
	padding:10px 10px; 
	text-align:center; 
	font-weight:bold; 
	border:1px solid #0f3552; 
	background-color:#f7f7f7; 
	color:#0f3552;
}

table.table08 {
	width:100%;
}

table.table08 td {
	padding:10px 10px; 
	border:1px solid #d6dce1; 
	word-break:keep-all; 
}

table.table10 th {
	padding:10px 10px; 
	text-align:center; 
	font-weight:bold; 
	border:1px solid #0f3552; 
	background-color:#f7f7f7; 
	color:#0f3552;
}

table.table10 {
	width:100%;
}

table.table10 td {
	padding:10px 10px; 
	border:1px solid #d6dce1; 
	text-align:center; 
}

.table10 td.bg01 {
	background:#f9fffa;
}


table.table08 td p {
	margin-bottom:0;
}

/* search s */

.input-groups {
    position: relative;
    display: table;
    border-collapse: separate;
	max-width:430px;
	padding-top: 10px;
	
}

.input-groups .input-group-btn {
	position: relative;
    font-size: 0;
    white-space: nowrap;
	display: table-cell;
    vertical-align: middle;
	right:0;
}

.input-groups .btn-default {
	display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
	position: relative;
	margin-right: -1px;
	user-select: none;
	color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.input-groups .btn-default:hover,
.input-groups .btn-default:active {
	color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.input-groups .caret {
	display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.input-groups .dropdown-toggle::after {
	display:none;
}

.input-groups .form-control {
	border-radius: 0;
	display: table-cell;
	float: none;
    width: 100%;
    margin-bottom: 0;
	height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.input-groups .form-control:focus {
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.input-groups .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.glyphicon-search:before {
	content: "\f002";
	font-family:FontAwesome;
}

.input-groups .input-group-btn:first-child>.btn {
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-groups .input-group-btn:last-child>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

ul.search_menu li {
	float:left;
}

ul.search_menu li a {
	display: block;
    padding: 3px 20px ;
    clear: both ;
    font-weight: 400;
    line-height: 1.428571429 ; 
    color: #333;
    white-space: nowrap ;
}

@media (max-width: 991px) {
	.input-groups {
		padding-top: 0px;
	}
}

@media (max-width: 575px) {
	#header {
		height: 142px;
	}

	#header.header-scrolled {
		height: 142px;
	}
}


/* search e */

.modal-dialog {
	max-width:800px;
}

.modal-header h5 {
	margin-bottom:0;
	line-height: 150%;
}

.modal-header h5 span {
    font-size: 0.75em;
}


.mini_menu {
	display:none;
}

.mini_menu {
	border-top:1px dotted #dcdcdc;
	border-bottom:1px dotted #dcdcdc;
}

.mini_menu ul {
	margin:0;
}

.mini_menu ul li {
	padding:8px 16px 8px 30px;
	color:#444;
}

.mini_menu ul li:hover {
    background: #696969;
    color: #fff;
}

#LecTitle {
	margin-bottom:15px;
}

@media (min-width: 993px) {
	#LecTitle {
		display:none;
	}	

	.LecTitle {
		display:block;
	}	
}

@media (max-width: 992px) {
	#LecTitle {
		display:block;
	}

	.LecTitle {
		display:none;
	}
}

a.LecUrl {
	float:right;
	background:#cecece;
	padding:5px 10px;
	border-radius: 5px;
	margin-left:10px;
	color:#333;
}

a.LecUrl:hover {
	background:#333;
	color:#cecece;
}



/* sub_menu */

.nav a .caret {
	float: right;
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: top;
	border-top: 4px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
    margin-top: 8px;
	margin-left: 2px;
}

.nav a:hover .caret {
	border-top-color: #333;
}

.nav li.open > a > .caret {
	border-top: none;
	border-bottom: 4px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.nav li.open > a:hover > .caret {
	border-bottom-color: #333;
}


.sub_left_menu02 {
	width:165px;
	border-top:3px solid #989898;
	border-bottom:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
	margin-bottom: 70px;
	display:inline-block;
	vertical-align: top;
    margin-right: 41px;
	padding-bottom:20px;
}

.left_title {
	text-align:center;
	font-size:18px;
	background:#f7f7f7;
	border-bottom:1px solid #dcdcdc;
	padding: 28px 0;
}

.sub_left_menu02 ul {
	list-style:none;
	margin:11px 0 20px 0;
	padding:0;
	width:165px;
	word-wrap: break-word;
    word-break: keep-all;
}

.sub_left_menu02 ul li {
	padding:12px 11px;
	color: #0b61ae;
	width: 165px;
}

.sub_left_menu02 ul li:hover,
.sub_left_menu02 ul li:active {
	background:#f7f7f7;
	color:#333;
}

.sub_left_menu02 ul li ul.sub_menu {
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	width: 135px;
}

.sub_left_menu02 ul li ul.sub_menu li {
	padding:7px 0;
	width:140px;
}

.sub_left_menu02 ul li ul.sub_menu li:hover {
	background:#fff;
}

.sub_left_menu02 ul li ul.sub_menu li a {
	font-size:12px;
}


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

.thp {background-color:#f3f7fb;font-size:12px; color:#666666;}
.tbw {background-color:#ffffff;font-size:12px; color:#666666;}

.list01 li {
    padding: 6px 13px;
    border: 1px solid #a3bdd4;
    background: #f9fcff;
}

.list02 li {
    padding: 6px 13px;
	border: 1px solid #e0e0e0;
    background: #ffffff;
}

.list03 li{
    list-style:none
}








.main_buttn01 {
	color:#fff;
}

.main_buttn01 div {
	max-width: 200px;
    width: 100%;
    background: #d4433b;
    font-size: 16px;
    padding: 5px;
	display:inline-block;
}

.main_buttn01:hover {
	color:#fff;
}

.main_buttn01 div:hover {
    background: #f7913a;
}

.main_buttn02 {
	color:#fff;
}

.main_buttn02 div {
	max-width: 180px;
    width: 100%;
    font-size: 16px;
    padding: 7px;
	border:1px solid #fff;
	display:inline-block;
    vertical-align: middle;
}

.main_buttn02:hover {
	color:#fff;
}

.main_buttn02 div:hover {
    background: rgba(0, 0, 0, 0.4588235294117647);
}

.main_buttn03 {
	color:#fff;
}

.main_buttn03 div {
	max-width: 180px;
    width: 100%;
    font-size: 16px;
    padding: 7px;
	border:1px solid #fff;
	background: #3061a8;
	display:inline-block;
    vertical-align: middle;
	margin:2px;
}

.main_buttn03:hover {
	color:#fff;
}

.main_buttn03 div:hover {
    background: #1b4c92;
}

.main_buttn04 {
	color:#fff;
}

.main_buttn04 div {
	max-width: 200px;
    width: 100%;
    font-size: 16px;
    padding: 10px;
	border:1px solid #fff;
	background:#d4433b;
	margin:5px;
	display:inline-block;
}

.main_buttn04:hover {
	color:#fff;
}

.main_buttn04 div:hover {
    background:#ad0900;
}



.main_buttn05 {
	color:#fff;
}

.main_buttn05 div {
	max-width: 300px;
    width: 100%;
    font-size: 16px;
    padding: 10px;
	border:1px solid #fff;
	background: #e06800;
	margin:0 5px;
	display:inline-block;
}

.main_buttn05:hover {
	color:#fff;
}

.main_buttn05 div:hover {
    background: #21945a;
}

.main_buttn05 div {
    display: inline-block;
	margin:3px;
}


.left_banner_box {
	text-align: center;
    width: 100%;
    background: #b2f1f1;
    padding: 10px;
    border: 3px solid #ababab;
    font-weight: bold;
}

.book_box {
    text-align: center;
    display: inline-block;
    border: 1px solid #d9d9d9;
    padding: 20px;
    width: 400px;
    box-shadow: 2px 3px 3px #f1f1f1;
	margin:10px;
}

.buttn01 {
	background:#020240;
	color:#fff;
    display: inline-block;
	padding:10px 20px;
	margin:10px;
}

.buttn02 {
	background:#5b5cff;
	color:#fff;
    display: inline-block;
	padding:10px 20px;
	margin:10px;
}










