/*

TemplateMo 548 Training Studio

https://templatemo.com/tm-548-training-studio

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, h7, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Noto Sans CJK KR', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: none;
::-webkit-scrollbar {display:none;}	
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 30px;
  color: #7a7a7a;
}
b {
  font-size: 2rem;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Noto Sans CJK KR', sans-serif;
}
body {
  margin: auto;	
}

::selection {
  background: #207676;
  color: #fff;
}

::-moz-selection {
  background: #207676;
  color: #fff;
}

.col-lg-body{margin: auto;max-width: 1280px;}
.col-lg-body-2{margin: auto;max-width: 1300px;}
.section-bg {background-color:#fff;border-top: 1px #f7f7fa solid;}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}
@media (max-width: 1065px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.section-heading {
  text-align: center;
  margin-top: 150px;
  margin-bottom: 80px;
}
.section-heading h2 {
  font-size: 50px;
  font-weight: 800;
  color: #232d39;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-heading h2 em {
  font-style: normal;
  color: #ed563b;
}

.section-heading h3 {
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-heading h3 em {
  font-style: normal;
  color: #ed563b;
}

.section-heading img {
  margin: 20px auto;
}

@media (max-width: 1200px) {
	.section-heading {
  text-align: center;
  margin-top: 20%;
  margin-bottom: 50px;
}
}
@media (max-width: 420px) {
.section-heading {
  text-align: center;
  margin-top: 20%;
  margin-bottom: 10%;
}
.section-heading h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #232d39;
  text-transform: uppercase;
  letter-spacing:-1px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.section-heading h3 {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}	
p {
  font-size: 1.16rem;
  color: #7a7a7a;
}		
}
@media (max-width: 768px) {
.section-heading {
  text-align: center;
  margin-top: 15%;
  margin-bottom: 10%;
}
.section-heading h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #232d39;
  text-transform: uppercase;
  letter-spacing:-1px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.section-heading h3 {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}	
p {
  font-size: 1rem;
  color: #7a7a7a;
}	
}
@media (max-width: 420px) {
	p {
  font-size: 1rem;
  color: #7a7a7a;
}	
	.section-heading h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #232d39;
  text-transform: uppercase;
  letter-spacing:-1px;
  margin-top: 0px;
  margin-bottom: 5px;
}
	.section-heading h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}	
p {
  font-size: 1rem;
  color: #7a7a7a;
}
}
.dark-bg h2 {
  color: #fff;
}

.dark-bg p {
  color: #fff;
}

.main-button {
  text-align: left;
}

.main-button a {
  display: inline-block;
  font-size: 24px;
  padding: 10px 70px;
  background-color: #206767;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button a:hover {
  color: #fff;
}
@media (max-width: 840px) {
		.main-button {
  text-align: center;
}
}
@media (max-width: 420px) {
	.main-button {
  text-align: center;
}
	.main-button a {
  display: inline-block;
  font-size: 1.3rem;
  padding: 10px 50px;
  background-color: #206767;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  transition: all .3s;
}
}
@media (max-width: 320px) {
.main-button a {
  display: inline-block;
  font-size: 1.2rem;
  padding: 10px 50px;
  background-color: #206767;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
}
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background: rgba(250,250,250,0.99) !important;
  height: 150px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #232d39!important;
}

.background-header .main-nav .nav li:last-child a {
  color: #fff !important;
}

.background-header .main-nav .nav li:last-child a:hover {
  color: #fff!important;
}

.background-header .main-nav .nav li:hover a {
  color: #ed563b!important;
}

.background-header .nav li a.active {
  color: #ed563b!important;
}

.background-header-2 {
  background: rgba(250,250,250,0.99) !important;
  height: 150px!important;
  position:relative;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header-2 .logo,
.background-header-2 .main-nav .nav li a {
  color: #232d39!important;
}

.background-header-2 .main-nav .nav li:last-child a {
  color: #fff !important;
}

.background-header-2 .main-nav .nav li:last-child a:hover {
  color: #fff!important;
}

.background-header-2 .main-nav .nav li:hover a {
  color: #ed563b!important;
}

.background-header-2 .nav li a.active {
  color: #ed563b!important;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 150px;
  background: rgba(250,250,250,0.4);
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
@media (max-width: 840px) {
.background-header {
  background: rgba(250,250,250,0.99) !important;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}	
.background-header-2 {
  background: rgba(250,250,250,0.99) !important;
  height: 80px!important;
  position:relative;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}	
}
@media (max-width: 768px) {
.background-header {
  background: rgba(250,250,250,0.99) !important;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}	
.background-header-2 {
  background: rgba(250,250,250,0.99) !important;
  height: 80px!important;
  position:relative;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}	
.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 80px;
	}
}
.header-area .main-nav {
  min-height: 80px;
  background: transparent;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;	
}
@media (max-width: 768px) {
	.header-area .main-nav {
  min-height: 80px;
  background: transparent;
  margin-top: 0px;
	}
}

.header-area .main-nav .logo {
  width: 340px;
  line-height: 80px;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo > img {width: 35%;}
	
.header-area .main-nav .logo em {
  font-style: normal;
  color: #207676;
  font-weight: 900;
  margin-left: 10px;	
}
@media (max-width: 1065px) {
.header-area .main-nav .logo {
  width: 30%;
  line-height: 80px;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo > img {width: 20%;}	
.header-area .main-nav .logo em {
  font-size:20px;	
  font-style: normal;
  color: #207676;
  font-weight: 900;
  margin-left: 10px;
}
}
@media (max-width: 1000px) {
.header-area .main-nav .logo {
  width: 30%;
  line-height: 70px;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo > img {width: 20%;}	
.header-area .main-nav .logo em {
  font-size:20px;	
  font-style: normal;
  color: #207676;
  font-weight: 900;
  margin-left: 10px;
}
}
@media (max-width: 780px) {
.header-area .main-nav .logo {
  width: 29%;
  text-align: left;
	}
}
@media (max-width: 768px) {
.header-area .main-nav .logo {
  width: 50%;
  text-align: left;
  padding-left: 5%;	
	}
}
@media (max-width: 420px) {
.header-area .main-nav .logo {
  width: 50%;
  text-align: left;
  padding-left: 5%;
	}
}
@media (max-width: 360px) {
.header-area .main-nav .logo {
  width: 50%;
	
	}	
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  /*padding-right: 20px;*/
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #7a7a7a;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 60px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #333;
}

.header-area .main-nav .nav li:last-child a {
  display: inline-block;
  font-size: 24px;
  padding: 20px 50px;
  background-color: #207676;
  color: #fff;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  transition: all .3s;
  height: auto;
  line-height: 20px;
}

@media (max-width: 1000px) {
.header-area .main-nav .nav li:last-child a {
  display: inline-block;
  font-size: 18px;
  padding: 10px 10px;
  background-color: #207676;
  color: #fff;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  transition: all .3s;
  height: auto;
  line-height: 40px;
}
}
@media (max-width: 768px) {
.header-area .main-nav .nav li:last-child a {
  line-height: 20px;
  margin-top: 10px;
}
}
@media (max-width: 420px) {
.header-area .main-nav .nav li:last-child a {
  margin-top: 0px;
}
}

.header-area .main-nav .nav li:last-child a:hover {
  background-color: #207676;
  opacity: 1;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #207676!important;
  opacity: 1;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #207676!important;
  opacity: 1;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
  /*max-width: 1280px;*/
  margin: auto;	
}	

.header-area.header-sticky .nav {
  margin-top: 10px !important;
}
@media (max-width: 1000px) {
.header-area.header-sticky .nav {
  margin-top: 15px !important;
}
}

.header-area.header-sticky .nav li a.active {
  color: #207676;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 6px;
    padding-right: 6px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}
