@font-face{
  font-family:'Buri';
  font-style:normal;
  font-weight:300;
  src:url(fonts/Arita-buri-Thin.eot);
  src:url(fonts/Arita-buri-Thin.eot?#iefix) format('embedded-opentype'),
    url(fonts/Arita-buri-Thin.woff) format('woff')
}
@font-face{
  font-family:'Buri';
  font-style:normal;
  font-weight:400;
  src:url(fonts/Arita-buri-Regular.eot);
  src:url(fonts/Arita-buri-Regular.eot?#iefix) format('embedded-opentype'),
    url(fonts/Arita-buri-Regular.woff) format('woff')
}
@font-face{
  font-family:'Buri';
  font-style:normal;
  font-weight:500;
  src:url(fonts/Arita-buri-ExtraBold.eot);
  src:url(fonts/Arita-buri-ExtraBold.eot?#iefix) format('embedded-opentype'),
    url(fonts/Arita-buri-ExtraBold.woff) format('woff')
}
@font-face{
  font-family:'Buri';
  font-style:normal;
  font-weight:600;
  src:url(fonts/Arita-buri-Bold.eot);
  src:url(fonts/Arita-buri-Bold.eot?#iefix) format('embedded-opentype'),
    url(fonts/Arita-buri-Bold.woff) format('woff')
}
@font-face{
  font-family:'YoonGothic';
  font-style:normal;
  font-weight:200;
  src:url(fonts/YoonGothic700-UltraThin.eot);
  src:url(fonts/YoonGothic700-UltraThin.eot?#iefix) format('embedded-opentype'),
    url(fonts/YoonGothic700-UltraThin.woff) format('woff')
}
@font-face{
  font-family:'YoonGothic';
  font-style:normal;
  font-weight:300;
  src:url(fonts/YoonGothic700-Thin.eot);
  src:url(fonts/YoonGothic700-Thin.eot?#iefix) format('embedded-opentype'),
    url(fonts/YoonGothic700-Thin.woff) format('woff')
}
@font-face{
  font-family:'YoonGothic';
  font-style:normal;
  font-weight:400;
  src:url(fonts/YoonGothic700-Regular.eot);
  src:url(fonts/YoonGothic700-Regular.eot?#iefix) format('embedded-opentype'),
    url(fonts/YoonGothic700-Regular.woff) format('woff')
}
@font-face{
  font-family:'YoonGothic';
  font-style:normal;
  font-weight:500;
  src:url(fonts/YoonGothic700-SemiBold.eot);
  src:url(fonts/YoonGothic700-SemiBold.eot?#iefix) format('embedded-opentype'),
    url(fonts/YoonGothic700-SemiBold.woff) format('woff')
}
@font-face{
  font-family:'YoonGothic';
  font-style:normal;
  font-weight:600;
  src:url(fonts/YoonGothic700-Bold.eot);
  src:url(fonts/YoonGothic700-Bold.eot?#iefix) format('embedded-opentype'),
    url(fonts/YoonGothic700-Bold.woff) format('woff')
}
@font-face{
  font-family:'Futura';
  font-style:normal;
  font-weight:200;
  src:url(fonts/Futura-UltraLight.eot);
  src:url(fonts/Futura-UltraLight.eot?#iefix) format('embedded-opentype'),
    url(fonts/Futura-UltraLight.woff) format('woff')
}
@font-face{
  font-family:'Futura';
  font-style:normal;
  font-weight:300;
  src:url(fonts/Futura-Light.eot);
  src:url(fonts/Futura-Light.eot?#iefix) format('embedded-opentype'),
    url(fonts/Futura-Light.woff) format('woff')
}
@font-face{
  font-family:'Futura';
  font-style:normal;
  font-weight:400;
  src:url(fonts/Futura-Medium.eot);
  src:url(fonts/Futura-Medium.eot?#iefix) format('embedded-opentype'),
    url(fonts/Futura-Medium.woff) format('woff')
}
@font-face{
  font-family:'Futura';
  font-style:normal;
  font-weight:500;
  src:url(fonts/Futura-Bold.eot);
  src:url(fonts/Futura-Bold.eot?#iefix) format('embedded-opentype'),
    url(fonts/Futura-Bold.woff) format('woff')
}
@font-face{
  font-family:'Cocon';
  font-weight:400;
  src:url(fonts/Cocon-Regular.eot);
  src:url(fonts/Cocon-Regular.eot?#iefix) format('embedded-opentype'),
    url(fonts/Cocon-Regular.woff) format('woff')
}
@font-face{
  font-family:'Cocon';
  font-weight:700;
  src:url(fonts/Cocon-Bold.eot);
  src:url(fonts/Cocon-Bold.eot?#iefix) format('embedded-opentype'),
    url(fonts/Cocon-Bold.woff) format('woff')
}
*{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	text-decoration:none;
	background-repeat: no-repeat;
	list-style: none;
	color:#333;
	word-break:keep-all;
	-ms-word-break: keep-all;
 	-webkit-text-size-adjust: none !important;
  border-radius: 0;
}
html, body {
	width:640px;
	height:100%;
}
body{
  background-color:#d2d2d2;
  background-image: -webkit-radial-gradient(0% 70%, #9caab3,#9baab1, #eff4f7);
  background-attachment: fixed;
}
body > div#content_block{
  width:640px;
  height:100%;
  position:relative;
  margin:0 auto;
}
body > div#content_block.active{
  display:none;
}
.clear{
  clear:both;
}
header{
  position:absolute;
  width:640px;
  z-index:100;
}
header div.logo{
  position: relative;
  z-index:3;
  float:left;
  margin-left:60px;
  margin-top:60px;
  background:url('../images/logo.png') no-repeat;
  background-size:cover;
  width:158px;
  height:53px;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function:  ease-out;
}
header .btn{
  position: absolute;
  z-index:3;
  top:35px;
  right:40px;
  text-align:right;
  width:100px;
  height:100px;
  background:;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function:  ease-out;
}
header .btn p{
  top:32px;
  left:25px;
  position:absolute;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function:  ease-out;
}
header .btn i{
  position:absolute;
  display:block;
  background:rgba(255,255,255,1);
  width:50px;
  border-radius: 10px;
  height:5px;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function:  ease-out;
}
header .btn i:nth-child(3){
 margin-top:30px;
}
header .btn i:nth-child(2){
  margin-top:15px;
}
header .btn i:nth-child(1){
}
header.active .btn i:nth-child(3){
  transform:rotate(45deg);
  margin-top:15px;
    background:rgba(0,0,0,0.5);
}
header.active .btn i:nth-child(2){
  opacity:0;
}
header.active .btn i:nth-child(1){
  transform:rotate(-45deg);
  margin-top:15px;
    background:rgba(0,0,0,0.5);
}
nav{
  position:absolute;
  width:100%;
  height:0%;
  z-index:99;
  background:#eee;
  ba ckground:#bd1061;
}
nav > ul {
  display:none;
  background:#eee;
  margin-top:180px;
  padding-bottom:100px;
}
nav li{
  text-align:center;
}
nav ul > li > a{
  width:100%;
  display: block;
  text-align:center;
  font-size:60px;
  line-height:80px;
  color:#000;
  font-family: "YoonGothic";
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function:  ease-out;
}
nav ul > li{
  display:block;
  margin:0px 60px;
  width:520px;
}
nav ul > li > ul{
  background:rgba(0,0,0,0.5);
  margin:10px 0px;
  padding:10px 0px;
  display:none;
}
nav ul > li.active> a{
  color:rgba(0,0,0,0.5);
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function:  ease-out;
}
nav ul > li > a.select{
  color:#00a1b0 !important;
}

nav ul > li > a.select + ul {
display:block;
}
nav ul > li > ul> li.select{
  color:rgba(0,0,0,0.5) !important;
}
nav > ul > li:first-child{
  padding-top:100px;
  border-top:1px solid rgba(0,0,0,0.1);
}
nav > ul > li:last-child{
  padding-bottom:100px;
  border-bottom:1px solid rgba(0,0,0,0.1);
}
nav ul > li > ul > li{
   font-family: "YoonGothic";
   color:#fff;
  margin:0px;
  font-size:40px;
  line-height:80px;
  border-bottom:1px solid rgba(255,255,255,0.1);
}
nav ul > li > ul > li:last-child{
  border:0px;
}
/* main start */
section{
  position: relative;
  overflow:hidden;
  width:640px;
}
section i{
  font-style:normal;
}
section#visual > div{
  padding:0px 30px;
  padding-top:30px;
}
section#visual .item{
  width:580px;
  height:727px;
  background:url('../images/section_visual_img1.jpg');
  background-size:cover;
}
section#visual .txt{
  padding-top:175px;
  text-align: center;
  z-index: 3;
}
section#visual .txt i{
  opacity:0;
  font-family: "Futura";
  font-weight: 500;
  font-style:normal;
  font-size:70px;
  line-height:76px;
  color:#fff;
  text-transform: uppercase;
  transition-property: all;
  transition-duration: 3s;
  transition-timing-function:  ease-out;
}
section#visual .txt i:nth-child(1){
  width:55px;
  margin-right:-5px;
  display:inline-block;
}
section#visual .txt.active i{opacity:1;}
section#visual .txt.active i:nth-child(1){ transition-delay: 0.5s; }
section#visual .txt.active i:nth-child(2){ transition-delay: 1.6s; }
section#visual .txt.active i:nth-child(3){ transition-delay: 0s; }
section#visual .txt.active i:nth-child(4){ transition-delay: 0.2s; }
section#visual .txt.active i:nth-child(5){ transition-delay: 1.5s; }
section#visual .txt.active i:nth-child(6){ transition-delay: 0.8s; }
section#visual .txt.active i:nth-child(7){ transition-delay: 1.34s; }
section#visual .txt.active i:nth-child(8){ transition-delay: 0.2s; }
section#visual .txt.active i:nth-child(9){ transition-delay: 1.3s; }
section#visual .txt.active i:nth-child(10){ transition-delay: 1.7s; }
section#visual .txt.active i:nth-child(11){ transition-delay: 0.56s; }
section#visual .txt.active i:nth-child(12){ transition-delay: 1.78s; }
section#visual .txt.active i:nth-child(13){ transition-delay: 0.8s; }
section#visual .txt.active i:nth-child(14){ transition-delay: 0s; }
section#visual .txt.active i:nth-child(15){ transition-delay: 1.2s; }
section#visual .txt.active i:nth-child(16){ transition-delay: 0s; }
section#visual .txt.active i:nth-child(17){ transition-delay: 1.7s; }
section#visual .txt.active i:nth-child(18){ transition-delay: 0.9s; }
section#visual .txt.active i:nth-child(19){ transition-delay: 1.4s; }
section#visual .txt.active i:nth-child(20){ transition-delay: 0.2s; }
section#visual .txt.active i:nth-child(21){ transition-delay: 1.9s; }
section#visual .txt.active i:nth-child(22){ transition-delay: 0.4s; }
section#pr-center{
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function:  ease-out;
}
section#visual .txt.sub{
  padding-top:20px;
  opacity:0;
  font-family: "Futura";
  font-weight: 400;
  font-style:normal;
  font-size:24px;
  line-height:32px;
  color:#fff;
  text-align: center;
  text-transform: uppercase;
  transition-property: all;
  transition-duration: 5s;
  transition-delay:2s;
  transition-timing-function:  ease-out;
}
section#visual .txt.sub.active{
  opacity: 0.5;
}
section#pr-center > div {
  margin-top:8px;
  margin-left:30px;
  margin-right:30px;
  padding:30px;
  width:520px;
  background:#fff;
}
section#pr-center i{
  background:#000;
  font-size:18px;
  padding:5px 15px;
  display: inline-block;
  font-family: "Futura";
  font-weight:400;
  font-style: normal;
  color:#fff;
}
section#pr-center .swiper-container{
  height:270px;
}
section#pr-center h2{
  font-size:55px;
  line-height:50px;
  font-family: "YoonGothic";
  font-weight:400;
  letter-spacing: -0.1em;
  text-transform: uppercase;
  text-align: left;
  margin-top:35px;
}
section#pr-center .des{
  margin-top:20px;
  color:#333;
  font-size:32px;
  font-family: "YoonGothic";
  font-weight:300;
  letter-spacing: -0.05em;
  display:block;
  text-align: left;
  line-height:40px;
}
section#contact-us{
  width:286px;
      float:left;
  margin-left:30px;
}
section#contact-us > div {
  margin-top:8px;
  height:170px;
  width:286px;
    background: url(../images/main_group_img.jpg);
    background-size: cover;
  text-align: center;
}
section#contact-us i{
  background:#fff;
  font-size:18px;
  padding:5px 15px;
  display: inline-block;
  font-family: "Futura";
  font-weight:400;
  font-style: normal;
  text-align: center;
  color:#00a1b0;
}
section#contact-us h2{
  font-size:32px;
  line-height:170px;
  font-family: "Futura";
  color:#fff;
  font-weight:500;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
}
section#contact-us span.btn{
  margin-top:25px;
  color:#fff;
  border:1px solid rgba(255,255,255,0.3);
  font-size:16px;
  font-family: "Futura";
  text-transform: uppercase;
  font-weight:300;
  letter-spacing: 3px;
  padding:3px 30px;
  display:inline-block;
  line-height:42px;
}


