/* main font for menu. */
@import url(https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900);
/* font for headings, text, tags */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);

.mz-module:hover .ot-circle.color1 {
  color: #c54a4a;
}
.mz-module:hover .ot-circle.color2 {
  color: #6091dc;
}
.mz-module:hover .ot-circle.color3 {
  color: #6eb377;
}
.mz-module:hover .ot-circle.color4 {
  color: #fcbe03;
}

/*--------------------
1. General
--------------------*/

body {
  margin: 0px;
  font-family: "Open Sans", Sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  letter-spacing: 0.4px;
  font-family: "Raleway", Sans-serif;

  color: #232323;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.2px;
  color: #444444;
}

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

a:hover,
a:focus,
a:active,
a.active {
  color: #fec503;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: 0;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

::selection {
  text-shadow: none;
  background: #fed136;
}

/* @media (min-width: 768px) {
	section {
		padding: 150px 0;
	}
} */

/* section {
	padding: 40px 0;
} */

ul {
  padding-left: 0;
  padding-top: 10px;
}

ul li {
  list-style: none;
  padding-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.2px;
  color: #000000;
}

/* section ul li:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	content: "\f105";
	padding-right: 7px;
	color: #23AD21;
} */

/*--------------------
1.1 Reset bootstrap
--------------------*/

.row-0-gutter {
  margin-left: -13px;
  margin-right: -13px;
}

.col-0-gutter {
  padding-left: 0;
  padding-right: 0;
}

/*--------------------
3. Header
--------------------*/

header {
  margin-top: 80px;
}

.owl-slider-item {
  position: relative;
  background-color: #000;
}
.owl-slider-item img {
  opacity: 0.7;
}
.owl-slider .owl-controls {
  position: absolute;
  left: 0;
  top: 38%;
  width: 100%;
}

.owl-slider .owl-controls .owl-nav [class*="owl-"] {
  padding: 30px 40px;
  background: rgba(0, 0, 0, 0.26);
  border-radius: 0;
  margin: 0;
  font-size: 30px;
  z-index: 1000;
}

.owl-slider .owl-controls .owl-nav [class*="owl-"]:hover {
  background: #000;
  color: white;
  text-decoration: none;
}

.owl-slider .owl-controls .owl-prev {
  float: left;
}

.owl-slider .owl-controls .owl-next {
  float: right;
}

.intro-text {
  padding: 30px;
  position: absolute;
  top: 20px;
  text-align: left;
  transform: translateX(-50%);
  left: 30%;
}

@media (min-width: 768px) {
  .intro-text {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 150px;
  }
}

.intro-text .intro-lead-in {
  display: inline-block;
  margin-bottom: 25px;
  padding: 4px 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: white;
  font-weight: 700;
  line-height: 20px;
  margin-top: 10px;
}

@media (min-width: 700px) {
  .intro-text .intro-lead-in {
    font-size: 50px;
    line-height: 50px;
    margin: 50px;
    padding: 20px;
  }
}

.intro-text .intro-heading {
  font-weight: 600;
  font-size: 15px;
  line-height: 48px;
  margin-bottom: 25px;
  letter-spacing: -3px;
  word-spacing: 10px;
  color: white;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

/* 슬라이드 */
@media (min-width: 700px) {
  .intro-text .intro-heading {
    line-height: 50px;
    font-size: 23px;
    margin: 50px;
    padding: 20px;
  }
}

.md_btn {
  margin-top: 100px;
  margin-left: 50px;
  font-size: 30px;
  padding: 20px;
  background-color: gray;
}

/*--------------------
4. Sections
--------------------*/

.section-title h2 {
  font-size: 47px;
  color: black;
  font-weight: 900;
  letter-spacing: -0.6px;
  position: relative;
  margin: 30px 0 50px 0;
  padding-bottom: 40px;
}

.section-title h2:after {
  left: 50%;
  z-index: 1;
  width: 60px;
  height: 3px;
  content: " ";
  bottom: -5px;
  margin-left: -30px;
  text-align: center;
  position: absolute;
  background: #d4d4d4;
}

.dark-bg .section-title h2 {
  color: #fff;
}

.section-title p {
  color: white;
  font-size: 18px;
  font-weight: 300;
  line-height: 31px;
  margin: 20px 100px 60px 100px;
}

/*--------------------
4.1. CTA sectoin
--------------------*/

.section-cta {
  padding: 40px 0;
  color: #fff;
  background-color: #000;
}

.section-cta h2 {
  color: #fff;
  font-size: 23px;
  font-weight: 300;
  margin: 0 0 20px;
}

.button-cta {
  border: 2px solid #fff;
  padding: 10px 50px;
  font-size: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  display: inline-block;
  /* white-space: nowrap; */
  -webkit-transition: all 0.4s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -o-transition: all 0.5s ease; /* IE 9 */
  -ms-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
}
.button-cta:hover {
  color: #000;
  background-color: #fff;
  text-decoration: none;
}

/*--------------------
4.1. About
--------------------*/

.mz-module {
  position: relative;
  margin-bottom: 100px;
}

.mz-module-about {
  border: 1px solid #e6e6ea;
  min-height: 280px;
  padding: 50px;
  background-color: #efeff1;
}

.mz-module-about h2 {
  font-weight: 800;
  font-size: 30px;
  /* text-transform: uppercase; */
  color: #020000;
  /* letter-spacing: 2px; */
  margin-bottom: 20px;
}

.dark-bg .mz-module-about h3 {
  color: #ffffff;
}

.dark-bg .mz-module-about h2 {
  color: #ffffff;
}

.mz-module-about p {
  font-size: 18px;
  font-weight: 550;
  line-height: 30px;
  color: #848484;
}
.mz-module-button {
  background-color: #b6b6c3;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  opacity: 0;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.mz-module:hover .mz-module-button {
  bottom: -45px;
  opacity: 1;
}
.mz-module-button:hover {
  background-color: #1a1a1a;
  color: #fff;
  text-decoration: none;
}

.mz-module-button {
  color: #fff;
}

.ot-circle {
  height: 95px;
  width: 95px;
  text-align: center;
  line-height: 98px;
  color: #ffffff;
  margin: 0 2px 4px;
  font-size: 75px;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/*--------------------
4.2. Skills
--------------------*/

.section-text h3 {
  margin: 0 0 30px;
  font-weight: 800;
  color: #5d5d5d;
}

.section-text h4 {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 17px;
}

.dark-bg .section-text h3 {
  color: #dfdfdf;
}

.dark-bg .section-text h4 {
  color: #dfdfdf;
}

/*--------------------
4.4. Dark Short section (counters, quote, etc)
--------------------*/

.light-bg {
  background-color: white;
}

.dark-bg {
  background-color: rgb(0, 0, 0);
  /* background-color: dodgerblue; */
}

.short-section {
  border-top: 1px solid #5d5d5f;
  border-bottom: 1px solid #5d5d5f;
  padding-top: 70px;
  padding-bottom: 70px;
}

.counter-item h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
}

.counter-item h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 0 0;
  text-transform: uppercase;
}

/*--------------------
4.6. Team
--------------------*/

.team-item {
  text-align: center;
  background-color: #efeff1;
  padding: 40px;
  margin: 20px;
  border-style: solid;
  /* border-width: 1px; */
}

.team-item h3 {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  /* color: #2D2D2D; */
}

/* 중간글씨 변경 */
.team-item .team-position {
  color: #989898;
  font-size: 12px;
  margin: 15px 0 10px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}
/* 
세번째 글씨 변경 */

.team-item p {
  font-size: 13px;
  font-weight: 400;
  color: #292929;
  padding: 5px 10px 20px 10px;
}

.team-socials {
  padding-bottom: 25px;
}

.team-socials a {
  color: #b2b3b7;
  font-size: 20px;
  margin: 0 10px;
}

.team-socials a:hover {
  color: #000;
}

/*--------------------
4.7. Contacts
--------------------*/

section#contact form {
  margin-top: 15px;
}
section#contact.form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 15px;
  border: 1px solid #fff;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  font-size: 15px;
}

