.sort_btn/*
  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: "Noto Sans KR", sans-serif;
	font-size:0.95em;
	word-break: keep-all;
	max-width: 2000px;
	margin: 0 auto;    margin: 0 auto;
	line-height: 1.6;
}

@media (min-width: 576px) {
    .container {
        max-width: 670px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 890px;
    }
}


@media (min-width: 992px) {
    .container {
        max-width: 1120px;
    }
}








span.blue {
	color:blue;
}


a {
  color: #1a49cc;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #4897de;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
 line-height:2;
}

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: #151667;
  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: 0px 0;
  min-height: 85px;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  border-bottom: 1px solid #dbdbdb;
}

#header.header-scrolled {
  background: #fff;
  padding: 0px 0;
  height: 85px;
  transition: all 0.5s;
  position: fixed;
}

#header #logo {
	float: left;
	margin-top: 12px;
	position: relative;
}

#header #logo .m_ebtn {
	display:none;
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 0px;
  }
}

@media (max-width: 991px) {

	#header #logo {
		float:none;
		margin-top:0;
        text-align: center;
	}

	#header {
		min-height:auto;
		height:60px;
        border-bottom: 2px solid #9d3731;
	}

	#header.header-scrolled {
		height:60px;
	}

	#header #logo img {
        height: 43px;
    }

	#header #logo .m_ebtn {
        position: absolute;
        display: block;
	}

	#header #logo .m_ebtn a{
		display:block;
		padding: 7px 10px;
        background: #9d3731;
        color: #fff;
        border-radius: 10px;
	}
}



#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 #151667;
}

#header #logo img {
  padding: 0;
  margin: 0;
  margin-top: 7px;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {

  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: 473px;
  background: url(/images/main/intro_bg.gif) center center no-repeat;
    border-bottom: 1px solid #dbdbdb;
	background-size: cover;
}

#intro .carousel-item {
  width: 100%;
  height: 473px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
    padding:0 40px;
}

#intro .carousel-content {
	max-width: 1240px;
	width: 100%;
	height: 440px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
    align-items: center;
}

#intro .carousel-content div.carousel-content_left {
	width:40%;
    padding-top: 3%;
}

#intro .carousel-content div.carousel-content_right {
	width:55%;
}


#intro .carousel-container02 {
	display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 40px;
}

#intro .carousel-content02 {
	text-align: center;
    /* background: rgb(0 0 0 / 23%); */
    max-width: 800px;
    width: 100%;
    /* height: 100%; */
    /* max-height: 300px; */
    padding: 40px 20px;
    font-size: 20px;
    color: #fff;
}

#intro .carousel-content02 h5 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.26);
	padding-bottom:10px;
}


#intro .carousel-content02 h1 {
	font-size:3rem
}


#intro h3 {
	color:#fff;
    font-size: 2.5rem;
	font-weight: 200;
	margin-bottom:10px;
}

#intro h4 {
	color: #34d4ff;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: uppercase;
	margin-bottom:30px;
}

#intro h5 {
	color:#fff;
    font-size: 1.5rem;
}

#intro h5 span {
    font-size: 2rem;
}

#intro .carousel-content div.carousel-content_left ul {
	list-style:none;
	padding: 5px 0 10px;
    margin: 0;
    border-top: 1px solid rgb(255 255 255 / 33%);
    border-bottom: 1px solid rgb(255 255 255 / 33%);
}

#intro .carousel-content div.carousel-content_left ul li {
	color:#fff;
    font-size: 1.1rem;
	margin:8px 0;
}

#intro .carousel-content div.carousel-content_left ul li span {
	border: 1px solid rgb(255 255 255 / 50%);
    padding: 3px 12px;
    border-radius: 15px;
    font-size: 0.9rem;
}


#intro p {
	text-align:center;
	margin-top:20px;
}

#intro p a {
	display: inline-block;
    max-width: 150px;
    width: 100%;
    border: 1px solid rgb(255 255 255 / 50%);
    color: #fff;
    padding: 5px 10px;
    border-radius: 30px;
}




@media (max-width: 991px) {
	.carousel-content_right {
		display:none;
	}
	#intro .carousel-content div.carousel-content_left {
		width:100%;
	}

}

@media (max-width: 768px) {
  #intro,
  #intro .carousel-item,
  #intro .carousel-content{
	!height:360px;
  }

	#intro h3 {
		font-size: 2em;
	}

	#intro .carousel-content div.carousel-content_left ul li span {
		display:none;
	}

}



#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: #151667;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #151667;
}*/

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  /*text-align: right; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: -50px;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu li.mobile-user {
	display:none;
}

div.mobile-user {
    padding: 0px 20px;
	display:none;
}

div.mobile-user div {
	margin:10px 0;
}



.nav-menu > li {
  float: none;
  display: inline-block;
 margin: 0 0 0 6%;
}

.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;
    display: block;
}

.menu-has-children ul li a {
  text-align: left;
}

/* Nav Menu Arrows */
 .sf-arrows .sf-with-ul {
  padding-right: 0px;
}

.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: 17px 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: #151667;
}

.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: #151667;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 15px 15px 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;
}

#mobile-nav-toggle i.fa-times {
  color: ;
}



@media (max-width: 991px) {
  #mobile-nav-toggle {
    display: inline;
  }

  .container_nav {
	display:none;
  }

}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 998;
  background: #dae6ff;
  right: -100%;
  max-width:500px;
  width: 100%;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
    border-bottom: 1px solid #958180;
    background: #3b459f;
}

#mobile-nav ul li a {
  color: #ffffff;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  
}

#mobile-nav ul li a:hover {

}


#mobile-nav ul ul {
	background:#fff0df;
	display:block;
}


#mobile-nav ul li li {
	padding-left: 15px;
	border-top: 1px solid #bed0db;
    border-bottom: none;
	background:#eaf5ff;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #ffffff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #ffffff;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
    color: #3e0b08;
}

#mobile-nav ul .menu-item-active {
  color: #ffffff;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  right: 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 {
  right: 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:url(/images/main/borad_bg.png) center center no-repeat;
}

/* 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: #151667;
  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: #151667;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

/* About Us Section
--------------------------------*/
#about {
  padding: 90px 0 60px;;
  position: relative;
  /*background: url(../images/main/main_bg.gif) center center;*/
  background-size: cover;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
	padding-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: 10px;
  text-align: center;
  position: absolute;
  background-color: #151667;
  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: #151667;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 23px 0 0 0;
  min-height: 100px;
  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: #151667;
}

#about .about-col p {


}

@media (max-width: 1200px) {


}

@media (max-width: 992px) {


}

@media (max-width: 767px) {


}

#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: #151667;
  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: #151667;
  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: #151667;
}

#services .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  padding: 50px 0 5%;
  position: relative;
  z-index: 0;
}

#call-to-action .announ_bg {
	background:#fff;
	padding:0;
}

#call-to-action .announ_bg table {
	width:100%;
	border-top:1px solid #dddddd;
}

#call-to-action .announ_bg table td {
	text-align:center;
	vertical-align:top;
	padding:20px 15px 0;
	font-size: 16px;
}

#call-to-action .announ_bg table td a {
	color:#333;
}

#call-to-action .announ_bg table td a span {
	color:#c71a1a;
}

#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 .anooun_news table td:nth-child(2) {
    overflow: hidden;
    width: 400px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

#call-to-action h3 {
  color: #333;
  font-size: 28px;
  font-weight: 700;
  text-align:center;
  margin-bottom:27px;
}

#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: #151667;
}

#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;
  background-size: cover;
}


@media (max-width: 768px) {
	#portfolio {
	  padding: 20px 0 0px;
	}
}

@media (max-width: 374px) {
	#portfolio {
		min-height:1891px
	}
}



#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: #151667;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {


}

#portfolio .portfolio-wrap:hover {

}

#portfolio .portfolio-item {
	position: relative;
}

.portfolio-wrap p {
	margin:0;
}

#portfolio .portfolio-item figure {
  background: #fff;
  overflow: hidden;
  position: relative;
  margin: 0;
}

#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: #151667;
}

#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: #151667;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #000000;
  font-weight: 200;
  font-size: 14px;
}




/* Clients Section
--------------------------------*/
#clients {
  padding: 0px 0 90px;
}

#clients ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}

#clients ul li {
	display:inline-block;
	margin: 10px 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: #151667;
}