@media (max-width: 840px) {
	
  .col-12-nav {padding: 0;}	

  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #207676!important;
    opacity: 1;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
	margin-top: 0px;  
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li:last-child {
    width: 100%;
    background-color: #207676;
    color: #fff;
  }
  .header-area .main-nav .nav li:last-child a {
    background-color: #207676!important;
  }
  .header-area .main-nav .nav li:last-child a:hover,
  .header-area .main-nav .nav li:last-child:hover a {
    background-color: #207676!important;
    color: #fff!important;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #232d39 !important;
  }
  .header-area .main-nav .nav li:last-child a {
    color: #fff!important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #207676!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 768px) {
  .header-area .main-nav .nav {
    /*display: flex !important;*/
  }
}
@media (max-width: 768px) {
	.scroll-to-section{
    display: inline-block;
	}
}	
@media (max-width: 360px) {
  .header-area .logo {
    margin-left: 15px;
  }
}
/* 
---------------------------------------------
header-sub
--------------------------------------------- 
*/

.header-area-sub {
  position:relative;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 120px;
  background: rgba(250,250,250,0.4);
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
@media (max-width: 768px) {	
.header-area-sub {
  position:relative;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 80px;
	}
}
.header-area-sub .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area-sub .main-nav .logo {
  width: 27%;
  line-height: 80px;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area-sub .main-nav .logo > img {width: 35%;}
	
.header-area-sub .main-nav .logo em {
  font-style: normal;
  color: #207676;
  font-weight: 900;
  margin-left: 10px;	
}
@media (max-width: 1000px) {
.header-area-sub .main-nav .logo {
  width: 20%;
  line-height: 80px;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area-sub .main-nav .logo > img {width: 30%;}	
.header-area-sub .main-nav .logo em {
  font-size:20px;	
  font-style: normal;
  color: #207676;
  font-weight: 900;
  margin-left: 10px;
}
}
@media (max-width: 420px) {
.header-area-sub .main-nav .logo {
  width: 40%;
	}
}
@media (max-width: 360px) {
.header-area-sub .main-nav .logo {
  width: 50%;
	}	
}

.header-area-sub .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area-sub .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area-sub .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #7a7a7a;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 60px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area-sub .main-nav .nav li a {
  color: #333;
}

.header-area-sub .main-nav .nav li:last-child a {
  display: inline-block;
  font-size: 24px;
  padding: 20px 50px;
  background-color: #207676;
  color: #fff;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  transition: all .3s;
  height: auto;
  line-height: 20px;
}

@media (max-width: 1000px) {
.header-area-sub .main-nav .nav li:last-child a {
  display: inline-block;
  font-size: 18px;
  padding: 10px 10px;
  background-color: #207676;
  color: #fff;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  transition: all .3s;
  height: auto;
  line-height: 40px;
}
}
@media (max-width: 768px) {
.header-area-sub .main-nav .nav li:last-child a {
  line-height: 20px;
  margin-top: 10px;
}
}
@media (max-width: 420px) {
.header-area-sub .main-nav .nav li:last-child a {
  margin-top: 0px;
}
}

.header-area-sub .main-nav .nav li:last-child a:hover {
  background-color: #207676;
  opacity: 1;
}

.header-area-sub .main-nav .nav li:hover a,
.header-area-sub .main-nav .nav li a.active {
  color: #207676!important;
  opacity: 1;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #207676!important;
  opacity: 1;
}

.header-area-sub .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area-sub .main-nav .menu-trigger span,
.header-area-sub .main-nav .menu-trigger span:before,
.header-area-sub .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area-sub .main-nav .menu-trigger span:before,
.header-area-sub .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area-sub .main-nav .menu-trigger span:before,
.header-area-sub .main-nav .menu-trigger span:after {
  content: "";
}

.header-area-sub .main-nav .menu-trigger span {
  top: 16px;
}

.header-area-sub .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area-sub .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area-sub .main-nav .menu-trigger.active span,
.header-area-sub .main-nav .menu-trigger.active span:before,
.header-area-sub .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area-sub .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area-sub .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area-sub.header-sticky {
  min-height: 80px;
}

.header-area-sub.header-sticky .nav {
  margin-top: 10px !important;
}
@media (max-width: 1000px) {
.header-area-sub.header-sticky .nav {
  margin-top: 15px !important;
}
}

.header-area-sub.header-sticky .nav li a.active {
  color: #207676;
}

@media (max-width: 1200px) {
  .header-area-sub .main-nav .nav li {
    padding-left: 6px;
    padding-right: 6px;
  }
  .header-area-sub .main-nav:before {
    display: none;
  }
}

@media (max-width: 768px) {
  .header-area-sub .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area-sub.header-sticky .nav li a:hover,
  .header-area-sub.header-sticky .nav li a.active {
    color: #207676!important;
    opacity: 1;
  }
  .header-area-sub {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area-sub .container {
    padding: 0px;
  }
  .header-area-sub .logo {
    margin-left: 30px;
  }
  .header-area-sub .menu-trigger {
    display: block !important;
  }
  .header-area-sub .main-nav {
    overflow: hidden;
  }
  .header-area-sub .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area-sub .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area-sub .main-nav .nav li:last-child {
    width: 100%;
    background-color: #207676;
    color: #fff;
  }
  .header-area-sub .main-nav .nav li:last-child a {
    background-color: #207676!important;
  }
  .header-area-sub .main-nav .nav li:last-child a:hover,
  .header-area-sub .main-nav .nav li:last-child:hover a {
    background-color: #207676!important;
    color: #fff!important;
  }
  .header-area-sub.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area-sub .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area-sub .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #232d39 !important;
  }
  .header-area-sub .main-nav .nav li:last-child a {
    color: #fff!important;
  }
  .header-area-sub .main-nav .nav li a:hover {
    background: #eee !important;
    color: #207676!important;
  }
  .header-area-sub .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area-sub .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area-sub .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area-sub .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area-sub .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area-sub .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 768px) {
  .header-area-sub .main-nav .nav {
    display: flex !important;
  }
}
@media (max-width: 840px) {
	.scroll-to-section{
    display: inline-block;
	}
}	
@media (max-width: 360px) {
  .header-area-sub .logo {
    margin-left: 15px;
  }
}
/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  position: relative;
}
.main-banner img {
  position: relative;
  width: 100%;
}
@media (max-width: 420px) {
.main-banner img {
  position: relative;
  width: 200%;
}
}
@media (max-width: 768px) {
.main-banner img {
  position: relative;
  width: 200%;
}
}
#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    /*background-color: rgba(255,255,255,0.80);*/
    top: 0;
    left: 0;
    bottom: 7px;
    width: 100%;
}

.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.main-banner .caption h6 {
  margin-top: 50px;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.5px;
}

.main-banner .caption h2 {
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 100px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h8 {
  margin-top: 50px;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.5px;
}

.main-banner .caption h9 {
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
}
.main-banner .caption h10 {
  margin-top: 50px;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 800;
  color: #333;
  letter-spacing: 0.5px;
}

.main-banner .caption h11 {
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #333;
  letter-spacing: 1px;
  text-shadow: 1px 2px 2px rgba(255,255,255,1);
  -moz-text-shadow: 1px 2px 2px rgba(255,255,255,1);
  -webkit-text-shadow: 1px 2px 2px rgba(255,255,255,1);		
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #fff;
  font-weight: 900;
}
@media (max-width: 1200px) {
.main-banner .caption h6 {
  margin-top: 20%;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.5px;
}
.main-banner .caption h8 {
   font-size: 2rem;
}
.main-banner .caption h9 {	
	font-size: 1rem;
    letter-spacing: 0px;
	}
}
@media (max-width: 1200px) {
.main-banner .caption h6 {
  margin-top: 20%;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.5px;
}
}
@media (max-width: 768px) {
.main-banner .caption h6 {
  margin-top: 20%;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.5px;
}
}
@media (max-width: 420px) {
.main-banner .caption h6 {
  margin-top: 20%;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.5px;
}
}
@media (max-width: 360px) {
.main-banner .caption h6 {
  margin-top: 25%;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.5px;
}
}

/*
---------------------------------------------
features
---------------------------------------------
*/

#features {
  margin-bottom: 80px;
}
.features-items {
    width: 80%;
    margin:0 auto;
}
@media (max-width: 768px) {
.features-items {
    width: 100%;
}	
}
.feature-item-01 {
  display: inline-block;
  float: left;
  margin-bottom: 60px;
}

.feature-item-02 {
  display: inline-block;
  float: left;
  margin-left: 23%;	
  margin-bottom: 60px;
}
.feature-item-03 {
  display: inline-block; 
  float: right;
  margin-bottom: 60px;
}
.feature-item-04 {
  display: inline-block;
  float: left;
  margin-bottom: 60px;
}
.feature-item-05 {
  display: inline-block;
  float: left;
  margin-left: 4%;
  margin-bottom: 120px;
}
.feature-item-06 {
  display: inline-block;
  float: left;
  margin-left: 4%;
  margin-bottom: 120px;
}
.feature-item-07 {
  display: inline-block; 
  float: right;
  margin-bottom: 60px;
}
.left-icon {text-align: center;}

@media (max-width: 1200px) {
.feature-item-02 {
  display: inline-block;
  float: left;
  margin-left: 9%;	
  margin-bottom: 60px;
}	
.feature-item-04 {
  display: inline-block;
  float: left;
  margin-bottom: 60px;
  width: 22%;
}	
.feature-item-05 {
  display: inline-block;
  float: left;
  margin-left: 4%;
  margin-bottom: 60px;
  width: 22%;	
}
.feature-item-06 {
  display: inline-block;
  float: left;
  margin-left: 4%;
  margin-bottom: 60px;
  width: 22%;	
}	
.feature-item-07 {
  display: inline-block; 
  float: right;
  margin-bottom: 150px;
  width: 22%;	
}
.right-content p {
  font-size: 1.21rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0px;	
}	
}
@media (max-width: 420px) {
.feature-item-01 {
  width: 30%;	
  margin-bottom: 10%;	
}
.feature-item-02 {
  width: 30%;
  margin-left: 5%;	
  margin-bottom: 10%;	
}
.feature-item-03 {
  width: 30%;
  margin-bottom: 10%;	
}
.feature-item-04 {	
  margin-bottom: 10%;	
}

.feature-item-05 {	
  margin-bottom: 10%;	
}
.feature-item-06 {
  margin-bottom: 10%;	
}	
.feature-item-07 {
  margin-bottom: 10%;	
}		
.feature-item-01 .left-icon img {
text-align: center;
width: 100%;	
height: 100%;	
}
.feature-item-02 .left-icon img {
text-align: center;
width: 100%;	
height: 100%;		
}
.feature-item-03 .left-icon img {
text-align: center;
width: 100%;	
height: 100%;		
}	
}
@media (max-width: 768px) {
.feature-item-01 {
  width: 30%;	
  margin-bottom: 10%;	
}
.feature-item-02 {
  width: 30%;
  margin-left: 5%;	
  margin-bottom: 10%;	
}
.feature-item-03 {
  width: 30%;
  margin-bottom: 10%;	
}
.feature-item-04 {	
  margin-bottom: 10%;	
}

.feature-item-05 {	
  margin-bottom: 10%;	
}
.feature-item-06 {
  margin-bottom: 10%;	
}	
.feature-item-07 {
  margin-bottom: 10%;	
}		
.feature-item-01 .left-icon img {
text-align: center;
width: 100%;	
height: 100%;	
}
.feature-item-02 .left-icon img {
text-align: center;
width: 100%;	
height: 100%;		
}
.feature-item-03 .left-icon img {
text-align: center;
width: 100%;	
height: 100%;		
}	
}	
.feature-item-01 .left-icon img {
text-align: center;
}
.feature-item-02 .left-icon img {
text-align: center;
}
.feature-item-03 .left-icon img {
text-align: center;
}
.feature-item-04 .left-icon img {
text-align: center;
}
.feature-item-05 .left-icon img {
text-align: center;
}
.feature-item-06 .left-icon img {
text-align: center;
}
.feature-item-07 .left-icon img {
text-align: center;
}
/*.feature-item .left-icon img {
  float: left;
  margin-right: 80px;
}*/
@media (max-width: 1920px) {
.feature-item-01 {
  width: 30%;	
  margin-bottom: 10%;	
}
.feature-item-02 {
  width: 30%;
  margin-left: 5%;	
  margin-bottom: 10%;	
}
.feature-item-03 {
  width: 30%;
  margin-bottom: 10%;	
}
.feature-item-04 {	
  width: 30%;	
  margin-bottom: 10%;	
}
.feature-item-05 {
  width: 30%;	
  margin-bottom: 10%;	
}
.feature-item-06 {
  width: 30%;	
  margin-bottom: 10%;	
}	
.feature-item-07 {
  margin-bottom: 10%;	
}		
.feature-item-01 .left-icon img {
text-align: center;
width: 100%;	
height: 100%;	
}
.feature-item-02 .left-icon img {
text-align: center;
width: 100%;	
height: 100%;		
}
.feature-item-03 .left-icon img {
text-align: center;
width: 100%;	
height: 100%;		
}	
}	
.feature-item-01 .left-icon img {
text-align: center;
}
.feature-item-02 .left-icon img {
text-align: center;
}
.feature-item-03 .left-icon img {
text-align: center;
}
.feature-item-04 .left-icon img {
text-align: center;
}
.feature-item-05 .left-icon img {
text-align: center;
}
.feature-item-06 .left-icon img {
text-align: center;
}
.feature-item-07 .left-icon img {
text-align: center;
}
/*.feature-item .left-icon img {
  float: left;
  margin-right: 80px;
}*/
@media (max-width: 1024px) {
.feature-item-04 .left-icon img {
	text-align: center;
	width: 100%;
}
.feature-item-05 .left-icon img {
	text-align: center;
	width: 100%;
}
.feature-item-06 .left-icon img {
	text-align: center;
	width: 100%;
}
.feature-item-07 .left-icon img {
	text-align: center;
	width: 100%;	
}
}
@media (max-width: 420px) {
.feature-item-04 .left-icon img {
	text-align: center;
	width: 100%;
}
.feature-item-05 .left-icon img {
	text-align: center;
	width: 100%;
}
.feature-item-06 .left-icon img {
	text-align: center;
	width: 100%;
}
.feature-item-07 .left-icon img {
	text-align: center;
	width: 100%;	
}
}
.feature-item-01 .right-content {
  display: block;
  position: relative;
  text-align: center;
}

.feature-item-01 .right-content h4 {
  margin-top: 0px;
  margin-bottom:  7px;
  letter-spacing: 0.25px;
  color: #232d39;
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
}

.feature-item-01 .right-content a.text-button {
  margin-top: 25px;
  display: inline-block;
  font-size: 26px;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
}

.feature-item-01 .right-content a.text-button:hover {
  color: #207676;
}

.feature-item-01 .right-content a.text-button-s {
  margin-top: 5px;
  display: inline-block;
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}

.feature-item-01 .right-content a.text-button-s:hover {
  color: #fff000;
}

.feature-item-02 .right-content {
  display: block;
  position: relative;
  text-align: center;
}

.feature-item-02 .right-content h4 {
  margin-top: 0px;
  margin-bottom:  7px;
  letter-spacing: 0.25px;
  color: #232d39;
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
}

.feature-item-02 .right-content a.text-button {
  margin-top: 25px;
  display: inline-block;
  font-size: 26px;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
}

.feature-item-02 .right-content a.text-button:hover {
  color: #207676;
}

.feature-item-02 .right-content a.text-button-s {
  margin-top: 5px;
  display: inline-block;
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}

.feature-item-02 .right-content a.text-button-s:hover {
  color: #fff000;
}

.feature-item-03 .right-content {
  display: block;
  position: relative;
  text-align: center;
}

.feature-item-03 .right-content h4 {
  margin-top: 0px;
  margin-bottom:  7px;
  letter-spacing: 0.25px;
  color: #232d39;
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
}

.feature-item-03 .right-content a.text-button {
  margin-top: 25px;
  display: inline-block;
  font-size: 26px;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
}

.feature-item-03 .right-content a.text-button:hover {
  color: #207676;
}
.feature-item-03 .right-content a.text-button-s {
  margin-top: 5px;
  display: inline-block;
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}

.feature-item-03 .right-content a.text-button-s:hover {
  color: #fff000;
}

.feature-item-04 .right-content {
  display: block;
  position: relative;
  text-align: center;
}

.feature-item-04 .right-content h4 {
  margin-top: 0px;
  margin-bottom:  7px;
  letter-spacing: 0.25px;
  color: #232d39;
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
}

.feature-item-04 .right-content a.text-button {
  margin-top: 25px;
  display: inline-block;
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}
.feature-item-04 .right-content a.text-button:hover {
  color: #41D0D0;
}
.feature-item-05 .right-content {
  display: block;
  position: relative;
  text-align: center;
}

.feature-item-05 .right-content h4 {
  margin-top: 0px;
  margin-bottom:  7px;
  letter-spacing: 0.25px;
  color: #232d39;
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
}

.feature-item-05 .right-content a.text-button {
  margin-top: 25px;
  display: inline-block;
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}

.feature-item-05 .right-content a.text-button:hover {
  color: #41D0D0;
}
.feature-item-06 .right-content {
  display: block;
  position: relative;
  text-align: center;
}

.feature-item-06 .right-content h4 {
  margin-top: 0px;
  margin-bottom:  7px;
  letter-spacing: 0.25px;
  color: #232d39;
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
}

.feature-item-06 .right-content a.text-button {
  margin-top: 25px;
  display: inline-block;
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}

.feature-item-06 .right-content a.text-button:hover {
  color: #41D0D0;
}
.feature-item-01 .right-content a.text-button-s em {
  font-size: 40px;
  color: #a7a9ad;
  font-weight: 700;
}
.feature-item-02 .right-content a.text-button-s em {
  font-size: 40px;
  color: #a7a9ad;
  font-weight: 700;
}
.feature-item-03 .right-content a.text-button-s em {
  font-size: 40px;
  color: #a7a9ad;
  font-weight: 700;
}
.feature-item-04 .right-content a.text-button-s em {
  font-size: 40px;
  color: #a7a9ad;
  font-weight: 700;
}
.feature-item-05 .right-content a.text-button-s em {
  font-size: 40px;
  color: #a7a9ad;
  font-weight: 700;
}
.feature-item-06 .right-content a.text-button-s em {
  font-size: 40px;
  color: #a7a9ad;
  font-weight: 700;
}
.right-content p {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0px;	
}

@media (max-width: 768px) {
.feature-item-01 .right-content a.text-button {
  margin-top: 3%;
  display: inline-block;
  font-size: 0.921rem;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
  letter-spacing: -1px;	
}	
.feature-item-02 .right-content a.text-button {
  margin-top: 3%;
  display: inline-block;
  font-size: 0.921rem;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
  letter-spacing: -1px;	
}	
.feature-item-03 .right-content a.text-button {
  margin-top: 3%;
  display: inline-block;
  font-size: 0.921rem;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
  letter-spacing: -1px;	
}
.feature-item-04 .right-content a.text-button {
  margin-top: 3%;
  display: inline-block;
  font-size: 0.921rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  letter-spacing: -1px;	
}	
.feature-item-05 .right-content a.text-button {
  margin-top: 3%;
  display: inline-block;
  font-size: 0.921rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  letter-spacing: -1px;	
}	
.feature-item-06 .right-content a.text-button {
  margin-top: 3%;
  display: inline-block;
  font-size: 0.921rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  letter-spacing: -1px;	
}	
}

@media (max-width: 420px) {
.feature-item-01 .right-content a.text-button {
  margin-top: 3%;
  display: inline-block;
  font-size: 0.921rem;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
  letter-spacing: -1px;	
}	
.feature-item-02 .right-content a.text-button {
  margin-top: 3%;
  display: inline-block;
  font-size: 0.921rem;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
  letter-spacing: -1px;	
}	
.feature-item-03 .right-content a.text-button {
  margin-top: 3%;
  display: inline-block;
  font-size: 0.921rem;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
  letter-spacing: -1px;	
}
.feature-item-04 .right-content a.text-button {
  margin-top: 3%;
  display: inline-block;
  font-size: 0.921rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  letter-spacing: -1px;	
}	
.feature-item-05 .right-content a.text-button {
  margin-top: 3%;
  display: inline-block;
  font-size: 0.921rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  letter-spacing: -1px;	
}	
.feature-item-06 .right-content a.text-button {
  margin-top: 3%;
  display: inline-block;
  font-size: 0.921rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  letter-spacing: -1px;	
}	
}

@media (max-width: 1024px) {
  .feature-item-04 .right-content {
  display: block;
  position: relative;
  text-align: center;
  /*width: 80%;	*/
	}
  .feature-item-05 .right-content {
  display: block;
  position: relative;
  text-align: center;
  /*width: 80%;	*/	
	}
  .feature-item-06 .right-content {
  display: block;
  position: relative;
  text-align: center;
  /*width: 80%;	*/
	}
  .feature-item-07 .right-content {
  display: block;
  position: relative;
  text-align: center;
  /*width: 80%;	*/		
}
}
@media (max-width: 768px) {
   .feature-item-04 .right-content {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
	}
  .feature-item-05 .right-content {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;	
	}
  .feature-item-06 .right-content {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;	
	}
  .feature-item-07 .right-content {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;		
}	
  .feature-item-04 .right-content a.text-button-s {
  margin-top: 5px;
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}
  .feature-item-05 .right-content a.text-button-s {
  margin-top: 5px;
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}
  .feature-item-06 .right-content a.text-button-s {
  margin-top: 5px;
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}
  .feature-item-07 .right-content a.text-button-s {
  margin-top: 5px;
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}	
  .feature-item-04 .right-content a.text-button-s em {
  font-size: 1.2rem;
  color: #a7a9ad;
  font-weight: 700;
}
.feature-item-05 .right-content a.text-button-s em {
  font-size: 1.2rem;
  color: #a7a9ad;
  font-weight: 700;
}
.feature-item-06 .right-content a.text-button-s em {
  font-size: 1.2rem;
  color: #a7a9ad;
  font-weight: 700;
}
.feature-item-07 .right-content a.text-button-s em {
  font-size: 1.2rem;
  color: #a7a9ad;
  font-weight: 700;
}
.right-content p {
  font-size: 1.1rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0px;	
}	
}
@media (max-width: 420px) {
   .feature-item-04 .right-content {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
	}
  .feature-item-05 .right-content {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;	
	}
  .feature-item-06 .right-content {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;	
	}
  .feature-item-07 .right-content {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;		
}	
  .feature-item-04 .right-content a.text-button-s {
  margin-top: 5px;
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}
  .feature-item-05 .right-content a.text-button-s {
  margin-top: 5px;
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}
  .feature-item-06 .right-content a.text-button-s {
  margin-top: 5px;
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}
  .feature-item-07 .right-content a.text-button-s {
  margin-top: 5px;
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}	
  .feature-item-04 .right-content a.text-button-s em {
  font-size: 1.2rem;
  color: #a7a9ad;
  font-weight: 700;
}
.feature-item-05 .right-content a.text-button-s em {
  font-size: 1.2rem;
  color: #a7a9ad;
  font-weight: 700;
}
.feature-item-06 .right-content a.text-button-s em {
  font-size: 1.2rem;
  color: #a7a9ad;
  font-weight: 700;
}
.feature-item-07 .right-content a.text-button-s em {
  font-size: 1.2rem;
  color: #a7a9ad;
  font-weight: 700;
}
.right-content p {
  font-size: 0.7rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0px;	
}	
}

/*
---------------------------------------------
subscribe
---------------------------------------------
*/

#call-to-action {
  padding: 150px 0px;
  background-image:url("../images/main_co.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.cta-content h2 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
  text-align: left;	
}

.cta-content h2 em {
  font-style: normal;
  color: #ed563b;
}

.cta-content p {
  font-size: 30px;
  color: #fff;
  margin: 10px 0px 35px 0px;
  text-align: left;	
}
@media (max-width: 768px) {
#call-to-action {
  padding: 20% 0%;
  background-image:url("../images/main_co.png");
  background-position: 70% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.cta-content h2 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;	
}	
.cta-content p {
  font-size: 1.16rem;
  color: #fff;
  margin: 10px 0px 35px 0px;
  text-align: center;	
}	
}
@media (max-width: 420px) {
#call-to-action {
  padding: 20% 0%;
  background-image:url("../images/main_co.png");
  background-position: 70% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.cta-content h2 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;	
}	
.cta-content p {
  font-size: 1.16rem;
  color: #fff;
  margin: 10px 0px 35px 0px;
  text-align: center;	
}	
}
@media (max-width: 360px) {
.cta-content h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;	
}	
.cta-content p {
  font-size: 1rem;
  color: #fff;
  margin: 10px 0px 35px 0px;
  text-align: center;	
}	
}
/*
--------------------------------------------
Service
--------------------------------------------
*/

