@charset "utf-8";

body{margin:0px; background-image:url(../images/bg.jpg); 
letter-spacing:1px;
font-family: 'Nanum Gothic', sans-serif;
}
	
#main{ margin:auto;  width:1000px; z-index:1;}
	   
	   
a.top_link:link {  font-size:16px; color:#886B37;  text-decoration:none;
}
a.top_link:visited { font-size:16px;  color:#886B37;  text-decoration:none;}

a.top_link:hover {
	   font-size:16px;
	   color:#886B37;
	   text-decoration:none;
}
a.top_link:active {
	   font-size:16px;
	   color:#886B37;
	   text-decoration: none;
}

.title {
	   font-size:27px;
	   color:#7D6635;
	   text-decoration:none;
}

.text {
	   font-size:18px;
	   color:#000;
	   text-decoration:none;
	   line-height: 35px;
}

.projec_text { 
	   font-size:12px;
	   color:#7D6635;
	   text-decoration:none;
}
a.base_link:link { 
	   font-size:13px;
	   color:#6A4908;
	   text-decoration:none;
}

a.base_link:visited {
	   font-size:13px;
	   color:#BF9F62;
	   text-decoration:none;
}
a.base_link:hover {
	   font-size:13px;
	   color:#BF9F62;
	   text-decoration:none;
}
a.base_link:active {
	   font-size:13px;
	   color:#BF9F62;
	   text-decoration:none;
}
.copy_right{
	   font-size:12px;
	   color:#6A4908;
	   text-decoration:none;
}

.internal_text { 
	   font-size:14px;
	   color:#402E07;
	   text-decoration:none;
	   text-align:justify;
	   line-height:24px;
}

.side_link {
	   font-size:13px;
	   color:#7D6635;
	   text-decoration:none;
	   border-bottom:dashed #CABFB3;
	   border-width:2px;
}

.careers {
	   font-size:12px;
	   color:#7D6635;
	   text-decoration:none;
	   line-height:19px;
}
.gradient{
	height:100%;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EEEBE6, endColorstr='#F9F9F9'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEBE6), to(#F9F9F9)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #EEEBE6,  #F9F9F9); /* for firefox 3.6+ */
}
.hirline {
	   border-bottom:dashed #CABFB3;
	   border-width:1px;
}

.vacancy_text { 
	   font-size:11px;
	   color:#000000;
	   text-decoration:none;
}

.vacancy_text a { 
	   font-size:11px;
	   color:#000000;
	   text-decoration:none;
}

.top_bg{
	background:url(../the_company/menu_bg.jpg) center top repeat-x;
	padding-bottom: 30px;
}

.menu{ width: 94%;
margin: 0 auto;
background-image: radial-gradient(circle, #ffcf73, #ffc65d, #ffbc47, #ffb22d, #ffa800);
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.menu li {
  float: left;
  border-left: solid 1px #ffba3c;
}

.act{  
background-image: linear-gradient(to bottom, #ffc659, #ffb300, #ffc24c, #ffd993, #ffebc4);
}

.menu li a {
  display: block;
  color: #111;
  text-align: center;
  padding: 11px 32px;
  text-decoration: none;
  /*! font-family: sans-serif; */
  letter-spacing: 1px;

}

.menu li a:hover {
background-image: linear-gradient(to bottom, #ffc659, #ffb300, #ffc24c, #ffd993, #ffebc4);
}
.clr{ clear:both}

.top_base{
	width:93%;
	padding:10px;
	margin-bottom:8px;
	margin: 0 auto;
}

.top_logo{
	width:25%;
	float:left;
}

.top_logo_right{
	width:69%;
	float:left;
	margin-right:50px;
}

.top_logo_right_d{
	width:150px;
	float:right;
}
@keyframes blink {
  from {
    color: #bf9f62;
  }
  to {
    color: #000;
  }
}

.blink {
  text-decoration: blink;
  animation-name: blink;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-direction: alternate;
  text-transform: capitalize;
  font-size: 20px;

}


.anu a{
	background-color: #891212;
	padding: 1%;
	font-size: 20px;
        animation:blinkingText 0.8s infinite;
        color: #000;
        text-align: right;
       }

.anu {
    background-color: #891212;
    padding: 1%;
    font-size: 20px;
    animation: blinkingText 0.8s infinite;
    color: #000;
    text-align: right;
    width: 270px;
    float: right;
    margin-right: 20px;
	margin-top: 45px;
}

@keyframes blinkingText{
	0%{		color: #FFF;	}
	50%{	color: #ffc410;;	}
	99%{	color:#FFF;	}
	100%{	color: #ffc410;	}
}
.about_main{
	width:90%;
	margin:0 auto;
}

.about_wrap {
	width: 70%;
	margin-top: 1%;
	float: left;
	border-right: solid 1px #FBEBCD;
	padding-right: 10px;
}



.about_wrap img {
	overflow: hidden;
	max-width: 500px;
	width: 51%;
	background: #fff;
	margin-top: 2%;
	-webkit-box-shadow: #D8D8D8 0px 0px 10px 0px;
	box-shadow: #D8D8D8 0px 0px 10px 0px;
	background-color: #F8F8F8;
	float: left;
	margin: 0 20px 10px 0px;
}
.about_wrap p {

	letter-spacing:0.5px;
	text-align:justify;
font-size: 17px;
color: #402E07;
text-decoration: none;
text-align: left;
line-height: 29px;
}

.about_wrap h1 {
    font-size: 27px;
    color: #7D6635;
    text-decoration: none;
	text-align:left;
	font-weight: 100;
}

.about_wrap h2 {
    font-size: 20px;
    color: #7D6635;
    text-decoration: none;
	text-align:left;
	font-weight: 100;
}

.about_wrap_r {
	width: 27%;
	margin-top: 1%;
	float: right;
}

.about_wrap_r h1 {
    font-size: 17px;
    color: #7D6635;
    text-decoration: none;
	text-align:left;

}
.about_wrap_r ul{
	margin:0px;
	padding:0px;
}

.about_wrap_r li{
	width: 100%;
	margin-top: 1%;
    font-size: 20px;
    color: #7D6635;
    text-decoration: none;
	text-align:left;
	font-weight: 100;
	background-color:#FFF4DF;
	padding: 15px;
	list-style: none;
}

.hr{ border-bottom: solid 1px #FBEBCD; margin:25px 0px;}


.lh{line-height:40px !important }


.light_bg{ background-color:#f9f9f9;padding: 15px;}
.light_bg_1{ background-color:#fff9ee;padding: 15px;}

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:30px;
    height:30px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
	z-index:999999
}

#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-6px;
    margin-top:-9px;
    height:0;
    width:0;
    border:6px solid transparent;
    border-bottom-color:#ffffff;
}

#scroll:hover {
    background-color:#00acc8;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.ddt{ text-align:right;}


.events_main{width:100%;}
.events_main h1{ 
	text-align:left;
	font-size: 18px;
	color: #A80000;
		
}



.clr{ clear:both}

.fortune_park_main {
	width:100%;
	text-align:left;
}


.fortune_park {
	width:100%;
	margin-bottom:25px;
	border-radius:15px;
	box-shadow: 0 5px 12px rgba(166, 163, 163, 0.6);
}

.fortune_park h1{
margin-bottom:20px;
font-size:20px;
}

.fortune_park ul{
	padding:0px;
	margin:0px;
}

.fortune_park li {
	background: url(../images/bullet.png) no-repeat left 19px;
	padding: 12px 0 12px 25px;
	border-bottom:1px solid #f0dfc1;
	list-style:none;
	line-height: 30px;
}



.button {
  display: inline-flex;
  height: 40px;
  width: 150px;
  border: 2px solid #BFC0C0;
  margin: 20px 20px 20px 20px;
  color: #BFC0C0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: .8em;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.button a {
  color: #333;
  text-decoration: none;
  letter-spacing: 1px;
}



/* Fifth Button */

#button-5 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-5 a {
  position: relative;
  transition: all .45s ease-Out;
}

#translate {
  transform: rotate(50deg);
  width: 100%;
  height: 250%;
  left: -200px;
  top: -30px;
  background: #BFC0C0;
  position: absolute;
  transition: all .3s ease-Out;
}

#button-5:hover #translate {
  left: 0;
}

#button-5:hover a {
  color: #2D3142;
}



.events_gallery{
	width: 100%;
	margin-top: 1%;
}


.events_gallery h1 {
    font-size: 27px;
    color: #7D6635;
    text-decoration: none;
	text-align:left;
	font-weight: 100;
}

.events_boder {
  border-bottom:dashed 1px #ffba3c;
  margin:25px 0px;
  
}

.events_lr{width:19%; float:left; margin:0.5%;}
.events_lr img{width:100%; box-shadow: 0 5px 10px rgba(155, 155, 155, 0.6);border: solid 1px #DFDFDF;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transition-duration:.5s;
	-moz-transition-duration:.5s;
	-o-transition-duration:.5s;
	opacity:1
}
.events_lr img:hover {
	-webkit-transform:scale(.9);
	-moz-transform:scale(.9);
	-o-transform:scale(.9);
	opacity:1;
	z-index:99999;
	border-radius:5px
}
