/*
  Theme Name: BizPage
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);


body {
  background: #dedede;
  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;
  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;
      padding-top: 13px;
}

.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: 90px;*/
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

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

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

@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%;
    max-width: 100%;
    margin: 0 auto;
	 height: 685px;
	 margin-bottom:-344px;
}

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

.carousel-item img {
	width:100%;
}

#intro .carousel-container {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}

#intro .carousel-content {
    position: absolute;
    left: 0;
    top: 122px;
    max-width: 560px;
    height: 330px;
    width: 100%;
    padding: 40px 0px;
}

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

#intro h1 {
	color: #333;
	font-size:46px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#intro h2 {
	padding-bottom: 30px;
	font-size:36px;
	color: #333;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight:600;
}

#intro h2 i {
	font-size:20px;
}


#intro h3 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 32px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.26);
	padding-bottom: 15px;
	margin-bottom: 15px;
}

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

  #intro h3 {
    font-size: 22px;
  }
}

#intro p {
  color: #333;
  font-size:18px;
	margin: 0 0 20px 0;
}

#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 {
	display:none;
}

#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:right;
}

.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-left: 30px;
  vertical-align: middle;
}

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

.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: 16px;
  outline: none;
}

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

.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 0px 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;
  background:url(/images/main/main_center_bg.gif)0 0 no-repeat;
  background-size: cover;
}

#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;
  padding:20px;
}

#about .about-col .public_box {
	padding: 13px 0;
}

#about .about-col .public_box ul {
	padding:0;
	margin:0;
	list-style:none;
}

#about .about-col .public_box ul li {
	display:inline-block;
	font-size:16px;
	margin-left:8px;
}

#about .about-col .public_box ul li.more {
	float:right;
	margin-top: 15px;
}


#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:710px;
	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: 20px 0 40px;
  background-size: cover;
}

#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;
  min-height:180px;
  overflow: hidden;
  margin-bottom:15px;
}

#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: 18px 0 0;
  margin-bottom:40px;
}

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

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

#clients img {
  width:200px;
  height:180px;
}

#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 {
  padding:  0;
  color: #000;
  font-size: 14px;
}

#footer .footer-top {
	background: #1c1c1c;
	padding: 60px 0 30px 0;
}

#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: #fff;
  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: #454545;
  width: 120px;
}

#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: #9c9c9c;
}

#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;
  font-size:12px;
}

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

#footer .credits {
  font-size: 12px;
  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: 1500px;	
	}
}

.top_menu {
	margin-top: 20px;
	text-align:center;
    display: inline-block;
    margin-left: 3%;
}


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

.top_menu ul li {
	display:inline-block;
	margin:0 2px;
	vertical-align: middle;;
}

.top_menu ul li.top_line {

}

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

#nav_bg {
    display: inline-block;
}

.container_nav {
	max-width:1200px;
	width: 100%;
    padding: 0px 20px;
}

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

	.nav-menu > li {
		
	}

} 

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

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

	.nav-menu > li {
		
	}

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

	
} 

@media (max-width: 768px) {
	#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;
	}

	#intro .carousel-content {
		padding: 26px 15px;
	}

	#intro .carousel-content02 {
		padding: 26px 15px;
	}


}


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

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

.sub_title {
	margin-bottom:15px;
}


.sub_title h2 {
	text-align:center;
	padding-bottom: 20px;
	margin-bottom:40px;
    border-bottom: 1px solid #e8e8e8;
}

.sub_title p {
	float:right;
	color:#000;
	font-size:12px;
}

.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: 70px;
}

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

.sub_left_menu .left_title img {
	margin-right: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_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 {
	margin-bottom: 50px;
	    font-size: 14px;
}

@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
}

.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:680px;
}

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


