@font-face {
    font-family: 'twayair';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_tway@1.0/twayair.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EBSHunminjeongeumSBA';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/EBSHunminjeongeum.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**************************sub01********************************************/

#subNav{
  width: 100%;
  margin: 0 auto;
}

.wrap_subNav{
  width: 100%;
  padding:0px 50px;
}

.Homewrap{
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  padding: 10px 12px;
}
.Home{
  width: 15px;
  cursor: pointer;
}

.Home img{width: 100%;}



.Daemenu00{
  display: inline-block;
  vertical-align: middle;
  width: 170px;
  border-right: 1px solid #e5e5e5;

}

.Daemenu00 >li{
  position: relative;
}

.Daemenu00 >li >a{
  font-size: 18px;
  font-weight: normal;
  transform: skew(-0.03deg);
  display: inline-block;
  vertical-align: middle;
  line-height: 41px;
  width: 70%;
  margin-left: 20px;
}

.Rotate{
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  transform: rotate(135deg);
  margin-top: -9px;
  margin-right: 10px;
  transition: All 0.4s;

}

.somenuABbox{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #fff;
  overflow: hidden;
  transition: All 0.4s;
  z-index: 2;

}

.somenu{
  width: 100%;
  margin: 0 auto;
}

.somenu >li{
  border-bottom: 1px solid #e5e5e5;
  transition: 0.3s;
}

.somenu >li:hover{
  background-color: #f1f1f1;
}

.somenu >li:last-child{
  border-bottom: 0;
}

.somenu >li >a{
  display: block;
  font-size: 16px;
  transform: skew(-0.03deg);
  text-align: center;
  line-height: 50px;
}

.Daemenu00 >li:hover .somenuABbox.business{
  height: 152px;
}

.Daemenu00 >li:hover .somenuABbox.develop00{
  height: 50px;
}

.Daemenu00 >li:hover .somenuABbox{
  height: 200px;
}


.Daemnu02 >li:hover .Intro{
  height: 100px;
}

.Daemenu00 >li:hover .Rotate{
  transform: rotate(-45deg);
  margin-top: 5px;
}


.Daemnu02{
  display: inline-block;
  vertical-align: middle;
  width: 170px;
  border-right: 1px solid #e5e5e5;
}



#SubBanner{
  width: 100%;
  margin: 30px auto 0;
}

.wrap_SubBanner{
  width: 100%;
  position:relative;
}

.SubbannerImg{
  width: 100%;
}

.SubbannerImg img{
  width: 100%;
}


.TextBox_subbanner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.TextBox_subbanner >h2{
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  font-weight: 300;
  color: #fff;
  text-align: center;
}

.TextBox_subbanner >p{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}



#SeoHello01{
  width: 100%;
  margin: 80px auto 0;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 80px;
}

.wrap_SEoHello{
  width: 1180px;
  margin: 0 auto;
}

.wrap_SEoHello >h3{
  font-size: 36px;
  font-weight: bold;
}

.wrap_SEoHello >p:nth-child(2){
  font-size: 24px;
  font-weight: normal;
  margin-top: 20px;
}

.wrap_SEoHello >p:nth-child(3){
  font-size: 18px;
  transform: skew(-0.03deg);
  font-weight: normal;
  margin-top: 50px;
  color: #777;
}


#SeoHello02{
  width: 100%;
  margin: 100px auto;
}

.wrap_SeoHello02{
  width: 1180px;
  margin: 0 auto;
  position: relative;
}

.wrap_SeoHello02 >h3{
  margin-left: 80px;
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
}

.wrap_SeoHello02 >span{
  display: block;
  position: absolute;
  top: -17%;
  left: -1%;
  font-family: 'twayair';
  font-size: 300px;
  color: #f1f1f1;
  transform: rotate(180deg);
  z-index: -1;
}

.wrap_SeoHello02 >p{
  margin-top: 80px;
  font-size: 16px;
  transform: skew(-0.03deg);
  color: #444;
  line-height: 26px;
}


.confirm{
  width: 100%;
  margin: 30px auto 0;
}

.confirm >li{
  display: inline-block;
  vertical-align: top;
  width: 22%;
  margin-left: 2%;
  margin-top: 3%;
}



.confirm >li:first-child{
  margin-left: 0;
}