/* 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: #151667;
}

/* 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: #151667;
}

#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: #151667;
}

#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: #151667;
}

#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: #151667;
  border: 1px solid #151667;
  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: #151667;
  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: #9b9b9b;
  font-size: 14px;
}

#footer .footer-top {
  background: #e2e2e2;
  padding: 60px 0 30px 0;
  margin-top:30px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

#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 #151667;
}

#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: #151667;
  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: 1px;
}



#footer .footer-top h4::after {
  background: #a9a9a9;
  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: 0px 0 10px 10px;
	background:url(/images/main/dott01.png) left 10px no-repeat;
}

#footer .footer-top .footer-links ul li:first-child {

}

#footer .footer-top .footer-links ul a {
  color: #333;
}

#footer .footer-top .footer-links ul a:hover {
  color: #151667;
}

#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: #151667;
  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 strong {
	color:#d5d5d5;
	display: block;
    margin-bottom: 10px;
}


#footer .copyright span {
	display:inline-block;
    margin:0 10px;

}

#footer .credits {
  font-size: 13px;
  color: #777777;
  padding-bottom:20px;
}

#footer .copy_r {
	font-size: 13px;
}


#footer img.bottom_logo {
	margin-top:60px;
}

#footer img.bottom_tel {
	margin-top:70px;
}



@media (min-width: 1290px) {
	.container {
		max-width: 1200px;	
	}
}


@media (min-width: 1200px) {
	.container {
		max-width: 1280px;	
	}
}


}

.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:100%;
	margin:0 auto;
	width: 100%;
}

.top_menu {
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 80px;
}

.top_menu .top_menu_1 ul {
	list-style:none;
	margin:0;
	padding:0;
}

.top_menu .top_menu_1 ul li {
	display:inline-block;
	margin:0 5px;
}

.top_menu .top_menu_1 ul li a {
	color:#333;
}


.top_menu .top_menu_2 {
	margin-left: 3%;
}

.top_menu .top_menu_2 img {
	margin:0 5px;
}


.top_menu .top_menu_3 {
	font-size: 0;
	margin-left: 3%;
}







@media (max-width: 1200px) {
	#portfolio .portfolio-item .portfolio-info {
		height:146px;
	}
	.container_nav {
		max-width: 960px;
	}

	.nav-menu > li {
		margin: 0 0 0 5%;
	}

} 

@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 {
		display:none;
	}


	.form-search {
		display:none;
	}

	.input-group-btn {
		position: relative;
		right: 0px;
	}

	.nav-menu > li {
		margin: 0 0 0 3%;
	}

	.input-groups {
		padding-top: 0px;
	}

	div.mobile-user {
		width:100%;
		padding: 0px 15px;
		display:block;
	}

	.m_logout_btn,
	.m_maypage_btn {
		display: inline-block;
        text-align: center;
        padding: 5px 10px;
        color: #333;
	}

	.m_login_btn,
	.m_member_btn {
		display: inline-block;
        text-align: center;
        padding: 5px 10px;
        color: #333;
	}

	.mobile-user a i {
		float:left;
		margin-right: 5px;
		font-size: 20px;
        margin-top: 3px;
	}

	.m_maypage_btn {
	}

	.m_name {
		font-size:16px;
	}

} 


@media (max-width: 767px) {
	#portfolio .portfolio-item .portfolio-info {
		height:87px;
		padding: 19px 10px;
	}

	#call-to-action .anooun_news table td.bg_img {
		    width: 105px;
	}

	#call-to-action .anooun_news table td {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		width: 100%;
		max-height: 34px;
		display: inline-block;
		margin-left:0;
	}

	#call-to-action .anooun_news table td.rig_t {
		text-align:left;
	}

	.mobile-user {
		width:100%;
		padding: 10px;
		display:block;
	}

	.top_menu {
		margin-top:10px;
	}

	#footer .copyright span {
		margin-right:0px;
        margin: 0 10px;
	}

} 


@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;
	}




} 

@media (max-width: 420px) {
	#call-to-action .anooun_news table td.rig_t {
		margin-left:0px;
		padding:5px 0;
	}

	.top_menu {
		
	}

	.top_menu ul li {
	
	}

	#intro .carousel-content {

	}

	#intro .carousel-content02 {
		max-height:100%;
		padding: 33px 15px;
	}


}


/* ¼­ºê ÆäÀÌÁö */

#conf {
	width:100%;
	border-top: 1px solid #dbdbdb;
	padding:0px 0 30px;
    overflow: auto;

}

.sub_title {
	margin-bottom:15px;
}


.sub_title h2 {
	text-align:center;
	margin: 0;
	margin-bottom:30px;
}

.sub_title p {
	float:right;
	color:#000;
	padding-top:10px;
	margin-bottom:10px;
}

.sub_title p span {
	color:#4f4f4f;
}

.cb {
	clear:both;
}

.sub_left_menu {
	width:100%;
	border: 1px solid #cbcbcb;
    border-radius: 15px;
	margin-top:30px;
	margin-bottom:20px;
    word-break: keep-all;
}

.left_title i {
	font-size:30px;
	margin-bottom:10px;
}

.sub_left_menu ul {
	list-style:none;
	margin:0px 0 0px 0;
	padding:0;
}

.sub_left_menu ul li a {
	padding:15px 15px;
	color: #333;
	border-bottom: 1px solid #dadada;
	display:block;
}

.sub_left_menu ul li:last-child a {
	border-bottom: 0;
}

.sub_left_menu ul li a:hover {
	color: #151667;
}







.sub_title02 {
	font-size:20px;
	font-weight:500;
	margin-bottom:10px;
	color: #151667;
}

.sub_title03 {
	font-size: 18px;
    font-weight: 500;
    padding: 10px;
    margin-bottom: 20px;
    color: #151667;
    background: #f7f7f7;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #d4d4d4;
}

.sub_title04 {
	background: url(/images/sub/sub_icon01.gif?2) no-repeat 0px 19px;
	font-size:18px;
	font-weight:500;
	padding:10px 15px;
}

.sub_title05 {
	font-size:16px;
	font-weight:500;
	color:#151667;
	margin-bottom:10px;
}

.conf_subtt {
	background: url(/images/sub/sub_icon01.gif?2) 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;
	margin-top:30px;
}

.table_chear {
	margin-top: 75px;
    margin-bottom: 25%;
}

@media (max-width: 992px) {
	.sub_left_menu {
		display:none;
	}

	.sub_contents {
		padding-left:0;
		margin-bottom: 10px;
		margin-top:0;
	}
}

@media (max-width: 580px) {
	.table_chear {
		width:100%;
		margin-bottom:25px;
	}

	.table_chear .bg01 {
		display:none;
	}

	.sub_title p {
		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;
	text-align:center;
}

.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: #151667;
	color:#fff;
}

.intro-button li {
	display: inline-block;
	margin:2px 0;
	vertical-align: middle;
}

.intro-button li a {
    border: 1px solid #d1251a;
    padding: 10px 0px;
    color: #d1251a;
    display: block;
    width: 170px;
    text-align: center;
    border-radius: 10px 0;
}

.intro-button li a:hover, .intro-button li a:active, .intro-button li a:focus, .intro-button li.is-active a {
	background: #d1251a;
	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:10px;
}

.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: 0px 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.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 th:nth-child(1) {
	width: 100px;
}

table.Conference th:nth-child(2) {
	width: 35%;
}

table.Conference th:nth-child(4) {
	width: 110px;
}


table.Conference td {
	padding:1%;
	text-align:center;
	border-bottom:1px solid #c9c9c9;
    word-break: keep-all;
}

table.Conference td a {
	color:#333;
}

table.Conference tr:hover {
	background:#f9f9f9;
}

table.Conference td.conf_name {
	text-align:left;
	max-width: 250px;
}

table.Conference td.conf_cont {
	text-align:left;
}


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;
	margin:0 auto;
	width:100%;
    border-radius: 5px;
}

div.conf_off {
	padding: 8px 14px;
    border: 1px solid #d8d8d8;
    display: block;
    margin: 0 auto;
    width: 100%;
    background: #f2f2f2;
    border-radius: 5px;
}



.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:2px solid #0f3552;
}

table.board01 thead th	{
	border-bottom:1px solid #0f3552; 
	color:#0f3552; 
	padding:15px 0;
	text-align:center;
    font-weight: normal;
    font-size: 17px;
}

table.board01 tbody td	{
	text-align:center; 
	padding:15px 7px; 
	border-bottom:1px solid #c7c7c7;
}

table.board01 tbody td:nth-child(2) {
	max-width:255px;
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	text-align:left;
}


table.board01 tbody tr:hover	{
	background-color:#f9f9f9;
}

table.board01 tbody td a {
	color:#333 !important
}


table.board01 tfoot td	{
	text-align:center; 
	padding:30px 7px 20px; 
}

table.board01 tfoot td a  {
	!border: 1px solid #dddddd;
    padding: 0px 3px 3px;
    border-radius: 50%;
    color: #333;
    display: inline-block;
    !width: 27px;
}


table.board01 tfoot td b {
	border: 1px solid #dddddd;
    padding: 0px 3px 3px;
    border-radius: 50%;
    color: #fff;
    background: #333;
    display: inline-block;
    width: 27px;
}

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:550px;
}

form table.board_form table {
	border:0;
}

form table.board_form table td {
	text-align:center;
}

form table.board_form table td div {
	vertical-align:middle;
}

form table.board_form table td div:nth-child(1) {
	display:inline-block;
    width: 80px;
	margin:1px 1px;
}

form table.board_form table td div:nth-child(2) {
	display:inline-block;
    width: 120px;
	margin:1px 1px;
}

form table.board_form table td div:nth-child(3) {
	display:inline-block;
    width: 241px;
	margin:1px 1px;
}

form table.board_form table td div:nth-child(4) {
	display:inline-block;
    width: 40px;
	margin:1px 1px;
}



@media screen and (max-width: 767px) {
	form table.board_form {
	
	}

	.board01 th:nth-child(3),
	.board01 th:nth-child(5) {
		display:none;
	}

	.board01 td:nth-child(3),
	.board01 td:nth-child(5) {
		display:none;
	}

	form table.board_form table td {
		text-align: center;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	form table.board_form table td div:nth-child(1) {
		width: 30%;
	}

	form table.board_form table td div:nth-child(2) {
		width: 68%;
	}

	form table.board_form table td div:nth-child(3) {
		width: 82%;
	}

	form table.board_form table td div:nth-child(4) {
		width: 16%;
		text-align:Center;
	}



}

table.board02 {
	border-top:2px solid #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:1px solid #0f3552; 
	padding:20px 10px; 
	text-align:center;
	font-size:1.3em;
}

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 solid #dddddd; 
	padding:20px 15px;
}

td.board_c05 img, td.board_c05 table {
	max-width:868px;
/*	width:100% !important;
	height:auto !important;*/
}

td.board_c06 {
	border-bottom:1px solid #dddddd; 
	padding:20px 15px;
}

td.board_c06 div {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

td.board_c06 div a {
	color:#333;
}


td.board_c07 {
	border-bottom:1px solid #9d9d9d; 
	padding:20px 15px;
}

td.board_c07 div {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

td.board_c07 div a {
	color:#333;
}

td.board_c07 div div a {
    display: inline-block;
    width: 100px;
    text-align: center;
    border-radius: 30px;
    padding: 3px 0px 5px;
    background: #151667;
    margin-left: 15px;
    color: #fff;
}



@media screen and (max-width: 767px) {
	table.board02 td {
		
	}
}

@media screen and (min-width: 767px) {
	.my_check_on {
		width:100%;
	}

	.nm_check_on {


	}


	.nm_check_off {
		display:none;
	}

}

@media screen and (max-width: 767px) {
	.my_check_on,
	.nm_check_on {

	}

	.nm_check_off {
		display:none;
	}

}




caption {
	text-align:right;
}

span.red {
	color:red;
}

.user_buttn {
	text-align:right;
	margin-bottom:20px;
}

a.buttn {
	background: #151667;
    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: #151667;
	border-color: #014582;
	margin-bottom:0;
}


table.table08 th {
	padding:10px 10px; 
	text-align:center; 
	font-weight:bold; 
	border:1px solid #c3c3c3; 
	background-color:#f7f7f7; 
}

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; 
}

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: 767px) {

}