#service {
}

/*
--------------------------------------------
Our Classes
--------------------------------------------
*/

#our-classes {
  margin-bottom: 140px;
}
@media (max-width: 420px) {
#our-classes {
  margin-bottom: 20%;
}
}
@media (max-width: 768px) {
#our-classes {
  margin-bottom: 15%;
}
}
#tabs ul {
  margin: 0;
  padding: 0;
  text-align: center;	
}
#tabs ul li {
  margin-bottom: 3px;
  display: inline-block;
  width: 20%;
}
@media (max-width: 420px) {
#tabs ul li {
  margin-bottom: 3px;
  display: inline-block;
  width: 24%;
}
}
@media (max-width: 768px) {
#tabs ul li {
  margin-bottom: 3px;
  display: inline-block;
  width: 24%;
}
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
  text-transform: capitalize;
  width: 100%;
  padding: 20px 30px;
  display: inline-block;
  background-color: #fff;
  /*box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 5px;*/
  border: 1px solid #f8f8f8;
  font-size: 19px;
  color: #207676;
  letter-spacing: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
#tabs ul li a:hover {
 background-color: #207676;
 color: #fff;	
}

#tabs .main-rounded-button a {
  text-align: center;
  padding: 20px 30px;
  width: 100%;
  border-radius: 5px;
  display: inline-block;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.5px;
  font-weight: 600;
  background-color: #ed563b;
}
#tabs .main-rounded-button a:hover {
  background-color: #f9735b;
}
#tabs ul li a img {
  max-width: 100%;
	display: block;
	position: relative;
	left: 30%;
}

#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
  color: #207676;
}
#tabs ul .ui-tabs-active a:hover {
  color: #fff;
}
#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}

@media (max-width: 1200px) {
	#tabs ul li a {
  padding: 20px 20px;
  font-size: 14px;
}
	#tabs ul li a img {
  max-width: 100%;
	display: block;
	position: relative;
	left: 25%;
}
}
@media (max-width: 768px) {
	#tabs ul li a {
  	padding: 10%;
  	font-size: 0.85rem;
}
	#tabs ul li a img {
  	max-width: 100%;
	display: block;
	position: relative;
	left: 25%;
}
}
@media (max-width: 420px) {
	#tabs ul li a {
  padding: 5%;
  font-size: 0.75rem;
  letter-spacing: -1px;		
}
	#tabs ul li a img {
    max-width: 100%;
	display: block;
	position: relative;
	left: 4%;
}
}
@media (max-width: 320px) {
	#tabs ul li a img {
    max-width: 100%;
	height: 80%;	
	display: block;
	position: relative;
	left: 0%;
}
}
.tabs-content {
  /*margin-left: 30px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;*/
  border: 1px solid #f8f8f8;
  width: 81%;
  margin: auto;	
}
.tabs-content img {
  max-width: 100%;	
  overflow: hidden;
  /*border-radius: 5px;*/
  padding: 30px 20px;	
}
.tabs-content div {
  width: 44.5%;
  float: left;
  padding: 30px;
}
.tabs-content h4 {
  font-size: 34px;
  font-weight: 700;
  color: #232d39;
  letter-spacing: -1px;
  margin-bottom: 20px;
  margin-top: 50px;
}
.tabs-content p {
  font-size: 16px;
  color: #7a7a7a;
  margin-bottom: 28px;
  letter-spacing: -1.5px;	
}

.tabs-content div .main-button {
  text-align: left;
}

.tabs-content div .main-button a {
  display: inline-block;
  font-size: 24px;
  padding: 10px 50px;
  background-color: #206767;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
  letter-spacing: 0px;	
}

.tabs-content div .main-button a:hover {
  color: #206767;
}
.tabs-content div .main-button a img {
  padding: 0px 0px;
}

@media (max-width: 1200px) {
.tabs-content img {
  width: 62.5%;
  overflow: hidden;
  padding: 30px;	
}
.tabs-content div {
  width: 37.5%;
  float: left;
  padding: 30px;
}
.tabs-content div .main-button a {
  display: inline-block;
  font-size: 1rem;
  padding: 5% 20%;
  background-color: #206767;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
}
 .tabs-content div .main-button a img {
  padding: 0px 0px;
  width:30%; 
}
.tabs-content p {
  font-size: 0.91rem;
  color: #7a7a7a;
  margin-bottom: 28px;
  letter-spacing: -1px;	
}
}
@media (max-width: 992px) {
.tabs-content h4 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #232d39;
  letter-spacing: -1px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.tabs-content p {
  font-size: 0.812rem;
  color: #7a7a7a;
  margin-bottom: 28px;
  letter-spacing: -1px;	
}	
.tabs-content div .main-button a {
  display: inline-block;
  font-size: 0.812rem;
  padding: 5% 18%;
  background-color: #206767;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
}	
}
@media (max-width: 768px) {
.tabs-content img {
  width: 100%;	
  overflow: hidden;
  padding: 0 7% 7%;	
}
.tabs-content div {
  width: 100%;
  float: none;	
  padding: 5% 7%;
}
.tabs-content h4 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #232d39;
  letter-spacing: -1px;
  margin-bottom: 10px;
  margin-top: 0%;
}	
.tabs-content p {
  font-size: 0.812rem;
  color: #7a7a7a;
  margin-bottom: 3%;
  letter-spacing: -1px;	
	}
.tabs-content div .main-button a {
  display: inline-block;
  font-size: 1rem;
  padding: 3% 15%;
  background-color: #206767;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
}	
}	
@media (max-width: 420px) {
.tabs-content img {
  width: 100%;	
  overflow: hidden;
  padding: 0 3% 7%;	
}
.tabs-content div {
  width: 100%;
  float: none;	
  padding: 5% 3% 2%;
}
.tabs-content h4 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #232d39;
  letter-spacing: -1px;
  margin-bottom: 10px;
  margin-top: 0%;
}	
.tabs-content p {
  font-size: 0.812rem;
  color: #7a7a7a;
  margin-bottom: 3%;
  letter-spacing: -1px;	
	}
.tabs-content div .main-button a {
  display: inline-block;
  font-size: 1rem;
  padding: 3% 15%;
  background-color: #206767;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  transition: all .3s;
}	
}	

/* 
---------------------------------------------
schedule
--------------------------------------------- 
*/

#schedule {
  padding: 0px 0px 140px 0px;
  background-image: url(../images/schedule-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#schedule table {
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
}

#schedule table tbody {
  border-top: 1px solid #fff; 
}

#schedule table tbody tr {
  border-bottom: 1px solid #fff;
}

#schedule table tbody tr td {
  border-right: 1px solid #fff;
  height: 100px;
}

#schedule table tr td {
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.schedule-table.filtering .ts-item {
    opacity: 0;
    transition: all 0.5s;
}

.schedule-table.filtering .ts-item.show {
    opacity: 1;
    transition: all 0.5s;
}

#schedule .filters {
  margin-bottom: 40px;
}
#schedule .filters ul {
  padding: 0;
  text-align: center;
}
#schedule .filters ul li {
  list-style: none;
  display: inline;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#schedule .filters ul li:after {
  content: "/";
  margin-left: 10px;
  color: #fff;
}
#schedule .filters ul li:last-child {
  margin-right: 0px;
}
#schedule .filters ul li:last-child::after {
  display: none;
}
#schedule .filters ul li.active,
#schedule .filters ul li:hover {
  color: #ed563b;
}
#schedule .filters-content {
  margin-top: 50px;
}
#schedule .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
#schedule .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}


/* 
---------------------------------------------
trainers
--------------------------------------------- 
*/

#trainers .trainer-item {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  padding: 40px;
}

#trainers .trainer-item img {
  width: 100%;
  border-radius: 5px;
}

#trainers .trainer-item span {
  font-size: 13px;
  font-weight: 500;
  color: #ed563b;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 10px;
}

#trainers .trainer-item h4 {
  font-size: 19px;
  font-weight: 600;
  color: #232d39;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}

#trainers .trainer-item p {
  margin-bottom: 20px;
}

#trainers .trainer-item ul.social-icons li {
  display: inline-block;
  margin-right: 12px;
}

#trainers .trainer-item ul.social-icons li:last-child {
  margin-right: 0px;
}

#trainers .trainer-item ul.social-icons li a {
  color: #232d39;
  transition: all .3s;
}

#trainers .trainer-item ul.social-icons li a:hover {
  color: #ed563b;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

#contact-us {
  margin-top: 140px;
}

#contact-us .container-fluid .col-lg-6 {
  padding: 0px;
}

#contact-us .contact-form {
  padding: 80px;
  background-image: url(../images/contact-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#contact-us .contact-form #contact {
  background-color: #fff;
  padding: 40px;
  border-radius: 5px;
}

.contact-form input,
.contact-form textarea {
  color: #7a7a7a;
  font-size: 13px;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  height: 40px;
  outline: none;
  line-height: 40px;
  padding: 0px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
}

.contact-form ::-webkit-input-placeholder { /* Edge */
  color: #7a7a7a;
}

.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

.contact-form ::placeholder {
  color: #7a7a7a;
}

.contact-form button {
  display: inline-block;
  font-size: 13px;
  padding: 11px 17px;
  background-color: #ed563b;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
  border: none;
  outline: none;
  margin-top: -8px;
}

.contact-form button:hover {
  background-color: #f9735b;
}

/* 
---------------------------------------------
bottom menu
--------------------------------------------- 
*/

.svl {
    overflow: hidden;
    float: left;
    margin-left: 1px;
	margin-top: 50px;
	margin-bottom: 50px;
    padding:0 30px 0 80px;
}
.svl-top {
    overflow: hidden;
    float: left;
    margin-left: 70px;
	margin-top: 50px;
	margin-bottom: 50px;
    padding:0 30px 0 80px;
}
.svlst_tit {
	font-size: 22px;
	color: #b2b2b2;
	letter-spacing: 0px;
	font-weight: 700
}
.svlst {
	padding: 5px 0;
}
.svlst li{
	padding: 5px 0;
}
.svlst li a {
	font-size: 17px;
	color: #b2b2b2;
	letter-spacing: 0px;
}
.svlst li a:hover {
	color: #b2b2b2!important;
}
.svlst-02 {
	overflow: hidden;
	padding: 5px 30px 0 0;
	float: left;
}
.svlst-02 li{
	padding: 5px 0;
}
.svlst-02 li a {
	font-size: 17px;
	color: #b2b2b2;
	letter-spacing: 0px;
}
@media (max-width: 1200px) {
.svl-top {
    overflow: hidden;
    float: left;
    margin-left: 0px;
	margin-top: 50px;
	margin-bottom: 50px;
    padding:0 30px 0 80px;
}	
.svl {
    overflow: hidden;
    float: left;
    margin-left: 1px;
	margin-top: 50px;
	margin-bottom: 50px;
    padding:0 30px 0 60px;
}
}
@media (max-width: 992px) {
	.svl {
    overflow: hidden;
    float: left;
    margin-left: 1px;
	margin-top: 50px;
	margin-bottom: 50px;
    padding:0 20px 0 10px;
}
	.svl-top {
    overflow: hidden;
    float: left;
    margin-left: 1px;
	margin-top: 50px;
	margin-bottom: 50px;
    padding:0 20px 0 10px;
}
}
@media (max-width: 768px) {
	.svl {
	width: 24%;	
    overflow: hidden;
    float: left;
    margin-left: 1px;
	margin-top: 10%;
	margin-bottom: 10%;
    padding:0 0 0 2%;
	line-height: 1;	
}
	.svl-top {
	width: 24%;	
    overflow: hidden;
    float: left;
    margin-left: 1px;
	margin-top: 10%;
	margin-bottom: 10%;
    padding:0 0 0 2%;
	line-height: 1;	
}
	.svlst_tit {
	font-size: 1.2rem;
	color: #b2b2b2;
	letter-spacing: 0px;
	font-weight: 700
}
	.svlst li{
	padding: 0%;
}
    .svlst li a {
	font-size: 1rem;
	color: #b2b2b2;
	letter-spacing: 0px;
	line-height: 2;	
}	
	.svlst-02 li{
	padding: 0%;
}
	.svlst-02 li a {
	font-size: 1rem;
	color: #b2b2b2;
	letter-spacing: 0px;
	line-height: 2;	
}
}

@media (max-width: 420px) {
	.svl {
	width: 24%;	
    overflow: hidden;
    float: left;
    margin-left: 1px;
	margin-top: 10%;
	margin-bottom: 10%;
    padding:0 0 0 2%;
	line-height: 1;	
}
	.svl-top {
	width: 24%;	
    overflow: hidden;
    float: left;
    margin-left: 1px;
	margin-top: 10%;
	margin-bottom: 10%;
    padding:0 0 0 2%;
	line-height: 1;	
}
	.svlst_tit {
	font-size: 0.891rem;
	color: #b2b2b2;
	letter-spacing: 0px;
	font-weight: 700
}
	.svlst li{
	padding: 0%;
}
    .svlst li a {
	font-size: 0.65rem;
	color: #b2b2b2;
	letter-spacing: 0px;
}	
.svlst-02 {
	overflow: hidden;
	padding: 5px 5px 0 0;
	float: left;
}	
	.svlst-02 li{
	padding: 0%;
}
	.svlst-02 li a {
	font-size: 0.65rem;
	color: #b2b2b2;
	letter-spacing: 0px;
}
}
@media (max-width: 360px) {
	.svlst-02 {
	overflow: hidden;
	padding: 5px 3px 0 0;
	float: left;
}
}
/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  text-align: center;
  padding: 30px 0px;
  background-color: #f7f7fa;	
}

footer p {
  color: #232d39;
  font-size: 13px;
}

footer p a {
  cursor: pointer;
  color: #ed563b;
}

footer p a:hover {
  color: #ed563b;
}

footer .f-logo {
  width: 30%;
  float: left;
}

footer .f-logo > img {
  width: 50%;
}