section#video{
  width:286px;
  float:left;
  margin-left:30px;

}
section#video > div {
  margin-top:8px;
  padding:54px 0px;
  width:286px;
  background:#000;
  text-align: center;
  height:113px;
}
section#video i{
  background:#fff;
  font-size:18px;
  padding:5px 15px;
  display: inline-block;
  font-family: "Futura";
  font-weight:400;
  font-style: normal;
  text-align: center;
  color:#222;
  margin-top:55px;
}



section#recruit {
    float:right;
    margin-right:30px;
	  width:286px;
}

section#recruit > div{
  margin-top:8px;
}

section#recruit .item{
  background:url('../images/section_recruit_img1.jpg');
  background-size: cover;
  text-align: center;
	height: 348px;
}
section#recruit i{
  background:#fff;
  font-size:18px;
  padding:5px 15px;
  display: inline-block;
  font-family: "Futura";
  font-weight:400;
  font-style: normal;
  text-align: center;
  color:#333;
}
section#recruit h2{
    font-size: 32px;
    line-height: 348px;
    font-family: "Futura";
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    text-align: center;
}
section#recruit span.btn{
  margin-top:30px;
  color:#fff;
  border:1px solid rgba(255,255,255,0.3);
  font-size:16px;
  font-family: "Futura";
  text-transform: uppercase;
  font-weight:300;
  letter-spacing: 3px;
  padding:3px 30px;
  display:inline-block;
  line-height:42px;
}

