/**
	Wizard - Portfolio HTML Template
 	Copyright (c) 2015, Pophonic 

	Author: Pophonic
	Profile: themeforest.net/user/pophonic
	
**/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Body and main container
2.0 Page loader
3.0 Elements
	3.1 Heading
	3.2 Divider
	3.3 Button
	3.4 Circle Button
	3.5 Blockquote
	3.6 Drop cap
	3.7 Progress bar
4.0 Sidebar navigation
	4.1 Burger menu
	4.2 Close menu
	4.3 Navigation menu
	4.4 Navigation menu Light version
5.0 Fullpage panel settings
	5.1 Top social media
	5.2 Block title
	5.3 Block title dark version
	5.4 Home full carousel
	5.5 Home box carousel
	5.6 More items link
6.0 Slide image panel
	6.1 Slider caption
	6.2 Custom navigation
7.0 Video background panel
8.0 Home about us panel
9.0 Home services panel style 1
10.0 Home services panel style 2
11.0 Home services panel style 3
12.0 Home content block panel style 1
13.0 Home content block panel style 2
14.0 Home content block panel style 3
15.0 Home portfolio panel style 1
16.0 Home portfolio panel style 2
17.0 Home portfolio panel style 3
18.0 Home blog panel
	18.1 Blog meta
19.0 Team panel
20.0 Home clients panel
21.0 Home contact us panel
22.0 Submit Form
23.0 Footer Panel
24.0 Single page CSS
	24.1 Single page team section
	24.2 Single page pagination
25.0 Featured area
26.0 Single post meta
	26.1 Portfolio post meta
	26.2 Blog post meta
27.0 Portfolio and blog post social media on title
28.0 Portfolio page
29.0 Blog page
30.0 Blog single page
	30.1 Share this
	30.2 Post pagination
	30.3 About author
	30.4 Related post
	30.5 Post comment
31.0 Page with sidebar
32.0 Sidebar widget
	32.1 Widget recent post
	32.2 Widget categories
	32.3 Widget gallery
	32.4 Widget tag cloud
33.0 Fit image to DIV
34.0 Paper ripple effect
35.0 Thumbnail hover
36.0 Animation settings
37.0 Media queries for responsive design
--------------------------------------------------------------*/


/********************************************
1.0 Body and main container
*********************************************/

body {
	font-family: 'NanumSquare', sans-serif !important;
	font-size: 14px;
	line-height: 1.571428;
	color: #666;
	background-color: #ffffff;
	word-break: keep-all;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
}

.container-wrapper {
	height: 100%;
	overflow: hidden;
    overflow-y: auto;
}

.inner-wrapper {
	padding: 0 15px;
}

.box {
	margin: 0 0 30px;
}

.nopadding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.addpadding {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
input:focus {
	box-shadow: none!important;
	border: 1px solid #976d4b !important;
}
textarea:focus{
	box-shadow: none!important;
	border: 1px solid #976d4b !important;
}

a {text-decoration:none; font-weight:800; color:#000;}
a:link {color:#000; font-weight:800; text-decoration:none;}
a:visited {color:#000; font-weight:800; text-decoration:underline;}
a:active {color:#976d4b; font-weight:800; text-decoration:underline;}
a:hover {color:#976d4b; font-weight:800; text-decoration:underline;}
a:focus {color:#976d4b!important; font-weight:800; text-decoration:underline;}


/********************************************
2.0 Page loader
*********************************************/
.loader-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
	z-index: 99999;
}

.loader {
	margin: auto;
	margin-top: -30px;
	top: 50%;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 0.5em solid rgba(0, 0, 0, 0.1);
	border-right: 0.5em solid rgba(0, 0, 0, 0.1);
	border-bottom: 0.5em solid rgba(0, 0, 0, 0.1);
	border-left: 0.5em solid #00acc1;
	-webkit-animation: pageLoader 1.1s infinite linear;
	animation: pageLoader 1.1s infinite linear;
}

.loader, .loader:after {
	border-radius: 50%;
	width: 6em;
	height: 6em;
}

@-webkit-keyframes pageLoader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes pageLoader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/********************************************
3.0 Elements
*********************************************/
p {
	margin: 0 0 1.5em;
}

.font-number {
	font-family: 'NanumSquare', sans-serif;
}

.post-image img {
	width: 100%;
	height: auto;
}

.video-wrapper iframe {
	border: none;
}


/********************************************
3.1 Heading
*********************************************/
h1 {
	font-size: 3.42em;
	-webkit-margin-before: 0.4em;
	-webkit-margin-after: 0.4em;
}

h2 {
	font-size: 2.57em;
	-webkit-margin-before: 0.53em;
	-webkit-margin-after: 0.53em;
}

h3 {
	font-size: 2em;
	-webkit-margin-before: 0.69em;
	-webkit-margin-after: 0.69em;
}

h4 {
	font-size: 1.5em;
	-webkit-margin-before: 0.95em;
	-webkit-margin-after: 0.95em;
}

h5 {
	font-size: 1.17em;
	-webkit-margin-before: 1.2em;
	-webkit-margin-after: 1.2em;
}

h6 {
	font-size: 1em;
	-webkit-margin-before: 1.33em;
	-webkit-margin-after: 1.33em;
}


/********************************************
3.2 Divider
*********************************************/
.divider1,
.divider2,
.divider3 {
	position: relative;
	width: 100%;
	height: 1px;
	margin: 40px 0;
	background-color: rgba(224,224,224,1);
}

.divider2:before,
.divider3:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 40px;
	height: 1px;
	background-color: rgba(71,71,71,1);
}

.divider3:before {
	width: 80px;
}


/********************************************
3.3 Button
*********************************************/
.element-button > div {
	margin: 10px 10px 10px 0;
}

.element-button.circle-button > div {
	margin: 10px 15px 10px 0;
}

.center {
	text-align: center;
}

.button {
	display: inline-block;
	position: relative;
	width: auto;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	overflow: hidden;
}

.button a {
	display: block;
	width: 100%;
	padding: 0 30px;
	color: #fff;
}

.button a:hover,
.button a:focus {
	text-decoration: none;
}

.button.white {
	background-color: #fff;
}

.button.white a {
	color: #676767;
}

.button.grey {
	background-color: #e0e0e0;
}

.button.blue {
	background-color: #00acc1;
}

.button.green {
	background-color: #00e676;
}

.button.yellow {
	background-color: #ffee58;
}

.button.orange {
	background-color: #f9a825;
}

.button.red {
	background-color: #e53935;
}

.button.dark-grey {
	background-color: #474747;
}

.button.raised {
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	transition-delay: 0.2s;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.button.raised:hover {
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
	transition-delay: 0s;
}

.button.small {
	height: 35px;
	line-height: 37px;
	border-radius: 4px;
	font-size: 0.85em;
}

.button.small a {
	padding: 0 20px;
}

.button.raised.small:hover {
	box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.2);
}

.button.raised.icon a {
	padding: 0 30px 0 75px;
}

.button.raised.small.icon a {
	padding: 0 20px 0 50px;
}

.button i {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
}

.button.small i {
	width: 35px;
	font-size: 18px;
	line-height: 35px;
}

.button.raised.icon > div:before,
.button.raised.icon > div:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 51px;
	width: 1px;
	background-color: #e0e0e0;
}

.button.raised.small.icon > div:before,
.button.raised.small.icon > div:after {
	left: 35px;
}

.button.raised.icon > div:after {
	left: 52px;
	background-color: #fff;
}

.button.raised.small.icon > div:after {
	left: 36px;
}

.button.raised.icon.grey > div:before {
	background-color: #bdbdbd;
}

.button.raised.icon.grey > div:after {
	background-color: #f7f7f7;
}

.button.raised.icon.blue > div:before {
	background-color: #00838f;
}

.button.raised.icon.blue > div:after {
	background-color: #4dd0e1;
}

.button.raised.icon.green > div:before {
	background-color: #00c853;
}

.button.raised.icon.green > div:after {
	background-color: #6cf6b3;
}

.button.raised.icon.yellow > div:before {
	background-color: #fdd835;
}

.button.raised.icon.yellow > div:after {
	background-color: #fff7b0;
}

.button.raised.icon.orange > div:before {
	background-color: #f57f17;
}

.button.raised.icon.orange > div:after {
	background-color: #fbc43b;
}

.button.raised.icon.red > div:before {
	background-color: #c62828;
}

.button.raised.icon.red > div:after {
	background-color: #f57f17;
}

.button.raised.icon.dark-grey > div:before {
	background-color: #212121;
}

.button.raised.icon.dark-grey > div:after {
	background-color: #777777;
}


/********************************************
3.4 Circle Button
*********************************************/
.fab {
	position: absolute;
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	transition-delay: 0.2s;
	/*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);*/
	cursor: pointer;
	margin-top:-63px;
	right: 25px;
}
.fab a {
	color: #fff;
	display: block;
    height: 56px;
}
.fab a:hover {
	text-decoration: none;
}
.fab i {
	font-size: 17px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #181818;
}
.fab.white {
	background-color: #fff;
}
.fab.white a {
	color: #676767;
}
.fab.grey {
	background-color: #e0e0e0;
}
.fab.light-blue {
	background-color: #4dd0e1;
}
.fab.blue {
	background-color: #00acc1;
}
.fab.green {
	background-color: #fff;
}
.fab.yellow {
	background-color: #ffee58;
}
.fab.orange {
	background-color: #f9a825;
}
.fab.red {
	background-color: #e53935;
}
.fab.dark-grey {
	background-color: #474747;
}
/*
.fab:hover {
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
	transition-delay: 0s;
}
*/
.fab svg {
	border-radius: 50%;
	overflow: hidden;
}


/********************************************
3.5 Blockquote
*********************************************/
blockquote {
	font-size: 1.71em;
	color: #474747;
	line-height: 1.3636em;
	background-color: #f7f7f7;
	margin-left: 0;
	margin-right: 0;
	padding: 28px 30px;
	border-left: #00acc1 solid 5px;
}

blockquote.blockquote2 {
	position: relative;
	background-color: transparent;
	border-left: none;
	padding: 28px 30px 28px 48px;
}

blockquote.blockquote2 > span:before {
	position: absolute;
	top: 0;
	margin: 8px 0 0 -48px;
	font-family: FontAwesome;
	content: '\f10d';
	font-size: 32px;
	color: #bdbdbd;
}

blockquote.blockquote2.quoteLight > span:before {
	color: #fff !important;
}

blockquote.blockquote2 > span ~ span:before {
	content: '';
}


/********************************************
3.6 Drop cap
*********************************************/
.dropcap {
	float: left;
	color: #dfdfdf;
	font-size: 5.1428em;
	line-height: 0.82em;
	padding: 0 18px 0 0;
}


/********************************************
3.7 Progress bar
*********************************************/
.progress {
	height: 34px;
	margin-bottom: 25px;
	background-color: #f6f6f6;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.progress-bar {
	font-size: 12px;
	font-weight: 500;
	line-height: 34px;
	background-color: #00acc1;
	text-align: right;
	text-transform: uppercase;
	-webkit-box-shadow: none;
	box-shadow: none;
	
	-webkit-transition: width 2.50s ease !important;
	-moz-transition: width 2.50s ease !important;
	-o-transition: width 2.50s ease !important;
	transition: width 2.50s ease !important;
}

.progress-title {
	float: left;
	padding: 0 0 0 15px;
	opacity: 0;
	
	-webkit-transition: opacity 0.5s ease !important;
	-moz-transition: opacity 0.5s ease !important;
	-o-transition: opacity 0.5s ease !important;
	transition: opacity 0.5s ease !important;
	
	-webkit-transition-delay: 0.5s !important;
	-moz-transition-delay: 0.5s !important;
	-o-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
}

.progress-percentage {
	padding: 0 15px 0 0;
}


/********************************************
4.0 Sidebar navigation
*********************************************/
#main-menu {
	display: none;
}

#main-menu .nav-open {
	position: fixed;
	top: 5px !important;
	height: 48px !important;
	width: 57px;
	z-index: 9999;
}

#main-menu.left .nav-open {
	left: 5px !important;
	right: inherit !important;
}

#main-menu.right .nav-open {
	left: inherit !important;
	right: 3px !important;
}


/********************************************
4.1 Burger menu
*********************************************/
#main-menu.left .burger-wrap {
	margin: 10px 0 0 10px;
}

#main-menu.right .burger-wrap {
	margin: 10px 10px 0 0;
}

.menu-burger {
	width: 40px;
	height: 22px;
	overflow: hidden;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

.menu-burger:hover {
	height: 38px;
	margin-top: -8px;
	-webkit-transition:all 0.3s linear;
	-webkit-transform: rotate(360deg);
	-moz-transition:all 0.3s linear;
	-moz-transform: rotate(360deg);
	-ms-transition:all 0.3s linear;
	-ms-transform: rotate(360deg);
	transition:all 0.3s linear;
	transform: rotate(360deg);
	cursor: pointer;
}

.menu-burger .menu1 {
	width: 40px;
	height: 4px;
	margin-bottom: 5px;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
	background-color: #dbdbdb;
}

.menu-burger:hover .menu1 {
	-webkit-transition:all 0.3s linear;
	-webkit-transform: rotate(-45deg);
	-moz-transition:all 0.3s linear;
	-moz-transform: rotate(-45deg);
	-ms-transition:all 0.3s linear;
	-ms-transform: rotate(-45deg);
	transition:all 0.3s linear;
	transform: rotate(-45deg);
	width: 25px;
	margin-left: -2px;
	margin-top: 8px;
	margin-bottom: 5px;
}

.menu-burger .menu2 {
	width: 40px;
	height: 4px;
	background-color: #fff;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
	background-color: #dbdbdb;
}

.menu-burger:hover .menu2 {
	border-radius: 4px;
}

.menu-burger .menu3 {
	width: 40px;
	height: 4px;
	margin-top: 5px;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
	background-color: #dbdbdb;
}

.menu-burger:hover .menu3 {
	-webkit-transition:all 0.3s linear;
	-webkit-transform: rotate(45deg);
	-moz-transition:all 0.3s linear;
	-moz-transform: rotate(45deg);
	-ms-transition:all 0.3s linear;
	-ms-transform: rotate(45deg);
	transition:all 0.3s linear;
	transform: rotate(45deg);
	width: 25px;
	margin-left: -2px;
	margin-top: 5px;
}

#main-menu.right .menu-burger:hover .menu1 {
	-webkit-transition:all 0.3s linear;
	-webkit-transform: rotate(45deg);
	-moz-transition:all 0.3s linear;
	-moz-transform: rotate(45deg);
	-ms-transition:all 0.3s linear;
	-ms-transform: rotate(45deg);
	transition:all 0.3s linear;
	transform: rotate(45deg);
	margin-left: 17px;
}

#main-menu.right .menu-burger:hover .menu3 {
	-webkit-transition:all 0.3s linear;
	-webkit-transform: rotate(-45deg);
	-moz-transition:all 0.3s linear;
	-moz-transform: rotate(-45deg);
	-ms-transition:all 0.3s linear;
	-ms-transform: rotate(-45deg);
	transition:all 0.3s linear;
	transform: rotate(-45deg);
	margin-left: 17px;
}

/* ===== Dark Burger ===== */
.nav-open .midnightHeader.default .menu-burger .menu1,
.nav-open .midnightHeader.default .menu-burger .menu2,
.nav-open .midnightHeader.default .menu-burger .menu3 {

}

.nav-open .midnightHeader.darkColor .menu-burger .menu1,
.nav-open .midnightHeader.darkColor .menu-burger .menu2,
.nav-open .midnightHeader.darkColor .menu-burger .menu3 {
	background-color: #474747;
}


/********************************************
4.2 Close menu
*********************************************/
#main-menu .nav-close {
	position: absolute;
	top: 0;
	left: 0;
}

#main-menu.right .nav-close {
	left: inherit;
	right: 0;
}
.nav_close_home{
	position: relative;
	right: 50px;
	bottom: 23px;
	color: #bdbdbd;
	font-weight: bold;
}
.menu-close {
	height: 30px;
	margin: 20px 0 0 20px;
	overflow: hidden;
}

#main-menu.right .menu-close {
	margin: 32px 32px 0 0;
}

.menu-close .menu1 {
	width: 25px;
	height: 4px;
	margin-top: 13px;
	background-color: #bdbdbd;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.menu-close .menu2 {
	width: 25px;
	height: 4px;
	margin-top: -4px;
	background-color: #bdbdbd;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

/*
.menu-close:hover .menu1,
.menu-close:hover .menu2 {
	background-color: #fff;
}
*/

/********************************************
4.3 Navigation menu
*********************************************/
#main-menu .sidebar-nav {

    position: fixed;
	width: 255px;
    background: #fff;
	z-index: 99999;
}

#main-menu.left .sidebar-nav {
    top: 0;
    left: 0;
    bottom: 0;
}

#main-menu.right .sidebar-nav {
    top: 0;
    right: 0;
    bottom: 0;
}

.nav-inner-wrap {
	position: relative;
	height: 100vh;
	overflow: hidden;
    overflow-y: auto;
}

/* ===== Logo ===== */
.logo {
	height: 175px;
	padding: 30px;
	text-align: center;
}

.logo a img {
	max-width: 100%;
	height: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* ===== Navigation Menu ===== */
#main-menu .nav-menu {
	list-style: none;
	padding: 0;
}

#main-menu .nav-menu li {
	position: relative;
	/*border-top: #303030 solid 1px; */
}

#main-menu .nav-menu li:last-child {
	/*border-bottom: #303030 solid 1px;*/
}

