.blog-post h2 {
  font-size: 25px;
  margin-bottom: 10px;
  margin-top: 15px;
  font-weight: 600;
  text-transform: capitalize;
}

.block_overflow{
    overflow: hidden;
} 

.block_overflow_sub{
    overflow: hidden;
    position: relative;
} 

@keyframes zoom {
    0% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.0, M12=0, M21=0, M22=1.0, SizingMethod='auto expand')";
        filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.0, M12=0, M21=0, M22=1.0, SizingMethod='auto expand');
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')";
        filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand');
    }
}



body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  background-color: #fff;
  font-family: 'NotoSansKR-Regular', sans-serif;
}

.text_sub{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    word-break: auto-phrase;
}

.text_sub_title{    
    font-weight: bold;
    line-height: 1.4;   
    word-break: auto-phrase;
    
    
    background-color: var(--point-color); 
    text-align: center;
    padding: 8px 30px 10px 30px;
    color: #fff;
    border-radius: 50px;
   
    display:inline-block; 
    font-size: 22px;
    
}

.page-title {
    font-size: 26px;
    font-weight: 700;
    color: #333;
    margin-bottom:0px!important;
}

.page-title-sub {
    margin-left: 8px;
    color: #acacac;
}

.center-line2 {
    display: block;
    width: 100%;
    max-width: 90px;
    height: 1px;
    border-top: 4px solid var(--point-color);
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
}

.center-wrap{
      margin-right: auto;
      margin-left: auto;
}

.center-line1 {
    display: inline-block;
    width: 100%;
    height: 1px;
    border-top: 2px solid #fff;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
}

.icon-small {
    width: 10px;
    height: 10px;
}

.section-title {
    color: #2f2f2f;
    font-size: 18px;
    font-weight: 700;
}

.text-navy {
    color: var(--point-color);
}

.notablecss {
    width: 100%;
    border-collapse: collapse;
    border: 0px solid #ddd;
}

.noborder{
    border: 0px solid #ddd;
    height: 45px;
    padding: 15px 0;
    text-align: left;
    font-size: 1em;
}

.border_top_bottom{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 45px;
    padding: 15px 15px;
    text-align: left;
    font-size: 1em;
}

.text-black{
   color:#000;
}

.blackhover:hover{
    color: #333;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:focus {
  outline: 0 !important;
}

iframe {
  border: none;
  width: 100%;
}

::selection {
  background: #fefac7;
  /* Safari */
  color: #555555;
}

::-moz-selection {
  background: #fefac7;
  /* Firefox */
  color: #555555;
}

input,
button,
select,
textarea, label {
  font-size: 14px;
  font-weight: 400;
}

hr {
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
  border: 0;
  height: 1px;
  margin: 22px 0 22px 0;
}