footer .f-reserve {
  width: 70%;
  float: left;
  margin-top: 2%;	
}
footer .f-reserve h1 {
  color: #b2b2b2;
  font-size: 26px;
  text-align: left;
  font-weight: 700;		
}
footer .f-reserve p {
  color: #b2b2b2;
  font-size: 20px;
  text-align: left;
  line-height: 32px;
  margin-top: 15px;
  letter-spacing: 0.5px;
  font-weight: 500;	
}
@media (max-width: 992px) {
footer .f-reserve h1 {
  color: #b2b2b2;
  font-size: 1.42rem;
  text-align: left;
  font-weight: 700;	
  margin-top: 5%;	
}	
footer .f-reserve p {
  color: #b2b2b2;
  font-size: 0.912rem;
  text-align: left;
  line-height: 22px;
  margin-top: 5px;
  letter-spacing: 0.5px;
  font-weight: 500;	
}
}
@media (max-width: 768px) {
footer .f-logo img {
  width: 60%;
}
footer .f-reserve h1 {
  color: #b2b2b2;
  font-size: 1.12rem;
  text-align: left;
  font-weight: 700;	
  margin-top: 9%;	
}	
footer .f-reserve p {
  color: #b2b2b2;
  font-size: 0.72rem;
  text-align: left;
  line-height: 20px;
  margin-top: 5px;
  letter-spacing: 0px;
  font-weight: 500;	
}
}
@media (max-width: 420px) {
footer .f-logo img {
  width: 80%;
}
footer .f-reserve {
  width: 70%;
  float: left;
  margin-top: 0;	
}	
footer .f-reserve h1 {
  color: #b2b2b2;
  font-size: 0.912rem;
  text-align: left;
  font-weight: 700;	
  margin-top: 0;	
}	
footer .f-reserve p {
  color: #b2b2b2;
  font-size: 0.62rem;
  text-align: left;
  line-height: 14px;
  margin-top: 5px;
  letter-spacing: 0px;
  font-weight: 500;	
}
}
/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #207676;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #207676;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #fff;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #fff;
    border-radius: 50%;
}


/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


@media (max-width: 992px) {

  .main-banner .caption h2 {
    font-size: 64px;
  }
  #features {
    margin-bottom: 110px;
  }
  #features .feature-item {
    margin-bottom: 30px;
  }
  #our-classes .tabs-content {
    /*margin-left: 0px;*/
    margin-top: 15px;
  }
  .trainer-item {
    margin-bottom: 30px;
  }
  #contact-us #map {
    margin-bottom: -7px;
  }
  #contact-us .contact-form {
    padding: 30px;
  }
  #contact-us .contact-form #contact {
    padding: 30px;
  }

}

@media (max-width: 768px) {

  .main-banner .caption h2 {
    font-size: 64px;
  }
  #features {
    margin-bottom: 10%;
  }
  #features .feature-item {
    margin-bottom: 30px;
  }
  #our-classes .tabs-content {
    margin-top: 5px;
	width: 98%;  
  }
  .trainer-item {
    margin-bottom: 30px;
  }
  #contact-us #map {
    margin-bottom: -7px;
  }
  #contact-us .contact-form {
    padding: 30px;
  }
  #contact-us .contact-form #contact {
    padding: 30px;
  }

}

@media (max-width: 450px) {
  .feature-item .right-content a.text-button {
    margin-left: 130px;
  }
}

@media (max-width: 420px) {
   .main-banner .caption h2 {
    font-size: 46px;
  }	
  #features {
    margin-bottom: 10%;
  }
  #our-classes .tabs-content {
    /*margin-left: 0px;*/
    margin-top: 1%;
	width: 99%;  
  }	
}

.top-up{
	position: fixed;
    right: 24px;
    bottom: 20px;
}
.top-up img{
	width: 80%;
}
.kakao{
	position: fixed;
    right: 24px;
    bottom: 100px;
}
.kakao img{
	width: 80%;
}
@media (max-width: 768px) {
	.top-up{
	position: fixed;
    right: -20px;
    bottom: 20px;
}
	.top-up img{
	width: 60%;
}
	.kakao{
	position: fixed;
    right: -20px;
    bottom: 80px;
}
	.kakao img{
	width: 60%;
}	
}
@media (max-width: 420px) {
	.top-up{
	position: fixed;
    right: -20px;
    bottom: 20px;
}
	.top-up img{
	width: 50%;
}
	.kakao{
	position: fixed;
    right: -20px;
    bottom: 70px;
}
	.kakao img{
	width: 50%;
}	
}

/* 
---------------------------------------------
tab contents
--------------------------------------------- 
*/
.container-sub{
	width: 100%;
}

#subNav.sticky {position: fixed;z-index: 100;top:0;width: 100%;}
ul.tabs{
	margin: 0 auto;
	text-align: center;
	background-color: #207676;
	
}
ul.tabs li{
	background: none;
	color: #fff;
	display: inline-block;
	padding: 2% 1%;
	cursor: pointer;
	font-size: 1.4em;
}

ul.tabs li.current{
	background: #207676;
	color: #fff;
}

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

.tab-content.current{
	display: inherit;
}
#tab-1 .concept01{
	position: relative;
	margin-top: 8%;
}
#tab-1 .concept01 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
}
#tab-1 .concept01 h2 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-1 .concept01 p {
	text-align: center;
	font-size: 1.4rem;
	color: #333;
	font-weight: 500;
	margin-top: 2%;
}
#tab-1 .concept01 p.solution01 {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 1%;
}
#tab-1 .concept02{
	position: relative;
	padding-top: 8%;
}
#tab-1 .concept02 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
}
#tab-1 .concept02 h2 {
	text-align: center;
    font-size: 2rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-1 .concept02 p {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 2%;
	margin-bottom: 4%;
}
.company-detail{
	max-width: 75%;
    margin: 0 auto;
}
.cercate-detail{
	position: relative;
	max-width: 80%;
    margin: 0 auto;
	overflow: hidden;
}
.detail-item {
	position: relative;
	overflow: hidden;
	border-top: 3px solid #333;
	padding: 5% 0 7%;
}
.detail-for{
	width: 50%;
	margin: 0 auto;
}
.detail-item-02 {
	position: relative;
	overflow: hidden;
	border-top: 1px solid #b1b1b1;
	padding: 5% 0 7%;
}
.detail-item-03 {
	position: relative;
	overflow: hidden;
	border-top: 1px solid #b1b1b1;
	padding: 5% 0 7%;
}
.detail-item-04 {
	position: relative;
	overflow: hidden;
	border-top: 1px solid #b1b1b1;
	padding: 5% 0 7%;
}
.detail-item-05 {
	position: relative;
	overflow: hidden;
	border-top: 1px solid #b1b1b1;
	padding: 5% 0 7%;
}
.detail-item-top {
	float: left;
	font-size: 2.5rem;
	color: #333;
	font-weight: 700;
	padding: 0.2% 5% 0% 35%;
	letter-spacing: -1px;
}
.detail-item-month{
	float: left;
    font-size: 2rem;
	color: #333;
	font-weight: 400;
    letter-spacing: -1px;
    padding: 0.5% 5% 0 0;
	line-height: 48px;
}
.detail-item-story{
    font-size: 1.1rem;
	color: #333;
	font-weight: 350;
	padding-top: 0.5%;
	line-height: 48px;
}
#tab-1 .concept03{
	position: relative;
	margin: 5% auto;
	max-width: 95%;
}
#tab-1 .concept03 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
	border-bottom: 3px solid #333;
	/*width: 70%;*/
	margin: 0 auto;
	padding: 5% 0
}
#tab-1 .concept03 .certificate-detail{
	position: relative;
	overflow: hidden;
}
#tab-1 .concept03 .certificate-detail img {
	float: left;
	padding: 5% 5% 5% 15%;
	
}
#tab-1 .concept03 .certificate-detail p {
	text-align: left;
	font-size: 1.4rem;
	color: #333;
	font-weight: 500;
	padding: 2% 10% 1% 0;
}
#tab-1 .concept03 .certificate-detail p.le {
	font-family:GodoM,sans-serif;
	text-align: left;
	font-size: 2rem;
	color: #333;
	font-weight: 300;
	padding: 10% 10% 0 0;
    line-height: 44px;
}
#tab-1 .concept04{
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-1 .concept04 h2 {
	text-align: center;
    font-size: 2rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-1 .concept04 p {
	text-align: center;
	font-size: 1.1rem;
	color: #333;
	font-weight: 300;
	margin-top: 2%;
	margin-bottom: 4%;
	line-height: 20px;
}
#tab-2 .concept01{
	position: relative;
	margin-top: 8%;
}
#tab-2 .concept01 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
}
#tab-2 .concept01 p {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 2%;
}
#tab-2 .concept01 img {
	display: block;
	text-align: center;
	margin: 5% auto;
	padding: 3% 5%;
	border: 1px solid #b1b1b1;
}
#tab-2 .concept02{
	position: relative;
	margin-top: 8%;
}
#tab-2 .concept02 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
}
#tab-2 .concept02 table {
	width: 80%;
	margin: 5% auto;
	border-top: 3px solid #333;
}
#tab-2 .concept02 tr th {
	padding: 2% 1%;
	border: 1px solid #b1b1b1; 
	text-align: center;
	font-size: 1.5rem;
	color: #333;
	font-weight: 700;
	letter-spacing: -1px;
}
#tab-2 .concept02 tr td {
	padding: 2% 1%;
	border: 1px solid #b1b1b1;
	text-align: center;
	font-size: 1.1rem;
	color: #56585d;
	font-weight: 400;
}
#tab-3 .concept01{
	position: relative;
	margin-top: 8%;
}
#tab-3 .concept01 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
}
#tab-3 .concept01 p {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 2%;
}
#tab-3 .concept01 img {
	display: block;
	text-align: center;
	margin: 3% auto;
	padding: 0% 4% 0 1%;
	width: 70%;
}
#tab-3 .concept01 p.subtxt {
	text-align: center;
	font-size: 1.5rem;
	color: #333;
	font-weight: 800;
	margin-top: 2%;
	margin-bottom: 7%;
	line-height: 30px;
}
#tab-4 .concept01{
	position: relative;
	margin-top: 8%;
}
#tab-4 .concept01 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
}
#tab-4 .concept01 p {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 2%;
}
#tab-4 .concept01 img {
	display: block;
	text-align: center;
	margin: 3% auto;
	width: 70%;
	border: 1px #e2e2e2 solid;
}
#tab-4 .concept01 .logo_color {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 70%;
	position: relative;
	overflow: hidden;
}
#tab-4 .concept01 .logo_color .color01{
	display: block;
	float: left;
	text-align: left;
	margin: 0 auto;
	width: 49%;
	background: #207676;
	padding: 5% 7%;
}
#tab-4 .concept01 .logo_color .color01 ul li pre{
	color: #fff;
	font-weight: 700;
	letter-spacing: -1px;
	font-size:1.4rem;
}
#tab-4 .concept01 .logo_color .color02{
	display: block;
	float: right;
	text-align: left;
	margin: 0 auto;
	width: 49%;
	background: #8e8e8e;
	padding: 5% 7%;	
}
#tab-4 .concept01 .logo_color .color02 ul li pre{
	color: #fff;
	font-weight: 700;
	letter-spacing: -1px;
	font-size:1.4rem;
}
#tab-4 .concept02{
	position: relative;
	margin-top: 8%;
}
#tab-4 .concept02 h2 {
	text-align: center;
    font-size: 2rem;
    color: #333;
    font-weight: 700;
    position: relative;
    top: 20px;
    background: #fff;
    z-index: 1;
    width: 20%;
    margin: 0 auto;
}
#tab-4 .concept02 .sub_certificate{
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 70%;
	position: relative;
	overflow: hidden;
	border: 1px #e2e2e2 solid;
}
#tab-4 .concept02 .sub_certificate .img01{
	padding: 10% 0 10% 2%;
}
#tab-4 .concept02 .sub_certificate .img02{
	padding: 10% 0 10% 2%;
}
#tab-4 .concept03{
	position: relative;
	margin-top: 8%;
	margin-bottom: 7%;
}
#tab-4 .concept03 h2 {
	text-align: center;
    font-size: 2rem;
    color: #333;
    font-weight: 700;
    position: relative;
    top: 20px;
    background: #fff;
    z-index: 1;
    width: 20%;
    margin: 0 auto;
}
#tab-4 .concept03 img {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 70%;
	border: 1px #e2e2e2 solid;
	padding: 7%;
}
#tab-5 .concept01{
	position: relative;
	margin-top: 8%;
}
#tab-5 .concept01 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
}
#tab-5 .concept01 p {
	text-align: center;
	margin:0 auto;
	font-size: 1.1rem;
	color: #333;
	font-weight: 400;
	padding: 2% 3%;
	width: 50%;
	background-color: #989a9f;
}
#tab-5 .concept01 ul {
	margin:3% auto;
	width: 50%;
}
#tab-5 .concept01 ul li {
	text-align: left;
	font-size: 1.4rem;
	color: #333;
	font-weight: 300;
	padding: 3% 0;
}
#tab-5 .concept01 ul li span {
	text-align: center;
	font-size: 2.2rem;
	color: #fff;
	background-color: #989a9f;
	font-weight: 800;
	padding: 0.15% 1.2% 0.5% 1%;
	border-radius:100px; 
	letter-spacing: -1px;
	margin-right: 3%;
	vertical-align: sub;
}
#tab-5 .concept02{
	position: relative;
	margin-top: 8%;
	margin-bottom: 7%;
}
#tab-5 .concept02 h3 {
	text-align: center;
    font-size: 1.5rem;
    color: #56585d;
    font-weight: 700;
    position: relative;
    top: 13px;
    background: #fff;
    z-index: 1;
    width: 20%;
    margin: 0 auto;
}
#tab-5 .concept02 img {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 70%;
	border: 1px #e2e2e2 solid;
	padding: 7%;
}

/* 
---------------------------------------------
tab contents - solution
--------------------------------------------- 
*/

