@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@700&display=swap');



/* 공통 */
.table {
  width: 100%;
  border: 1px solid #ddd;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.table th,
.table td {
  border: 1px solid #ddd;
  padding: 0;
  margin: 0;
  border-spacing: 0;
  height: 40px;
  padding: 10px;
  font-weight: 600;
}

.table.maintenance span {
  display: block;
}

.table.maintenance {
  margin: 10px 0;
}

.table td span {
  display: inline-block;
  padding: 5px 0 0 0;
  font-weight: 400;
}

.table th {
  background: #eee;
}


.maintenance1 { display: none;}
.maintenance1 h2 {
  font-size:1rem;
  padding:1rem 0;
}

.maintenance1 ul {
  margin:0 0 1rem;
}

.maintenance1 li {
  line-height: 1.25rem;
  font-weight: 500;
  font-size:0.875rem;
  padding:0 0 0.625rem;
}

.maintenance1 li span { 
  font-weight: normal;
  display: block;
}

/* 레이아웃 크기 지정 */
/* #hd, #wrapper, #ft {min-width:1280px;} */
#hd_pop,
#hd_wrapper,
#tnb .inner,
#gnb .gnb_wrap,
#container_wr,
#ft_wr {
  max-width: 1280px;
  padding: 0 10px;
}

/* 상단 레이아웃 */
/* 전체를 검게 */
#dim {
  position: fixed;
  left: 0;
  right: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 50;
  display: none;
  cursor: pointer;
}

#hd {
  /* position:fixed;  */
  /* border-bottom: 1px solid #eee; */
  left:0;
  right:0;
  top:0;
  /* height:70px; */
  z-index: 99;
  background:#fff;
}



#hd_h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#hd .top_nav {
  height: 50px;
  background: #000;
  color: #fff;
  display: none;
}