section#video span.btn {
    margin-top: 48px;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
    font-size: 16px;
    font-family: "Futura";
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
    padding: 3px 30px;
    display: inline-block;
    line-height: 42px;
}

section#video div{
  background:url('../images/section_video_img1.jpg');
  background-size: cover;
  text-align: center;
	height:170px;
	padding:0px;
}

section#video div h2 {
font-size: 32px;
    line-height: 170px;
    font-family: "Futura";
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    text-align: center;
}

section#tara-group{
  text-align: center;
  margin-bottom:30px;

}
section#tara-group > div{
  padding:0px 30px;
    margin-top:8px;
}
section#tara-group i{
  font-size:45px;
  line-height:60px;
  margin-top:30px;
  font-family: "Futura";
  font-weight: 500;
  letter-spacing: -0.05em;
  color:#000;
  margin-top:30px;

  margin-bottom:10px;
  display:block;
  text-transform: uppercase;
}
section#tara-group .bg{
  width:580px;
  height:624px;
}
section#tara-group .bg img{
  width:580px;
}
section#tara-group h2{
  font-size:58px;
  line-height:60px;
  color:#fff;
  font-family: "Futura";
  font-weight:500;
  width:100%;
  position:absolute;
  top:270px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-align: center;
}
section#tara-group .des{
  font-size:32px;
  line-height:40px;
  color:#fff;
  font-family: "YoonGothic";
  font-weight:300;
  width:70%;
  position:absolute;
  top:65%;
  padding:0px 15%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-align: center;
  margin-top:35px;
}