@media (max-width: 575px) {


}


/* 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:20px;
	border-bottom:1px solid #dcdcdc;
	padding: 21px 0;
    background: #fbfbfb;
    border-radius: 15px 15px 0 0;
}

.left_title img {
	margin-left:5px;
}

.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: #151667;
	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;}





a.main_buttn00,
a.main_buttn01  {
    background: rgb(21 22 103);
    font-size: 18px;
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    padding: 8px 30px;
	margin:2px;
}


a.main_buttn01  {
    background: rgb(0 0 0 / 59%);
}





.main_buttn02 {
	color:#fff;
}

.main_buttn02 div {
	max-width: 200px;
    width: 100%;
    font-size: 16px;
    padding: 10px;
	border:1px solid #fff;
}

.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: 200px;
    width: 100%;
    font-size: 16px;
    padding: 10px;
	border:1px solid #fff;
	background: #3061a8;
}

.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:#151667;
	margin:5px;
}

.main_buttn04:hover {
	color:#fff;
}

.main_buttn04 div:hover {
    background:#ad0900;
}

.main_buttn05 {
	color:#fff;
}

.main_buttn05 div {
	max-width: 200px;
    width: 100%;
    font-size: 16px;
    padding: 10px;
	border:1px solid #fff;
	background: #057d41;
	margin:0 5px;
}

.main_buttn05:hover {
	color:#fff;
}

.main_buttn05 div:hover {
    background: #21945a;
}

.main_buttn01 div,
.main_buttn02 div,
.main_buttn03 div,
.main_buttn04 div,
.main_buttn05 div {
    display: inline-block;
}

#about .about-col table {
	min-height: 215px;
}

#about .about-col table td {
	vertical-align:middle;
}

#about .about-col table td img {
	margin-right:15px;
}

#about .about-col table td span {
	font-size: 12px;
    color: #909090;
}

#about .about-col table td:hover {

}

@media (max-width: 1199px) {
	#about .about-col table td {
		
	}
	
}

@media (max-width: 990px) {
	#about .about-col table td {
		
	}
	
}

@media (max-width: 767px) {
	#about .about-col table td {
		
	}
	
}

@media (max-width: 555px) {
	#about .about-col table td {
		
	}
	
}

@media (max-width: 485px) {
	#about .about-col table td {
		
	}
	
}

@media (max-width: 460px) {
	#about .about-col table td {
		
	}
	
}


.img-fluid {
	float: left;
}

.portfolio-wrap div.journal_book {
	float: left;
	margin:35px 20px 0;
	max-width: 66%;
}

.portfolio-wrap div.journal_book ul {
	    margin-bottom: 2rem;
}

.buttn01 {
	position: relative;
    padding: 8px 40px;
    margin: 10px 1px;
    border-radius: 30px;
	background-color: #151667;
	color: rgba(255, 255, 255, 0.84);
	display:inline-block;
}

.buttn01:hover {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.23), 0 10px 30px rgba(0, 0, 0, 0.19);
	color: rgba(255, 255, 255, 0.84);
}

.buttn02 {
	position: relative;
    padding: 8px 40px;
    margin: 10px 1px;
    border-radius: 30px;
	background-color: #3b81d4;
	color: rgba(255, 255, 255, 0.84);
	display:inline-block;
}

.buttn02:hover {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.23), 0 10px 30px rgba(0, 0, 0, 0.19);
	color: rgba(255, 255, 255, 0.84);
}

@media (max-width: 991px) {
	.img-fluid,
	.portfolio-wrap div.journal_book {
		float:none;
	}

	#portfolio .portfolio-item figure{
		text-align:center;
	}

	#portfolio .portfolio-item {

	}

	.portfolio-wrap div.journal_book {
		  margin: 0 auto;
		 padding-bottom: 25px;
	}

	div.journal_book p, 
	div.journal_book ul {
		display:none;
	}
}

@media (max-width: 768px) {
	#portfolio .portfolio-item {

	}
}


.history-area h4.round-square.first {
  margin: 0 0 10px;
}
.history-area h4.round-square {
  width: 150px;
  padding: 5px 10px;
  margin: 40px 0 10px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  border: 1px solid #195992;
  border-radius: 5px;
  background: #195992;
}
.history-box {
  padding: 5px 0;
  border-bottom: 1px dotted #ddd;
}
.history-box:after {
  display: block;
  content: '';
  clear: both;
}
.history-box dt {
  float: left;
  display: block;
  width: 150px;
  text-align: center;
  /*vertical-align: middle;*/
  color: #195992;
  font-weight: 700;
}
.history-box dd {
  float: left;
  padding: 0 0 0 30px;
  max-width: 560px;
	width:100%;
  /*text-align: center;*/
}
.history-box dd p {
  padding: 0 0 0 10px;
  margin:0;
}
.history-box dd .bullet {
  background: url("/images/bullet/bullet_main_board.jpg") 0 center no-repeat;
}
.history-box dd img {
  width: 260px;
}
.history-box ul.depth1 {
  padding-left: 15px;
}



.regulation ul {
  padding-left: 0;
}
.regulation-area {
  margin-top: 30px;
}
.download-group {
  width: 100%;
}
.download-group .down-form:after {
  content: '';
  display: block;
  clear: both;
}
.download-group .down-form {
  /*display: inline-block;*/
  padding: 8px 0;
  /*width: 49.5%;*/
  line-height: 2.5;
  /*font-weight: 700;*/
}
.download-group .down-form .text {
  padding-left: 15px;
  display: inline-block;
  font-size: 15px;
}
.download-group .down-form {
  border-bottom: 1px solid #ddd;
}
.download-group .down-form a {
  float: right;
  margin-top: 5px;
}
.download-group .down-form a.btn-reg {
  font-size: 12px;
  line-height: 1.4;
  color: #828282;
  display: inline-block;
  padding: 3px 12px;
  border: 1px solid #d1d1d1;
  border-radius: 1px;
  background-color: #fafafa;
  transition: 0.25s;
}
.download-group .down-form a.btn-reg i {
  padding-right: 5px;
  font-size: 15px;
}
.download-group .down-form a.btn-reg:hover {
  color: #333;
  border-color: #333;
}
.status-area {
  margin-top: 30px;
}

.link-area {
  padding: 0 0 15px 0;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fafafa;
}
.link-area .link-title {
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0 10px 30px;
}
.link-area:after {
  content: '';
  display: block;
  clear: both;
}
.link-area ul li {
  display: block;
  float: left;
  width: 49.5%;
  padding-left: 30px;
  /*text-align: center;*/
  /*padding: 0 0 0 50px;*/
  line-height: 30px;
  font-weight: 500;
}
.status-area .date {
  padding-top: 10px;
  text-align: right;
}
.status-area .status {
  margin-top: 40px;
}
.status-area .status li {
  list-style: none;
}
.status-area .status h5 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  /*padding-bottom: 10px;*/
}
.status-area .status p {
  padding-top: 10px;
}
.status-area .status .depth1 {
  padding-left: 15px;
}
.status-area .status .depth2 {
  padding-left: 30px;
}



.map-info {
  padding: 0;
}
.address-area {
  padding: 10px 20px;
  border: 1px solid #dfdfdf;
  background-color: #fafafa;
  line-height: 200%;
    margin-bottom: 20px;
}
.address-area .title {
  font-weight: 700;
  /*color: #1c58ab;*/
}
.address-area .btn {
  width: 68px;
  margin-right: 10px;
}
.address-area p {
	margin:0;
}

.map-info > ul {
	list-style:none;
	padding-left:0;
}
.map-info > ul > li {
  margin: 0 0 20px;
}
.map-info > ul > li .label {
  display: inline-block;
}
.map-info > ul > li > ul {
  /*margin: 0 0 0 20px;*/
  list-style:none;
}
.map-info > ul > li > ol {
  margin: 0 0 0 40px;
  list-style:none;
}
.map-info > ul > li > ol > li {
  font-size: 14px;
}
.map-info > ul > li > ol > li b {
  font-weight: bold;
}
.map-info > ul > li > ol > li b {
  font-weight: bold;
}
.map-info > ul li h4 + ul {
  padding-left: 27px;
}
.map-info > ul li .btn-navigation.naver-map {
  margin-right: 30px;
  padding-left: 32px;
  background: url(/images/sub/naver-map.png) left top no-repeat;
}
.map-info > ul li .btn-navigation.kakao-map {
  padding-left: 32px;
  background: url(/images/sub/kakao-map.png) left top no-repeat;
}