/* 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 #fff;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
    margin-top: 8px;
	margin-left: 2px;
}

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

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

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


.sub_left_menu02 {
	width:250px;
	margin-bottom: 70px;
	display:inline-block;
	vertical-align: top;
	padding-bottom:20px;
	border-radius: 5px;
	background:#0075be;
}

.sub_left_menu02 .left_title {
	text-align:center;
	font-size:18px;
	background:#0066a5;
	border-bottom:1px solid #6699b9;
	padding: 18px 0;
	color: #fff;
    border-radius: 5px 5px 0 0;
}

.sub_left_menu02 .left_title img {
	margin-right:10px;
}

.sub_left_menu02 ul {
	list-style:none;
	margin:0px 0 5px 0;
	padding:0 25px;
	width:250px;
	word-wrap: break-word;
    word-break: keep-all;
}

.sub_left_menu02 ul li {
	padding:12px 11px;
	color: #fff;
	width: 250px;
	background:url(/images/sub/sub_left_dott.gif) 0 22px no-repeat;
	font-size: 16px;
	border-bottom:1px solid #6699b9;
}

.sub_left_menu02 ul li.left_last {
	border-bottom:0;
}

.sub_left_menu02 ul li a {
	color: #fff;
}

.sub_left_menu02 ul li:hover a,
.sub_left_menu02 ul li:active a {
	color:#f1aa02;
}

.sub_left_menu02 ul li.open a {
	color:#f1aa02;
}

.sub_left_menu02 ul li ul.sub_menu {
	border-top: 1px dotted #6699b9;
	padding:0 5px;
	margin: 12px 0 0 0;
    width: 176px;
	background: #1a83c5;
}


.sub_left_menu02 ul li ul.sub_menu li {
	padding:7px 0;
	margin:0;
	width:176px;
	background:0;
	border-bottom:0;
}

.sub_left_menu02 ul li ul.sub_menu li:hover a{
	color:#f1aa02;
}

.sub_left_menu02 ul li ul.sub_menu li a {
	font-size:14px;
	color:#fff;
}


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



.main_buttn05 {
	color:#fff;
}

.main_buttn05 div {
	max-width: 200px;
    width: 100%;
    font-size: 16px;
    padding: 8px;
	border:1px solid #fff;
	background: #057d41;
	margin:0 5px;
}

.main_buttn05:hover {
	color:#fff;
}

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

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


a.conf_buttn {
    background: #ececec;
    color: #333;
    padding: 5px 15px;
    margin-right: 15px;
    border: 1px solid #848484;
}


.footer-links select {
    margin-top: 30px;
    width: 168px;
    height: 34px;
    font-family: inherit;
    border: none;
    background: url(/b1/images/sel_arrow.gif) no-repeat 95% 50% #fff;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #6b6b6b;
    padding: 0px 0 0 8px;
}

.footer-links select::-ms-expand {
    display: none;
}


.quick_box {
	max-width:1120px;
	width:100%;
	margin: auto;
}

.quick_box .quick_title {
	font-size:20px;
	border-bottom:1px solid #d9d9d9;
	margin-bottom:10px;
	padding:5px 0 15px;
}

.borad_box {
	padding: 30px;
    border: 1px solid #d4d4d4;
}

.borad_box h4 {

}

.borad_box h4 img {
	position: absolute;
    right: 0px;
    top: 10px;
}

.borad_box h4 div {
	position: absolute;
	right: 38px;
    top: 34px;
}

.borad_box h4 div ul {
	text-align:Center;
	margin:0;
	padding:0;
}

.borad_box h4 div ul li {
	display:inline-block;
	vertical-align:middle;
	margin: 0 3px;
}

.borad_box h4 div ul li img {
	position:initial;
}

.borad_box table {
	width:100%;
	padding:10px 0;
}



.borad_box table td div {
	max-width:270px;
	width:100%;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	display: block;
}

.borad_box table td.rig_days {
	text-align:right;
	background:none;
}


.borad01 {
	background:#fafafa;
}

.borad01, .borad01 table td, .borad01 table td a {
	color:#333;
}

.borad01 h4 {
	padding-bottom:18px;
	margin-bottom:18px;
	background:url(/images/main/border01_bg.gif) left bottom no-repeat;
	position: relative;
}

.borad01 table td {
	padding: 5px 0 5px 10px;
	background:url(/images/main/border01_dott.png) left 15px no-repeat;
}

.borad02 {
	background:#fafafa;
}

.borad02 h4 {
	padding-bottom:18px;
	margin-bottom:18px;
	background:url(/images/main/border02_bg.gif) left bottom no-repeat;
}

.borad02 table td {
	font-size:14px;
	padding:8px 0;
	font-weight:bold;
	text-align:Center;
}

.borad02 table td img {
	margin-bottom:5px;
}

.borad03 {
	background:#fafafa;
	text-align:center;
	padding: 16px;
}

.borad03 div {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
}

.borad03 div h3  {
	margin-bottom:10px;
	line-height:40px;
}

.borad03 div p {
	margin-bottom:0;
}

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

.borad03 ul li {
	display:inline-block;
	color:#fff;
	padding: 17px 30px;
    margin: 5px;
}

.borad03 ul li.bg01 {
	background:#1c79b9;
}

.borad03 ul li.bg02 {
	background:#cb9244;
}

.borad03 ul li.bg03 {
	background:#fb7216;
}


.borad06 {
	background:#fafafa;
}

.borad06 h4 {
	padding-bottom:18px;
	margin-bottom:18px;
	background:url(/images/main/border06_bg.gif) left bottom no-repeat;
    position: relative;
}

.borad06 h4 span {
	position: absolute;
	right: 21px;
    top: 8px;
	font-size:12px;
}

.borad06 table td {
	padding: 2px 0px;
	text-align:Center;
}

.borad06 table td.sub_day {
	color:#ff0000;
}

.borad06 table td.sat_day {
	color:#006ab8;
}

.borad05 {
	background:#fafafa;	
}

.borad05 td {
	text-align:Center;
	vertical-align:middle;
}

.borad05 td h5 {
	margin:0 0 10px 0;
}

.borad05 td img {
	margin-bottom:5px;
}

.borad05 td.bg02 {
	font-size:12px;
}

.borad05 td.bg02 img {
	max-width:220px;
}

.borad04 {
	background:#fafafa;	
}

.bx-wrapper {
	box-shadow: none !important;
    border: 0 !important;
    background: none !important;
	margin-bottom:0 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff !important;
	border:1px solid #333;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #333 !important;	
}

.bx-wrapper .bx-pager {
	text-align: right !important;
	bottom: 0px !important;
}


.port-container {
	text-align:center;
}

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

.port-container ul li.top_box {
	display:inline-block;
	text-align: left;
	vertical-align: middle;
	max-width:440px;
	width:100%;
	margin:10px;
}


.bx-wrapper .bx-controls-direction a {
	display:none;
}

.borad06 table td div {
	text-overflow: initial;
    overflow: initial;
    white-space: normal;
    display: block;
}


.borad06 table td.event1 {
	background:#ddf7c5;
	position: relative;
}

.borad06 table td div.event1_box {
    position: absolute;
    top: 27px;
    left: -31px;
    background: #a8de76;
    width: 118px;
    text-align: center;
    padding: 3px 10px;
}


#war_p {
	max-width:1520px;
	width:100%;
	margin:0 auto;
}

.main_top_box {
	position: relative;
	max-width:1120px;
	margin:0 auto;
}

.main_top_box .main_top_sbox {
	max-width:1046px;
	width:100%;
}


.slide01_box {
    max-width: 800px;
    width: 100%;
    margin-bottom:14px;
}

.slide02_box {
    max-width: 936px;
    width: 100%;
	float:right;
}

.swiper-button-next, .swiper-button-prev {
	display:none !important;
}


/***/