.main_banner {
  position: relative;
  max-width:1260px;
  height:250px;
  margin:0 auto;
  /* background:url(../images/main_top.jpg) center / cover; */
  background-color:#cbcbcb;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction:column;
}
.main_banner_wrap { background-color:#cbcbcb;}
.main_banner .top_bg { position:absolute; opacity: 0.5; z-index:0; }
.main_banner .top_bg1 { right:1%; bottom:3.5%; width:30%; max-width: 200px; }
.main_banner .top_bg2 { left:3%; top:5.5%; width:30%; max-width: 200px; }
.main_banner p { font-size:1.5rem; color:#fff; padding:0 0 10px; z-index:1; }
.main_banner em { font-style: normal; font-size:38px; font-weight: 600; color:#485889; z-index:1;}


#wrapper { 
  /* padding:70px 0 0 0; */
}

/*
#hd_wrapper {
  position: relative;
  margin: 0 auto;
  zoom: 1;
  
  align-items: center;
  justify-content: space-between;
  padding: 15px 12px; 
  z-index: 30;
}
*/
#hd_wrap .logo_wrap,
#hd_wrap .main_nav { max-width:1260px; margin:0 auto; }
#hd_wrap .main_nav li { position: relative;}
#hd_wrap .main_nav li:before { content: ''; position: absolute; top:50%; left:0; transform: translateY(-50%); height:50%; width:2px; background:#ababab;}
#hd_wrap .main_nav li:first-child:before { width:0; }

#hd_wrap .logo_wrap { display: flex; justify-content: space-between; padding:20px; align-items: end;}
#hd_wrap .logo_wrap a { font-size: 14px; font-weight: 500;}
#hd_wrap .logo_wrap a span { display: block; font-size: 20px; font-weight: 600; }
#hd_wrap .logo_wrap ul { display: flex;}
#hd_wrap .logo_wrap ul li { padding:0 0 0 15px;}
/* #hd_wrap .logo_wrap .cs_center { display:none;} */
#hd_wrap .logo_wrap .cs_center li { padding:0 20px 0 0; font-size:1rem;}
#hd_wrap .logo_wrap .cs_center li a { font-size:inherit;}

#hd_wrap .main_nav_wrap { background:#000; z-index:3;}
#hd_wrap .main_nav_wrap .customer { display: none;}

#hd_wrap .main_nav { display: flex;   }
#hd_wrap .main_nav li { flex:1; text-align: center;  font-size:16px;}
#hd_wrap .main_nav li a { color:#fff; padding:20px 0; display: block; position: relative;}
#hd_wrap .main_nav li a:hover:after { content:''; position: absolute; left:0; bottom:0; width:100%; height:3px; background:#ddd;}

.main_hamber { display: none;}

/* #hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""} */
/* 이거 풀면 space-between 깨짐 */
.logo {
  
  padding: 0px 0 0;
  font-size: 14px;
  text-align: center;
}

.logo a {
  font-family: 'Roboto',sans-serif;
  font-weight: 600;  
}

.logo a span {
  display: block;
  color: cadetblue;
  padding:0 0 0 5px;
  font-size:16px;
}

.top_gnb {
  display: flex;
  justify-content: space-between;
  color: #000;
  font-family: 'Noto Sans KR',sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.top_gnb .logo { display: none;}

.top_gnb a {
  color: #000;
  display: block;
  padding: 8px 20px;
}

.top_gnb li {
  text-align: center;
}

.top_gnb li:hover {
  background-color: #ff7a39;
  border-radius: 4px;
}

.top_gnb a:hover {
  color: #fff;
}

.nav_icon {
  display: none;
}

.nav_icon img {
  width: 46px;
  border-radius: 5px;
}

.nav_icon li {
  text-align: center;
  position: relative;
  padding: 0 10px;
}

.nav_icon li span {
  display: block;
  border: 1px solid #a5a5a5;
  padding: 10px;
  margin: 10px 0 0 0;
  position: absolute;
  left: 0;
  top: 0px;
  background-color: gold;
  border: 1px solid #ddd;
  border-radius: 5px;
  position: absolute;
  animation: motion 0.5s linear 0s infinite alternate;
}

.nav_icon li span:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border: 1px solid #ddd;
  width: 10px;
  height: 10px;
  top: -6px;
  background: gold;
  border-bottom: none;
  border-right: none;
}


.navbar_toggleBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  display: none;
}

.hd_sch_wr {
  float: left;
  padding: 30px 0;
  width: 445px;
  margin-left: 65px;
}

#hd_sch h3 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#hd_sch {
  border-radius: 30px;
  overflow: hidden;
}

#hd_sch #sch_stx {
  float: left;
  width: 385px;
  height: 45px;
  padding-left: 10px;
  border-radius: 30px 0 0 30px;
  background: #2c2c2c;
  border: 0;
  border-right: 0;
  font-size: 1.25em;
  color: #fff;
}

#hd_sch #sch_submit {
  float: left;
  width: 60px;
  height: 45px;
  border: 0;
  background: #2c2c2c;
  color: #fff;
  border-radius: 0 30px 30px 0;
  cursor: pointer;
  font-size: 16px;
}

#hd_define {
  float: left;
}

#hd_define:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#hd_define li {
  float: left;
  font-size: 1.083em;
  line-height: 14px;
  border-right: 1px solid #4a4a4a;
  position: relative;
  text-align: center;
  margin: 15px 10px 15px 0;
  padding-right: 10px;
}

#hd_define li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

#hd_define li a {
  display: inline-block;
  color: #919191;
}

#hd_define li.active a {
  color: #fff;
}

#hd_qnb {
  float: right;
  text-align: right;
}

#hd_qnb:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#hd_qnb li {
  float: left;
  font-size: 1.083em;
  line-height: 14px;
  border-right: 1px solid #4a4a4a;
  position: relative;
  text-align: center;
  margin: 15px 10px 15px 0;
  padding-right: 10px;
}

#hd_qnb li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

#hd_qnb li span {
  display: block;
  margin-top: 5px;
  font-size: 0.92em;
}

#hd_qnb li a {
  display: inline-block;
  color: #919191;
}