.ion-android-arrow-dropright-circle {
  color: #ccc;
  font-size: 20px;
  margin-right: 5px;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  font-size: 14px;
    padding: 5px 10px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-area {
    margin: 10px 0 30px;
}



table.Board thead th {
	background: #444;
    color: #fff;
	border: 1px solid #d0d0d0;
	padding: 0.5em 1em 0.5em 1em;
	text-align:center;
}

table.Board tbody td {
	border: 1px solid #d0d0d0;
	padding: 0.5em 1em 0.5em 1em;
	vertical-align:middle;
	text-align:center;
}

table.Board tbody td.left01 {
	text-align:center;
	max-width:180px;
	background: #f5f5f5;
}

table.Board tbody td table.Board02 {
	margin-bottom:0;
	width:100%;
}

table.Board tbody td table.Board02 td {
	text-align:left;
	border:0;
}

table.Board tbody td table.Board02 td.bg01 {
	width: 100px;
	background: #f5f5f5;
}

@media screen and (max-width: 480px) {
	table.Board thead th {
		display:none;
	}

	table.Board tbody td {
		width:100%;
		display:block;
		text-align:center;
	}

	table.Board tbody td.left01 {
		max-width:100%;
		background: #333;
		color:#fff;
	}

	table.Board tbody td table.Board02 td {
		text-align:center;
	}

	table.Board tbody td table.Board02 td.bg01 {
		width:100%;
	}
}

table.list_line {
	width:100%;
}

table.list_line thead th {
	background: #444;
    color: #fff;
	border: 1px solid #d0d0d0;
	padding: 0.5em 1em 0.5em 1em;
	text-align:center;
}

table.list_line tbody td {
	border: 1px solid #d0d0d0;
	padding: 0.5em 1em 0.5em 1em;
	vertical-align:middle;
	text-align:center;
}

table.list_line tbody td.left01 {
	text-align:center;
	max-width:180px;
	background: #f5f5f5;
}

table.list_line tbody td table.list_line02 {
	margin-bottom:0;
}

table.list_line tbody td table.list_line02 td {
	text-align:left;
	border:0;
}

table.list_line tbody td table.list_line02 td.bg01 {
	width: 100px;
	background: #f5f5f5;
}

.rull_box ol {
	margin-bottom:0;
}

.time_line td {
	vertical-align:top;
}

.time_line td.bg01 {
	background:url(/images/sub/time_line.gif) center center repeat-y;
}

.time_line td.bg01 div.time_box {
	width: 23px;
    height: 23px;
    border-radius: 50%;
	margin:4px 10px;
}

.time_line td.bg02 strong {
	font-size:20px;
	margin-left:23px;
}

.time_line td.bg02 table {
	margin-bottom:30px;
}

.time_line td.bg02 table td {
	padding:5px
}

.time_line td.bg02 table td.bg03 {
	text-align:Center;
	background:#f3f3f3;
	width:90px
}

table.table09 {
	border-collapse:collapse;
	border-top:3px solid #0f3552;
	border-bottom:2px solid #0f3552;
	width:100%;
}
table.table09 th {
	padding:2%; 
	text-align:center; 
	font-weight:bold; 
	border-bottom:1px solid #0f3552; 
	background-color:#f7f7f7; 
	color:#0f3552;
}

table.table09 td {
	padding:2%;
	border-bottom:1px solid #bcbcbc;  
	word-break:keep-all; 
	text-align:center;
}

table.table09 td.lef_t {
	text-align:left;
}

table.table09 tbody > tr:nth-child(odd){background: #f7f7f7;}

.conf_box {
	padding: 30px;
    border: 1px solid #d4d4d4;
	margin-bottom:15px;
}

.conf_box h4 img {
    position: absolute;
    right: 38px;
    top: 34px;	
}

.conf_box h4 span {
	font-size:20px;
}

.conf_box table td img {
	width:100%;
}

.public_box {
	font-size:14px;
}

.public_box img {
	float: left;
	margin-right:10px;
}


/* .borad_box */

.borad_box {
	width: 100%;
}

.borad_box h4 {
	padding: 15px 0 15px 50px;
    position: relative;
	margin-bottom:0;
}

.borad_box h4.borad_icon01 {
	background:url(/images/main/board_icon01.png) 0 9px  no-repeat;
}

.borad_box h4.borad_icon02 {
	background:url(/images/main/board_icon02.png) 0 9px  no-repeat;
}


.borad_box h4 img {
	position: absolute;
    right: 0px;
    top: 24px;
}



.borad_box .borad_box_1 {
	border:1px solid #dedcdc;
	border-radius: 15px;
    padding: 15px 25px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}




.borad_box .borad_box_1 div:nth-child(2n+1) {
	margin: 6px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    width: 75%;
	padding-left:20px;
	background: url(/images/main/borad_dott.gif) left center no-repeat;
}

.borad_box .borad_box_1 div:nth-child(2n) {
	font-size:14px;
	color:#333;
	width: 72px;
}


.borad_box .borad_box_1 div a {
	color:#333;
}





.borad_box02 {
	border:1px solid #dedcdc;
	padding:30px;
    min-height: 302px;
}

.borad_box02 h4 {
    position: relative;
	background:url(/images/main/borad02_bar.png) 0 bottom  no-repeat;
    padding-bottom: 10px;
}

.borad_box02 h4 img {
	position: absolute;
    right: 0px;
    top: 13px;
}



.borad_box02 .borad_box_2 {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.borad_box02 .borad_box_2 div:nth-child(2n+1) {
	margin: 6px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    width: 75%;
	padding-left:15px;
	background: url(/images/main/borad_dott02.gif) left center no-repeat;
}

.borad_box02 .borad_box_2 div:nth-child(2n) {
	font-size:14px;
	color:#333;
	width: 72px;
}


.borad_box02 .borad_box_2 div a {
	color:#333;
}









.borad_box ul.tabs {
	list-style:none;
	padding:0;
	margin:0;
    position: relative;
}

.borad_box ul.tabs li {
	display:inline-block;
	margin-right:10px;
}

.borad_box ul.tabs li a {
	color:#333;
}

.borad_box ul.tabs li h4{
	font-size: 1.2rem;
}

.borad_box ul.tabs li.active h4{
	font-size: 1.5rem;
    color: #333;
}

.borad_box ul.tabs li h4 img {
	display:none;
}

.borad_box ul.tabs li.active h4 img {
	display:block;
	position: absolute;
    right: 0;
    top: 16px;
}

.tab_content {
	border: 1px solid #cfcfcf;
    border-radius: 15px;
    padding: 20px 20px;
    margin-bottom: 20px;
	background:#fff;
}



.borad_box ul.tabs02 {
	list-style:none;
	padding:0;
	margin:0;
    position: relative;
}

.borad_box ul.tabs02 li {
	display:inline-block;
	margin-right:10px;
}

.borad_box ul.tabs02 li a {
	color:#333;
}

.borad_box ul.tabs02 li h4{
	font-size: 1.2rem;
}

.borad_box ul.tabs02 li.active02 h4{
	font-size: 1.5rem;
    color: #333;
}

.borad_box ul.tabs02 li h4 img {
	display:none;
}

.borad_box ul.tabs02 li.active02 h4 img {
	display:block;
	position: absolute;
    right: 0;
    top: 16px;
}


.tab_content02 {
	border: 1px solid #cfcfcf;
    border-radius: 15px;
    padding: 20px 20px;
    margin-bottom: 20px;
	background:#fff;
}






.borad_box table {
	width:100%;
	padding:10px 0;
	border-spacing: 10px;border-collapse: separate;
}

.borad_box table td {
	padding: 5px 0;
}

.borad_box table td div {
	max-width:350px;
	width:100%;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	display: block;
}

.borad_box table td div a {
	color:#333 !important;
}

.borad_box table td.rig_days {
	background:#f7f9fc;
    text-align: center;
	padding:5px;
    font-size: 12px;
	width:54px
}

.borad_box table td.rig_days strong {
	display: block;
    font-size: 16px;
}









@media (min-width:991px) and (max-width: 1200px) {
	.borad_box ul.tabs li.active h4, .borad_box h4 {

	}

	.borad_box ul.tabs li h4 {

	}
}


@media (max-width: 768px) {
	.borad_box {
		width: 100%;
	}

	.borad_box .borad_box_1 {


	}
	.borad_box .borad_box_1 div { 


	}

	.borad_margin {
		margin-bottom:30px;
	}


} 



@media (max-width: 514px) {

	.borad_box ul.tabs02 li.active02 h4 {
		font-size:1rem;
	}


	.borad_box .borad_box_1 div:nth-child(2n+1),
	.borad_box .borad_box_1 div:nth-child(2n) { 
		width:100%;
	}
} 














/* mega s */

.nav-item i.fa-bars {
	font-size:18px;
}


.dropdown-menu {
	position: fixed !important;
    inset: 0px 0px auto auto;
    margin: 0px;
    transform: translate(0px, 108px) !important;
}

.dropdown-menu .container {
	margin: 0 auto;
}

.dropdown-menu[data-mdb-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem;
    border-top: 0;
}

.mega_menu_top {
	text-align: center;
    width: 90%;
    font-size: 15px;
    background: #f74e4e;
    margin: 0 auto;
    display: block;
    padding: 7px 10px;
    color: #fff;
    border-radius: 30px;
}



.mega_sub_menu {
	display:inline-block;
	text-align:center;
	width:20%;
	border-right:1px solid #d7d7d7;
	text-align:center;
}

.mega_sub_menu .list-group a {
	font-size:14px !important;
	padding:10px;
	display:block !important;
	text-align:center;
    white-space: normal;
}



.my-4 div.mega_sub_menu1  {
	border-left:1px solid #d7d7d7;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 14px;
  color: #545454;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #e96b56;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #e96b56;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #ec7f6d;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #545454;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #e96b56;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}


/* mega e */

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #545454;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(59, 59, 59, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #545454;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #e96b56;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #e96b56;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

#mobile-nav ul li.dropdown {
	display:none;
}










.spon_box {
	border: 1px solid #d4d4d4;
	padding:20px 0;
}



#sub_top {
	padding:4% 0 7%;
	color:#fff;
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.sub_top_box {
	padding: 20px 4%;
    background: rgb(0 0 0 / 50%);
    display: inline-block;
}

#sub_top h2 {
	background: url(/images/sub/sub_top_bar.gif) 0 0 no-repeat;
	padding-top:10px;
	padding-bottom:00px;
	margin-bottom:10px;
	padding-top:10px;
}

#sub_top h5 {
	font-weight:400;
	color:#0099cc;
    text-transform: uppercase;
    font-size: 16px;
	margin-bottom:0;
}


.g_box {
	background:#f1f1f1;
	padding:10px;
}

.g_box ul {
	margin-bottom:0;
}

table.table11 {
	border-collapse:collapse;
	border-top:3px solid #0f3552;
	border-bottom:2px solid #0f3552;
	width:100%;
}
table.table11 th {
	padding:10px; 
	text-align:center; 
	font-weight:bold; 
	border-bottom:1px solid #0f3552; 
	background-color:#f7f7f7; 
	color:#0f3552;
}

table.table11 td {
	padding:10px;
	border-bottom:1px solid #bcbcbc;  
	word-break:keep-all; 
	text-align:center;
}



table.table12 {
	width:100%;
}

table.table12 th {
	padding:5px 0px; 
	text-align:center; 
	font-weight:bold; 
	border:1px solid #0f3552; 
	background-color:#f7f7f7; 
	color:#0f3552;
}

table.table12 td {
	padding:5px 0px 5px 15px; 
	border:1px solid #d6dce1; 
	word-break:keep-all; 
}

table.table12 td p {
	margin-bottom:0;
}





.quick_r_box {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.quick_r_box div.quick_r_cont {
	width: 47%;
    margin: 1%;
    border: 1px solid #cfcfcf;
    min-height: 235px;
    border-radius: 15px;
	position: relative;
	cursor: pointer;
	background-size: auto;
}

.quick_r_box div span.quick_r_bottom {
	position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
	background: #fff;
    width: 100%;
    padding: 20px;
    border-radius: 0 0 13px 13px;
}

.quick_r_box div span.quick_r_bottom h5 {
	margin-bottom:3px;
}

.quick_r_box div span.quick_r_bottom p {
	margin-bottom:0px;
	color: #818181;
	text-align: left;

}

.quick_r_top {
	display: block;
    width: 100%;
    min-height: 210px;
    border-radius: 15px;
    text-align: center;
    padding-top: 47px;
}


.quick_r_cont01 {
	background:url(/images/main/quick_r_img01.gif?2) center top no-repeat;
}

.quick_r_cont01:hover .quick_r_top {
	background-color: rgb(96 100 251 / 48%);
	transition: all 0.5s ease-in;
}


.quick_r_cont02 {
	background:url(/images/main/quick_r_img02.gif?2) center top no-repeat;
}

.quick_r_cont02:hover .quick_r_top {
	background-color: rgb(87 125 255 / 66%);
	transition: all 0.5s ease-in;
}

.quick_r_cont03 {
	background:url(/images/main/quick_r_img03.gif?2) center top no-repeat;
}

.quick_r_cont03:hover .quick_r_top {
	background-color: rgb(11 127 241 / 62%);
	transition: all 0.5s ease-in;
}

.quick_r_cont04 {
	background:url(/images/main/quick_r_img04.gif?2) center top no-repeat;
}

.quick_r_cont04:hover .quick_r_top {
	background-color: rgb(196 80 105 / 55%);
	transition: all 0.5s ease-in;
}


.pop_zon {
	max-width: 384px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20%;
}

.pop_zon div {
	background: #fff;
    position: absolute;
    bottom: -14%;
    right: 0;
    border-radius: 15px;
    padding: 7%;
    width: 88%;
    box-shadow: 0px 5px 5px #ededed;
}

.pop_zon div strong {
	display: block;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
}

.pop_zon div ul {
	margin:0;
	padding:0;
	list-style:none;
}

.pop_zon div ul li.icon_pin {
	background:url(../images/main/icon_pin.png) 0 3px no-repeat;
	padding-left: 20px;
}

.pop_zon div ul li.icon_day {
	background:url(../images/main/icon_day.png) 0 3px no-repeat;
	padding-left: 20px;	
}




/* slick */

.pop_zon_title {
	font-size: 1.2rem;
	margin-bottom:10px;
}


.slider {

}

.slick-slide {
  margin: 0px 0px;
}

.slick-slide img {

}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
}




.slick-dots li {
	width: 10px !important;
    height: 10px !important;
}


 .slick-dots button {
     bottom:20px;
 }

 .slick-dots button:before {
     display: none;
 }

 .slick-dots button {
	width: 10px !important;
	height: 10px !important;
	border: 2px solid #333 !important;
	border-radius: 50% !important;
	opacity: .2;
}

 .slick-dots .slick-active button {
	width: 10px !important;
	height: 10px !important;
	border: 2px solid #333 !important;
	border-radius: 50% !important;
	opacity: 1;
	background:#333;
}

.slick-arrow {
	display:none !important;
}

.slick-dots {
	top:-29px;
	text-align:right !important;
}


.slick-dotted.slick-slider {
	margin-bottom:0 !important;
}









.main_sns_box {
	border: 1px solid #cfcfcf;
	padding:15px;
	border-radius: 15px;
}

.main_sns_title  {
	position: relative;
	margin-bottom:5px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main_sns_title div {
	display: inline-block;
    padding: 3px 15px;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.main_sns_title .main_sns_dy {
    color: #757575;
	text-align:right;
	padding-right:0;
}

.yt_title {
	background:#f74e4e;
}

.nv_title {
	background:#43b961;
}

.in_title {
	background:#a85df5;
}

.main_sns_conf {
    font-size: 15px;
	margin-bottom:15px;
}








/* slick s */

.spon_box .spon_slick_box {
	width:100%;
}

.spon_box .slider {
	width: 100%;
}

.spon_box .slick-slide {
  vertical-align: middle;
  display: inline-block !important;
  float: none !important;
}

.spon_box .slick-slide img {
  margin:0 auto;
}

.spon_box .slick-prev:before,
.spon_box .slick-next:before {
  color: black;
}


.spon_box .slick-slide {
  transition: all ease-in-out .3s;
  /*opacity: .2;*/
}



/* slick e */


.wm_bg {
	padding:60px 40px;
	background:url(/images/sub/wm_bg.png) center center no-repeat;
	margin-bottom:7%;
}


.wm_bg h3 {
	text-transform: uppercase;
	margin-bottom:10px;
}

.wm_bg h5 {
	line-height:160%;
}


.wm_box {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.wm_box div {
	width:80%;
}

.wm_box div h5 {
	line-height:160%;
}

.wm_box div.chairman {
    width: 300px;
}



.sub_title_box01 {
    border: 1px solid #dfdfdf;
    border-radius: 15px;
    padding: 20px 30px;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
	margin-bottom:30px;
}

.sub_title_box01 div:nth-child(1) {
	width:11%;
	text-align:center;
}

.sub_title_box01 div:nth-child(2) {
	width:87%;
	border-left: 1px solid #dfdfdf;
	padding-left:20px;
	margin-left:10px;
}

.sub_title_box01 h4 {
	margin-bottom: 6px;
    color: #ce190d;
    background: url(/images/sub/sub_title_bg.png) 0 8px no-repeat;
    padding-left: 15px;
}

.sub_title_box01 p {
	margin-bottom:0;
    padding-left: 15px;
}


.sub_title_box02 {
	border: 1px solid #dfdfdf;
    border-radius: 15px;
    padding: 20px 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 30px;
    align-items: center;
}

.sub_title_box02 div:nth-child(1) {
	width:22%;
	text-align:center;
}

.sub_title_box02 div:nth-child(2) {
	width:76%;
	border-left: 1px solid #dfdfdf;
	padding-left:20px;
	margin-left:10px;
}

.sub_title_box02 div:nth-child(3) {
	width: 100%;
    border-top: 1px solid #dfdfdf;
    padding-top: 20px;
    margin-top: 20px;
}

.sub_title_box02 h4 {
	margin-bottom: 0px;
    color: #232470;
    padding-left: 15px;
}



.sub_title_box03 {
	border: 1px solid #dfdfdf;
    border-radius: 15px;
    padding: 20px 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.sub_title_box03 div:nth-child(1) {
	width:11%;
	text-align:center;
}

.sub_title_box03 div:nth-child(2) {
	width:87%;
	border-left: 1px solid #dfdfdf;
	padding-left:20px;
	margin-left:10px;
}



.sub_title_box03 h4 {
	margin-bottom: 0px;
    color: #ce190d;
    background: url(/images/sub/sub_title_bg.png) 0 11px no-repeat;
    padding-left: 15px;
	float:left;
}

.sub_title_box03 p {
	margin-bottom: 0px;
	float:right;
}








@media (max-width: 1200px) {
	.borad_box table td div {
		max-width:285px;
	}
}

@media (max-width: 991px) { 
	.borad_box table td div {
		max-width:170px;
	}	

	#call-to-action .announ_bg table {
		min-height:165px;
	}
}

@media (max-width: 768px) {
	.borad_box table td div {
		max-width:410px;
	}

	.wm_box {
		display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
	}

	.wm_box div,
	.wm_box div.chairman {
		width:100%;
	}

	.wm_box div.chairman {
		text-align:center;
		margin-bottom:30px;
	}

	.sub_title_box01 div:nth-child(1) {
		display:none;
	}

	.sub_title_box01 div:nth-child(2) {
		width:100%;
		border-left: 0;
		padding-left:0px;
		margin-left:0px;
	}

	.sub_title_box02 div:nth-child(1) {
		display:none;
	}

	.sub_title_box02 div:nth-child(2) {
		width:100%;
		border-left: 0;
		padding-left:0px;
		margin-left:0px;
	}

	.sub_title_box03 div:nth-child(1) {
		display:none;
	}

	.sub_title_box03 div:nth-child(2) {
		width:100%;
		border-left: 0;
		padding-left:0px;
		margin-left:0px;
	}

	.ConfMenu ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.ConfMenu ul li {
		border: 1px solid #898989;
		width: 49%;
		margin: 3px 0;
		padding: 5px;
		border-radius: 5px;
        background: #f3faff;
	}

	.ConfMenu ul li a {
		padding: 0px 0px;
	}


}

@media (max-width: 550px) {
	.borad_box table td div {
		max-width:360px;
	}


}

@media (max-width: 540px) {
	.quick_r_box div span {
		border-radius: 0 0 15px 15px;
		height: 85px;
	}

	.quick_r_box div span p {
		display: none;
	}

	.quick_r_box div.quick_r_cont03 span h5 {
		font-size:15px;
	}

}


@media (max-width: 450px) {
	.borad_box table td div {
		max-width:250px;
	}

	.borad_box ul.tabs li h4,
	.borad_box ul.tabs02 li h4 {
		font-size: 14px;
	}

	.borad_box ul.tabs li.active h4,
	.borad_box ul.tabs02 li.active h4 {
		font-size: 19px;
	}
}

@media (max-width: 320px) {
	.borad_box table td div {
		max-width:160px;
	}
}













/* form control s */


.sign_div {
	max-width: 400px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #d5d5d5;
    border-radius: 15px;
    background: #f9f9f9;
}

.sign_div table {
	width:100%;
}


.form_title {
	font-size: 20px;
    margin-bottom: 15px;
}

.form_title02 {
	font-size: 20px;
    margin-bottom: 15px;
	background: url(/images/sub/form_title_bg.png) left 9px no-repeat;
    padding-left: 11px;
}


.form_table {
	border-top:1px solid #d5d5d5;
	width:100%;
}

.form_table_border {
	border-top:0;
}


.form_table th {
	background: #ededed;
	border-right:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
	text-align:center;
    padding: 10px 15px;
}

.form_table th:last-child {
	border-right:0;
}


.form_table td {
	border-bottom:1px solid #d5d5d5;
	padding:10px 15px;
}

.form_table td.bg01 {
	width:160px;
	background: #ededed;
	border-right:1px solid #d5d5d5;
    text-align: center;
}

.form_table td.bg02 {
	border-right:1px solid #d5d5d5;
}


.form_table td.bg03 {
	width:87px;
	background: #ededed;
	border-right:1px solid #d5d5d5;
}


.form-control {
    border: 1px solid #a2a7ab;
	display: inline-block;
}

.form-control:focus {
    border-color: #bd2e2e;
	box-shadow: none;
}

.form_95 {
	width:95%;
	display:inline-block;
}

.form_80 {
	width:80%;
	display:inline-block;
}

.form_50 {
	width:50%;
	display:inline-block;
}

.form_40 {
	width:39%;
	display:inline-block;
}


.form_35 {
	width:35%;
	display:inline-block;
}


.form_30 {
	width:30%;
	display:inline-block;
}


.form_20 {
	width:20%;
	display:inline-block;
}



.form_buttn00 {
	padding: 8px 50px;
    margin: 5px;
    background: linear-gradient(1deg, #33349d, #151667);
    color: rgba(255, 255, 255, 0.84) !important;
    display: inline-block;
    border-radius: 30px;
    border: 0;
    cursor: pointer;
    font-size: 16px;
}


.form_buttn01 {
    padding: 8px 10px;
    margin: 5px;
    border-radius: 2px;
    background-color: #2265b0;
    color: rgba(255, 255, 255, 0.84) !important;
    display: inline-block;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}

.form_buttn01:hover {
    background-color:#163f6d;
}




.form_buttn02 {
    padding: 8px 10px;
    margin: 5px;
    background: #e9e9e9;
    color: #333;
    display: inline-block;
    border-radius: 30px;
    border: 0;
    cursor: pointer;
    width: 140px;
    font-size: 16px;
}



.form_buttn03 {
	padding: 4px 7px;
    /* margin: 5px; */
    border-radius: 2px;
    background-color: #6f7071;
    color: rgba(255, 255, 255, 0.84) !important;
    display: inline-block;
    border-radius: 5px;
    border: 0;
    text-align: center;
    width: 85px;
    font-size: 12px;
    cursor: pointer;
}

.form_buttn03:hover {
    background-color: #a5a5a5;
}

.form_buttn05 {
	padding: 4px 7px;
    /* margin: 5px; */
    border-radius: 2px;
    background-color: #6f7071;
    color: rgba(255, 255, 255, 0.84) !important;
    display: inline-block;
    border-radius: 5px;
    border: 0;
    text-align: center;
    width: 120px;
    font-size: 12px;
    cursor: pointer;
	margin:4px;
}

.form_buttn05:hover {
    background-color: #a5a5a5;
}

.form_buttn06 {
	padding: 4px 7px;
    /* margin: 5px; */
    border-radius: 2px;
    background-color: #951e1e;
    color: rgba(255, 255, 255, 0.84) !important;
    display: inline-block;
    border-radius: 5px;
    border: 0;
    text-align: center;
    width: 120px;
    font-size: 12px;
    cursor: pointer;
}

.form_buttn06:hover {
    background-color: #b93838;
}



.form_buttn04 {
	padding: 4px 7px;
    background-color: #ff5722;
    color: rgba(255, 255, 255, 0.84) !important;
    display: inline-block;
    border-radius: 5px;
    border: 0;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
	width:100%;
}



.form_buttn07 {
	padding: 8px 20px;
    margin: 5px;
    background: #c36767;
    color: rgba(255, 255, 255, 0.84) !important;
    display: inline-block;
    border-radius: 30px;
    border: 0;
    cursor: pointer;
    font-size: 16px;
}


.form_buttn08 {
	padding: 4px 7px;
    /* margin: 5px; */
    border-radius: 2px;
    background-color: #b34848;
    color: rgba(255, 255, 255, 0.84) !important;
    display: inline-block;
    border-radius: 5px;
    border: 0;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.form_buttn08:hover {
    background-color: #d57575;
}


.form_radio {
	margin-bottom:0;
    cursor: pointer;
	padding:10px;
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem .75rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
	background-color: #fff; background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: 1px solid #ababab;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	height:auto;
  }



.form_table_m {
	border-top:1px solid #d5d5d5;
	width:100%;
}

.form_table_m th {
	background: #ededed;
	border-right:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
	text-align:center;
    padding: 10px 15px;
	font-weight:normal;
}

.form_table_m th.bg01 {
	text-align:left;
}

.form_table_m th:last-child {
	border-right:0;
}


.form_table_m td {
	border-bottom:1px solid #d5d5d5;
	padding:10px 15px;
}

.form_table_m td.bg01 {
	width:150px;
	background: #ededed;
	border-right:1px solid #d5d5d5;
}

.form_table_m td.bg02 {
	border-right:1px solid #d5d5d5;
}


.form_table_m td.bg03 {
	width:87px;
	background: #ededed;
	border-right:1px solid #d5d5d5;
}



.form_table_m td div.dyhidden table td {
	padding:revert-layer
}




.en_box {
	display: block;
    margin-left: 10px;
}

.line_more {
	text-align:right;
	margin-top:10px;
}


.sign_btn_box {
	text-align:center;
	margin-top:15px;
}


.login_form_box {
	max-width: 500px;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    border: 1px solid #d1d1d1;
    border-radius: 15px;
    background: linear-gradient(359deg, #fcfcfc, #fcfcfc, transparent);
    padding: 20px;

}

.login_form_box div label {
	width:100%;
}

.login_form_box div label input {
	margin-top:5px;
}

.login_buttn {
	position: relative;
    margin: 15px 0;
    width: 100%;
    padding: 10px;
    outline: none;
    border: none;
    border-radius: 25px;
    text-transform: uppercase;
    background: #151667;
    color: rgba(255, 255, 255);
    font-weight: 600;
    cursor: pointer;
}

.login_form_box_bottom {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.login_form_box_bottom div {
    width: 100%;
    margin: 3px;
    text-align: center;
}

.login_form_box_bottom a {
	display: block;
    width: 100%;
    background: #f3f3f3;
    padding: 3px;
    color: #333;
    border: 1px solid #cdcdcd;
}


.login_form_box table {
	width:100%;
}

.login_form_box table td {
	padding:10px 10px;
}

.login_form_box table td span {
	width: 45%;
    display: inline-block;
}


.sign_up_enbox {
	text-align: center;
    padding: 50px 0;
    background: #efefef;
    border: 1px solid #bfbfbf;
    border-radius: 15px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}



.paper_box {
	padding:px 0 10px 0;
	margin: 0;
}

.paper_box_left {
	padding-bottom:5px;
	text-align:left;
	width:50%;
    display: inline-block;
}

.paper_box_left i {
	font-size: 26px;
    color: #3da6f7;
	margin-left:5px;
    vertical-align: middle;
}

.paper_box_right {
	padding-bottom:5px;
	text-align:right;
	width:50%;
    display: inline-block;
}

.paper_box_right i {
	font-size: 26px;
    color: #3da6f7;
	margin-left:5px;
    vertical-align: middle;
}


.my_menu {
	display:none;
}

#left_menu {
	margin-top:20px;
}

.form_table td table td {
	padding:5px;
}

.editor img {
	height:auto !important;
}



.sort_btn {
	background: #5caeff;
    color: #ffffff;
    padding: 32px 0;
    margin: 1px 0;
    cursor: pointer;
	width:28px;
}

.sort_btn:hover {
	background:#185087;
    color: #5caeff;
}

.del_btn {
	background: #eb9090;
    color: #fff;
    border-radius: 30px;
    padding: 124px 0;
    cursor: pointer;
	width:28px;
}




.map_data_box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}

.map_data_box div {
	width:50%;
}




.confer_day_box {
	display: inline-block;
    width: 45%;
    border: 1px solid #404183;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 2px 3px 4px #efefef;
    background: #ffffff;
	margin:2%;
    position: relative;
}

.confer_day_box i {
	position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    color: #e7e7e7;
}

.confer_day_box h5 {
	margin-bottom:0;
	margin-top:5px;
    color: #151667;
}




.ci_ul {
	padding:0;
	margin-bottom:0;
	list-style:none;
}

.ci_ul li {
	padding-left:20px;
	margin-bottom:10px;
}


.ci_box1 {
	display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
	margin-bottom:40px;
}

.ci_box2 {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
	margin-bottom:40px;
}


.ci_box3 {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom:40px;
}

.ci_box3 div {
	width:48%;
}


body {
	position: relative;
}


#SLB_content {
	max-width:400px;
    width: 98%;
	left: 50% !important;
	transform: translate(-50%);
}

#SLB_content::before {

   }

#SLB_iframe {


}



.spon_member_box {
	border: 1px solid #dedede;
    display: inline-block;
    text-align: center;
    margin: 4px 4px 40px;
    width: 240px;
}

.spon_member_box div {
	background: #f9f9f9;
    border-bottom: 1px solid #dedede;
    padding: 5px 0 ;
}

.spon_member_box p {
	margin-bottom:0;
}



#main_quick_box {
	background:#f5fcfe;
	padding:30px 0;
}

#main_quick_box .main_quick_box {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}

#main_quick_box .main_quick_box div {
	border-right: 1px solid #dedcdc;
    text-align: center;
    width: 100%;
	cursor: pointer;
}


#main_quick_box .main_quick_box div:last-child {
	border-right: 0;
}