.confirm >li:nth-child(5){
  margin-left: 0;
}


.confirm >li >span{
  display: block;
  width: 100%;
  margin: 0 auto;
  box-shadow: 1px 1px 8px 0px #e5e5e5;
  transition: 0.3s;
}

.confirm >li >span:hover img{
  transform: scale(1.1);
}

.confirm >li >span img{
  width: 100%;
}

.confirm >li >p{
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  transform: skew(-0.03deg);
}
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/


/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**************************sub02********************************************/

#missonnvisson{
  width: 100%;
  margin: 100px auto 0;
}

.wrap_missonnvisson{
  width: 1180px;
  margin: 0 auto;
  position: relative;
}

.wrap_missonnvisson >h3{
  font-size: 36px;
  font-weight: bold;
}

.wrap_missonnvisson >p{
  font-size: 24px;
  margin-top: 20px;
}


.mission{
  width: 45%;
  margin-top: 330px;
}

.mission >p:nth-child(1){
  font-size: 24px;
}

.mission >p:nth-child(2){
  font-size: 30px;
  font-weight: bolder;
  margin-top: 20px;
}

.mission >p:nth-child(3){
  font-size: 18px;
  color: #444;
  transform: skew(-0.03deg);
  margin-top: 50px;
  line-height: 26px;
}

.missionImg{
  width: 860px;
  position: absolute;
  top: 35%;
  right: -23%;
  z-index: 2;

}

.missionImg img{
  width: 100%;
}

#missonnvisson02{
  width: 100%;
  margin: 80px auto 0;
}

.wrap_missonnvisson02{
  width: 100%;
  margin: 0 auto;
  background-color: #f7f7f7;
  padding: 180px 0;
}


.NumSquare{
  width: 1180px;
  margin: 0 auto;
}

.NumSquare >li{
  display: inline-block;
  width: 31.3%;
  margin-left: 2%;
}
.NumSquare >li:first-child{
  margin-left: 0;
}
.background{
  background-color: #fff;
  box-shadow: 0 5px 10px 0px #e5e5e5;
  position: relative;
  padding: 120px 0 50px;
}

.background >span{
  position: absolute;

  font-size: 120px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: #f1f1f1;
  z-index: 1;
  top: 23%;
  left: 30%;
}


.background >p:nth-child(2){
  font-size: 24px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.background >p:nth-child(3){
  margin-top: 50px;
  font-size: 16px;
  color: #17235b;
  transform: skew(-0.03deg);
  text-align: center;
  margin-top: 80px;
}

#Vision{
  width: 100%;
  margin: 230px auto 0;
}

.Wrap_Vision{
  width: 1180px;
  margin: 0 auto;
}