#hd_qnb .visit .visit-num {
  display: inline-block;
  line-height: 16px;
  padding: 0 5px;
  margin-left: 5px;
  border-radius: 10px;
  background: #da22f5;
  color: #fff;
  font-size: 10px;
}

.hd_login {
  position: absolute;
  right: 0;
  top: 60px;
}

.hd_login li {
  float: left;
  margin: 0 5px;
  border-left: 1px solid #616161;
  padding-left: 10px;
  line-height: 13px;
}

.hd_login li:first-child {
  border-left: 0;
}

.hd_login a {
  color: #fff;
}

.mobile_top_menu { display: none;}

/* 메인메뉴 */
#gnb {
  position: relative;
  background: #fff;
}

#gnb > h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#gnb .gnb_wrap {
  margin: 0 auto;
  position: relative;
}

#gnb .gnb_wrap:hover, #gnb .gnb_wrap:focus, #gnb .gnb_wrap:active {
  z-index: 3;
}

#gnb #gnb_1dul {
  font-size: 1.083em;
  padding: 0;
  border-bottom: 1px solid #e0e2e5;
  zoom: 1;
}

#gnb ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#gnb .gnb_1dli {
  float: left;
  line-height: 55px;
  padding: 0px;
  position: relative;
}

#gnb .gnb_1dli:hover > a {
  color: #3a8afd;
  transition: background-color 0.3s ease-out;
}

.gnb_1dli .bg {
  position: absolute;
  top: 24px;
  right: 8px;
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  background: url("../img/gnb_bg2.gif") no-repeat 50% 50%;
  text-indent: -999px;
}

.gnb_1da {
  display: block;
  font-weight: bold;
  padding: 0 15px;
  color: #080808;
  text-decoration: none;
}

.gnb_1dli.gnb_al_li_plus .gnb_1da {
  padding-right: 25px;
}

.gnb_2dli:first-child {
  border: 0;
}

.gnb_2dul {
  display: none;
  position: absolute;
  top: 54px;
  min-width: 140px;
  padding-top: 2px;
}

.gnb_2dul .gnb_2dul_box {
  border: 1px solid #e0e2e5;
  border-top: 0;
  padding: 0;
  box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
}

.gnb_2da {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  background: #fff;
  color: #080808;
  text-align: left;
  text-decoration: none;
}

a.gnb_2da:hover {
  color: #3a8afd;
  background: #f7f7f8;
  transition: all 0.3s ease-out;
}

.gnb_2da:focus, .gnb_2da:hover {
  color: #fff;
}

.gnb_1dli_over .gnb_2dul {
  display: block;
  left: 0;
}

.gnb_1dli_over2 .gnb_2dul {
  display: block;
  right: 0;
}

.gnb_wrap .gnb_empty {
  padding: 10px 0;
  width: 100%;
  text-align: center;
  line-height: 2.7em;
  color: #080808;
}

.gnb_wrap .gnb_empty a {
  color: #3a8afd;
  text-decoration: underline;
}

.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a {
  color: #555;
}

#gnb .gnb_menu_btn {
  background: #4158d1;
  color: #fff;
  width: 50px;
  height: 55px;
  border: 0;
  vertical-align: top;
  font-size: 18px;
}

#gnb .gnb_close_btn {
  background: #fff;
  color: #b6b9bb;
  width: 50px;
  height: 50px;
  border: 0;
  vertical-align: top;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
}

#gnb .gnb_mnal {
  float: right;
  padding: 0;
}

/* 상단 슬라이드 */
.main_slide {
  width: 100%;
  height: 500px;
  background: url(../images/workplace-2303851_1920.jpg) center/cover;
}

.main_slide > div {
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.main_slide > div > h2 {
  font-size: 1.5rem;
  padding: 50px 0;
  color: #fff;
  text-align: center;
}

.detail_view {
  display: none;
}

.sub_top {
  position: relative;
  background-image: url("../../../images/workplace-2303851_1920.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  max-width: 1260px;
  height: 280px;
  margin: 0 auto;
}

.sub_top.qa {
  background-image: url(../../../images/laptop-1205256_1280.jpg);
}

.sub_top.request {
  background-image: url(../../../images/request.jpg);
}

.sub_top p {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  color: #fff;
}

/* 중간 레이아웃 */
#container_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#container_wr {
  margin: 0 auto;
  zoom: 1;
}

#aside {
  float: right;
  width: 235px;
  padding: 0;
  height: 100%;
  margin: 20px 0 20px 20px;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
}

