/* 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);

/*--------------------
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: 15px;
  font-weight: 300;
  line-height: 23px;
  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: 0px 0;
}

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

ul li {
  list-style: none;
  padding-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  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: #fff;
  text-decoration: none;
}

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

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

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

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

.section-title h2 {
  font-size: 50px;
  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;
}

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

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

.section-cta {
  padding: 100px 0;
  color: #fff;
  background-color: black;
}

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

  -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.4. Dark Short section (counters, quote, etc)
--------------------*/

.light-bg {
  background-color: #f8f8f8;
}

.dark-bg {
  color: #fff;
}

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

/*--------------------
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: 2px solid black;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  font-size: 15px;
}

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

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

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

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

/*--------------------
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;
}

/* 구독 */

.newsletter_section {
  width: 100%;
  float: left;
  background-color: dodgerblue;
  height: auto;
  padding: 40px 0px;
  margin-bottom: 20px;
}

.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;
  font-weight: bold;
}

.subscribe_bt a {
  color: white;
}

/* service */

.read_bt_1 {
  width: 170px;
  float: left;
  margin-top: 40px;
}

.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: #071750;
  padding: 17px 10px;
}

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

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

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

.read_bt_2 a:hover {
  background-color: #8480f9;
}

/*---------------
 Section Space
 
 * Section space help to create top bottom space. 
 *
-----------------*/

.section-space20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-space40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-space60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-space80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-space100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-space120 {
  padding-top: 100px;
  padding-bottom: 120px;
}

.section-space {
  font-size: 22px;
}

h1.mb30 {
  font-size: 40px; /* 원하는 크기로 조절 */
  font-weight: 800; /* 원하는 스타일로 조절 */
  letter-spacing: 2px; /* 원하는 글자 간격으로 조절 */
  color: #232323; /* 원하는 글자 색상으로 조절 */
  margin-bottom: 30px;
  text-shadow: 1px 1px 3px #929292;
}

p.mb30 {
  line-height: 1.5;
  font-size: 20px; /* 원하는 크기로 조절 */
  font-weight: 600; /* 원하는 스타일로 조절 */
  letter-spacing: 1.5px; /* 원하는 글자 간격으로 조절 */
  color: #706b6b; /* 원하는 글자 색상으로 조절 */
  margin-bottom: 30px;
}

p.mb60 {
  line-height: 1.5;
  font-size: 20px; /* 원하는 크기로 조절 */
  font-weight: 600; /* 원하는 스타일로 조절 */
  letter-spacing: 1.5px; /* 원하는 글자 간격으로 조절 */
  color: #706b6b; /* 원하는 글자 색상으로 조절 */
  margin-bottom: 30px;
}

p.danger {
  text-shadow: 1px 1px 1px #a7a7a7;
  color: brown;
}
p.safe {
  font-weight: 800;
  color: black;
  text-shadow: 1px 1px 1px #bfbfbf;
}