#main_quick_box .main_quick_box div img {
	margin-bottom:10px;
}


.journal_box {
	display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.journal_box div {
	border: 1px solid #dedcdc;
    padding: 19px 10px;
    border-radius: 15px;
    background: #fff;
    text-align: center;
    margin: 0 2% 22px;
    width: 46%;
}

.journal_box div img {
	margin-bottom:5px;
}


.journal_box div.news_Journal  {
    padding: 0px;
}

.journal_box div.news_Journal div {
	border:0;
    padding: 0px;
    border-radius: 0px;
    margin: 0px;
    width: 100%;
}


.journal_box div.news_Journal div.news_Journal_top {
    height: 50%;
    border-radius: 15px 15px 0 0;
    font-size: 16px;
	padding: 17px 10px;
}

.journal_box div.news_Journal div.news_Journal_top strong {
	color:#1b73ff;
	display:block;
    font-size: 18px;
}

.journal_box div.news_Journal div.news_Journal_top span {
	color:#717171;
	display:block;
    font-size: 14px;
	margin-top:5px;
}


.journal_box div.news_Journal div.news_Journal_bottom {
    height: 50%;
	background:#adcaf8;
    border-radius:0 0 15px 15px;
	padding-top:15px;
	padding: 17px 10px;
}

.journal_box div.news_Journal div.news_Journal_bottom img {
	margin-bottom:0;
}


.main_spon {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 35px 20px;
    background: #f0f8fb;
	margin-bottom:60px;

}


.main_spon #test2 img,
.main_spon #test3 img {
	margin:0 10px;
}




