/**
* Template Name: Sailor - v2.1.0
* Template URL: https://bootstrapmade.com/sailor-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap');

body {
  font-family: 'NanumSquare', sans-serif;
  word-break: keep-all;
}

a {
  color: #ff4a17;
}

a:hover {
  color: #ff6034;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'NanumSquare', sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #ff4a17;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #ff6034;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: white;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

#header.header-inner-pages {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#header .logo a {
  color: #556270;
}

#header .logo img {
  max-height: 40px;
}

@media (max-width: 992px) {
  #header {
    padding: 12px 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav_01{width:100%; }
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {

}

.nav-menu > ul > li {
  float:left;
  position: relative;
  white-space: nowrap;
  padding: 12px 0 12px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #556270;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #ff4a17;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  color: #ff4a17;
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #556270;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #ff4a17;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}
.drop-down_all{float:right !important; padding: 4px 0 0px 28px !important;}

.nav-menu .drop-down_all ul {
  display: block;
  width:1005px;
  position: absolute;
  left: -830px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #ff6034;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down_all:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down_all li {

  position: relative;
}

.nav-menu .drop-down_all ul a {
  padding: 10px 13px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #fff;
}
.all_01{float:left;}

.nav-menu .drop-down_all ul a:hover, .nav-menu .drop-down_all ul .active > a, .nav-menu .drop-down_all ul li:hover > a {
  color: #000;
}

.nav-menu .drop-down_all > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down_all .drop-down_all ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down_all .drop-down_all:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down_all .drop-down_all > a {
  padding-right: 35px;
}

.nav-menu .drop-down_all .drop-down_all > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down_all .drop-down_all ul {
    left: -90%;
  }
  .nav-menu .drop-down_all .drop-down_all:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down_all .drop-down_all > a:after {
    content: "\ea9d";
  }
}
/* Get Startet NAV ol */


.nav-sub-menu > ol > li {
  float:left;
  position: relative;
  white-space: nowrap;
  padding: 12px 0 12px 28px;
}

.nav-sub-menu a {

  position: relative;

  transition: 0.3s;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.nav-sub-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #ff4a17;
}

.nav-sub-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-sub-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-sub-menu .drop-down li {
  color: #ff4a17;
  min-width: 180px;
  position: relative;
  list-style: none;
}

.nav-sub-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #556270;
}

.nav-sub-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #ff4a17;
}

.nav-sub-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-sub-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-sub-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-sub-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-sub-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-sub-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-sub-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-sub-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}
/* END */
/* Get Startet Button */
.get-started-btn {
  margin-left: 25px;
  background: #fff;
  border:1px solid #ff4a17;
  color: #ff4a17 !important;
  border-radius: 4px;
  padding: 8px 30px 9px 30px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.get-started-btn:hover {
  background: #ff6034;
  color: #fff !important;
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 19px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #556270;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #556270;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #ff4a17;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(63, 73, 83, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.sub_hero{height: 25vh !important;}
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(63, 73, 83, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(30, 35, 40, 0.6);
}

#hero .carousel-container {
  display: flex;

  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 25px;
  right: 25px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
  top: 112px;
}

@media (max-width: 992px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    top: 66px;
  }
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 10px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators{
  bottom:100px;
}
#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #ff4a17;
}

#partnerCarousel .carousel-indicators{
  bottom:-33px;
  margin-right: 20px;
  margin-left: 0;
}
#partnerCarousel .carousel-indicators li {
  cursor: pointer;
    background: #000;
    overflow: hidden;
    border: 0;
    width: 20px;
    height: 8px;
    margin: 5px;
    border-radius: 0;
    opacity: .6;
    transition: 0.3s;
}

#partnerCarousel .carousel-indicators li.active {
	opacity: 1;
    background: #ff4a17;
    width: 40px;
}


#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #ff4a17;
}

#hero .btn-get-started:hover {
  background: #ff6034;
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
  #hero .carousel-container {
    top: 8px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}
/*--------------------------------------------------------------
# sub_Hero Section
--------------------------------------------------------------*/
@media(max-width:768px){
	.sub_hero_34vh{
	  height: 34vh;
	}
	.sub_hero_65vh{
	  height: 40vh;
	}
}
@media(min-width:769px){
	.sub_hero_34vh{
	  height: 34vh;
	}
	.sub_hero_65vh{
	  height: 65vh;
	}
}
#sub_hero {
  width: 100%;
  background-color: rgba(63, 73, 83, 0.8);
  position: relative;
}

#sub_hero .carousel, #sub_hero .carousel-inner, #sub_hero .carousel-item, #sub_hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#sub_hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#sub_hero .carousel-item::before {
  content: '';
  background-color: rgba(30, 35, 40, 0.6);
}

#sub_hero .carousel-container {
  display: flex;

  align-items: center;
  position: absolute;
  bottom: 0;
  top: 111px;
  left: 25px;
  right: 25px;
}

#sub_hero .container {

}

#sub_hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  font-family: 'Architects Daughter';
}

#sub_hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#sub_hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#sub_hero .carousel-inner .carousel-item,
#sub_hero .carousel-inner .active.carousel-item-left,
#sub_hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#sub_hero .carousel-inner .active,
#sub_hero .carousel-inner .carousel-item-next.carousel-item-left,
#sub_hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#sub_hero .carousel-inner .carousel-item-next,
#sub_hero .carousel-inner .carousel-item-prev,
#sub_hero .carousel-inner .active.carousel-item-left,
#sub_hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#sub_hero .carousel-control-prev, #sub_hero .carousel-control-next {
  width: 10%;
  top: 112px;
}

@media (max-width: 992px) {
  #sub_hero .carousel-control-prev, #sub_hero .carousel-control-next {
    top: 66px;
  }
}

#sub_hero .carousel-control-next-icon, #sub_hero .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 10px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

#sub_hero .carousel-control-next-icon:hover, #sub_hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#sub_hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}

#sub_hero .carousel-indicators li.active {
  opacity: 1;
  background: #ff4a17;
}

#sub_hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #ff4a17;
}

#sub_hero .btn-get-started:hover {
  background: #ff6034;
}

@media (max-width: 992px) {
  /*#sub_hero {
    height: 56vh;
  }*/
  #sub_hero .carousel-container {
    top: 86px;
  }
}

@media (max-width: 768px) {
  #sub_hero h2 {
    font-size: 25px;
  }
}

