@charset "UTF-8";
/* -----------------------------
      visual
----------------------------- */
#fullpage { z-index: 17; }

.home_visual { height: 100%; width: 100%; position: relative; }

.home_visual .swiper-container { width: 100%; height: 100%; }

.home_visual .swiper-slide { background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; }

.home_visual .swiper-pagination { bottom: 5.5vh; }

.home_visual .swiper-pagination-bullet { opacity: 0.4; width: 40px; height: 4px; border-radius: 0; background: #fff; }

.home_visual .swiper-pagination-bullet-active { opacity: 1; width: 80px; }

.visual-1 { background-image: url(../img/main/1-1.jpg); }

.visual-2 { background-image: url(../img/main/1-2.jpg); }

.visual-3 { background-image: url(../img/main/1-3.jpg); }

.visual_txt { z-index: 10; position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); color: #fff; text-align: center; }

.visual_txt b, .visual_txt p { opacity: 0; transform: translateY(50%); transition: all 0.6s ease-in; }

.visual_txt p { transition-delay: 0.7s;  font-family:NanumSquare;}

.visual_txt b { display: block; font-size: 5vw; padding: 0 0 10px; }

.visual_txt p { font-size: 1.2vw; font-weight: 400; line-height: 1.6; }

.swiper-slide-active .visual_txt p, .swiper-slide-active .visual_txt b { opacity: 1; transform: translateY(0); }

@media (max-width: 999px) { .home_visual .swiper-pagination { bottom: 30.90909vh; }
  .home_visual .swiper-pagination .swiper-pagination-bullet { height: 2px; width: 20px; }
  .home_visual .swiper-pagination .swiper-pagination-bullet-active { width: 40px; }
  .visual_txt b { font-size: 13.88889vw; padding-bottom: 0; }
  .visual_txt p { font-size: 3.47222vw; } }

/* -----------------------------
      02 스마트시티
----------------------------- */
.smart_hgroup { text-align: center; }

/* .smart_hgroup b { display: block; color: #2ac4f0; font-size: 18px; } */
.smart_hgroup b { display: block; color: #0F6BFF; font-size: 18px; }

.smart_hgroup h4 { font-size: 50px; padding: 10px 0; }

.smart_hgroup p { color: #333333; font-size: 18px; line-height: 1.5; }

.list_wrap { padding: 4.44444vh 0 0; }

.list_wrap ul { margin: 0 -14px; }

.list_wrap ul:after { content: ""; display: block; clear: both; overflow: hidden; }

.list_wrap ul li { float: left; width: 33.333%; padding: 0 14px; }
.list_wrap ul li a{display:block;}

.list_wrap ul .wrap_cnt { position: relative; }

.list_wrap ul .wrap_cnt .caption { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; align-content: stretch; background: rgba(0, 0, 0, 0); transition: all 0.3s; text-align: center; }

.list_wrap ul .wrap_cnt .caption h5 { color: #fff; font-size: 1.82292vw; font-weight: 700; transition: all 0.3s; padding-bottom: 0; }

.list_wrap ul .wrap_cnt .caption p, .list_wrap ul .wrap_cnt .caption a { opacity: 0; visibility: hidden; position: absolute; transform: translateY(40%); transition: all ease-in 0.3s;  font-family:Arial, Helvetica, sans-serif;}

.list_wrap ul .wrap_cnt .caption p { color: #fff; font-size: 18px; font-weight: 100; padding-bottom: 0;  padding:0 30px; }

/* .list_wrap ul .wrap_cnt .caption a { color: #2ac4f0; } */
.list_wrap ul .wrap_cnt .caption a { color: #0F6BFF; }

.list_wrap ul .wrap_cnt .caption:hover { background: rgba(0, 0, 0, 0.8); }

.list_wrap ul .wrap_cnt .caption:hover h5 { padding-bottom: 3.33333vh; }

.list_wrap ul .wrap_cnt .caption:hover p { padding-bottom: 5.55556vh;}

.list_wrap ul .wrap_cnt .caption:hover p, .list_wrap ul .wrap_cnt .caption:hover a { position: static; opacity: 1; visibility: visible; transform: translateY(0); word-break:keep-all;}

@media (max-width: 999px) { .smart_hgroup b { font-size: 20px; }
  .smart_hgroup h4 { font-size: 60px; padding: 10px 0 0; }
  .smart_hgroup p { display: none; }
  .list_wrap ul { margin: 0; }
  .list_wrap ul li { float: none; width: 100%; padding: 0; }
  .list_wrap ul li + li { margin-top: 10px; }
  .list_wrap ul .wrap_cnt .thumb img { width: 100%; }
  .list_wrap ul .wrap_cnt .caption { background: rgba(0, 0, 0, 0.3); }
  .list_wrap ul .wrap_cnt .caption h5 { font-size: 40px; }
  .list_wrap ul .wrap_cnt .caption a { font-size: 20px; visibility: visible; position: static; padding-top: 20px; }
  .list_wrap ul .wrap_cnt .caption p, .list_wrap ul .wrap_cnt .caption a { opacity: 1; transform: translateY(0); }
  .list_wrap ul .wrap_cnt .caption p { display: none; }
  .list_wrap ul .wrap_cnt .caption:hover h5 { padding-bottom: 0vh; }
  .list_wrap ul .wrap_cnt .caption:hover p { padding-bottom: 0vh; } }

@media (max-width: 719px) { .smart_hgroup b { font-size: 18px; }
  .smart_hgroup h4 { font-size: 8.33333vw; }
  .list_wrap ul .wrap_cnt .caption h5 { font-size: 20px; }
  .list_wrap ul .wrap_cnt .caption a { font-size: 10px; padding-top: 10px; } }

/* -----------------------------
      03 클라우드
----------------------------- */
.home_cloud { position: relative; }

.home_cloud .row, .home_cloud .inner { height: 100%; }

.cloud_cell { width: 50%; height: 100%; position: absolute; top: 0; left: 0; background: #f2f2f2 url(../img/main/3-3.gif) no-repeat 95% 100%; }

.cloud_txt, .cloud_thumb { height: 100%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: stretch; align-content: stretch; }

.cloud_txt { float: left; width: 40%; }

/* .cloud_txt b { display: block; color: #2ac4f0; font-size: 18px; } */
.cloud_txt b { display: block; color: #0F6BFF; font-size: 18px; }

.cloud_txt h4 { font-size: 2vw; padding: 20px 0; }

.cloud_txt p {color: #333333; font-size: 18px; line-height: 1.5; word-break:keep-all; padding:0 20px 0 0;}

.cloud_thumb { float: right; padding-top: 0; width: 60%; }

.cloud_thumb ul { width: 100%; }

.cloud_thumb ul:after { content: ""; display: block; clear: both; overflow: hidden; }

.cloud_thumb ul li { float: right; position: relative; overflow: hidden; padding: 0; width: 40%; transition: all 0.3s; }

.cloud_thumb ul li.on, .cloud_thumb ul li:hover { width: 57%; }

.cloud_thumb ul li.ww{width:3%;min-height:1px;}

.cloud_thumb .wrap_cnt { position: relative; height: 450px; width: 100%; }

.cloud_thumb img { display: block; transform: translate(-50%, -50%); height: 100%; position: absolute; width: auto; top: 50%; left: 50%; transition: all 0.3s; max-width: inherit; }

.cloud_thumb .caption { position: relative; z-index: 2; width: 100%; height: 100%; text-align: center; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; align-content: stretch; color: #fff; }

.cloud_thumb .caption h5 { color: #fff; font-size: 1.82292vw; font-weight: 700; /*position: absolute;*/ top: 50%; transition: all 0.3s; transform: translateY(-50%); text-align:center;left:0;text-align:center;width:100%;}

.cloud_thumb .caption p, .cloud_thumb .caption a { opacity: 0; visibility: hidden; position: absolute; left:0;width:100%;transform: translateY(40%); transition: all ease-in 0.3s; font-size:16px;}

.cloud_thumb .caption p { color: #fff; font-size: 16px; font-weight: 300; }

/* .cloud_thumb .caption a { color: #2ac4f0; } */
.cloud_thumb .caption a { color: #0F6BFF; }

.cloud_thumb .caption.on, .cloud_thumb .caption:hover { background: rgba(0, 0, 0, 0.7); }

.cloud_thumb .caption.on h5, .cloud_thumb .caption:hover h5 { top: 30%; }

.cloud_thumb .caption.on p, .cloud_thumb .caption p { padding: 30px 50px 50px;  word-break:keep-all;}

.cloud_thumb .caption.on p, .cloud_thumb .caption.on a, .cloud_thumb .caption:hover p, .cloud_thumb .caption:hover a { position: static; opacity: 1; visibility: visible; transform: translateY(0); }

.cloude_link a { display: block; color: #fff; width: 100%; border: 1px solid #fff; padding: 10px 0; font-size: 3.47222vw; }

.cloude_link a + a { margin-top: 10px; }

@media (max-width: 1099px) { .cloud_txt p { font-size: 16px; } }

@media (max-width: 999px) { .home_cloud .row { background: url(../img/main/3-1-m.jpg) no-repeat 50% 50%; background-size: cover; }
  .cloud_cell, .cloud_thumb { display: none; }
  .cloud_txt { width: 100%; text-align: center; }
  .cloud_txt h4 { color: #fff; font-size: 8.33333vw; }
  .cloud_txt p { display: none; } }

/* -----------------------------
      04 서비스
----------------------------- */
.home_service { background: #f9f9f9; }

.service_nav { text-align: center; padding-bottom:4vh; }

.service_nav div { display: inline-block; border: 1px solid #ccc; }

.service_nav a { display: block; float: left; font-weight: 700; color: #666; font-size: 17px; height: 50px; line-height: 48px; width: 210px; }

.service_nav a + a { border-left: 1px solid #ccc; }

/* .service_nav a.on { color: #fff; background: #2ac4f0; } */
.service_nav a.on { color: #fff; background: #0F6BFF; }

.swiper-button-next, 
.swiper-button-prev { background-repeat:no-repeat; outline: none; font-size:0;text-indent:-9999em;background-position:0 0;width:30px;height:57px;}
.swiper-button-next{background-image:url(../img/main/2.png);}
.swiper-button-prev{background-image:url(../img/main/1.png);}
.swiper-button-next:after,
.swiper-button-prev:after{display:none;}


.service_cell { float: left; width: 32%; padding:20px;}

.service_cell.img_cell { padding-left: 2.60417vw; width: 68%; }

.service_hgroup { padding-top: 7.5vh; }

/* .service_hgroup b { display: block; color: #2ac4f0; font-size: 18px; } */
.service_hgroup b { display: block; color: #0F6BFF; font-size: 18px; }

.service_hgroup h4 { font-size: 2.4vw; padding: 20px 0; word-break:keep-all; }

.service_hgroup p { color: #333333; font-size: 17px; line-height: 1.5; word-break:keep-all; }

.service_link_box { padding-top: 5vh; }

.service_link_box a {width:100%;  display: block; float: left; position: relative; }

.service_link_box a + a { margin-left: 1.04167vw; }

.service_link_box a span { display: block; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); text-align: left; color: #000; font-size: 18px; line-height: 1.4; font-weight:bold;}

.service_link_box a span i {/* display: block;*/ text-align: center; padding: 10px 0 0 10px; }
.service_link_box a span i img{vertical-align:middle;}

.tabwrap { padding: 0 2.60417vw; }

@media (max-width: 1399px) { .service_cell{padding-left:20px;}
.service_hgroup p { font-size: 14px; } }

@media (max-width: 1300px) {
	.service_cell { float: left; width: 40%; }
	.service_cell.img_cell { padding-left: 2.60417vw; width: 60%; }
	.service_cell.img_cell img{max-width:90%;vertical-align:middle;}
 }

@media (min-width: 1001px) and (max-width: 1129px) { 
.service_hgroup h4 br{display:none;}
.service_link_box { width: 100%; }
  .service_link_box a { width: 100%; padding-right: 5px; }
  .service_link_box a + a { padding-left: 5px; padding-right: 0; margin-left: 0; } }

@media (max-width: 999px) { 
.service_hgroup h4 br{display:none;}
.service_nav {padding-top:6vh; padding-bottom:2vh; }
  .service_nav div { width: 100%; display: block; }
  .service_nav div:after { content: ""; display: block; clear: both; overflow: hidden; }
  .service_nav a { font-size: 16px; height: 40px; line-height: 38px; width: 33.33%; }
  .service_cell { float: none; width: 100%; text-align: center; }
  .service_cell.img_cell { width:80%; margin:0 auto; text-align:center;/*display: none; */}
  .service_link_box { padding-top: 3.33333vh; max-width: 620px; margin: 0 auto; }
  .service_link_box > a { width: 100%; padding: 0 5px; }
  .service_link_box a span { text-align:center; font-size: 15px;}
  .service_link_box > a + a { margin-left: 0; }
  .service_link_box > a > img { width: 100%; }
  .tabwrap { padding: 0; } }

@media (max-width: 719px) { .service_nav a { height: 30px; line-height: 30px; font-size: 10px; }
  .service_hgroup { padding-top: 0; }
  .service_hgroup b { font-size: 18px; }
  .service_hgroup h4 { font-size: 7vw; }
  .service_hgroup p { font-size: 12px; } 
  .swiper-button-next, 
  .swiper-button-prev{background-size:auto 100%;height:28.5px;width:15px;}
    .service_cell.img_cell {display: none; }
	 .service_link_box { padding-top: 5vh; }
}

/* -----------------------------
      05 뉴스
----------------------------- */

.main_no_tit{width:100%; margin:0 auto; text-align:center; font-size:30px; font-weight:bold; margin-bottom:50px;}
.home_news .inner { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; align-content: stretch; }

.latest_list{}
.latest_list, .video_news { width: 50%; }

.video_news { padding-right: 10px; min-height:404px;}

.frame { position: relative; width: 100%; height: 100%; }

.frame iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.latest_list { padding-left: 10px; }

.latest_list ul { padding: 0 1.30208vw; background: #f9f9f9; height: 100%; }

.latest_list ul li { height: 25%; padding: 24px 0; padding-left: 105px; position: relative; }

.latest_list ul li + li { border-top: 1px solid #f0f0f0; }

.latest_list .numbering { position: absolute; left: 0; top: 3.33333vh; width: 105px; text-align: center; }

.latest_list .numbering b { display: block; color: #666666; font-weight: 900; font-size: 40px; }

.latest_list .numbering em { color: #666666; font-size: 14px; font-style: normal; }

.latest_list dl dt a { display: inline-block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #000; font-size: 20px; }

.latest_list dl dd { padding-top: 10px; }

.latest_list dl dd a { color: #444444; font-size: 14px; display: inline-block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; white-space: normal; line-height: 1.4; height: 40px; }
.latest_list dl dd a span{}

@media (max-width: 999px) { .home_news { background: #f9f9f9; }
  .home_news .inner { display: block; }
  .latest_list, .video_news { width: auto; }
  .video_news { padding-right: 0; background: #fff; padding: 25px; margin: 0 -25px; min-height:1px;}
  .video_news .frame { width: auto; height: auto; padding-bottom: 56.25%; }
  .news_hgroup { text-align: center; position: relative; }
  .latest_list { padding-left: 0; margin-top: 25px; }
  .latest_list ul { padding: 0; }
  .latest_list ul li { height: auto; padding: 2.72727vh 0; padding-left: 65px; }
  .latest_list .numbering { top: 2.72727vh; width: 58px; }
  .latest_list .numbering b { font-size: 4.16667vw; }
  .latest_list dl dt a { font-size: 20px; }
  .latest_list dl dd {font-size:18px; font-weight:lighter; padding-top: 5px; } }

@media (max-width: 719px) { .latest_list .numbering b { font-size: 5.55556vw; }
  .latest_list .numbering em { font-size: 10px; }
  .latest_list dl dt a { font-size: 10px; }
  .latest_list dl dd { padding-top: 0; }
  .latest_list dl dd a { font-size: 10px; height: 26px; } }

/* -----------------------------
      네비게이션
----------------------------- */
.home_nav { position: fixed; z-index: 18; left: 30px; top: 0; height: 100%; border-right: 1px solid #c7c7c7; display: table; opacity: 1; visibility: visible; transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s; }

.home_nav.off { opacity: 0; visibility: hidden; }

.home_nav_list { display: table-cell; vertical-align: middle; }

.home_nav_list li a { display: block; position: relative; padding-right: 30px; }

.home_nav_list li a span { display: inline-block; transition: all 0.3s; }

/* .home_nav_list li a .num { height: 30px; line-height: 30px; font-size:17px; font-weight:bold;color: #2ac4f0; opacity: 0; visibility: hidden; } */
.home_nav_list li a .num { height: 30px; line-height: 30px; font-size:17px; font-weight:bold;color: #0F6BFF; opacity: 0; visibility: hidden; }

.home_nav_list li a .dot { vertical-align: middle; width: 4px; height: 4px; position: absolute; top: 50%; margin-top: -1.5px; background: #dddddd; border-radius: 100%; opacity: 1; visibility: visible; }

/* .home_nav_list li a:after { content: ""; position: absolute; right: 0; top: 0; width: 2px; height: 0; background: #2ac4f0; transition: all 0.3s; } */
.home_nav_list li a:after { content: ""; position: absolute; right: 0; top: 0; width: 2px; height: 0; background: #0F6BFF; transition: all 0.3s; }

.home_nav_list li.active a .num { opacity: 1; visibility: visible; transform: translateX(50%); }

.home_nav_list li.active a .dot { opacity: 0; visibility: hidden; }

.home_nav_list li.active a:after { height: 100%; }

@media (max-width: 1639px) { .home_nav { opacity: 0; visibility: hidden; } }

.speed_nav { position: fixed; right: 6.77083vw; bottom: 60px; z-index: 19; }

.speed_nav .wrap { position: relative; }

.speed_nav .wrap:hover div { opacity: 1; visibility: visible; }

.speed_nav .wrap div { position: absolute; bottom: 60px; opacity: 0; visibility: hidden; transition: all 0.3s; }

.speed_nav .wrap div ul li { padding-bottom: 10px; }

.speed_nav .wrap div ul li a { background-color: #fff; color: #000; box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2); padding-top: 16px; }

.speed_nav .wrap div ul li a.line1 { padding-top: 24px; }

.speed_nav .wrap a { display: block; width: 60px; height: 60px; border-radius: 100%; text-align: center; font-size: 12px; }

.speed_nav .wrap .hover { color: #fff; padding-top: 16px; background: #ff9500; }

@media (max-width: 999px) { .speed_nav { visibility: hidden; opacity: 0; z-index: -10; } }