.leftVision{
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  height: 550px;
  background-image: url('../img/stripe.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.ABboxVision{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  margin-left: -40px;
}
.ABboxVision >p{
  color: #fff;
}
.ABboxVision >p:nth-child(1){
  font-size: 24px;
}

.ABboxVision >p:nth-child(2){
  font-size: 36px;
  font-weight: bolder;
  line-height: 50px;
  margin-top: 30px;
}

.ABboxVision >p:nth-child(3){
  margin-top: 50px;
  line-height: 36px;
  font-size: 18px;
  transform: skew(-0.03deg);
}

.RightVision{
  display: inline-block;
  vertical-align: middle;
  width: 65%;
  margin-left: 3%;
}

.mainlogoImg{
  width: 150px;
  margin: 0 auto;
}

.mainlogoImg img{
  width: 100%;
}

.Visionvisualize{
  width: 100%;
  margin: 20px auto 0;
}

.Visionvisualize >li{
  display: inline-block;
  vertical-align: top;
  width: 47%;
  margin-left: 5%;
  background-color: #f7f7f7;
  padding: 50px 0;
  height: 300px;
  box-sizing: border-box;
}

.Visionvisualize >li:first-child{
  margin-left: 0;
}

.VisionIcon{
  width: 50px;
  margin: 0 auto;
}
.VisionIcon img{
  width: 100%;
}

.visionText01{
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.visionText02{
  font-size: 16px;
  font-weight: bold;
  transform: skew(-0.03deg);
  text-align:center;
  margin-top: 10px;
}

.visionText03{
  font-size: 16px;
  line-height: 26px;
  transform: skew(-0.03deg);
  text-align:center;
}

.circlethree{
  width: 17%;
  margin: 15px auto;
}

.circlethree >li{
  display: inline-block;
  vertical-align: middle;
  width: 27.3%;
  margin-left: 1%;
}

.circlethree >li:first-child{
  margin-left: 0;
}

.circlethree >li >span{
  display: block;
  width: 8px;
  height: 8px;
  background-color: #17235b;
  margin: 0 auto;
  border-radius: 50%;
}

.VisionText{
  width: 100%;
  margin: 50px auto 0;
}

.VisionText >li{
  display: inline-block;
  width: 47%;
  margin-left: 2%;
  margin-top: 2%;
}

.VisionText >li:nth-child(1),.VisionText >li:nth-child(3){
  margin-left: 0;
}

.VisionText >li:nth-child(1),.VisionText >li:nth-child(2){
  margin-top: 0;
}

.VisionText >li >span{
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #17235b;
  font-size: 18px;
  transform: skew(-0.03deg);
  font-weight: bolder;
  line-height: 28px;
}
.VisionText >li >p{
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  font-size: 18px;
}

#Value{
  width: 100%;
  margin: 150px auto;
}

.wrap_Value{
  width: 1180px;
  margin: 0 auto;
}

.wrap_Value >p{
  font-size: 24px;
  text-align: center;
}

.wrap_Value h3{
  font-size: 30px;
  font-weight: bolder;
  text-align: center;
  margin-top: 20px;
}

.valueImg{
  width: 500px;
  margin: 50px auto 0;
}

.valueImg img{
  width: 100%;
}

/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/


/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**************************sub03********************************************/


#Map{
  width: 100%;
  margin: 100px auto 280px;
}

.wrap_map{
  width: 1180px;
  margin: 0 auto;
  position: relative;
}

.wrap_map >h3{
  font-size: 36px;
  font-weight: bold;
}

.wrap_map >p{
  font-size: 24px;
  font-weight: normal;
  margin-top: 20px;
}

.wrap_map iframe{
  margin-top: 100px;
}


.MapTextBox{
  position: absolute;
  width: 80%;
  left: 50%;
  top: 86%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 50px;
  box-shadow: 2px 1px 15px 2px #e5e5e5;
}


.LeftmapTxt{
  display: inline-block;
  vertical-align: middle;
  padding: 30px 0;
  width: 25%;
  border-right: 1px solid #e5e5e5;
}

.LeftmapTxt >p:nth-child(1){
  font-size: 24px;
  font-weight: bold;
}


.LeftmapTxt >p:nth-child(2){
  font-size: 18px;
  font-weight: normal;
  color: #777;
  transform: skew(-0.03deg);
  margin-top: 20px;
}

.RigthmapTxt{
  display: inline-block;
  vertical-align: middle;
  width: 66%;
  margin-left: 6%;
}

.RigthmapTxt >p:nth-child(1){
  font-size: 18px;
  font-weight: bold;
}

.PhoneNumber{
  margin-top: 20px;
}

.NumberPhone{
  display: inline-block;
  vertical-align: middle;
}

.NumberPhone{
  font-size: 18px;
  transform: skew(-0.03deg);
}

.NumberPhone >span{
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  transform: skew(-0.03deg);
  margin-right: 5px;
}

.NumberPhone01{
  margin-left: 20px;
}

.RigthmapTxt >p:last-child{
  font-size: 16px;
  transform: skew(-0.03deg);
  margin-top: 50px;
}


/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/


/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**************************sub04********************************************/

.Daemenu00 >li:hover .business{
  height: 50px;
  border: 1px solid #e5e5e5;
}

#Business{
  margin:  100px auto 200px;
  width: 100%;
  position: relative;
}