@media (min-width: 1024px) {
  #sub_hero .carousel-control-prev, #sub_hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  /* #sub_hero {
    height: 120vh;
  }*/
}
/*--------------------------------------------------------------
# Card General
--------------------------------------------------------------*/
@media (max-width: 767px) {
  .card-box-a,
  .card-box-b,
  .card-box-c,
  .card-box-d {
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .grid .card-box-a,
  .grid .card-box-b,
  .grid .card-box-c,
  .grid .card-box-d {
    margin-bottom: 2.5rem;
  }
}

.card-box-a,
.card-box-b,
.card-box-d {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-box-a .img-a,
.card-box-a .img-b,
.card-box-b .img-a,
.card-box-b .img-b {
  transition: .8s all ease-in-out;
}

@media (min-width: 768px) {
  .card-box-a:hover .img-a,
  .card-box-a:hover .img-b,
  .card-box-b:hover .img-a,
  .card-box-b:hover .img-b {
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .card-box-a .price-a,
  .card-box-b .price-a {
    font-size: .9rem;
  }
}

@media (min-width: 992px) {
  .card-box-a .price-a,
  .card-box-b .price-a {
    font-size: 1rem;
  }
}

.card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.card-shadow {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-shadow:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}
/*------/ Owl carousel /------*/
.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 9px;
  margin: 5px 5px;
  background: #000000;
  border: 0px solid #000000;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  border-radius: 0px;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ff4a17;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #ff4a17;
  width: 35px;
}

/*======================================
//--//-->   NEWS - CARD-B
======================================*/
.card-header-b {
  padding: 1rem;
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  z-index: 2;
}

@media (min-width: 768px) {
  .card-header-b {
    bottom: 0px;
  }
}

@media (min-width: 992px) {
  .card-header-b {
    bottom: 20px;
  }
}

.card-header-b .category-b {
  font-size: .9rem;
  background-color: #ff4a17;
  padding: .3rem .7rem;
  color: #FFF;
  letter-spacing: 0.030em;
  border-radius: 50px;
  text-decoration: none;
}

.card-header-b .title-2 {
  margin-bottom: 0;
  padding: .6rem 0;
  font-size: 24px;
  color:#fff;
}

.card-header-b .title-2 a {
  color: #ffffff;
  text-decoration: none;
}

.card-header-b .date-b {
  color: #d8d8d8;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .card-header-b .date-b {
    font-size: .9rem;
  }
}

@media (min-width: 992px) {
  .card-header-b .date-b {
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
}

.section-bg, .services .icon-box {
  background-color: #f8f9fa;
}
.section-bgfff{
  background: #fff !important
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #e6636a;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #556270;
}
.section-title .white {
  color: #fff;
}
.section-title h5{
  font-size: 30px;
  color:#ff6034;
  }
.section-title h6{
  margin:20px 0 0 0;
  font-size: 22px;
}
.section-title h6 span{
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .section-title {
    padding-bottom: 20px;
  }
  .section-title p {
    font-size: 22px;
    line-height: 130%
  }
  .section-title h2 {
    font-size: 12px;
  }
  section {
    padding: 30px 0;
  }
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  /*padding: 18px 0;*/
  padding: 0;
  background: #f8f9fa;
  /*min-height: 40px;*/
  margin-top: 0px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 0px;
  }
}

.breadcrumbs h2 {
  font-size: 32px;
  font-weight: 300;
  margin: 0;
}
.breadcrumbs ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px 0;
  margin: 0;
  font-size: 14px;}
  .breadcrumbs ul li:first-child {
    padding: 12px 14px ;
    border-right: 1px solid #eee;
  }
.breadcrumbs ul li + li {
  padding: 14px 20px;
  border-right: 1px solid #eee;
}
.breadcrumbs ul li i {
  font-size: 20px;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6b7b8d;
  content: "/";
}
/*서브 메뉴 드롭다운*/
.breadcrumbs .dropdown-menu{
  box-shadow: rgba(127, 137, 161, 0.25) 0px 0px 30px;
  border: none;
}
.breadcrumbs .dropdown-item{
  font-size: 14px;
  color:#556270;
}
.breadcrumbs .dropdown-item :active{
  background:#fff;
  color:#ff6034;
}

.breadcrumbs .dropdown-item:focus, .dropdown-item a{
  color:#556270
}
.breadcrumbs .dropdown-item:focus, .dropdown-item a:hover{
  color:#ff6034;
}
.breadcrumbs .dropdown-item.active, .dropdown-item :active{
  background:#fff;
  color:#ff6034;
 }
 /*end*/

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 0px;
  }
  .breadcrumbs .container{padding-left: 0;}
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs h2 {
    margin-bottom: 10px;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
  .breadcrumbs ul li + li{
    width:41.9%;
    text-align: center;
  }
  .breadcrumbs ul li:last-child{border-right:none;}
}
/*--------------------------------------------------------------
# main-Business
--------------------------------------------------------------*/
.main-Business{
  background: url(../img/bg-03.jpg) no-repeat right;
}
@media (max-width: 992px) {
  .main-Business{
    background:none;
  }
}
/*--------------------------------------------------------------
# main-news
--------------------------------------------------------------*/
.main-news {
  background: linear-gradient(rgba(1, 23, 27, 0.9), rgba(1, 14, 27, 0.9)), url(../img/cta-bg2.jpg) fixed center center;
    background-size: cover;
}
.main-news .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 19px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.main-news .icon-box .icon {
  margin-bottom: 10px;
}

.main-news .icon-box .icon i {
  color: #ff4a17;
  font-size: 47px;
  transition: 0.3s;
}

.main-news .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 21px;
}

.main-news .icon-box h4 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

.main-news .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.main-news .icon-box:hover {
  transform: translateY(-10px);
}

