/*AOS관련 -> 모바일에서는 애니메이션 효과가 안나타나게 선언 후, 그로인해 화면이 안나오는 문제 해결을 위한 css 추가*/
@media screen and (max-width: 767px) { 
  [data-aos] {
    pointer-events: auto !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* 메인 슬라이드 */
.idx_vis{ width: 100%; position: relative;}
.slider-wrap {  width: 100%; position: relative;}
.slider-wrap .mvisual { width: 100%;  height: 900px; background-position: center top;  background-repeat: no-repeat;  background-size: cover; position: relative;}
.slider-wrap .mvisual01 {  background-image: url(../img/main/visual01.jpg);}
.slider-wrap .mvisual02 {  background-image: url(../img/main/visual02.jpg);}
.slider-wrap .mvisual03 {  background-image: url(../img/main/visual03.jpg);} 
.slider-wrap .mvisual::after{ display: block; content: ""; width: 100%; height: 100%; background-color: rgba(0,0,0,.3);
position: absolute; top: 0px; left: 0px; z-index: 1;} 
.slider-wrap .mvisual03::after{ display: none;}
/*페이지 전환시 깜빡거림 현상 방지*/
.slick-slider .slick-track,
.slick-slider .slick-list{
 	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition-delay: 10ms;
}

.idx_vis .main_text{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-40%); z-index: 2; text-align: center;}
.idx_vis .main_text h1{ font-weight: 500; font-size: 45px; color: #fff;}
.idx_vis .main_text h2{ font-weight: 700; font-size: 55px; color: #fff; margin: 10px 0 35px 0;}
.idx_vis .main_text p{ font-weight: 300; font-size: 22px; color:rgba(255,255,255,.8); line-height: 1.6;}
.idx_vis .main_text .mtxt_go{ width: 250px; margin: 50px auto 0 auto;}
.idx_vis .main_text .mtxt_go a{ display: block; border: 2px solid #fff; line-height: 55px; font-size: 20px; font-weight: 700; color: #fff; transition: all .3s;}
.idx_vis .main_text .mtxt_go a:hover{ background-color: #fff; color: #222; transition: all .3s;}
.idx_vis .slick-dots {  position: absolute;  bottom: 50px;  left: 50%; transform: translateX(-50%); display: flex; z-index: 2 !important; }
.idx_vis .slick-dots li {  margin: 0 5px;}
.idx_vis .slick-dots li > button {  width: 10px;  height: 10px;  border-radius: 50%;  border: 0;  text-indent: -9999px;  background-color: #fff; opacity: .5; }
.idx_vis .slick-dots li.slick-active > button { opacity: 1;}
@media screen and (max-width: 1279px) {
  .slider-wrap .mvisual { height: 590px;}
}
@media screen and (max-width: 1023px) {
  .slider-wrap .mvisual { height: 420px;}
  .idx_vis .main_text h1{ font-size: 30px;}
  .idx_vis .main_text h2{ font-size: 35px;}
  .idx_vis .main_text p{ font-size: 18px;}
  .idx_vis .main_text .mtxt_go{ width: 180px; margin: 30px auto 0 auto;}
  .idx_vis .main_text .mtxt_go a{ line-height: 45px; font-size: 16px;}
  .idx_vis .slick-dots { bottom: 30px;}
}
@media screen and (max-width: 767px) {
  .slider-wrap .mvisual { height: 800px;}
  .slider-wrap .mvisual03 { background-image: url(../img/main/visual03_m.jpg);} 
}
@media screen and (max-width: 600px) {
  .slider-wrap .mvisual { height: 700px;}
}
@media screen and (max-width: 500px) {
  .slider-wrap .mvisual { height: 550px;}
}
@media screen and (max-width: 400px) {
  .idx_vis{ padding-top: 54px;}
  .slider-wrap .mvisual { height: 420px;}
  .idx_vis .main_text { width: 95%; margin: 0 auto; transform: translate(-50%,-50%);}
  .idx_vis .main_text h1{ font-size: 23px;}
  .idx_vis .main_text h2{ font-size: 25px; margin: 10px 0 20px 0;}
  .idx_vis .main_text p{ font-size: 15px;}
  .idx_vis .main_text p > br{ display: none;}
  .idx_vis .main_text .mtxt_go{ width: 160px; margin: 20px auto 0 auto;}
  .idx_vis .main_text .mtxt_go a{ line-height: 40px; font-size: 15px;}
  .idx_vis .slick-dots { bottom: 10px;}
}


/*공통제목*/
.tit2{ text-align: center; margin-bottom: 60px;}
.tit2 img{ width: 45px;}
.tit2 p{ font-size: 13px; font-weight: 700; text-transform: uppercase; color: #6FA80A; letter-spacing: 3px; margin: 30px 0 10px 0;}
.tit2 h1{ font-size: 40px; font-weight: 400; letter-spacing: -1px;}
.tit2 h1 strong{ color: #6FA80A; font-weight: 700;}
.tit2 h2{ font-size: 18px; font-weight: 200; color: #666; line-height: 1.5; margin-top: 20px;}
/*태블릿 : 768px ~ 1023px */
@media screen and (max-width: 1023px) {
  .tit2{ margin-bottom: 40px;}
  .tit2 img{ width: 30px;}
  .tit2 p{ font-size: 10px;}
  .tit2 h1{ font-size: 32px;}
  .tit2 h2{ font-size: 16px;}
}
/*모바일 : 370px ~ 767px */
@media screen and (max-width: 767px) { 
  .tit2{ margin-bottom: 30px; padding: 0 2%;}
  .tit2 img{ width: 25px;}
  .tit2 p{ margin: 20px 0 10px 0;}
  .tit2 h1{ font-size: 23px; }
  .tit2 h2{ font-size: 14px;}
  .tit2 h2 > br{ display: none;}
}


/*사업안내*/
.cont01{ width: 1400px; margin:0px auto; padding-top: 80px;}
.cont01_in{ display: flex; justify-content: space-between; align-items:flex-start; flex-wrap: wrap;}
.cont01_box{ width: 260px; border: 1px solid #d4e3eb; position: relative;}
.cont01_box .cb01_img{ height: 240px; overflow: hidden;}
.cont01_box .cb01_img img{ width: 100%; transition: all 0.5s;}
.cont01_box:hover .cb01_img img{ transform: scale(1.1); transition: all 0.5s;}
.cont01_box dl{ padding: 20px 0px 40px 0; text-align: center;}
.cont01_box dt{ font-size: 10px; color: #6FA80A; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;}
.cont01_box dd{ font-size: 28px; font-weight: 700; color: #222;}
.cont01_box .cb_btn{ text-align: center; font-size: 10px; font-weight: 300; letter-spacing: 0.5px; color: #fff; cursor: pointer; transition: all 0.3s;
width: 50px; height: 40px; background-color: #6FA80A; line-height: 40px; position: absolute; bottom: -15px; left: 50%; transform: translateX(-50%); }
.cont01_box:hover .cb_btn{ background-color: #29332a; transition: all 0.3s;}

/*작은 데스크탑 & 노트북: 1024px ~ 1279px */
@media screen and (max-width: 1279px) {
  .cont01{ width: 95%;}
  .cont01_box{ width:19%;}
  .cont01_box .cb01_img{ height: 180px;}
  .cont01_box dd{ font-size: 26px;}
}
/*태블릿 : 768px ~ 1023px */
@media screen and (max-width: 1023px) {
  .cont01{ padding-top: 60px;}
  .cont01_in{ justify-content: center;}
  .cont01_box{ width:30%; margin: 0 1% 30px 1%;}
  .cont01_box .cb01_img{ height: 200px;}
  .cont01_box dl{ padding: 20px 0px 30px 0;}
  .cont01_box dt{ font-size: 9px;}
  .cont01_box dd{ font-size: 22px;}
  .cont01_box .cb_btn{ height: 35px; line-height: 35px;}
}
/*모바일 : 370px ~ 767px */
@media screen and (max-width: 767px) { 
  .cont01{ padding-top: 40px;}
  .cont01_box{ width: 48%; margin: 0 1% 20px 1%;}
  .cont01_box .cb01_img{ max-height: 130px; height: auto;}
  .cont01_box dl{ padding: 15px 0px 30px 0;}
  .cont01_box dd{ font-size: 20px;}
  .cont01_box .cb_btn{ width: 45px; height: 30px; line-height: 30px; bottom: -10px;}
}

/*cont02 - 중간 배너*/
.cont02{ width: 100%; height: 500px; display: flex; justify-content: center; flex-wrap: wrap; margin-top: 100px;}
.cont02_img{ width: 50%; background: url(../img/main/cont02_img.jpg) no-repeat center 40% / cover; display: flex; justify-content: center; align-items: center;}
.cont02_txt{ width: 50%; background: url(../img/main/cont02_img2.jpg) no-repeat center center / cover; padding: 90px 100px; position: relative;}
.machine_txt h2{ font-weight: 400; font-size: 15px; line-height: 1.2; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.7);}
.machine_txt h1{ font-weight: 400; font-size: 35px; line-height: 1.2; letter-spacing: -1px; color: #fff; margin: 10px 0 25px 0;}
@media screen and (max-width: 1279px) {
  .cont02_img{ width: 40%;}
  .cont02_txt{ width: 60%; padding: 60px 50px;}
}
@media screen and (max-width: 1023px) {
  .cont02{ height: 490px; margin-top: 80px;}
  .cont02_img{ width: 30%;}
  .machine_img img{ width: 300px;}
  .cont02_txt{ width: 70%; padding: 50px 40px;}
  .machine_txt h2{ font-size: 12px;}
  .machine_txt h1{ font-size: 30px;}
  .machine_txt p{ font-size: 15px;}
  .machine_txt p > br{ display: none;}
  .machine_txt .cont02_btn{ margin-top: 30px;}
  .machine_txt .cont02_btn a{ font-size: 14px;}
}
@media screen and (max-width:767px) {
  .cont02{ height: auto; margin-top: 30px;}
  .cont02_img{ width: 100%; height: 150px;}
  .machine_img img{ width: 250px;}
  .cont02_txt{ width: 100%; padding: 40px 20px;}
  .cont02_txt h1{ font-size: 23px; margin: 10px 0 20px 0;}
  .cont02_txt p{ font-size: 14px;}
}


/*고객센터지도*/
.cont03{ width: 1400px; margin: 0 auto; padding: 100px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
.cont03 .ct3_txt { width: 35%;}
.cont03 .ct3_txt h1{ font-weight: normal; font-size: 30px; color: #222; margin-bottom: 30px;}
.cont03 .ct3_txt h2{ font-weight: 600; font-size: 38px; color: #6FA80A; margin-bottom: 15px;}
.cont03 .ct3_txt h3{ font-size: 20px; font-weight: 500; color: #999;}
.cont03 .ct3_txt h4{ font-size: 20px; font-weight: 500; color: #999; margin: 5px 0 50px 0;}
.cont03 .ct3_txt h5{ font-size: 30px; font-weight: normal; color: #222; margin-bottom: 20px;}
.cont03 .ct3_txt p{ font-size: 18px;}
.cont03 .ct3_map{ width: 65%;}
.cont03 .ct3_map .cont{ display: none;}
/*작은 데스크탑 & 노트북: 1024px ~ 1279px */
@media screen and (max-width: 1279px) {
  .cont03{ width: 95%;}
  .cont03 .ct3_txt { width: 40%;}
  .cont03 .ct3_txt h2{ line-height: 1.3;}
  .cont03 .ct3_map{ width: 60%;}
}
/*태블릿 : 768px ~ 1023px */
@media screen and (max-width: 1023px) {
  .cont03{ width: 90%; padding: 80px 0;}
  .cont03 .ct3_txt { width: 100%; margin-bottom: 30px;}
  .cont03 .ct3_map{ width: 100%;}
}
/*모바일 : 480px ~ 767px */
@media screen and (max-width: 767px) { 
  .cont03{ padding: 40px 0;}
  .cont03 .ct3_txt h1{ font-size: 25px; margin-bottom: 20px;}
  .cont03 .ct3_txt h2{ font-size: 30px;}
  .cont03 .ct3_txt h3{ font-size: 18px;}
  .cont03 .ct3_txt h4{ font-size: 18px; margin: 5px 0 30px 0;}
  .cont03 .ct3_txt h5{ font-size: 25px;}
  .cont03 .ct3_txt p{ font-size: 16px;}
  .cont03 .ct3_map .root_daum_roughmap{ height: 250px !important;}
}

/*동영상*/
.cont04{ width: 1400px; margin: 100px auto 0 auto;}
.cont04 ul{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.cont04 li{ width: 49%; margin: 0 0 2% 0; height: 380px; overflow: hidden;}
.cont04 video{ width: 100%; height: 100%;}
@media screen and (max-width: 1279px) { 
  .cont04{ width: 90%;}
  .cont04 li{ height: 270px;}
}
@media screen and (max-width: 1023px) {
  .cont04{ width: 95%; margin: 60px auto 0 auto;}
  .cont04 li{ height: 200px;}
}
@media screen and (max-width: 767px) {
  .cont04{ width: 90%; margin: 40px auto 0 auto;}
  .cont04 li{ width: 100%; height: 350px;}
}
@media screen and (max-width: 600px) {
  .cont04 li{ height: 280px;}
}
@media screen and (max-width: 480px) {
  .cont04 li{ height: 230px;}
}
@media screen and (max-width: 400px) {
  .cont04 li{ height: 180px;}
}
