@charset "utf-8";
::selection {
	background:#00bbba;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#00bbba;
	color:#FFF;
	text-shadow:none;
}
.container {
	position:relative;
	width:auto;
	padding:0 10px;
	margin:0 auto;
	display:block;
	zoom:1;
}
.container:after {
	content:"";
	display:block;
	clear:both;
}
@media(min-width:1024px) {
	.container {
		width:auto;
		padding:0 10px;
	}
}
@media(min-width:1280px) {
	.container {
		width:1240px;
		padding:0;
	}
}
#header {
	position:absolute;
	width:100%;
	height:60px;
	background:#fff;
	z-index:9;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
#header a:focus,#header a:active,#header a:hover {
	text-decoration:none;
}
#header .logo {
	position:absolute;
	left:10px;
	top:10px;
	font-size:30px;
	font-weight:600;
	line-height:40px;
	font-family:'Raleway';
	color:#00bbba;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
#header .btn-open {
	display:block;
	position:absolute;
	background:transparent;
	top:10px;
	right:10px;
	width:40px;
	height:40px;
	border:0;
	color:#00bbba;
	font-size:24px;
}
#header .btn-open i {
}
.sidebar-opened #header .btn-open {
	display:none;
}
.sidebar-opened #header #nav {
	display:block;
}
#header .btn-close {
	display:none;
	position:fixed;
	top:10px;
	right:10px;
	width:40px;
	height:40px;
	padding:0;
	border:0;
	color:#00bbba;
	font-size:24px;
	background:transparent;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.sidebar-opened #header .btn-close {
	display:block !important;
}
#nav {
	display:none;
	position:relative;
	float:right;
	top:60px;
	right:20px;
	width:auto;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	height:40px;
	background:transparent;
	z-index:10;
}
#nav a {
	display:block;
	margin:0;
	width:100%;
	line-height:40px;
	font-size:16px;
	color:#999;
	font-weight:600;
	font-family:'Raleway';
	float:none;
	text-decoration:none;
	text-align:right;
}
#nav a:focus,#nav a:active,#nav a:hover {
	text-decoration:none;
}
#nav a.active {
	color:#000;
}
#header.header-fixed {
	position:fixed;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:60px;
	background:#fff;
	box-shadow:0px 3px 7px 0px rgba(0,0,0,.3);
}
#header.header-fixed .logo {
	left:10px;
	top:10px;
}
#header.header-fixed #nav {
	height:40px;
}
#header.header-fixed #nav a {
	line-height:40px;
	color:#999;
}
#header.header-fixed #nav a.active {
	color:#000;
}
@media (min-width:768px) {
	#header {
		height:80px;
	}
	#header .logo {
		left:10px;
		top:20px;
	}
	#header.header-fixed .logo {
		left:10px;
		top:10px;
	}
	#header .btn-open {
		display:none;
	}
	#nav {
		background:#fff;
		display:block;
		margin-right:10px;
		top:0;
		right:10px;
	}
	#nav a {
		margin:0 10px;
		width:auto;
		line-height:80px;
		text-align:center;
		float:left;
		color:#333;
	}
	#nav a.active {
		color:#00bbba;
	}
	#header.header-fixed #nav {
		height:60px;
	}
	#header.header-fixed #nav a {
		line-height:60px;
		color:#333;
	}
	#header.header-fixed #nav a.active {
		color:#00bbba;
	}
}
@media (min-width:992px) {
	#header {
		height:80px;
	}
	#header .logo {
		left:30px;
		top:20px;
	}
	#header.header-fixed .logo {
		left:30px;
		top:10px;
	}
	#header .btn-open {
		display:none;
	}
	#nav {
		display:block;
		right:30px;
	}
	#nav a {
		margin:0 10px;
		width:auto;
		line-height:80px;
		text-align:center;
		float:left;
		color:#333;
	}
	#nav a.active {
		color:#00bbba;
	}
	#header.header-fixed #nav {
		height:60px;
	}
	#header.header-fixed #nav a {
		line-height:60px;
		color:#333;
	}
	#header.header-fixed #nav a.active {
		color:#00bbba;
	}
}
@media (min-width:1280px) {
	#header {
		height:80px;
	}
	#header .logo {
		left:50px;
		top:20px;
	}
	#header.header-fixed .logo {
		left:50px;
		top:10px;
	}
	#header .btn-open {
		display:none;
	}
	#nav {
		display:block;
		right:50px;
	}
	#nav a {
		margin:0 10px;
		width:auto;
		line-height:80px;
		text-align:center;
		float:left;
		color:#333;
	}
	#nav a.active {
		color:#00bbba;
	}
	#header.header-fixed #nav {
		height:60px;
	}
	#header.header-fixed #nav a {
		line-height:60px;
		color:#333;
	}
	#header.header-fixed #nav a.active {
		color:#00bbba;
	}
}