.main-news .icon-box:hover h4 a {
  color: #ff4a17;
}
.main-news .entry {
  padding: 20px;
  margin-bottom: 1px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.main-news .entry .entry-title {
  font-size: 19px;
  line-height: 24px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.main-news .entry .entry-title a {
  color: #fff;
  transition: 0.3s;
}

.main-news .entry .entry-title a:hover {
  color: #ff4a17;
}

.main-news .entry .entry-meta {
  margin-bottom: 15px;
  color: #c1c8d0;
}

.main-news .entry .entry-meta ul {
  display: inline;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-news .entry .entry-meta li {
  display: inline-block;
}

.main-news .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.main-news .entry .entry-meta i {
  font-size: 16px;
  color:#8795a4;
  padding-right: 4px;
}

.main-news .entry .entry-meta a {
  color: #a4afba;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}


@media (max-width: 768px) {

}
/*--------------------------------------------------------------
#main-info
--------------------------------------------------------------*/
.main-info{
  background: url(../img/bg-01.jpg) no-repeat ;
}
.main-info .container{
  margin:50px auto;
}
.main-info .box{
  width:25%;
  float:left;
  height:255px;
  margin-bottom: 20px;
}
.main-info h3{
    margin-top: 22px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 130%;
}
.main-info .box1{
  width:25%;
   float:left;
   margin-bottom: 20px;
}
.main-info .box2{
  width:25%;
   float:left;
  border: 1px solid #eee;
  padding-left: 20px;
  box-sizing: border-box;
}
.main-info .box3{
  width:25%;
  float:left;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.main-info .box_icon{
  float:right;
  margin:59px 20px 15px 0
}
@media (max-width: 992px) {
.main-info .box{
  width:50%;
  padding-left: 0px;
  }
  .main-info .box1{
    width:50%;
  }
  .main-info .box2{
    width:50%;
  }
}
@media (max-width: 767px) {
.main-info .box{
  width:100%;
  height: 70px;
  }
  .main-info .box1{
    width:100%;
  }
  .main-info .box2{
    width:100%;
    }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about{
  background: url(../img/bg-04.jpg) no-repeat;
}
.about .content h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.about .content h2 span {
  font-weight: 800;
   color:#0c4ab9;
}

.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

.about .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #ff4a17;
}

.about .content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .about .content h2{
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 10px;
  }
}


/*--------------------------------------------------------------
# history
--------------------------------------------------------------*/
.history .row {
  padding-bottom: 40px;
}
.history .content ul {
  list-style: none;
  padding: 0;
}

.history .content ul li {
  padding: 10px 0 0 0px;
  position: relative;

}

.history .content ul .year {
  font-weight: bold;
  color: #0c4ab9;
}

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

.row-bg, .services .icon-box {
  background-color: #f8f9fa;
}

.row-title {
  padding-top:20px;
  padding-bottom: 10px;
}

.row-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #556270;
}
.row-title h2{
  font-size: 33px;
  }
.row-title h3{
  margin:10px 0 0 0;
  font-size: 22px;
}
.row-title h3 span{
  font-size: 24px;
}
@media (max-width: 992px) {
  .history .row {
    padding-bottom: 20px;
  }
  .row-title {
    padding-top:0px;
    padding-bottom: 10px;
  }
  .row-title h2{
    font-size: 24px;
    }
  .row-title h3{
    margin:10px 0 0 0;
    font-size: 16px;
  }
  .row-title h3 span{
    font-size: 24px;
    font-weight: bold;
  }
  .history .content ul li {
    font-size: 14px;
  }

}
/* Clients Section
--------------------------------*/
#clients {
  background: rgba(4, 23, 58, 0.3);
  padding: 10px 0;
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  list-style: none;
}

#clients img {
  max-width: 50%;
  opacity: 0.5;
  transition: 0.3s;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

#clients img:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  transform: scale(1);
}

#clients .owl-nav, #clients .owl-dots {
  /*margin-top: 5px;
  text-align: center;*/
  display: none;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #50d8af;
}
@media (max-width: 992px) {
  #clients img {
    max-width: 75%;
    transition: 0.1s;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------
.clients {
  padding: 5px 0;
  text-align: center;
}
.clients img {
  max-width: 50%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.clients img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
} */

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
}

.services .icon-box i {
  float: left;
  color: #ff4a17;
  font-size: 40px;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #556270;
  transition: 0.3s;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.services .icon-box:hover h4 a {
  color: #ff4a17;
}

/*--------------------------------------------------------------
# company
--------------------------------------------------------------*/
.company {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url(../img/cta-bg2.jpg) fixed center center;
    background-size: cover;
    padding: 40px 0;
}
.company .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 19px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.company .icon-box .icon {
  margin-bottom: 10px;
}

.company .icon-box .icon i {
  color: #ff4a17;
  font-size: 47px;
  transition: 0.3s;
}

.company .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 21px;
}

.company .icon-box h4 a {
  color: #556270;
  transition: ease-in-out 0.3s;
}

.company .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.company .icon-box:hover {
  transform: translateY(-10px);
}

.company .icon-box:hover h4 a {
  color: #ff4a17;
}
.company .entry {
  padding: 20px;
  margin-bottom: 60px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.company .entry .entry-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.company .entry .entry-title a {
  color: #556270;
  transition: 0.3s;
}

.company .entry .entry-title a:hover {
  color: #ff4a17;
}

.company .entry .entry-meta {
  margin-bottom: 15px;
  color: #c1c8d0;
}

.company .entry .entry-meta ul {
  display: inline;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.company .entry .entry-meta li {
  display: inline-block;
}

.company .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.company .entry .entry-meta i {
  font-size: 16px;
  color:#8795a4;
  padding-right: 4px;
}

.company .entry .entry-meta a {
  color: #a4afba;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.company .entry .entry-content p {
  line-height: 24px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  margin-top:1px;
  max-height:115px;
  overflow:hidden;
  vertical-align:top;
  text-overflow: ellipsis;
  word-break:break-all;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:5

}


.company .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.company .entry .entry-content .read-more a {
  display: inline-block;
  background: #ff4a17;
  color: #fff;
  padding: 6px 20px 7px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.company .entry .entry-content .read-more a:hover {
  background: #ff6034;
}

@media (max-width: 768px) {

}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;

  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #ff4a17;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(85, 98, 112, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(85, 98, 112, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: white;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(85, 98, 112, 0.08);
  padding: 10px;
  border-radius: 4px;
  background: white;
}

.team .member .pic {
  overflow: hidden;
  width: 110px;
  border-radius: 4px;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  padding-top:10px;
  padding-left: 10px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #556270;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #dee2e6;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  background: #8795a4;
}

.team .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #ff4a17;
}

.team .member .social a + a {
  margin-left: 8px;
}
@media (max-width: 992px) {
  .team .member h4{
    font-size: 17px;
  }
  .team .member .member-info{
    padding-top:10px;
    padding-left: 0px;
  }
}
/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.vision .bar{
  position: absolute;
  width: 1px;
  height: 192%;
  left: 50%;
  background: #ddd;
}
.vision dl{
  position: relative;
}
.vision dt{
  position: absolute;
  left: 50%;
   transform:translateX(-50%);
  top: 0;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: #edeff1;
  font-size: 22px;
  color: #ff4a17;
  line-height: 106px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.vision dt::after {
  background: #ff4a17;
  color: #edeff1;
}
.vision dl dd{
  position: relative;
  padding: 130px 15px 30px 15px;
}
.vision dd ul{
  list-style: none;
  margin:0;
  padding: 0;
  overflow: hidden;
}
.vision dd li{
  position: relative;
  width: 45%;
}
.vision dd .l_box{
  clear: left;
  float: left;
  text-align: right;
}
.vision dd .r_box{
  clear: right;
  float: right;
  text-align: left;
}

.vision dd .l_box .mon_box{
  float: right;
  margin: 0 0 0 30px;
}

 .vision dl .l_box .mon_box:after{
   display: inline-block;
    position: absolute;
    right: -12.6%;
    top: 5px;
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 10px;
    background: #fff;
    border: 2px solid #ddd;
    margin: 0 0 0 40px;
 }
.vision dd .r_box .mon_box{
   float: left;
   margin: 0 30px 0 0 ;
 }
  .vision dl .r_box .mon_box:after{
    display: inline-block;
    position: absolute;
    left: -11.8%;
    top: 5px;
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 10px;
    background: #fff;
    border: 2px solid #ddd;
}
.vision dd .month{
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 600;
}
.vision dd .s_txt{
  display: inline-block;
    margin: 0px 0 0 0;
    font-size: 14px;
    line-height: 26px;
}

 .vision dl .l_box .txt_box{
   float: right;
 }


.vision dl .r_box .txt_box{
  float: left;
}
.vision .red{
  color:red;
}

@media (max-width: 992px) {
  .vision .bar{
    height: 2230px;
  }
  .vision dl .l_box .mon_box:after{
    right: -15.6%;
  }
  .vision dl .r_box .mon_box:after{
    left: -13.8%;
  }
  .vision dd .s_txt{
    line-height: 150%;
  }
}
/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #556270;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: white;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #6b7b8d;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  overflow: hidden;
}

.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #556270;
  border-radius: 0;
  border-right: 2px solid white;
  font-weight: 600;
  font-size: 15px;
}

