@charset "utf-8";

.txt_g {
  font-size: 25px;
  color: #73a11a;
  font-weight: 600;
}
/*메인배너*/
.main_banner{
  height: 900px;
  position: relative;
  overflow: hidden;
}
.main_img .slick-slide{
  height: 800px;
  border-radius: 0 0 500px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.main_img img{
  position: absolute;
  left:50%;
  margin-left:-960px;
}
.main_txt{
  padding:70px 100px 50px 70px;
  background:#1837a7;
  position: absolute;
  right:50%;
  margin-right:-600px;
  bottom:0;
  color:#fff;
}
.main_txt h2{
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 80px;
}
.main_txt p{
  font-size:30px;
  line-height: 40px;
  font-weight: 300;
}
.main_txt h3{
  font-size:45px;
}
.main_txt span{display: block;}



/*main_con01*/
.main_con01 {
  margin:150px auto;
  overflow: hidden;
}
.main_con01 h2 {
  margin-bottom: 50px;
  font-size: 35px;
  line-height: 35px;
}
.main_con01 span{
  font-weight: normal;
  display: block;
}
.pdt_list li{
  width:247.5px;
  margin-right:70px;
  float:left;
}
.pdt_img{
  overflow: hidden;
  border-radius: 30px;
}
.pdt_img img{
  width: 100%;
  transition: transform 0.5s;
  display: block;
  
}
.pdt_list li:hover .pdt_img img{
  transform: scale(1.1);
}
.pdt_list li:last-child{
  margin-right: 0;
}
.pdt_info h3 {
  font-size: 25px;
  margin: 20px 0;
}



/*main_con02*/
.main_con02 {
  position: relative;
}
.con02_img{
  width: 100%;
  height: 600px;
  margin: 250px 0 0 0;
  background: url(../images/main/company_img.png) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}
.con02_txt{
  width: 700px;
  height: 500px;
  padding:80px;
  box-sizing: border-box;
  background: white;
  position: absolute;
  left:50%;
  margin-left:-600px;
  bottom:-150px;
  font-size: 40px;
  line-height: 45px;
  box-shadow: 0 0 50px rgba(0,0,0,0.1);
  z-index: 1;
  font-weight: 300;
}
.con02_txt span{display: block;}
.con02_txt p{
  font-weight: bold;
}
.con02_txt .line_point {
  display: inline-block;
  background: url(../images/main/txt_line.png) center 85% no-repeat;
  background-size: contain;
}
.view_btn a{
  position: absolute;
  bottom:80px;
  width:180px;
  height: 50px;
  line-height: 50px;
  border-radius: 30px;
  text-align:center;
  font-size: 18px;
  font-weight: bold;
  border:1px solid #1837a7;
  color:#1837a7;
  transition: all 0.5s;;
}
.view_btn a:hover{
  background:#1837a7;
  color:#fff;
}
.main_con03{
  background:#f2f2f2;
  padding:300px 0 150px 0;
}
.gallery {margin:50px auto 30px auto;}
.gallery .slick-dots{
  text-align: center;
  margin-top:20px;
}
.gallery .slick-dots li{
  display: inline-block;
  margin:0 3px;
}
.gallery .slick-slide img{
  width: 100%;
}
.gallery .slick-dots button{
  border:0;
  background:none;
  font-size:0;
  width: 50px;
  height: 3px;
  border:1px solid #222;
  cursor: pointer;
}
.gallery .slick-dots .slick-active button{
  background:#222;
}