/*푸터 */
#footer {
	width:100%;
	padding-bottom:30px;
	line-height:180%;
	color:#999;
	font-size:13px;
	background:#083434;
	overflow:hidden;
	text-align:center;
}
#footer .menu {
	padding:30px 0;
}
#footer .menu a {
	padding-left:20px;
}
#footer .menu a:first-child {
	padding-left:0;
}
#footer .menu a.text-primary {
	font-weight:700;
}
#footer a {
	color:#666;
}
#footer .info span {
	margin-right:10px;
	white-space:nowrap;
}
#footer .logo {
	margin:50px auto 20px auto;
	font-size:30px;
	color:#00bbba;
	font-weight:600;
	font-family:'Raleway';
}
@media(max-width:767px) {
	#footer {
		padding-bottom:20px;
	}
	#footer .menu {
		padding-top:20px;
	}
	#footer .menu a {
		padding-left:10px;
	}
}
@media(min-width:768px) {
	#footer {
		padding-bottom:20px;
	}
	#footer .menu {
		padding-top:40px;
	}
	#footer .menu a {
		padding-left:20px;
	}
}
@media(min-width:992px) {
	#footer {
		padding-bottom:30px;
	}
	#footer .menu {
		padding-top:50px;
	}
	#footer .menu a {
		padding-left:20px;
	}
}
@media(min-width:1280px) {
	#footer {
		padding-bottom:30px;
	}
	#footer .menu {
		padding-top:50px;
	}
	#footer .menu a {
		padding-left:20px;
	}
}
#fullpage {
	position:relative;
	top:0px;
	width:100%;
	height:100%;
	background:#00bbba;
}
.fullsection {
	width:100%;
	height:100%;
	position:relative;
}
.scrollbar {
	z-index:10;
	position:absolute;
	bottom:40px;
	left:calc(50% - 15px);
}
.scrollbar span {
	position:absolute;
	top:0;
	left:50%;
	width:30px;
	height:50px;
	margin-left:-15px;
	border:2px solid #fff;
	border-radius:50px;
	box-sizing:border-box;
}
.scrollbar span::before {
	position:absolute;
	top:10px;
	left:50%;
	content:'';
	width:6px;
	height:6px;
	margin-left:-3px;
	background-color:#fff;
	border-radius:100%;
	-webkit-animation:sdb 2s infinite;
	animation:sdb 2s infinite;
	box-sizing:border-box;
}
.scroll-text {
	margin-top:60px;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform:translate(0,0);
		opacity:0;
	}
	40% {
		opacity:1;
	}
	80% {
		-webkit-transform:translate(0,20px);
		opacity:0;
	}
	100% {
		opacity:0;
	}
}
@keyframes sdb {
	0% {
		transform:translate(0,0);
		opacity:0;
	}
	40% {
		opacity:1;
	}
	80% {
		transform:translate(0,20px);
		opacity:0;
	}
	100% {
		opacity:0;
	}
}
.mast {
	position:relative;
	display:inline-block;
	align-items:center;
	width:100%;
	height:100vh;
	color:#fff;
}
.mast:after {
	z-index:0;
	content:"";
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}
.mast>.mast__header {
	z-index:2;
	position:relative;
}
.mast__header {
	padding:0 5%;
	top:calc(50% - 57px);
}
.mast__title {
	font-family:"Raleway",monospace;
	font-size:48px;
	font-weight:600;
	text-transform:uppercase;
	width:100%;
	text-align:center;
	word-break:keep-all;
}
.mast__title span {
	-webkit-animation:letter-glow 0.7s 0s ease both;
	animation:letter-glow 0.7s 0s ease both;
	font-family:"Raleway",monospace;
	font-size:48px;
	font-weight:600;
}
@media(min-width:768px) {
	.mast__title {
		font-size:60px;
	}
	.mast__title span {
		font-size:60px;
	}
}
@media(min-width:1024px) {
	.mast__title {
		font-size:72px;
	}
	.mast__title span {
		font-size:72px;
	}
}
.mast__title span:nth-child(1) {
	-webkit-animation-delay:0.05s;
	animation-delay:0.05s;
}
.mast__title span:nth-child(2) {
	-webkit-animation-delay:0.1s;
	animation-delay:0.1s;
}
.mast__title span:nth-child(3) {
	-webkit-animation-delay:0.15s;
	animation-delay:0.15s;
}
.mast__title span:nth-child(4) {
	-webkit-animation-delay:0.2s;
	animation-delay:0.2s;
}
.mast__title span:nth-child(5) {
	-webkit-animation-delay:0.25s;
	animation-delay:0.25s;
}
.mast__title span:nth-child(6) {
	-webkit-animation-delay:0.3s;
	animation-delay:0.3s;
}
.mast__title span:nth-child(7) {
	-webkit-animation-delay:0.35s;
	animation-delay: 0.35s;
}
.mast__text {
	font-size:18px;
	margin:0 0 0.5em;
	line-height:160%;
	width:100%;
	text-align:center;
	/*white-space:pre;*/
	word-break:keep-all;
}
.mast__text span {
	-webkit-animation:letter-glow 0.7s 0s ease both;
	animation:letter-glow 0.7s 0s ease both;
	font-size:18px;
}
@media(min-width:768px) {
	.mast__text {
		font-size:28px;
	}
	.mast__text span {
		font-size:28px;
	}
}
@media(min-width:1024px) {
	.mast__text {
		font-size:36px;
	}
	.mast__text span {
		font-size:36px;
	}
}
.mast__text span:nth-child(1) {
	-webkit-animation-delay:1.05s;
	animation-delay:1.05s;
}
.mast__text span:nth-child(2) {
	-webkit-animation-delay:1.1s;
	animation-delay:1.1s;
}
.mast__text span:nth-child(3) {
	-webkit-animation-delay:1.15s;
	animation-delay:1.15s;
}
.mast__text span:nth-child(4) {
	-webkit-animation-delay:1.2s;
	animation-delay:1.2s;
}
.mast__text span:nth-child(5) {
	-webkit-animation-delay:1.25s;
	animation-delay:1.25s;
}
.mast__text span:nth-child(6) {
	-webkit-animation-delay:1.3s;
	animation-delay:1.3s;
}
.mast__text span:nth-child(7) {
	-webkit-animation-delay:1.35s;
	animation-delay:1.35s;
}
.mast__text span:nth-child(8) {
	-webkit-animation-delay:1.4s;
	animation-delay:1.4s;
}
.mast__text span:nth-child(9) {
	-webkit-animation-delay:1.45s;
	animation-delay:1.45s;
}
.mast__text span:nth-child(10) {
	-webkit-animation-delay:1.5s;
	animation-delay:1.5s;
}
.mast__text span:nth-child(11) {
	-webkit-animation-delay:1.55s;
	animation-delay:1.55s;
}
.mast__text span:nth-child(12) {
	-webkit-animation-delay:1.6s;
	animation-delay:1.6s;
}
.mast__text span:nth-child(13) {
	-webkit-animation-delay:1.65s;
	animation-delay:1.65s;
}
.mast__text span:nth-child(14) {
	-webkit-animation-delay:1.7s;
	animation-delay:1.7s;
}
.mast__text span:nth-child(15) {
	-webkit-animation-delay:1.75s;
	animation-delay:1.75s;
}
.mast__text span:nth-child(16) {
	-webkit-animation-delay:1.8s;
	animation-delay:1.8s;
}
.mast__text span:nth-child(17) {
	-webkit-animation-delay:1.85s;
	animation-delay:1.85s;
}
.mast__text span:nth-child(18) {
	-webkit-animation-delay:1.9s;
	animation-delay:1.9s;
}
.mast__text span:nth-child(19) {
	-webkit-animation-delay:1.95s;
	animation-delay:1.95s;
}
.mast__text span:nth-child(20) {
	-webkit-animation-delay:2s;
	animation-delay:2s;
}
.mast__text span:nth-child(21) {
	-webkit-animation-delay:2.05s;
	animation-delay:2.05s;
}
.mast__text span:nth-child(22) {
	-webkit-animation-delay:2.1s;
	animation-delay:2.1s;
}
.mast__text span:nth-child(23) {
	-webkit-animation-delay:2.15s;
	animation-delay:2.15s;
}
.mast__text span:nth-child(24) {
	-webkit-animation-delay:2.2s;
	animation-delay:2.2s;
}
.mast__text span:nth-child(25) {
	-webkit-animation-delay:2.25s;
	animation-delay:2.25s;
}
.mast__text span:nth-child(26) {
	-webkit-animation-delay:2.3s;
	animation-delay:2.3s;
}
.mast__text span:nth-child(27) {
	-webkit-animation-delay:2.35s;
	animation-delay:2.35s;
}
.mast__text span:nth-child(28) {
	-webkit-animation-delay:2.4s;
	animation-delay:2.4s;
}
.mast__text span:nth-child(29) {
	-webkit-animation-delay:2.45s;
	animation-delay:2.45s;
}
.mast__text span:nth-child(30) {
	-webkit-animation-delay:2.5s;
	animation-delay:2.5s;
}
.mast__text span:nth-child(31) {
	-webkit-animation-delay:2.55s;
	animation-delay:2.55s;
}
.mast__text span:nth-child(32) {
	-webkit-animation-delay:2.6s;
	animation-delay:2.6s;
}
.mast__text span:nth-child(33) {
	-webkit-animation-delay:2.65s;
	animation-delay:2.65s;
}
.mast__text span:nth-child(34) {
	-webkit-animation-delay:2.7s;
	animation-delay:2.7s;
}
.mast__text span:nth-child(35) {
	-webkit-animation-delay:2.75s;
	animation-delay:2.75s;
}
.mast__text span:nth-child(36) {
	-webkit-animation-delay:2.8s;
	animation-delay:2.8s;
}
.mast__text span:nth-child(37) {
	-webkit-animation-delay:2.85s;
	animation-delay:2.85s;
}
.mast__text span:nth-child(38) {
	-webkit-animation-delay:2.9s;
	animation-delay:2.9s;
}
.mast__text span:nth-child(39) {
	-webkit-animation-delay:2.95s;
	animation-delay:2.95s;
}
.mast__text span:nth-child(40) {
	-webkit-animation-delay:3s;
	animation-delay:3s;
}
.mast__text span:nth-child(41) {
	-webkit-animation-delay:3.05s;
	animation-delay:3.05s;
}
.mast__text span:nth-child(42) {
	-webkit-animation-delay:3.1s;
	animation-delay:3.1s;
}
.mast__text span:nth-child(43) {
	-webkit-animation-delay:3.15s;
	animation-delay:3.15s;
}
.mast__text span:nth-child(44) {
	-webkit-animation-delay:3.2s;
	animation-delay:3.2s;
}
.mast__text span:nth-child(45) {
	-webkit-animation-delay:3.25s;
	animation-delay:3.25s;
}
.mast__text span:nth-child(46) {
	-webkit-animation-delay:3.3s;
	animation-delay:3.3s;
}
.mast__text span:nth-child(47) {
	-webkit-animation-delay:3.35s;
	animation-delay:3.35s;
}
.mast__text span:nth-child(48) {
	-webkit-animation-delay:3.4s;
	animation-delay:3.4s;
}
.mast__text span:nth-child(49) {
	-webkit-animation-delay:3.45s;
	animation-delay:3.45s;
}
.mast__text span:nth-child(50) {
	-webkit-animation-delay:3.5s;
	animation-delay:3.5s;
}
.mast__text span:nth-child(51) {
	-webkit-animation-delay:3.55s;
	animation-delay:3.55s;
}
.mast__text span:nth-child(52) {
	-webkit-animation-delay:3.6s;
	animation-delay:3.6s;
}
.mast__text span:nth-child(53) {
	-webkit-animation-delay:3.65s;
	animation-delay:3.65s;
}
.mast__text span:nth-child(54) {
	-webkit-animation-delay:3.7s;
	animation-delay:3.7s;
}
.mast__text span:nth-child(55) {
	-webkit-animation-delay:3.75s;
	animation-delay:3.75s;
}
.mast__text span:nth-child(56) {
	-webkit-animation-delay:3.8s;
	animation-delay:3.8s;
}
.mast__text span:nth-child(57) {
	-webkit-animation-delay:3.85s;
	animation-delay:3.85s;
}
.mast__text span:nth-child(58) {
	-webkit-animation-delay:3.9s;
	animation-delay:3.9s;
}
.mast__text span:nth-child(59) {
	-webkit-animation-delay:3.95s;
	animation-delay:3.95s;
}
@-webkit-keyframes letter-glow {
	0% {
		opacity:0;
		text-shadow:0px 0px 1px rgba(255,255,255,0.1);
	}
	66% {
		opacity:1;
		text-shadow:0px 0px 20px rgba(255,255,255,0.9);
	}
	77% {
		opacity:0.7;
	}
	100% {
		opacity:1;
		text-shadow:0px 0px 20px rgba(255,255,255,0);
	}
}
@keyframes letter-glow {
	0% {
		opacity:0;
		text-shadow:0px 0px 1px rgba(255,255,255,0.1);
	}
	66% {
		opacity:1;
		text-shadow:0px 0px 20px rgba(255,255,255,0.9);
	}
	77% {
		opacity:0.7;
	}
	100% {
		opacity:1;
		text-shadow:0px 0px 20px rgba(255,255,255,0);
	}
}
.main-section-header {
	padding:0 0 20px 0;
	text-align:center;
}
.main-section-header h2 {
	margin:0;
	font-size:30px;
	line-height:42px;
	font-family:'Raleway';
	font-weight:600;
	color:#000;
}
@media(min-width:768px) {
	.main-section-header {
		padding:0 0 30px 0;
	}
	.main-section-header h2 {
		font-size:30px;
		line-height:60px;
	}
}
@media(min-width:1024px) {
	.main-section-header {
		padding:0 0 50px 0;
	}
	.main-section-header h2 {
		font-size:36px;
		line-height:60px;
	}
}
@media(min-width:1025px) {
	.main-section-header {
		padding:0 0 30px 0;
	}
	.main-section-header h2 {
		font-size:48px;
		line-height:72px;
	}
}
.main-company {
	width:100%;
	padding:40px 0;
}

