/*---------------------
   CSS
-----------------------*/

.section-title {
	margin-bottom: 50px;
}

.section-title .ftgreen{color:#2e9e5b; letter-spacing: 0.1em; line-height: 30px; font-size: 14px;}
.section-title span {
	color: #4f4f4f;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	display: block;
	line-height: 20px;
	
}

.section-title h2 {
	font-size: 46px;
	color: #111111;
	line-height: 60px;
	text-transform: uppercase;
	font-weight:700;
	letter-spacing: -0.05em;
	margin-bottom: 15px;
	
}

.section-title h4 {
	font-size: 32px;
	color: #111111;
	line-height: 60px;
	text-transform: uppercase;
	font-weight:700;
	letter-spacing: -0.05em;
	margin-bottom: 15px;
	
}


.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}





/*---------------------
  Header
-----------------------*/

.header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	padding: 40px 0 0;
}

.header.header-normal {
	position: relative;
	padding: 30px 0 30px;
}

.header__logo a {
	display: inline-block;
}

.header__menu {
	text-align: right;
}

.header__menu ul li {
	list-style: none;
	display: inline-block;
	position: relative;
	margin-right: 40px;
}

.header__menu ul li.active a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header__menu ul li:hover a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header__menu ul li:hover .dropdown {
	top: 36px;
	opacity: 1;
	visibility: visible;
}

.header__menu ul li:last-child {
	margin-right: 0;
}