.slide_box img {
	float:right;
}

.slide_box div {
    background: #fff;
    padding: 45px 25px;
    height: 250px;
    float: left;
    max-width: 300px;
    width: 100%;
}

.slide_a {
	color:#333;
}

.slide_box div h4 {
	color:#f1aa01;
	font-size: 1.4em;
	font-weight:bold;
	margin-bottom:10px;
}

.slide_box div h5 {
	font-size: 1.2em;
	font-weight:bold;
	margin-bottom:10px;
	color: #333;
}

.slide_box div p {
	font-size: 0.875em;
	font-weight:bold;
	margin-bottom:0px;
	color:#8e8e8e;
}


.slide_box02 {
	float: left;
    max-width: 300px;
	min-width: 300px;
	padding:21px 20px;
	background:#307fc4;
	height:245px;
	margin-right:13px;
}

.slide_box02 h4{
	color:#fff;
	background:url(/f/images/border_bor.gif) left bottom no-repeat;
	font-size: 1.4em;
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.slide_box02 h5 {
	font-size: 1.2em;
	font-weight:bold;
	margin-bottom:10px;
	color:#fff;
}

.slide_box02 p {
	font-size: 0.875em;
	margin-bottom:0px;
	color:#ededef;
}

.conf_box {
	text-align:center;
	background:#206bae;
	float: left;
	color:#fff;
	max-width:273px;
	width:100%;
	padding:50px 20px 0;
	height:245px;
}

.conf_box a {
	color:#fff;
}

.conf_box h5 {
	font-size: 1em;
	margin-bottom:15px;	
}

.conf_box h4 {
	font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 15px;
}

.conf_box p {
	font-size: 0.875em;
    font-weight: bold;
    margin-bottom: 20px;
}

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

.conf_box ul li {
	display:inline-block;
}

.conf_box ul li a {
	font-size: 0.875em;
    color: #fff !important;
    padding: 5px 7px;
    margin: 5px 3px;
    display: inline-block;
	font-weight:bold;
	background:#07568f;
}

.conf_box ul li a:hover {
	background: rgba(51, 51, 51, 0.5294117647058824)
}

.slide_box03 {
	background:#fff;
	max-width:336px;
	width:100%;
	padding:22px 20px;
	float: left;
	height:245px;
	margin-right:14px;
}

.slide_box03 h5 {
	font-size: 1.2em;
	margin-bottom:10px;	
    font-weight: bold;
	text-transform: uppercase;

}

.slide_box03 table td {
	vertical-align:top;
}

.slide_box03 table td.bg01 {
	width:175px;
}

.slide_box03 table td.bg02 {
	text-align:right;
	font-weight:bold;
	font-size: 0.875em;
}

.slide_box03 table td.bg02 span {
	color:#e29655;
}

.slide_box03 table td.bg02 .j_buttn {
	margin-top:8px;
}

.slide_box03 table td.bg02 .j_buttn img {
	float:right;
	margin-left:1px;
}

.main_content {
	max-width:1120px;
	width:100%;
	margin:0 auto;
	padding: 12px 0 0;
}

.main_cont {
	padding-left:6px;
	padding-right:6px;
}

.main_content01 {
	text-align:center;
	background:#185488;
	padding:29px 20px; 
	color:#fff;
	height:250px;
}

.main_content01 h4 {
	text-align:left;
	font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 40px;
	text-transform: uppercase;
	border-bottom:1px solid rgba(255, 255, 255, 0.44);
	padding-bottom:10px;
}

.main_content01 table {
	margin-bottom:6px;
	width:100%;
}

.main_content01 table td {
	font-size:0.9em;
	width:33%;
	padding: 5px 5px;
	vertical-align:top;
}

.main_content01 table td img {
	margin-bottom:8px;
}

.main_content01 table td a {
	color:#fff;
}

.main_content02 {
	background:#871f40;
	padding:26px 20px;
	height:250px;
}

.main_content02 .calind_title {
	text-align: left;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.44);
    padding-bottom: 10px;
	color:#fff;
	position: relative;
}

.main_content02 .calind_title div {
	position: absolute;
    right: 0;
    top: 4px;
    font-size: 0.875em;
}

.main_content02 .calind_title div img {
	margin-left:10px;
}

.main_content02 .calind_box {
	padding:0 10px;
}

.main_content02 .calind_box table {
	width:100%;
}

.main_content02 .calind_box table td {
	text-align:center;
	color:#fff;
}

.main_content02 .calind_box table td.sat {
	color:#78ebfe;
}

.main_content02 .calind_box table td.sun {
	color:#fff600;
}


.main_content03 {
	background:#fff;
	padding: 20px 20px;
	height:250px;
}

.main_content03 a {
	color:#333;
}

.main_content03 h4 {
	font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
	text-transform: uppercase;
}

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

.main_content03 ul li  {
	font-size:0.875em;
}

.main_content03 ul li img {
	margin-bottom:8px;
}






.main_content04 {
	text-align:center;
	padding:15px 0;
}

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

.main_content04 ul li {
	font-size:1em;
	border-bottom:1px solid #dedede;
	line-height: 36px;
}

/***/


.journal_table {
	width:100%;
}


#sub_top {
	padding: 40px 0;
    color: #fff;
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	height:219px;
}

#sub_top div {
	max-width:1200px;
	margin:0 auto;
	padding:0 20px;
}

#sub_top div h2 {
	background: url(/images/sub/sub_img_bar.gif) 0 0 no-repeat;
    padding-top: 12px;
    margin-bottom: 10px;
}


img.left_img {
	float: left;
    padding: 0 30px 30px 0;
}

img.right_img {
	float: right;
    padding: 0 0px 30px 30px;
}


.table_dis td {
	vertical-align:top;
}