/* #container {position:relative;max-width:1280px; padding:0 10px; min-height:500px;height:auto !important;margin:30px auto;height:500px;font-size:1em;zoom:1;} */
#container {
  position: relative;
  max-width: 1280px;
  padding: 0 10px;
  /* min-height: calc(100vh - 230px); */
  min-height: 900px;
  height: auto !important;
  margin: 50px auto 0;
  font-size: 1em;
  zoom: 1;
  /* display: flex; */
}

#container > div:first-child { max-width:960px; margin:0 0 0 300px;}

#aside1 { width:270px; position: absolute; left:10px; top:0; font-style:normal; }
#aside1 .top_menu.none { display: none;}

.page_title { border-bottom:2px solid #ddd; margin:0 0 30px; font-size:18px; padding:0 0 15px 0; font-weight: 600; font-family: 'Noto Sans KR',sans-serif;  }
.aside_menu li { position:relative; background-color: #a2aebc; border:1px solid lightgray; border-radius: 5px; margin:0 0 15px; font-size:0.875rem;}
.aside_menu li a { display: block; padding:10px; color:#fff; margin:0 0 0 15px; }
.aside_menu li:hover { background:#cbcbcb; border:1px solid #ddd;}
.aside_menu li:hover:before { content:''; display: block; width:4px; height:40%; background:#fff;  position: absolute; left:10px; top:50%; transform: translateY(-40%);}

#aside1 h3 { position:relative; font-size:18px;  font-family: 'Noto Sans KR',sans-serif; padding:0 0 15px; font-weight: 500; margin:0 0 10px 0; }
#aside1 h3:before { content:''; position:absolute; bottom:0; display: block; width:30%; height:4px; background:#314396; margin:0px 0 0 0; }
#aside1 h3:after { content:'';  position:absolute; bottom:0; display: block; left:30%; width:70%; height:2px; background:#ddd; margin:0px 0 0 0; }
#aside1 h3.sub_title { /* border-bottom:2px solid #ddd; */ margin:0; }
#aside1 h3 span { font-size:14px; padding:0 0 0 5px;}
#aside1 .submenu { margin:0 0 30px;}
#aside1 .submenu li { line-height:40px;  border-bottom:1px solid #ddd; font-size:14px;  }
#aside1 .submenu li a { display: block; position: relative; margin:0 0 0 15px;}
#aside1 .customer { line-height: 25px; border:1px solid #ddd; padding:15px; font-size: 14px; background:#f7f7f7;}
#aside1 .customer p { color:#fe7b39;}
#aside1 h3.customer_h3 { padding:20px 0;}
#aside1.index { display: none; }

#aside1 .submenu a.on:before,
#aside1 .submenu a:hover:before,
#aside1 .submenu a.active:before { 
  content:"\f0da"; 
  display: block; 
  font-family: 'fontawesome'; 
  position: absolute; 
  left:-10px; 
  font-size:12px; 
  color:#a5a5a5;
}

#container:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#container_title {
  position: relative;
  font-size: 1.25rem;
  margin: 0 0 0 300px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

#container_title span {
  /* margin: 0 auto 10px; */
  display: block;
  /* line-height: 30px; */
  border-bottom:2px solid #ddd;
  padding:0 0 16px 0;
  font-family:'Noto Sans KR',sans-serif;
  font-size:1.125rem;

}

#container_title span:after {
  content: '';
  display: block;
  width: 50px;
  height: 5px;
  background: darkslateblue;
  position: absolute;
  bottom: -1px;
}

#container_title1 { display: none;}

#container_wr.index {
  width: 100%;
}

#container.index,
#container.main_index {
  width: 100%;
  margin-top: 0;
  max-width: initial;
}