#main-menu .nav-menu li a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 32px;
	
	-webkit-transition: color 0.65s ease-in-out;
	-moz-transition: color 0.65s ease-in-out;
	-ms-transition: color 0.65s ease-in-out;
	transition: color 0.65s ease-in-out;
}

#main-menu .nav-menu li:hover a {
	text-decoration: line-through;
	font-weight: bold;
}
#main-menu .nav-menu li a:active{

}
#main-menu .nav-menu li span {
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #404040;
	cursor: pointer;
	
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

#main-menu .nav-menu li:hover span {
	background-color: #606060;
}

#main-menu .nav-menu li span:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 50%;
	width: 14px;
	height: 2px;
	margin-top: -1px;
	margin-right: -7px;
	background-color: #878787;
	
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

#main-menu .nav-menu li span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 50%;
	width: 14px;
	height: 2px;
	margin-top: -1px;
	margin-right: -7px;
	background-color: #878787;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

#main-menu .nav-menu li:hover span:before,
#main-menu .nav-menu li:hover span:after {
	background-color: #fff;
}

#main-menu .nav-menu li:after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 0;
	width: 0;
	/*background-color: #404040;*/
	z-index: -1;
	
	-webkit-transition: width 0.5s ease-in-out;
	-moz-transition: width 0.5s ease-in-out;
	-ms-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
}

#main-menu .nav-menu li:hover:after {
	width: 100%;
}

.dropdown-menu > a {
	padding: 10px 60px 10px 30px !important;
}

.dropdown-menu ul {
	list-style: none;
	padding-left: 20px;
	border-top: #303030 solid 1px;
	background-color: #1b1b1b;
}

.dropdown-menu ul li:first-child {
	border-top: none !important;
}

.dropdown-menu ul li:last-child {
	border-bottom: none !important;
}

.dropdown-menu ul li a {
	text-transform: capitalize !important;
	
	-webkit-transition: color 0.3s ease-in-out !important;
	-moz-transition: color 0.3s ease-in-out !important;
	-ms-transition: color 0.3s ease-in-out !important;
	transition: color 0.3s ease-in-out !important;
}

.dropdown-menu ul li,
.dropdown-menu ul ul {
	border-top: #303030 solid 1px !important;
}

.dropdown-menu ul ul ul {
	padding: 0;
}

.dropdown-menu:hover ul li a,
.dropdown-menu.active ul li a {
	color: #878787 !important;
}

.dropdown-menu > ul > li:hover > a {
	color: #fff !important;
}

.dropdown-menu:hover ul li span {
	background-color: #404040 !important;
}

.dropdown-menu > ul > li:hover > span {
	background-color: #606060 !important;
}

.dropdown-menu:hover ul li span:before,
.dropdown-menu:hover ul li span:after {
	background-color: #878787 !important;
}

.dropdown-menu > ul > li:hover > span:before,
.dropdown-menu > ul > li:hover > span:after {
	background-color: #fff !important;
}

#main-menu .nav-menu li.active a {
	color: #000;
	font-weight: bold;
	text-decoration: line-through;
}

#main-menu .nav-menu li.active:after {
	width: 100%;
}

#main-menu .nav-menu li.active > span {
	background-color: #606060 !important;
}

#main-menu .nav-menu li.active > span:before,
#main-menu .nav-menu li.active > span:after {
	background-color: #fff !important;
}


/********************************************
4.4 Navigation menu Light version
*********************************************/
#main-menu.light .sidebar-nav {
    background: #fff;
}

#main-menu.light .menu-close .menu1,
#main-menu.light .menu-close .menu2 {
	background-color: #e7e7e7;
}

#main-menu.light .menu-close:hover .menu1,
#main-menu.light .menu-close:hover .menu2 {
	background-color: #474747;
}

#main-menu.light .nav-menu li a {
	color: #474747;
}

#main-menu.light .nav-menu li:hover a {
	color: #00acc1;
}

#main-menu.light .nav-menu li span {
	background-color: #f0f0f0;
}

#main-menu.light .nav-menu li:hover span {
	background-color: #e0e0e0;
}

#main-menu.light .nav-menu li span:before,
#main-menu.light .nav-menu li span:after {
	background-color: #b7b7b7;
}

#main-menu.light .nav-menu li:hover span:before,
#main-menu.light .nav-menu li:hover span:after {
	background-color: #00acc1;
}

#main-menu.light .nav-menu li:after {
	background-color: #f0f0f0;
}

#main-menu.light .nav-menu li {
	border-top: #e7e7e7 solid 1px;
}

#main-menu.light .nav-menu li:last-child {
	border-bottom: #e7e7e7 solid 1px;
}

#main-menu.light .dropdown-menu ul {
	border-top: #e7e7e7 solid 1px;
	background-color: #fff;
}

#main-menu.light .dropdown-menu ul li,
#main-menu.light .dropdown-menu ul ul {
	border-top: #e7e7e7 solid 1px !important;
}

#main-menu.light .dropdown-menu ul li:first-child {
	border-top: none !important;
}

#main-menu.light .dropdown-menu:hover ul li a,
#main-menu.light .dropdown-menu.active ul li a {
	color: #474747 !important;
}

#main-menu.light .dropdown-menu > ul > li:hover > a {
	color: #00acc1 !important;
}

#main-menu.light .dropdown-menu:hover ul li span {
	background-color: #f0f0f0 !important;
}

#main-menu.light .dropdown-menu > ul > li:hover > span {
	background-color: #e0e0e0 !important;
}

#main-menu.light .dropdown-menu:hover ul li span:before,
#main-menu.light .dropdown-menu:hover ul li span:after {
	background-color: #b7b7b7 !important;
}

#main-menu.light .dropdown-menu > ul > li:hover > span:before,
#main-menu.light .dropdown-menu > ul > li:hover > span:after {
	background-color: #00acc1 !important;
}

#main-menu.light .nav-menu li.active a {
	color: #00acc1;
}

#main-menu.light .nav-menu li.active > span {
	background-color: #e0e0e0 !important;
}

#main-menu.light .nav-menu li.active > span:before,
#main-menu.light .nav-menu li.active > span:after {
	background-color: #00acc1 !important;
}


/********************************************
5.0 Fullpage panel settings
*********************************************/
#fullpage.normalScroll {
    overflow: hidden;
}

#fullpage .section,
#fullpage .section .slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	/*min-height: 100vh;*/
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
}

.mouse-scroll {
	position: absolute;
	bottom: 30px;
	z-index: 5;
	
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.vertical-top .fp-tableCell {
	vertical-align: top;
}

.fp-tableCell .slimScrollBar,
.fp-tableCell .slimScrollRail {
	width: 7px !important;
}


/********************************************
5.1 Top social media
*********************************************/
.social-media {
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 5;
}

.social-media ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.social-media ul li {
	width: 44px;
	height: 44px;
	float: left;
}

.social-media ul li a {
	display: block;
	font-size: 17px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	border-radius: 2px;
	background-color: transparent;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-media ul li a:hover {
	/*color: #474747;
	background-color: #fff;*/
}


/********************************************
5.2 Block title
*********************************************/
.block-title {
	position: relative;
	display: table;
	width: 100%;
	margin: 48px 0px;
	overflow: hidden;
	z-index: 2;
}

.block-title h1 {
	display: table-cell;
	margin: 0;
	font-size: 2.1428em;
	font-weight: 800;
	text-transform: uppercase;
	color: #474747;
	line-height: 1.2em;
	padding: 0 10px;
	white-space: nowrap;
}

.line-before,
.line-after {
	position: relative;
	display: table-cell;
}

.line-before:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 7px;
	background-color: rgba(224,224,224,1);
}

.line-before:after {
	position: absolute;
	content: '';
	width: 30px;
	height: 1px;
	right: 0;
	bottom: 7px;
	background-color: rgba(71,71,71,1);
}

.line-after:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 7px;
	background-color: rgba(224,224,224,1);
}

.line-after:after {
	position: absolute;
	content: '';
	width: 30px;
	height: 1px;
	left: 0;
	bottom: 7px;
	background-color: rgba(71,71,71,1);
}


/********************************************
5.3 Block title dark version
*********************************************/
.dark .block-title h1 {
	color: #fff;
}

.dark .line-before:before,
.dark .line-after:before {
	background-color: rgba(255,255,255,0.4);
}

.dark .line-before:after,
.dark .line-after:after {
	background-color: rgba(255,255,255,1);
}


/********************************************
5.4 Home full carousel
*********************************************/
.full-carousel-wrapper.owl-theme .owl-controls {
	margin-top: 0;
}

.full-carousel-wrapper .carousel-item {
	min-height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.full-carousel-wrapper .carousel-inner {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	z-index: 2;
}

.carousel-block-title h1 {
	font-size: 2.5714em;
	font-weight: 800;
	color: #474747;
	text-transform: uppercase;
	line-height: 1.2em;
	padding: 0 30px;
	margin: 0;
}

.carousel-block-title div {
	position: relative;
	width: 10px;
	height: 10px;
	top: 28px;
	left: 50%;
	margin-left: -5px;
	border-radius: 50%;
	background-color: rgba(33,33,33,0.5);
}

.carousel-block-title div:before,
.carousel-block-title div:after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	top: 0;
	border-radius: 50%;
	background-color: rgba(33,33,33,0.5);
}

.dark .carousel-block-title h1 {
	color: #fff;
}

.dark .carousel-block-title div,
.dark .carousel-block-title div:before,
.dark .carousel-block-title div:after {
	background-color: rgba(255,255,255,0.5);
}

.carousel-block-title div:before {
	left: 0;
	margin-left: -20px;
}

.carousel-block-title div:after {
	right: 0;
	margin-right: -20px;
}

