﻿@charset"utf-8";

*{margin:0; padding:0; list-style:none; font-family:나눔바른고딕,돋움,바탕; }
img{ border:0; }

#header{ 
  width:1000px; height:100px; margin:0 auto;
  position:absolute; left:50%; margin-left:-500px;  
}

h1{ float:left; }

.gnb{ float:right; }
.gnb li{ float:left; margin-right:20px; line-height:110px; }
.gnb a{ text-decoration:none; color:#fff; font-size:16pt;  }
.gnb a:hover{ opacity:0.5; }


#container h2,.visual h3{ display:none; }

.visual{ hight:600px;}

.visual_wrap{ overflow:hidden; }

.visual_image .v1{ background: url(images/main_visual1.jpg) no-repeat center top/cover; }
.visual_image .v2{ background: url(images/main_visual2.jpg) no-repeat center top/cover; }
.visual_image .v3{ background: url(images/main_visual3.jpg) no-repeat center top/cover; }

.visual_image li{ height:600px; float:left; }

.visual_image h4{ 
  background:rgba(6,7,89,0.6); 
  border-radius:30px;
  padding-top:10px; text-align:center;
}

.visual_image li:nth-child(2) h4{ background:rgba(0,0,0,0); }

.visual_btn{
   position:absolute; 
   width:1000px; height:50px;
   top:250px; left:50%; margin-left:-500px;
}
.visual_btn button{ border:0; background:rgba(0,0,0,0); }

.visual_btn li:first-child{ float:left; }
.visual_btn li:last-child{ float:right; }

.visual_btn li:hover{ opacity:0.6; cursor:pointer; }


.newest{ width:1000px; height:500px; margin:0 auto; }
.newest li{ width:333px; height:250px; float:left; }

.newest h3{
  height:30px; padding:30px 0 0 20px;
  font-size:16pt;
  font-weight:bold;
 }
.newest li:nth-child(1) h3{ height:45px; line-height:20px; padding:35px 0 0 20px;  }
.newest li p:nth-of-type(1){ padding-left:20px; } 

.newest li:nth-child(1){ width:333px; height:250px; background:url(images/newest_bg1.gif) no-repeat 40px 130px #60dcff; }
.newest li:nth-child(2){ width:333px; height:250px; background:url(images/newest_bg2.gif) no-repeat 40px 130px #00b3ee; }
.newest li:nth-child(3){ width:333px; height:250px; background:url(images/newest_bg3.gif) no-repeat 40px 130px #090759; }
.newest li:nth-child(4){ width:333px; height:250px; background:url(images/newest_bg4.gif) no-repeat 40px 130px }
.newest li:nth-child(5){ width:333px; height:250px; background:url(images/newest_bg5.gif) no-repeat 40px 130px }
.newest li:nth-child(6){ width:333px; height:250px; background:url(images/newest_bg6.gif) no-repeat 40px 130px }

.newest li:nth-child(1) h3,.newest li:nth-child(2) h3,.newest li:nth-child(3) h3{ color:#fff; }
.newest li:nth-child(1) p:nth-of-type(1),.newest li:nth-child(2) p:nth-of-type(1),.newest li:nth-child(3) p:nth-of-type(1){color:#fff;}

.newest li:nth-child(4) h3,.newest li:nth-child(5) h3,.newest li:nth-child(6) h3{ color:#090759; }
.newest li p:nth-of-type(2){ text-align:right; line-height:250px; padding-right:40px; }
.newest li p:nth-of-type(2) a:hover{ opacity:0.6; }



#footer{ clear:both; height:150px; background:#090759; color:#fff; text-align:center; line-height:150px;}















