/*all*/
*{}
a{text-decoration: none;}
.skip{display: none;}
#wrap header #h_top .last,#wrap header nav ul .last,#wrap footer #f_center ul .last{border: 0; }
body{  
    margin-top: 50px;
    
     }
/*시멘트태그*/
#wrap{width: 1080px; margin: 0 auto;
overflow: hidden;
    background-image: url(../img/Mstar_IP.jpg);
    background-repeat: no-repeat;
    background-position: center 145px;
}
#contense{overflow: hidden;}
.last{margin: 0; padding: 0; border: 0;}
.top_1{
    float: right;
}
.top_1 dt{
    
}
.top_1 dd{
    margin: 10px 0px 10px 10px;
}

/*section*/

.down{
    clear: both;
}
#cot section img{
    width: 90px;
}
#cot section #p1,#cot section #p4{
    margin-left: 38px;
}
#cot section #p4{
    clear: both;
}
#p1,#p2,#p3{
    margin-top: 20px;
}
#cot section #p1,#cot section #p2,#cot section #p3,#cot section #p4,#cot section #p5,#cot section #p6{
    border: 1px solid #ccc;
    padding-bottom: 20px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;

}
#cot section #p1 p img,#cot section #p2 p img,#cot section #p3 p img,#cot section #p4 p img,#cot section #p5 p img,#cot section #p6 p img{
    padding: 15px 65px 30px; 
}
#cot section #s_main #p1 dl{
}
#cot section #p1 dl dt,#cot section #p2 dl dt,#cot section #p3 dl dt,#cot section #p4 dl dt,#cot section #p5 dl dt,#cot section #p6 dl dt{
    text-align: center;
    font-weight: bold;
}
#cot section #p1 dl dd,#cot section #p2 dl dd,#cot section #p3 dl dd,#cot section #p4 dl dd,#cot section #p5 dl dd,#cot section #p6 dl dd{
    text-align: center;
    margin: 30px 0;
    line-height: 30px;
    font-size: 0.875em;
    letter-spacing: -0.03em;
}
#cot section #p1 a,#cot section #p2 a,#cot section #p3 a,#cot section #p4 a,#cot section #p5 a,#cot section #p6 a{
    text-align: center;
    margin: 60px 80px;
    background-color: #333;
    color: #fff;
    padding: 5px;
    
}
#cot section h2{
    margin: 20px;
}
#content dd span{
    color: red;
}
/*=================*/
/*---tab---*/
#tabs {
  overflow: hidden;
  width:100%;
  margin: 0;
  padding: 0;
  list-style: none;
    padding-top: 35px;
}

#tabs li {
  float: left;
  margin: 0 .5em 0 0;
}

#tabs a {
  position: relative;
  background: #fff;
  background-image: linear-gradient(to bottom, #fff, #ddd);  
  padding: .7em 2.5em;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
  border-radius: 5px 0 0 0;
  box-shadow: 0 2px 2px rgba(0,0,0,.4);
}

#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after {
  background: #fff;
}

#tabs a:focus {
  outline: 0;
}

#tabs a::after {
  content:'';
  position:absolute;
  z-index: 1;
  top: 0;
  right: -.5em;  
  bottom: 0;
  width: 1em;
  background: #ddd;
  background-image: linear-gradient(to bottom, #fff, #ddd);  
  box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  transform: skew(10deg);
  border-radius: 0 5px 0 0;  
}

#tabs #current a,
#tabs #current a::after {
  background: #fff;
  z-index: 3;
}

#content {
  background: #fff;
  padding: 20px;
  height: 544px;
  position: relative;
  z-index: 2; 
  border-radius: 0 5px 5px 5px;
  box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
}

/*---tab---*/