.header__menu ul li .dropdown {
	position: absolute;
	left: 0;
	top: 75px;
	width: 140px;
	background: rgba(0, 0, 0, 0.8);
	text-align: left;
	padding: 5px 0;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.header__menu ul li .dropdown li {
	display: block;
	margin-right: 0;
}

.header__menu ul li .dropdown li a {
	font-size: 13px;
	color: #fff;
	font-weight: 400;
	padding: 5px 20px;
	text-transform: capitalize;
}

.header__menu ul li .dropdown li a:hover {

	background:#dfa667;
	opacity: 7;
	-webkit-transition: all, 0.6s;
	-o-transition: all, 0.6s;
	transition: all, 0.6s;
}


.header__menu ul li .dropdown li a:after {
	display: none;
}

.header__menu ul li a {
	font-size: 16px;
	color: #ffffff;
	display: block;
	font-weight: 500;
	padding: 5px 0;
	position: relative;
}

.header__menu ul li a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #dfa667;
	content: "";
	-webkit-transition: all, 0.4s;
	-o-transition: all, 0.4s;
	transition: all, 0.4s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.header__widget {
	text-align: right;
}

.header__widget .lang_select {
	position: absolute;
	right:15px;
	top:-25px;
	color: #fff;
}

.header__widget .lang_select a{
	color: #fff;
}

.header__widget h4 span {

	position: absolute;
	right:150px;
	top:5px;
}

.header__widget h4 {
	padding-top:10px;
	font-size: 22px;
	color: #fff;
	font-family:  "맑은 고딕", "Malgun Gothic" , "Apple Gothic", "돋움", Dotum, "굴림", Gulim, sans-serif;
	font-weight: 600;
}

.offcanvas-menu-wrapper {
	display: none;
}

.canvas__open {
	display: none;
}

/*---------------------
  Hero
-----------------------*/

.hero {
	position: relative;
}

.hero__items {
	height: 800px;
	padding: 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hero__text {
	max-width: 820px;
	text-align: center;
}

.hero__text h2 {
	color: #ffffff;
	font-size: 50px;
	font-weight: 300;
	line-height: 80px;
	letter-spacing:-0.05em;
	text-transform: uppercase;
	margin-bottom: 45px;
	position: relative;
	top: 100px;
	opacity: 0;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}
.hero__text h2 span{font-weight: 900;}

.hero__text .primary-btn {
	position: relative;
	top: 100px;
	opacity: 0;
	-webkit-transition: all, 0.6s;
	-o-transition: all, 0.6s;
	transition: all, 0.6s;
}




.hero__slider.owl-carousel .owl-item.active .hero__text h2 {
	top: 0;
	opacity: 1;
}

.hero__slider.owl-carousel .owl-item.active .hero__text .primary-btn {
	top: 0;
	opacity: 1;
}

.hero__slider.owl-carousel .owl-dots {
	display: none;
}

.hero__slider.owl-carousel .owl-nav button {
	font-size: 28px;
	color: #ffffff;
	position: absolute;
	left: 145px;
	top: 50%;
	display: inline-block;
	height: 50px;
	width: 50px;
	margin-top: -25px;
}

.hero__slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 145px;
}

.hero__slider.owl-carousel .owl-nav button:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 20px;
	width: 20px;
	border-left: 2px solid rgba(255, 255, 255, 0.2);
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	content: "";
	border-radius: 0 0 0 4px;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.hero__slider.owl-carousel .owl-nav button:after {
	position: absolute;
	right: 0;
	top: 0;
	height: 20px;
	width: 20px;
	border-right: 2px solid rgba(255, 255, 255, 0.2);
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	content: "";
	border-radius: 0 4px 0 0;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.hero__slider.owl-carousel .owl-nav button:hover:before {
	height: 100%;
	width: 100%;
	border-radius: 4px;
}

.hero__slider.owl-carousel .owl-nav button:hover:after {
	height: 100%;
	width: 100%;
	border-radius: 4px;
}

.slide-num {
	position: absolute;
	left: 145px;
	bottom: 55px;
	z-index: 9;
}

.slide-num span {
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	margin-right: 140px;
}

.slide-num span:last-child {
	margin-right: 0;
}

.slider__progress {
	width: 100px;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	left: 180px;
	bottom: 67px;
	z-index: 9;
}

.slider__progress span {
	background: #ffffff;
	height: 2px;
	display: block;
	-webkit-transition: all, 0.4s;
	-o-transition: all, 0.4s;
	transition: all, 0.4s;
	position: relative;
	top: -1px;
}







/*---------------------
  companyinfo
-----------------------*/


.service_area {
  padding-top: 100px;
  padding-bottom: 50px;
}


.service_area.minus_padding {
  padding-bottom: 0;
}


.service_area .single_service {
  padding: 30px;
  border: 1px solid #E8E8E8;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}



.service_area .single_service h4 {
  font-size: 22px;
  color: #312a2a;
  font-weight: 500;
  margin-top: 35px;
  margin-bottom: 23px;
}


.service_area .single_service p {
  font-size: 15px;
  font-weight: 400;
  color: #727272;
  line-height: 28px;
  margin-bottom: 6px;
}


.service_area .single_service a {
  color: #fff;
  font-weight: 400;
  font-size: 11px;
  margin-top:20px;
}


.service_area .single_service:hover {
  border: 1px solid #dfa667;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
}







/*---------------------
  Latest
-----------------------*/

.latest {
	padding-top: 60px;
	padding-bottom: 90px;
}

.latest__btn {
	text-align: right;
}

.latest__item {
	-webkit-box-shadow: 0px 15px 60px rgba(67, 69, 70, 0.1);
	box-shadow: 0px 15px 60px rgba(67, 69, 70, 0.1);
	margin-bottom: 30px;
}

.latest__item img {
	min-width: 100%;
}

.latest__item:hover a {
	padding-left: 0;
}

.latest__item:hover a:after {
	left: auto;
	right: -50px;
}

.latest__item__text {
	padding-top: 25px;
	background: #ffffff;
	padding: 25px 35px 20px;
}

.latest__item__text span {
	color: #b7b7b7;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}

.latest__item__text h4 {
	color: #111111;
	font-size: 22px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 12px;
}

.latest__item__text a {
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	position: relative;
	padding-left: 40px;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.latest__item__text a:after {
	position: absolute;
	left: 0;
	top: 8px;
	height: 1px;
	width: 30px;
	background: #dfa667;
	content: "";
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.subproduct .latest__item {border: 1px solid #efefef;}
.subproduct .latest__item__text h5 {
	color: #111111;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	text-align: center;
	background:#e0e0e0; padding:10px;
}
.subproduct .latest__item__text {
	padding-top: 25px;
	background: #ffffff;
	padding: 0px;
}




/*---------------------
  productinfo Section
-----------------------*/

.productinfo-slider.owl-carousel .owl-item.active .cs-item .cs-text h4 {
	opacity: 1;
}

.productinfo-slider.owl-carousel .owl-item.active .cs-item .cs-text span {
	opacity: 1;
}

.productinfo-slider.owl-carousel .owl-nav button {
	font-size: 24px;
	color: #ffffff;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	position: absolute;
	left: 30px;
	top: 120px;
}

.productinfo-slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 30px;
}

.cs-item {
	text-align: center;
	width: 100%;
	background: #f5f5f5;
}

.cs-item .cs-pic {
	height: 270px;
}

.cs-item .cs-text {
	padding: 25px 0 22px;
}

.cs-item .cs-text h4 {
	color: #111111;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.cs-item .cs-text span {
	font-size: 17px;
	color: #009603;
	display: block;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}




.Information_area {
  background-image: url(../images/infobg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 162px 0;
  margin-top:100px;
}

.Information_area .info_text h3 {
  font-size: 46px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
}

.Information_area .info_text h4 {
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
}

.Information_area .info_text h5 {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
}



/*---------------------
 Contact 
-----------------------*/

.contact-section {
	padding-top: 120px;
	padding-bottom: 90px;
}

.contact-section .contact-form {
  width: 100%; 
  }


.cs-map {
	height: 540px;

}

.cs-map iframe {
	width: 100%;
}



.btn-contact {
  color: #fff;
  background-color: #a7986d;
  border-color: #a7986d;
  width:100%;
}

.btn-contact:hover {
  color: #fff;
  background-color: #628d46;
  border-color: #628d46;
}

.btn-contact:focus, .btn-contact.focus {
  color: #fff;
  background-color: #628d46;
  border-color: #628d46;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}




/*---------------------
  Footer
-----------------------*/

.footer {
	padding: 40px 0 20px 0;
	background:#373737;
}

.copyright {
	padding: 0;
}


.copyright ul {margin-left:15px}
.copyright ul li {
	font-size: 13px;
	line-height: 26px;
	color: #ffffff;
	float:left;
	padding-right:30px;
	
}


.copyright__text {color: #ffffff; font-size: 13px; margin-top: 30px;}


.copyright__logo { 
	text-align: right;
}

.mt-10 {margin-top:100px}
/*기본테이블*/

.default_table table{width:100%;border-collapse:collapse;border-top:2px solid #333; border-bottom:1px solid #ddd;}
.default_table table caption{display:none}
.default_table table tbody tr:hover { background:#fafafa;}
.default_table table th{word-break: keep-all; padding: 16px 10px 16px 10px;line-height: 1.2em;font-size: 15px;font-weight: 400;text-align: center; color: #000; border-bottom: 1px solid #ddd;position: relative;background: #f2f2f2; vertical-align: middle; }

.default_table table  td{vertical-align: middle;padding:13px 10px;font-size:14px;font-weight:400;text-align:center;border-bottom:1px solid #ddd;}
.default_table table  td a{padding: 2px;line-height: 1.2em;color:#666}
.default_table table  td.subject{text-align:left;}
.default_table table  td.subject a{display:inline-block; font-size:14px; font-weight:normal; color:#666;}
.default_table table  td.subject a:hover { color:#c88d4d;}
.default_table table  td.subject .new{position:relative;display:inline-block;width:30px;top:-1px;height:15px;margin:0 8px;background:url(../images/ic_new.gif) no-repeat 50% 50%; text-indent:-9999em;vertical-align: middle;}
.default_table table  td.subject .secret{position:relative;display:inline-block;width: 35px;height: 35px;background:url(../img/ico_lock.png) no-repeat 50% 50%;text-indent:-9999em;overflow:hidden;vertical-align: middle;}
.default_table table  td.subject .reply{display: inline-block;position: relative;left: -2px;padding: 0 0 0 34px;background: url(../img/ico_reply.png) no-repeat 22px 3px;text-indent: -9999em;overflow: hidden;width: 1px;}
.default_table table  td.subject .list_reply{color:#aa6801}
.default_table table  td .notice{font-size:12px;color: #dfa667;}




/*---------------------
  sub-img--section
-----------------------*/

.sub-img-section {
	padding-top: 170px;
	padding-bottom: 120px;
}

.sub-img__text h2 {
	font-size: 35px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 12px;
	font-weight: 700;
}

.sub-img__links a {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	margin-right: 25px;
	position: relative;
}

.sub-img__links a:after {
	position: absolute;
	right: -17px;
	top: 2px;
	content: "";
	font-family: "FontAwesome";
}

.sub-img__links span {
	font-size: 14px;
	color: #dfa667;
	display: inline-block;
}



/*---------------------
  default-page
-----------------------*/


.default-page {
	padding-top: 90px;
	padding-bottom: 90px;
}

.page-pic {
	-webkit-box-shadow: 0px 0px 30px rgba(11, 12, 48, 0.15);
	box-shadow: 0px 0px 30px rgba(11, 12, 48, 0.15);
}

.page-pic img {
	min-width: 100%;
}


.page_services h3 {
	color: #171822;
	font-weight: 700;
	margin-bottom: 25px;
	letter-spacing:-0.05em;
}

.page_services h5 {
	color: #dfa667; 
	font-weight: 400; 
	font-size: 20px; 
	margin-bottom: 25px; 
	line-height: 33px;
}




.page_services p {
	margin-bottom: 20px;
	font-weight: 400;
}

h3.subtitle {color: #000; font-weight: 700; line-height: 33px;  margin-bottom: 40px; }
h5.subtitle_s {color: #0055af;font-weight: 500; line-height: 33px; margin-top: 30px; margin-bottom: 35px; }
h5.title3step {color:#1a1a1a; font-weight: 500; line-height: 33px; margin-bottom: 20px;}




/* company*/

.about_page_services {
    font-weight: 400;
}

.about_page_services h3 {
	color: #171822;
	font-weight: 600;
	margin-bottom: 25px;
	letter-spacing:-0.05em;
}

.about_page_services p {
	margin-bottom: 20px;

	font-weight: 400;
}

.about_page_services h5 {color: #dfa667; font-weight: 400; font-size: 22px; margin-bottom: 25px; line-height: 33px;}

.about_page_services .intro li {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 500;
	padding:0px 0 10px 0;
}

.about-pic img{border-radius: 0.8rem !important;}
.about_page_services .intro li p{position: absolute; left:150px; top:45px;}


.sc-text {
	padding: 10px 0; 
}

 .sc-text h4 {
	color: #171822;
	font-weight: 600;
	margin-bottom: 10px;
}

.sc-text ul li {

	position: relative;
	display: block;
	font-size: 16px;
	color: #6a6b7c;	
	padding-left:25px;
	font-weight: 400;
	
}





.sc-text ul li.title {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	margin-top:30px;
}
.sc-text ul li i {
	color: #356abc;
	font-size: 16px;
	position: absolute;
	left: 0px;
	top: 7px;
}



/* 연혁 */
.history {margin-bottom:40px; }
.history h2.yer { margin-top:25px; color: #236ca0;}
.history h3.year {font-size: 22px; color: #d2a657; font-weight: 700;}
.history .company_ui_01 li {padding-left:60px; display:block; font-weight: 400;}
.history .company_ui_01 li strong{position:absolute; left:15px; font-weight: 700;}


.pro-pic {margin:30px 0;text-align: center;}




/*--------------------------------- Responsive Media Quaries -----------------------------*/


@media only screen and (min-width: 1450px) {
	.header {
		padding: 30px 130px 0;
	}
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.header__menu ul li {
		margin-right: 25px;
	}
	.hero__slider.owl-carousel .owl-nav button {
		left: 15px;
	}
	.hero__slider.owl-carousel .owl-nav button.owl-next {
		right: 15px;
	}
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {


	.hero__text .hero__social {
		right: 80px;
	}
	.slide-num {
		left: 70px;
	}
	.slider__progress {
		left: 106px;
	}
	.canvas__open {
		display: block;
		font-size: 22px;
		color: #ffffff;
		height: 35px;
		width: 35px;
		line-height: 35px;
		text-align: center;
		border: 1px solid #ffffff;
		border-radius: 2px;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 34px;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.7);
		content: "";
		z-index: 98;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		visibility: hidden;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		width: 300px;
		height: 100%;
		background: #111111;
		padding: 50px 20px 30px 30px;
		display: block;
		z-index: 99;
		overflow-y: auto;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		opacity: 0;
	}
	.offcanvas-menu-wrapper.active {
		opacity: 1;
		left: 0;
	}
	.offcanvas__logo {
		margin-bottom: 30px;
	}
	.offcanvas__logo a {
		display: inline-block;
	}
	.slicknav_btn {
		display: none;
	}
	.slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 30px;
	}
	.slicknav_nav ul {
		margin: 0;
	}
	.slicknav_nav li{list-style:none; padding: 5px 0;}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 13px 0;
		margin: 0;
		color: #fff;
		font-weight: 600;
		font-size: 18px;
	}
	.slicknav_nav .dropdown {padding:10px 0}
	.slicknav_nav .dropdown li {
	 background:#1f1f1f; list-style:none; padding:3px 20px
	}

	.slicknav_nav .dropdown a{
		font-weight: 600;
		font-size: 16px;
		padding: 5px 0;
	}
	.slicknav_nav .slicknav_arrow {
		color: #ffffff;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #ffffff;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #ffffff;
	}
	.slicknav_nav {
		display: block !important;
	}
	.offcanvas__widget span {
		font-size: 14px;		
		color: #b7b7b7;
		margin-bottom: 10px;
		
	}
	.offcanvas__widget .lang_select {
	 margin-bottom:20px;
	}
	.offcanvas__widget .lang_select a{
	color: #ffffff;
	}

	.offcanvas__widget h4 a{
		font-size: 22px;
		color: #dfa667;
		font-weight: 700;
		font-family:  "맑은 고딕", "Malgun Gothic" , "Apple Gothic", "돋움", Dotum, "굴림", Gulim, sans-serif;
	}
	.header__menu {
		display: none;
	}
	.header__widget {
		display: none;
	}
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {




.copyright ul li {

	float:left;
	width:100%;
	
}



	.hero__text h2 {
		font-size: 34px;
		line-height: 45px;
	}
	.hero__items {
		height: 600px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 40px;
	}

	
	.canvas__open {
		display: block;
		font-size: 22px;
		color: #ffffff;
		height: 35px;
		width: 35px;
		line-height: 35px;
		text-align: center;
		border: 1px solid #ffffff;
		border-radius: 2px;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 34px;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.7);
		content: "";
		z-index: 98;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		visibility: hidden;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		width: 300px;
		height: 100%;
		background: #111111;
		padding: 50px 20px 30px 30px;
		display: block;
		z-index: 99;
		overflow-y: auto;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		opacity: 0;
	}
	.offcanvas-menu-wrapper.active {
		opacity: 1;
		left: 0;
	}
	.offcanvas__logo {
		margin-bottom: 30px;
	}
	.offcanvas__logo a {
		display: inline-block;
	}




	.slicknav_btn {
		display: none;
	}
	.slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 30px;
	}
	.slicknav_nav ul {
		margin: 0;
	}
	.slicknav_nav li{list-style:none; padding: 5px 0;}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 13px 0;
		margin: 0;
		color: #fff;
		font-weight: 600;
		font-size: 18px;
	}
	.slicknav_nav .dropdown {padding:10px 0}
	.slicknav_nav .dropdown li {
	 background:#1f1f1f; list-style:none; padding:3px 20px
	}

	.slicknav_nav .dropdown a{
		font-weight: 600;
		font-size: 16px;
		padding: 5px 0;
	}
	.slicknav_nav .slicknav_arrow {
		color: #ffffff;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #ffffff;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #ffffff;
	}
	.slicknav_nav {
		display: block !important;
	}
	.offcanvas__widget span {
		font-size: 14px;		
		color: #b7b7b7;
		display: block;
		margin-bottom: 10px;
		
	}
	.offcanvas__widget h4 a{
		font-size: 22px;
		color: #dfa667;
		font-weight: 700;
		font-family:  "맑은 고딕", "Malgun Gothic" , "Apple Gothic", "돋움", Dotum, "굴림", Gulim, sans-serif;
	}
	.header__menu {
		display: none;
	}
	.header__widget {
		display: none;
	}

	.hero__slider.owl-carousel .owl-nav button {
		left: 0;
	}
	.hero__slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	.hero__text h2 {
		font-size: 46px;
		line-height: 58px;
	}
	.hero__text .hero__social {
		right: 0;
		left: 0;
		margin: 0 auto;
		bottom: 100px;
	}
	.slide-num {
		bottom: 25px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.slider__progress {
		left: 0;
		bottom: 35px;
		right: 0;
		margin: 0 auto;
	}
	.hero__text .more_btn {
		bottom: 62px;
	}


	.footer__top__text {
		margin-bottom: 35px;
	}
	.copyright__text {
		text-align: center;
		margin-bottom: 0px;
	}


	.copyright__logo { 
		text-align: center;
		margin-bottom: 20px;
	}


  .Information_area {
    padding: 100px 0;
  }

  .Information_area .info_text h3 {
    font-size: 30px;
  }

.Information_area .info_text h4 {
  font-size: 20px;


.default-page {
	padding-top: 60px;
	padding-bottom: 60px;
}


.sub-img__text h2 {
	font-size: 35px;
}



}

@media only screen and (max-width: 575px) {


}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {

	.hero__text h2 {
		font-size: 28px;
		line-height: 42px;
	}
	.hero__items {
		height: 610px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 40px;
	}


	.section-title h2 {
		font-size: 28px;
		line-height: 1;
	}

}