#tab-6 .concept01{
	position: relative;
	margin-top: 8%;
}
#tab-6 .concept01 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
}
#tab-6 .concept01 h2 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-6 .concept01 p {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 2%;
}
#tab-6 .concept01 p.solution01 {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 1%;
}
#tab-6 .concept02{
	position: relative;
	padding: 8% 0;
}
#tab-6 .concept02 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
}
#tab-6 .concept02 h2 {
	text-align: center;
    font-size: 2rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-6 .concept02 p {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 2%;
	margin-bottom: 4%;
}
#tab-6 .concept03{
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-6 .concept03 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
	border-bottom: 3px solid #333;
	width: 70%;
	margin: 0 auto;
	padding: 5% 0
}
#tab-6 .concept03 h2 {
	text-align: center;
    font-size: 2rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-6 .concept03 p {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 2%;
	margin-bottom: 4%;
}
#tab-7 .concept01{
	position: relative;
	margin-top: 8%;
}
#tab-7 .concept01 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
}
#tab-7 .concept01 h2 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-7 .concept01 p {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 2%;
}
#tab-7 .concept01 p.solution01 {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 1%;
}
#tab-7 .concept02{
	position: relative;
	padding: 8% 0;
}
#tab-7 .concept02 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
}
#tab-7 .concept02 h2 {
	text-align: center;
    font-size: 2rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-7 .concept02 p {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 2%;
	margin-bottom: 4%;
}
#tab-7 .concept03{
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-7 .concept03 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
	border-bottom: 3px solid #333;
	width: 70%;
	margin: 0 auto;
	padding: 5% 0
}
#tab-7 .concept03 h2 {
	text-align: center;
    font-size: 2rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-7 .concept03 p {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 2%;
	margin-bottom: 4%;
}
#tab-8 .concept01{
	position: relative;
	margin-top: 8%;
}
#tab-8 .concept01 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
}
#tab-8 .concept01 h2 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-8 .concept01 p {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 2%;
}
#tab-8 .concept01 p.solution01 {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 1%;
}
#tab-8 .concept02{
	position: relative;
	padding: 8% 0;
}
#tab-8 .concept02 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
}
#tab-8 .concept02 h2 {
	text-align: center;
    font-size: 2rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-8 .concept02 p {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 2%;
	margin-bottom: 4%;
}
#tab-8 .concept03{
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-8 .concept03 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
	border-bottom: 3px solid #333;
	width: 70%;
	margin: 0 auto;
	padding: 5% 0
}
#tab-8 .concept03 h2 {
	text-align: center;
    font-size: 2rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-8 .concept03 p {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 2%;
	margin-bottom: 4%;
}
#tab-9 .concept01{
	position: relative;
	margin-top: 8%;
}
#tab-9 .concept01 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
}
#tab-9 .concept01 h2 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-9 .concept01 p {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 2%;
}
#tab-9 .concept01 p.solution01 {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 1%;
}
#tab-9 .concept02{
	position: relative;
	padding: 8% 0;
}
#tab-9 .concept02 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
}
#tab-9 .concept02 h2 {
	text-align: center;
    font-size: 2rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-9 .concept02 p {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 2%;
	margin-bottom: 4%;
}
#tab-9 .concept03{
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-9 .concept03 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
	border-bottom: 3px solid #333;
	width: 70%;
	margin: 0 auto;
	padding: 5% 0
}
#tab-9 .concept03 h2 {
	text-align: center;
    font-size: 2rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-9 .concept03 p {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 2%;
	margin-bottom: 4%;
}
#tab-10 .concept01{
	position: relative;
	margin-top: 8%;
}
#tab-10 .concept01 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
}
#tab-10 .concept01 h2 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-10 .concept01 p {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 2%;
}
#tab-10 .concept01 p.solution01 {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 1%;
}
#tab-10 .concept02{
	position: relative;
	padding: 8% 0;
}
#tab-10 .concept02 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
}
#tab-10 .concept02 h2 {
	text-align: center;
    font-size: 2rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-10 .concept02 p {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 2%;
	margin-bottom: 4%;
}
#tab-10 .concept03{
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-10 .concept03 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
	border-bottom: 3px solid #333;
	width: 70%;
	margin: 0 auto;
	padding: 5% 0
}
#tab-10 .concept03 h2 {
	text-align: center;
    font-size: 2rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-10 .concept03 p {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 2%;
	margin-bottom: 4%;
}
#tab-11 .concept01{
	position: relative;
	margin-top: 8%;
}
#tab-11 .concept01 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
}
#tab-11 .concept01 h2 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-11 .concept01 p {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 2%;
}
#tab-11 .concept01 p.solution01 {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 1%;
}
#tab-11 .concept02{
	position: relative;
	padding: 8% 0;
}
#tab-11 .concept02 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
}
#tab-11 .concept02 h2 {
	text-align: center;
    font-size: 2rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-11 .concept02 p {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 2%;
	margin-bottom: 4%;
}
#tab-11 .concept03{
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-11 .concept03 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
	border-bottom: 3px solid #333;
	width: 70%;
	margin: 0 auto;
	padding: 5% 0
}
#tab-11 .concept03 h2 {
	text-align: center;
    font-size: 2rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-11 .concept03 p {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 2%;
	margin-bottom: 4%;
}
#tab-12 .concept01{
	position: relative;
	margin-top: 8%;
}
#tab-12 .concept01 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
}
#tab-12 .concept01 h2 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-12 .concept01 p {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 2%;
}
#tab-12 .concept01 p.solution01 {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 1%;
}
#tab-12 .concept02{
	position: relative;
	padding: 8% 0;
}
#tab-12 .concept02 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
}
#tab-12 .concept02 h2 {
	text-align: center;
    font-size: 2rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-12 .concept02 p {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 2%;
	margin-bottom: 4%;
}
#tab-12 .concept03{
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-12 .concept03 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
	border-bottom: 3px solid #333;
	width: 70%;
	margin: 0 auto;
	padding: 5% 0
}
#tab-12 .concept03 h2 {
	text-align: center;
    font-size: 2rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-12 .concept03 p {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 2%;
	margin-bottom: 4%;
}
#tab-13 .concept01{
	position: relative;
	padding: 8% 0;
}
#tab-13 .concept01 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
}
#tab-13 .concept01 h2 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-13 .concept01 p {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 2%;
}
#tab-13 .concept01 p.solution01 {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 1%;
}
#tab-13 .concept02{
	position: relative;
	padding-top: 8%;
}
#tab-13 .concept02 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
}
#tab-13 .concept02 h2 {
	text-align: center;
    font-size: 2rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-13 .concept02 p {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 2%;
	margin-bottom: 4%;
}
#tab-13 .concept03{
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-13 .concept03 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
	border-bottom: 3px solid #333;
	width: 70%;
	margin: 0 auto;
	padding: 5% 0
}
#tab-13 .concept03 h2 {
	text-align: center;
    font-size: 2rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-13 .concept03 p {
	text-align: center;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-top: 2%;
	margin-bottom: 4%;
}
.solution-icon {
	margin:0 auto;
	display: block;
}
.solution-main {
	margin:0 auto;
	display: block;
	padding-top: 5%;
}
.solution-service{
	margin:0 auto;
	display: block;
	max-width: 1024px;
}
.solution-service ul {
	padding: 5% 0;
}
.solution-service ul li{
	border: 1px solid #333;
	padding: 1% 0;
	font-size: 1.6rem;
    color: #333;
	margin: 2% 0;
	letter-spacing: 1px;
}
.solution-service ul li img{
    padding: 0 3% 0 5%;
}
.solution-route {
	margin:0 auto;
	display: block;
	max-width: 75%;
}
.solution-route ul {
	position: relative;
	margin:0 auto;
	display: block;
	overflow: hidden;
}
.solution-route ul li{
	width: 50%;
	float: left;
}
.solution-route ul li img{
	position: relative;
    margin: 0 auto;
    display: block;
}
.solution-route ul li p strong{
    font-size: 1.5rem;
	color: #333;
}
.solution-detail {
	margin:0 auto;
	display: block;
}
.solution-detail ul {
	position: relative;
	margin:0 auto;
	display: block;
	overflow: hidden;
}
.solution-detail ul li{
	width: 30%;
    margin-left: 2.5%;
    float: left;
    border: 1px solid #207676;
    padding: 3%;
}
.solution-detail ul li img{
	position: relative;
    margin: 0 auto;
    display: block;
}
.solution-detail ul li h4{
    font-size: 1.5rem;
	color: #333;
	text-align: center;
	padding: 4% 0;
}
.solution-detail ul li p{
    font-size: 1rem;
	color: #333;
	text-align: center;
}
@media (max-width: 1400px) {
.company-detail{
		max-width: 95%;
}
#tab-5 .concept01 ul{
	width: 70%;
}	
#tab-5 .concept01 p {
	width: 70%;
	}
#tab-5 .concept02 h3 {
	width: 25%;	
	}
.detail-item-top {
	float: left;
	font-size: 2.5rem;
	color: #333;
	font-weight: 700;
	padding: 0% 5% 0% 30%;
	letter-spacing: -1px;
}
.detail-item-month{
	float: left;
    font-size: 2rem;
	color: #333;
	font-weight: 400;
    letter-spacing: -1px;
    padding: 0.5% 5% 0 0;
	line-height: 48px;
}
.detail-item-story{
    font-size: 1.1rem;
	color: #333;
	font-weight: 350;
	padding-top: 0.5%;
	line-height: 48px;
}
.solution-main {
	width: 100%;
	padding-top: 10%;
}	
}
@media (max-width: 1024px) {	
#tab-1 .concept03 .certificate-detail p.le {
	font-family:GodoM,sans-serif;
	text-align: left;
	font-size: 2rem;
	color: #333;
	font-weight: 300;
	padding: 8% 10% 0 0;
    line-height: 44px;
}
}
@media (max-width: 992px) {	
ul.tabs{
	margin: 0 auto;
	text-align: center;
	background-color: #207676;
	position: relative;
    overflow: auto;
    white-space: nowrap;
	-ms-overflow-style: none; 
    ::-webkit-scrollbar {display:none;}
}	
ul.tabs li{
	padding: 4% 3%;
	font-size: 1rem;
}
#tab-1 .concept01 h1{
	font-size: 1.95rem;
}	
#tab-1 .concept01 p{
	font-size: 0.75rem;
	letter-spacing: -1px;
}
#tab-1 .concept02 h1{
	font-size: 1.95rem;
}	
#tab-1 .concept02 p{
	font-size: 0.75rem;
	letter-spacing: -1px;
}
.company-detail{
	max-width: 95%;
}
.detail-item-top {
    font-size: 1.3rem;
    font-weight: 700;
    padding: 1% 5% 0% 35%;
}	
.detail-item-month {
    font-size: 1rem;
    color: #333;
    font-weight: 400;
    letter-spacing: -1px;
    padding: 0.5% 5% 0 0;
    line-height: 34px;
}
.detail-item-story {
    font-size: 0.6rem;
    color: #333;
    font-weight: 350;
    padding-top: 0.5%;
    line-height: 34px;
}
#tab-1 .concept03{
	max-width: 95%;
}	
#tab-1 .concept03 h1 {
	font-size: 1.95rem;
	width: 100%;
}		
#tab-1 .concept03 .certificate-detail img {
	float: none;
	padding: 5% 5% 5% 5%;
	width: 100%;
}	
#tab-1 .concept03 .certificate-detail{
	text-align: center;
}
#tab-1 .concept03 .certificate-detail p {
    text-align: center;
    font-size: 1rem;
    color: #333;
    font-weight: 500;
	padding: 0% 5% 5% 5%;
}	
#tab-1 .concept03 .certificate-detail p.le {
	font-family:GodoM,sans-serif;
	text-align: center;
	font-size: 1.4rem;
	color: #333;
	font-weight: 700;
	padding: 0;
    line-height: 30px;
}	
#tab-2 .concept01 h1{
	font-size: 1.95rem;
}	
#tab-2 .concept01 p{
	font-size: 0.75rem;
	letter-spacing: -1px;
}	
#tab-2 .concept01 img{
	width: 98%;	
}	
#tab-2 .concept02 h1{
	font-size: 1.95rem;
}	
#tab-2 .concept02 table{
	width: 98%;
}	
#tab-2 .concept02 tr th {
	font-size: 0.85rem;
	letter-spacing: 0px;
	}	
#tab-2 .concept02 tr td {
    font-size: 0.5rem;
    letter-spacing: -1px;
}	
#tab-3 .concept01 h1{
	font-size: 1.95rem;
}	
#tab-3 .concept01 p{
	font-size: 0.75rem;
	letter-spacing: -1px;
}
#tab-3 .concept01 img {
    width: 98%;
}	
#tab-3 .concept01 p.subtxt {
    text-align: center;
    font-size: 0.5rem;
    color: #333;
    font-weight: 800;
    margin-top: 2%;
    margin-bottom: 7%;
    line-height: 16px;
	letter-spacing: 0px;
}	
#tab-4 .concept01 h1{
	font-size: 1.95rem;
}	
#tab-4 .concept01 p{
	font-size: 0.75rem;
	letter-spacing: -1px;
}
#tab-4 .concept01 img {
    width: 98%;
}	
#tab-4 .concept01 .logo_color {
    width: 98%;
}	
#tab-4 .concept01 .logo_color .color01 ul li pre {
    letter-spacing: -1.5px;
    font-size: 1.4rem;
}	
#tab-4 .concept01 .logo_color .color02 ul li pre {
    letter-spacing: -1.5px;
    font-size: 1.4rem;
}	
#tab-4 .concept02 h2 {
	font-size: 1.95rem;
	width: 60%;
}	
#tab-4 .concept02 .sub_certificate {
    width: 98%;
}	
#tab-4 .concept02 .sub_certificate .img01 {
    padding: 10% 0 10% 2%;
    width: 35%;
}
#tab-4 .concept02 .sub_certificate .img02 {
    padding: 10% 0 10% 2%;
    width: 60%;
}
#tab-4 .concept03 h2 {
	font-size: 1.95rem;
	width: 60%;
}	
#tab-4 .concept03 img {
    width: 98%;
}	
#tab-5 .concept01 h1{
	font-size: 1.95rem;
}	
#tab-5 .concept01 ul {
    margin: 3% auto;
    width: 98%;
}
#tab-5 .concept01 p {
    width: 98%;
	font-size: 0.8rem;
}	
#tab-5 .concept02 h3 {
    width: 80%;
}		
#tab-5 .concept02 img {
    width: 98%;
}	
#tab-5 .concept01 ul li {
    text-align: left;
    font-size: 0.75rem;
    color: #333;
    font-weight: 500;
    padding: 2% 0;
}
#tab-5 .concept01 ul li span {
    text-align: center;
    font-size: 0.9rem;
    color: #fff;
    background-color: #989a9f;
    font-weight: 800;
    padding: 0.5% 1.2% 0.5% 1%;
    border-radius: 100px;
    letter-spacing: -1px;
    margin-right: 3%;
    vertical-align: baseline;
}	
	
/* 
---------------------------------------------
tab contents - solution
--------------------------------------------- 
*/

#tab-6 .concept01 h2 {
    font-size: 1.95rem;
}	
#tab-6 .concept01 p.solution01 {
	text-align: center;
	font-size: 0.81rem;
	margin-top: 1%;
}
#tab-6 .concept02 p {
	text-align: center;
	font-size: 0.75rem;
}
#tab-6 .concept03 p {
	text-align: center;
    font-size: 0.75rem;
    font-weight: 500;
}	
#tab-6 .concept03{
	position: relative;
	margin: 8% auto;
	max-width: 100%;
}	
#tab-6 .concept03 p.txt {
	font-size: 1rem;
    font-weight: 300;
	}	
#tab-7 .concept01 h2 {
    font-size: 1.95rem;
}	
#tab-7 .concept01 p.solution01 {
	text-align: center;
	font-size: 0.81rem;
	margin-top: 1%;
}
#tab-7 .concept02 p {
	text-align: center;
	font-size: 0.75rem;
}
#tab-7 .concept03 p {
	text-align: center;
    font-size: 0.75rem;
    font-weight: 500;
}	
#tab-7 .concept03{
	position: relative;
	margin: 8% auto;
	max-width: 100%;
}	
#tab7 .concept03 p.txt {
	font-size: 1rem;
    font-weight: 300;
	}
#tab-8 .concept01 h2 {
    font-size: 1.95rem;
}	
#tab-8 .concept01 p.solution01 {
	text-align: center;
	font-size: 0.81rem;
	margin-top: 1%;
}
#tab-8 .concept02 p {
	text-align: center;
	font-size: 0.75rem;
}
#tab-8 .concept03 p {
	text-align: center;
    font-size: 0.75rem;
    font-weight: 500;
}	
#tab-8 .concept03{
	position: relative;
	margin: 8% auto;
	max-width: 100%;
}	
#tab-8 .concept03 p.txt {
	font-size: 1rem;
    font-weight: 300;
	}
#tab-9 .concept01 h2 {
    font-size: 1.95rem;
}	
#tab-9 .concept01 p.solution01 {
	text-align: center;
	font-size: 0.81rem;
	margin-top: 1%;
}
#tab-9 .concept02 p {
	text-align: center;
	font-size: 0.75rem;
}
#tab-9 .concept03 p {
	text-align: center;
    font-size: 0.75rem;
    font-weight: 500;
}	
#tab-9 .concept03{
	position: relative;
	margin: 8% auto;
	max-width: 100%;
}	
#tab-9 .concept03 p.txt {
	font-size: 1rem;
    font-weight: 300;
	}
#tab-10 .concept01 h2 {
    font-size: 1.95rem;
}	
#tab-10 .concept01 p.solution01 {
	text-align: center;
	font-size: 0.81rem;
	margin-top: 1%;
}
#tab-10 .concept02 p {
	text-align: center;
	font-size: 0.75rem;
}
#tab-10 .concept03 p {
	text-align: center;
    font-size: 0.75rem;
    font-weight: 500;
}	
#tab-10 .concept03{
	position: relative;
	margin: 8% auto;
	max-width: 100%;
}	
#tab-10 .concept03 p.txt {
	font-size: 1rem;
    font-weight: 300;
	}