.main-company .text {
	position: relative;
	top:0;
	left:0;
	width:100%;
}
.main-company .text1 {
	float:left;
	width:100%;
	font-weight:500;
	color:#000;
	word-break:keep-all;
	z-index:2;
}
.main-company h1 {
	color:#00bbba;
	font-size:42px;
	font-weight:600;
	font-family:'Raleway';
}
.main-company h2 {
	margin-bottom:20px;
	font-size:17px;
	color:#333;
	word-break:keep-all;
}
.main-company .text1 .btn-go {
	display:inline-block;
	text-align:left;
	position:relative;
	
	margin-bottom:20px;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	border:1px solid #ddd;
	border-radius:3px;
	background:transparent;
}
.main-company .text1 .btn-go a {
	display:inline-block;
	box-sizing:border-box;
	padding:7px 15px;
	font-size:14px;
	font-weight:600;
	font-family:'Raleway';
	position:relative;
	color:#666;
	z-index:3;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
.main-company .text1 .body .btn-go i {
	font-size:14px;
}
.main-company .text1 .btn-go::before {
	content:'';
	width:0;
	height:100%;
	background-color:#00bbba;
	position:absolute;
	border-radius:0;
	left:0px;
	top:0px;
	z-index:3;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
.main-company .text1 .btn-go::after {
	content:'';
	position:absolute;
	top:0;
	right:0;
	width:0;
	height:0;
	display:inline-block;
	z-index:5;
	opacity:0;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
.main-company .text1 .btn-go:hover {
}
.main-company .text1 .btn-go:hover a {
	color:#fff;
}
.main-company .text1 .btn-go:hover::before {
	width:100%;
}
.main-company .text1 .btn-go:hover::after {
	opacity:1;
}
.main-company .text2 {
	float:right;
	width:100%;
	font-size:14px;
	color:#333;
	word-break:keep-all;
	z-index:2;
}

@media(min-width:768px) {
	.main-company {
		padding:60px 0;
	}
	.main-company .text1 {
		width:40%;
	}
	.main-company h1 {
		font-size:30px;
	}
	.main-company h2 {
		font-size:18px;
	}
	.main-company .text1 .btn-go {
		display:inline-block;
	}
	.main-company .text1 .btn-go a {
		padding:5px 10px;
		font-size:14px;
	}
	.main-company .text2 {
		width:60%;
		font-size:16px;
	}
}
@media(min-width:992px) {
	.main-company {
		padding:80px 0;
	}
	.main-company .text1 {
		width:40%;
	}
	.main-company h1 {
		font-size:36px;
	}
	.main-company h2 {
		font-size:18px;
	}
	.main-company .text1 .btn-go {
		display:inline-block;
	}
	.main-company .text1 .btn-go a {
		padding:7px 15px;
		font-size:14px;
	}
	.main-company .text2 {
		width:60%;
		font-size:16px;
	}
}
@media(min-width:1280px) {
	.main-company {
		padding:100px 0;
	}
	.main-company .text1 {
		width:50%;
	}
	.main-company h1 {
		font-size:42px;
	}
	.main-company h2 {
		font-size:18px;
	}
	.main-company .text1 .btn-go {
		display:inline-block;
	}
	.main-company .text1 .btn-go a {
		padding:7px 15px;
		font-size:16px;
	}
	.main-company .text2 {
		width:50%;
		font-size:16px;
	}
}
.main-portfolio {
	text-align:center;
	background-color:#333;
}
.main-portfolio:after {
	content:"";
	display:block;
	clear:both;
}
.main-portfolio ul {
	margin:0;
	zoom:1;
}
.main-portfolio ul:after {
	content:"";
	display:block;
	clear:both;
}
.main-portfolio li {
	float:left;
	width:50%;
}
.main-portfolio li a {
	display:block;
	position:relative;
}
.main-portfolio .thumb {
	position:relative;
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.main-portfolio .thumb img {
	display:block;
	width:100%;
	height:auto;
	vertical-align:top;
	vertical-align:top;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.main-portfolio .thumb:before {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	filter:alpha(opacity=0);
	opacity:0;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.main-portfolio a:hover .thumb:before {
	filter:alpha(opacity=100);
	opacity:1;
}
.main-portfolio a:hover .thumb img {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.main-portfolio .overlay {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	text-align:center;
	background:#00bbba;
	filter:alpha(opacity=0);
	opacity:0;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.main-portfolio .title {
	height:80px;
	position:absolute;
	top:30%;
	left:10%;
	right:10%;
	color:#fff;
	font-weight:500;
	font-size:16px;
	word-break:keep-all;
}
.main-portfolio a .overlay .more {
	position:absolute;
	bottom:20%;
	left:0;
	right:0;
	overflow:hidden;
}
.main-portfolio a:hover .overlay {
	filter:alpha(opacity=80);
	opacity:.8;
}
@media(min-width:768px) {
	.main-portfolio li {
		width:25%;
	}
	.main-portfolio .title {
		height:80px;
		font-size:16px;
	}
}
@media(min-width:992px) {
	.main-portfolio li {
		width:20%;
	}
	.main-portfolio li:nth-child(11n),
	.main-portfolio li:nth-child(12n) {
		display:none;
	}
	.main-portfolio .title {
		height:80px;
		font-size:18px;
	}
}
/*
.modal-Porfolio .modal-dialog {
	max-width:1240px;
	height:calc(100% - 20px);
	top:10px;
}
*/
.portfolio-layer-bg {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
	z-index:99;
}
/*
.portfolio-layer {
	display:none;
	position:fixed;
	top:10px;
	left:50%;
	right:auto;
	bottom:10px;
	width:1240px;
	margin-left:-620px;
	padding:0;
	border:0;
	background:#fff;
	z-index:100;
}
*/
.portfolio-layer {
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding:0;
	border:0;
	background:#fff;
	z-index:100;
}
.portfolio-layer .close {
	position:absolute;
	top:0;
	right:0;
	width:39px;
	height:39px;
	overflow:hidden;
	text-indent:-9999em;
	background:url(../img/sub/btn_close.gif) no-repeat;
}
.portfolio-view {
	font-size:14px;
	zoom:1;
}
.portfolio-view:after {
	content:"";
	display:block;
	clear:both;
}
.portfolio-view .view-subject {
	font-size:18px;
	color:#FFF;
	background:#00bbba;
}
.portfolio-view .view-content {
	position:fixed;
	top:10%;
	right:0;
	bottom:10%;
	left:0;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	outline:0;
}
.main-client {
	margin:70px 0;
	text-align:center;
}
.main-client:after {
	content:"";
	display:block;
	clear:both;
}
.main-client ul {
	margin:0 0 0 -7%;
	zoom:1;
}
.main-client ul:after {
	content:"";
	display:block;
	clear:both;
}
.main-client li {
	float:left;
	width:26.33%;
	margin:0 0 0 7%;
}
.main-client li a {
	display:block;
	position:relative;
}
.main-client .thumb {
	position:relative;
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.main-client .thumb img {
	display:block;
	width:100%;
	height:auto;
	vertical-align:top;
	vertical-align:top;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
@media(min-width:768px) {
	.main-client li {
		width:13%;
	}
	.main-client li:nth-child(11n),
	.main-client li:nth-child(12n) {
		display:none;
	}
}
.main-section-more {
	margin-top:30px;
	text-align:center;
}
.main-section-more .more {
	display:inline-block;
	text-align:left;
	position:relative;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	border:1px solid #333;
	border-radius:2px;
	background:transparent;
}
.main-section-more .more a {
	display:inline-block;
	box-sizing:border-box;
	padding:10px 50px;
	font-size:16px;
	font-family:'Raleway';
	position:relative;
	color:#333;
	z-index:3;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
.main-section-more .more::before {
	content:'';
	width:0%;
	height:100%;
	background-color:#00bbba;
	position:absolute;
	border-radius:0;
	left:0px;
	top:0px;
	z-index:3;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
.main-section-more .more::after {
	content:'';
	position:absolute;
	top:0;
	right:0;
	width:0;
	height:0;
	display:inline-block;
	z-index:5;
	opacity:0;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
.main-section-more .more:hover {
}
.main-section-more .more:hover a {
	color:#fff;
}
.main-section-more .more:hover::before {
	width:100%;
}
.main-section-more .more:hover::after {
	opacity:1;
}

@media(max-width:767px) {
	.main-section-more {
		margin-top:10px;
	}
	.main-section-more .more a {
		padding:7px 50px;
		font-size:13px;
	}
}
@media(min-width:992px) {
	.main-section-more {
		margin-top:30px;
	}
	.main-section-more .more a {
		padding:10px 50px;
		font-size:15px;
	}
}
.main-contact {
	position:relative;
	width:100%;
	color:#fff;
	font-size:13px;
	overflow:hidden;
	padding:70px 0 0 0;
	background:#f8f7f6;
}
.main-contact #contact-form {
	font-size:15px;
	margin-bottom:50px;
	zoom:1;
}
.main-contact #contact-form .required {
	background:url("http://erun.kr/theme/erun/img/common/wrest.gif") #fff 3px 3px no-repeat !important
}
.main-contact #contact-form .form-group {
	padding:10px 0;
	zoom:1;
}
.main-contact #contact-form .form-group:after {
	content:"";
	display:block;
	clear:both;
}
.main-contact #contact-form .form-group .col {
	width:48%;
	margin-bottom:10px;
}
.main-contact #contact-form .form-group .col-left {
	float:left;
}
.main-contact #contact-form .form-group .col-right {
	float:right;
}

.main-contact #contact-form label {
	margin-right:10px;
	display:inline-block;
	line-height:180%;
	vertical-align:middle;
	font-size:15px;
	color:#666;
}
.main-contact #contact-form .form-group input {
	vertical-align:middle;
}
.main-contact #contact-form input[type="text"] {
	width:calc(100% - 40px);
	height:40px;
	padding:0 10px;
	line-height:40px;
	color:#333;
	border:1px solid #ccc;
	background-color:#fff;
	font-size:15px;
	vertical-align:middle;
	-moz-border-radius:0 3px 3px 0;
	-webkit-border-radius:0 3px 3px 0;
	-o-border-radius:0 3px 3px 0;
	-ms-border-radius:0 3px 3px 0;
	border-radius:0 3px 3px 0;
}
.main-contact #contact-form .col::before {
	float:left;
	width:40px;
	height:40px;
	padding:12px 0;
	display:inline-block;
	text-align:center;
	background:#fff;
	border:1px solid #ccc;
	border-right:hidden;
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
	color:#999;
	font:normal normal normal 14px/1 FontAwesome;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.main-contact #contact-form .col.icon-company::before {
	content:"\f1ad";
}
.main-contact #contact-form .col.icon-name::before {
	content:"\f007";
}
.main-contact #contact-form .col.icon-email::before {
	content:"\f0e0";
}
.main-contact #contact-form .col.icon-tel::before {
	content:"\f095";
}
.main-contact #contact-form .col.icon-file::before {
	content:"\f15b";
}
.main-contact #contact-form input::placeholder {
	color:#999;
}
.main-contact #contact-form input:focus {
	color:#666;
	height:40px;
	font-size:15px;
	border:1px solid #00bbba !important;
	outline:0;
	-webkit-box-shadow:0;
	-moz-box-shadow:0;
	box-shadow:0;
	-webkit-transition:border linear .2s,box-shadow linear .2s;
	-moz-transition:border linear .2s,box-shadow linear .2s;
	-o-transition:border linear .2s,box-shadow linear .2s;
	transition:border linear .2s,box-shadow linear .2s;
}
.main-contact #contact-form input:focus::-webkit-input-placeholder {
	color:transparent;
}
.main-contact #contact-form input:focus::-moz-placeholder {
	color:transparent;
}
.main-contact #contact-form .form-group-textarea {
	padding:5px 0;
	zoom:1;
}
.main-contact #contact-form .form-group-textarea:after {
	content:"";
	display:block;
	clear:both;
}
.main-contact #contact-form .form-group-textarea textarea {
	width:100%;
	height:150px;
	padding:10px;
	color:#333;
	font-size:16px;
	line-height:180%;
	border:1px solid #ccc;
	background-color:#fff;
	vertical-align:middle;
	border-radius:2px !important;
}
.main-contact #contact-form textarea::placeholder {
	color:#999;
}
.main-contact #contact-form textarea:focus {
	color:#666;
	height:40px;
	font-size:15px;
	border:1px solid #00bbba !important;
	outline:0;
	-webkit-box-shadow:0;
	-moz-box-shadow:0;
	box-shadow:0;
	-webkit-transition:border linear .2s,box-shadow linear .2s;
	-moz-transition:border linear .2s,box-shadow linear .2s;
	-o-transition:border linear .2s,box-shadow linear .2s;
	transition:border linear .2s,box-shadow linear .2s;
}
.main-contact #contact-form textarea:focus::-webkit-input-placeholder {
	color:transparent;
}
.main-contact #contact-form textarea:focus::-moz-placeholder {
	color:transparent;
}
.main-contact #contact-form .form-group-file {
	padding:10px 0;
	zoom:1;
}
.main-contact #contact-form .form-group-file:after {
	content:"";
	display:block;
	clear:both;
}
.main-contact #contact-form .form-group-file .col {
	position:relative;
}
.main-contact #contact-form .form-group-file a {
	line-height:180%px;
	color:#333;
	font-size:15px;
}
.main-contact #contact-form .form-group-file input[type="text"] {
	width:90%;
	height:40px;
	padding:0 10px;
	line-height:40px;
	color:#333;
	border:1px solid #ccc;
	background-color:#fff;
	font-size:15px;
	vertical-align:middle;
	-moz-border-radius:0 3px 3px 0;
	-webkit-border-radius:0 3px 3px 0;
	-o-border-radius:0 3px 3px 0;
	-ms-border-radius:0 3px 3px 0;
	border-radius:0 3px 3px 0;
	!important;
}
.main-contact #contact-form .form-group-file .file-input-textbox {
	float:left
}
.main-contact #contact-form .form-group-file .file-input-div {
	position:absolute;
	float:right;
	width:10%;
	height:40px;
	top:0;
	right:0;
	overflow:hidden;
}
.main-contact #contact-form .form-group-file .file-input-button {
	width:100%;
	height:40px;
	position:absolute;
	top:0px;
	right:0px;
	font-size:15px;
	color:#fff;
	border:1px solid #333;
	background-color:#666;
	border-radius:0 2px 2px 0 !important;
	appearance:none;
}
.main-contact #contact-form .form-group-file .file-input-hidden {
	font-size:45px;
	position:absolute;
	right:0px;
	top:0px;
	opacity:0;
	filter:alpha(opacity=0);
}
.main-contact #contact-form .help {
	position:relative;
	display:inline-block;
	width:100%;
	padding-top:10px;
	color:#999;
	font-size:15px;
}
.main-contact #contact-form .help a {
	color:#999;
	font-weight:400;
}
.main-contact #contact-form .footer-agree {
	padding:15px 0;
	font-size:16px;
	line-height:180%;
	color:#666;
	display:block;
}
.main-contact #contact-form .footer-agree a {
	color:#333;
	text-decoration:none;
}
.main-contact #contact-form .checkbox {
	position:relative;
	display:inline-block;
	line-height:25px;
	vertical-align:top;
	overflow:hidden;
	cursor:pointer;
}
.main-contact #contact-form .checkbox input[type="checkbox"] {
	position:absolute;
	left:1px;
	top:1px;
	width:13px;
	height:13px;
	margin:0;
	padding:0;
	margin-left:-16px;
	z-index:-1;
}
.main-contact #contact-form .checkbox input+span {
	display:inherit;
	padding-left:1px;
	color:#666;
	font-size:0;
	line-height:11px;
	white-space:nowrap;
	word-break:break-all;
	border:0;
}
.main-contact #contact-form .checkbox input:focus+span {
	color:#666;
	border:0;
}
.main-contact #contact-form .checkbox input+span h1 {
	display:inherit;
	margin-left:8px;
	margin-top:-5px;
	font-size:16px;
	font-weight:normal;
	vertical-align:middle;
}
.main-contact #contact-form .checkbox span span {
	display:inline-block;
	width:18px;
	height:18px;
	margin-left:-25px;
	border:1px solid #bbb;
	background-color:#fff;
	vertical-align:middle;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	border-radius:2px !important;
}
.main-contact #contact-form .checkbox span span i {
	display:none;
	position:absolute;
	font-size:14px;
	color:#00bbba;
	text-align:center;
}
.main-contact #contact-form .checkbox input[type="checkbox"]+span span i {
	left:2px;
	top:11px;
}
.main-contact #contact-form .checkbox input[type="checkbox"]:checked+span span {
	border-color:#00bbba;
}
.main-contact #contact-form .checkbox input[type="checkbox"]:checked+span span i {
	display:block;
}
.main-contact #contact-form .checkbox input[type="checkbox"]:disabled+span span {
	background: #eee;
}