.wrap_Business{
  width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.wrap_Business >h3{
  font-size: 36px;
  font-weight: bold;
}

.wrap_Business >p{
  color: #222;
  font-size: 24px;
  margin-top: 20px;
}

.ProduceList{
  width: 100%;
  margin: 100px auto 0;
}

.ProduceList >li{
  display: inline-block;
  vertical-align: top;
  width: 30.3%;
  margin-left: 4%;
}

.ProduceList >li:first-child{
  margin-left: 0;
}

.Produce{
  width: 100%;
  margin: 0 auto;
}


.Produce img{
  width: 100%;
}


.ProduceTextbox{
  margin-top: 30px;
  width: 100%;
}

.ProduceTextbox >p{
  color: #fff;
}

.ProduceTextbox >p:nth-child(1){
  font-size: 24px;
  font-weight: bold;
}


.ProduceTextbox >p:nth-child(2){
  font-size: 16px;
  font-weight: normal;
  transform: skew(-0.03deg);
  margin-top: 10px;
  color: #c1c1c1;
}

.ProduceTextbox >p:nth-child(3){
  margin-top: 30px;
  font-size: 18px;
  line-height: 26px;
  transform: skew(-0.03deg);
}




.ColorZindex{
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
  width: 1720px;
  height: 500px;
  background-color: #17235b;
  z-index: 1;
}


#Business01{
  width: 100%;
  margin: 340px auto 200px;
}


.wrap_Business01{
  width: 1180px;
  margin: 0 auto;
}

.left_Business01{
  display: inline-block;
  vertical-align: middle;
  width: 46%;
}

.left_Business01 >p:nth-child(1){
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
}

.left_Business01 >p:nth-child(2){
  font-size: 24px;
  color: #444;
  line-height: 36px;
  margin-top: 20px;
}

.BusinessImg_mo{
  display: none;
}
.BusinessImg{
  display: inline-block;
  vertical-align: middle;
  width: 46%;
  margin-left: 6.6%;
}

.BusinessImg >img{
  width: 100%;
}

.wrap_Business02{
  width: 1180px;
  margin: 100px auto 0;
}

.wrap_Business02 >p{
  font-size: 24px;
  color: #17235b;
  text-align: center;
}

.wrap_Business02 >h3{
  font-size: 30px;
  font-weight: bolder;
  color: #222;
  text-align: center;
  margin-top: 20px;
}

.BusinessList{
  width: 100%;
  margin: 50px auto 0;
  display: flex;
}

.BusinessList >li{
  display: inline-block;
  width: 25%;
  margin-left: 1%;
  border: 1px solid #e5e5e5;
  padding: 60px 0;
  box-sizing: border-box;
}

.BusinessList >li:first-child{
  margin-left: 0;
}

.BusinessIcon{
  width: 50px;
  margin: 0 auto;
}

.BusinessIcon img{
  width: 100%;
}

.BusinessList >li >p:nth-child(2){
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}

.BusinessList >li >p:nth-child(3){
  font-size: 16px;
  color: #777;
  margin-top: 20px;
  text-align: center;
}

.wrap_Business03{
  /*width: 1720px;*/
  width:100%;
  margin: 150px auto 0;
  border-top: 1px solid #c1c1c1;
}


.WRAP_Business03{
  width: 1180px;
  margin: 150px  auto 0;
}

.WRAP_Business03 >p{
  font-size: 24px;
  color: #17235b;
  text-align: center;
}

.WRAP_Business03 >h3{
  font-size: 30px;
  font-weight: bolder;
  color: #222;
  text-align: center;
  margin-top: 20px;
}
.processImg{
  width: 100%;
  margin: 55px auto 0;
}

.process_mo{
  display: none;
}

/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/


/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**************************sub05********************************************/
#BusinessDevelop{
  width: 100%;
  margin: 120px auto 0;
}

.wrap_BusinessDevelop{
  width: 1180px;
  margin: 0 auto;
  position: relative;
}

.wrap_BusinessDevelop >h3{
  font-size: 36px;
  font-weight: bold;
}

.wrap_BusinessDevelop >p{
  color: #222;
  font-size: 24px;
  margin-top: 20px;
}
.wrap_BusinessDevelop::after{
  display: block;
  content: "";
  clear: both;
}

.DevelopmentTextbox{
  float: right;
  width: 46%;
  margin-top: 345px;
}

.DevelopmentTextbox >p:nth-child(1){
  font-size: 30px;
  font-weight: bold;
  position: relative;
}

.DevelopmentTextbox >p:nth-child(1)::after{
  display: block;
  content: "";
  width: 100px;
  height: 5px;
  background-color: #17235b;
  position: absolute;
  top: 50%;
  left: -11%;
  transform: translateX(-50%);
  z-index: 3;
}