a {
  color: #333;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

a:hover,
a:focus {  
  text-decoration: none;
}

.colored-text {
  color: var(--point-color);
  border-bottom: 3px solid var(--point-color);
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: 700;
  margin: 0;
}

h1 {
  font-size: 3.2em;
  line-height: 44px;
  margin: 0 0 44px 0;
}

h2 {
  font-size: 2.6em;
  font-weight: 700;
  line-height: 42px;
}

h3 {
  font-size: 1.8em;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 15px;
}

h3.heading {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 20px;
  padding-bottom: 10px;
  position: relative;
  text-transform: capitalize;
  overflow: hidden;
  vertical-align: middle;
}

h3.heading:after {
  position: relative;
  left: 18px;
  content: "";
  display: inline-block;
  width: 200%;
  vertical-align: middle;
  height: .50em;
  margin: 0 -200% 0 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

h4 {
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 27px;
  margin: 0 0 14px 0;
}

h5 {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px 0;
}

h6 {
  color: #333;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px 0;
}

p {
  margin: 0 0 10px;
}

p.sub-text {
  font-style: normal;
  font-size: 18px;
  line-height: 29px;
  font-weight: 300;
  color: #555;
}

/*******section heading**********/
.center-heading {
  text-align: center;
  margin-bottom: 40px;
}

.center-heading h2 {
  margin-bottom: 0;
  font-weight: 700;
  /*text-transform: uppercase;*/
  letter-spacing: -1px;
  color: #000;
  font-size: 35px;
}

.center-heading h2 strong {
  font-weight: 700;
}

.center-line {
  display: inline-block;
  width: 70px;
  height: 1px;
  border-top: 4px solid var(--point-color);
  margin: auto;
}

.center-heading p {
  margin-top: 10px;
}

.overflow-hidden {
  overflow: hidden;
}

.divide20 {
  width: 100%;
  height: 20px;
}

.divide30 {
  width: 100%;
  height: 30px;
}

.divide40 {
  width: 100%;
  height: 40px;
}

.divide50 {
  width: 100%;
  height: 50px;
}

.divide60 {
  width: 100%;
  height: 60px;
}

.divide70 {
  width: 100%;
  height: 70px;
}

.divide80 {
  width: 100%;
  height: 80px;
}

.divide90 {
  width: 100%;
  height: 90px;
}

.divide100 {
  width: 100%;
  height: 100px;
}

.no-padding {
  padding: 0px;
}

.btn {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 15px;
}

.btn-default:hover, .btn-default:focus {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.btn-lg {
  padding: 14px 28px 13px 28px;
  font-size: 13px;
}

.btn:focus, .btn:hover {
  outline: 0;
  color: #fff;
}

.btn i {
  margin-right: 10px;
}



@media only screen and (max-width: 768px){ 	

	.navbar-default {
	  border: none;
	  -webkit-border-radius: 0px;
	  -moz-border-radius: 0px;
	  -ms-border-radius: 0px;
	  border-radius: 0px;
	  margin-bottom: 0;
	  width: 100%;
	  -webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
	  -moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
	  -ms-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
	  box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
	  background-color: #fff;
	  clear: both;
	  -moz-transition: all 0.4s ease-in-out;
	  -o-transition: all 0.4s ease-in-out;
	  -webkit-transition: all 0.4s ease-in-out;
	  transition: all 0.4s ease-in-out;
	  z-index: 1039 !important;
	}

	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-header {
		margin-right: -15px;
		margin-left: -15px;
		padding:20px 0;
	}

}

@media only screen and (min-width: 769px) and (max-width: 1200px){

	.navbar-default {
	  border: none;
	  -webkit-border-radius: 0px;
	  -moz-border-radius: 0px;
	  -ms-border-radius: 0px;
	  border-radius: 0px;
	  margin-bottom: 0;
	  width: 100%;
	  min-height: 20px;

	  -webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
	  -moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
	  -ms-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
	  box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
	  background-color: rgba(255, 255, 255, 1);
	  clear: both;
	  -moz-transition: all 0.4s ease-in-out;
	  -o-transition: all 0.4s ease-in-out;
	  -webkit-transition: all 0.4s ease-in-out;
	  transition: all 0.4s ease-in-out;
	  z-index: 1039 !important;
	}

}


@media only screen and (min-width: 1201px) {

	.navbar-default {
	  border: none;
	  -webkit-border-radius: 0px;
	  -moz-border-radius: 0px;
	  -ms-border-radius: 0px;
	  border-radius: 0px;
	  margin-bottom: 0;
	  width: 100%;
	  min-height: 20px;

	  -webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
	  -moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
	  -ms-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
	  box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
	  background-color: rgba(255, 255, 255, 1);
	  clear: both;
	  -moz-transition: all 0.4s ease-in-out;
	  -o-transition: all 0.4s ease-in-out;
	  -webkit-transition: all 0.4s ease-in-out;
	  transition: all 0.4s ease-in-out;
	  z-index: 1039 !important;
	}

}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: unset;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: unset;
  background-color: transparent;
}

.navbar-nav > li > a {
  font-size: 13px;
  font-weight: 600;
  /*text-transform: uppercase;*/
  font-family: 'NotoSansKR-Regular', sans-serif;
}

.navbar-default .navbar-nav > li > a {
  color: #000;

}

.navbar-default .navbar-nav > li:hover > a.dropdown-toggle{
    color: var(--point-color);
    
    border-bottom: 3px solid var(--point-color);  
    margin-bottom: 0;
}

.navbar-brand img {
  width: 80px;
  height: auto;
}

.navbar .dropdown-menu {
    padding: 0px;
    margin: 0;
    min-width: 200px;
    background-color: #fff;
    /* border: 0; */
    /* -webkit-border-radius: 0px; */
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    /* border-radius: 0px; */
    /* -webkit-box-shadow: none; */
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee;
    font-family: 'NotoSansKR-Regular', sans-serif;
}

.search-dropdown {
  min-width: 244px !important;
}

.navbar .dropdown-menu li a {
	color: #666;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 20px;
    line-height: 1.42857143;
    text-transform: capitalize;
    font-family: 'NotoSansKR-Regular', sans-serif;
    text-align: center;
}
.dropdown-menu {
	border-radius: 0px;
}

.dropdown-menu .label {
  margin-top: 6px;
}

.navbar .dropdown-menu li a:hover {
  background-color: #f5f5f5;
  font-family: 'NotoSansKR-Regular', sans-serif;
}

.yamm-content {
  padding: 25px;
  box-sizing: border-box;
  background-color: #fff;
}

.dropdown-menu .divider {
  background-color: #222;
}

.yamm-content h3.heading {
  border-bottom: none;
  margin: 0 0 5px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.yamm-content h3:before {
  content: "";
  display: none;
}

.yamm-content .mega-vertical-nav li a {
  padding: 8px 0px;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #888;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;

}

.nav.mega-vertical-nav li a:hover, .nav.mega-vertical-nav li a:focus {
  background-color: transparent;
  color: var(--point-color);
}

.nav.mega-vertical-nav li a i {
  margin-right: 10px;
}

.mega-contact p {
  margin: 0;
}

.mega-contact i {
  color: #32c5d2;
  margin-right: 5px;
}

.dropdown-form {
  padding: 10px 27px;
  min-width: 213px;
}

.dropdown-form .form-control {
  height: 34px;
}

.top-bar form {
  position: relative;
  margin: 0px;
  padding: 0px;
}

.top-bar button {
  border: 0px;
  background-color: transparent;
  position: absolute;
  top: 9px;
  right: 13px;
  margin: 0px;
  padding: 0px;
  width: auto;
  height: auto;
  line-height: 15px;
}

.top-bar form .form-control {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  margin-top: 6px;
  width: 150px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top-bar .form-group {
  margin: 0px;
}

.top-bar .form-control:focus {
  width: 200px;
}

.header-center {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f5f5;
  padding: 25px 0;
}

.header-center a {
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}

.header-center span {
  display: block;
}

.navbar-default.menu-header-center {
  padding: 0px;
  min-height: 50px;
}

.navbar-default.menu-header-center .navbar-nav > li {
  border-left: 1px solid #ddd;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: -2px;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  top: 11px;
  right: 9px;
  font-size: 11px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: 'FontAwesome';
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

@media (max-width: 767px) {
  .dropdown-submenu > .dropdown-menu {
    display: block;
    margin-left: 15px;
  }

  .dropdown-submenu > .dropdown-menu {
    padding-left: 20px;
  }

  .navbar-inverse.transparent-header {
    background-color: #111 !important;
  }
}

#footer {
  background: #323232;
  font-size: 0.9em;
  padding: 60px 0 50px;
  position: relative;
  clear: both;
  border-top:1px solid #687074;
}

.footer-col h3 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
}

.footer-col h3:first-letter {
  border-bottom: 1px solid #bbb;
}

.footer-col p {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
}

.contact p {
  margin-bottom: 10px;
}

.contact strong {
  margin-right: 10px;
  font-weight: bold;
}

.contact strong i {
  margin-right: 5px;
}

.contact a {
  color: #777;
}

.contact a:hover {
  color: unset;
}

.footer-copyright {
  font-size: 13px;
  color: #999;
  padding: 20px 15px;
  background-color: #ddd;
}

/*forms*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
    
    padding-left: 10px;
    
  color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: #FFF;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus {
  border-color: #bbb;
  background: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}


input::placeholder {
    color: #000!important;
}

@media only screen and (max-width: 768px){ 	
 
    
    .text_sub{
        font-size: 18px;
    }
    
    .mobile_text {
        font-size: 20px !important;
        line-height: 1.5 !important;
        padding: 5px 30px !important;
    }    
    
    .border_top_bottom{        
        padding: 10px;
    }
    
    .border_top_bottom.text{
        word-break: break-all;
    }
    
    .text-navy{
        padding: 10px!important;
     
    }
    
    .text-navy, .border_top_bottom.text, .border_top_bottom.date{
        font-size: 18px!important;
    }
    
    
    
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}





.white-bg {
  background-color: #fff !important;
  padding-top: 90px !important;
  padding-bottom: 50px !important;
}



.panel-group .panel {
  margin-bottom: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.panel-default > .panel-heading {
  color: #000;
  background-color: #fff;
  border-color: #f5f5f5 !important;
  padding: 7px 12px;
}

.panel-title i {
  margin-right: 10px;
  color: #32c5d2;
}



.block_overflow_sub .container{
    width: 100%;
    top: 35%;
    position: absolute;
}

.top_img_space {     
  background-size: cover; 
  animation: zoom 3s ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  height: 477px;    
    
  background-position: center center;
  background-repeat: no-repeat;
}

.top_img_space h4 {
  margin: 0px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 8px;
  text-transform: uppercase;
}

ol.breadcrumb {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #fff;
}

ol.breadcrumb li {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

ol.breadcrumb li a {
  color: #fff;
}


.highlight-list li {

  font-size: 16px;
  color: #777;
  line-height: 45px;
}

.highlight-list li i {
  color: #32c5d2;
  margin-right: 10px;
}

.login-form {
  padding: 20px;
  background-color: #f5f5f8;
}

.login-form h3 span {
  color: #777;
  font-size: 15px;
}

.btn-fb-login {
  background-color: #3b5998;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.login-form form a {
  display: inline-block;
  margin-left: 5px;
}


.panel-group {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}

.panel-group .panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.panel-group .panel + .panel {
  margin-top: -2px;
}

.panel-group .panel-heading {
  padding: 0;
  background: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.panel-group .panel-body {
  font-size: 14px;
  background: #f9f9f9;
  -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
  font-family: 'NotoSansKR-Regular', sans-serif;
}

.panel-group .panel-heading a {
  position: relative;
  display: block;
  padding: 8px 20px 8px 10px;
  font-size: 15px;
  color: #505050;
  line-height: 1.5;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 400;
}


.panel-ico {
  position: relative;
}

.panel-ico:after {
  content: '\f067';
  color: #888;
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  right: 15px;
  top: 8px;
}

.panel-ico.active:after {
  content: '\f068';
  color: #32c5d2;
}

.panel-ico.active a {
  color: #32c5d2;
}

.nav-tabs {
  border: 0px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: 0px;
  background-color: #111;
  color: #fff;
}

.nav-tabs > li > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #f4f4f4;
  border: 0px;
}

.nav-tabs > li > a:hover {
  border: 0px;
}

.tabs .nav-tabs {
  border-bottom: none;
}

.tabs .nav-tabs li {
  margin-bottom: 0;
}

.tab-content {
  overflow: hidden;
  padding: 15px 0;
}


@media only screen and (max-width: 768px){ 	
    
    
    
    .top_img_space { 
        height: 328px;
    }
    
    
    
  .tabs .nav-tabs li {
    width: 100%;
    float: none;
    margin-bottom: 2px;
  }

  .tabs .nav-tabs li a {
    margin-right: 0 !important;
  }

  .tabs .nav-tabs li.active a {
    border-bottom: 2px solid #dcdcdc !important;
  }
}
@media (max-width: 568px) {
  .tabs-right .nav-tabs {
    float: none;
    margin-left: 0;
  }

  .tabs-left .nav-tabs {
    float: none;
    margin-left: 0;
  }
}
.tabs .nav-tabs li a {
  background: #f7f7f7;
  margin-right: 2px;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  border-bottom: none !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  padding: 12px 20px;
  color: #6d6d6d;
  position: relative;
}

.tabs .nav-tabs li a:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 3px;
}

.tabs .nav-tabs li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
}

.tabs .nav-tabs li a:hover {
  border-color: #f7f7f7;
}

.tabs .nav-tabs > li > a .fa {
  margin-right: 4px;
}

.tabs .nav-tabs li.active a {
  color: #32c5d2;
  border-left-color: #eee;
  border-right-color: #eee;
  background: #fff;
}

.tabs .nav-tabs li.active a:after {
  background: #32c5d2;
}

.tabs .nav-tabs li.active a:before {
  background: #fff;
}

.tabs .nav-tabs li.active a:hover {
  border-bottom-color: #fff;
}

.tabs .tab-content {
  padding: 15px;
  background: #fff;
}

.tab-content p {
  overflow: hidden;
}

.tabs .tab-content:before,
.tabs .tab-content:after {
  content: " ";
  display: table;
}

.tabs .tab-content:after {
  clear: both;
}

.tabs .tab-content p:last-child {
  margin-bottom: 0;
}

.form-element .form-control {
  height: 31px;
}

.gallery-bottom .pagination {
  margin-top: 0px;
}

.pagination > li > a, .pagination > li > span {
  background-color: #ccc;
  padding: 3px 9px;
  color: #fff;
  border: 0px;
}

.pagination > li > a {
  margin-right: 5px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #32c5d2;
}

.search-area {
  padding: 20px 0;
  background-color: #f5f5f5;
}

.search-area .form-control {
  height: 38px;
}

.search-area .btn-lg {
  padding: 10px 17px 10px 25px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

span.results-number {
  display: block;
  color: #999;
  margin-bottom: 10px;
}

.link-ul {
  padding: 0;
  margin-bottom: 0px;
}

.link-ul li a, .link-ul li a.btn-link {
  color: #999;
  font-size: 14px;
  margin-right: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-transform: capitalize;
}

.link-ul li {
  font-size: 12px;
}

.link-ul li a:hover {
  color: #32c5d2;
  text-decoration: underline;
}


.copyright-info {
  text-align: center;
  display: block;
  color: #999;
  font-size: 12px;
}

/****************login register calssic****************/
.login-regiter-tabs .nav-tabs {
  border: 0px;
}
.login-regiter-tabs .nav-tabs > li.active > a, .login-regiter-tabs .nav-tabs > li.active > a:hover, .login-regiter-tabs .nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #fff;
  border-bottom-color: #32c5d2;
  background-color: #32c5d2;
  border-color: #32c5d2;
}
.login-regiter-tabs .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  text-transform: uppercase;
  border: 1px solid #ddd;
  padding: 6px 45px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-right: 20px;
}
@media (max-width: 568px) {
  .login-regiter-tabs .nav-tabs > li > a {
    padding: 6px 25px;
  }
}
.login-regiter-tabs .nav-tabs > li > a:hover {
  border-color: #32c5d2;
  background-color: transparent;
}
.login-regiter-tabs .tab-content {
  margin-top: 40px;
  padding: 20px 0;
}
.login-regiter-tabs .tab-content p a {
  text-transform: uppercase;
  font-size: 10px;
  text-decoration: underline;
}

/************maintenance page***************/
.maintenance-page {
  background-color: #ddd;
}

.maintenance-page .main-text {
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
}

.maintenance-page .main-text span {
  font-size: 20px;
  font-weight: 400;
  display: block;
  font-style: normal;
  margin-top: 30px;
}

.maintenance-box h4 {
  color: #000;
  font-weight: 400;
}

.maintenance-box i {
  font-size: 40px;
  margin-bottom: 20px;
}

/****dropdown login***/
.dropdown-login-box {
  overflow: hidden;
  padding: 15px !important;
  min-width: 300px !important;
  background-color: #fff !important;
}

.dropdown-login-box .btn {
  margin-top: 10px;
}

.dropdown-login-box h4 {
  margin: 5px 0 10px 0;
}

.dropdown-login-box h4 em {
  font-size: 12px;
  color: #32c5d2;
  font-weight: 400;
}

.dropdown-login-box input[type=checkbox] {
  margin: 5px -20px 0;
  line-height: normal;
}

.dropdown-login-box p {
  margin: 0;
}

.dropdown-login-box p a {
  color: #32c5d2;
}

.dropdown-login-box p a:hover {
  color: #32c5d2;
  text-decoration: underline;
}


.buttons {
  margin-bottom: 60px;
}
.buttons a {
  margin: 5px;
}
.buttons h2 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 25px;
}