.contact h3 {
  margin-bottom: 30px;
}

.contact p {
  font-size: 13px;
}

.contact .day {
  display: inline-block;
  width: 80px;
}

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

/* 카드 */
.card {
  background-color: gray;
  border: 1px;
}

/*--------------------
5. Footer
--------------------*/

footer {
  padding: 30px;
  background-color: black;
}

footer p {
  color: #b7b7b7;
  margin: 0;
  font-size: 13px;
  /* text-transform: uppercase; */
  font-weight: 500;
  letter-spacing: 1.6px;
}

footer h4 {
  color: white;
}

footer p {
  color: white;
}

footer p a span {
  color: #fcbe03;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 700;
}

/*--------------------
7. Components
--------------------*/

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: #fff;
  background-color: #dfdfdf;
  border-color: #dfdfdf;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {
  color: #fff;
  background-color: #dfdfdf;
  border-color: #dfdfdf;
}

/* .btn {
	display: inline-block;
	padding: 8px 20px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	background-color: #FCBE03;
} */

.btn {
  display: inline-block;
  padding: 12px 24px;
  margin: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border: 2px solid #000;
  border-radius: 50px;
  transition: background-color 0.3s ease, color 0.3s ease;
  background-color: #000;
  color: #fff;
}

.btn:hover {
  background-color: #fff;
  color: #000;
}