.mainText{
  font-size: 18px;
  color: #444;
  line-height: 26px;
  transform: skew(-0.03deg);
  margin-top: 20px;
}


.DevelopmentImg{
  width: 860px;
  position: absolute;
  top: 28%;
  left: -23%;
  z-index: 2;
}

.DevelopmentImg img{
  width: 100%;
}

#Business02{
  width: 100%;
  margin: 50px auto 0;

}

.wrap_Business2_1720{
  width: 100%;
  margin: 0 auto;
  background-color: #f7f7f7;
  padding: 150px 0;
  box-sizing: border-box;
}

.wrap_business2_1180{
  width: 1180px;
  margin: 0 auto;
}

.wrap_business2_1180 >h3{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.business2List{
  width: 100%;
  margin: 100px auto 0;
}

.business2List >li{
  margin-top: -3px;
}

.business2List >li .DevelopmentIMG_mo{
  display: none;
}

.DevelopmentIMG00{
  display: inline-block;
  vertical-align: middle;
}

.DevelopmentIMG00 img{
  width: 100%;
}


.developtextbox{
  display: inline-block;
  vertical-align: middle;
  width: 49.5%;
}

.developtextbox >p:nth-child(1){
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
}

.developtextbox >p:nth-child(2){
  margin-top: 15px;
  font-size: 24px;
  font-weight: bold;
}


.developtextbox >p:nth-child(3){
  font-size: 18px;
  color: #444;
  line-height: 26px;
  margin-top: 50px;
  transform: skew(-0.03deg);
}
.developtextbox01{
  padding-left: 30px;
  box-sizing: border-box;
}


#CALL{
  width: 100%;
  margin: 150px auto;
}

.wrap_call{
  width: 1180px;
  margin: 0 auto;
}

.callList{
  width: 100%;
  margin: 0 auto;
}

.callList >li{
  display: inline-block;
  width: 48%;
  margin-left: 2%;
  border: 1px solid #e5e5e5;
  padding: 50px 0;
  box-sizing: border-box;
}

.callList >li:first-child{
  margin-left: 0;
}

.callIcon00{
  width: 60px;
  margin: 0 auto;
}

.callIcon00 >img{
  width: 100%;
}

.callList >li >p:nth-child(2){
  margin-top: 20px;
  font-size: 24px;
  font-weight: normal;
  color: #222;
  text-align: center;
}

.callList >li >p:nth-child(3){
  margin-top: 20px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}


/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/


/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**************************sub06********************************************/

.Daemenu00 >li:hover .Product{
  height: 150px;
}

.productSubMenu{
  width: 100%;
  margin: -3px auto 0;
  background-color: #222;
}

.productSubMenuList{
  width: 30%;
  margin: 0 auto;
}

.productSubMenuList >li{
  display: inline-block;
  vertical-align: middle;
  width: 24%;
}

.productSubMenuList >li >a{
  display: block;
  color: #fff;
  transform: skew(-0.03deg);
  text-align: center;
  line-height: 80px;
}


#prduct01{
  width: 100%;
  margin: 80px auto 0;
}

.wrap_prduct01{
  width: 1180px;
  margin: 0 auto;
}

.wrap_prduct01 >h3{
  font-size: 60px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: center;
  position: relative;
}

.wrap_prduct01 >h3::after{
  display: block;
  content: "";
  width: 5%;
  height: 1px;
  background-color: #444;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40%;
}

.LeftProduct{
  display: inline-block;
  vertical-align: top;
  margin-top: 50px;
  width: 46%;
}

.LeftProduct img{
  width: 100%;
}

.productTExtBox{
  display: inline-block;
  vertical-align: top;
  margin-top: 50px;
  width: 50%;
  margin-left: 30px;
}

.productTExtBox >p:nth-child(1){
  font-size: 16px;
  transform: skew(-0.03deg);
  color: #17235b;
}


.productTExtBox >p:nth-child(2){
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}


.productTExtBox >p:nth-child(3){
  margin-top: 10px;
  font-size: 16px;
  color: #777777;
  transform: skew(-0.03deg);

}

