body {
	margin: 0px;
	padding: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-family:nanumGothic, arial, sans-serif;
}
#wrapper {
	float: left;
	width: 100%;
}
#header{
	float: left;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1;
	color: rgba(40,43,52,1);
}
#header-inner {
	width: 1120px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#header-inner-logo {
	float: left;
	
}
#header-inner-logo-icon {
	float: left;
	height: 60px;
	width: 50px;
	font-size: 40px;
	text-align: center;
	padding-top:20px;
}
#header-inner-logo-text {
	float: left;
	height: 60px;
	font-size: 20px;
}
#header-inner-logo-text span {
	font-weight: 600;
}
#header-inner-nav {
	float: right;
	padding-top:15px;
}
#header-inner-nav p {
	font-size: 16px;
	font-weight:bold;
	color: inherit;
	text-decoration: none;
	font-weight: 520;
	display: block;
	float: left;
	margin-left: 0px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	line-height: 35px;
	padding-right: 7px;
	margin-bottom: 0px;
	margin-top: 7px;
}
#header-inner-nav p:hover {
	
	cursor:pointer;
}
.tab {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.tab img {
	float: left;
}
.tab-headline {
	position: absolute;
	left: 50%;
	top: 50%;
	font-family: 'Nanum Gothic', sans-serif;
}
.tab-headline p {
	border: 4px solid rgba(255,255,255,1);
	font-size: 100px;
	color: rgba(255,255,255,1);
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 300;
	margin: 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.tab-headline p:hover {
	color: rgba(239,74,74,1);
	border-top-color: rgba(239,74,74,1);
	border-right-color: rgba(239,74,74,1);
	border-bottom-color: rgba(239,74,74,1);
	border-left-color: rgba(239,74,74,1);
}
.tab-button{
	float: left;
	height: 60px;
	line-height: 60px;
	background-color: #282b34;
	margin-right: 30px;
	margin-left: 30px;
}
.tab-button a {
	color: rgba(255,255,255,1);
	text-decoration: none;
	display: block;
	font-size: 16px;
}
.tab-button:hover .tab-button-icon{
	background-color: #0093fd;
}
.tab-button:hover .tab-button-text{
	background-color: #3D414E;
}
.tab-button-icon{
	float: left;
	height: 60px;
	width: 60px;
	text-align: center;
	background-color: #ef4a4a;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.tab-button-icon a {
	font-size: 25px;
}
.tab-button-text{
	float: left;
	height: 60px;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.tab-button-text a {
	padding-left: 30px;
	padding-right: 30px;
}



img {border: none;}
#fade {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none;
	background: #fff;
	padding: 20px; 	
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right; 
	margin: -55px -55px 0 0;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
.back-high{
	height:1000px;
}
.review-title{
	width: 547px;
  margin: auto;
}
.review-main{
	margin-top: 100px;
	display: inline-block;
}
.review-main img{
	margin-bottom: 10px;
}
.review-bottom img{
	margin-bottom: 2px;
}
.review-main-content{
	position: absolute;
  color: #fff;
  width: 732px;
  margin-left: 67px;
  margin-top: 77px;
}
.review-main-name{
	text-align: center;
  margin-top: 290px;
  font-size: 15pt;
  color: #ffc801;
}
.review-bottom{
	display: inline-block;
}
.review-bottom-content{
	position: absolute;
  width: 581px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 16px;
  margin-left: 50px;
}
.review-bottom-content-name{
	margin-left: 777px;
}
.review-rolling{
  height: 255px;
  overflow: hidden;
  z-index: 100;
  position: absolute;
}
.rolling-position{
  transition: margin-top 1s;
}
.tab-headline-review{
	position: absolute;
  left: 50%;
  top: 50%;
  font-family: 'Nanum Gothic', sans-serif;
  margin-left: -438px;
  margin-top: -412px;
}
.gmap-center{
	width: 1047px;
	margin: auto;
}
.gmap1{
	position:absolute;
	margin-top: 123px;
  margin-left: -3px;
}
.gmap2{
	position: absolute;
  margin-top: 613px;
  margin-left: -3px;
}
.gmap3{
	position: absolute;
	margin-top: 122px;
  margin-left: -3px;
}