#tab-11 .concept01 h2 {
    font-size: 1.95rem;
}	
#tab-11 .concept01 p.solution01 {
	text-align: center;
	font-size: 0.81rem;
	margin-top: 1%;
}
#tab-11 .concept02 p {
	text-align: center;
	font-size: 0.75rem;
}
#tab-11 .concept03 p {
	text-align: center;
    font-size: 0.75rem;
    font-weight: 500;
}	
#tab-11 .concept03{
	position: relative;
	margin: 8% auto;
	max-width: 100%;
}	
#tab-11 .concept03 p.txt {
	font-size: 1rem;
    font-weight: 300;
	}
#tab-12 .concept01 h2 {
    font-size: 1.95rem;
}	
#tab-12 .concept01 p.solution01 {
	text-align: center;
	font-size: 0.81rem;
	margin-top: 1%;
}
#tab-12 .concept02 p {
	text-align: center;
	font-size: 0.75rem;
}
#tab-12 .concept03 p {
	text-align: center;
    font-size: 0.75rem;
    font-weight: 500;
}	
#tab-12 .concept03{
	position: relative;
	margin: 8% auto;
	max-width: 100%;
}	
#tab-12 .concept03 p.txt {
	font-size: 1rem;
    font-weight: 300;
	}
#tab-13 .concept01 h2 {
    font-size: 1.95rem;
}	
#tab-13 .concept01 p.solution01 {
	text-align: center;
	font-size: 0.81rem;
	margin-top: 1%;
}
#tab-13 .concept02 p {
	text-align: center;
	font-size: 0.75rem;
}
#tab-13 .concept03 p {
	text-align: center;
    font-size: 0.75rem;
    font-weight: 500;
}	
#tab-13 .concept03{
	position: relative;
	margin: 8% auto;
	max-width: 100%;
}	
#tab-13 .concept03 p.txt {
	font-size: 1rem;
    font-weight: 300;
	}	
.solution-icon {
	width: 45%;
}	
.solution-main {
	width: 100%;
	padding-top: 10%;
}	
.solution-service ul li{
	font-size: 0.75rem;
    letter-spacing: -1px;
}	
.solution-service ul li img{
    width: 15%;
	padding: 0 3% 0 3%;
}	
.solution-route {
	max-width: 100%;
}	
.solution-route ul li{
	width: 45%;
	float: left;
}	
.solution-route ul li img{
	width: 45%;
}	
.solution-route ul li p strong{
    font-size: 1rem;
	color: #333;
}	
.solution-route ul li.route01{
	width: 45%;
	float: left;
}
.solution-route ul li.route02{
	width: 45%;
	float: right;
}
.solution-route ul li.route03{
	width: 45%;
	float: left;
}
.solution-route ul li.route04{
	width: 45%;
	float: right;
}	
.solution-detail ul li{
	width: 100%;
    margin-top: 3%;
    margin-left: 0%;
}
.solution-detail ul li h4{
    font-size: 1.5rem;
	color: #333;
	text-align: center;
	padding: 3% 0 0;
}			
}

@media (max-width: 420px) {
ul.tabs{
	margin: 0 auto;
	text-align: center;
	background-color: #207676;
	position: relative;
    overflow: auto;
    white-space: nowrap;
	-ms-overflow-style: none; 
    ::-webkit-scrollbar {display:none;}
}
.detail-item-top {
    font-size: 1.3rem;
    font-weight: 700;
    padding: 1% 5% 0% 15%;
}	
#tab-4 .concept01 .logo_color .color01 ul li pre {
    letter-spacing: -1.5px;
    font-size: 0.7rem;
}	
#tab-4 .concept01 .logo_color .color02 ul li pre {
    letter-spacing: -1.5px;
    font-size: 0.7rem;
}	
}

/* 
---------------------------------------------
tab contents - insect pest control
--------------------------------------------- 
*/

#tab-14 .concept01{
	position: relative;
	margin-top: 8%;
}
#tab-14 .concept01 h1 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-14 .concept01 img {
	display: block;
    text-align: center;
    margin: 0% auto;
	margin-top: 3%;
}
#tab-14 .concept01 img.line {
	margin-top: 0%;
}
#tab-14 .concept01 .insect {
	display: block;
    text-align: center;
    margin: 0% auto;
	width: 90%;
}
#tab-14 .concept01 .insect ul {
	position: relative;
	overflow: hidden;
}
#tab-14 .concept01 .insect ul li {
	width: 24%;
    float: left;
    margin-right: 1%;
}
#tab-14 .concept01 .insect ul li h2 {
	font-size: 1.5rem;
    font-weight: 600;
    padding: 3% 0;
}
#tab-14 .concept01 .insect ul li p {
	text-align: center;
    font-size: 1.3rem;
    color: #626262;
    font-weight: 500;
    padding: 5%;
}

#tab-14 .concept02{
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-14 .concept02 h1 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
	margin-bottom: 4%;
}

#tab-14 .concept03{
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-14 .concept03 h1 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
	margin-bottom: 4%;
}
#tab-14 .concept03 .insect-detail {
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-14 .concept03 .insect-detail ul {
	position: relative;
	overflow: hidden;
}
#tab-14 .concept03 .insect-detail ul li {
    float: left;
    margin-right: 1%;
	width:288px;
	height:288px;
	border-radius:50%;
	border: 1px solid #207676;
	font-size:16px;
	text-align:center;
}
#tab-14 .concept03 .insect-detail ul li.s01 {
}
#tab-14 .concept03 .insect-detail ul li.s02 {
    float: right;
}
#tab-14 .concept03 .insect-detail ul li.s03 {
	margin-top: 5%;
}
#tab-14 .concept03 .insect-detail ul li.s04 {
    float: right;
	margin-top: 5%;
}
#tab-14 .concept03 .insect-detail ul li h2 {
	font-size: 2rem;
    font-weight: 600;
    padding: 32% 0 0;
}
#tab-14 .concept03 .insect-detail ul li.s03 h2 {
    padding: 25% 0 0;
}
#tab-14 .concept03 .insect-detail ul li.s04 h2 {
    padding: 25% 0 0;
}
#tab-14 .concept03 .insect-detail ul li p {
	text-align: center;
    font-size: 1.3rem;
    color: #626262;
    font-weight: 500;
    padding: 5%;
}
#tab-14 .concept04{
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-14 .concept04 h1 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
	margin-bottom: 4%;
}
#tab-14 .concept04 .insect-system {
	position: relative;
	margin: 8% auto 0%;
}
#tab-14 .concept04 .insect-system ul {
	position: relative;
	overflow: hidden;
}
#tab-14 .concept04 .insect-system ul li {
    float: left;
	width:49.5%;
	background:#207676;
	font-size:30px;
	padding: 2% 0;
	text-align:center;
	margin-top: 1%;
	color: #fff;
	font-weight: 600;
}
#tab-14 .concept04 .insect-system ul li.sy02 {
    float: right;
}
#tab-14 .concept04 .insect-system ul li.sy04 {
    float: right;
}
#tab-14 .concept04 .insect-system-tell {
	position: relative;
	margin: 3% auto 8%;
	border: 1px solid #232731;
}
#tab-14 .concept04 .insect-system-tell p {
	font-size:28px;
	text-align:center;
	padding-top: 2%;
	color: #232731;
	font-weight: 400;
}
#tab-14 .concept04 .insect-system-tell h4 {
	color: #df133a;
	font-weight: 800;
	text-align:center;
	font-size:40px;
	padding-bottom: 2%;
}

#tab-15 .concept01{
	position: relative;
	margin-top: 8%;
}
#tab-15 .concept01 h1 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-15 .concept01 img {
	display: block;
    text-align: center;
    margin: 0% auto;
	margin-top: 3%;
}
#tab-15 .concept01 img.line {
	margin-top: 0%;
}
#tab-15 .concept01 .insect {
	display: block;
    text-align: center;
    margin: 0% auto;
	width: 90%;
}
#tab-15 .concept01 .insect ul {
	position: relative;
	overflow: hidden;
}
#tab-15 .concept01 .insect ul li {
	width: 24%;
    float: left;
    margin-right: 1%;
}
#tab-15 .concept01 .insect ul li h2 {
	font-size: 1.5rem;
    font-weight: 600;
    padding: 3% 0;
}
#tab-15 .concept01 .insect ul li p {
	text-align: center;
    font-size: 1.3rem;
    color: #626262;
    font-weight: 500;
    padding: 5%;
}

#tab-15 .concept02{
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-15 .concept02 h1 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
	margin-bottom: 4%;
}

#tab-15 .concept03{
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-15 .concept03 h1 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
	margin-bottom: 4%;
}
#tab-15 .concept03 .insect-detail {
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-15 .concept03 .insect-detail ul {
	position: relative;
	overflow: hidden;
}
#tab-15 .concept03 .insect-detail ul li {
    float: left;
    margin-right: 1%;
	width:288px;
	height:288px;
	border-radius:50%;
	border: 1px solid #207676;
	font-size:16px;
	text-align:center;
}
#tab-15 .concept03 .insect-detail ul li.s01 {
}
#tab-15 .concept03 .insect-detail ul li.s02 {
    float: right;
}
#tab-15 .concept03 .insect-detail ul li.s03 {
	margin-top: 5%;
}
#tab-15 .concept03 .insect-detail ul li.s04 {
    float: right;
	margin-top: 5%;
}
#tab-15 .concept03 .insect-detail ul li h2 {
	font-size: 2rem;
    font-weight: 600;
    padding: 32% 0 0;
}
#tab-15 .concept03 .insect-detail ul li.s03 h2 {
    padding: 15% 0 0;
}
#tab-15 .concept03 .insect-detail ul li.s04 h2 {
    padding: 25% 0 0;
}
#tab-15 .concept03 .insect-detail ul li p {
	text-align: center;
    font-size: 1.3rem;
    color: #626262;
    font-weight: 500;
    padding: 5%;
}
#tab-15 .concept04{
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-15 .concept04 h1 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
	margin-bottom: 4%;
}
#tab-15 .concept04 .insect-system {
	position: relative;
	margin: 8% auto 0%;
}
#tab-15 .concept04 .insect-system ul {
	position: relative;
	overflow: hidden;
}
#tab-15 .concept04 .insect-system ul li {
    float: left;
	width:49.5%;
	background:#207676;
	font-size:30px;
	padding: 2% 0;
	text-align:center;
	margin-top: 1%;
	color: #fff;
	font-weight: 600;
}
#tab-15 .concept04 .insect-system ul li.sy02 {
    float: right;
}
#tab-15 .concept04 .insect-system ul li.sy04 {
    float: right;
}
#tab-15 .concept04 .insect-system-tell {
	position: relative;
	margin: 3% auto 8%;
	border: 1px solid #232731;
}
#tab-15 .concept04 .insect-system-tell p {
	font-size:28px;
	text-align:center;
	padding-top: 2%;
	color: #232731;
	font-weight: 400;
}
#tab-15 .concept04 .insect-system-tell h4 {
	color: #df133a;
	font-weight: 800;
	text-align:center;
	font-size:40px;
	padding-bottom: 2%;
}
#tab-16 .concept01{
	position: relative;
	margin-top: 8%;
}
#tab-16 .concept01 h1 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-16 .concept01 img {
	display: block;
    text-align: center;
    margin: 0% auto;
	margin-top: 3%;
}
#tab-16 .concept01 img.line {
	margin-top: 0%;
}
#tab-16 .concept01 .insect {
	display: block;
    text-align: center;
    margin: 0% auto;
	width: 90%;
}
#tab-16 .concept01 .insect ul {
	position: relative;
	overflow: hidden;
}
#tab-16 .concept01 .insect ul li {
	width: 24%;
    float: left;
    margin-right: 1%;
}
#tab-16 .concept01 .insect ul li h2 {
	font-size: 1.5rem;
    font-weight: 600;
    padding: 3% 0;
}
#tab-16 .concept01 .insect ul li p {
	text-align: center;
    font-size: 1.3rem;
    color: #626262;
    font-weight: 500;
    padding: 5%;
}

#tab-16 .concept02{
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-16 .concept02 h1 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
	margin-bottom: 4%;
}

#tab-16 .concept03{
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-16 .concept03 h1 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
	margin-bottom: 4%;
}
#tab-16 .concept03 .insect-detail {
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-16 .concept03 .insect-detail ul {
	position: relative;
	overflow: hidden;
}
#tab-16 .concept03 .insect-detail ul li {
    float: left;
    margin-right: 1%;
	width:288px;
	height:288px;
	border-radius:50%;
	border: 1px solid #207676;
	font-size:16px;
	text-align:center;
}
#tab-16 .concept03 .insect-detail ul li.s01 {
}
#tab-16 .concept03 .insect-detail ul li.s02 {
    float: right;
}
#tab-16 .concept03 .insect-detail ul li.s03 {
	margin-top: 5%;
}
#tab-16 .concept03 .insect-detail ul li.s04 {
    float: right;
	margin-top: 5%;
}
#tab-16 .concept03 .insect-detail ul li h2 {
	font-size: 2rem;
    font-weight: 600;
    padding: 25% 0 0;
}

#tab-16 .concept03 .insect-detail ul li p {
	text-align: center;
    font-size: 1.3rem;
    color: #626262;
    font-weight: 500;
    padding: 5%;
}
#tab-16 .concept04{
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-16 .concept04 h1 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
	margin-bottom: 4%;
}
#tab-16 .concept04 .insect-system {
	position: relative;
	margin: 8% auto 0%;
}
#tab-16 .concept04 .insect-system ul {
	position: relative;
	overflow: hidden;
}
#tab-16 .concept04 .insect-system ul li {
    float: left;
	width:49.5%;
	background:#207676;
	font-size:30px;
	padding: 2% 0;
	text-align:center;
	margin-top: 1%;
	color: #fff;
	font-weight: 600;
}
#tab-16 .concept04 .insect-system ul li.sy02 {
    float: right;
}
#tab-16 .concept04 .insect-system ul li.sy04 {
    float: right;
}
#tab-16 .concept04 .insect-system-tell {
	position: relative;
	margin: 3% auto 8%;
	border: 1px solid #232731;
}
#tab-16 .concept04 .insect-system-tell p {
	font-size:28px;
	text-align:center;
	padding-top: 2%;
	color: #232731;
	font-weight: 400;
}
#tab-16 .concept04 .insect-system-tell h4 {
	color: #df133a;
	font-weight: 800;
	text-align:center;
	font-size:40px;
	padding-bottom: 2%;
}
#tab-17 .concept01{
	position: relative;
	margin-top: 8%;
}
#tab-17 .concept01 h1 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-17 .concept01 img {
	display: block;
    text-align: center;
    margin: 0% auto;
	margin-top: 3%;
}
#tab-17 .concept01 img.line {
	margin-top: 0%;
}
#tab-17 .concept01 .insect {
	display: block;
    text-align: center;
    margin: 0% auto;
	width: 90%;
}
#tab-17 .concept01 .insect ul {
	position: relative;
	overflow: hidden;
}
#tab-17 .concept01 .insect ul li {
	width: 33.3%;
    float: left;
}
#tab-17 .concept01 .insect ul li h2 {
	font-size: 1.5rem;
    font-weight: 600;
    padding: 3% 0;
}
#tab-17 .concept01 .insect ul li p {
	text-align: center;
    font-size: 1.3rem;
    color: #626262;
    font-weight: 500;
    padding: 5% 10%;
}

#tab-17 .concept02{
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-17 .concept02 h1 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
	margin-bottom: 4%;
}