.btn:focus {
  outline: none;
  background-color: #fff;
  color: #000;
  border-color: #000;
}

.btn:active {
  background-color: #000;
  color: #fff;
}

.btn.secondary {
  border-color: #000;
  background-color: transparent;
  color: #000;
}

.btn.secondary:hover {
  background-color: #000;
  color: #fff;
}

.btn.secondary:focus {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.btn.secondary:active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.btn-xl {
  color: #fff;
  background-color: #fcbe03;
  /* border-color: #726FB9; */
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  border-radius: 0;
  letter-spacing: 2px;
  font-size: 16px;
  padding: 17px 45px;
}

/* Back to top button
---------------------------------- */
#back-top {
  position: fixed;
  z-index: 1000;
  bottom: 40px;
  right: 50px;
}
#back-top a {
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  background: #a9a9b1;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  border-radius: 100%;
}
#back-top a:hover {
  background: #fed136;
}
/* arrow icon (span tag) */
#back-top i {
  margin-top: 15px;
  font-size: 28px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  #back-top {
    position: fixed;
    bottom: 10px;
    right: 30px;
  }
  #back-top a {
    width: 40px;
    height: 40px;
  }
  #back-top i {
    margin-top: 7px;
    font-size: 20px;
  }
}

/*
Home Section style
==================*/
#hello {
  padding: 7% 0% 7% 0%;
  position: relative;
  overflow: hidden;
}

.video-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.carousel .slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*.home {*/
/*	background: url('/static/images/40796.jpg') no-repeat bottom center;*/
/*	background-size: cover;*/
/*	position: relative;*/
/*}*/

.main_home {
  overflow: hidden;
  padding-top: 300px;
  padding-bottom: 250px;
  position: relative;
  z-index: 1;
}

.home_text h1 {
  margin: 0;
  /* font-family: 'Raleway', sans-serif; */
  font-family: "Geologica", sans-serif;
  /* font-size: 5.286rem; */
  font-weight: 700;
  line-height: 6.5rem;
  color: white;
  /* white-space: nowrap; */
}

.home_text h2 {
  /* font-family: 'Raleway', sans-serif; */
  font-family: "Geologica", sans-serif;
  /* font-size: 4.0rem; */
  font-weight: 500;
  line-height: 5rem;
  color: white;
}

/* 구독 */

.newsletter_section {
  width: 100%;
  float: left;
  /* background-color: #071750; */
  background-color: dodgerblue;
  height: auto;
  padding: 40px 0px;
}

.newsletter_text {
  width: 100%;
  float: left;
  color: #ffffff;
  font-size: 40px;
}

.tempor_text {
  width: 100%;
  float: left;
  color: #ffffff;
  font-size: 16px;
  margin-left: 0px;
  margin-top: 0px;
}

.mail_bt_main {
  width: 100%;
  float: left;
  padding-top: 50px;
}

.mail_text {
  width: 60%;
  float: left;
  color: #000;
  font-size: 16px;
  background-color: #ffffff;
  padding: 10px 15px;
  border: 0px;
  height: auto;
  border-radius: 50px;
}

.subscribe_bt {
  width: 150px;
  float: left;
  color: #acabab;
  font-size: 16px;
  background-color: #020204;
  padding: 10px 15px;
  text-align: center;
  border-radius: 50px;
  margin-left: 30px;
}

.subscribe_bt a {
  color: white;
}

/* 서비스 */

.service_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #ffffff;
  text-align: center;
}

.service_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #dcdada;
  margin-left: 0px;
  text-align: center;
}

.our_text {
  background-color: #ececeb;
  border-radius: 100%;
  color: #5114b2;
  padding: 17px 10px;
}