/* sub end */

footer{
  m argin-top:30px;
  border-top:3px solid #00a1b0;
  background:#222;
  padding:50px;
} 
footer div.logo{
  position: relative;
  z-index:3;
  background:url('../images/logo.png') no-repeat;
  background-size:cover;
  width:220px;
  height:45px;
  margin-bottom:20px;
  opacity:0.5;
}
footer .infomation{
  text-align:center;
}
footer .infomation span{
  display: block;
  text-align:center;
  text-transform: uppercase;
  font-size: 27px;
  line-height: 40px;
  color:rgba(255,255,255,1);
  font-family: "Futura";
  font-weight: 300; 
}
footer .infomation em{
  font-style: normal;
  text-align:center;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.03em;
  padding-top:10px;
  color:rgba(255,255,255,0.35);
  font-family: "Futura";
  font-weight: 500; 
  display: block;
}
footer .infomation .link{
  position:relative;
  width:400px;
  overflow:hidden;
  height:64px;
  padding:0px 60px;
   margin:15px 0px 20px 0px;
}
footer .infomation .link span{
  border:1px solid rgba(255,255,255,0.5);
  background:#00a1b0;
  width:400px;
  height:64px;
  line-height: 64px;
  display:inline-block;
}
footer .infomation .link span p{
  width:64px;
  height:64px;
  padding:0px;
  margin:0px;
  position:relative;
  display:inline-block;
  float:left;
  border-right:1px solid rgba(255,255,255,0.5);
}