#tab-17 .concept03{
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-17 .concept03 h1 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
	margin-bottom: 4%;
}
#tab-17 .concept03 .insect-detail {
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-17 .concept03 .insect-detail ul {
	position: relative;
	overflow: hidden;
}
#tab-17 .concept03 .insect-detail ul li {
    float: left;
    margin-right: 1%;
	width:288px;
	height:288px;
	border-radius:50%;
	border: 1px solid #207676;
	font-size:16px;
	text-align:center;
}
#tab-17 .concept03 .insect-detail ul li.s01 {
}
#tab-17 .concept03 .insect-detail ul li.s02 {
    float: right;
}
#tab-17 .concept03 .insect-detail ul li.s03 {
	margin-top: 5%;
	margin-left: 30%;
}
#tab-17 .concept03 .insect-detail ul li.s04 {
    float: right;
	margin-top: 5%;
}
#tab-17 .concept03 .insect-detail ul li h2 {
	font-size: 2rem;
    font-weight: 600;
    padding: 32% 0 0;
}
#tab-17 .concept03 .insect-detail ul li.s03 h2 {
    padding: 25% 0 0;
}
#tab-17 .concept03 .insect-detail ul li.s04 h2 {
    padding: 25% 0 0;
}
#tab-17 .concept03 .insect-detail ul li p {
	text-align: center;
    font-size: 1.3rem;
    color: #626262;
    font-weight: 500;
    padding: 5%;
}
#tab-17 .concept04{
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-17 .concept04 h1 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
	margin-bottom: 4%;
}
#tab-17 .concept04 .insect-system {
	position: relative;
	margin: 8% auto 0%;
}
#tab-17 .concept04 .insect-system ul {
	position: relative;
	overflow: hidden;
}
#tab-17 .concept04 .insect-system ul li {
    float: left;
	width:49.5%;
	background:#207676;
	font-size:30px;
	padding: 2% 0;
	text-align:center;
	margin-top: 1%;
	color: #fff;
	font-weight: 600;
}
#tab-17 .concept04 .insect-system ul li.sy02 {
    float: right;
}
#tab-17 .concept04 .insect-system ul li.sy04 {
    float: right;
}
#tab-17 .concept04 .insect-system-tell {
	position: relative;
	margin: 3% auto 8%;
	border: 1px solid #232731;
}
#tab-17 .concept04 .insect-system-tell p {
	font-size:28px;
	text-align:center;
	padding-top: 2%;
	color: #232731;
	font-weight: 400;
}
#tab-17 .concept04 .insect-system-tell h4 {
	color: #df133a;
	font-weight: 800;
	text-align:center;
	font-size:40px;
	padding-bottom: 2%;
}
#tab-18 .concept01{
	position: relative;
	margin-top: 8%;
}
#tab-18 .concept01 h1 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-18 .concept01 img {
	display: block;
    text-align: center;
    margin: 0% auto;
	margin-top: 3%;
}
#tab-18 .concept01 img.line {
	margin-top: 0%;
}
#tab-18 .concept01 .insect {
	display: block;
    text-align: center;
    margin: 0% auto;
	width: 90%;
}
#tab-18 .concept01 .insect ul {
	position: relative;
	overflow: hidden;
}
#tab-18 .concept01 .insect ul li {
	width: 33%;
    float: left;
}
#tab-18 .concept01 .insect ul li h2 {
	font-size: 1.5rem;
    font-weight: 600;
    padding: 3% 0;
}
#tab-18 .concept01 .insect ul li h3 {
	font-size: 1.5rem;
    font-weight: 600;
    padding: 3% 0;
	margin-left: 13%;
}
#tab-18 .concept01 .insect ul li p {
	text-align: center;
    font-size: 1.3rem;
    color: #626262;
    font-weight: 500;
    padding: 5%;
}

#tab-18 .concept02{
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-18 .concept02 h1 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
	margin-bottom: 4%;
}

#tab-18 .concept03{
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-18 .concept03 h1 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
	margin-bottom: 4%;
}
#tab-18 .concept03 .insect-detail {
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-18 .concept03 .insect-detail ul {
	position: relative;
	overflow: hidden;
}
#tab-18 .concept03 .insect-detail ul li {
    float: left;
    margin-right: 1%;
	width:288px;
	height:288px;
	border-radius:50%;
	border: 1px solid #207676;
	font-size:16px;
	text-align:center;
}
#tab-18 .concept03 .insect-detail ul li.s01 {
}
#tab-18 .concept03 .insect-detail ul li.s02 {
    float: right;
}
#tab-18 .concept03 .insect-detail ul li.s03 {
	margin-top: 5%;
	margin-left: 30%;
}
#tab-18 .concept03 .insect-detail ul li.s04 {
    float: right;
	margin-top: 5%;
}
#tab-18 .concept03 .insect-detail ul li h2 {
	font-size: 2rem;
    font-weight: 600;
    padding: 32% 0 0;
}
#tab-18 .concept03 .insect-detail ul li.s02 h2 {
    padding: 25% 0 0;
}
#tab-18 .concept03 .insect-detail ul li.s03 h2 {
    padding: 25% 0 0;
}
#tab-18 .concept03 .insect-detail ul li.s04 h2 {
    padding: 25% 0 0;
}
#tab-18 .concept03 .insect-detail ul li p {
	text-align: center;
    font-size: 1.3rem;
    color: #626262;
    font-weight: 500;
    padding: 5%;
}
#tab-18 .concept04{
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-18 .concept04 h1 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
	margin-bottom: 4%;
}
#tab-18 .concept04 .insect-system {
	position: relative;
	margin: 8% auto 0%;
}
#tab-18 .concept04 .insect-system ul {
	position: relative;
	overflow: hidden;
}
#tab-18 .concept04 .insect-system ul li {
    float: left;
	width:49.5%;
	background:#207676;
	font-size:30px;
	padding: 2% 0;
	text-align:center;
	margin-top: 1%;
	color: #fff;
	font-weight: 600;
}
#tab-18 .concept04 .insect-system ul li.sy02 {
    float: right;
}
#tab-18 .concept04 .insect-system ul li.sy04 {
    float: right;
}
#tab-18 .concept04 .insect-system-tell {
	position: relative;
	margin: 3% auto 8%;
	border: 1px solid #232731;
}
#tab-18 .concept04 .insect-system-tell p {
	font-size:28px;
	text-align:center;
	padding-top: 2%;
	color: #232731;
	font-weight: 400;
}
#tab-18 .concept04 .insect-system-tell h4 {
	color: #df133a;
	font-weight: 800;
	text-align:center;
	font-size:40px;
	padding-bottom: 2%;
}
#tab-19 .concept01{
	position: relative;
	margin-top: 8%;
}
#tab-19 .concept01 h1 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
}
#tab-19 .concept01 img {
	display: block;
    text-align: center;
    margin: 0% auto;
	margin-top: 3%;
}
#tab-19 .concept01 img.line {
	margin-top: 0%;
}
#tab-19 .concept01 .insect {
	display: block;
    text-align: center;
    margin: 0% auto;
	width: 90%;
}
#tab-19 .concept01 .insect ul {
	position: relative;
	overflow: hidden;
}
#tab-19 .concept01 .insect ul li {
	width: 33%;
    float: left;
}
#tab-19 .concept01 .insect ul li h2 {
	font-size: 1.5rem;
    font-weight: 600;
    padding: 3% 0;
}
#tab-19 .concept01 .insect ul li h3 {
	font-size: 1.5rem;
    font-weight: 600;
    padding: 3% 0;
	margin-left: 12%;
}
#tab-19 .concept01 .insect ul li p {
	text-align: center;
    font-size: 1.3rem;
    color: #626262;
    font-weight: 500;
    padding: 5%;
}

#tab-19 .concept02{
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-19 .concept02 h1 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
	margin-bottom: 4%;
}

#tab-19 .concept03{
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-19 .concept03 h1 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
	margin-bottom: 4%;
}
#tab-19 .concept03 .insect-detail {
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-19 .concept03 .insect-detail ul {
	position: relative;
	overflow: hidden;
}
#tab-19 .concept03 .insect-detail ul li {
    float: left;
    margin-right: 1%;
	width:288px;
	height:288px;
	border-radius:50%;
	border: 1px solid #207676;
	font-size:16px;
	text-align:center;
}
#tab-19 .concept03 .insect-detail ul li.s01 {
}
#tab-19 .concept03 .insect-detail ul li.s02 {
    float: right;
}
#tab-19 .concept03 .insect-detail ul li.s03 {
	margin-top: 5%;
}
#tab-19 .concept03 .insect-detail ul li.s04 {
    float: right;
	margin-top: 5%;
}
#tab-19 .concept03 .insect-detail ul li h2 {
	font-size: 2rem;
    font-weight: 600;
    padding: 25% 0 0;
}
#tab-19 .concept03 .insect-detail ul li p {
	text-align: center;
    font-size: 1.3rem;
    color: #626262;
    font-weight: 500;
    padding: 5%;
}
#tab-19 .concept04{
	position: relative;
	margin: 8% auto;
	max-width: 75%;
}
#tab-19 .concept04 h1 {
	text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 1%;
	margin-bottom: 4%;
}
#tab-19 .concept04 .insect-system {
	position: relative;
	margin: 8% auto 0%;
}
#tab-19 .concept04 .insect-system ul {
	position: relative;
	overflow: hidden;
}
#tab-19 .concept04 .insect-system ul li {
    float: left;
	width:49.5%;
	background:#207676;
	font-size:30px;
	padding: 2% 0;
	text-align:center;
	margin-top: 1%;
	color: #fff;
	font-weight: 600;
}
#tab-19 .concept04 .insect-system ul li.sy02 {
    float: right;
}
#tab-19 .concept04 .insect-system ul li.sy04 {
    float: right;
}
#tab-19 .concept04 .insect-system-tell {
	position: relative;
	margin: 3% auto 8%;
	border: 1px solid #232731;
}
#tab-19 .concept04 .insect-system-tell p {
	font-size:28px;
	text-align:center;
	padding-top: 2%;
	color: #232731;
	font-weight: 400;
}
#tab-19 .concept04 .insect-system-tell h4 {
	color: #df133a;
	font-weight: 800;
	text-align:center;
	font-size:40px;
	padding-bottom: 2%;
}
#tab-20 .concept01{
	position: relative;
	margin-top: 8%;
}
#tab-20 .concept01 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
}
#tab-21 .concept01{
	position: relative;
	margin-top: 8%;
}
#tab-21 .concept01 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
}
#tab-22 .concept01{
	position: relative;
	margin-top: 8%;
}
#tab-22 .concept01 h1 {
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-weight: 700;
}
#tab-22 .concept01 h1 img {
    width: 10%;
    margin-right: 10px;
}
#tab-22 .concept01 .explain {
	text-align: center;
	margin:0 auto;
	font-size: 1.4rem;
	color: #333;
	font-weight: 400;
	padding: 2% 3%;
	width: 70%;
	background-color: #989a9f;
}
#tab-22 .concept01 ul {
	margin:3% auto;
	width: 70%;
}
#tab-22 .concept01 ul li {

	padding: 3% 0;
	overflow: hidden;
}
#tab-22 .concept01 ul li span {
	text-align: center;
	font-size: 2.2rem;
	color: #fff;
	background-color: #989a9f;
	font-weight: 800;
	padding: 0.15% 1.2% 0.5% 1%;
	border-radius:100px; 
	letter-spacing: -1px;
	margin-right: 3%;
	vertical-align: sub;
	float: left;
}
#tab-22 .concept01 ul li p {
    float: left;
	text-align: left;
	font-size: 1.4rem;
	color: #333;
	font-weight: 500;
    width: 90%;
	padding: 1.2% 0 0;
	background: #fff;
}

#tab-22 .concept02{
	position: relative;
	margin-top: 8%;
	margin-bottom: 7%;
}
#tab-22 .concept02 h3 {
	text-align: center;
    font-size: 1.5rem;
    color: #56585d;
    font-weight: 700;
    position: relative;
    top: 13px;
    background: #fff;
    z-index: 1;
    width: 20%;
    margin: 0 auto;
}
#tab-22 .concept02 img {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 70%;
	border: 1px #e2e2e2 solid;
	padding: 7%;
}