.main-contact #contact-form .footer-agree input {
	vertical-align:middle;
}
.main-contact #contact-form .footer-btn {
	text-align:center;
	margin-top:30px;
}
.main-contact #contact-form .footer-btn button {
	background-color:#00bbba;
	border-color:#00bbba;
}
@media(max-width:767px) {
	.main-contact #contact-form .form-group {
		padding:0;
	}
	.main-contact #contact-form .form-group .col {
		width:100%;
	}
	.main-contact #contact-form .form-group-textarea textarea {
		height:100px;
		padding:5px;
	}
	.main-contact #contact-form .footer-agree {
		padding:10px 0;
	}
	.main-contact #contact-form .form-group-file input[type="text"] {
		width:80%;
	}
	.main-contact #contact-form .form-group-file .file-input-div {
		width:20%;
	}
}
@media (min-width:768px) {
	.main-contact #contact-form .form-group {
		padding:10px 0;
	}
	.main-contact #contact-form .form-group .col {
		width:48%;
	}
	.main-contact #contact-form .form-group-textarea textarea {
		height:150px;
		padding:10px;
	}
	.main-contact #contact-form .footer-agree {
		padding:15px 0;
	}
	.main-contact #contact-form .form-group-file input[type="text"] {
		width:90%;
	}
	.main-contact #contact-form .form-group-file .file-input-div {
		width:10%;
	}
}
.main-contact #map {
	float:left;
	width:100%;
	height:250px;
	color:#333;
}
.main-contact #map .customoverlay {
	position:relative;
	bottom:55px;
	border-radius:3px;
	border:1px solid #ccc;
	color:#fff;
	border-bottom:2px solid #ddd;
	float:left;
	padding:5px 10px;
	font-weight:600;
	font-family:'Raleway';
	font-size:18px;
	background:#00bbba;
}
.main-contact #map .customoverlay:nth-of-type(n) {
	border:0;
	box-shadow:0px 1px 2px #888;
}
.main-contact .info {
	float:right;
	width:100%;
	padding:40px 0;
	text-align:center;
	box-shadow:0 3px 9px rgba(0,0,0,.5);
	background:#00bbba;
	z-index:2;
}
.main-contact .info h2 {
	position:relative;
	width:30%;
	margin:0 auto 30px auto;
	text-align:center;
	font-size:30px;
	line-height:50px;
	font-weight:500;
}
.main-contact .info h2:before {
	content:"";
	position:absolute;
	top:50%;
	left:0;
	right:0;
	height:1px;
	background:#938a82;
}
.main-contact .info h2 span {
	position:relative;
	display:inline-block;
	padding:0 20px;
}
.main-contact .info .tel {
	margin:0 0 30px 0;
	font-weight:600;
	font-size:36px;
}
.main-contact .info .tel i {
	font-size:32px;
}
.main-contact .info .email {
	margin-left:20px;
}
.main-contact .info span i {
	font-size:14px;
}
.main-contact .info .add {
	font-size:16px;
	margin:20px 0;
}
@media(min-width:481px) {
	.main-contact #map {
		width:100%;
		height:250px;
	}
	.main-contact .info {
		width:100%;
		padding:30px 0;
		font-size:16px;
	}
	.main-contact .info h2 {
		width:40%;
		margin:0 auto 20px auto;
		font-size:24px;
		line-height:30px;
	}
	.main-contact .info .tel {
		margin:0 0 20px 0;
		font-size:30px;
	}
	.main-contact .info .tel i {
		font-size:24px;
	}
	.main-contact .info .email {
		margin-left:5px;
	}
}
@media (min-width:768px) {
	.main-contact #map {
		width:100%;
		height:300px;
	}
	.main-contact .info {
		width:100%;
		padding:30px 0;
	}
	.main-contact .info h2 {
		width:40%;
		margin:0 auto 30px auto;
		font-size:24px;
		line-height:40px;
	}
	.main-contact .info .tel {
		margin:0 0 30px 0;
		font-size:36px;
	}
	.main-contact .info .tel i {
		font-size:32px;
	}
	.main-contact .info .email {
		margin-left:10px;
	}
}
@media (min-width:992px) {
	.main-contact #map {
		width:100%;
		height:400px;
	}
	.main-contact .info {
		width:100%;
		padding:40px 0;
	}
	.main-contact .info h2 {
		width:50%;
		margin:0 auto 30px auto;
		font-size:30px;
		line-height:50px;
	}
	.main-contact .info .tel {
		margin:0 0 30px 0;
		font-size:36px;
	}
	.main-contact .info .tel i {
		font-size:32px;
	}
	.main-contact .info .email {
		margin-left:20px;
	}
	.main-contact .info span i {
		font-size:14px;
	}
}
@media (min-width:1280px) {
	.main-contact #map {
		width:100%;
		height:400px;
	}
	.main-contact .info {
		position:absolute;
		bottom:50px;
		right:50px;
		width:25%;
		padding:40px 0;
	}
	.main-contact .info h2 {
		width:30%;
		margin:0 auto 30px auto;
		font-size:30px;
		line-height:50px;
	}
	.main-contact .info .tel {
		margin:0 0 30px 0;
		font-size:36px;
	}
	.main-contact .info .tel i {
		font-size:32px;
	}
	.main-contact .info .email {
		margin-left:20px;
	}
	.main-contact .info span i {
		font-size:14px;
	}
}
.sub-container {
	position:relative;
	margin:0 auto;
	width:auto;
	padding:0 10px;
	display:block;
	zoom:1;
}
.sub-container:after {
	content:"";
	display:block;
	clear:both;
}
@media(min-width:768px) {
	.sub-container {
		width:auto;
		padding:0 10px;
	}
}
@media(min-width:1280px) {
	.sub-container {
		width:1240px;
		padding:0;
	}
}
#content {
	position:relative;
	display:inline-block;
	margin-top:100px;
	padding:20px 0;
	color:#666;
	line-height:160%;
	min-height:500px;
	zoom:1;
}
#content:after {
	content:"";
	display:block;
	clear:both;
}
.content-header {
	margin:0 0 50px 0;
}
.content-header:after {
	content:"";
	display:block;
	clear:both;
}
.content-header h2 {
	margin:0;
	font-size:30px;
	font-weight:700;
	color:#000;
}
.content-header h3 {
	margin:0;
	font-size:19px;
	font-weight:700;
	color:#000;
}
.breadcrumb {
	float:right;
	margin-top:18px;
	padding-left:18px;
	font-size:11px;
	color:#999;
	background:url(../img/common/icon_home.gif) no-repeat 2px 0;
	zoom:1;
}
.breadcrumb i {
	font-size:14px;
}
@media(min-width:768px) {
	#content {
		margin-top:100px;
		width:100%;
		min-height:auto;
	}
	.content-header {
		margin:0 0 20px 0;
	}
	.content-header h2 {
		font-size:17px;
	}
	.content-header h3 {
		font-size:17px;
	}
	.breadcrumb {
		display:block;
	}
}
@media(min-width:992px) {
	#content {
		margin-top:100px;
		width:100%;
		color:#666;
		min-height:600px;
	}
	.content-header {
		margin:0 0 50px 0;
	}
	.content-header h2 {
		font-size:30px;
	}
	.content-header h3 {
		font-size:19px;
	}
	.breadcrumb {
		display: block;
	}
}



