.tbl_type,.tbl_type th,.tbl_type td{
	border:0;

	line-height:170%;
	font-size:14px;
}
.tbl_type{width:100%;border-bottom:1px solid #dddee2;font-size:12px;table-layout:fixed}
.tbl_type caption{display:none}
.tbl_type th{padding:8px 0 5px 20px;border-top:1px solid #dddee2;background:#f1f1f3;color:#666;font-weight:bold;text-align:left;vertical-align:top}
.tbl_type td{padding:8px 5px 5px 12px;border-top:1px solid #dddee2;line-height:16px;vertical-align:top}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    /*padding: 15px;*/
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}




.font_4 {
    color: #060606;
    font-weight: 700;
    margin: 0;
    font-family: 'NotoSansKR-Regular', sans-serif;
}


.font_5 {
    color: #555555;
    font-weight: 100;
    margin: 0;
    font-family: 'NotoSansKR-Regular', sans-serif;
}



.tab-centers, .nav-pills {
    text-align:center;
}
.tab-centers > li, .nav-pills > li {
    float:none;
    display:inline-block;
}

.tab-list{
	text-align:left;
	overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -moz-box;
    margin-bottom: -6px;
}



#msg{color:#fff;background:#333; border:1px solid #333;}

#msg:hover{color:#333;background:#fff;}





@media only screen and (max-width: 768px){ 	
    .nav>li>a{
        padding:10px 10px!important;
        color:#fff!important;
    }
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #ddd;
	}

	.navbar-default .navbar-toggle {
		border-color: #ddd;
	}
	.navbar-toggle {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 8px;
		margin-right: 15px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	.style-01{
		border: 1px solid #ccc;
	}
	.icon-bar{background: #111;}
    
    
    
    
    
}



@media only screen and (min-width: 769px) and (max-width: 991px){
    .container.mega-top-bg{
        width:720px!important;
        /*height: 210px!important;*/
    }
    .navbar .dropdown-menu li a{
        padding:8px 10px;
    }   
    
    .mega-top-bg{
        padding:10px 10px!important;
    }
    
}



@media only screen and (min-width: 769px) and (max-width: 1200px){

    
    
    .container.mega-top-bg{
        width:940px;
        /*height: 250px;*/
    }
    
    
    
    
    
    
    
	.mega-area {
	  position: static !important;
	}

	.mega-menu {
	  padding: 20px 20px 20px 5px;
	  width: 100%;
	}

	.mega-menu > div > li > ul {
	  padding: 0;
	  margin: 0;
	}

	.mega-menu > div > li > ul > li {
	  list-style: none;
	}

	.mega-menu > div > li > ul > li > a {
	  display: block;
	  padding: 3px 20px;
	  clear: both;
	  font-weight: normal;
	  line-height: 1.428571429;
	  color: #333333;
	  white-space: normal;
	}

	.mega-menu > div > li > ul > li > a:hover,
	.mega-menu > div > li > ul > li > a:focus {
	  text-decoration: none;
	  color: #262626;
	  background-color: #f5f5f5;
	}

	.mega-menu.disabled > a,
	.mega-menu.disabled > a:hover,
	.mega-menu.disabled > a:focus {
	  color: #999999;
	}

	.mega-menu.disabled > a:hover,
	.mega-menu.disabled > a:focus {
	  text-decoration: none;
	  background-color: transparent;
	  background-image: none;
	  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	  cursor: not-allowed;
	}

	.mega-menu.dropdown-header {
	  color: #428bca;
	  font-size: 18px;
	}

	@media (max-width: 768px) {
	  .mega-menu {
		margin-left: 0;
		margin-right: 0;
	  }
	  .mega-menu > li {
		margin-bottom: 30px;
	  }
	  .mega-menu > li:last-child {
		margin-bottom: 0;
	  }
	  .mega-menu.dropdown-header {
		padding: 3px 15px !important;
	  }
	  .navbar-nav .open .dropdown-menu .dropdown-header {
		color: #fff;
	  }
	}
	.nav>li>a:focus, .nav>li>a:hover {
		text-decoration: none;
		background-color: #fff;
        color:unset;
	}
    
    /*ÁÖ¿ä¼­ºñ½º ºÎºÐ ¸¶¿ì½º ¿Ã¸±¶§*/
    th>a:focus, th>a:hover {
        color:unset;
    }
    
    /*´Ù¸¥ ¼­ºê ÆäÀÌÁö ¸ðµÎ ¸¶¿ì½º ¿Ã¸±¶§*/
    a:focus, a:hover{
        color:unset;
    }
    
	.top-link-btn{
		position: relative;
		margin-bottom:5px;padding:3px 20px; border:1px solid #ccc


	}
	.top-link-btn:hover{
		background:#111;
		color:#fff !important;
	}
	.top-link-btn a:hover{
		background:#111;
		color:#fff !important;
	}
	.top-link-btn a:focus{
		background:#111;
		color:#fff !important;
	}

	.top-link-btn i{
		position: absolute;
		right:5px;
		top:10px;
	}
	.mega-top-bg{
		padding:10px 15px 0px 6px; /*border-left:1px solid #e1e1e1;border-right:1px solid #e1e1e1;*/ background:#fff
	}

}


@media only screen and (min-width: 1201px) {

    .container.mega-top-bg{
        width:1160px; 
        /*height: 250px;*/
    }
    
	.mega-area {
	  position: static !important;
	}

	.mega-menu {
	  padding: 20px 20px 20px 5px;
	  width: 100%;
	}

	.mega-menu > div > li > ul {
	  padding: 0;
	  margin: 0;
	}

	.mega-menu > div > li > ul > li {
	  list-style: none;
	}

	.mega-menu > div > li > ul > li > a {
	  display: block;
	  padding: 3px 20px;
	  clear: both;
	  font-weight: normal;
	  line-height: 1.428571429;
	  color: #333333;
	  white-space: normal;
	}

	.mega-menu > div > li > ul > li > a:hover,
	.mega-menu > div > li > ul > li > a:focus {
	  text-decoration: none;
	  color: #262626;
	  background-color: #f5f5f5;
	}

	.mega-menu.disabled > a,
	.mega-menu.disabled > a:hover,
	.mega-menu.disabled > a:focus {
	  color: #999999;
	}

	.mega-menu.disabled > a:hover,
	.mega-menu.disabled > a:focus {
	  text-decoration: none;
	  background-color: transparent;
	  background-image: none;
	  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	  cursor: not-allowed;
	}

	.mega-menu.dropdown-header {
	  color: #428bca;
	  font-size: 18px;
	}

	@media (max-width: 768px) {
	  .mega-menu {
		margin-left: 0;
		margin-right: 0;
	  }
	  .mega-menu > li {
		margin-bottom: 30px;
	  }
	  .mega-menu > li:last-child {
		margin-bottom: 0;
	  }
	  .mega-menu.dropdown-header {
		padding: 3px 15px !important;
	  }
	  .navbar-nav .open .dropdown-menu .dropdown-header {
		color: #fff;
	  }
	}
	.nav>li>a:focus, .nav>li>a:hover {
		text-decoration: none;
		background-color: #fff;
        color:unset;
	}
    
    /*ÁÖ¿ä¼­ºñ½º ºÎºÐ ¸¶¿ì½º ¿Ã¸±¶§*/
    th>a:focus, th>a:hover {
        color:unset;
    }
    
    /*´Ù¸¥ ¼­ºê ÆäÀÌÁö ¸ðµÎ ¸¶¿ì½º ¿Ã¸±¶§*/
    a:focus, a:hover{
        color:unset;
    }
    
	.top-link-btn{
		position: relative;
		margin-bottom:5px;padding:3px 20px; border:1px solid #ccc


	}
	.top-link-btn:hover{
		background:var(--point-color);
		color:#fff !important;
	}
	.top-link-btn a:hover{
		background:var(--point-color);
		color:#fff !important;
	}
	.top-link-btn a:focus{
		background:#111;
		color:#fff !important;
	}

	.top-link-btn i{
		position: absolute;
		right:5px;
		top:10px;
	}
	.mega-top-bg{
		padding:10px 15px 0px 6px; /*border-left:1px solid #e1e1e1;border-right:1px solid #e1e1e1;*/ background:#fff
	}


}