@media (max-width: 1090px) {
	#tab-14 .concept01 h1 {
    font-size: 1.95rem;
}
	#tab-14 .concept01 img {
    display: block;
    text-align: center;
    margin: 5% auto;
}
	#tab-14 .concept01 img.line {
    display: none;
}
	#tab-14 .concept01 .insect {
    width: 100%;
}
	#tab-14 .concept01 .insect ul {
	position: relative;
	overflow: hidden;
}
	#tab-14 .concept01 .insect ul li {
	width: 100%;
    float: none;
	margin-top: 2%;
    margin-bottom: 2%;
	/*background: #f3f3f3;*/
	border: 1px #f3f3f3 solid;
}
	#tab-14 .concept01 .insect ul li h2 {
	font-size: 1.2rem;
    font-weight:normal;
    padding: 5% 0 0;
}
	#tab-14 .concept01 .insect ul li h2:after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    padding: 0;
    margin: 15px auto 0;
    background: #207676;
    font: 0/0 a;
}	
	#tab-14 .concept01 .insect ul li p {
	text-align: center;
    color: #626262;
    padding: 3% 10%;
	display: block;
    font-size: 16px;
    font-weight: normal;
}
	#tab-14 .concept02 h1 {
    font-size: 1.95rem;
}
	#tab-14 .concept02 {
    position: relative;
    margin: 8% auto;
    max-width: 100%;
}
	#tab-14 .concept02 p.txt {
    font-size: 1rem;
    font-weight: 300;
	margin-top: 2%;
    margin-bottom: 4%;	
}
	#tab-14 .concept03 h1 {
    font-size: 1.95rem;
}
	#tab-14 .concept03 {
    max-width: 100%;
}
	#tab-14 .concept03 .insect-detail {
    max-width: 100%;
}
	#tab-14 .concept03 .insect-detail ul li {
    margin: auto;
    float: none;
}
	#tab-14 .concept03 .insect-detail ul li.s02 {
    margin: auto;
    float: none;
	margin-top: 5%;	
}
	#tab-14 .concept03 .insect-detail ul li.s04 {
    margin: auto;
    float: none;
    margin-top: 5%;	
}
	#tab-14 .concept04 {
    max-width: 100%;
}
	#tab-14 .concept04 h1 {
    font-size: 1.95rem;
}
	#tab-14 .concept04 .insect-system ul li {
    float: none;
    width: 100%;
	font-size: 1rem;	
}
	#tab-14 .concept04 .insect-system ul li.sy02 {
    float: none;
}
	#tab-14 .concept04 .insect-system ul li.sy04 {
    float: none;
}
	#tab-14 .concept04 .insect-system-tell p {
    font-size: 0.95rem;
}
	#tab-14 .concept04 .insect-system-tell h4 {
    font-size: 1.6rem;
	padding-bottom: 5%;	
}
	#tab-15 .concept01 h1 {
    font-size: 1.95rem;
}
	#tab-15 .concept01 img {
    display: block;
    text-align: center;
    margin: 5% auto;
}
	#tab-15 .concept01 img.line {
    display: none;
}
	#tab-15 .concept01 .insect {
    width: 100%;
}
	#tab-15 .concept01 .insect ul {
	position: relative;
	overflow: hidden;
}
	#tab-15 .concept01 .insect ul li {
	width: 100%;
    float: none;
	margin-top: 2%;
    margin-bottom: 2%;
	/*background: #f3f3f3;*/
	border: 1px #f3f3f3 solid;
}
	#tab-15 .concept01 .insect ul li h2 {
	font-size: 1.2rem;
    font-weight:normal;
    padding: 5% 0 0;
}
	#tab-15 .concept01 .insect ul li h2:after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    padding: 0;
    margin: 15px auto 0;
    background: #207676;
    font: 0/0 a;
}	
	#tab-15 .concept01 .insect ul li p {
	text-align: center;
    color: #626262;
    padding: 3% 10%;
	display: block;
    font-size: 16px;
    font-weight: normal;
}
	#tab-15 .concept02 h1 {
    font-size: 1.95rem;
}
	#tab-15 .concept02 {
    position: relative;
    margin: 8% auto;
    max-width: 100%;
}
	#tab-15 .concept02 p.txt {
    font-size: 1rem;
    font-weight: 300;
	margin-top: 2%;
    margin-bottom: 4%;	
}
	#tab-15 .concept03 h1 {
    font-size: 1.95rem;
}
	#tab-15 .concept03 {
    max-width: 100%;
}
	#tab-15 .concept03 .insect-detail {
    max-width: 100%;
}
	#tab-15 .concept03 .insect-detail ul li {
    margin: auto;
    float: none;
}
	#tab-15 .concept03 .insect-detail ul li.s02 {
    margin: auto;
    float: none;
	margin-top: 5%;	
}
	#tab-15 .concept03 .insect-detail ul li.s04 {
    margin: auto;
    float: none;
    margin-top: 5%;	
}
	#tab-15 .concept04 {
    max-width: 100%;
}
	#tab-15 .concept04 h1 {
    font-size: 1.95rem;
}
	#tab-15 .concept04 .insect-system ul li {
    float: none;
    width: 100%;
	font-size: 1rem;	
}
	#tab-15 .concept04 .insect-system ul li.sy02 {
    float: none;
}
	#tab-15 .concept04 .insect-system ul li.sy04 {
    float: none;
}
	#tab-15 .concept04 .insect-system-tell p {
    font-size: 0.95rem;
}
	#tab-15 .concept04 .insect-system-tell h4 {
    font-size: 1.6rem;
	padding-bottom: 5%;	
}	
	#tab-16 .concept01 h1 {
    font-size: 1.95rem;
}
	#tab-16 .concept01 img {
    display: block;
    text-align: center;
    margin: 5% auto;
}
	#tab-16 .concept01 img.line {
    display: none;
}
	#tab-16 .concept01 .insect {
    width: 100%;
}
	#tab-16 .concept01 .insect ul {
	position: relative;
	overflow: hidden;
}
	#tab-16 .concept01 .insect ul li {
	width: 100%;
    float: none;
	margin-top: 2%;
    margin-bottom: 2%;
	/*background: #f3f3f3;*/
	border: 1px #f3f3f3 solid;
}
	#tab-16 .concept01 .insect ul li h2 {
	font-size: 1.2rem;
    font-weight:normal;
    padding: 5% 0 0;
}
	#tab-16 .concept01 .insect ul li h2:after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    padding: 0;
    margin: 15px auto 0;
    background: #207676;
    font: 0/0 a;
}	
	#tab-16 .concept01 .insect ul li p {
	text-align: center;
    color: #626262;
    padding: 3% 10%;
	display: block;
    font-size: 16px;
    font-weight: normal;
}
	#tab-16 .concept02 h1 {
    font-size: 1.95rem;
}
	#tab-16 .concept02 {
    position: relative;
    margin: 8% auto;
    max-width: 100%;
}
	#tab-16 .concept02 p.txt {
    font-size: 1rem;
    font-weight: 300;
	margin-top: 2%;
    margin-bottom: 4%;	
}
	#tab-16 .concept03 h1 {
    font-size: 1.95rem;
}
	#tab-16 .concept03 {
    max-width: 100%;
}
	#tab-16 .concept03 .insect-detail {
    max-width: 100%;
}
	#tab-16 .concept03 .insect-detail ul li {
    margin: auto;
    float: none;
}
	#tab-16 .concept03 .insect-detail ul li.s02 {
    margin: auto;
    float: none;
	margin-top: 5%;	
}
	#tab-16 .concept03 .insect-detail ul li.s04 {
    margin: auto;
    float: none;
    margin-top: 5%;	
}
	#tab-16 .concept04 {
    max-width: 100%;
}
	#tab-16 .concept04 h1 {
    font-size: 1.95rem;
}
	#tab-16 .concept04 .insect-system ul li {
    float: none;
    width: 100%;
	font-size: 1rem;	
}
	#tab-16 .concept04 .insect-system ul li.sy02 {
    float: none;
}
	#tab-16 .concept04 .insect-system ul li.sy04 {
    float: none;
}
	#tab-16 .concept04 .insect-system-tell p {
    font-size: 0.95rem;
}
	#tab-16 .concept04 .insect-system-tell h4 {
    font-size: 1.6rem;
	padding-bottom: 5%;	
}
	#tab-17 .concept01 h1 {
    font-size: 1.95rem;
}
	#tab-17 .concept01 img {
    display: block;
    text-align: center;
    margin: 5% auto;
}
	#tab-17 .concept01 img.line {
    display: none;
}
	#tab-17 .concept01 .insect {
    width: 100%;
}
	#tab-17 .concept01 .insect ul {
	position: relative;
	overflow: hidden;
}
	#tab-17 .concept01 .insect ul li {
	width: 100%;
    float: none;
	margin-top: 2%;
    margin-bottom: 2%;
	/*background: #f3f3f3;*/
	border: 1px #f3f3f3 solid;
}
	#tab-17 .concept01 .insect ul li h2 {
	font-size: 1.2rem;
    font-weight:normal;
    padding: 5% 0 0;
}
	#tab-17 .concept01 .insect ul li h2:after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    padding: 0;
    margin: 15px auto 0;
    background: #207676;
    font: 0/0 a;
}	
	#tab-17 .concept01 .insect ul li p {
	text-align: center;
    color: #626262;
    padding: 3% 10%;
	display: block;
    font-size: 16px;
    font-weight: normal;
}
	#tab-17 .concept02 h1 {
    font-size: 1.95rem;
}
	#tab-17 .concept02 {
    position: relative;
    margin: 8% auto;
    max-width: 100%;
}
	#tab-17 .concept02 p.txt {
    font-size: 1rem;
    font-weight: 300;
	margin-top: 2%;
    margin-bottom: 4%;	
}
	#tab-17 .concept03 h1 {
    font-size: 1.95rem;
}
	#tab-17 .concept03 {
    max-width: 100%;
}
	#tab-17 .concept03 .insect-detail {
    max-width: 100%;
}
	#tab-17 .concept03 .insect-detail ul li {
    margin: auto;
    float: none;
}
	#tab-17 .concept03 .insect-detail ul li.s02 {
    margin: auto;
    float: none;
	margin-top: 5%;	
}
	#tab-17 .concept03 .insect-detail ul li.s03 {
    margin-top: 5%;
    margin-left: auto;
}
	#tab-17 .concept03 .insect-detail ul li.s04 {
    margin: auto;
    float: none;
    margin-top: 5%;	
}
	#tab-17 .concept04 {
    max-width: 100%;
}
	#tab-17 .concept04 h1 {
    font-size: 1.95rem;
}
	#tab-17 .concept04 .insect-system ul li {
    float: none;
    width: 100%;
	font-size: 1rem;	
}
	#tab-17 .concept04 .insect-system ul li.sy02 {
    float: none;
}
	#tab-17 .concept04 .insect-system ul li.sy04 {
    float: none;
}
	#tab-17 .concept04 .insect-system-tell p {
    font-size: 0.95rem;
}
	#tab-17 .concept04 .insect-system-tell h4 {
    font-size: 1.6rem;
	padding-bottom: 5%;	
}
	#tab-18 .concept01 h1 {
    font-size: 1.95rem;
}
	#tab-18 .concept01 img {
    display: block;
    text-align: center;
    margin: 5% auto;
}
	#tab-18 .concept01 img.line {
    display: none;
}
	#tab-18 .concept01 .insect {
    width: 100%;
}
	#tab-18 .concept01 .insect ul {
	position: relative;
	overflow: hidden;
}
	#tab-18 .concept01 .insect ul li {
	width: 100%;
    float: none;
	margin-top: 2%;
    margin-bottom: 2%;
	/*background: #f3f3f3;*/
	border: 1px #f3f3f3 solid;
}
	#tab-18 .concept01 .insect ul li h2 {
	font-size: 1.2rem;
    font-weight:normal;
    padding: 5% 0 0;
}
	#tab-18 .concept01 .insect ul li h3 {
	font-size: 1.2rem;
    font-weight:normal;
    padding: 5% 0 0;
	margin-left: 0%;	
}	
	#tab-18 .concept01 .insect ul li h2:after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    padding: 0;
    margin: 15px auto 0;
    background: #207676;
    font: 0/0 a;
}	
	#tab-18 .concept01 .insect ul li h3:after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    padding: 0;
    margin: 15px auto 0;
    background: #207676;
    font: 0/0 a;
}
	#tab-18 .concept01 .insect ul li p {
	text-align: center;
    color: #626262;
    padding: 3% 10%;
	display: block;
    font-size: 16px;
    font-weight: normal;
}
	#tab-18 .concept02 h1 {
    font-size: 1.95rem;
}
	#tab-18 .concept02 {
    position: relative;
    margin: 8% auto;
    max-width: 100%;
}
	#tab-18 .concept02 p.txt {
    font-size: 1rem;
    font-weight: 300;
	margin-top: 2%;
    margin-bottom: 4%;	
}
	#tab-18 .concept03 h1 {
    font-size: 1.95rem;
}
	#tab-18 .concept03 {
    max-width: 100%;
}
	#tab-18 .concept03 .insect-detail {
    max-width: 100%;
}
	#tab-18 .concept03 .insect-detail ul li {
    margin: auto;
    float: none;
}
	#tab-18 .concept03 .insect-detail ul li.s02 {
    margin: auto;
    float: none;
	margin-top: 5%;	
}
	#tab-18 .concept03 .insect-detail ul li.s03 {
    margin-top: 5%;
    margin-left: auto;
}
	#tab-18 .concept03 .insect-detail ul li.s04 {
    margin: auto;
    float: none;
    margin-top: 5%;	
}
	#tab-18 .concept04 {
    max-width: 100%;
}
	#tab-18 .concept04 h1 {
    font-size: 1.95rem;
}
	#tab-18 .concept04 .insect-system ul li {
    float: none;
    width: 100%;
	font-size: 1rem;	
}
	#tab-18 .concept04 .insect-system ul li.sy02 {
    float: none;
}
	#tab-18 .concept04 .insect-system ul li.sy04 {
    float: none;
}
	#tab-18 .concept04 .insect-system-tell p {
    font-size: 0.95rem;
}
	#tab-18 .concept04 .insect-system-tell h4 {
    font-size: 1.6rem;
	padding-bottom: 5%;	
}
	#tab-19 .concept01 h1 {
    font-size: 1.95rem;
}
	#tab-19 .concept01 img {
    display: block;
    text-align: center;
    margin: 5% auto;
}
	#tab-19 .concept01 img.line {
    display: none;
}
	#tab-19 .concept01 .insect {
    width: 100%;
}
	#tab-19 .concept01 .insect ul {
	position: relative;
	overflow: hidden;
}
	#tab-19 .concept01 .insect ul li {
	width: 100%;
    float: none;
	margin-top: 2%;
    margin-bottom: 2%;
	/*background: #f3f3f3;*/
	border: 1px #f3f3f3 solid;
}
	#tab-19 .concept01 .insect ul li h2 {
	font-size: 1.2rem;
    font-weight:normal;
    padding: 5% 0 0;
}
	#tab-19 .concept01 .insect ul li h3 {
	font-size: 1.2rem;
    font-weight:normal;
    padding: 5% 0 0;
	margin-left: 0%;	
}	
	#tab-19 .concept01 .insect ul li h2:after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    padding: 0;
    margin: 15px auto 0;
    background: #207676;
    font: 0/0 a;
}	
	#tab-19 .concept01 .insect ul li h3:after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    padding: 0;
    margin: 15px auto 0;
    background: #207676;
    font: 0/0 a;
}	
	#tab-19 .concept01 .insect ul li p {
	text-align: center;
    color: #626262;
    padding: 3% 10%;
	display: block;
    font-size: 16px;
    font-weight: normal;
}
	#tab-19 .concept02 h1 {
    font-size: 1.95rem;
}
	#tab-19 .concept02 {
    position: relative;
    margin: 8% auto;
    max-width: 100%;
}
	#tab-19 .concept02 p.txt {
    font-size: 1rem;
    font-weight: 300;
	margin-top: 2%;
    margin-bottom: 4%;	
}
	#tab-19 .concept03 h1 {
    font-size: 1.95rem;
}
	#tab-19 .concept03 {
    max-width: 100%;
}
	#tab-19 .concept03 .insect-detail {
    max-width: 100%;
}
	#tab-19 .concept03 .insect-detail ul li {
    margin: auto;
    float: none;
}
	#tab-19 .concept03 .insect-detail ul li.s02 {
    margin: auto;
    float: none;
	margin-top: 5%;	
}
	#tab-19 .concept03 .insect-detail ul li.s04 {
    margin: auto;
    float: none;
    margin-top: 5%;	
}
	#tab-19 .concept04 {
    max-width: 100%;
}
	#tab-19 .concept04 h1 {
    font-size: 1.95rem;
}
	#tab-19 .concept04 .insect-system ul li {
    float: none;
    width: 100%;
	font-size: 1rem;	
}
	#tab-19 .concept04 .insect-system ul li.sy02 {
    float: none;
}
	#tab-19 .concept04 .insect-system ul li.sy04 {
    float: none;
}
	#tab-19 .concept04 .insect-system-tell p {
    font-size: 0.95rem;
}
	#tab-19 .concept04 .insect-system-tell h4 {
    font-size: 1.6rem;
	padding-bottom: 5%;	
}
}
@media (max-width: 1200px) {
	#tab-14 .concept01 img.line {
    display: none;
}
	#tab-15 .concept01 img.line {
    display: none;
}
	#tab-16 .concept01 img.line {
    display: none;
}
	#tab-17 .concept01 img.line {
    display: none;
}
	#tab-18 .concept01 img.line {
    display: none;
}
	#tab-18 .concept01 img.line {
    display: none;
}
}
@media (max-width: 1024px) {
#tab-22 .concept01 h1{
	font-size: 1.95rem;
}	
#tab-22 .concept01 h1 img {
    width: 10%;
    margin-right: 10px;
}	
#tab-22 .concept01 ul {
    margin: 3% auto;
    width: 98%;
}
#tab-22 .concept01 .explain {
    width: 98%;
	font-size: 1rem;
}	
#tab-22 .concept02 h3 {
    width: 80%;
}		
#tab-22 .concept02 img {
    width: 98%;
}	
#tab-22 .concept01 ul li {
    text-align: left;
    font-size: 1.2rem;
    color: #333;
    font-weight: 500;
    padding: 2% 0;
}
#tab-22 .concept01 ul li span {
    text-align: center;
    font-size: 1rem;
    color: #fff;
    background-color: #989a9f;
    font-weight: 800;
    padding: 0.6% 1.2% 0.8% 1%;
    border-radius: 100px;
    letter-spacing: -1px;
    margin-right: 3%;
    vertical-align: baseline;
}	
#tab-22 .concept01 ul li p {
    float: left;
	text-align: left;
	font-size: 1.4rem;
	color: #333;
	font-weight: 500;
    width: 90%;
	padding: 0;
	background: #fff;
}	
}
@media (max-width: 768px) {
#tab-22 .concept01 h1 img {
    width: 20%;
    margin-right: 10px;
}	
}
@media (max-width: 420px) {
#tab-22 .concept01 h1 img {
    width: 20%;
    margin-right: 10px;
}
#tab-22 .concept01 ul li p {
    float: left;
	text-align: left;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
    width: 88%;
	padding: 0;
	background: #fff;
}	
b {
  font-size: 1rem;
}	
#tab-1 .concept03 .certificate-detail p.le {
	font-size: 1rem;
	line-height: 24px;
}		
}

.gap {margin-bottom: 8%;}