table.table01	{
	border-collapse:collapse; 
	margin:10px 20px; 
	border-top:1px dotted #15284e;
}
table.table01 td{
	padding:3px 10px; 
	border-bottom:1px dotted #15284e;
}
table.table02 th {
	background-color:#f1f1f1; 
	font-weight:bold; 
	color:#15284e; 
	padding:3px 0 1px; 
	border-bottom:3px solid #15284e;
}
td.td_border01 {
	border-right:2px solid #15284e; 
	background:#f7f7f7; 
	font-weight:bold;
}
td.td_border01c {
	border-right:2px solid #15284e; 
	background:#f7f7f7; 
	font-weight:bold; 
	text-align:center;
}

table.table02 {
	border-collapse:collapse; 
	border-top:1px dotted #15284e;
}
table.table02 th {
	background-color:#f1f1f1; 
	font-weight:bold; 
	color:#15284e; 
	padding:3px 0 1px; 
	border-bottom:3px solid #15284e;
}
table.table02 td {
	padding:5px 10px 3px; 
	border-bottom:1px dotted #15284e;
}

table.table03 {border-collapse:collapse; border-top:3px solid #608dd0; border-bottom:2px solid #afc5e7;}
table.table03 th	{padding:10px 10px 6px; text-align:center; font-weight:bold; border-bottom:1px solid #608dd0; background-color:#f3f7fb; color:#192f8e;}
table.table03 td	{padding:10px 10px 6px; border-bottom:1px dotted #afc5e7; }
table.table03 td.td01	{text-align:center; font-weight:bold; border-right:1px solid #608dd0; background-color:#f3f7fb; color:#426dbd;}
table.table03 td.td02	{text-align:center; font-weight:bold; border-right:1px solid #608dd0; background-color:#f7f9fd; color:#426dbd;}
table.table03 td.td03	{text-align:center; font-weight:bold; border-right:1px solid #608dd0; background-color:#f3f4ff; color:#426dbd;}
table.table03 td.td04	{text-align:center; font-weight:bold; border-right:1px solid #608dd0; background-color:#f3f4ff; color:#426dbd;}
table.table03 td.td05	{padding:10px 10px 6px; text-align:center; font-weight:bold; border-bottom:1px solid #608dd0; background-color:#f3f4ff; color:#192f8e;}

table.table03 td.blue_line			{border-bottom:1px solid #608dd0;}

table.table04		{border-collapse:collapse; border-top:3px solid #608dd0; border-bottom:2px solid #afc5e7;}
table.table04 th	{padding:6px 10px 2px; text-align:center; font-weight:bold; border-bottom:1px solid #608dd0; background-color:#f3f7fb; color:#192f8e;}
table.table04 td	{padding:4px 10px 0px; border-bottom:1px dotted #afc5e7; }
table.table04 td.td01	{text-align:center; font-weight:bold; border-right:1px solid #608dd0; background-color:#f3f7fb; color:#426dbd;}
table.table04 td.td02	{text-align:center; font-weight:bold; border-right:1px solid #608dd0; background-color:#f7f9fd; color:#426dbd;}


table.table05 {
	border-collapse:collapse; 
	border-top:3px solid #608dd0; 
	border-bottom:2px solid #afc5e7;
}
table.table05 th	{
	padding:10px 10px 6px; 
	text-align:center; 
	font-weight:bold; 
	border-bottom:1px solid #608dd0; 
	background-color:#f3f7fb; 
	color:#192f8e;
}
table.table05 th span {
	font-weight:normal;
    display: inline-block;
}
table.table05 td {
	padding:10px 10px 6px; 
	border-bottom:1px dotted #afc5e7; 
	font-size:12px; 
	text-align:center;
}
table.table05 td.td01 {
	text-align:center;
	font-weight:bold; 
	border-right:1px solid #608dd0; 
	background-color:#f3f7fb; 
	color:#426dbd;
}
table.table05 td.td02	{
	text-align:center; 
	font-weight:bold; 
	border-right:1px solid #608dd0; 
	background-color:#f7f9fd; 
	color:#426dbd;
}
table.table05 td.td03	{
	text-align:center; 
	border-right:1px solid #608dd0;
}



.table06	{border-collapse:collapse; border-top:3px solid #608dd0;}
.table06 th	{padding:5px 0 3px; border:1px solid #608dd0; border-bottom:1px solid #608dd0; background-color:#f3f7fb; font-weight:bold; text-align:center;}
.table06 td	{padding:3px 5px; border:1px solid #cfe1e8; text-align:center; line-height:110%;}
.table06 td.td01	{border-right:1px solid #555555; background-color:#f8f8f8;}
.table06 td.td02	{border-right:1px solid #555555; background-color:#f8f8f8; text-align:left;}
.table06 td.td03	{text-align:left;padding-left:10px;}

.table06 td.bg01	{background-color:#f9f9f9;}


.publ_box {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	margin-bottom:30px;
}

.publ_box div.publ_box_left {
	width:20%;
	margin-right:5%;
}

.publ_box div.publ_box_right {
	width:75%;
}


.mamber_s_table {
	max-width:500px;
}





@media (max-width: 992px) { 
	.my_menu {
		display: block;
	}

}


@media (max-width: 767px) { 
/* form control s  */
	.form_table {
		border-top: 1px solid #d5d5d5;
	}


	.form_table th {
		display:none;
	}

	.form_table td,
	.form_table td.bg01 {
		width:100%;
		display:block;
	}

	.form_table tr {
	}

	.form_table td {
		padding: 10px 10px;
        border-bottom: 0;
        background: #f9f9f9;
        border-radius: 10px;
	}


	.form_table td.bg01,
	.form_table td.bg03 {
		background: #fff;
		border-right: 0;
		padding: 10px 0px; 
		border-bottom:0;
		margin-top:5px;
		padding-bottom: 0px;
		color: #247293;
		font-weight:bold;
		text-align:left;
	}

	.form_table td.bg02 {
		border-right: 0;
	}


					
	.form_table td table td {
		width: auto;
		display: table-cell;
		border-radius: 0;
	}

	.form_table td:first-child {
	}

	.form_table td:last-child {
		
	}


	.form_table td .form-control,
	.form_table td .form-select {
		margin-bottom:5px;
	}

	.form_buttn {
		margin:0 5px 5px 0;
	}

	.form_95,
	.form_80,
	.form_50,
	.form_40,
	.form_35,
	.form_30,
	.form_20 {
		width:100%;
		display:block;
	}

	.form_buttn01 {
		margin:0;
		margin-bottom:10px;
	}

	.form_buttn04 {
	}

	#pyMethodList li {
		
		display:inline-block;
	}

	.login_form_box table td {
		width:100%;
		display:inline-block;
	}

	.login_form_box table td.bg01 {
		color:#3778b5;
		padding: 10px 10px 0px;
	}


		.Conference {
			border: 0;
		}

		.Conference thead {
			border: none;
			clip: rect(0 0 0 0);
			height: 1px;
			margin: -1px;
			overflow: hidden;
			padding: 0;
			position: absolute;
			width: 1px;
		}

		.Conference th {
			display: block;
		}

		.Conference tr {
			border-top: 3px solid gray;
			border-bottom: 3px solid #ddd;
			display: block;
		}

		.Conference td,
		table.Conference td.conf_name {
			display: flex;
			max-width: 100%;
			width: 100%;
			flex-direction: row;
			flex-wrap: nowrap;
			align-items: center;
			border-bottom:0;
		}

		.Conference td::before {
			content: attr(data-label); /*data-labelÀ» °¡»ó¿ä¼Ò Ç¥Ãâ*/
			width: 48px;
			text-transform: uppercase;
			text-align: left;
			margin-right: 25px;
		}

		table.Conference td.conf_cont {
			display: block;
			width: 100%;
			padding-left: 77px;
		}

		table.Conference td.conf_cont div {
			margin-left: 58px;
		}

		table.Conference td.conf_cont div:nth-child(1) {
			margin-left: 0;
		}



		.Conference td:last-child {
			border-bottom: 0;
		}

		.Conference td .form-control_m {
			
		}

		.Conference tr.th_tr {
			display:none;
		}

		.Conference td {
			border-bottom: 1px solid #d5d5d5;
		}

		.Conference td.n_data_label {
			text-align:center;
			display: block;
		}

		.Conference td.n_data_label::before {
			display:none;
		}


		#sub_top {
			padding: 15px 0;
			height: auto;
		}

		#sub_top h2{
			font-size:1.4rem;
		}
		
		.sub_title h2 {
			font-size:1.6rem;
		}

		.sub_title h4 {
			font-size:1.3rem;
		}


		.map_data_box {
			display: block;
		}

		.map_data_box div {
			width:100%;
			text-align:center;
			margin-bottom:10px;
		}



		.confer_day_box {
			display: inline-block;
			width: 45%;
			border: 1px solid #404183;
			padding: 20px;
			border-radius: 15px;
			box-shadow: 2px 3px 4px #efefef;
			background: #ffffff;
			margin:2%;
			position: relative;
		}


		.ci_box3 div {
			width:100%;
			margin-bottom:30px;
		}






		.form_table_m {
			border: 0;
		}

		.form_table_m thead {
			border: none;
			clip: rect(0 0 0 0);
			height: 1px;
			margin: -1px;
			overflow: hidden;
			padding: 0;
			position: absolute;
			width: 1px;
		}

		.form_table_m th {
			display: block;
			width:100%;
		}

		.form_table_m th.bg01 {
			text-align:center;
		}

		.form_table_m th.data_label_th {
			display:none;
		}

		.form_table_m tr {
			border-top: 3px solid gray;
			border-bottom: 3px solid #ddd;
			display: block;
		}

		.form_table_m td {
			display: flex;
			width: 100%;
			flex-direction: row;
			flex-wrap: nowrap;
			align-items: center;
			border-bottom:0;
		}

		.form_table_m td::before {
			content: attr(data-label); /*data-labelÀ» °¡»ó¿ä¼Ò Ç¥Ãâ*/
			width: 100px;
			text-transform: uppercase;
			text-align: left;
		}




		.form_table_m td:last-child {
			border-bottom: 0;
		}

		.form_table_m td .form-control_m {
			
		}

		.form_table_m tr.th_tr {
			display:none;
		}

		.form_table_m_td td {
			border-bottom: 1px solid #d5d5d5;
		}

		.form_table_m td.n_data_label {
			text-align:center;
			display: block;
		}

		.form_table_m td.n_data_label::before {
			display:none;
		}

		.form_table_m td.n_data_label a.form_buttn03 {
			width:100%;
		}


		.day_imprtant span table tr {
			border-top: none;
			border-bottom: none;
			display: table-row;
		}

		.day_imprtant span table tr td {
			display: table-cell;
			padding: 2px;
		}

/* form control e  */


		#main_quick_box .main_quick_box { 
			flex-wrap: wrap;
		}

		#main_quick_box .main_quick_box div {
			width: 33%;
			margin-bottom: 15px;
		}

		#main_quick_box .main_quick_box div:nth-child(3),
		#main_quick_box .main_quick_box div:nth-child(6){
			border-right:0;
		}



		.publ_box {
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			margin-bottom:20px;
		}

		.publ_box div.publ_box_left {
			width:100%;
			margin-right:0%;
			text-align:center;
			margin-bottom:20px;
		}

		.publ_box div.publ_box_right {
			width:100%;
		}


}


@media (max-width: 500px) { 
		#main_quick_box .main_quick_box div {
			width: 50%;
			margin-bottom: 15px;
		}

		#main_quick_box .main_quick_box div:nth-child(3) {
			border-right: 1px solid #dedcdc;
		}

		#main_quick_box .main_quick_box div:nth-child(2),
		#main_quick_box .main_quick_box div:nth-child(4){
			border-right:0;
		}
}

@media (max-width: 375px) { 
	.journal_box div {
		margin: 0 auto;
		width: 98%;
		margin-bottom: 10px;
	}
}






/* form creative-cards s  */

.creative-cards{
    padding: 60px 0;
    position: relative;
}
.creative-cards .container {
    max-width: 1320px;
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
    margin-right: auto;
    margin-left: auto;
}
.creative-cards .container .row{
    display: flex;
    flex-wrap: wrap;
}
.creative-cards .container .row .card-column {
    flex: 0 0 auto;
    width: 25%;
    text-align: center;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.card-details {
    width: 90%;
    margin: auto;
    position: relative;
    transition: .3s ease-in-out;
}
.card-details:before {
    content: "";
    width: 190px;
	min-height:410px;
    height: 100%;
    background:#f2fcff;
    position: absolute;
    left: 50%;
    top: 220px;
    transform: translate(-50%, -50%) skew(-20deg, 0deg);
    z-index: -1;
    transition: .3s ease-in-out;
}
.card-details:hover:before{
    background-color: #d2f0f9;
}
.card-icons {
    width: 140px;
    height: 110px;
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-icons:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid;
    width: 100%;
    height: 100%;
    transform: skew(-20deg, 0deg);
    background: #fff;
    border-color: #151667;
    transition: .3s ease-in-out;
}


.card-icons img{
    position: relative;
    width: 70px;
    height: 70px;
}
.card-details h3{
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.2;
    color: #151667;
}

.card-details h3 span {
	display: block;
    font-size: 13px;
    color: #333;
    margin-top: 5px;
    min-height: 31px;
}

.card-details p {
    font-size: 15px;
    line-height: 24px;
    color: #444;
    font-weight: 400;
    margin-bottom: 15px;
	text-align:center;
}

.card-details p strong {
    color: #0764cb;
}


.card-details ul { 
	margin:0; 
	padding-left:10px; 
} 

.card-details ul li { 
	text-align:left; 
	font-size: 13px; 
}

.card-details ul li img {
	margin-right: 5px;
    vertical-align: middle;
    margin-top: -2px;
}









/* ============= Responsive Ipad ==================== */
@media (max-width: 992px) {
 .creative-cards .container .row .card-column {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 40px;
}
}

/* ============= Responsive Iphone ==================== */
@media (max-width: 480px) {
	 .creative-cards .container .row .card-column {
		flex: 0 0 auto;
		width: 100%;
		margin-bottom: 20px;
	}
	.card-details{
		width: 100%;
	}
}


/* form creative-cards e  */


/*==================================
    TIMELINE
==================================*/

    /*-- GENERAL STYLES
    ------------------------------*/
    .timeline {
        line-height: 1.4em;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
        h1, h2, h3, h4, h5, h6 {
            line-height: inherit;
        }
    }

    /*----- TIMELINE ITEM -----*/

    .timeline-item {
        padding-left: 40px;
        position: relative;
        &:last-child {
            padding-bottom: 0;
        }
    }

    /*----- TIMELINE INFO -----*/

    .timeline-info {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 3px;
        margin: 0 0 .5em 0;
        text-transform: uppercase;
        white-space: nowrap;
    }
    /*----- TIMELINE MARKER -----*/

    .timeline-marker {
        position: absolute;
        top: 0; bottom: 0; left: 0;
        width: 15px;
        &:before {
            background:#0799cb;
            border: 3px solid transparent;
            border-radius: 100%;
            content: "";
            display: block;
            height: 15px;
            position: absolute;
            top: 4px; left: 0;
            width: 15px;
            transition: background 0.3s ease-in-out,
                    border 0.3s ease-in-out;
        }
        &:after {
            content: "";
            width: 3px;
            background: #CCD5DB;
            display: block;
            position: absolute;
            top: 24px; bottom: 0; left: 6px;
        }
        .timeline-item:last-child &:after {
            content: none;
        }
    }
    .timeline-item:not(.period):hover .timeline-marker:before {
        background: transparent;
        border: 3px solid $primary-color;
    }

    /*----- TIMELINE CONTENT -----*/

    .timeline-content {
        padding-bottom: 40px;
        p:last-child {
            margin-bottom: 0;
        }
    }

	.timeline-content h3 {
		font-size:20px;
	}

    /*----- TIMELINE PERIOD -----*/
    
    .period {
        padding: 0;
        .timeline-info {
            display: none;
        }
        .timeline-marker {
            &:before {
                background: transparent;
                content: "";
                width: 15px;
                height: auto;
                border: none;
                border-radius: 0;
                top: 0;
                bottom: 30px;
                position: absolute;
                border-top: 3px solid #CCD5DB;
                border-bottom: 3px solid #CCD5DB;
            }
            &:after {
                content: "";
                height: 32px;
                top: auto;
            }
        }
        .timeline-content {
            padding: 40px 0 70px;
        }
        .timeline-title {
            margin: 0;
        }
    }



    .timestep {
      position: relative;
      margin: auto;
    }

    .timestep::before {
      content: '';
      position: absolute;
      left: 30%;
      top: 0;
      bottom: 0;
      width: 4px;
      background: #0078d4;
    }

    .label {
      position: relative;
      width: 28%;
      text-align: right;
      padding-right: 16px;
      font-weight: bold;
      color: #0078d4;
      font-size: 1.05rem;
    }

    .step {
      position: relative;
      left: 34%;
      width: 62%;
      padding: 16px 20px;
      background: white;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      margin-bottom: 20px;
    }

    .step::before {
		content: "\f358";
		font-family: "Font Awesome 5 Free";
		position: absolute;
		top: 10px;
		left: -8%;
		/* width: 24px; */
		/* height: 16px; */
		background: #ffffff;
		border-radius: 50%;
		border: 3px solid white;
		z-index: 1;
		color: #0078d4;
		font-size: 20px;
    }


    /* ¸ð¹ÙÀÏ ´ëÀÀ */
    @media (max-width: 768px) {
      .timestep::before {
        left: 20px;
      }


	.label,
      .step {
        left: 0;
        width: 85%;
        margin-left: 40px;
        padding-top: 8px;
        text-align: left;
      }

      .step::before {
        left: -30px;
        top: 0;
      }
    }