.features .nav-link:hover {
  color: #ff4a17;
}

.features .nav-link.active {
  color: #ff4a17;
  border-color: #ff4a17;
}

.features .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.features .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #556270;
}

.features .details p {
  color: #777777;
}

.features .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .features .nav-link {
    border: 0;
    padding: 15px;
  }
  .features .nav-link.active {
    color: #fff;
    background: #ff4a17;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #ff4a17;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #ff4a17;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #ff4a17;
  display: inline-block;
  padding: 8px 35px 9px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #ff6034;
}

.pricing .featured h3 {
  color: #fff;
  background: #ff4a17;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #ff4a17;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid white;
}

.faq .faq-item i {
  color: #dee2e6;
  font-size: 20px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 28px;
  font-family: "Poppins", sans-serif;
}

.faq .faq-item p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #f8d1d3;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
  margin-top:30px;
}
.contact .info .address,.phone,.email {
  width: 33%;
  float:left;
  padding: 0 10px 0 0 ;
}

.contact .info i {
  font-size: 20px;
  color: #ff4a17;
  float: left;
  width: 44px;
  height: 44px;
  background: #edeff1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #556270;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #8795a4;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #ff4a17;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}


.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #ff4a17;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form input[type="password"] {
  font-family:'Godic', sans-serif;
}
input[type="password"] {
  font-family:'Godic', sans-serif;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #ff4a17;
  padding: 10px 24px;
  color: #113637;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ff6034;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 992px) {
  .contact .info .address,.phone,.email {
    width: 100%;
    padding: 0;
    margin-bottom:20px;
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details .portfolio-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #ff4a17 !important;
}

.portfolio-details .portfolio-info {
  padding-top: 45px;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
  }
}

/*--------------------------------------------------------------
# notice
--------------------------------------------------------------*/
.notice {
  padding: 40px 0 40px 0;
}

.notice .entry {
  padding: 20px;
  margin-bottom: 60px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.notice .entry .entry-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.notice .entry .entry-title a {
  color: #556270;
  transition: 0.3s;
}

.notice .entry .entry-title a:hover {
  color: #ff4a17;
}

.notice .entry .entry-meta {
  margin-bottom: 15px;
  color: #c1c8d0;
}

.notice .entry .entry-meta ul {
  display: inline;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.notice .entry .entry-meta li {
  display: inline-block;
}

.notice .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.notice .entry .entry-meta i {
  font-size: 16px;
  color:#8795a4;
  padding-right: 4px;
}

.notice .entry .entry-meta a {
  color: #a4afba;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.notice .entry .entry-content p {
  line-height: 24px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  margin-top:1px;
  max-height:115px;
  overflow:hidden;
  vertical-align:top;
  text-overflow: ellipsis;
  word-break:break-all;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:5

}


.notice .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.notice .entry .entry-content .read-more a {
  display: inline-block;
  background: #ff4a17;
  color: #fff;
  padding: 6px 20px 7px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.notice .entry .entry-content .read-more a:hover {
  background: #ff6034;
}

.notice .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}
.notice .entry .entry-detail-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}
.notice .entry .entry-detail-content p{
  line-height: 24px;
  font-size: 15px;
}

.notice .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.notice .entry .entry-footer i {
  color: #8795a4;
  display: inline;
}

.notice .entry .entry-footer a {
  color: #556270;
  transition: 0.3s;
}

.notice .entry .entry-footer a:hover {
  color: #ff4a17;
}

.notice .entry .entry-footer .left {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.notice .entry .entry-footer .left li {
  display: inline-block;
}

.notice .entry .entry-footer .right {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.notice .entry .entry-footer .right li {
  display: inline-block;
}

.notice .entry .entry-footer .right li + li::before {
  padding-right: 6px;
  color: #556270;
  content: ",";
}

.notice .entry .entry-footer .go_list {
  font-size: 16px;

}
.notice .entry .entry-footer .go_list a {
  color:#556270;
}
.notice .entry .entry-footer .go_list a:hover {
  color:#fff;
}

.notice .entry .entry-footer .go_list i {
  padding-left: 5px;
}

.notice .entry-single {
  margin-bottom: 30px;
}

.notice .entry-single .entry-title {
  font-size: 32px;
  line-height: 38px;
}

.notice .notice-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.notice .notice-
.notice .notice-pagination {
  color: #8795a4;
}

.notice .notice-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.notice .notice-pagination li {
  border: 1px solid #edeff1;
  margin: 0 5px;
  transition: 0.3s;
}

.notice .notice-pagination li.active {
  background: white;
}

.notice .notice-pagination li a {
  color: #aaaaaa;
  padding: 7px 16px;
  display: inline-block;
}

.notice .notice-pagination li.active, .notice .notice-pagination li:hover {
  background: #ff4a17;
  border: 1px solid #ff4a17;
}

.notice .notice-pagination li.active a, .notice .notice-pagination li:hover a {
  color: #fff;
}

.notice .notice-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}

.notice .notice-pagination li.disabled i {
  color: #f1f1f1;
  padding: 10px 16px;
  display: inline-block;
}
/*--------------------------------------------------------------
#brand-con
--------------------------------------------------------------*/
.brand-con .youtube{
  position: relative;
   width: 100%;
   height: 0;
   padding-bottom: 56.25%;
   margin-bottom:20px;
}
.brand-con .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #313131;
  color: #fff;
  font-size: 14px;
  margin-top:-15px;
}

#footer .footer-top {
  background: #313131;
}

#footer .footer-top .footer-info {
  margin-bottom: 0px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}
#footer .footer-top .footer-info ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
#footer .footer-top  ol li a {
  color: #fff;
}
#footer .footer-top  ol li a:hover {
  color: #ff6034;
}
#footer .footer-top .footer-info ol li + li {
padding-left: 10px;
}
#footer .footer-top  ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #9aa2ab;
  content: "｜";
}