.main-work {padding:40px 0 0 0; background:#f5f5f5;}
.main-work:after {content:""; display:block; clear:both;}
.main-work-tabs {position:relative; margin:0 auto 40px auto; zoom:1;}
.main-work-tabs li {display:block; float:left; background:#fff;}
.main-work-tabs a {display:block; margin-left:-1px; height:40px; line-height:40px; font-weight:bold; font-size:14px; color:#999; text-align:center; border:1px solid #ddd; text-decoration:none; outline:none; background:#fff;}
.main-work-tabs .active {display:block; position:relative;}
.main-work-tabs .active a {color:#fff; border:1px solid #00bbba; background:#00bbba;}
.main-work-content ul {
	margin:0;
	zoom:1;
}
.main-work-content ul:after {
	content:"";
	display:block;
	clear:both;
}
.main-work-content li {
	float:left;
	width:50%;
}
.main-work-content li a {
	display:block;
	position:relative;
}
.main-work-content .thumb {
	position:relative;
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.main-work-content .thumb img {
	display:block;
	width:100%;
	height:auto;
	vertical-align:top;
	vertical-align:top;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.main-work-content .thumb:before {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	filter:alpha(opacity=0);
	opacity:0;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.main-work-content a:hover .thumb:before {
	filter:alpha(opacity=100);
	opacity:1;
}
.main-work-content a:hover .thumb img {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.main-work-content .overlay {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	text-align:center;
	background:#00bbba;
	filter:alpha(opacity=0);
	opacity:0;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.main-work-content .cate {
	height:20px;
	position:absolute;
	top:25%;
	left:10%;
	right:10%;
	color:#fff;
	font-size:14px;
	word-break:keep-all;
}
.main-work-content .title {
	height:80px;
	position:absolute;
	top:35%;
	left:10%;
	right:10%;
	color:#fff;
	font-weight:500;
	font-size:16px;
	word-break:keep-all;
}
.main-work-content a .overlay .more {
	position:absolute;
	bottom:20%;
	left:0;
	right:0;
	overflow:hidden;
}
.main-work-content a:hover .overlay {
	filter:alpha(opacity=80);
	opacity:.8;
}
@media(min-width:768px){
	.main-work {padding:40px 0 0 0;}
	.main-work-tabs {margin:0 auto 20px auto;}
	.main-work-tabs a {height:40px; line-height:40px; font-size:14px;}
	.main-work-content li {
		width:25%;
	}
	.main-work-content .title {
		height:80px;
		font-size:16px;
	}
}
@media(min-width:992px){
	.main-work {padding:100px 0 0 0;}
	.main-work-tabs {margin:0 auto 50px auto;}
	.main-work-tabs a {height:50px; line-height:50px; font-size:16px;}
	.main-work-content li {
		width:20%;
	}
	/*.main-work-content li:nth-child(11n),
	.main-work-content li:nth-child(12n) {
		display:none;
	}*/
	.main-work-content .title {
		height:80px;
		font-size:18px;
	}
}

.work-layer-bg {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
	z-index:99;
}
.work-layer {
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding:0;
	border:0;
	background:#fff;
	z-index:100;
}
.work-layer .close {
	position:absolute;
	top:0;
	right:0;
	width:39px;
	height:39px;
	overflow:hidden;
	text-indent:-9999em;
	background:url(../img/sub/btn_close.gif) no-repeat;
}
.work-view {
	font-size:14px;
	zoom:1;
}
.work-view:after {
	content:"";
	display:block;
	clear:both;
}
.work-view .view-subject {
	font-size:18px;
	color:#FFF;
	background:#00bbba;
}
.work-view .view-content {
	position:fixed;
	top:10%;
	right:0;
	bottom:10%;
	left:0;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	outline:0;
}