footer .infomation .link span p i{
  background:#ddd;
  width:7px;
  margin-top:18px;
  left:50%;
  margin-left:-10px;
  transform:rotate(45deg);
  height:23px;
  display:block;
  position: absolute;
}
footer .infomation .link span p i:nth-child(2){
  transform:rotate(-45deg);
  margin-left:2px;
}
footer .infomation .link .link_popup{
  position:fixed;
  bottom:0px;
  left:0px;
  background:rgba(0,0,0,0.9);
  width:100%;
  overflow:hidden;
  height:0%;
  z-index:100;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function:  ease-out;
}
footer .infomation .link .link_popup.active{
  height:100%;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function:  ease-out;
}
footer .infomation .link .link_popup ul{
  position:absolute;
  top:50%;
  margin-top:-216px;
}
footer .infomation .link .link_popup > ul > li{
  font-size:42px;
  line-height: 71px;
  border-bottom:1px solid rgba(255,255,255,0.35);
  margin:0px 130px;
  opacity:0;
  text-align: left;
  font-family: "Futura", "YoonGothic";
  color:#fff;
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function:  ease-out;
  transition-delay: 0s;
}

footer .infomation .foot_link {
    color: #fff;
    font-family: "Futura";
    font-size: 25px;
	display:inline;
}


footer .infomation .foot_eng_link {
    color: rgba(255,255,255,0.5);
    font-family: "Futura";
    font-size: 25px;
	display:inline;
}

footer .infomation .link .link_popup.active > ul > li:nth-of-type(1){
  transition-delay: .0s;
}
footer .infomation .link .link_popup.active > ul > li:nth-of-type(2){
  transition-delay: .1s;
}
footer .infomation .link .link_popup.active > ul > li:nth-of-type(3){
  transition-delay: .2s;
}
footer .infomation .link .link_popup.active > ul > li:nth-of-type(4){
  transition-delay: .3s;
}
footer .infomation .link .link_popup.active > ul > li:nth-of-type(5){
  transition-delay: .4s;
}
footer .infomation .link .link_popup.active > ul > li:nth-of-type(6){
  transition-delay: .5s;
}
footer .infomation .link .link_popup ul li:last-child{
  font-size:50px;
}
footer .infomation .link .link_popup.active > ul > li{
  opacity:1;
  
}
footer .infomation .link .link_popup .btn{
  position: absolute;
  z-index:101;
  top:35px;
  right:40px;
  text-align:right;
  width:98px;
  border:1px solid rgba(255,255,255,0);
  height:98px;
  background:;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function:  ease-out;
}
footer .infomation .link .link_popup .btn p{
  padding-top:32px;
  padding-left:25px;
  width:74px;
  height:66px;
  position:absolute;
  opacity:0;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function:  ease-out;
}
footer .infomation .link .link_popup.active .btn p{
  opacity:1;
  transform:rotate(180deg);
  transition-property: all;
  transition-duration: .5s;
  transition-delay: .3s;
  transition-timing-function:  ease-out;
}
footer .infomation .link .link_popup.active .btn{

  transition-property: all;
  transition-duration: .5s;
  transition-delay: .6s;
  border:1px solid rgba(255,255,255,0.2);
  transition-timing-function:  ease-out;
}
footer .infomation .link .link_popup .btn i{
  position:absolute;
  display:block;
  background:rgba(255,255,255,1);
  width:50px;
  border-radius: 10px;
  height:5px;

}
footer .infomation .link .link_popup .btn i:nth-child(2){
  transform:rotate(45deg);
  margin-top:15px;
}
footer .infomation .link .link_popup .btn i:nth-child(1){
  transform:rotate(-45deg);
  margin-top:15px;
}


p.fixed_font {
    font-size: 36px !Important;
    line-height: 42px !Important;
    color: #333 !Important;
    font-family: "YoonGothic" !Important;
    font-weight: 300 !Important;
    letter-spacing: -0.05em !Important;
}

.fixed_font {
    font-size: 36px !Important;
    line-height: 42px !Important;
    color: #333 !Important;
    font-family: "YoonGothic" !Important;
    font-weight: 300 !Important;
    letter-spacing: -0.05em !Important;
}
