::-webkit-scrollbar {
	width:6px;
}
::-webkit-scrollbar-track {
	width:6px;
	background:#bbb;
	border-left:0 solid white;
	border-right:0 solid white;
}
::-webkit-scrollbar-thumb {
	background:#000;
	border-radius:5px;
	width:0;
	height:5%;
	transition:0.5s ease;
	cursor:pointer;
}


.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {max-width: 1420px;}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {padding-right: 20px; padding-left: 20px; background: #fff;}
.container, .container-fluid {border-left:1px solid #eee; border-right: 1px solid #eee;}
.row {
	padding:0;
	margin:0;
}
.paragraph {
  font-weight: normal;
  line-height: 1.920;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: white;
}
.header-left {
	width:110px;
	height:100%;
	min-height:100vh;
	float:left;
	z-index:9;
	overflow:hidden;
	position:fixed;
	top:0;
	left:0;
	overflow-y:scroll;
	display:inline-block;
	background-color:#e7e7e7;
	box-shadow:rgba(0,0,0,0.2) 0px 2px 7px -2px;
}
.pc_none {display: none !important;}
.signle-layout {
	background:#f3f3f3;
}
.main-left {
	position:relative;
	width:100%;
	min-height:100vh;
	padding-left:110px;
}
.logo {
	width:100%;
	height:90px;
	display:flex;
	align-content:center;
	align-items:center;
	text-align:center;
	z-index:9;
	position:relative;
}
.logo>.logo-text {
	display:block;
	text-align:center;
	width:100%;
	color:#fff;
}
.logo>.logo-text img {
	max-width: 45px;
}

.header-left::-webkit-scrollbar {
	width:2px;
}
.header-left::-webkit-scrollbar-track {
	width:2px;
	background:#777;
}
.header-left::-webkit-scrollbar-thumb {
  background: #000; /* 스크롤바 색상 */
  border-radius: 4px; /* 스크롤바 모서리 둥글게 */
}


.site-nav::-webkit-scrollbar {
	width:3px;
}
.site-nav::-webkit-scrollbar-track {
	width:3px;
	background:#777;
}
.site-nav::-webkit-scrollbar-thumb {
  background: #000; /* 스크롤바 색상 */
  border-radius: 4px; /* 스크롤바 모서리 둥글게 */
}

.header_mbg {position: fixed;width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,0.6); z-index: 2; transition: 0.3s ease; opacity: 0; visibility: hidden; cursor: pointer;}
.header_mbg.active {opacity: 1; visibility: visible;}

/* side menu button */
.sidemenu_btn {
	-webkit-transition:all .3s linear;
	-o-transition:all .3s linear;
	transition:all .3s linear;
	width:40px;
	padding:5px;
	position:relative;
	display:none;
	margin-right:20px;
}
.sidemenu_btn_inner {
	height:70px;
	width:70px;
	display:flex;
	position:relative;
	justify-content:center;
	align-items:center;
	float:left;
}
.sidemenu_btn span {
	height:4px;
	width:100%;
	background-color:#fff;
	display:block;
  transition: 0.3s ease;
}

.sidemenu_btn span:nth-child(2) {
	margin:6px 0;
}

.sidemenu_btn.active span:nth-child(1) {
  transform: translate(0, 10px) rotate(45deg);
}

.sidemenu_btn.active span:nth-child(2) {
  opacity: 0; visibility: visible;
}

.sidemenu_btn.active span:nth-child(3) {
  transform: translate(0, -10px) rotate(-45deg);
}

.site-main-menu {
	list-style:none;
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
}
.site-main-menu span {
	display:block;
}
.site-main-menu li>a {
	display:block;
	width:100%;
	padding:15px 5px;
	font-size:13px;
	line-height:1.2;
	color:#585858;
	font-family:'Poppins',sans-serif;
	text-transform:uppercase;
	border-bottom:1px solid #313439;
	position:relative;
  transition: 0.2s ease;
}
.site-main-menu li>a:hover {
  background: #333;
  color: #eee;
}
.site-main-menu li.active>a {
	color:#fff;
	background:#333;
}
.p0 {padding: 0 !important;}
.site-main-menu li.active>a:before {
	content:"";
	position:absolute;
	height:100%;
	width:4px;
	top:0;
	right:0;
	background-color:#000;
}
.site-main-menu li>a i {
	font-size:18px;
	margin-bottom:7px;
	display:block;
	color:#555;
}

.site-main-menu li>a:hover i {color: #eee;}
.site-main-menu li.active>a i {
	color:#eee;
}

.pt-wrapper {
	position:relative;
	width:100%;
	height:100%;
	padding:0;
	box-sizing:border-box;
	background-color:#f5f5f5;
}
.subpages {
	position:relative;
	width:100%;
	height:100%;
	perspective:1500px;
}
.pt-page {
	width:100%;
	height:0;
	position:absolute;
	opacity:0;
	top:auto;
	left:0;
	min-height:100vh;
	align-items:center;
	background-color:#f8f8f8;
	visibility:hidden;
	backface-visibility:hidden;
	transform:translate3d(0,0,0);
	transform-style:preserve-3d;
	overflow-y:scroll;
	padding-bottom:100px;
}
.pt-page-current,.no-js .pt-page {
	visibility:visible;
	z-index:90;
	opacity:1;
}
.min-height-100vh {
	min-height:100vh;
}

i {
	font-size:26px !important;
}
.banner {
	position:relative;
	overflow:hidden;
}
.top-fixed {
	position:absolute;
	background: rgba(0, 0, 0, 0.7);
    padding: 20px;
	top:0;
	left:0;
	right:0;
	z-index:1;
}
.top-fixed .info {
	margin-left:10px;
}
.info label {
	margin-top:10px;
	color:white;
	font-weight:400;
	font-size:18px;
	font-family:'Poppins',sans-serif;
}
.social {
	margin-left:auto;
	font-size:10px;
  display: flex;
    justify-content: flex-start;
}
.social a i {
  margin-right: 10px;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  color: #fdfdfd;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 2px solid #fff;
  line-height: 47px;
  text-align: center;
  transition: 0.2s ease;
}
.social a i:hover {background: #333;
  color: #ffffff;}
.banner .full-screen {
	min-height:100vh;
}
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: 0.2s ease;
}
.bg-video__content {
  height: 100%;
  width: 100%;
  object-fit: cover; 
}
.mainBox {
	padding-top:50px;
	padding-bottom:10px;
  margin-bottom: 10vh;
	font-family:'Poppins',sans-serif;
	text-align:center;
  max-width: 600px;
  width: 100%;
  background: rgb(0 0 0 / 60%);
  /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5); */
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.mainBox h6 {
	color:#222;
	font-size:16px;
	font-weight:400;
	font-family:'Poppins',sans-serif;
}
.mainBox .lead {
	color:#fff;
	display: flex;
	flex-wrap: wrap;
	font-weight:400;
	font-size:16px;
	margin:20px 0px;
	text-transform:uppercase;
	font-family:'Poppins',sans-serif;
	justify-content: center;
}
.mainBox .lead li {padding: 0px 10px; position: relative;}
.mainBox .lead li a {color: #fff; }
.mainBox .lead li a:hover {color: #ec0505;}
.mainBox .lead li:last-child {padding-right: 0;}
.mainBox .lead li:first-child {padding-left: 0;}
.mainBox .lead li:after {content:""; display: block; background: #ddd; position: absolute; top: 50%; right: 0; width: 1px; height: 10px; transform: translate(0, -50%);}
.mainBox .lead li:last-child:after {display: none;}
.mainBox .main_logo {width: 100%;max-width: 340px;}
.mainBox .main_logo img {width: 100%;}
.mainBox .desc {
	max-width:450px;
	color:#fff;
	font-family:'Poppins',sans-serif;
	margin:0 auto;
	border-bottom:1px solid #ccc;
	margin-top: 15px;
	border-top: 1px solid #aaa;
	padding: 15px 0px;
}
.btn-bar {
	padding-top:15px;
}
.btn-bar a {
	color:#000;
	font-size:16px;
	line-height:1;
	font-weight:400;
	position:relative;
	text-decoration:none;
	transition:ease all 0.35s;
	text-transform:uppercase;
	font-family:'Oswald',sans-serif;
}
.btn-bar a:after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	margin:auto;
	widows:0;
	height:2px;
	background:currentColor;
	transition:ease all 0.35s;
}
.btn-bar a:hover {
	padding-left:45px;
}
.btn-bar a:hover:after {
	width:40px;
}
#home .container-fluid {
	padding-right:0;
	padding-left:0;
}
.mainTextWrap {
  height: 60px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.text,.typed-cursor {
	display:none;
	font-size:2.2rem;
	text-transform:uppercase;
	color:#fff;
	font-family:'Poppins',sans-serif;
	/* text-shadow:5px 4px 7px rgba(16,7,4,0.5); */
}
.primary {
	color:#000;
  font-size: 2.5rem;
}
.about img {
	max-width:100%;
	height:auto;
	display:block;
	margin:auto;
}
.title {
	text-align:center;
}
.title h1 {
	font-size:46px;
	font-weight:500;
	color:#fff;
	font-family:Oswald;
}
.title h2 {
	background:#000;
	box-shadow:rgba(0,0,0,0.2) 0px 60px 40px -7px;
	display:inline-block;
	padding:6px 10px;
	margin:7px 0;
	clear:both;
	color:#fff;
	font-size:18px;
	font-weight:400;
	margin-bottom:50px;
}
.left-about h4 {
	font-size:25px;
	font-weight:400;
	letter-spacing:1px;
	margin-bottom:15px;
}
.left-about p {
	font-family:'Poppins',sans-serif;
	font-size:15px;
	line-height:28px;
	margin-bottom:20px;
	font-weight:300;
}
.button-download {
	background:none;
	border:4px solid #000;
	font-family:"Poppins",sans-serif;
	margin:10px 0;
	max-width:230px;
	padding:10px 19px;
	transition:all 0.3s;
}
.button-download:hover {
	box-shadow:rgba(0,0,0,0.2) 0px 60px 40px -7px;
}
.skills h5 {
	font-size:16px;
	font-weight:400;
	letter-spacing:1px;
	font-family:"Poppins",sans-serif;
	margin:3px 0 9px;
	margin-left:35px;
}
.skills h5 span {
	float:right;
}
.progress {
	height:8px;
	overflow:hidden;
	background-color:#585858;
	margin-bottom:35px;
	border-radius:0px;
	margin-left:35px;
}
.progress-bar {
	float:left;
	width:0;
	height:100%;
	background-color:#000;
}
.image img {
	width:100%;
}
.gap {
	margin-top:-58px;
}
.heading-details .heading {
	font-family:'Oswald',sans-serif;
	font-size:52px;
	display:inline-block;
	margin-bottom:30px;
	margin-top:30px;
	/* -webkit-text-fill-color:transparent;*/
}
.heading-details .heading:after {
	content:"";
	display:inline-block;
	height:6px;
	width:80px;
	background-color:#000;
	margin-bottom:16px;
	margin-left:20px;
}
.heading-details .heading:before {
	content:"";
	display:inline-block;
	height:6px;
	width:80px;
	background-color:#000;
	margin-bottom:16px;
	margin-right:20px;
}
.production-sec {
	color:white;
}
.production-sec .production-box {
	padding:15px;
}
.production-sec .production-box i {
	font-size:65px !important;
	margin-bottom:8px;
	transition:.5s ease;
}
.production-sec .production-box:hover i {
	transform:translateY(-15px);
}
.production-sec .production-box .production-heading {
	text-transform:uppercase;
	font-family:'Oswald',sans-serif;
	margin-bottom:12px;
	transition:.5s ease;
	color:#000;
}
.production-sec .production-box:hover .production-heading {
	color:white;
}
.production-sec .production-box .production-des {
	font-family:Roboto,sans-serif;
	font-weight:300;
}
.ok {
	margin-top:-25%;
}
.portfolio-nav {
	margin:0 auto;
	margin-bottom:40px;
	text-align:center;
	margin-bottom:50px;
}
.portfolio-nav ul {
	margin:0 auto;
	float:none;
	text-align:center;
}
.portfolio-nav ul li {
	display:inline-block;
	margin:0 10px;
	cursor:pointer;
	color:#999;
	font-family:'Oswald',sans-serif;
	text-transform:uppercase;
	cursor:pointer;
}
.portfolio-nav ul li:hover {
	color:#000;
}
.portfolio-nav ul li.current {
	color:#000;
}
.portfolio-nav ul li span {
	padding:10px 15px;
	border-bottom:2px solid transparent;
}
.portfolio-nav ul li.current span {
	border-bottom:2px solid #000;
}
.grid-item figure {
	position:relative;
	overflow:hidden;
	border-radius:10px;
}
.grid-item figure img {
	position:relative;
	width:100%;
	display:block;
}
.grid-item figure figcaption {
	position:absolute;
	padding:15px;
	height:100%;
	width:100%;
	top:auto;
	left:0;
	color:white;
	bottom:0;
	z-index:10;
	transition:0.5s;
	font-family:'Poppins',sans-serif
}
.grid-item figure figcaption:after {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	transition:all 0.4s ease-out;
	transform:translateX(0) translateY(0) rotateZ(0) rotate(0deg) scale(0.95);
	z-index:-1;
	opacity:0;
}
.grid-item figure figcaption .fa {
	margin:0;
	padding:0;
	font-size:24px;
	font-weight:400;
	line-height:35px;
	position:absolute;
	text-align:center;
	width:100%;
	left:0;
	top:45%;
	margin-top:-22px;
	transform:translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	opacity:0;
	letter-spacing:0px;
}
figcaption .title {
	margin:0;
	padding:0;
	position:absolute;
	text-align:center;
	width:100%;
	left:0;
	right:0;
	font-size:18px;
	line-height:30px;
	text-transform:capitalize;
	top:50%;
	margin-top:30px;
	transform:translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	transition:all 0.4s ease-out;
	opacity:0;
	letter-spacing:0px;
}
figcaption .sub-title {
	margin:0;
	padding:0;
	position:absolute;
	text-align:center;
	width:100%;
	left:0;
	font-size:13px;
	top:50%;
	margin-top:30px;
	transform:translateX(-70px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	transition:0.5s;
	opacity:0;
	letter-spacing:0px;
}
.grid-item figure:hover {
	transform:all 0.4s ease-out;
}
figure:hover figcaption {
	color:white;
	background:rgba(0,0,0,0.7);
}
.grid-item figure:hover figcaption:after {
	opacity:1;
	transform:translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
	transition:all 0.4s ease-out;
}
.grid-item figure:hover figcaption .fa {
	transform:translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
	transition:0.2s;
	opacity:1;
}
.grid-item figure:hover figcaption .title {
	transform:translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
	transition:0.4s;
	margin-top:-2px;
	opacity:1;
  font-size: 13px;
  color:#eee;
  font-weight: bold;
}
.grid-item figure:hover figcaption .sub-title {
	transform:translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
	transition:0.6s;
	opacity:1;
}
.mh-portfolio {
	margin:0 auto;
}
.testimonial-bg {
	background-image:url("/theme/basic/theme/basic/images/testimonial-bg.jpg");
	height:100vh;
	background-repeat:no-repeat;
	background-size:cover;
}
.testimonial-img img {
	height:130px;
	width:130px;
	border-radius:50%;
	display:inline-block;
	border:5px solid #000;
	padding:5px;
}
.testimonial-owl .owl-item img {
	width:130px;
	margin:0 auto;
}
.icon-quotes {
	color:#000;
	font-size:24px;
	-webkit-transition:.2s ease;
	-o-transition:.2s ease;
	transition:.2s ease;
	cursor:pointer;
	line-height:1.3;
	margin:0 auto;
}
.paragraph {
	font-weight:normal;
	line-height:1.920;
	font-family:'Poppins',sans-serif;
	font-size:18px;
	color:white;
}
.testimonial-owl .owl-dots {
	margin-top:40px !important;
	text-align:center;
}
.testimonial-owl .owl-nav button.owl-next,.testimonial-owl .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
	height:8px;
	width:8px;
	background:#ffffff;
	margin:10px 5px;
	border-radius:10px;
	transition:0.5s ease;
}
.testimonial-owl button.owl-dot.active {
	background-color:#000!important;
}
.testimonial-tittle h4 {
	font-family:'Oswald',sans-serif !important;
	color:white;
}
.contact-form {
	max-width:750px;
	display:block;
	text-align:center;
	margin:0 auto;
	font-family:'Oswald',sans-serif;
	text-transform:uppercase !important;
}
.contact-form .form-control {
	border:none;
	border-bottom:3px solid #e2e2e2;
	padding:12px 0;
	background:rgba(255,255,255,0);
	letter-spacing:.7px;
	font-weight:300;
	border-radius:0;
	-webkit-box-shadow:none;
	box-shadow:none;
	height:44px;
	color:#a5a5a5;
	font-size:14px;
	position:relative;
	-webkit-transition:border .9s ease;
	-o-transition:border .9s ease;
	transition:border .9s ease;
}
.contact-form textarea {
	min-height:175px;
	resize:none;
}
.contact-form .form-group {
	margin-bottom:1.5rem;
}
#client-nav button:hover>span {
	color:#fff;
}
.btn-primary {
	background:rgba(255,255,255,0);
	color:white;
	border:2px solid white;
	border-radius:50px;
	padding:15px 30px;
	margin-top:20px;
}
.btn-primary:hover {
	background:#000;
	border:2px solid rgba(255,255,255,0);
}
.logo-text i {
	font-size:50px !important;
}
.guide_text {
	padding:10px;
}
.coupon h2,.guide_text h2 {
	font-size:20px;
}
.coupon h3,.guide_text h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom: 10px;
}
.guide_text p {
	font-size:14px;
  margin-bottom: 20px;
  margin-top: 5px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
	line-height: 26px;
}
.coupon p {
	font-size:16px;
}
.guide_banner {
	width:100%;
	height:350px;
	background-image:linear-gradient( rgba(0,0,0,0.4),rgba(0,0,0,0.4) ),url(/images/sub_banner01.jpg);
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
	display:flex;
	align-items:center;
	justify-content:center;
	color:white;
	font-size:2em;
	position:relative;
}
.equipment_banner {
	width:100%;
	height:350px;
	background-image:linear-gradient( rgba(0,0,0,0.2),rgba(0,0,0,0.2) ),url(/images/sub_banner02.jpg);
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	text-align:center;
}
.equipment_banner h2 {
	color:#fff;
	font-weight:bold;
}
.equipment_banner p {
	color:#fff;
}
.community_banner {
	width:100%;
	height:350px;
	background-image:linear-gradient( rgba(0,0,0,0.5),rgba(0,0,0,0.5) ),url(/images/sub_banner05.jpg);
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	text-align:center;
}
.community_banner h2 {
	color:#fff;
	font-weight:bold;
}
.community_banner p {
	color:#fff;
}
.schedule_banner {
	width:100%;
	height:400px;
	background-image:linear-gradient( rgba(0,0,0,0.2),rgba(0,0,0,0.2) ),url(/images/sub_banner03.jpg);
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
.schedule_banner h2 {
	color:#fff;
	font-weight:bold;
}
.schedule_banner p {
	color:#fff;
}
.reservation_banner {
	width:100%;
	height:350px;
	background-image:linear-gradient( rgba(0,0,0,0.2),rgba(0,0,0,0.2) ),url(/images/sub_banner04.jpg);
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
.reservation_banner h2 {
	color:#fff;
	font-weight:bold;
}
.reservation_banner p {
	color:#fff;
}
.doz_row_tit {
	margin-top:30px;
}
#project-gallery{max-height: 1200px;
	overflow-y: scroll;}
    