#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ff4a17;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
}
#footer .footer-newsletter .form-group{
  margin-top:10px;
}

#footer .copyright {
  text-align: center;
  padding:42px 0;
  font-size: 18px;
}

#footer .credits {
  text-align: right;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.6);
}

#footer .credits a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  font-weight: 600;
}

#footer .credits a:hover {
  color: white;
}
@media (max-width: 992px) {
#footer .copyright{
  text-align:left;
  padding-top:0px;
}
#footer .credits{
  text-align:left;
}
#footer .footer-newsletter .form-group{
  margin-top:20px;
}
#footer .footer-top .footer-info p {
  font-size: 12px;
  line-height: 22px;
}
  }



@font-face {
    font-family: 'yg-jalnan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.fs17{font-size:17px;}
.c-f8cd38 {color:#f8cd38;}
.c-fff{color:#fff;}
.c-340001{color:#340001;}
.c-016f5c{color:#016f5c;}
.c-113637{color:#113637;}
.bg-white {background:#fff;}
.bg-f3f3f3 {background:#f3f3f3;}
.bg-F7F7F7 {background:#f7f7f7;border-radius:30px;}
.bg-69727B{background:#69727B;}
.bg-F7C934{background:#F7C934 !important;}
.activ{background:#f9f9f9;}
.req{vertical-align: text-top;color:#FF643F;}
.border-1{border:1px solid #ddd;border-radius:25px;}
.rounded-5{border-radius: 15px;}
@media (min-width: 769px) {
	.rental a{color:#333;}
	.bg-69727B .container{padding:15px;}
	.rental .circle{width:45px; height:45px;margin:10px auto;color:#113637;border:1px solid #F8CD38;background:#F8CD38;border-radius:45px;line-height:45px;font-family: 'yg-jalnan';}
	.rental .head p{font-size:36px;font-family: 'yg-jalnan';}
	.rental .downbtn{width:239px;height:59px;font-size:21px;font-weight:bold;border-radius: 45px;border:1px solid #164D4B;background:#164D4B; margin-top:55px; }
	.rental .reqbtn{width:239px;height:59px;font-size:21px;font-weight:bold;border-radius: 45px;border:1px solid #F7C934;background:#F7C934; margin: 20px; color:#113637;}
	.rental .contact .mt-5{margin-top:80px !important;}
	.rental .contact .mb-5{margin-bottom:80px !important;}

	.rental .cancelbtn{border:1px solid #bbb;margin: 20px 0;}
	.rental .submitbtn{color: #fff;background-color: #164d4b;border-color: #164d4b;margin: 20px 0;}
	.page{letter-spacing:5px;}

	.pc_open{display:block;}
	.mb_open{display:none;}
	#embox_btn1{background-color:#ff8324;border-color:#ff8324;font-size:15px;}
	#embox_btn1 img{width:15px;}
	#embox_btn2{background-color:#fdb414;border-color:#fdb414;font-size:15px;}
	#embox_btn2 img{width:15px;}
	#embox_btn3{background-color:#29314a;border-color:#29314a;font-size:15px;}
	#embox_btn3 img{width:15px;}

	.main_bg{
		position: relative;
		background: url("/assets/img/event/embox_banner.jpg") no-repeat;
		background-size: 100%;
		display: block;
		width: 100%;
		height: 100%;
		background-color: #f3eff0;
	}
	.main_bg .container{
		position: relative;
	}
	.main_bg .mt-25{
		margin-top: 27%;
	}
	.main_bg .mt-45{
		margin-top: 45%;
	}

	.main_btn a {
		font-size:19px;
		font-weight:bold;
		width:100%;
		height:100%;
		color: #085e56;
	}

	.main_btn .btn {
		font-size:17px;
		font-weight:bold;
		width:100%;
		height:100%;
		border-radius:45px;
		border:1.5px solid #085e56;
		background: #085e56;
	}

	.main_btn .btn_outline {
		font-size:17px;
		font-weight:bold;
		width:100%;
		height:100%;
		border-radius:45px;
		border:1.5px solid #085e56;
		color:#085e56;
		background: transparent;
	}

	.main_btn .btn-info:hover {
	  color: #fff;
	  background-color: #085e56;
	  border-color: #085e56;
	}

	.main_btn .btn-info:focus, .btn-info.focus {
	  color: #fff;
	  background-color: #085e56;
	  border-color: #085e56;
	  box-shadow: 0 0 0 0.2rem rgba(52, 0, 1, 0.5);
	}

	.main_btn .btn-info.disabled, .btn-info:disabled {
	  color: #fff;
	  background-color: #085e56;
	  border-color: #085e56;
	}

	.main_btn .btn-info:not(:disabled):not(.disabled):active, .main_btn .btn-info:not(:disabled):not(.disabled).active,
	.show > .main_btn .btn-info.dropdown-toggle {
	  color: #fff;
	  background-color: #085e56a6;
	  border-color: #085e56a6;
	}

	.main_btn .btn-info:not(:disabled):not(.disabled):active:focus, .main_btn .btn-info:not(:disabled):not(.disabled).active:focus,
	.show > .main_btn .btn-info.dropdown-toggle:focus {
	  box-shadow: 0 0 0 0.2rem rgba(52, 0, 1, 0.5);
	}

	.main_btn .btn-outline-info:hover {
	  color: #085e56;
	  background-color: transparent;
	  border-color: #085e56;
	}

	.main_btn .btn-outline-info:focus, .btn-outline-info.focus {
	  color: #085e56;
	  background-color: transparent;
	  border-color: #085e56;
	  box-shadow: 0 0 0 0.2rem rgba(52, 0, 1, 0.5);
	}

	.main_btn .btn-outline-info.disabled, .btn-outline-info:disabled {
	  color: #085e56;
	  background-color: transparent;
	  border-color: #085e56;
	}

	.main_btn .btn-outline-info:not(:disabled):not(.disabled):active, .main_btn .btn-outline-info:not(:disabled):not(.disabled).active,
	.show > .main_btn .btn-outline-info.dropdown-toggle {
	  color: #085e56;
	  background-color: transparent;
	  border-color: #085e56;
	}

	.main_btn .btn-outline-info:not(:disabled):not(.disabled):active:focus, .main_btn .btn-outline-info:not(:disabled):not(.disabled).active:focus,
	.show > .main_btn .btn-outline-info.dropdown-toggle:focus {
	  box-shadow: 0 0 0 0.2rem rgba(52, 0, 1, 0.5);
	}



	.main_bg .head h3{font-size:38px; font-family: 'yg-jalnan'; color:#164d4b;}
	.main_bg .head p{font-size:25px; font-family: 'yg-jalnan'; color:#1e8b80;margin-bottom:50px;}

	.main_bg2{
		position:relative;
		background: url("/assets/img/event/embox_bg01.jpg") no-repeat;
		background-size: 100%;
		top: -15px;
    background-color: #212121;
	}
	.main_bg2 .circle{width:45px; height:45px;margin:10px auto;color:#fff;border:1px solid #113734;background:#113734;border-radius:45px;line-height:45px;font-family: 'yg-jalnan';}
	.main_bg2 .head p{font-size:36px;font-family: 'yg-jalnan';}
	.main_bg2 .sub_txt{height:150px; font-size:19px; color:#2b2b2b;}
	.main_bg2 .sub_txt p{height:100%;}

	.plr-1{padding-left:15px !important;padding-right:0.5rem !important;}
  .prl-1{padding-left:0.5rem !important;padding-right:15px !important;}
	.prl-5{padding-left:4.5rem !important;padding-right:15px !important;}

	.mlr-1{margin-left:15px !important;margin-right:0.5rem !important;}
	.mrl-1{margin-left:0.5rem !important;margin-right:15px !important;}

	.main_bg2 .line-three{padding-top:2rem;}
	.main_bg2 .line-two{padding-top:3rem;}


	.main_bg3{
		position:relative;
		background: #113734;
		top: -15px;
	}

	.main_bg3 .circle{width:45px; height:45px;margin:10px auto;color:#00463a;border:1px solid #f8cd38;background:#f8cd38;border-radius:45px;line-height:45px;font-family: 'yg-jalnan';}
	.main_bg3 .head p {font-size:36px;font-family: 'yg-jalnan';}
	.main_bg3 .sub_text1{font-size:18px;}
	.main_bg3 .sub_text1 p{margin-top:1rem;}

	.main_bg4{
		position:relative;
		background: #ffe1c3;
		top: -15px;
	}
	.main_bg4 .circle{width:45px; height:45px;margin:10px auto;color:#fff;border:1px solid #ab1215;background:#ab1215;border-radius:45px;line-height:45px;font-family: 'yg-jalnan';}
	.main_bg4 .head p {font-size:36px;font-family: 'yg-jalnan';}
	.main_bg4 .bg-f3f3f3{background:#f3f3f3;padding:15px;}


	.main_bg5{
		position:relative;
		top: -15px;
		background: #f8f8f8;
		background-image: url("/assets/img/event/bg_02.jpg");
		background-repeat: no-repeat;
		background-position-y: bottom;
	}
	.main_bg5 .circle{width:45px; height:45px;margin:10px auto;color:#113637;border:1px solid #f8cd38;background:#f8cd38;border-radius:45px;line-height:45px;font-family: 'yg-jalnan';}
	.main_bg5 .head p {font-size:36px;font-family: 'yg-jalnan';}
	.main_bg5 .sub_text1 p{font-size:16px;font-weight:bold; margin:20px 0 0 0;}

	.main_bg6{
		position:relative;
		top: -15px;
		background: #fff;
	}
	.main_bg6 .circle{width:45px; height:45px;margin:10px auto;color:#fff;border:1px solid #ab1215;background:#ab1215;border-radius:45px;line-height:45px;font-family: 'yg-jalnan';}
	.main_bg6 .head p {font-size:36px;font-family: 'yg-jalnan';}
	.main_bg6 .sub_text2 .icon_img{
		float: left;height: 45px;padding-right: 15px;
	}
	.main_bg6 .model-tit{font-size:25px;font-weight:bold;}
	.main_bg6 .model-eng{font-size:23px;font-weight:normal;}
	.main_bg6 .sub_text2 .p_tit{
		margin: 0px;
		font-size: 19px;
		font-weight: bold;
		display: flex;
	}
	.main_bg6 .sub_text2 .p_con{
		margin: 0px;font-size: 15px;display: flex;
	}


	.main_bg7{
		position:relative;
		top: -15px;
		background: #e8f5ee;
	}
	.main_bg7 .promotion h1{font-size:33px;font-family: 'yg-jalnan';color:#006957;}
	.main_bg7 .promotion p{font-size:15px;color:#242424;font-weight:bold; margin-bottom: 40px}

	.main_bg8{
		position:relative;
		top: -15px;
		background: #262626;
	}
	.main_bg8 .last_tit{font-size:36px;font-family: 'yg-jalnan';color:#f8cd38;}
	.main_bg8 .head p {font-size:18px;}
	.bg-00a88e{background:#00a88e;}
	.bg-db5655{background:#db5655;}


	.main_bg9{
		position:relative;
		top: -15px;
		background: #016f5c;
    padding: 40px 0;
	}
	.qa_tit{font-size:38px;letter-spacing: 30px; margin:0;}
	.qa_phone{font-size:80px;font-weight:bold; margin:0;line-height: 1.2;}
	.main_bg9 .btn{height:85px;border-radius:45px;}
	.main_bg9 .btn p{font-size:30px;color:#113637;line-height:50px;}
  .portfolio .section-title p{font-size:36px;font-family: 'yg-jalnan';color:#340001; text-align: center;}
}
@media (min-width: 1441px){
	.main_btn{
		position: absolute;
		width: 362px;
		height: 47px;
		letter-spacing: 0px;
		margin-left: 5px;
		padding:0px;
	}
}
@media (min-width: 1025px) and (max-width: 1440px) {
	.main_bg {
		position: relative;
		background: url("/assets/img/event/embox_banner.jpg") no-repeat;
		background-size: 100%;
		display: block;
		margin-top: 60px;
		width: 100%;
		height: 100%;
	    background-color: #f3eff0;
		margin-top: 80px;
	}
	.main_btn{
		position: absolute;
		width: 362px;
		height: 47px;
		letter-spacing: 0px;
		margin-left: 5px;
		padding:0px;
		left: 13%;
	}

}

@media (min-width: 769px) and (max-width: 1024px) {

	.main_bg {
		position: relative;
		background: url("/assets/img/event/embox_banner_mobile.jpg") no-repeat;
		background-size: 100%;
		display: block;
		margin-top: 60px;
		width: 100%;
		height: 100%;
	    background-color: #f3eff0;
		margin-top: 80px;
	}
	.main_btn{
	    width: 100%;
		height: 35px;
		padding: 0;
		letter-spacing: 0px;
		color: #085e56;
		font-weight: bolder;
		margin: auto;
	}
	.main_bg .mt-25{
		margin-top: 70% !important;
	}
	.main_bg .mt-45{
		margin-top: 10% !important;
	}
}

@media (min-width: 426px) and (max-width: 768px) {
	.main_btn{
	    width: 100%;
		height: 35px;
		padding: 0;
		letter-spacing: 0px;
		color: #085e56;
		font-weight: bolder;
		margin: auto;
	}
	.main_bg .mt-25{
		margin-top: 70% !important;
	}
	.main_bg .mt-45{
		margin-top: 10% !important;
	}
}
@media (min-width:376px) and (max-width: 425px) {
	.main_btn{
	    width: 100%;
		height: 35px;
		padding: 0;
		letter-spacing: 0px;
		color: #085e56;
		font-weight: bolder;
		margin: auto;
	}
	.main_bg .mt-25{
		margin-top: 70% !important;
	}
	.main_bg .mt-45{
		margin-top: 10% !important;
	}
}
@media (max-width: 375px) {
	.main_btn{
	    width: 100%;
		height: 35px;
		padding: 0;
		letter-spacing: 0px;
		color: #085e56;
		font-weight: bolder;
		margin: auto;
	}
	.main_bg .mt-25{
		margin-top: 70% !important;
	}
	.main_bg .mt-45{
		margin-top: 10% !important;
	}
}
@media (max-width: 768px) {
	.fs17{font-size:12px;}
	.rental a{color:#333;}
	.bg-69727B .container{padding:15px;}
	.rental .circle{width:32px; height:32px;margin:10px auto;color:#113637;border:1px solid #F8CD38;background:#F8CD38;border-radius:32px;line-height:32px;font-family: 'yg-jalnan';}
	.rental .head p{font-size:25px;font-family: 'yg-jalnan';}
	.rental .downbtn{border-radius: 32px;border:1px solid #164D4B;background:#164D4B; margin: 40px 0 0 0;}
	.rental .reqbtn{border-radius: 32px;border:1px solid #F7C934;background:#F7C934; margin: 20px 0 0 0; color:#113637 }

  .rental .cancelbtn{border:1px solid #bbb;margin: 20px 0;}
	.rental .submitbtn{color: #fff;background-color: #164d4b;border-color: #164d4b;margin: 20px 0;}

	.pc_open{display:none;}
	.mb_open{display:block;}
	#embox_btn1{background-color:#ff8324;border-color:#ff8324;font-size:12px;}
	#embox_btn1 img{width:15px;}
	#embox_btn2{background-color:#fdb414;border-color:#fdb414;font-size:12px;}
	#embox_btn2 img{width:15px;}
	#embox_btn3{background-color:#29314a;border-color:#29314a;font-size:12px;}
	#embox_btn3 img{width:15px;}

	.main_bg{
		position: relative;
		background: url("/assets/img/event/embox_banner_mobile.jpg") no-repeat;
		background-size: 100%;
		display: block;
		margin-top: 60px;
		width: 100%;
		height: 100%;
	    background-color: #f3eff0;
	}

	.main_bg .mt-25{
		margin-top: 33%;
	}
	.main_bg .mt-45{
		margin-top: 30%;
	}

	.main_bg .container{
		position: relative;
	}
	.main_btn a {
		font-size:10px;
		font-weight:bold;
		width:100%;
		height:100%;
		color: #085e56;
	}

	.main_btn .btn {
		font-size:13px;
		font-weight:bold;
		width:100%;
		height:100%;
		border-radius:45px;
		border:1px solid #085e56;
		background: #085e56;
		padding : 1px 6px;
	}

	.main_btn .btn_outline {
		font-size:13px;
		font-weight:bold;
		width:100%;
		height:100%;
		border-radius:45px;
		border:1px solid #085e56;
		color:#085e56;
		background: transparent;
	}

	.main_btn .btn-info:hover {
	  color: #fff;
	  background-color: #085e56;
	  border-color: #085e56;
	}

	.main_btn .btn-info:focus, .btn-info.focus {
	  color: #fff;
	  background-color: #085e56;
	  border-color: #085e56;
	  box-shadow: 0 0 0 0.2rem rgba(52, 0, 1, 0.5);
	}

	.main_btn .btn-info.disabled, .btn-info:disabled {
	  color: #fff;
	  background-color: #085e56;
	  border-color: #085e56;
	}

	.main_btn .btn-info:not(:disabled):not(.disabled):active, .main_btn .btn-info:not(:disabled):not(.disabled).active,
	.show > .main_btn .btn-info.dropdown-toggle {
	  color: #fff;
	  background-color: #085e56a6;
	  border-color: #085e56a6;
	}

	.main_btn .btn-info:not(:disabled):not(.disabled):active:focus, .main_btn .btn-info:not(:disabled):not(.disabled).active:focus,
	.show > .main_btn .btn-info.dropdown-toggle:focus {
	  box-shadow: 0 0 0 0.2rem rgba(52, 0, 1, 0.5);
	}

	.main_btn .btn-outline-info:hover {
	  color: #085e56;
	  background-color: transparent;
	  border-color: #085e56;
	}

	.main_btn .btn-outline-info:focus, .btn-outline-info.focus {
	  color: #085e56;
	  background-color: transparent;
	  border-color: #085e56;
	  box-shadow: 0 0 0 0.2rem rgba(52, 0, 1, 0.5);
	}

	.main_btn .btn-outline-info.disabled, .btn-outline-info:disabled {
	  color: #085e56;
	  background-color: transparent;
	  border-color: #085e56;
	}

	.main_btn .btn-outline-info:not(:disabled):not(.disabled):active, .main_btn .btn-outline-info:not(:disabled):not(.disabled).active,
	.show > .main_btn .btn-outline-info.dropdown-toggle {
	  color: #085e56;
	  background-color: transparent;
	  border-color: #085e56;
	}

	.main_btn .btn-outline-info:not(:disabled):not(.disabled):active:focus, .main_btn .btn-outline-info:not(:disabled):not(.disabled).active:focus,
	.show > .main_btn .btn-outline-info.dropdown-toggle:focus {
	  box-shadow: 0 0 0 0.2rem rgba(52, 0, 1, 0.5);
	}

	.main_bg .head h3{font-size:21px; font-family: 'yg-jalnan'; color:#164d4b;}
	.main_bg .head p{font-size:15px; font-family: 'yg-jalnan'; color:#1e8b80;margin-bottom:15px;}

	.main_bg2{
		position:relative;
		background: url("/assets/img/event/embox_bg01.jpg") no-repeat;
		top: -15px;
	}
	.main_bg2 .circle{
		width: 32px;
		height: 32px;
		margin: 10px auto;
		color: #fff;
		border: 1px solid #113734;
		background: #113734;
		border-radius: 32px;
		line-height: 32px;
		font-family: 'yg-jalnan';
		font-size: 13px;
	}
	.main_bg2 .head p{font-size:21px;font-family: 'yg-jalnan';}
	.main_bg2 .sub_txt{height:150px; font-size:19px; color:#2b2b2b;}
	.main_bg2 .sub_txt p{height:100%;}

	.plr-1{padding:0px 0.5rem !important;}
	.prl-1{padding-left:0.5rem !important;padding-right:15px !important;}

	.mlr-1{margin-left:15px !important;margin-right:0.5rem !important;}
	.mrl-1{margin-left:0.5rem !important;margin-right:15px !important;}

	.main_bg2 .line-three{padding-top:2rem;}
	.main_bg2 .line-two{padding-top:3rem;}


	.main_bg3{
		position:relative;
		background: #113734;
		top: -15px;
	}

	.main_bg3 .circle{width:32px; height:32px;margin:10px auto;color:#00463a;border:1px solid #f8cd38;background:#f8cd38;border-radius:32px;line-height:32px;font-family: 'yg-jalnan';font-size: 13px;}
	.main_bg3 .head p {font-size:21px;font-family: 'yg-jalnan';}
	.main_bg3 .sub_text1{font-size:14px;}
	.main_bg3 .sub_text1 img{width:75%;}
	.main_bg3 .sub_text1 p{margin-top:1rem;}

	.main_bg4{
		position:relative;
		background: #ffe1c3;
		top: -15px;
	}
	.main_bg4 .circle{width:32px; height:32px;margin:10px auto;color:#fff;border:1px solid #ab1215;background:#ab1215;border-radius:32px;line-height:32px;font-family: 'yg-jalnan';font-size: 13px;}
	.main_bg4 .head p {font-size:21px;font-family: 'yg-jalnan';}
	.main_bg4 .bg-f3f3f3{background:#f3f3f3;padding:7px;font-size:17px;font-weight:bold;}


	.main_bg5{
		position:relative;
		top: -15px;
		background: #f8f8f8;
		background-image: url("/assets/img/event/bg_02.jpg");
		background-repeat: no-repeat;
		background-position-y: bottom;
	}
	.main_bg5 .circle{width:32px; height:32px;margin:10px auto;color:#113637;border:1px solid #f8cd38;background:#f8cd38;border-radius:32px;line-height:32px;font-family: 'yg-jalnan';font-size: 13px;}
	.main_bg5 .head p {font-size:21px;font-family: 'yg-jalnan';}
	.main_bg5 .sub_text1 p{font-size:17px;font-weight:bold; margin:20px 0 0 0;}

	.main_bg6{
		position:relative;
		top: -15px;
		background: #fff;
	}
	.main_bg6 .circle{width:32px; height:32px;margin:10px auto;color:#fff;border:1px solid #ab1215;background:#ab1215;border-radius:32px;line-height:32px;font-family: 'yg-jalnan';font-size: 13px;}
	.main_bg6 .head p {font-size:21px;font-family: 'yg-jalnan';}
	.main_bg6 .icon_img{
		float: left;height: 45px;padding-right: 15px;
	}
	.main_bg6 .model-tit{font-size:25px;font-weight:bold;}
	.main_bg6 .model-eng{font-size:23px;font-weight:normal;}
	.main_bg6 .p_tit{
		margin: 0px;font-size: 15px;font-weight: bold;display: flex;
	}
	.main_bg6 .p_con{
		margin: 0px;font-size: 12px;display: flex;
	}


	.main_bg7{
		position:relative;
		top: -15px;
		background: #e8f5ee;
	}
	.main_bg7 .promotion h1{font-size:21px;font-family: 'yg-jalnan';color:#006957;}
	.main_bg7 .promotion p{font-size:15px;color:#242424;font-weight:normal;}


	.main_bg8{
		position:relative;
		top: -15px;
		background: #262626;
	}
	.main_bg8 .last_tit{font-size:27px;font-family: 'yg-jalnan';color:#f8cd38;}
	.main_bg8 .head p {font-size:15px;}
	.main_bg8 .btn p{font-size:17px;}
	.bg-00a88e{background:#00a88e;}
	.bg-db5655{background:#db5655;}


	.main_bg9{
		position:relative;
		top: -15px;
		background: #016f5c;
	}
	.qa_tit{font-size:29px;letter-spacing: 15px; margin:0; text-align: center;}
	.qa_phone{font-size:53px;font-weight:bold; margin:0; line-height: 1.2; text-align: center;}
	.main_bg9 .btn{ width:60%;height:53px;border-radius:45px;}
	.main_bg9 .btn p{font-size:20px;color:#113637;line-height:19px; font-weight: bold}

	#footer .copyright{font-size:13px;padding:36px 0; text-align: center;}
}


/*혜빈작업*/
.rental .rental_box1{margin: 15px 0 0 0;}
.rental .rental_box1 .box{padding: 30px 0; background:#f7f7f7; border-radius: 20px;}
.rental .rental_box1 .num{font-size: 23px; font-weight: 600; color:#02300e; margin:20px 0 0 0;}
.rental .rental_box1 .txt{font-size: 19px; color:#02300e; margin:15px 0 0 0;}
.c-3e3e3e{color:#3e3e3e;}
.rental_level{
  background: #dbece9;
}
.rental_level .last_tit{font-size:36px;font-family: 'yg-jalnan';color:#3e3e3e;}
.rental_level .head p {font-size:18px;}
.rental_level .level_tit{font-size: 18px;font-family: 'NanumSquare', sans-serif; text-align: center; color:#333; font-weight: 400; }
.rental_level .level_num{padding: 30px 0; border-radius: 15%; margin:20px 0 0 0}
.rental_level h6{font-size: 16px; margin:10px 0 0 0; line-height:23px; }
.rental_level .level_txt02{font-size: 13px; margin:10px 0 0 0; line-height:18px; color:#555; text-align:center; padding: 0 10px;}
.level_tit02{font-size:36px;font-family: 'yg-jalnan';color:#3e3e3e; margin:80px 0 40px 0;}
.rental .rental_write{background: #016f5c; padding: 40px 0; }
.rental_write_ul{list-style: decimal;padding: 0 15px; margin:0}
.rental_write_ul > li {line-height: 30px;}
.rental_check{padding: 30px 0 30px 20px ; background:#eff2f2; margin:40px 0;}
.rental_check h6{font-size: 17px; color:#0f3c34; font-weight: 600}
.rental_check ul{font-size: 14px;list-style: decimal;padding: 0 15px; margin:0}
.rental_check ul > li {line-height: 25px;}

@media (max-width: 768px){
.rental_level .last_tit{font-size: 25px;}
.level_tit02{font-size: 25px;}
.rental_level .level_tit{font-size: 15px; margin:5px 0}


}
@media (min-width: 769px) {
	.modal{width:auto; left:100px; top:100px;}
	.modal-left{text-align:left;}
}
@media (max-width: 768px){
	.modal{width:100%;top:100px;}
	.modal-left{text-align:left;}
}

.bg_txt{
	position: absolute;
    bottom: 0px;
    background: #242424;
    width: 100%;
    font-size: 17px;
    color: #fff;
    padding: 15px;
    opacity: 0.85;
}