.services_section_2 {
  width: 100%;
  float: left;
}

.design_text {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 250%;
  color: white;
  padding-top: 10px;
  font-weight: 900;
  margin: 0% 0% 10% 0%;
  text-shadow: 1px 1px 5px #999999;
}

.cert_thumb {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 120%;
  color: rgb(133, 133, 133);
  font-weight: 600;
  margin: 2% 0% 2% 0%;
  text-shadow: 1px 1px 2px #cfcfcf;
}

.cert_text {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 140%;
  color: rgb(0, 0, 0);
  font-weight: 900;
  margin: 0% 0% 1% 0%;
  text-shadow: 1px 1px 5px #999999;
}

.cert_image {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.lorem_text {
  width: 70%;
  text-align: center;
  color: white;
  font-size: 130%;
  font-weight: 800;
  margin: 0 auto;
  text-shadow: 1px 1px 5px #999999;
}

.icon_1,
.icon_2,
.icon_3,
.icon_4,
.icon_5 {
  width: 100%;
  float: left;
  text-align: center;
}

.read_bt_2 {
  width: 170px;
  margin: 0 auto;
  text-align: center;
}

.read_bt_2 a {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #000;
  text-align: center;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 9px 0px;
  margin-top: 70px;
}

.read_bt_2 a:hover {
  background-color: black;
}

.services_section {
  padding: 10% 0% 10% 0%;
  background-image: url(../images/services_section_background.jpg);
  background-position: right;
}

.certificate_section {
  padding: 0% 0% 6% 0%;
}

#overview_head {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

#overview_head.visible {
  opacity: 1;
}

#overview_div_1 {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

#overview_div_1.visible {
  opacity: 1;
}

#overview_div_2 {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

#overview_div_2.visible {
  opacity: 1;
}

#about_mid {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

#about_mid.visible {
  opacity: 1;
}

#about_list_1,
#about_list_text_1,
#about_list_2,
#about_list_text_2,
#about_list_3,
#about_list_text_3 {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

#about_list_1.visible,
#about_list_text_1.visible,
#about_list_2.visible,
#about_list_text_2.visible,
#about_list_3.visible,
#about_list_text_3.visible {
  opacity: 1;
}

.quardian-features {
  display: flex;
  justify-content: center;
  padding: 5% 0% 5% 10%;
}

#quardian_features > div > div > div > div > div.col-md-9 > h3 {
  font-size: 160%;
  font-weight: 900;
  text-shadow: 1px 1px 2px #c3c3c3;
}
#quardian_features > div > div > div > div > div.col-md-9 > p {
  font-size: 105%;
  font-weight: 400;
}

#quardian_features > div > div > div > div > div.col-md-3 > i {
  font-size: 300%;
}

#quardian_product > div > div > div > div > div > div.col-md-9 > h3 {
  font-size: 160%;
  font-weight: 900;
  text-shadow: 1px 1px 2px #c3c3c3;
}
#quardian_product > div > div > div > div > div > div.col-md-9 > p {
  font-size: 105%;
  font-weight: 400;
}

#quardian_product > div > div > div > div > div > div.col-md-3 > i {
  font-size: 300%;
}

.quardian-prod-spec {
  height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  padding-left: 5%;
  transition: height 0.5s ease, opacity 0.5s ease;
}
.quardian-prod-spec.show {
  height: auto;
  opacity: 1;
  width: 100%;
  padding-left: 5%;
  transition: height 0.5s ease, opacity 0.5s ease;
}

.quardian-prod-info {
  height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  padding-left: 5%;
  transition: height 0.5s ease, opacity 0.5s ease;
}
.quardian-prod-info.show {
  height: auto;
  opacity: 1;
  width: 100%;
  padding-left: 5%;
  transition: height 0.5s ease, opacity 0.5s ease;
}

.quardian-prod-menu {
  height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  padding-left: 5%;
  transition: height 0.5s ease, opacity 0.5s ease;
}
.quardian-prod-menu.show {
  height: auto;
  opacity: 1;
  width: 100%;
  padding-left: 5%;
  transition: height 0.5s ease, opacity 0.5s ease;
}



#quardian_product > div > div > div > div > div > button > span.show {
  transform: rotate(-90deg);
}

#quardian_product > div > div > div > div > div > button > span {
  transition: transform 0.5s ease;
  transform: unset;
}