.table_dis td.bg01 {
	width:190px;
}

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

.table_dis td ul li {
	background: url(/images/sub/05_dott.png) 0 7px no-repeat;
    margin: 0px 0 10px;
    padding-left: 18px;
}



/* sub01 contents */
div.greeting		{font-size:13px; line-height:200%; text-align:justify; word-break:keep-all;}
div.greeting h2		{font-size:20px;}
div.greeting div.right	{margin-top:25px; text-align:right; font-size:14px;}
div.president_box		{position:relative; background:url(/images/sub/president_box_bg.gif) no-repeat; text-align:center; padding:15px 0px 18px; width:178px; margin:6px 1px 6px 8px; float:left; line-height:130%;}
div.president_box img.pic	{padding:4px; border:1px solid #ccc; background-color:#fff; -moz-border-radius:9px; -webkit-border-radius:9px; border-radius:9px;}
div.president_box h2	{padding:0; margin:10px 0 3px; font-size:14px; color:#086fb8;}
div.president_box strong{display:block; color:#002358;}
div.president_box span	{color:#666;}
div.president_box div.profile	{display:none;}
div.president_box:hover div.profile	{display:block; position:absolute; top:244px; left:0; width:260px; word-break:keep-all; z-index:999; background-color:#fff; border:2px solid #ccc; padding:10px; text-align:left; -moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px; cursor:default;}
div.president_box:hover div.profile div.subtt04	{font-size:13px; margin-top:5px;}
div.president_box:hover div.profile ul.list02	{margin:0 10px; padding:0; list-style:none;}
div.president_box:hover div.profile ul.list02 li	{background:url(/images/sub/subtt_icon05.gif) no-repeat 0 5px; padding:1px 0 1px 8px; line-height:120%;}
div.president_box:hover div.profile div.subtt04:first-child	{margin-top:0;}

div.right_box:hover div.profile	{left:-110px;}
div.bottom_box:hover div.profile	{top:0;}
div.bottom_right_box:hover div.profile	{top:0; left:-110px;}

div.president_box div.profile ul li {
	font-size:12px;
}



div.history_box				{clear:both; margin:10px 0; overflow:hidden;}
div.history_years			{float:left; width:105px; font-size:19px; font-weight:600;  text-align:right; margin-right:15px; color:#086fb8;}
div.history_list			{float:left; max-width:585px;width:100%;; padding:20px; border:1px solid #eee; -moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px;}
div.history_list table					{border-collapse:collapse;}
div.history_list table tr td			{padding:2px 10px; border-top:1px solid #eee;}
div.history_list table tr:first-child td	{border-top-width:0;}
div.history_list table tr td:first-child	{border-right:1px dotted #ccc;}
div.history_list table tr.bold_line td		{border-top:1px solid #cfcfcf !important;}
div.btn_top						{text-align:right;}
div.btn_top	a					{display:inline-block; margin:5px 10px 10px; background-color:#ccc; padding:3px 8px 2px; line-height:100%; font-size:10px; font-weight:600; color:#fff; border:1px solid #aaa; -moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px;}
div.btn_top	a:hover		{background-color:#aaa; border:1px solid #999;}

div.regulation ol		{margin:0; padding:5px 25px 0;}
table.top_regulation	{max-width:700px;width:100%; margin-left:10px;}
table.top_regulation td	{font-size:11px; line-height:140%;}

img.award_icon_list	{ float:right; /*position:absolute; top:0; right:0;*/}
div.award_box		{clear:both;margin:5px 0 40px; padding:15px 15px; background-color:#f9f9f9; border:1px solid #eee; word-break:keep-all; -moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px; overflow:hidden;}
div.award_box ul.list01		{margin-top:10px;}
div.award_box ul.list01 li	{padding-bottom:0;}
div.award_text		{float:left; width:585px; text-align:justify;}
.award_box .award_box_span{text-align:right;float:right;}

/* conf contents */
.conf_top_img		{text-align:center; margin-bottom:20px;}

/* sub03 contents */
img.pub_img			{border-right:2px solid #eee; border-bottom:3px solid #eee; padding:2px; background-color:#aaa;}
div.pub_contents	{float:left; /*margin-left:10px;*/ max-width:600px;width:100%}
div.pub_box			{margin:5px 0; padding:15px 15px; background-color:#f9f9f9; border:1px solid #eee; word-break:keep-all; -moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px;}
div.float_wrap		{overflow:hidden;}

/* sub04 contents*/
div.member_btn_s	{display:inline-block; margin-top:10px; background-color:#777; border:1px solid #777; padding:3px 10px 3px; line-height:100%; font-weight:600; font-size:11px; color:#fff; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; cursor:pointer;}
img.member03_top_btn	{padding:2px 0 0 8px;}

/* tab style */
div.tab_history		{overflow:hidden; margin-bottom:30px;}
div.tab_history img	{float:left;}
div.tab_years			{overflow:hidden; margin:5px 0 30px;}
div.tab_years a			{display:inline-block; float:left; background:url(/images/sub/tab_years_p.gif) no-repeat 0 0; padding:5px 20px 5px 41px;}
div.tab_years a:first-child	{background:none; padding:5px 20px 5px 10px;}
div.tab_line		{height:14px; border-bottom:2px dotted #ccc; position:relative; margin-bottom:15px;}
div.tab_line ul		{margin:0; padding:0; list-style:none;float:right;}
div.tab_line ul li	{display:inline;}
div.tab_line ul img	{float:left;margin:3px 0;}
div.tab_text		{text-align:right; border-bottom:2px dotted #ccc; !height:10px; margin-bottom:35px;}
div.tab_text a		{margin:5px 0 ;display:inline-block; background-color:#06285c; padding:5px 13px 5px; line-height:100%; font-weight:600; font-size:12px; color:#fff; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
div.tab_text a.over	{background-color:#d6a326;}
div.tab_text_s		{margin-bottom:35px; text-align:center; border-bottom:1px dotted #ccc; padding-bottom:10px;}
div.tab_text_s a		{margin:5px 0;display:inline-block; background-color:#c8c8c8; border:1px solid #a4a4a4; padding:3px 10px 3px; line-height:100%; font-weight:600; font-size:11px; color:#fff; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; margin-bottom:0;}
div.tab_text_s a:hover	{background-color:#06285c; border:1px solid #06285c;}

/* contents common */
a.link01		{text-decoration:none; color:#0870b9;}
a.link01:hover	{text-decoration:underline; color:#0870b9;}
a.btn01			{display:inline-block; background-color:#06285c; padding:5px 13px 7px; margin-bottom:5px; line-height:100%; font-weight:600; font-size:12px; color:#fff; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
a.btn01:hover	{background-color:#d6a326;}

div.gray_box	{padding:15px 25px; border:1px solid #eee; word-break:keep-all; -moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px; overflow:hidden;}
div.gray_box div.subtt05	{margin-top:0;}

div.sub_title	{ position:relative;}
div.sub_title span.location	{font-size:11px; color:#999; font-weight:normal; position:absolute; top:5px; right:5px;}

div.subtt01		{border-bottom:1px dotted #ccc; height:12px; margin:15px 0; position:relative;}
div.subtt01 span	{display:inline-block; padding:0 10px 0 15px; background:url(/images/sub/subtt_icon01.gif) no-repeat 0 8px #fff; font-weight:600;  font-size:18px; color:#06285c; font-weight:600;}
div.subtt01 strong.award	{display:inline-block; padding:0 10px 0 0px; background:#fff; font-weight:600;  font-size:12px; color:#06285c; font-weight:600;} 
div.subtt02		{padding:0 0 0 15px; margin-top:15px; background:url(/images/sub/subtt_icon01.gif) no-repeat 0 8px; font-weight:600;  font-size:18px; color:#06285c; font-weight:600; position:relative;}
div.subtt03		{padding:0 0 0 15px; margin-top:10px; background:url(/images/sub/subtt_icon02.gif) no-repeat 0 8px; font-weight:600;  font-size:15px; color:#086fb8; font-weight:600; position:relative;}
div.subtt03 a	{font-weight:600;  font-size:15px; color:#086fb8;}
div.subtt04		{margin-top:15px; font-weight:600;  font-size:15px; color:#d6a326; font-weight:600;}
div.subtt05		{padding:0 0 0 15px; margin-top:15px; background:url(/images/sub/subtt_icon03.gif) no-repeat 0 8px; font-weight:600;  font-size:13px; color:#06285c; font-weight:600;}
div.subtt06		{border-bottom:1px dotted #ccc; height:12px; margin:15px 0; position:relative;}
div.subtt06	span	{display:inline-block; padding:0 10px 0 15px; background:url(/images/sub/subtt_icon02.gif) no-repeat 0 8px #fff; font-weight:600;  font-size:15px; color:#086fb8; font-weight:600;}
div.subtt07		{border-bottom:1px dotted #ccc; height:12px; margin:15px 0; position:relative;}
div.subtt07 span	{display:inline-block; padding:0 10px 0 15px; background:url(/images/sub/subtt_icon01.gif) no-repeat 0 3px #fff; font-weight:600;  font-size:16px; color:#06285c; font-weight:600;}
div.subtt03 a.conf_pdf_btn	{display:inline-block; background-color:#06285c; color:#fff; font-size:12px; margin:4px 0 0 5px; padding:3px 10px; border:1px solid #000; line-height:100%; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
div.subtt03 a.conf_pdf_btn:hover	{background-color:#086fb8; border:1px solid #06285c;}

div.article01	{text-align:justify; padding:10px 10px 25px; word-break:keep-all;}
div.article01 div.article01	{padding-bottom:0 !important;}
div.article02	{text-align:justify; padding:15px; word-break:keep-all;}
div.article03	{text-align:justify; padding:10px 15px; word-break:keep-all;}
div.article04	{text-align:justify; padding:5px 15px; word-break:keep-all;}
div.article05	{text-align:justify; padding:0 15px; word-break:keep-all;}
div.article06	{text-align:justify; padding:5px 10px 25px; word-break:keep-all;}
div.article07	{text-align:justify; padding:10px 10px 25px; word-break: keep-all; }

ul.list01			{margin:0; padding:0; list-style:none;}
ul.list01 li		{background:url(/images/sub/subtt_icon04.gif) no-repeat 0 11px; padding:3px 0 3px 8px;}
ul.list02			{margin:0 15px; padding:0; list-style:none;}
ul.list02 li		{background:url(/images/sub/subtt_icon05.gif) no-repeat 0 9px; padding:1px 0 1px 8px;}
ul.list03			{margin:0; padding:0; list-style:none;float:left;margin-right:35px;}
ul.list03 li		{background:url(/images/sub/subtt_icon04.gif) no-repeat 0 11px; padding:3px 0 3px 8px;}
ul.list03 li.cboth	{clear:both;}
ol.ol_list			{margin:0; padding:0 25px;}
ul.list01 ol.ol_list li	{background:none; padding:0;}
ul.list01 ol.ol_list li ul.list02		{margin:0 5px;}
ul.list01 ol.ol_list li ul.list02 li	{background:url(/images/sub/subtt_icon05.gif) no-repeat 0 9px; padding:1px 0 1px 8px;}
ol.ol_list li ul.list02		{margin:0;}

table.table01		{border-top:3px solid #333; border-collapse:collapse;}
table.table01 th	{background-color:#f8f8f8; border-bottom:1px solid #999; padding:7px; text-align:center; font-weight:600; }
table.table01 td	{border-bottom:1px solid #ccc; padding:4px 7px 2px; text-align:center;}
table.table01 td.tt01	{background-color:#f9f9f9; border-right:1px solid #999; text-align:center; font-weight:600; }
table.table01 tr:last-child td	{border-bottom:1px solid #999;}

table.board02			{border-top:3px solid #333; border-collapse:collapse;}
td.board_c01			{background-color:#f6f6f6; border-bottom:1px solid #999; padding:7px; text-align:center; font-weight:600; }
td.board_c02			{border-bottom:1px solid #999; color:#0d5985; padding:5px 0 5px 10px; background-color:#f6f6f6; font-weight:bold; }
td.board_c03			{border-bottom:1px solid #999; padding:5px 0 1px 0; background-color:#f8f8f8; font-weight:bold; text-align:center; }
td.board_c04			{border-bottom:1px solid #999; color:#0d5985; padding:5px 0 5px 10px; }
td.board_c05			{border-bottom:1px solid #999; padding:20px 15px; }

table.board03			{border:0;}
table.board03 tbody td	{text-align:center;}
table.board03 tfoot td	{text-align:center; padding:5px 7px 1px 7px; border-top:3px solid #e1ebf2; border-bottom:1px solid #e1ebf2;}
div.board03				{padding:5px 5px 15px 5px;}
div.board03_tt			{padding-top:5px;}
div.board03 span		{font-size:11px; color:#999999; line-height:12px;}
img.board03_img			{border:1px solid #cccccc;}
			{}

table.table01_2		{border-top:3px solid #333; border-collapse:collapse;}
table.table01_2 th	{background-color:#f8f8f8; border-bottom:1px solid #999; padding:7px; text-align:center; font-weight:600; }
table.table01_2 td	{border-bottom:1px solid #ccc; padding:4px 7px 2px; text-align:left;}
table.table01_2 td.tt01	{background-color:#f9f9f9; border-right:1px solid #999; text-align:center; font-weight:600; }
table.table01_2 td.tt99	{border-right:1px solid #999; padding-left:35px;}
table.table01_2 td.tt02	{border-right:1px solid #999; text-align:center;}
table.table01_2 tr:last-child td	{border-bottom:1px solid #999;}

table.table02		{border-top:3px solid #333; border-collapse:collapse;}
table.table02 th	{background-color:#f8f8f8; border-bottom:1px solid #333; padding:7px; text-align:center; font-weight:600; }
table.table02 td	{border-bottom:1px solid #ccc; border-left:1px solid #eee; border-right:1px solid #eee; padding:4px 2px; text-align:center; line-height:130%;}
table.table02 td.tt01	{background-color:#f9f9f9; border-right:1px solid #999; text-align:center; font-weight:600; }
table.table02 tr:last-child td	{border-bottom:1px solid #999;}
table.table02 td table td	{border:none !important; text-align:left;}
table.table02 td table		{border:none;}
table.table02 .br	{border-right:1px solid #333;}

table.table02_1		{border-top:3px solid #333; border-collapse:collapse;}
table.table02_1 th	{background-color:#f8f8f8; border-bottom:1px solid #333; padding:7px; text-align:center; font-weight:600; }
table.table02_1 td	{border-bottom:1px solid #ccc; border-left:1px solid #eee; border-right:1px solid #eee; padding:0px; text-align:center; line-height:120%; font-size:10.3px;}
table.table02_1 td.tt01	{background-color:#f9f9f9; border-right:1px solid #999; text-align:center; font-weight:600; }
table.table02_1 tr:last-child td	{border-bottom:1px solid #999;}
table.table02_1 td table td	{border:none !important; text-align:left;}
table.table02_1 td table		{border:none;}
table.table02_1 .br	{border-right:1px solid #333;}




table.table03		{border-top:3px solid #333; border-collapse:collapse;}
table.table03 th	{background-color:#f8f8f8; border-bottom:1px solid #999; padding:7px; text-align:center; font-weight:600; }
table.table03 td	{border-bottom:1px solid #ccc; padding:4px 7px 2px;}
table.table03 tr td table.committee_list tr td	{padding:0; border-bottom:0 !important;}
table.table03 td.t_title	{background-color:#f9f9f9; border-right:1px solid #999; text-align:center; font-weight:600; }
table.table03 strong.fee	{color:#086fb8; font-size:13px;}
table.table03 tr:last-child td	{border-bottom:1px solid #999;}
table.table03 td.tt01	{background-color:#f9f9f9; border-right:1px solid #999; text-align:center; font-weight:600; }
table.table03 td.tt02	{background-color:#f9f9f9; border-right:1px solid #999; border-left:1px solid #999; text-align:center; font-weight:600; }
table.table03 td.tt03	{border-right:1px solid #999; text-align:center;}
table.table03 td.tt04	{border-right:1px solid #999; text-align:left;}

table.table04		{border-top:3px solid #333; border-collapse:collapse;}
table.table04 th	{background-color:#f8f8f8; border-bottom:1px solid #333; padding:3px 7px; text-align:center; font-weight:600; }
table.table04 td	{border-bottom:1px solid #ccc; border-left:1px solid #eee; border-right:1px solid #eee; padding:4px 2px; text-align:center; line-height:130%;}
table.table04 td.tt01	{background-color:#f9f9f9; border-right:1px solid #999; text-align:center; font-weight:600; }
table.table04 tr:last-child td	{border-bottom:1px solid #999;}
table.table04 td table td	{border:none !important; text-align:left;}
table.table04 td table		{border:none;}

table.t_conf tr td a	{text-decoration:none; color:#0870b9;}
table.t_conf tr td a:hover	{text-decoration:underline; color:#0870b9;}
table.t_confrence tr th.th_left:first-child	{padding-left:60px; text-align:left;}
table.t_confrence tr td:first-child	{padding-left:20px; text-align:left;}
table tr th.th_left		{padding-left:40px; text-align:left;}

.greeting h2	{text-align:center; padding-top:10px;}


div.img_box		{border:1px solid #eee; padding:15px; text-align:center; -moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px;}

ul.sitemap_list	{padding:0; margin:5px 20px; list-style:none;}
ul.sitemap_list li	{background:url(/images/sub/subtt_icon04.gif) no-repeat 0 6px;}
ul.sitemap_list li a	{padding:0 0 0 9px;}
ul.sitemap_list li ul.left_submenu	{padding:5px; margin:0 0 5px; list-style:none; background-color:#f9f9f9;}
ul.sitemap_list li ul.left_submenu li	{background:url(/images/sub/subtt_icon05.gif) no-repeat 9px 6px; padding:0 0 0 9px;}
ul.sitemap_list li ul.left_submenu li a	{font-size:11px;}

.board_contents img	{max-width:700px;}
.bold			{font-weight:600;}
.color_o		{color:#ec4f12;}
.color_r		{color:#ab0c00;}
.color_b		{color:#086fb8;}
.color_n		{color:#06285c;}
.color_y		{color:#d6a326;}

.justify		{text-align:justify !important;}
.center			{text-align:center !important;}
.left			{text-align:left !important;}
.right			{text-align:right !important;}

.dotline		{margin:15px 0 20px; border-top:1px dotted #000; height:1px;}
div.bottom_btn	{margin:25px 0 0; text-align:center;}
div.bottom_btn_r	{margin:5px 0 0; text-align:right; position:relative;}
div.bottom_btn_r div		{position:absolute; top:0; right:0;}
div.bottom_btn_r div img	{float:left;}
img.outline01	{border:1px solid #ccc; padding:5px;margin-right:10px}

.sample			{padding:50px; text-align:center;}

/* sub02_01_8_table */
.sub02_01_8_table {border-collapse:collapse; border-spacing:"0"}
.sub02_01_8_table th {background:#f2f2f2; padding:10px 15px; border:1px solid #ededed;}
.sub02_01_8_table td {padding:10px 15px; border:1px solid #ededed;}

.sub02_self01{height:40px;border:1px solid #000000;text-align:center;font-size:22px;font-weight:bold;padding-top:12px;color:#000000;}
.sub02_self02{margin-top:30px;text-align:center;font-size:20px;font-weight:bold;color:#000000;}
.sub02_self03{margin-top:3px;text-align:center;color:#000000;}

.sub02_self a{color:#0000ff;font-size:15px;}
.sub02_self a:hover{color:#0000ff;font-size:15px;}
.sub02_self04{padding-left:15px;margin-top:40px;color:#000000;}
.sub02_self04_4{margin-top:15px;margin-bottom:15px;}
.sub02_self05{margin-top:15px;margin-bottom:5px;color:#000000;}
.sub02_self06{color:#000000;}
.sub02_self_table table td{text-align:center;border-bottom:1px solid #bbbbbb;border-right:1px solid #bbbbbb;}
.sub02_self_table table th{border-right:1px solid #bbbbbb;border-bottom:1px solid #bbbbbb;color:#000000;}
.sub02_self_table table{border:2px solid #000000;border-collapse:collapse;}
.sub02_self_table .sub2_bo_br{border-right:0px;}
.sub02_self_table .sub2_bo_bb{border-bottom:0px;}
.sub02_self_table td strong{color:#000000;}


.sub02_div2_style{margin-top:45px;}

.sub02_017_div1{margin-top:79px;font-size:20px;text-align:center;font-color:#000000;font-weight:bold;}
.sub02_017_div2{margin-top:25px;text-align:right;padding-right:10px;font-color:#000000;font-weight:bold;}
.sub02_017_div3{font-weight:bold;font-size:18px;padding-left:10px;}
.sub02_017_div4{font-color:#000000;padding-left:10px;}
.sub02_017_div5{padding-left:10px;}
.sub02_017_tb_style{border:2px solid #000000;margin:0 auto;}
.sub02_017_tb_style th{border-bottom:1px solid #999;border-right:1px solid #bbbbbb;color:#000000;background-color:#f8f8f8;} 
.sub02_017_tb_style td{text-align:center;border-bottom:1px solid #bbbbbb;border-right:1px solid #bbbbbb;}

.sub02_017_tb_style .sub02_017_tl{text-align:left;padding-left:5px;}
.sub02_017_tb_style .sub02_017_border_style1{border-bottom:1px dashed #bbbbbb;}
.sub02_017_tb_style .sub02_017_border_style1{border-bottom:1px solid #000000;}
.sub02_017_tb_style .sub02_017_border_style1{border-right:1px solid #000000;}

.sub02_new_tb1{border:2px solid #000000;}
.sub02_new_tb2 .sub02_td_br{border-right:1px solid #000000;}
.sub02_new_tb2{border-left:1px solid #000000;border-bottom:1px solid #000000;}
.sub02_new_tb3{border-right:1px solid #000000;border-top:1px solid #000000;}
.sub02_new_tb3 .sub02_td3_bb{border-bottom:1px solid #bbbbbb;}
.sub02_new_tb4{border-top:1px solid #000000;border-left:1px solid #000000;}


.sub02_new_tb4 td.sub02_new_bb{border-bottom:1px solid #bbbbbb;}
.sub02_new_tb4 td.sub02_new_bl{border-left:1px solid #bbbbbb;}
.sub02_new_tb4 .sub02_last_tr_pl5{padding-left:5px;}
.editor{text-align:center;}

.link_color{color:#ffffff;}

.banner_left_div {margin:10px 0 10px 0; border:1px solid #E7E7E7;}

div.committee_list		{display:inline-block; width:280px; float:left;}


.main_bottom01 {
	max-width:300px;
	width:100%;
	float:left;
	height:250px;
	margin-right:13px;
}

.main_bottom02 {
	max-width:336px;
	width:100%;
	float:left;
	height:250px;
}

.main_bottom03 {
	max-width:273px;
	width:100%;
	float:left;
	margin-left:14px;
	height:250px;
}

.head_box {
	background:#f1f1f1;
}


.confer_day {
	position: relative;
}

.confer_day{
	color: #00ff95 !important;
}

.confer_box {
	display: none;
    position: absolute;
    background: #ffffff;
    width: 300px;
    left: -150%;
    padding: 10px;
    color: #000000 !important;
    z-index: 999;
    box-shadow: 2px 3px 5px #333;
}

.confer_box a{
	color: #0d0598 !important;
}


.confer_day:hover .confer_box{
	display:block;
}



.nav-menu li:hover > ul.sub_menu_inline, 
.nav-menu li.sfHover > ul.sub_menu_inline {
	width:500px;
}

.nav-menu li:hover > ul.sub_menu_inline li, 
.nav-menu li.sfHover > ul.sub_menu_inline li {
    float: left;
    width: 240px;
}

.eng_btn_box {
	display:none;	
}










@media (max-width: 1650px) {
	.borad_box table td div {
		max-width:270px;
	}
}

@media (max-width: 1500px) {
	.borad_box table td div {
		max-width:245px;
	}

	.nav-menu > li {
		margin-left: 18px;
	}
}

@media (max-width: 1270px) { 
	.borad_box table td div {
		max-width:170px;
	}	

	.nav-menu > li {
		margin-left: 8px;
		
	}

	.nav-menu a {
		font-size: 12px;
	}
}


@media (max-width: 1200px) {
	.borad_box table td div {
		max-width:150px;
	}

	.top_menu ul li {
		margin: 0 ;
	}
}

@media (max-width: 1100px) {
	.borad_box table td div {
		max-width:150px;
	}
}

@media (max-width: 1000px) {
	.borad_box table td div {
		max-width:100px;
	}
}


@media (max-width: 954px) {
	.slide01_box {
		margin:10px 0;
		padding: 0 10px;
		max-width:100%;
	}


	.slide_box img {
		float: none;
		width: 100%;
	}

	.slide02_box {
		float:none;
		max-width:100%;
		margin:20px 0;
		padding:0 10px;
	}

	.slide_box02 {
		float:none;
		max-width:100%;
		width:100%;
		padding:20px;
		margin-bottom:20px;
		height:auto;
		margin-right:0;
	}


	.conf_box {
		float:none;
		max-width:100%;
		width:100%;
		padding:20px;
		margin-bottom:20px;
		height:auto;
	}

	.slide_box03 {
		float:none;
		max-width:100%;
		width:100%;
		padding:20px;
		height:auto;
		text-align:Center;
		
	}

	.slide_box03 table.journal_table {
		max-width:280px;
		width:100%;
		margin:0 auto;
	}

	.main_bottom01,
	.main_bottom02,
	.main_bottom03 {
		max-width:100%;
		width:100%;
		float:none;
		margin:0;
		padding:0 10px;
	}

	.slide_box div {
		float: none;
		max-width: 100%;
	}

	
	.main_content03 {
		text-align:center;
	}

	.quick_box  {
		text-align:Center;	
	}

	#clients ul li {
		margin:10px;
	}
}




@media (max-width: 768px) {
	.borad_box table td div {
		max-width:300px;
	}

	.port-container ul li.top_box {
		margin:10px 0;
	}
	

	#header #logo {
		margin-top:0;
		float:none;
	}

	#header {
		height: 70px;
	}

	.carousel-item img {
		height:200px;
	}

	#clients img {
		width:110px;
		height:auto;
	}

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

	.top_menu {
		display:none;
	}

	#intro .carousel-content {
		top:40px;
	}

	#intro {
		margin-bottom: -460px;
	    display: none;	
	}

	.footer-links select {
		margin:0 0 30px 0;
	}

	.main_content01, .main_content02, .main_content03, .main_content04 {
		margin-bottom:20px;
		height:auto;
	}

	.slide_box div {
		height:auto;
	}

	#sub_top {
		height:auto;
	}

	table.top_regulation td {
		width:100%;
		display:block;
	}

	table.m_table th,
	table.m_table td {
		width:100%;
		display:block;
	}

	.table_dis td,
	.table_dis td.bg01 {
		width:100%;
		display:block;		
	}



	.main_notice_pop {		
		position: absolute !important;
		left: 0 !important;
	}

	.main_notice_pop div {
		width:95% !important;
		height:auto !important;
	}

	.eng_btn_box {
		display:block;
        position: absolute;
        right: 30px;
        top: 12px;
	}

	.committee_list td {
		width:100%;
		display:block;
	}

}

@media (max-width: 575px) {
	.eng_btn_box {
        right: 35px;
        top: -29px;
	}
}

@media (max-width: 500px) {
	.borad_box table td div {
		max-width:250px;
	}

	img.left_img {
		float: none;
		padding: 0 30px 30px 0;
	}

	img.right_img {
		width:40%;
		padding: 0 0px 20px 20px;
	}

}

@media (max-width: 450px) {
	.borad_box table td div {
		max-width:200px;
	}

	.borad03 div h3 {
		font-size:1.2em;
	}

	.borad03 ul li {
		padding:15px;
	}

	.borad05 td.bg01 img {
		max-width:50px;
	}
	.borad05 td.bg02 img {
		max-width:180px;
	}
}

@media (max-width: 400px) {
	.borad_box table td div {
		max-width:150px;
	}
}