.carousel-nav {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.carousel-nav .btn {
	width: 47px;
	height: 47px;
	text-align: center;
	background-color: #212121;
	font-size: 18px;
	line-height: 47px;
	color: #a7a7a7;
	cursor: pointer;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.carousel-nav .btn:hover {
	color: #fff;
	background-color: #474747;
}

.carousel-nav .btn.prev {
	float: left;
}

.carousel-nav .btn.next {
	float: right;
}


/********************************************
5.5 Home box carousel
*********************************************/
.box-carousel-wrapper {
	margin-bottom: 20px;
}

.box-carousel-wrapper .carousel-item {
	padding: 0px 0px 0px 0px;
}

.box-carousel-wrapper .carousel-inner {
	margin-bottom: 20px;
	background-color: rgba(255,255,255,0.9);

    /* main 복리후생 그림자
	-webkit-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.3);
	 */
}
.fa-plus::before{
    color: #666;
}
.box-carousel-wrapper .carousel-item figure {
	overflow: hidden;
}

.box-carousel-wrapper .carousel-item figure img {
	width: 100%;
	height: auto;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.box-carousel-wrapper .carousel-item:hover figure img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.box-carousel-wrapper .content-block-detail {
	position: relative;
	padding: 30px;
}

.box-carousel-wrapper .content-block-detail .fab {
	position: absolute;
	top: 0;
	right: 25px;
	margin-top: -28px;
}

.box-carousel-wrapper .content-block-detail h3 {
	position: relative;
	font-size: 32px;
	font-weight: 700;
	color: #474747;
	line-height: 1.3em;
	margin: 0 0 20px 0;
	padding: 17px 0 18px 0;
	border-bottom: rgba(215,215,215,1) solid 1px;
}

.box-carousel-wrapper .content-block-detail h3:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	margin-bottom: -1px;
	width: 50px;
	height: 1px;
	background-color: rgba(71,71,71,1);
}


/********************************************
5.6 More items link
*********************************************/
.more-item-link {
	width: 100%;
	height: 61px;
	left: 0;
	bottom: 0;
	text-align: center;
	padding: 21px 20px;
	background-color: rgba(33,33,33,0.5);
	z-index: 2;
}

.more-item-link a {
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.more-item-link a:hover {
	text-decoration: none;
	color: #4dd0e1;
}


/********************************************
6.0 Slide image panel
*********************************************/
.slider-panel-wrapper .slides li {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;

}

.flex-caption {
	position: relative;
	margin: 0 auto;
	width: 70%;
	z-index: 2;
	top: 36%;


	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
	-webkit-animation: slideIn;
	-moz-animation: slideIn;
	-o-animation: slideIn;
	animation: slideIn;
	
	-webkit-animation-duration: 1.6s;
	-moz-animation-duration: 1.6s;
	-o-animation-duration: 1.6s;
	animation-duration: 1.6s;
}

/* Alternate Caption CSS */
@-webkit-keyframes slideIn { 0% { margin-top: -80px; opacity: 0; }
  100% { margin-top: 0px; opacity: 1; } }

@-moz-keyframes slideIn { 0% { margin-top: -80px; opacity: 0; }
  100% { margin-top: 0px; opacity: 1; } }

@-o-keyframes slideIn { 0% { margin-top: -80px; opacity: 0; }
  100% { margin-top: 0px; opacity: 1; } }

@keyframes slideIn { 0% { margin-top: -80px; opacity: 0; }
  100% { margin-top: 0px; opacity: 1; } }
  

/********************************************
6.1 Slider caption
*********************************************/
.slide-extralarge-title {
	font-size: 3.2vw;
	font-weight: normal;
	color: #fff;
	text-align: left;
	text-transform: none;
	margin: 0;


}

.slide-large-title {
	font-size: 3.5vw;
	font-weight: 700;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	line-height: 4vw;
	margin: 0;
	margin-bottom: 2.2vw;
}

.slide-small-title {
	font-size: 2.3rem;
	font-weight: 700;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	line-height: 2.3rem;
	margin: 0;
	margin-bottom: 2.1vw;
}

.slide-description-large {
	font-size: 1.7rem;
	font-weight: 400;
	color: #fff;
	text-align: left;
	line-height: 1.7rem;
	margin: 0;
	margin-bottom: 2.1vw;
}

.slide-description-small {
	font-size: 1.2vw;
	font-weight: normal;
	color: #fff;
	text-align: left;
	line-height: 1.5;
	margin: 0;

}

.slide-layer-object {
	width: 11vw;
	max-width: 100%;
	margin: auto;
	margin-bottom: 3.05vw;
	text-align: center;
}

.slide-layer-object img {
	width: 100%;
	height: auto;
}


/********************************************
6.2 Custom navigation
*********************************************/
.nav_social_group{
	display: inline-flex;
	bottom: 35px;
}
.facebook_hover:hover{

}

/**********************************

미디어 쿼리 부분 입니다 -환-

**********************************/
@media (min-width: 2000px) {

	.index_job_border{
		margin-bottom: 5px;
	}

	.box-carousel-wrapper .content-block-detail h3 {
		font-size: 1vw !important;
	}
	.flex-caption{
		top: 35% !important;
	}
	.index_career_border{
		width: 28px !important;
	}
	.index_job_list_box{
		height: 1018px!important;
	}
	.main_title_head{
		font-size:5.8vw!important;
	}
	.about_video_box{
		height: 788px!important;
	}
	.about_service_box div{
		padding: 25px 0!important;
	}
	.about_sub_box{
		padding: 331px 0!important;
	}
	.about_maple_box{
		height: 40.2vw!important;
	}
	.about_maple_bus{
		left: 21%!important;
		top: 31.5%!important;
	}
	.about_pyun_box{
		padding: 331px 0 !important;
	}
	.about_missyoon_pyunkang{
		/*padding:330px 0!important;*/
	}
	/*.footer_text{
		width: 96.5%!important;
	}*/
	.index_footer_copy{
		font-size: 0.68vw!important;
	}
	.clients_detail_main{
		font-weight: 400!important;
		margin-bottom: -5px!important;
	}
	.clients_detail_main2{
		font-weight: 600!important;
	}
}
@media screen and (max-width: 1000px){
	.main_index_menu_text{
		display: none!important;
	}
}
@media screen and (max-width: 768px) {

	.header_contact_box{

		top: 70px!important;
		right: -35px!important;
	}
	.header_contact_box img{
		width: 60%;
	}
	.menu-burger .menu1 {
		width: 24px!important;
		height:2px!important;
		margin-bottom: 6px!important;

	}
	.menu-burger .menu2 {
		width: 24px!important;
		height:2px!important;
		margin-bottom: 6px!important;

	}
	.menu-burger .menu3 {
		width: 24px!important;
		height:2px!important;
		margin-bottom: 6px!important;

	}
	.social-media{
		top: 30px;
		left: 37px;
	}
	#main-menu.right .burger-wrap{
		margin: 16px 18px 0 16px;
	}
	.flex-caption{
		top: 30%;
	}
	.social-media ul li{
		width: 100%;
	}
	.index_video{

	}
	.video_caption{
		position: unset;
		margin-left: 50px!important;
	}
	.index_video_2{
		/*position: relative!important;*/
		height: 100vw!important;
		/*right: 150px!important;
		bottom: unset!important;
		width: 100vw!important;
		display: none!important;*/
	}
	.social-media ul li a img{
		width: 60%!important;
		position: relative;
		right: 42px;
		bottom: 6px;
	}
	.nav_social_group{
		position: absolute;
		bottom: 0px!important;
	}
	#main-menu .nav-menu li a{
		padding: 20px 40px;
		font-size: 20px;
	}

	.main_title_sub{
		font-size: 32px!important;
	}
	.index_port_title{
		font-size:25px!important;
		font-weight:800;
		margin-bottom: 5px;
	}
	.index_port_sub_title{
		font-size:25px !important;
		margin-top:0!important;
		margin-bottom: 20px!important;
		font-weight: 800!important;
	}
	.fab{
		bottom: 218px!important;
	}
	.index_business_title.index_mobile_none_title{
		display: none!important;
	}

	.index_block_box{
		padding: 35px 34px 70px 34px!important;
	}
	.index_youtube_box{
		width: 100% !important;
	}
	.index_port_main{
		width: 80px !important;
		font-size: 16px!important;
		padding-top: 70px!important;
	}
	.index_port_date{
		margin-bottom: 10px!important;
	}
	.index_job_border{
		width: 5% !important;
		margin-bottom: 2px;
	}
	.index_career_border{
		width: 5.5% !important;
		margin-bottom: 3px;
	}
	.slide-description-small{
		font-size: 4vw!important;
		line-height: 1.5;
		font-weight: normal;
		margin-bottom: 25px!important;
		margin-top: 0 !important;
	}
	.slide-extralarge-title{
		font-size: 6.8vw!important;
		line-height: 1.3;
		margin: 0;
	}
	.index_job_media_text{
		margin-bottom: 25px!important;
	}
	.main_title_head{
		font-size: 13vw !important;
	}
	.main_title_text{
		margin-top:20px !important;

	}
	.index_port_video_box {
		padding-top: 15px;
	}
	.flex-caption_worker{
		top: 67%;
		width: 90%;
		float: left;
		padding-left: 30px;
	}
	.slide-nav .slide-next i{
		margin: 27px 0 0 24px !important;
	}
	.slide-nav .slide-prev i {
		margin: 27px 0 0 18px !important;
	}
	.index_job_missyoon{
		font-weight: 800!important;
	}
	.index_port_btn_left{
		left: 5%!important;
	}
	.index_port_btn_right{
		right: 5%!important;
	}
	.index_job_name{
		display: block !important;
		font-size: 16px!important;
		font-weight: 800;
		margin-top: 5px!important;
	}
	.main_index_menu_text{
		display: none;
	}
	.fp-nav.right{
		display: none!important;
	}
	.index_port_btn_left{
		display: none;
	}
	.index_port_btn_right{
		display: none;
	}
	.box-carousel-wrapper .content-block-detail h3{
		font-size: 28px!important;
	}
	.content-block1 .container{
		padding: 60px 15px 0px 15px!important;
	}
	.index_worker_nav{
		top: 84%!important;
	}

	.slide-nav a i{
		color: #fff !important;
	}
	.index_worker_right{
		left: 60px!important;
	}
	.index_main_btn{
		display: none !important;
	}
	.index_port_text{
		padding: 25px 10px 65px 10px!important;
		font-size: 14px!important;
	}
	.index_business_title{
		font-size: 16px !important;
	}
	.index_business_title{
		padding-bottom: 7.5vw!important;
	}
	.item-list-description{
		font-size: 16px !important;
	}
	.box-carousel-wrapper .content-block-detail{
		padding: 35px 35px 60px 35px;
	}

	.job_main_border_box{
		width: 13px!important;
	}
	.content-block1 .container-fluid{
		width: 100%!important;
		padding: 70px 0 40px 0!important;
	}
	.item-list-description{
		margin-bottom: 0!important;
	}
	.footer_text{
		display: grid;
	}
	.footer_text span{
		text-align: center;
		padding-left: 0!important;
		font-size: 13px;
		padding-bottom: 5px;
	}
	.box-carousel-wrapper .carousel-item{
		margin: 0 auto;
	}
	.index_footer_social{
		text-align: center;
		position: relative;
		top: 22px;
	}
	.page-header,
	.page-footer{
		height: 260px!important;
	 }
	.footer_text:first-child {
		padding-top: 12vw!important;
	}
	.index_footer_copy{
		font-size: 13px !important;
		bottom: 53px!important;

	}
	.facebook_footer{
		width: 13.2% !important;
		opacity: 0.5;
	}
	.youtube_footer{
		width: 12%!important;
		opacity: 0.5;
	}
	.footer_company_down{
		color: #fff;
	}
	.footer_company_down:visited{
		color: #fff;
	}
	.about_main{
		font-size: 37px!important;
		background-position-x: 84%!important;
		padding: 129px 0!important;
		font-weight: 800!important;
		background-attachment: local!important;
	}
	.about_service_box div img{
		width: 45% !important;
	}
	.about_service_box div p{
		font-size: 14px!important;
	}
	.about_inputbox{
		margin-top: 40px!important;
	}
	.about_plain_text{
		padding: 0 20px!important;
	}
	.about_sub_text{
		padding: 0 45px!important;
	}
	.contact_mobile_video{
		width: 88.89%!important;
		margin-top: 70px!important;
		height: 100%!important;
	}
	.contact_mobile_video iframe{
		height: 190px!important;
	}
	.about_missyoon2{
		padding-top: 60px!important;
	}
	.about_head_text{
		font-size: 30px!important;

	}
	.about_sub_text{
		font-size: 18px!important;
		margin-bottom: 30px!important;

	}
	.about_plain_text{
		font-size: 14px!important;
		margin-bottom: 0!important;
	}

	.about_service_box div:last-child{
		padding-bottom: 0!important;
	}
	.about_imc_text{
		margin-bottom: 40px!important;
	}
	.about_contact_ic_box{
		margin: 70px 15px 0 15px!important;
	}
	.about_contact_ic_text_1{
		font-size: 16px!important;
	}
	.about_contact_ic_text_2{
		font-size: 16px!important;
	}

	.about_contact_icbox3{
		margin-top: 15px!important;
	}
	.about_radio_text{
		font-size: 12px!important;
		padding-right: 2px!important;
	}
	.about_contact_map{
		height: 300px!important;
	}
	.about_contact_map_text{
		font-size: 28px!important;
		margin-bottom: 3px!important;
	}
	.about_plain_text_bus{
		font-size: 14px!important;
		color: #fff!important;
	}
	.about_contact_ad{
		font-size: 15px!important;
	}
	.about_contact_map_box{
		padding: 65px 8% 35px!important;
	}
	.about_contact_ad2{
		font-size: 15px!important;
	}
	.about_contact_number_box{
		margin-top: 30px!important;
		font-size: 15px!important;
	}
	.about_sub_box{
		height: 90vh!important;

		background-position-x: 7%!important;
		padding: 40% 0!important;
		background-attachment: local!important;
	}
	.about_maple_box{
		height: 90vh!important;
		background-position-x: 56%;
		position: relative;

	}
	.about_maple_bus{
		width: unset!important;
		left: unset!important;
		top: unset!important;
		padding: 42% 0!important;
		z-index: 999!important;
		text-align: center!important;
	}
	.about_pyun_box{
		height: 90vh!important;
		background-position-x: 38%!important;
		padding: 43% 0!important;
		background-attachment: local!important;
	}
	.about_missyoon_pyunkang{


	}

	.about_way_main{
		font-size: 22px!important;
		font-weight: 900!important;
		margin-bottom: 5px!important;
	}
	.about_way_sub{
		font-size: 18px!important;
	}
	.about_way_text{
		font-size: 14px!important;
	}
	.about_text_box{
		padding:30px 10px 10px 10px!important
	}
	.about_way_last_box{
		margin-bottom: 55px!important;
	}
	.about_way_line{
		margin: 20px 0 !important;
	}
	.about_tab_menu{
		width: 100%!important;
	}
	.about_tab_menu li{
		font-size: 14px!important;
	}
	.about_contact_ic_text_2{
		display: none;
	}
	.about_contact_img_box{
		width: 90%;
	}
	.about_contact_label{
		font-size: 14px!important;
	}
	.form-control{
		font-size: 14px!important;
	}

	.about_input_tel_box{
		width: 21%!important;
	}
	.about_insert_hypen{
		margin: 5px 6px 3px 6px!important;
	}
	.maple_cover{
		position: absolute;
		height: 90vh;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.6)!important;
		z-index:1;
		top: 0;
	}
	.about_m_maple_head{
		color: #fff!important;
	}
	.about_m_maple_sub{
		color: #fff!important;
	}
	.about_contact_map_img1{
		background-size: auto!important;
		height: 340px!important;
		background-position-x: 50% !important;
		background-position-y: 50% !important;
	}
	.about_contact_map_img2{
		background-size: auto!important;
		height: 340px!important;
		background-position-x: 50% !important;
		background-position-y: 50% !important;
		border-top: 1px solid #d0d0d0!important;
	}
	.num_iphone2{
		color:#bca992;
		text-decoration: none;
	}
	.contact_map_font_color{
		font-size: 18px!important;
	}
	.about_contact_map_ul{
		margin-bottom: 32px!important;
	}
	.clients_main{
		font-size: 37px!important;
		background-position-x: 27%!important;
		padding: 129px 0!important;
		font-weight: 800!important;
		background-attachment: local!important;
	}
	.about_submit_box{
		margin-bottom: 80px!important;
	}
	.about_submit_btn {
		border: 2px solid #000;
		border-radius: unset;
		font-size: 18px;
		color:#000!important;
		padding: 12px 0!important;
		width: 90%!important;
	}
	.career_text_info{
		padding-left: 0!important;
		padding-top: 50px!important;
		padding-bottom: 50px!important;
	}
	.clients_tab_menu{
		width: 100% !important;
	}
	.clients_img_box img{
		width: 98%!important;
	}
	.detail_plus_ic{
		width: 10% !important;
	}
	.clients_overlay_details p {
		font-size: 14px!important;
		margin-top: 15px!important;
	}
	.clients_overlay_details strong {
		font-size: 14px!important;
	}
	.clients_main_text {
		font-size: 25px!important;
		margin-top: 70px!important;
		margin-bottom: 3px!important;
	}
	.detail_nav_text{
		margin-top: 13px!important;
	}
	.clients_clients_text{
		font-size: 25px!important;
		margin-top: 70px!important;
		margin-bottom: 0!important;
	}
	.clients_img_box2{
		padding: 20px 20px 0 20px!important;
	}
	.clients_clients_box{
		margin-bottom: 60px!important;
		padding-right: 30px!important;
		padding-left: 30px!important;
	}
	.clients_img_box{
		padding-top: 26px!important;
		padding-bottom: 26px!important;
	}
	.clients_detail_main{
		font-size: 25px!important;
		font-weight: 800!important;
		margin-top: 70px!important;
	}
	.clients_detail_main2{
		font-size: 25px!important;
		margin-bottom: 27px!important;
		font-weight: 800!important;
	}
	.detail_nav_text{
		font-size: 14px!important;
	}
	.detail_nav_image{
		background-size: 25%;
	}
	.detail_port_text{
		padding: 25px 10px 65px 10px!important;
		font-size: 14px!important;
	}
	.detail_port_text_under{
		padding-bottom: 0!important;
	}
	.main_title_text_m{
		position: relative;
		top: 14px;
	}
	.detail_nav_box{
		margin-top: 10px!important;
	}
	.detail_nav_list{
		padding: 0 5px!important;
	}
	.footer_misslogo{
		color: #888!important;
	}
	.career_main{
		font-size: 37px!important;
		background-position-x: 25%!important;
		padding: 129px 0!important;
		font-weight: 800!important;
		background-attachment: local!important;
	}
	.career_main_box{
		padding-top: 70px!important;
		margin-bottom: 20px!important;
	}
	.career_bold_800{
		font-weight: 800!important;
	}
	.career_maint_text{
		font-size: 25px!important;
		font-weight: 800!important;
	}
	.career_line_box{
		margin: 0px 0 20px 0!important;
		width: 13%;
	}
	.career_people_text{
		font-size: 18px!important;
		letter-spacing:-1px;
		width:100% !important;
	}
	.career_info_text{
		font-size: 14px!important;
		padding-bottom: 20px!important;
		width:100% !important;
	}
	.career_mail_color{
		font-size: 14px!important;
		padding-left: 5px!important;
	}
	.career_mail_text{
		font-size: 14px!important;
		font-weight: 800!important;
	}
	.career_mail_box img{
		width: 7% !important;
	}
	.career_recruit{
		font-size: 55px!important;
		margin-top: 115%;
	}
	.career_mail_box{
		padding-bottom: 40px!important;
	}
	.career_main_back{
		background-position-y: 320px !important;
		background-size: 174%!important;
		background-position-x: 107%!important;
	}
	.career_page_box{
		margin-bottom:0 !important;	
	}
	.career_people_text2{
		font-size: 20px!important;
		margin-bottom: 34px!important;
	}
	.career_step_ul{
		margin-top: 0!important;
	}
	.career_main_width{
		margin-bottom: 10px!important;
	}
	.career_last_box{
		margin-bottom: 50px!important;
		margin-top: 9px!important;
	}
	.career_step_li{
		width: 33%;
		margin: 8px 15px;
	}
	.career_job_info_text{
		margin-top: 0!important;
	}
	.career_line_box2{
		margin-top: 10px!important;
	}
	.career_step_li img{
		width: 100%;
	}
	.career_step_arrow{
		display: none!important;
	}
	.career_step_li_text{
		font-size: 14px!important;
		margin-top: 10px!important;
	}
	.career_line_box3{
		margin-top: 35px!important;
		margin-bottom: 13px!important;
	}
	.career_job_table_box{
		padding: 14px 0 5px 0!important;
	}
	.career_people_text3{
		font-size: 20px!important;
		display: inline-block!important;
	}
	.career_selectbox{
		margin: 0 0 0 0 !important;
		width: unset!important;
		padding: 0 !important;
		font-size: 14px!important;
	}
	.career_job_table_box{
		width: 100% !important;
	}
	.career_job_total_box{
		width: 100%!important;
	}
	.career_table_subject{
		font-size: 13px!important;
	}
	.job_acco_ul li{
		font-size: 13px!important;
	}
	.acco_body_back{
        background: #f3f3f3;
		padding:50px 0!important;
    }
	.btn_01{
		position:relative;
		float:left;
		margin-top:20px!important;
		}
	.job_acco_info_ul li{
		font-size: 13px!important;
		padding: 0!important;
	}
	.job_acco_info_ul {
		width: 311px!important;
		margin: 0 auto;
	}	
	.job_acco_info_ul li {
		list-style: none;
		text-align: left;
	}
	.btn_01 a.career_jobkorea {
		float: left;
		width: 150px!important;
		padding: 15px 0 13px 0;
		border: 2px solid;
		display: block;
		text-align: center;
		font-weight:normal;
	}
	.btn_01 a.career_jobkorea img{
		position:absolute;
		top:36%!important;
		right:12px!important;
		z-index:10;
	}
	.career_job_table_ul li:first-child {
		width: 20%!important;
	}
	.career_job_table_ul li:nth-child(2) {
		width: 8%!important;
		display: none;
	}
	.career_job_table_ul li:nth-child(3) {
		width: 16% !important;
		display: none;
	}
	.career_job_table_ul li:nth-child(4) {
		width: 64% !important;
	}
	.career_job_table_ul li:nth-child(5) {
		width: 16% !important;
		display: none;
	}
	.career_job_table_ul li:nth-child(6) {
		width: 16% !important;
	}
	.career_jobkorea {
		border: 1px solid!important;
		padding: 10px!important;
		display: inline-block!important;
		margin-bottom: 10px;
	}
	.career_jobkorea:last-child{
		margin-bottom: 0;
	}
	.career_welfare_text{
		margin-top: 70px!important;
		font-size: 25px!important;
		font-weight: 800!important;
		margin-bottom:-7px;
	}
	.career_welfare_text2{
		margin-bottom: 35px!important;
		font-size: 18px!important;
	}
	.career_welbox{
		margin-bottom: 70px!important;
	}
	.welfare_tel{
		text-align: center!important;
		font-size: 12px!important;
	}
	.welfare_down_img_box{
		padding: 120px 40px 120px 10px!important;
		margin-bottom: 0!important;
	}
	.welfare_down_img_box img{
		width: 100%;
	}
	.welfare_down_text_box{
		padding: 35px 0!important;
	}
	.welfare_down_text_box p{
		font-size: 13px!important;
		line-height:2em!important;
	}
	.welfare_down_box{
		margin-bottom: 50px!important;
	}
	.job_acco_ul li:first-child{
		width: 20% !important;
	}
	.job_acco_ul li:first-child img{
		width: 85%;
		position: relative;
		bottom: 3px;
	}
	.job_acco_ul li:nth-child(2){
		display: none;
	}
	.job_acco_ul li:nth-child(3){
		display: none;
	}
	.job_acco_ul li:nth-child(4){
		width: 60% !important;
		text-align: left;
		letter-spacing: -1px;
		padding-left: 10px!important;
	}
	.job_acco_ul li:nth-child(5){
		display: none;
	}
	.job_acco_ul li:nth-child(6){
		width: 20% !important;
	}
	.career_job_info_text a{
		padding: 4px 2px!important;
	}
	.index_video_text_box{
		display: none;
	}
	.business_main{
		font-size: 37px!important;
		background-position-x: 60%!important;
		padding: 129px 0!important;
		font-weight: 800!important;
		background-attachment: local!important;
	}
	.business_main_text{
		font-size: 25px!important;
		margin-top: 70px!important;
		margin-bottom: 10px!important;
		font-weight: 800!important;
	}
	.business_detail_text b{
		font-size: 18px!important;
	}
	.business_detail_text p{
		font-size: 14px!important;
		margin-bottom: 3px!important;
		line-height: 1.6;
	}
	.business_detail_line{
		margin: 10px!important;
		width: 6% !important;
	}
	.business_detail_text{
		width: 100% !important;
		padding: 5px 30px!important;
		margin-top: 300px;
	}
	.business_detail_busi_box{
		margin-bottom: 0px!important;
	}
	.business_slide_main_img{
		width: 100% !important;
		padding: 25px;
		position: absolute;
		top: 0;
	}
	.business_detail_total{
		height: unset!important;
	}
	.floor span{
		padding: 12px!important;
		position: relative;
		bottom: 21px;
		right: 15px;
		margin-right: 1px!important;
	}
	.floor{
		bottom: 50px!important;
		right: 5px!important;
	}
	.tour_maintext{
		margin-top: 20px;
		margin-left: 10px;
	}
	.tour_maintext span{
		font-size: 15px!important;
		font-weight: 700;
	}
	.business_system_content_box li:first-child{
		width: 32%;
		padding: 25px 60px 0 0!important;
	}
	.business_system_content_box li:nth-child(2){
		padding: 17px 0px 0 10px!important;
		width: 60%;
		line-height: 1;
	}
	.business_system_main_box{
		padding-bottom: 19px!important;
	}
	.business_system_content_box li:nth-child(3){
		padding-top: 40px!important;
	}
	.business_system_content_box li{
		font-size: 15px!important;
	}
	.business_content{
		padding-left: 10px!important;
		padding-top: 10px!important;
	}
	.slider_ar{
		font-size: 15px!important;
		font-weight: 700!important;
		margin-left: 80px!important;
		bottom: 102px!important;
	}
	.business_bi_box{
		margin: 21px 0 70px 0!important;
	}
	.business_tour_text{
		font-size: 25px!important;
		margin-top: 50px!important;
		margin-bottom: 25px!important;
		font-weight: 800!important;
	}
	.business_ci_text{
		margin-top: 27px!important;
		margin-bottom: 23px!important;
	}
	.business_mix_content_box div{
		padding: 0!important;
	}
	.business_img2{
		width: 90px;
	}
	.business_system_main_box{
		margin-top: -15px!important;
	}
	.tour_imgbox img{
		height: 465px;
		width: unset!important;
	}
	.busi_ci_back_box{
		padding: 37px 0!important;
		background-size: contain !important;
	}
	.busi_ci_back_box img{
		width: 50%!important;
	}
	.business_bi_text{
		font-size: 14px!important;
		margin-bottom: 0px!important;
		line-height: 1.7;
	}
	.business_bi_text_c{
		font-size: 15px!important;
	}
	.business_mix_content_box{
		margin: 20px 0;
	}
	.business_system_main_box p{
		font-size: 18px!important;
		font-weight: 800!important;
		margin-bottom: 0!important;
	}
	.business_mix_m{
		margin: 70px 0;
	}
	.business_nav_list{
		padding: 0 5px!important;
	}
	.business_detail_total{
		background-image: unset!important;
	}
	.header_sub_logo{
		
	}
	.business_mix_content_box div:nth-child(4){
		padding-bottom: 0!important;
	}
	.about_insert_mail{
		margin-top: 4px!important;
	}
	.yubi_box{
		padding-bottom: 50px!important;
	}
	.yubi_box img{
		width: 99% !important;
	}
	.my_miss_cont_box h3{
		font-size: 18px!important;
		margin-top: 20px!important;
	}
	.my_miss_cont_box h4{
		font-size: 25px!important;
	}
	.my_miss_cont_box{
		padding: 0 15px;
	}

	.my_miss_q_box span:nth-child(1){
		font-size: 20px!important;
	}
	.my_miss_q_box span:nth-child(2){
		font-size: 16px!important;
	}
	.my_miss_a_box span:nth-child(1){
		font-size: 20px!important;
	}
	.my_miss_a_box p{
		font-size: 16px!important;
		line-height: 1.5!important;
		margin-top: 0!important;
	}
	.my_missyoon_box_office{
		font-size: 14px!important;
		margin-bottom: 0!important;
	}
	.my_missyoon_box_name{
		font-size: 14px!important;
	}
	.my_miss_cont_all{
		margin-top: 20px!important;
	}
}