.productTExtBox >p:nth-child(4){
  line-height: 26px;
  margin-top: 50px;
  font-size: 16px;
  color: #17235b;
  transform: skew(-0.03deg);
}

#prduct01 .wrap_prduct01 .productTExtBox .contactBTN{
  display: block;
  text-align: center;
  font-size: 18px;
  border-radius: 30px;
  line-height: 60px;
  background-color: #000;
  color: #fff;
  margin-top: 240px;
}


.wrap_prduct00{
  width: 1180px;
  margin: 100px auto 0;

}

.wrap_prduct00 >h3{
  font-size: 30px;
  text-align: center;
}

.Product02Img{
  width: 100%;
  margin: 30px auto 0;
}

.Product02Img img{
  width: 100%;
}


.AbboxListProduct{
  background-color: #f7f7f7;
  margin-top: -2px;
}

.productex{
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.productex >li{
  display: inline-block;
  vertical-align: bottom;
  width: 32.3%;
  margin-left: 1%;
}

.productex >li:nth-child(1){
  margin-left: 0;
}

.ProductIcon01{
  width: 80px;
  margin: 0 auto;
}

.ProductIcon01 img{
  width: 100%;
}

.productex >li >p{
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}


.QnaList{
  width: 100%;
  margin: 50px auto 0;
}

.QnaList >li{
  display: inline-block;
  vertical-align: top;
  width: 23%;
  margin-left: 2%;
  position: relative;
}

.QnaList >li:first-child{
  margin-left: 0;
}


.QnaList >li >span{
  display: block;
  font-family: 'EBSHunminjeongeumSBA';
  font-size: 60px;
  color: #c1c1c1;
  text-align: center;
}


.QnaList >li >p:nth-child(2){
  font-size: 24px;
  margin-top: 20px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
}

.Ans{
  margin-top: 30px;
  font-size: 16px;
  color: #1b275e;
  text-align: center;
  position: relative;
  transform: skew(-0.03deg);
  cursor: pointer;
}

.Ans::after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translatey(-50%)rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 1px solid #1b275e;
  border-top: 1px solid #1b275e;
}

.ANSTEXT{
  text-align: center;
  font-size: 16px;
  transform: skew(-0.03deg);
  line-height: 26px;
  position: absolute;
  top: 120%;
  left: 0;
  width: 100%;
  color: #1b275e;
  display: none;
}


.MiddleBanner{
  width: 100%;
  margin: 170px auto 0;
  position: relative;
}


.middlebanner{
  width: 100%;
  margin: 0 auto;
}

.middlebanner img{
  width: 100%;
}


.middleBannerTextbox{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;

}


.middleBannerTextbox >p:nth-child(1){
  font-size: 24px;
  text-align: center;
  color: #fff;
}

.middleBannerTextbox >p:nth-child(2){
  font-size: 36px;
  font-weight: bolder;
  text-align: center;
  margin-top: 20px;
  color: #fff;
}


.middleBannerTextbox >p:nth-child(3){
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}

.wrap_prduct04{
  margin-bottom: 80px;
}
.wrap_prduct04 >p{
  font-size: 24px;
  color: #444;
  transform: skew(-0.03deg);
  text-align: center;
  margin-top: 0;
  font-weight: 600;
}


.spec{
  width: 100%;
  margin: 80px auto 0;
}