.main_title { position:relative; font-size: 18px; padding:0 0 0 15px; margin:0 0 20px; font-family: 'Noto Sans KR',sans-serif;}
.main_title:before { content:''; position: absolute; left:0; width:5px; height:100%; background:red;}

.product_wrap {
  display: flex;  
  flex-wrap: wrap;
  justify-content: space-between;
}

.product_wrap  li a { 
  width:100%; 
  height:100%; 
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_wrap li { 
  width:calc((100% / 3) - 10px);
  margin:0 0 15px;    
  /* min-height:240px;   */
  height:265px;
  background-repeat: no-repeat;
  background-position: center;
  /* background-size:contain; */
  background-size:60%;
  display: flex;
  /* background-color:rgba(0,0,0,0.1); */
  background-color:#cfc2ba;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  position: relative;
 }

.product_wrap li:after { content:""; display: block; padding-bottom:100%; }


.product_wrap li a { position: absolute; width:100%; height: 100%;}
.product_wrap li.unit { background-image: url(../images/unit.png); } 
.product_wrap li.cylinder { background-image: url(../images/cylinder.png); } 
.product_wrap li.pump { background-image: url(../images/pump.png); } 
.product_wrap li.control { background-image: url(../images/control.png); } 
.product_wrap li.press { background-image: url(../images/press.png); } 
.product_wrap li.other { background-image: url(../images/cutlet.png); background-color:#d4e0f1;  background-size:contain;  } 
.product_wrap li.other a { cursor:pointer;}
.product_wrap li.other:before { content:'추천상품'; width:100px; height:30px; line-height: 30px; background:#000; position: absolute; left:0; top:0; text-align: center; font-size: 16px; color:#fff;; }


.product_wrap li.other span { color:#ffffff; font-size: 22px; font-weight: 500;}
.product_wrap li.other span:after { content:''; }



.product_wrap li:hover span { background:rgba(0,0,0,0.5); border-radius: 5px; }

.product_wrap li span {
font-size:20px;
color:#fff;
display: flex;
justify-content: center;
align-items: center;
text-shadow: 2px 2px 2px gray;
width:100%;
height: 100%;
}


/* homepage skills  end */
.lt_wr {
  width: 32%;
}

.lt_wr:nth-child(3n+1) {
  clear: both;
}

.latest_wr {
  margin-bottom: 20px;
}

.latest_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.latest_top_wr {
  margin: 0 -10px 20px;
}

.latest_top_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}





/* 하단 레이아웃 */
#ft {
  background: #212020;
  margin: 0 auto;
  text-align: center;
  line-height: 25px;
  padding:20px 0;

}

#ft a {
  color: #fff;
}

#ft h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#ft_wr {
  max-width: 1240px;
  margin: 0;
  padding: 40px 0;
  position: relative;
  display: inline-block;
  text-align: left;
  color: #fff;
}

#ft_wr h2, #ft_wr .ft_info {
  display: inline-block;
}

#ft_wr h2 {
  padding: 0 50px 0 0;
  vertical-align: top;
}

#ft_copy {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.1em;
  /* border-top: 1px solid #383838; */
  /* line-height: 69px; */
}

#top_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #333;
  color: #333;
  text-align: center;
  font-size: 15px;
  z-index: 90;
  background: rgba(255, 255, 255, 0.5);
}

#top_btn:hover {
  border-color: #3059c7;
  background: #3059c7;
  color: #fff;
}

#company_wrap  { font-family: 'Nanum Myeongjo', serif; font-weight: 700; font-size: 16px; }

#company_wrap .wrap { display: flex;}
#company_wrap img { width:50%; }
#company_wrap span { display: block; padding:0 0 0 30px; line-height: 30px; max-width:380px; word-break: keep-all;}
#company_wrap em { position: absolute; right:10px; top:400px; font-style: normal; }


.m_hide { display: none;}

#map_wrap p { font-size:14px; padding:20px 0 0; }


.ml300 { margin:0 0 0 300px;}


@media screen and (max-width:1019px) {
  
  
}