/* 미디어 쿼리 부분 끝 */

.main_index_menu_text{
	color: #dbdbdb;
	font-weight: bold;
	position: absolute;
	top: 35.5%;
	left: 4%;
	font-size: 13px;
	font-weight: 800;
}
.index_port_box{
	width: 100%;
}
.index_port_main{
	padding-top:6vw;
	font-weight: 800;
	width: 106px;
	margin: 0 auto;
	border-bottom: 1px solid;
	padding-bottom: 5px;
	font-size: 22px;
}
.index_port_title{
	font-size: 45px;
}
.index_port_sub_title{
	color: #976d4b;
	font-size: 45px;
	font-weight: bold;
	padding-bottom: 2.5vw;
}
.index_port_date{
	color: #000;
	font-weight: 700;
	margin-bottom: 0.9vw;
}



.index_port_video_box{
	padding-top: 12px;
}
.index_port_text{
	text-align: left;
	padding: 1.8vw 1.8vw 4.7vw 1.8vw ;
	font-size: 18px;
	color: #666;
}
.index_job_border{
	border-top: 3.5px solid #976d4b;
	width: 1vw;
}
.index_job_missyoon{
	font-size: 22px;
}
.index_job_main_text{
	font-size: 45px;
	line-height: 1.3;
}
.index_job_name_box{
	font-size: 20px;
	line-height: 1.3;
}
.index_career_border{
	border-top: 3px solid #976d4b;
	width: 20px;
	padding-bottom: 3px;
}
.index_business_title{
	font-size: 22px;
	font-weight: 800;
	padding-bottom: 40px;
}
.index_4_main_text{
	font-size: 27px;
	font-weight: 800;
}
.index_port_text_com{
	line-height: 1.7;
}
.index_area_plus{
	margin-top: 16px!important;
}
figure{
	overflow: hidden;
}
figure img{
	width: 100%;
	height: auto;
	webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
figure img:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.index_block_box{
	background: #fff;
	padding: 35px 34px 45px 34px;
}
.slide-nav {
	position: absolute;
	top: 50%;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	z-index: 5;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slide-nav a {
	position: absolute;
	width: 60px;
	height: 60px;
	display: block;
	top: 50%;
	margin-top: -30px;
	text-decoration: none;
	z-index: 10;
	cursor: pointer;
	border-radius: 50%;
	/*background-color: rgba(0,0,0,0.7);*/
	
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

.slide-nav a:hover {
	/*background-color: rgba(0,0,0,0.9);*/
}

.slider-panel .slide-nav .slide-prev,
.page-header-featured .slide-nav .slide-prev {
	left: 15px;
}

.slider-panel .slide-nav .slide-next,
.page-header-featured .slide-nav .slide-next {
	right: 15px;
}

.slide-nav a i {
	font-size: 50px;
	color: #878787;
	
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

.slide-nav a:hover i {
	color: #fff;
}

.slide-nav .slide-prev i {
	margin: 3px 0px 0px 18px;
}

.slide-nav .slide-next i {
	margin: 3px 0px 0px 24px;
}
.main_port_text{
	text-decoration: underline;
	text-underline-position: under;
	font-weight: 900;
	color: #181818;
	font-size: 1.2em;
}
.main_port_title{
    color:#8b6d47;
    font-weight: 800;
    margin-top:0;
    margin-bottom: 35px;
    font-size: 2.9rem;
}
.main_port_sub{
    color: #181818;
    font-weight: 600;
    font-size: 2.9rem;
}
.main_port_explain{
    width: 93%;
    margin: 0 auto;
    padding-top: 30px;
    font-size: 15px;
	text-align: left;
}
.main_service_box{
    width: 100%;
}
.main_service_box span:first-child{
    display: inline-block;
}
.main_service_box span{
    width: 50%;
    padding-left: 15px;
    font-weight: 900;
    color: #181818;
    font-size: 2rem;
}
.index_job_name{
	display: block;
}
.job_main_border_box{
	width: 20px;
}
/********************************************
7.0 Video background panel
*********************************************/
.video-caption {
	position: absolute;
	width: 100%;
	top: 50%;
	text-align: center;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.myVideo {
	position: absolute;
	left: 0;
	top:0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.myVideo > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 16/9) {
	.myVideo > video { height: 300%; top: -100%; }
}

@media (max-aspect-ratio: 16/9) {
	.myVideo > video { width: 300%; left: -100%; }
}

@supports (object-fit: cover) {
	.myVideo > video {
		top: 0; left: 0;
		width: 100%; height: 100%;
		object-fit: cover;
	}
}

/* solves problem with overflowing video in Mac with Chrome */
.video-background {
	overflow: hidden;
}

/* hide the native controls */
video::-webkit-media-controls {
	display:none !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {

	border: none !important;
	border-bottom-color: #fff !important;

}

/********************************************
8.0 Home about us panel
*********************************************/
.tapmenu_underline{
	border-bottom: 1px solid #ddd;
	width: 100%;
}
.about-us-panel .container {
	position: relative;
	text-align: center;
	padding: 60px 0px;
	z-index: 2;
		
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.about-us-panel blockquote {
	margin: 0;
	text-transform: uppercase;
}

.about-us-description {
	font-size: 1.285em;
	line-height: 1.4em;
}

.about-us-element figure {
	width: 146px;
	height: 146px;
	margin: auto;
}

.about-us-element figure img {
	border-radius: 50%;
}

.about-us-element i {
	font-size: 100px;
}

/* ===== About Us Panel Dark Version ===== */
.about-us-panel.dark .about-us-element i,
.about-us-panel.dark blockquote.blockquote2 {
	color: #fff;
}

.about-us-panel.dark blockquote.blockquote2 > span:before {
	color: #878787;
}
.contact_main{
	background-image: url(../images/upload/contact_main.jpg);
	text-align: center;
	font-size: 72px;
	color: #fff;
	padding: 185px 0 150px;
	font-weight: 700;
	padding-top: 210px;
	background-size: cover;
}
.about_main{
	background: url(../images/upload/about_main.jpg)50% 0 no-repeat fixed;
	text-align: center;
	font-size: 72px;
	color: #fff;
	padding: 185px 0 150px;
	font-weight: 700;
	padding-top: 210px;
	background-size: cover;
}
.about_tab_menu{
	width: 450px;
	margin: 0 auto;
}
.about_tab_menu li{
	width: 50%;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
}
.about_tabmenu_text{
	color: #999!important;
}
.about_main_video{
	width: 42%;
	margin: 0 auto;
	margin-top: 140px;
}
.about_missyoon2{
	text-align: center;
	margin: 0 auto;
	padding-top: 140px;
	color: #000;
}
.about_missyoon2 img{
	width: 95px;
}
.about_missyoon_bus{
	text-align: center;
	margin: 0 auto;
}
.about_missyoon_bus img{
	width: 95px;
}
.about_head_text{
	font-size: 56px;
	font-weight: 800;
	margin-bottom: 0;
	color: #000;
}
.about_sub_text{
	font-size: 30px;
	font-weight: 600;
	margin-top: 7px;
	margin-bottom: 53px;
	color: #000;
}
.about_plain_text{
	font-size: 18px;
	margin-bottom: 55px;
	line-height: 1.5;
}
.about_plain_text_bus{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 0;
}
.about_sub_box{
	background-image: url(/images/upload/about_bus_legend.jpg);
    text-align: center;
    color: #fff;
    padding: 180px 0;
    /*margin-top: 130px;*/
    background-size: cover;
    background-attachment: fixed;
    background-position-x: left;
}
/*.about_sub_box{
	background-image: url(/images/upload/about_bus_legend.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
	padding: 180px 0;
	margin-top: 130px;
}*/
.about_way_box img{
	width: 100%;
}
.about_text_box{
	padding: 60px 35px 0;
	text-align: left;
}
.about_way_main{
	font-size: 32px;
	color: #976d4b;
	font-weight: 800;
}
.way_row{
	margin-bottom: 40px;
}
.about_way_last_box{
	margin-bottom: 200px;
}
.about_way_sub{
	font-size: 22px;
	color: #976d4b;
	font-weight: bold;
}
.about_way_line{
	width: 100%;
	border: 0.5px solid #976d4b;
	margin: 30px 0;
}
.about_way_text{
	font-size: 18px;
	color: #000;
	font-weight: 500;
	line-height: 1.6;

}
.about_service_box div{
	text-align: center;
	padding: 30px 0;
}
.about_service_box div p {
	font-size: 16px;
	font-weight: 800;
	margin-top: 15px;
}
.about_maple_box {
	background-image: url(/images/upload/about_maple.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #000;
	height: 715px;
	background-position: center;
}
.about_maple_bus{
	text-align: left;
	width: 35vw;
	position: relative;
	left: 12%;
	top: 28%;
}
.about_maple_bus img{
	width: 95px;
}
.about_pyun_box{
	background-image: url(/images/upload/about_pyungang.jpg);
	text-align: center;
    color: #fff;
    padding: 180px 0;
    margin-top: 130px;
    background-size: cover;
    background-attachment: fixed;
    background-position-x: center;
}
/*.about_pyun_box{
	background-image: url(/images/upload/about_pyungang.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
	padding: 180px 0;
	margin-bottom: -1px;
}*/
.about_contact_ic_box{
	margin-top: 130px;
}
.about_contact_ic_box div{
	text-align: center;
}
.about_contact_ic_text_1{
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 26px;
	font-weight: bold;
}
.about_contact_ic_text_2{
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
	color: #999;
}
.about_inputbox{
	margin-top: 70px;
	margin-bottom: 40px;
	border-top: 2px solid #000;
	border-bottom: 0.5px solid #000;

}
.about_contact_label{
	font-size: 18px;
	font-weight: bold;
}
.about_radio_text{
	font-size: 18px;
	padding-right: 18px;
}
.about_submit_box{
	text-align: center;
	margin-bottom: 140px;
}
.about_submit_btn{
	border: 1px solid #000;
	border-radius: unset;
	font-size: 18px;
	padding: 10px 20px 10px 20px;
	width: 230px;
	color:#000!important;
}
.about_contact_li{
	width: 50%;
	text-align: center;
	font-size: 34px;
	font-weight: 800;
}
.about_contact_li_2{
	width: 50%;
	text-align: center;
	font-size: 34px;
	font-weight: 800;
}
.about_contact_map_box{
	background-color: #474747;
	text-align: left;
	/*height: 575px;*/
	padding: 100px;
}
.about_contact_number_box{
	color: #fff;
	margin-top: 75px;
	margin-bottom: 35px;
	font-size: 18px;
	line-height: 1.8;
}
.about_contact_map_text{
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 15px;
}
.about_contact_ad{
	font-size: 18px;
	font-weight: 700;
	margin-right: 10px;
}
.about_contact_ad2{
	font-size: 18px;
	color:#9f9f9f;
	font-weight: normal;
}
.about_missyoon_pyunkang{

}
.about_contact_map_img1{
	background-image: url(/images/upload/contact_map_1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 568px;
	background-position-x: 54%;
	border-top: 1px solid #d0d0d0;
}
.about_contact_map_img2{
	background-image: url(/images/upload/contact_map_2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 568px;
	background-position-x: 54%;
	
}
.about_insert_mail{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 8px;
	padding: 0 !important;
	display: -webkit-inline-box;
	width: 18px!important;
}
.about_insert_hypen{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 8px 10px 0 11px;
	padding: 0 !important;
	width: 3px!important;
}
.about_email_boxs{
	width: 27%!important;
}
.about_email_boxs_2{
	width: 27%!important;
}

.yubi_line{
	padding-top: 110px;
	margin-bottom: 30px;
}
.yubi_box{
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding-bottom: 180px;
	padding-left: 0;
	padding-right: 0;
}
.yubi_box_list{
	width: 86%;
	margin: 0 auto;
}
.yubi_box p{
	padding-top: 30px;
}
.contact_underline{
	width: 100%;
}
.yubi_footer{
	background-color: #e73b3b;
	padding:60px;
	font-size: 60px;
	text-align: center;
	color: #fff;
}
.yubi_list_box div img {

	width: 100%;
	padding: 15px;
}
.yubi_list_txt{
	margin-top: 50px;
}
.yubi_list_txt p:nth-child(1){
	color: #e73b3b;
	font-size: 30px;
}
.yubi_list_txt p:nth-child(2){
	font-size: 30px;
	font-weight: bold;
}
.yubi_list_txt p:nth-child(3){
	font-size: 25px;
	font-weight: normal;
}
.yubi_list_area{
	margin-bottom: 150px;
}
.my_missyoon_box{
	text-align: center;
}
.my_missyoon_box div img{
	width: 80%;
	margin: 0 auto;
}
.my_missyoon_box_office{
	color: #777;
	font-size: 1.8rem;
	margin-top: 15px;
}
.my_missyoon_box_name{
	color: #777;
	font-size: 2.3rem;
	font-weight: bold;
}
.miss_cont_box_img{
	width: 100%;
}
.my_miss_cont_box h3{
	font-size: 2.8rem;
	font-weight: bold;
	margin-top: 70px;
}
.my_miss_cont_box h4{
	font-size: 3rem;

}
.my_miss_q_box span:nth-child(1){
	font-size: 2.8rem;
}
.my_miss_q_box span:nth-child(2){
	font-size: 2.2rem;
	font-weight: bold;
}
.my_miss_a_box span:nth-child(1){
	color: #e1c502;
	font-size: 2.8rem;
}
.my_miss_a_box span:nth-child(2){
	color: #000;
	font-size: 1.8rem;
}
.my_miss_a_box p {
	font-size: 1.8rem;
	color: #000;
	line-height: 2;
	margin-top: 10px;
	margin-bottom: 20px;
}
.my_miss_cont_all{
	margin-top: 75px;
}



/********************************************
9.0 Home services panel style 1
*********************************************/
/* ===== Grid 5 Columns ===== */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
/*END*/

.services-panel1 .container {
	position: relative;
	text-align: center;
	padding: 60px 15px;
	z-index: 2;
		
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.services-panel1 .block-title {
	margin: 0 0 48px;
}

.services-panel1 .service-box {
	padding: 20px;
	background-color: transparent;
	
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.services-panel1 .service-box:hover {
	background-color: #4dd0e1;;
}

.services-panel1 .service-box a {
	color: #878787;
	text-decoration: none;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.services-panel1 .service-box:hover a {
	color: #fff;
}

.services-panel1 .box-icon {
	height: 110px;
}

.services-panel1 .service-box i {
	font-size: 70px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.services-panel1 .service-box h3 {
	font-size: 1.2857em;
	font-weight: 700;
	line-height: 1.4em;
	color: #474747;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.services-panel1 .service-box:hover h3 {
	color: #fff;
}

/* ===== Services Panel Style 1 Dark Version ===== */
.services-panel1.dark .service-box a,
.services-panel1.dark .service-box h3 {
	color: #fff;
}


/********************************************
10.0 Home services panel style 2
*********************************************/
.services-panel2 .container {
	position: relative;
	text-align: center;
	padding: 60px 15px 10px 15px;
	z-index: 2;
		
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.services-panel2 .block-title {
	margin: 0 0 80px;
}

.services-panel2 .service-box {
	display: table;
	margin: 0 0 50px;
}

.services-panel2 .box-icon {
	display: table-cell;
	vertical-align: top;
	width: 75px;
}

.services-panel2 .box-icon a {
	color: #fff;
}

.services-panel2 .service-box .service-icon {
	position: relative;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	border: #979797 solid 2px;
	background-color: #bdbdbd;
	
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.services-panel2 .service-box:hover .service-icon {
	border: none;
	background-color: transparent;
}

.services-panel2 .service-box .service-icon i {
	font-size: 28px;
	position: relative;
	z-index: 2;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.services-panel2 .service-box .icon-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #00acc1;
	border-radius: 50%;
	z-index: 1;
	top: 0;
	opacity: 0;
	
	-webkit-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
	
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.services-panel2 .service-box:hover .icon-hover {
	opacity: 1;
	
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.services-panel2 .service-detail {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding: 0 0 0 20px;
}

.services-panel2 .service-detail h3 {
	position: relative;
	font-size: 1.2857em;
	font-weight: 700;
	line-height: 1.4em;
	padding: 0 0 17px;
	margin: 0 0 20px;
	border-bottom: 1px solid rgba(224,224,224,1);
}

.services-panel2 .service-detail h3:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 40px;
	height: 1px;
	margin-bottom: -1px;
	background-color: rgba(71,71,71,1);
}

.services-panel2 .service-detail h3 a {
	color: #474747;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.services-panel2 .service-detail h3 a:hover {
	text-decoration: none;
	color: #00acc1;
}

.services-panel2 .item-list-description {
	margin: 1em 0;
}

/* ===== Services Panel Style 2 Dark Version ===== */
.services-panel2.dark .service-box .service-icon {
	border: rgba(255,255,255,0.2) solid 2px;
	background-color: rgba(255,255,255,0.2);
}

.services-panel2.dark .service-box:hover .service-icon {
	border: none;
	background-color: transparent;
}

.services-panel2.dark .service-detail h3 {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.services-panel2.dark .service-detail h3:before {
	background-color: rgba(255,255,255,0.8);
}

.services-panel2.dark .service-detail h3 a {
	color: #fff;
}

.services-panel2.dark .service-detail h3 a:hover {
	color: #00acc1;
}
.item-list-description{
    /*color:#666;*/
	font-size: 18px;
	margin: 20px 0;
	font-weight: 500;
}
.services-panel2.dark .item-list-description {
	color: #a7a7a7;
}


/********************************************
11.0 Home services panel style 3
*********************************************/
.services-panel3 .carousel-block-title h1 {
	padding: 0 30px;
}

.services-panel3 .service-item {
	padding: 50px 40px;
}

.services-panel3 .service-item .box-icon {
	height: 28vh;
	font-size: 18vh;
	margin: -20px 0 0;
}

.services-panel3 .service-item a .box-icon {
	color: #878787;
}

.services-panel3 .service-item h2 {
	margin: 0 0 20px;
	font-size: 1.7142em;
	font-weight: 600;
	line-height: 1.3em;
	color: #474747;
}

.services-panel3 .service-item .item-list-description {
	margin: 0 0 30px;
}

.services-panel3 .service-item .button {
	margin: 0;
}

/* ===== Services Panel Style 3 Dark Version ===== */
.services-panel3 .service-item.dark a .box-icon,
.services-panel3 .service-item.dark h2 {
	color: #fff;
}


/********************************************
12.0 Home content block panel style 1
*********************************************/
.content-block1 .container-fluid {
	position: relative;
	padding: 9.5vw 0 10vw 0;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 78%;
}

.content-block1 .block-title {
	margin: 0 0 15px;
}

.content-block1 .carousel-inner figure {
	background-color: #979797;
}
.index_video_2{
	/*width:100vw; position: relative;*/
	min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.index_video_text_box{
	position: absolute;
	right: 0;
}
.index_video_text_box img{
	width: 37rem;
	margin: 0 auto;
}
.header_contact_box{
	position: fixed;
	top: 130px;
	right: 50px;
	z-index: 999;
}
.pagination_box{
margin-bottom:158px;
}
/*.clients_main{
background-image: url(../images/upload/client_main.jpg);
background-repeat: no-repeat;
background-size: cover;
text-align: center;
font-size: 72px;
color: #fff;
padding: 185px 0;
font-weight: 700;
padding-top: 210px;

}*/
.clients_main{
	background: url(../images/upload/client_main.jpg)50% 0 no-repeat fixed;
	text-align: center;
	font-size: 72px;
	color: #fff;
	padding: 185px 0 150px;
	font-weight: 700;
	padding-top: 210px;
	background-size: cover;

}
.clients_tab_menu{
	width: 550px;
	margin: 0 auto;
}
.clients_tab_menu li{
	width: 14%;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
}
.clients_main_text{
	font-size: 50px;
	font-weight: 800;
	margin-top: 140px;
	margin-bottom: 40px;
	text-align: center;
	color: #000;
}
.clients_img_box2{
	padding: 15px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.clients_img_box2 .clients_overlay{
	background: rgba(151,109,75,1.0);
	position: absolute;
	height: 93%;
	width: 96%;
	left: 15px;
	top: 15px;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.clients_img_box2 .clients_overlay.index_camp_nail{
	background: rgba(151,109,75,1.0);
	position: absolute;
	height: 91.5%;
	width: 95%;
	left: 15px;
	top: 15px;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.clients_img_box2:hover .clients_overlay{
	opacity: 1;
}
.clients_overlay_details{
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.clients_img_box2:hover .clients_overlay_details{
	top:53%;
	left: 50%;
	opacity: 1;
}
.clients_overlay_details p{
	color: #fff;
	font-size: 22px;
	margin-top: 30px;
	margin-bottom: 0;
}
.clients_overlay_details strong{
	font-size: 22px;
	color: #fff;
}
.clients_img_box{
	padding: 42px;
	text-align: center;
}

.clients_port_image{
	width: 100%;

}
.clients_clients_box{
	margin-bottom: 178px;
}
.clients_clients_text{
	font-size: 50px;
	font-weight: 800;
	margin-top: 155px;
	margin-bottom: 20px;
	text-align: center;
	color: #000;
}
.clients_detail_main{
	font-size: 45px;
	font-weight: normal;
	margin-top: 140px;
	margin-bottom: 0px;
	text-align: center;
	color: #000;
}
.clients_detail_main2{
	font-size: 45px;
	font-weight: 800;
	text-align: center;
	color: #976d4b;
	margin-bottom:60px;
}
.detail_nav_list img{
	width: 100%;
}
.detail_slide_main_img{
	margin: 0 auto;
	width: 98%;
}
.detail_nav_list{
	padding: 0 12px;
}
.detail_nav_box{
	margin-top: 35px;
}
.detail_nav_text{
	text-align: center;
	font-size: 18px;
	color: #000;
	margin-top: 20px;
}
.detail_port_text{
	text-align: left;
	padding: 30px 35px 200px 38px;
	font-size: 18px;
	color: #666;
	margin-bottom: 118px;
}
.detail_nav_image{
	background-color: #976d4b;
	background-image: url(/images/upload/plus_icon2.png);
	background-repeat: no-repeat;
	background-position: center;
}
.detail_nav_image:hover img {
	opacity: 0.01;
}
.detail_youtubebox{
	width: 100%!important;
	position: relative;
	left: 11px;
}
/*.career_main{
	background-image: url(../images/upload/career_main.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	font-size: 72px;
	color: #fff;
	padding: 185px 0;
	font-weight: 700;
	padding-top: 210px;
	background-position-x: 50%;
}*/
.career_main{
	background: url(../images/upload/career_main.jpg)50% 0 no-repeat fixed;
	text-align: center;
	font-size: 72px;
	color: #fff;
	padding: 185px 0 150px;
	font-weight: 700;
	padding-top: 210px;
	background-size: cover;
}
.career_main_back {
	background-image: url(../images/upload/career_back.jpg);
	background-repeat: no-repeat;
	background-size: auto;
	background-position-x:57%;
	/*background-position: top center;*/
}
.career_main_box{
	padding-top: 185px;
}
.career_maint_text{
	font-size: 65px;
	font-weight: lighter;
	line-height: 1.2;
	margin-bottom: 0;
}
.career_line_box{
	margin:45px 0 55px 0;

}
.career_people_text{
	font-size: 28px;
	padding-bottom: 10px;
	margin-bottom: 0;
	width:63%;
}
.career_info_text{
	font-size: 18px;
	padding-bottom: 60px;
	margin-bottom: 0;
	width:60%;
}
.career_mail_box{
	padding-bottom: 160px;
}
.career_mail_color{
	color: #976d4b;
	font-size: 18px;
	vertical-align: sub;
	font-weight: normal;
	padding-left: 12px;
}
.career_mail_text{
	color: #000;
	font-size: 18px;
	vertical-align: sub;
	font-weight: bold;
}
.career_recruit{
	font-size: 135px;
	font-weight: 900;
	color: #000
}
.career_line_box2{
	margin-top: 50px;
}
.career_people_text2{
	font-size: 28px;
	color: #000;
	margin-bottom: 0;
}
.career_step_ul{
	margin-top: 50px;
}
.career_step_li{
	list-style: none;
	float: left;
	display: inline-block;
	text-align: center;
}
.career_step_arrow{
	/*margin: 80px 47px 135px 47px;*/
	margin: 80px 1.85vw 135px 1.85vw;
}
.career_step_li_text{
	font-size: 20px;
	font-weight: bold;
	margin-top: 25px;
}
.career_line_box3{
	margin-top: 70px;
	margin-bottom: 30px;
}
.carrer_job_border{
	display: block;
	margin-bottom: 8px;
}
.career_people_text3{
	font-size: 28px;
	color: #000;
	margin-bottom: 0;
	display: inline-block;
}
.career_selectbox{
	float: right;
	width: 210px;
	padding: 10px;
	font-size: 16px;
	color: #666;
}
.career_main_width{
	margin-bottom: 30px;
}
.career_accordion{
	width: 1400px;
}
.career_table_subject{
	list-style: none;
	float: left;
	text-align: center;
	font-size: 18px;
}
.career_job_table_ul{
	width: 100%;
	padding: 0;
}
.career_job_table_ul li:first-child{
	width: 9%;

}
.career_bold_800{
	font-weight: 700;
}
.career_job_table_ul li:nth-child(2){
	width: 10%;
	color: #000;
}
.career_job_table_ul li:nth-child(3){
	width: 13%;
	color: #000;
}
.career_job_table_ul li:nth-child(4){
	width: 41%;
	color: #000;
}
.career_job_table_ul li:nth-child(5){
	width: 15%;
	color: #000;
}
.career_job_table_ul li:nth-child(6){
	width: 12%;
	color: #000;
}
.career_job_table_box{
	display: flex;
	padding: 17px 0 7px 0;
	border-top: 2px solid;
	width: 100%;
	border-bottom: 1px solid;
}
.job_acco_ul{
	width: 100%;
	padding: 0;
}
.job_acco_ul li{
	list-style: none;
	float: left;
	text-align: center;
	font-size: 18px;
	/*letter-spacing:-0.5px;*/
}
.job_acco_ul li:first-child{
	width: 9%;
}
.job_acco_ul li:nth-child(2){
	width: 10%;
	color: #000;
}
.job_acco_ul li:nth-child(3){
	width: 13%;
	color: #000;
}
.job_acco_ul li:nth-child(4){
	width: 41%;
	text-align: left;
	padding-left: 55px;
	color: #000;
}
.job_acco_ul li:nth-child(5){
	width: 15%;
	color: #000;
}
.job_acco_ul li:nth-child(6){
	width: 12%;
	font-weight: 700;
}
.job_acco_info_ul{
	width: 490px;
	margin:0 auto;
	padding:0;
}
.job_acco_info_ul li{
	list-style: none;
	text-align: left;
	font-size: 18px;
	/*margin-top: 5px;*/
}
.career_page_box{
	margin-bottom: 165px;
}
.career_job_info_box {
	display: flex;
	padding: 35px 0 25px 0;
	width: 1400px;
	border-bottom: 1px solid #d2d2d2;
}
.career_job_info_text{
	margin-top: 5px;
}
.career_text_info{
	padding: 75px 0;
	text-align: left!important;
	list-style: none;
 }
.btn_01{
	position:relative;
	float:left;
	margin-top:40px;
	}
.btn_01 a.career_jobkorea{
	float:left;
	width:236px;
	padding:15px 0 13px 0;
	border: 2px solid;
	display:block;
	text-align:center;
	font-weight:normal;
}
.career_jobkorea:link{text-decoration:none; color:#000;}
.career_jobkorea:visited{text-decoration:none; color:#000;}
.career_jobkorea:active{text-decoration:none; color:#000;}
.career_jobkorea:hover{text-decoration:none; color:#000;}
.career_jobkorea:focus {color:#000!important;text-decoration:none;}

.btn_01 a.career_jobkorea img{
	position:absolute;
	top:38%;
	right:20px;
	z-index:10;
}
.career_welfare_text{
	font-size: 65px;
	color: #000;
	text-align: center;
	margin-top: 140px;
	font-weight:lighter;
}
.career_welfare_text2{
	font-size: 28px;
	color: #000;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 70px;
}
.welfare_img_box img{
	width: 100%;
}
.career_welbox{
	margin-bottom: 198px;

}
.welfare_tel{
	text-align: right;
	font-size: 16px;
	color: #000;
	margin-bottom: 20px;
	letter-spacing: 0.3px;
}
.welfare_down_box{
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin-bottom: 130px;
}
.welfare_down_text_box{
	padding: 50px 0 40px 0;
	line-height: 1.7;
}
.welfare_down_text_box p {
	font-size: 18px;
	color: #000;
}
.welfare_down_ul{
	padding-left: 0;
}
.welfare_down_li{
	display: flex;
	list-style: none;
	border-bottom: 1px solid #d2d2d2;
	width: 100%;
}
.welfare_down_img_box{
	padding:65px 70px;
	margin-bottom: 20px;
}
.welfare_down_li:last-child{
	border-bottom: none;
}
.career_job_info_text a{
	border: 1px solid #ddd;
	color: #333;
	padding: 10px 27px;
}
.career_job_info_text a:hover{
	background-color: #976d4b;
	color: #fff;
	text-decoration: none;
}
.business_tab_menu {
	width: 750px;
	margin: 0 auto;
}
.business_tab_menu li{
	width: 33.3%;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
}
/*.business_main {
	background-image: url(../images/upload/business_main.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	font-size: 72px;
	color: #fff;
	padding: 185px 0;
	font-weight: 700;
	padding-top: 210px;
	background-position-x: 50%;
}*/
.business_main {
	background: url(../images/upload/business_main.jpg)50% 0 no-repeat fixed;
	text-align: center;
	font-size: 72px;
	color: #fff;
	padding: 185px 0 150px;
	font-weight: 700;
	padding-top: 210px;
	background-size: cover;
}
.business_nav_list{
	padding: 0 20px;
}
.business_nav_list img {
	width: 100%;
}
.business_slide_main_img {
	float: right;
	width: 48%;

}
.business_detail_text{
	display: inline-block;
	width: 40%;
	padding: 165px 2.5%;
}
.business_detail_text b{
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 25px;
}
.business_detail_total{
	background-image: url(../images/upload/bg_img.gif);
	background-repeat-y: no-repeat;
	background-position: center bottom;
}
.business_detail_text p{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 8px;
}
.business_detail_line{
	margin: 22px 0 22px 15px;
}
.business_main_text {
	font-size: 50px;
	font-weight: 800;
	margin-top: 140px;
	margin-bottom: 55px;
	text-align: center;
	color: #000;
}
.business_detail_busi_box{
	margin-bottom: 60px;
}
.business_tour_text{
	font-size: 50px;
	font-weight: 800;
	margin-top: 140px;
	margin-bottom: 55px;
	text-align: center;
	color: #000;
}
.busi_logo_main{
	margin-top: 33px;
	width: 100%;
}
.index_video{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	z-index: 9;
}
.business_bi_text{
	color: #000;
	font-size: 18px;
	margin-bottom: 5px;
}
.business_bi_text_c{
	color: #976d4b;
	font-size: 18px;
}
.business_bi_box{
	margin: 40px 0 70px 0;
}
.business_system_main_box{
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
 }
.business_system_main_box p {
	font-size: 27px;
	color: #000;
	font-weight: 800;
}
.business_system_content_box ul{
	list-style: none;
	display: inline;
}
.business_system_content_box li{
	float: left;
	font-size: 18px;
	color: #000;
	line-height: 1.3;
}
.business_mix_m{
	margin-top: 70px;
}
.business_system_content_box li:first-child{
	padding: 35px 60px 0 0;
}
.business_system_content_box li:nth-child(2){
	padding: 50px 120px 0 0;
}
.business_system_content_box li:nth-child(3){
	padding: 50px 0 0 0;
}
.business_mix_content_box div{
	padding-top: 35px;

}
.business_mix_content_box div:nth-child(4){
	padding-bottom: 200px;
}
.business_tour_ul{
	list-style: none;
}
.business_tour_box{
	width: 100%;
	margin-bottom: 100px;
}
.tour_imgbox{

}
.tour_imgbox img{
	width: 100%;
}
.business_content{
	position: absolute;
	top:0;
	color: #fff;
	padding-left: 55px;
	padding-top: 55px;
}
.business_pyun{
	line-height: 1.7;
}
.business_missyoon{
	line-height: 1.7;
}
.tour_maintext span{
	font-size: 20px;
}
.floor{
	float: right;
	color: #fff;
	position: relative;
	bottom: 95px;
	right: 45px;
}
.floor span{
	padding: 15px;
	background: #333;
	opacity: 0.9;
	font-size: 14px;
	margin-right: 5px;
	color: #fff;
}
.slider_ar{
	font-size: 20px;
	margin-left: 115px;
	position: relative;
	bottom: 86px;
	color: #fff;
}
.tour_dash{
	color: #fff;

}
.tour_length{
	color: #fff;
}
.tour_next{
	margin-right: 15px;
}
.tour_length{
	margin-right: 30px;
}
.tour_prev{
	margin-right: 20px;
}
.on1{
	background: #976d4b !important;
}
.business_ci_text{
	margin-top: 90px;
}
.business_mix_content_box div img{
	width: 100%;
}
.busi_ci_back_box{
	background-image: url(../images/upload/business_back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 177px 0;
}

/********************************************
13.0 Home content block panel style 2
*********************************************/
.content-block2 .carousel-item {
	position: relative;
	overflow: hidden;
}

.content-block2 .block-thumb-wrap {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.content-block2 .content-block-thumb {
	height: 50vh;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.content-block2 .content-block-thumb:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.content-block2 .content-block-detail {
	height: 50vh;
	padding: 25px;
	overflow: hidden;
}

.content-block2 .content-block-detail h3 {
	position: relative;
	font-size: 1.2857em;
	font-weight: 500;
	line-height: 1.4em;
	color: #474747;
	text-transform: uppercase;
	margin: 0 0 30px;
	padding: 0 0 19px;
	border-bottom: rgba(224,224,224,1) solid 1px;
}

.content-block2 .content-block-detail h3:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	margin-bottom: -1px;
	width: 40px;
	height: 1px;
	background-color: rgba(71,71,71,1);
}

.content-block2 .content-block-detail .item-list-description {
	margin: 0 0 30px;
}

.content-block2 .content-block-detail .read-more {
	position: relative;
	float: left;
	color: #474747;
	text-decoration: none;
	padding: 0 17px 0 0;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.content-block2 .content-block-detail .read-more:hover {
	color: #4dd0e1;
}

.content-block2 .content-block-detail .read-more:after {
	position: absolute;
	font-family: FontAwesome;
	content: '\f105';
	color: #878787;
	font-size: 20px;
	top: 0;
	right: 0;
	margin-top: -6px;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.content-block2 .content-block-detail .read-more:hover:after {
	color: #4dd0e1;
}

.content-block2 .carousel-item.dark .content-block-detail h3 {
	color: #fff;
	border-bottom: rgba(255,255,255,0.4) solid 1px;
}

.content-block2 .carousel-item.dark .content-block-detail h3:before {
	background-color: rgba(255,255,255,1);
}

.content-block2 .carousel-item.dark .content-block-detail .item-list-description {
	color: #a7a7a7;
}

.content-block2 .carousel-item.dark .content-block-detail .read-more {
	color: #fff;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.content-block2 .carousel-item.dark .content-block-detail .read-more:hover {
	color: #4dd0e1;
}

.content-block2 .carousel-item.dark .content-block-detail .read-more:after {
	color: #fff;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.content-block2 .carousel-item.dark .content-block-detail .read-more:hover:after {
	color: #4dd0e1;
}

.top-triangle {
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -40px;
	border-style: solid;
	
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 40px;
	border-left-width: 100vw;
	
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
}

@media (min-width: 720px) {
	.top-triangle {
		border-left-width: 50vw;
	}
}

@media (min-width: 960px) {
	.top-triangle {
		border-left-width: 34vw;
	}
}

@media (min-width: 1200px) {
	.top-triangle {
		border-left-width: 25.5vw;
	}
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/********************************************
14.0 Home content block panel style 3
*********************************************/
.content-block3 .container-fluid {
	position: relative;
	z-index: 2;
}

.content-block3 .image-block {
	padding: 0;
}

.content-block3 .image-block img {
	width: 100%;
	height: auto;
}

.content-block3 .img-height {
	min-height: 100vw;
}

.content-block3.text-left .text-block,
.content-block3.text-right .text-block {
	padding: 60px 30px;
}

.content-block3 .text-block h2 {
	position: relative;
	font-size: 2.1428em;
	font-weight: 400;
	line-height: 1.4em;
	color: #474747;
	text-transform: uppercase;
	padding: 0 0 15px;
	margin: 0 0 50px;
	border-bottom: rgba(224,224,224,1) solid 1px;
}

.content-block3 .text-block h2:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	margin-bottom: -1px;
	width: 80px;
	height: 1px;
	background-color: rgba(71,71,71,1);
}

.content-block3.text-left .text-block h2,
.content-block3.text-left .text-block p {
	text-align: right;
}

.content-block3.text-left .text-block h2:before {
	left: inherit;
	right: 0;
}

.content-block3.text-left .text-block .button {
	float: right;
}

.content-block3.dark .text-block h2 {
	color: #fff;
	border-bottom: rgba(255,255,255,0.4) solid 1px;
}

.content-block3.dark .text-block h2:before {
	background-color: rgba(255,255,255,1);
}


/********************************************
15.0 Home portfolio panel style 1
*********************************************/
.portfolio-panel1 .container {
	padding: 70px 15px 0px 15px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.portfolio-panel1 .block-title {
	margin: 0 0 34px;
}

/* ===== Portfolio Items ===== */
.portfolio-item {
	position: relative;
	margin: 0 0 61px;
	z-index: 3;
}

.normalScroll .portfolio-panel1 .portfolio-item {
	margin: 0;
}

.megafolio-container {
	width: 100%; 
	position: relative;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.portfolio-filter {
	position: relative;
	text-align: center;
	margin: 0 0 45px;
	z-index: 2;
}

.portfolio-filter ul {
	margin: 0;
	padding: 0;
}

.portfolio-filter li.filter {
	position: relative;
	display: inline;
	max-width: inherit;
	font-size: 1em;
	font-weight: 500;
	color: #474747;
	padding: 0 18px;
	background-color: transparent;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.portfolio-filter li.filter:hover,
.portfolio-filter li.filter.selected {
	color: #00acc1;
}

.portfolio-filter li.filter:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 11px;
	height: 17px;
	margin-top: -1px;
	margin-right: -8px;
	background: url(../images/filter-breadcrumb.png) no-repeat;
}

.portfolio-filter li.filter:last-child:after {
	background: none;
}

.portfolio-item .mega-hover {
	background-color: rgba(0,172,193,0.85);
}

.portfolio-item .mega-hovertitle {
	font-family: 'NanumSquare', sans-serif;
	font-size: 1.2857em;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: uppercase;
	padding: 0px 0px 8px;
	left: 20%;
	bottom: 40%;
}

.portfolio-item .mega-hovertitle .mega-hoversubtitle {
	color: #fff;
	font-size: 0.7777em;
	line-height: 13px;
	font-weight: 500;
	text-transform: none;
	margin-top: 11px;
}

@media (min-width: 640px) {
	.portfolio-item .mega-hovertitle,
	.portfolio-item .mega-hovertitle .mega-hoversubtitle {
		font-size: 1em;
	}
}

@media (min-width: 1200px) {
	.portfolio-item .mega-hovertitle {
		font-size: 1.2857em;
	}
	
	.portfolio-item .mega-hovertitle .mega-hoversubtitle {
		font-size: 0.7777em;
	}
}

.portfolio-item .mega-hoverlink,
.portfolio-item .mega-hoverview {
	margin-top: 20px;
	background: none;
	border: rgba(255,255,255,1) solid 2px;
	border-radius: 50%;
}

.portfolio-item .mega-hoverlink i,
.portfolio-item .mega-hoverview i {
	color: #fff;
	font-size: 16px;
	
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

.portfolio-item .mega-hoverlink i {
	line-height: 30px;
}

.portfolio-item .mega-hoverview i {
	line-height: 28px;
}

.portfolio-item .mega-hover:hover .mega-hoverlink:hover,
.portfolio-item .mega-hover:hover .mega-hoverview:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	background-color: #212121;
	border: rgba(255,255,255,0) solid 2px;
}

.portfolio-item .mega-hoverlink:hover i,
.portfolio-item .mega-hoverview:hover i {
	color: #00acc1;
}

.dark .portfolio-filter li.filter {
	color: #a7a7a7;
}

.dark .portfolio-filter li.filter:hover,
.dark .portfolio-filter li.filter.selected {
	color: #00acc1;
}

.dark .portfolio-filter li.filter:after {
	background: url(../images/filter-breadcrumb-dark.png) no-repeat;
}

.dark .portfolio-filter li.filter:last-child:after {
	background: none;
}
/* END */

.portfolio-panel1 .more-item-link {
	position: relative;
}


/********************************************
16.0 Home portfolio panel style 2
*********************************************/
.portfolio-panel2 .carousel-item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
}

.portfolio-panel2 .carousel-item .portfolio-detail {
	position: absolute;
	width: 100%;
	bottom: -100%;
	text-align: center;
	padding: 40px 30px;
	background-color: rgba(17,17,17,0.9);
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.portfolio-panel2 .carousel-item:hover .portfolio-detail {
	bottom: 0;
}

.portfolio-panel2 .portfolio-detail h3 {
	font-size: 1.2857em;
	line-height: 1.4em;
	text-transform: uppercase;
	margin: 0 0 5px;
}

.portfolio-panel2 .portfolio-category {
	font-weight: 700;
}

.portfolio-panel2 .portfolio-category span {
	font-weight: 400;
	color: #878787;
	margin-left: 3px;
}


/********************************************
17.0 Home portfolio panel style 3
*********************************************/
.portfolio-panel3 .container {
	padding: 60px 15px 0px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.portfolio-panel3 .block-title {
	margin: 0 0 58px;
}

.portfolio-panel3 .portfolio-tabs-wrapper {
	position: relative;
	background-color: rgba(255,255,255,0.8);
	z-index: 2;
	margin: 0 0 61px;
}

.portfolio-panel3 .portfolio-tabs-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.portfolio-panel3 .portfolio-tabs-list li {
	position: relative;
	width: 33.3333%;
	float: left;
}

.portfolio-panel3 .portfolio-tabs-list li img {
	width: 100%;
	height: auto;
}

.portfolio-panel3 .portfolio-tabs {
	margin-top: 100vw;
}

.portfolio-panel3 .portfolio-tabs-detail {
	padding: 60px 40px;
	background-color: #fff;
}

/* === Only Chrome === */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .normalScroll .portfolio-panel3 .portfolio-tabs-img {
        margin-top: -17px;
    }
}
/* === END === */
 
/* === Only Firefox === */
@-moz-document url-prefix() {
    .normalScroll .portfolio-panel3 .portfolio-tabs-img {
        margin-top: -17px;
    }
}
/* === END === */

.portfolio-panel3 .portfolio-tabs-img img {
	width: 100%;
	height: auto;
}

.portfolio-panel3 .portfolio-tabs-list li .thumbnail-hover {
	background-color: rgba(33,33,33,0.3);
	opacity: 0;
	
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.portfolio-panel3 .portfolio-tabs-list li:hover .thumbnail-hover,
.portfolio-panel3 .portfolio-tabs-list li a.tabulous_active .thumbnail-hover {
	opacity: 1;
}

.portfolio-panel3 .portfolio-tabs-detail h2 {
	position: relative;
	font-size: 2.1428em;
	font-weight: 400;
	text-transform: uppercase;
	color: #474747;
	line-height: 1.3em;
	margin: 0 0 46px;
	padding: 0 0 16px;
	border-bottom: rgba(224,224,224,1) solid 1px;
}

.portfolio-panel3 .portfolio-tabs-detail h2:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 40px;
	height: 1px;
	margin-bottom: -1px;
	background-color: rgba(71,71,71,1);
}

.portfolio-panel3 .portfolio-tabs-detail .item-list-description {
	margin: 0 0 34px;
}

.portfolio-tabs-wrapper.dark .portfolio-tabs-detail h2 {
	color: #fff;
	border-bottom: rgba(255,255,255,0.4) solid 1px;
}

.portfolio-tabs-wrapper.dark .portfolio-tabs-detail h2:before {
	background-color: rgba(255,255,255,1);
}


/********************************************
18.0 Home blog panel
*********************************************/
.home-blog-panel .container {
	position: relative;
	padding: 60px 15px 0px 15px;
	z-index: 2;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.home-blog-panel .block-title {
	margin: 0 0 43px;
}

.home-blog-panel .owl-dots {
	margin-bottom: 25px;
}


/********************************************
18.1 Blog meta
*********************************************/
.blog-meta {
	padding: 15px 25px;
	background-color: #474747;
}

.blog-meta ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.blog-meta ul li {
	position: relative;
	display: inline;
	margin-right: 23px;
}

.blog-meta ul li:last-child {
	margin-right: 0px;
}

.blog-meta ul li:before {
	font-family: FontAwesome;
	color: #e0e0e0;
	margin-right: 6px;
}

.blog-meta ul li:first-child:before {
	content: '\f017';
}

.blog-meta ul li:nth-child(2):before {
	content: '\f14b';
}

.blog-meta ul li:last-child:before {
	content: '\f086';
}

.blog-meta ul li:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 9px;
	height: 13px;
	margin: 1px -17px 0 0;
	background: url(../images/post-meta-nav.png) no-repeat;
}

.blog-meta ul li:last-child:after {
	display: none;
}

.blog-meta ul li a {
	color: #e0e0e0;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.blog-meta ul li a:hover {
	text-decoration: none;
	color: #fff;
}


/********************************************
19.0 Team panel
*********************************************/
.home-team-panel .container {
	position: relative;
	padding: 60px 15px 0px 15px;
	z-index: 2;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.home-team-panel .block-title {
	margin: 0 0 43px;
}

.home-team-panel .carousel-item:hover figure img,
.page-team .carousel-item:hover figure img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.home-team-panel .content-block-detail,
.page-team .content-block-detail {
	text-align: center;
	padding: 50px 25px 30px 25px;
}

.home-team-panel .content-block-detail .fab,
.page-team .content-block-detail .fab {
	left: 50%;
	right: inherit;
	margin-left: -28px;
}

.home-team-panel .content-block-detail h3:before,
.page-team .content-block-detail h3:before {
	left: 50%;
	margin-left: -20px;
}

.home-team-panel .item-list-description,
.page-team .item-list-description {
	margin: 0 0 30px;
}

.team-social-media {
	display: table;
	margin: 0 auto;
}

.team-social-media ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.team-social-media ul li {
	float: left;
	margin: 0 2px;
}

.team-social-media ul li a {
	display: block;
	width: 25px;
	height: 25px;
	color: #878787;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.team-social-media ul li a:hover {
	color: #474747;
}

.team-social-media i {
	font-size: 17px;
}


/********************************************
20.0 Home clients panel
*********************************************/
.home-client-panel .container {
	position: relative;
	padding: 60px 15px 30px 15px;
	z-index: 2;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.home-client-panel .block-title {
	margin: 0 0 58px;
}

.client-logo img {
	width: 100%;
	height: auto;
}


/********************************************
21.0 Home contact us panel
*********************************************/
.home-contact-panel .container {
	position: relative;
	padding: 60px 15px 30px 15px;
	z-index: 2;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.home-contact-panel .block-title {
	margin: 0 0 58px;
}

.contact-info {
	list-style: none;
	margin: 0;
	padding: 0;
}

.contact-info li {
	display: table;
	width: 100%;
	margin: 0 0 30px;
}

.contact-info li:last-child {
	margin: 0;
}

.contact-info-icon {
	display: table-cell;
	vertical-align: top;
	width: 50px;
}

.contact-info-icon span {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 54px;
	border-radius: 50%;
	background-color: rgba(189,189,189,1);
}

.contact-info-icon i {
	font-size: 22px;
	color: #fff;
}

.contact-info-text {
	display: table-cell;
	vertical-align: top;
	padding: 4px 0 0 20px;
	font-size: 1.1428em;
	line-height: 1.4em;
}

.contact-info-wrapper .button {
	float: right;
}

.box.contact-form-wrapper {
	margin: 0 0 60px;
}

.dark .contact-info-icon span {
	background-color: rgba(255,255,255,0.4);
}

.dark .contact-info-text,
.dark .contact-description {
	color: #fff;
}


/********************************************
22.0 Submit Form
*********************************************/
.submit-form input ~ label,
.submit-form textarea ~ label,
.submit-form input ~ label,
.submit-form textarea ~ label {
	font-size: 1em;
	color: #878787;
	padding: 15px 10px;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.submit-form input:focus ~ label,
.submit-form textarea:focus ~ label,
.submit-form input:valid ~ label,
.submit-form textarea:valid ~ label {
	font-size: 0.7857em;
	color: #00acc1;
	top: -2.25rem;
}

.text-input {
	width: 100%;
	position: relative;
}

.submit-form input,
.submit-form textarea {
	padding: 1rem 1rem;
	border: 0;
	border-bottom: #777777 solid 1px;
	width: 100%;
	font-size: 1em;
	background-color: transparent;
}

.submit-form input {
	height: 50px;
}

.submit-form textarea {
	min-height: 13em;
}

.submit-form input ~ span,
.submit-form textarea ~ span {
	display: block;
	width: 0;
	height: 3px;
	background: #00acc1;
	position: absolute;
	bottom: 0;
	left: 0;
	
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	-ms-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
}

.submit-form textarea ~ span {
	-webkit-margin-after: 4px;
}

.submit-form input:focus ~ span,
.submit-form textarea:focus ~ span {
	width: 100%;
}

.submit-form input:focus,
.submit-form textarea:focus {
	outline: 0;
}

.submit-form .button {
	float: right;
	color: #fff;
	-webkit-margin-before: -4px;
}

.submit-form .button.white {
	color: #676767;
}

.submit-form .button input {
	height: auto;
	padding: 0 30px;
	border: none !important;
	text-transform: uppercase;
	background-color: transparent;
}

#reply_message {
	text-align: right;
	margin: 25px 0 0;
}

#reply_message span:before {
	font-family: FontAwesome;
	content: '\f00c';
	padding: 0 8px 0 0;
}

.loading {
	display: none;
	width: 50px;
	height: 50px;
	float: right;
	text-align: center;
	margin: -4px 5px 0 0;
}

.loading i {
	font-size: 20px;
	line-height: 50px;
}

.dark .submit-form input ~ label,
.dark .submit-form textarea ~ label,
.dark .submit-form input ~ label,
.dark .submit-form textarea ~ label,
.dark .submit-form input:focus ~ label,
.dark .submit-form textarea:focus ~ label,
.dark .submit-form input:valid ~ label,
.dark .submit-form textarea:valid ~ label,
.dark #reply_message,
.dark .loading i {
	color: #fff;
}

.dark .submit-form input,
.dark .submit-form textarea {
	color: #fff;
	border-bottom: #fff solid 1px;
}

.dark .submit-form input ~ span,
.dark .submit-form textarea ~ span {
	background: #fff;
}


/********************************************
23.0 Footer Panel
*********************************************/
.footer-panel .container {
	position: relative;
	text-align: left;
	padding: 60px 15px;
	z-index: 2;
		
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer-logo img {
	max-width: 100%;
	height: auto;
}

.footer-description {
	font-size: 1.7142em;
	text-transform: uppercase;
	color: #474747;
	line-height: 1.4em;
}

.footer-subdescription {
	font-size: 1.2857em;
	line-height: 1.4em;
}

.footer-panel .social-media {
	position: relative;
	top: inherit;
	right: inherit;
	margin: 0 0 15px;
	overflow: hidden;
}

.footer-panel .social-media ul {
	display: table;
	margin: 0 auto;
}

.footer-panel .social-media ul li a,
.page-footer .social-media ul li a {
	color: #878787;
}

.footer-panel .social-media ul li a:hover,
.page-footer .social-media ul li a:hover {
	color: #474747;
}

.copyright {
	font-size: 0.8571em;
	color: #474747;
}

.copyright a {
	color: #a7a7a7;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.copyright a:hover {
	text-decoration: none;
	color: #474747;
}

.dark .footer-description {
	color: #fff;
}

.footer-panel.dark .social-media ul li a,
.page-footer.dark .social-media ul li a {
	color: #fff;
}

.footer-panel.dark .social-media ul li a:hover,
.page-footer.dark .social-media ul li a:hover {
	color: #474747;
}

.dark .copyright {
	color: #878787;
}

.dark .copyright a {
	color: #bdbdbd;
}

.dark .copyright a:hover {
	color: #fff;
}


/********************************************
24.0 Single page CSS
*********************************************/
.fullpageDisable {
	display: none;
}

.page-header,
.page-footer {
	position: relative;
	display: table;
	width: 100%;
    color: #fff;
    height: 320px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
    background-color: #1c1c1c;
}
.footer_text{

    margin: 0 auto;
    text-align: left !important;
    /*padding-top: 18px;*/
	font-size: 16px;
}
.footer_text:first-child{
	padding-top: 70px;
}
.footer_text span:first-child{
	padding-left: 0;
}
.footer_text span{
	padding-left: 19px;
}

.fit-screen-wrap {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 2;
}

.page-header-wrap,
.page-footer-wrap {
	padding: 60px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h2.featured-area-title {
	font-size: 2.1428em;
	font-weight: 400;
	color: #fff;
	line-height: 1.4em;
	text-transform: uppercase;
	margin: 0;
}

.featured-area-subtitle {
	font-size: 1em;
	color: #fff;
	line-height: 1.4em;
}

.page-content > .container {
	padding: 65px 15px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1.page-title {
	position: relative;
	font-size: 2.1428em;
	font-weight: 400;
	color: #474747;
	text-transform: uppercase;
	line-height: 1.4em;
	margin: 0 0 46px;
	padding: 0 0 8px;
	border-bottom: rgba(224,224,224,1) solid 1px;
}

h1.page-title:before,
.page-subtitle:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	margin-bottom: -1px;
	width: 80px;
	height: 1px;
	background-color: rgba(71,71,71,1);
}

.page-subtitle {
	position: relative;
	font-size: 2.1428em;
	font-weight: 400;
	color: #474747;
	text-transform: uppercase;
	margin: 0 0 40px;
	padding: 0 0 7px;
	border-bottom: rgba(224,224,224,1) solid 1px;
}

.page-footer .social-media {
	position: relative;
	top: inherit;
	right: inherit;
	margin: 0 0 15px;
	overflow: hidden;
}

.page-footer .social-media ul {
	display: table;
	margin: 0 auto;
}


/********************************************
24.1 Single page team section
*********************************************/
.page-team {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.page-team > .container {
	text-align: center;
	position: relative;
	z-index: 2;
}

.page-team-wrap {
	padding: 60px 0px 30px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.page-team .page-subtitle:before {
	left: 50%;
	margin-left: -40px;
}

.page-team.dark .page-subtitle {
	color: #fff;
	border-bottom: rgba(255,255,255,0.4) solid 1px;
}

.page-team.dark .page-subtitle:before {
	background-color: rgba(255,255,255,1);
}


/********************************************
24.2 Single page pagination
*********************************************/
.pagination-wrapper {
	background-color: rgba(33,33,33,0.5);
}

.pagination-wrapper.small-devices {
	display: block;
}

.pagination-wrapper.desktop-display {
	display: none;
}

.pagination-wrapper.small-devices .container {
	position: relative;
}

.pagination-wrapper.small-devices .container:before,
.pagination-wrapper.small-devices .container:after {
	position: absolute;
	content: '';
	top: 0;
	width: 100%;
	min-height: 88px;
	background-color: rgba(33,33,33,0.5);
}

.pagination-wrapper.small-devices .container:before {
	right: 100%;
}

.pagination-wrapper.small-devices .container:after {
	left: 100%;
}

.pagination-wrapper .container {
	text-align: center;
	padding: 30px 15px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pagination ul li {
	position: relative;
	font-family: 'NanumSquare', sans-serif;
	display: inline;
	font-size: 1.2857em;
	font-weight: 700;
	margin: 0 16px;
}

.pagination ul li:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 11px;
	height: 17px;
	margin-top: 4px;
	margin-right: -24px;
	background: url(../images/pagination-nav.png) no-repeat;
}

.pagination ul li:last-child:after {
	background: none;
}

.pagination ul li a {
	color: #fff;
	padding: 0px 1px;
	border-bottom: rgba(255,255,255,0) solid 1px;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.pagination ul li a:hover,
.pagination ul li.pagination-active a {
	text-decoration: none;
	border-bottom: rgba(255,255,255,1) solid 1px;
}


/********************************************
25.0 Featured area
*********************************************/
.page-header-featured {
	position: relative;
	min-height: 100vh;
}

.featured-area .slides li {
	position: relative;
	height: 100vh;
}

.featured-area .slides li figure {
	position: absolute;
	width: 100%;
	height: 100%;
}

.overlay-title {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(33,33,33,0.7);
	z-index: 2;
}

.overlay-title .container {
	padding: 40px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.overlay-title h1 {
	position: relative;
	font-size: 2.1428em;
	font-weight: 400;
	color: #fff;
	line-height: 1.4em;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 0 0 15px;
	border-bottom: rgba(255,255,255,0.4) solid 1px;
}

.overlay-title h1:before {
	position: absolute;
	content: '';
	width: 80px;
	height: 1px;
	left: 0;
	bottom: 0;
	margin-bottom: -1px;
	background-color: #fff;
}


/********************************************
26.0 Single post meta
*********************************************/
.single-post-meta {
	display: none;
	margin: 0 0 20px;
}

.single-post-meta ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.single-post-meta ul li {
	position: relative;
	display: inline;
	color: #fff;
	text-transform: uppercase;
	margin-right: 37px;
	padding: 0 0 0 21px;
	white-space: nowrap;
}

.single-post-meta ul li:last-child {
	margin-right: 0;
}

.single-post-meta ul li:before {
	position: absolute;
	font-family: FontAwesome;
	line-height: 14px;
	text-align: center;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
}

.single-post-meta ul li:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 9px;
	height: 14px;
	margin-right: -21px;
	background: url(../images/single-post-meta-nav.png) no-repeat;
}

.single-post-meta ul li:last-child:after {
	background: none;
}

.single-post-meta ul li a {
	color: #a7a7a7;
	text-decoration: none;
		
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.single-post-meta ul li a:hover {
	color: #00acc1;
}

.single-post-meta ul li > span {
	display: none;
}


/********************************************
26.1 Portfolio post meta
*********************************************/
.single-post-meta.portfolio-post ul li:first-child:before {
	content: '\f007';
}

.single-post-meta.portfolio-post ul li:nth-child(2):before {
	content: '\f14b';
}

.single-post-meta.portfolio-post ul li:nth-child(3):before {
	content: '\f017';
}

.single-post-meta.portfolio-post ul li:nth-child(4):before {
	content: '\f155';
}


/********************************************
26.2 Blog post meta
*********************************************/
.single-post-meta.blog-post ul li:first-child:before {
	content: '\f017';
}

.single-post-meta.blog-post ul li:nth-child(2):before {
	content: '\f14b';
}

.single-post-meta.blog-post ul li:nth-child(3):before {
	content: '\f007';
}

.single-post-meta.blog-post ul li:nth-child(4):before {
	content: '\f086';
}


/****************************************************
27.0 Portfolio and blog post social media on title
*****************************************************/
.post-social-media {
	list-style: none;
	margin: 0;
	padding: 0;
}

.post-social-media li {
	float: left;
}

.post-social-media li a {
	display: block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 26px;
	margin-left: 5px;
	border-radius: 4px;
	color: #e0e0e0;
	background-color: rgba(255,255,255,0.3);
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.post-social-media li:first-child a {
	margin-left: 0;
}

.post-social-media li:first-child a:hover {
	color: #fff;
	background-color: #00acc1;
}

.post-social-media li:nth-child(2) a:hover {
	color: #fff;
	background-color: #4dd0e1;
}

.post-social-media li:nth-child(3) a:hover {
	color: #fff;
	background-color: #ef5350;
}

.post-social-media li:nth-child(4) a:hover {
	color: #fff;
	background-color: #c62828;
}

.post-social-media li:last-child a:hover {
	color: #fff;
	background-color: #00838f;
}


/********************************************
28.0 Portfolio page
*********************************************/
.portfolio-page .portfolio-item {
	margin: 0;
}

.portfolio-page .block-title {
	margin: 70px 0px 34px 0px;
}

.page-content.portfolio-single > .container {
	padding: 65px 15px 50px 15px;
}

.related-work {
	position: relative;
}

.related-work .owl-controls {
	display: none;
}

.related-work-thumb {
	position: relative;
	height: 200px;
}

.related-work-thumb figure {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.related-work-thumb .mega-hover {
	background-color: rgba(0,172,193,0.85);
	border-radius: 0px;
	z-index: 2;
}

.related-work-thumb .mega-hovertitle {
	font-family: 'NanumSquare', sans-serif;
	text-transform: uppercase;
	padding: 0 0 5px;
}

.related-work-thumb .mega-hovertitle .mega-hoversubtitle {
	color: #fff;
	text-transform: none;
}

.related-work-thumb .mega-hoverlink,
.related-work-thumb .mega-hoverview {
	margin-top: 10px;
	background: none;
	border: rgba(255,255,255,1) solid 2px;
	border-radius: 50%;
}

.related-work-thumb .mega-hoverlink i,
.related-work-thumb .mega-hoverview i {
	color: #fff;
	font-size: 16px;
	
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

.related-work-thumb .mega-hoverlink i {
	line-height: 30px;
}

.related-work-thumb .mega-hoverview i {
	line-height: 28px;
}

.related-work-thumb .mega-hover:hover .mega-hoverlink:hover,
.related-work-thumb .mega-hover:hover .mega-hoverview:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	background-color: #212121;
	border: rgba(255,255,255,0) solid 2px;
}

.related-work-thumb .mega-hoverlink:hover i,
.related-work-thumb .mega-hoverview:hover i {
	color: #00acc1;
}


/********************************************
29.0 Blog page
*********************************************/
.blog-entry {
	margin: 0 0 64px;
}

.blog-entry:last-child {
	margin: 0;
}

.blog-entry-thumbnail {
	position: relative;
	margin: 0 0 25px;
	overflow: hidden;
	cursor: pointer;
}

.blog-entry-thumbnail figure {
	position: relative;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.blog-entry-thumbnail:hover figure {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.blog-entry-thumbnail figure .thumbnail-hover {
	opacity: 0;
	
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.blog-entry-thumbnail:hover figure .thumbnail-hover {
	opacity: 0.8;
}

.blog-entry-thumbnail img {
	width: 100%;
	height: auto;
}

.blog-entry-title {
	display: block;
	width: 100%;
	margin: 0 0 34px;
}

.post-date {
	display: none;
}

.date-wrap {
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 76px;
	height: 76px;
	padding: 10px 0;
	background-color: #00acc1;
	border-bottom: #00838f solid 3px;
}

.date-wrap span {
	display: block;
	font-family: 'NanumSquare', sans-serif;
	font-size: 2.1428em;
	line-height: 1.12em;
}

.post-title {
	display: block;
	padding: 0;
}

.post-title h2 {
	position: relative;
	font-size: 1.7142em;
	font-weight: 400;
	color: #474747;
	line-height: 1.3em;
	margin: -3px 0px 10px 0px;
	padding: 0 0 11px;
	border-bottom: rgba(224,224,224,1) solid 1px;
}

.post-title h2:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 80px;
	height: 1px;
	margin-bottom: -1px;
	background-color: rgba(71,71,71,1);
}

.blog-entry .blog-meta {
	padding: 0;
	background-color: transparent;
}

.blog-entry .blog-meta ul li {
	font-size: 0.8571em;
	margin-right: 30px;
}

.blog-entry .blog-meta ul li:before {
	font-size: 14px;
	color: #c7c7c7;
	margin-right: 6px;
}

.blog-entry .blog-meta ul li:first-child:before {
	content: '\f017';
}

.blog-entry .blog-meta ul li:nth-child(2):before {
	content: '\f14b';
}

.blog-entry .blog-meta ul li:nth-child(3):before {
	content: '\f007';
}

.blog-entry .blog-meta ul li:last-child:before {
	content: '\f086';
}

.blog-entry .blog-meta ul li:after {
	width: 9px;
	height: 13px;
	margin: 0 -20px 0 0;
	background: url(../images/post-meta-nav-light.png) no-repeat;
}

.blog-entry .blog-meta ul li a {
	color: #878787;
}

.blog-entry .blog-meta ul li a:hover {
	color: #00acc1;
}


/********************************************
30.0 Blog single page
*********************************************/
.post-subtitle {
	position: relative;
	font-size: 1.7142em;
	font-weight: 400;
	color: #474747;
	line-height: 1.4em;
	text-transform: uppercase;
	margin: 0 0 40px;
	padding: 0 0 12px;
	border-bottom: rgba(224,224,224,1) solid 1px;
}

.post-subtitle:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	margin-bottom: -1px;
	width: 80px;
	height: 1px;
	background-color: rgba(71,71,71,1);
}


/********************************************
30.1 Share this
*********************************************/
.post-share-bottom {
	margin: 0 0 36px;
}

.post-share-bottom h4 {
	font-size: 1em;
	font-weight: 600;
	color: #474747;
	line-height: 1.4em;
	text-transform: uppercase;
	margin: -23px 0px 13px 0px;
}

.post-share-bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.post-share-bottom ul li {
	float: left;
	margin: 0px 10px 10px 0px;
	border-radius: 3px;
	overflow: hidden;
	
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
}

.post-share-bottom ul li:last-child {
	margin-right: 0;
}

.post-share-bottom ul li a {
	display: block;
	height: 35px;
	line-height: 36px;
	text-align: center;
	color: #878787;
	padding: 0 15px;
	background-color: #f7f7f7;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.post-share-bottom ul li a:hover {
	color: #fff;
	background-color: #00acc1;
	text-decoration: none;
}

.post-share-bottom ul li i {
	font-size: 16px;
	margin-right: 8px;
}


/********************************************
30.2 Post pagination
*********************************************/
.post-pagination {
	margin-bottom: 24px;
}

.post-pagination span {
	position: relative;
	display: block;
	text-transform: uppercase;
}

.post-pagination span:before {
	position: absolute;
	font-family: FontAwesome;
	content: '';
	text-align: center;
	font-size: 9px;
	font-weight: 400;
	line-height: 16px;
	top: 0;
	width: 16px;
	height: 16px;
	color: #00acc1;
	background-color: #e5e5e5;
	border-radius: 3px;
}

.post-pagination .prev-post span {
	padding-left: 25px;
}

.post-pagination .next-post span {
	padding-right: 25px;
}

.post-pagination .prev-post span:before {
	content: '\f053';
	left: 0;
}

.post-pagination .next-post span:before {
	content: '\f054';
	right: 0;
}

/* === Only Firefox === */
@-moz-document url-prefix() {
    .post-pagination span:before {
		line-height: 15px;
	}
}
/* ===== END ===== */

.post-pagination h4 {
	font-size: 1em;
	margin: 1px 0 0;
}

.post-pagination h4 a {
	color: #474747;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.post-pagination h4 a:hover {
	color: #00acc1;
	text-decoration: none;
}

.post-pagination .prev-post {
	text-align: left;
}

.post-pagination .next-post {
	text-align: right;
}


/********************************************
30.3 About author
*********************************************/
.post-author {
	width: 100%;
	margin-bottom: 52px;
	padding: 30px 30px 0px 30px;
	background-color: #f7f7f7;
}

.post-author-avatar figure {
	width: 124px;
	height: 124px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.post-author-avatar figure img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.post-author-detail {
	overflow: hidden;
}

.post-author-detail h4 {
	position: relative;
	font-size: 1.7142em;
	font-weight: 400;
	color: #474747;
	line-height: 1.4em;
	text-transform: uppercase;
	margin: 0 0 16px;
	padding: 0 0 12px;
	border-bottom: rgba(224,224,224,1) solid 1px;
}

.post-author-detail h4:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	margin-bottom: -1px;
	width: 80px;
	height: 1px;
	background-color: rgba(71,71,71,1);
}

.author-description {
	margin-bottom: 30px;
}


/********************************************
30.4 Related post
*********************************************/
.related-post {
	margin: 0 0 15px;
}

.related-post-thumbnail {
	position: relative;
	margin: 0 0 22px;
	overflow: hidden;
	cursor: pointer;
}

.related-post-thumbnail figure {
	position: relative;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.related-post-thumbnail:hover figure {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.related-post-thumbnail figure .thumbnail-hover {
	opacity: 0;
	
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.related-post-thumbnail:hover figure .thumbnail-hover {
	opacity: 0.8;
}

.related-post-thumbnail img {
	width: 100%;
	height: auto;
}

.related-post-title {
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 0 9px;
}

.related-post-title a {
	color: #474747;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.related-post-title a:hover {
	color: #00acc1;
	text-decoration: none;
}


/********************************************
30.5 Post comment
*********************************************/
.post-comment {
	margin: 0 0 52px;
}

.post-comment .post-subtitle span {
	margin-left: 5px;
}

.comment-list,
.comment-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list li {
	margin-bottom: 30px;
}

.comment-list > li:last-child {
	margin-bottom: 0;
}

.comment-list ul {
	margin-top: 30px;
}

.comment-avatar {
	margin: 0 0 30px;
}

.comment-avatar figure {
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

.comment-avatar figure img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.comment-detail {
	position: relative;
	background-color: #f7f7f7;
	padding: 30px;
	border-radius: 3px;
}

.comment-detail:before {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	width: 0; 
	height: 0;
	margin-top: -10px;
	margin-left: -10px; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f7f7f7;
}

.comment-name {
	font-weight: 700;
	color: #474747;
	margin: 0 0 10px;
}

.comment-date {
	font-size: 0.8571em;
	color: #a7a7a7;
	font-weight: 400;
	margin: 0 0 0 6px;
}

.comment-description {
	margin: 0 0 20px;
}

.comment-reply {
	font-weight: 700;
	color: #00acc1;
		
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.comment-reply:hover {
	color: #474747;
	text-decoration: none;
}


/********************************************
31.0 Page with sidebar
*********************************************/
.content-wrapper {
	padding: 80px 0;
}

.sidebar-wrapper {
	position: relative;
	padding: 80px 0;
	background-color: #f7f7f7;
}

.sidebar-wrapper:before,
.sidebar-wrapper:after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	width: 100%;
	background-color: #f7f7f7;
}

.box-divider {
	position: relative;
	height: 1px;
	background-color: #e0e0e0;
}

.box-divider:before,
.box-divider:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #e0e0e0;
}

.sidebar-wrapper:before,
.box-divider:before {
	right: 100%;
}

.sidebar-wrapper:after,
.box-divider:after {
	left: 100%;
}


/********************************************
32.0 Sidebar widget
*********************************************/
aside.widget {
	margin-bottom: 65px;
}

aside.widget:last-child {
	margin-bottom: 0px;
}

.sidebar-title {
	position: relative;
	font-size: 1.7142em;
	font-weight: 400;
	color: #474747;
	line-height: 1.4em;
	text-transform: uppercase;
	margin: -8px 0px 40px 0px;
	padding: 0 0 12px;
	border-bottom: rgba(224,224,224,1) solid 1px;;
}

.sidebar-title:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	margin-bottom: -1px;
	width: 40px;
	height: 1px;
	background-color: rgba(71,71,71,1);
}


/********************************************
32.1 Widget recent post
*********************************************/
.recent-wrap {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}

.recent-wrap:last-child {
	margin-bottom: 0;
}

.recent-post-thumb {
	display: table-cell;
	vertical-align: top;
	width: 84px;
}

.recent-post-thumb figure {
	position: relative;
	width: 84px;
	height: 84px;
	overflow: hidden;
}

.recent-post-thumb figure .thumbnail-hover {
	opacity: 0;
	
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.recent-post-thumb figure:hover .thumbnail-hover {
	opacity: 0.8;
}

.recent-post-detail {
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 20px;
}

.recent-post-detail h4 {
	font-size: 1em;
	margin: 0 0 8px;
}

.recent-post-detail h4 a {
	color: #474747;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.recent-post-detail h4 a:hover {
	color: #00acc1;
	text-decoration: none;
}


/********************************************
32.2 Widget categories
*********************************************/
.widget_categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_categories ul li {
	position: relative;
	font-weight: 700;
	margin: 0 0 10px;
	padding: 0 0 0 30px;
}

.widget_categories ul li:before {
	position: absolute;
	font-family: FontAwesome;
	content: '\f054';
	font-size: 9px;
	font-weight: 400;
	text-align: center;
	line-height: 16px;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	margin: 1px 0 0 0;
	color: #00acc1;
	background-color: #e5e5e5;
	border-radius: 3px;
}

/* === Only Firefox === */
@-moz-document url-prefix() {
    .widget_categories ul li:before {
		line-height: 15px;
	}
}
/* ===== END ===== */

.widget_categories ul li a {
	color: #474747;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.widget_categories ul li a:hover {
	color: #00acc1;
	text-decoration: none;
}

.widget_categories ul ul {
	padding: 10px 0 0 0;
}

.widget_categories ul ul li {
	font-weight: 400;
	padding: 0 0 0 25px;
}

.widget_categories ul ul li:before {
	content: '\f068';
	background-color: transparent;
}


/********************************************
32.3 Widget gallery
*********************************************/
.widget_gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.widget_gallery ul li {
	width: 33.3333%;
	float: left;
}

.widget_gallery ul li figure {
	position: relative;
}

.widget_gallery figure img {
	width: 100%;
	height: auto;
}

.widget_gallery figure .thumbnail-hover {
	opacity: 0;
	
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.widget_gallery figure:hover .thumbnail-hover {
	opacity: 0.8;
}


/********************************************
32.4 Widget tag cloud
*********************************************/
.widget_tag_cloud .tagcloud {
	overflow: hidden;
}

.widget_tag_cloud .tagcloud a {
	font-size: 0.8571em;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	float: left;
	margin: 0px 5px 5px 0px;
	white-space: nowrap;
	background-color: #00acc1;
	padding: 0px 15px;
	border-radius: 2px;
	line-height: 36px;
	
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-ms-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}

.widget_tag_cloud .tagcloud a:hover {
	background-color: #4dd0e1;
	
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}


/********************************************
33.0 Fit image to DIV
*********************************************/
.fit-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


/********************************************
34.0 Paper ripple effect
*********************************************/
svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

circle {
	fill: rgba(255,255,255,0.3);
}

.button.white circle,
.fab.white circle {
	fill: rgba(224,224,224,0.3);
}


/********************************************
35.0 Thumbnail hover
*********************************************/
.thumbnail-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(33,33,33,0.3);
}


/********************************************
36.0 Animation settings
*********************************************/
.animate-fadeIn {
	opacity: 0;
}

.animate-fadeInUp {
	position: relative;
	top: 60px;
	opacity: 0;
}

.animate-fadeInDown {
	position: relative;
	top: -60px;
	opacity: 0;
}

.animate-fadeInLeft {
	position: relative;
	left: -60px;
	opacity: 0;
}

.animate-fadeInRight {
	position: relative;
	left: 60px;
	opacity: 0;
}


/********************************************
37.0 Media queries for responsive design
*********************************************/
@media (min-width: 480px) {
	.about-us-element i {
		font-size: 140px;
	}
	
	.carousel-block-title h1 {
		font-size: 3.5714em;
	}
	
	.services-panel3 .carousel-block-title h1 {
		padding: 0 40px;
	}
	
	.services-panel3 .service-item .box-icon {
		margin: 0;
	}
	
	.services-panel3 .service-item .item-list-description {
		margin: 0 0 40px;
	}
	
	.content-block2 .content-block-detail {
		padding: 45px 30px;
	}
	
	.content-block2 .content-block-detail .read-more {
		float: right;
	}
	
	.content-block3.text-left .text-block,
	.content-block3.text-right .text-block {
		padding: 60px 50px;
	}
	
	.portfolio-panel3 .portfolio-tabs-detail .item-list-description {
		margin: 0 0 44px;
	}
	
	h2.featured-area-title,
	h1.page-title,
	.overlay-title h1 {
		font-size: 2.8571em;
	}
	
	.featured-area-subtitle {
		font-size: 1.2857em;
	}
	
	.post-author {
		display: table;
	}
	
	.post-author-avatar {
		display: table-cell;
		vertical-align: top;
		width: 124px;
	}
	
	.post-author-detail {
		display: table-cell;
		vertical-align: top;
		padding: 0 0 0 30px;
	}
}

@media (min-width: 768px) {
	#main-menu .nav-open {
		height: 74px !important;
		width: 89px;
	}
	
	#main-menu.left .burger-wrap {
		margin: 19px 0 0 19px;
	}
	
	#main-menu.right .burger-wrap {
		margin: 47px 30px 0 0;
	}
	
	.block-title h1 {
		font-size: 3.4285em;
		padding: 0 15px;
	}
	
	.line-before:before,
	.line-before:after,
	.line-after:before,
	.line-after:after {
		bottom: 12px;
	}
	
	.line-before:after,
	.line-after:after {
		width: 40px;
	}
	
	.slider-panel .slide-nav .slide-prev,
	.page-header-featured .slide-nav .slide-prev {
		left: 30px;
	}
	
	.slider-panel .slide-nav .slide-next,
	.page-header-featured .slide-nav .slide-next {
		right: 30px;
	}
	
	h2.featured-area-title,
	h1.page-title {
		font-size: 3.4285em;
	}
	
	.overlay-title h1 {
		font-size: 3.4285em;
		padding: 0 0 8px;
	}
	
	.featured-area-subtitle {
		font-size: 1.7142em;
	}
	
	.single-post-meta {
		display: block;
	}
	
	.single-post-meta ul li a {
		margin: 0 0 0 5px;
	}
	
	.single-post-meta ul li > span {
		display: inline-block;
	}
	
	.widget_gallery ul li {
		width: 16.6666%;
	}
	
	.blog-entry-title {
		display: table;
	}
	
	.post-date {
		display: table-cell;
		vertical-align: top;
		width: 76px;
	}
	
	.post-title {
		display: table-cell;
		vertical-align: top;
		padding: 0 0 0 20px;
	}
	
	.post-title h2 {
		font-size: 2.1428em;
	}
	
	.blog-entry .blog-meta ul li:first-child {
		display: none;
	}
	
	.comment-wrapper {
		display: table;
		width: 100%;
	}
	
	.comment-avatar {
		display: table-cell;
		vertical-align: top;
		width: 130px;
		margin: 0;
	}
	
	.comment-avatar figure {
		margin-left: inherit;
		margin-right: inherit;
	}
	
	.comment-detail {
		display: table-cell;
		vertical-align: top;
		padding: 30px 30px 7px 30px;
	}
	
	.comment-detail:before {
		left: 0;
		margin-top: 30px;
		margin-left: -20px; 
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent; 
		border-right:10px solid #f7f7f7;
	}
	
	.comment-name {
		margin: 0px 70px 10px 0px;
	}
	
	.comment-reply {
		position: absolute;
		top: 30px;
		right: 30px;
	}
	
	.comment-list > li > ul {
		margin-left: 130px;
	}
}

@media (min-width: 992px) {
	#main-menu .nav-open {
		height: 140px !important;
		width: 145px;
	}
	
	#main-menu.left .burger-wrap {
		margin: 30px 0 0 60px;
	}
	
	#main-menu.right .burger-wrap {
		margin: 47px 0 0 54px;
	}
	
	.services-panel3 .service-item .box-icon {
		margin: 0 0 40px;
	}

	.services-panel3 .service-item .item-list-description {
		margin: 0 0 60px;
	}
	
	.services-panel3 .service-item .button {
		margin: 0 0 40px;
	}
	
	.content-block3 .content-height,
	.content-block3 .img-height {
		min-height: 100vh;
	}
	
	.content-block3.text-left .text-block {
		padding: 80px 50px 80px 80px;
	}
	
	.content-block3.text-right .text-block {
		padding: 80px 80px 80px 50px;
	}
	
	.portfolio-panel3 .portfolio-tabs-wrapper {
		height: 33.3333vw;
		overflow: hidden;
	}
	
	/* === Only Chrome === */
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .normalScroll .portfolio-panel3 .portfolio-tabs-wrapper {
            height: 32.9795vw;
        }
    }
    /* === END === */
    
    /* === Only Firefox === */
    @-moz-document url-prefix() {
        .normalScroll .portfolio-panel3 .portfolio-tabs-wrapper {
            height: 32.9355vw;
        }
    }
    /* === END === */
		
	.portfolio-panel3 .portfolio-tabs-list {
		width: 33.3333%;
		float: left;
	}
	
	.portfolio-panel3 .portfolio-detail-wrapper {
		width: 66.6666%;
		float: right;
	}
	
	.portfolio-panel3 .portfolio-tabs {
		width: 66.6666%;
		display: table;
		margin-top: 0;
	}
	
	.portfolio-panel3 .portfolio-tabs-img {
		display: table-cell;
		vertical-align: top;
		width: 50%;
	}
	
	.portfolio-panel3 .portfolio-tabs-detail {
		display: table-cell;
		vertical-align: top;
		width: 50%;
		padding: 62px 40px;
	}
	
	.contact-info-wrapper {
		padding: 0 0 0 15px;
	}
	
	.box.contact-form-wrapper {
		margin: 0 0 30px;
	}
	
	.overlay-title h1 {
		margin: 0 0 16px;
	}
	
	.single-post-meta {
		float: left;
		width: calc(100% - 170px);
		margin: 0;
	}
	
	.post-social-media {
		float: right;
	}
	
	.page-sidebar-wrapper {
		width: 100%;
		display: table;
	}
	
	.content-wrapper,
	.sidebar-wrapper {
		display: table-cell;
		vertical-align: top;
	}
	
	.content-wrapper {
		width: 68%;
		padding: 80px 15px 80px 0px;
	}
	
	.sidebar-wrapper {
		width: 32%;
		padding: 80px 0px 80px 15px;
		
		-webkit-box-shadow: inset 1px 0px 1px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: inset 1px 0px 1px 0px rgba(0,0,0,0.1);
		box-shadow: inset 1px 0px 1px 0px rgba(0,0,0,0.1);
	}
	
	.sidebar-wrapper:before,
	.box-divider {
		display: none;
	}
	
	.sidebar-wrapper:after {
		width: 9999px;
	}
	
	.widget_gallery ul li {
		width: 33.3333%;
	}
	
	.pagination-wrapper.small-devices {
		display: none;
	}
	
	.pagination-wrapper.desktop-display {
		display: block;
	}
}

@media (min-width: 1200px) {
	.slider-panel .slide-nav .slide-prev,
	.page-header-featured .slide-nav .slide-prev {
		left: -60px;
		opacity: 0;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
	.slider-panel .slide-nav .slide-next,
	.page-header-featured .slide-nav .slide-next {
		right: -60px;
		opacity: 0;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
	.slider-panel:hover .slide-nav .slide-prev,
	.page-header-featured:hover .slide-nav .slide-prev {
		left: 60px;
		opacity: 1;
	}
	
	.slider-panel:hover .slide-nav .slide-next,
	.page-header-featured:hover .slide-nav .slide-next {
		right: 60px;
		opacity: 1;
	}
	
	.contact-info-wrapper {
		padding: 0 0 0 30px;
	}
}




/*=================================================================//  margin  //=================================================================*/

.mt12 {margin-top:12px;}
.mr10 {margin-right:10px;}


/*===============================================================//  line-height //===============================================================*/

.lh01 {line-height:3em;}