.specline{
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.specText{
  margin-left: 20px;
  font-size: 24px;
  font-weight: bold;
  width: 95%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.specRotate{
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  transform: rotate(135deg);
  transition: 0.3s;
  cursor: pointer;
}

.specList{
  width: 100%;
  margin: 80px auto 0;
  display: none;
}


.specList >li{
  display: inline-block;
  vertical-align: middle;
  width: 31.33%;
  margin-left: 2%;
  margin-top: 1%;
  border: 1px solid #e5e5e5;
  padding: 50px 0;
  box-sizing: border-box;
  height: 318px;
}

.specList >li:nth-child(1),.specList >li:nth-child(4){
  margin-left: 0;
}

.specIcon{
  width: 90px;
  margin: 0 auto;
}

.specIcon img{
  width: 100%;
}

.specList >li >p:nth-child(2){
  font-size: 24px;
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
}

.specList >li >p:nth-child(3){
  font-size: 16px;
  color: #444;
  transform: skew(-0.03deg);
  text-align: center;
  margin-top: 30px;
  line-height: 26px;
}

.manual{
  width: 100%;
  margin: 30px auto 0;
}

.manualLine{
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.CommonManual{
  width: 100%;
  border: 1px solid #e5e5e5;
  margin: 80px auto 0;
  padding: 80px 0;
  display: none;
}

.MenualImg{
  width: 100px;
  margin: 0 auto;
}

.CommonManual >p{
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}

.specRotate.toggleRoate{
  transform: rotate(-45deg);
}



/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/


/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**************************sub10********************************************/

.Daemenu00 >li:hover .develop00{
  height: 50px;
}


#develop01{
  width: 100%;
  margin: 120px auto 80px;
}

.wrap_develop01{
  width: 1180px;
  margin: 0 auto;
}

.wrap_develop01 >h3{
  font-size: 36px;
  font-weight: bold;
}

.wrap_develop01 >p:nth-child(2){
  margin-top: 20px;
  font-size: 24px;
  font-weight: normal;

}


.wrap_develop01 >p:nth-child(3){
   transform: skew(-0.03deg);
   font-size: 18px;
   color: #777;
   line-height: 26px;
   margin-top: 30px;
}


.wrap_develop00{
  width: 1180px;
}

.wrap_develop02{
  margin: 50px auto 0;
  position: relative;
}

.AbboxListdevelop{
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}

.Leftdevelop{
  display: inline-block;
  vertical-align: bottom;
  background-color: #fff;
  width: 295px;
  height: 295px;
  padding: 10px;
  box-sizing: border-box;
}

.WhiteBack{
  width: 100%;
  margin: 0 auto;
  border: 1px solid #1d2084;

}

.WhiteBack >p{
  text-align: center;
  font-size: 18px;
  line-height: 273px;
}

.RightDevelopText{
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 80px 50px;
}

.RightDevelopText >p{
  font-size: 18px;
  line-height: 26px;
  transform: skew(-0.03deg);
  color: #777;
}

.wrap_develop03{
  margin: 250px auto 0;
}

.DevelopList{
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  box-sizing: border-box;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
}

.DevelopList >li{
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0 20px;
  box-sizing: border-box;
}

.DevelopList >li:last-child{
  border-bottom: 0;
}

.DevelopList >li >p{
  font-size: 18px;
  transform: skew(-0.03deg);
  line-height: 26px;
  color: #777;
}

.DevelopList >li >p >span{
  display: inline-block;
  font-size: 24px;
  color: #222;
  font-weight: bold;
}

.DevelopImg{
  width: 100%;
  margin: 20px auto 0;

}

.DevelopImg img{
  width: 100%;
  border: 1px solid #5f5f5f;
}


/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/


/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**************************sub11********************************************/

.wrap_SubBanner .sub11Margin{
  margin-top: 50px;
}

.UnderBoxDevelop{
  width: 100%;
  margin: 80px auto 0;
}

.Robot_left{
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.Robot_left img{
  width: 180%;
  position: relative;
  left: -65%;
}

.Right_Develop{
  display: inline-block;
  vertical-align: middle;
  margin-left: 5%;
}

.Right_Develop >p:nth-child(1){
  font-size: 18px;
  color: #1d2084;
  transform: skew(-0.03deg);
}

.Right_Develop >p:nth-child(2){
  font-size: 36px;
  font-weight: bold;
  margin-top: 25px;
}

.Right_Develop >p:nth-child(3){
  margin-top: 30px;
  font-size: 18px;
  color: #777;
  line-height: 26px;
}


.wrap_develop04{
  margin: 80px auto 0;
}

.DevelopList01{
  width: 100%;
  margin: 0 auto;
}

.DevelopList01 >li{
  padding: 20px 0;
  box-sizing: border-box;
}

.DevelopList01 >li >p{
  font-size: 30px;
  color: #222;
  padding: 15px 0;
  box-sizing: border-box;
}



.word4{
  position: relative;
}

.word4::after{
  display: block;
  content: "";
  position: absolute;
  width: 88%;
  height: 2px;
  background-color: #222;
  top: 50%;
  left: 12%;
  transform: translateY(-50%);
}

.word8{
  position: relative;
}

.word8::after{
  display: block;
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  background-color: #222;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
}
