@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600");

body {
  margin: 0px;
  padding: 0px;
  color: #333333;
  font-size: 15px;
  line-height: 25px;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", NanumBarunGothic,
    Malgun Gothic, dotum, sans-serif;
}

/* Reset CSS */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
h2 {
  color: #333333;
  font-size: 38px;
  letter-spacing: -0.5px;
  line-height: 45px;
  padding: 20px 0px;
}
h3 {
  font-size: 25px;
  letter-spacing: -0.5px;
  padding-top: 30px;
  color: #333333;
}
h4 {
  padding-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #444;
}
li {
  list-style: none;
}

input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}

#container {
  overflow: hidden;
}

.com_layout {
  width: 70%;
  margin: 0px auto;
  min-width: 1200px;
  position: relative;
}
.com_layout1 {
  width: 90%;
  margin: 0px auto;
  min-width: 1200px;
}
.com_layout2 {
  padding-left: 15%;
}
.top {
  position: fixed;
  border: 1px solid rgba(255, 255, 255, 0.4);
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  color: #ffffff;
  padding: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.overflow_h {
  overflow: hidden;
}
.float_l {
  float: left;
}
.float_r {
  float: right;
}
.strong_blue_text {
  font-size: 26px;
  font-weight: bold;
  color: #0b9072;
  padding: 30px 0px 20px;
  line-height: 40px;
}
.strong_blue_text1 {
  font-size: 26px;
  font-weight: bold;
  color: #0b9072;
  line-height: 35px;
  padding: 0px;
}
.strong_blue_text2 {
  font-size: 17px;
  font-weight: bold;
  color: #0b9072;
  line-height: 25px;
}
.strong_black_text {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  margin: 30px 0px 10px;
  line-height: 40px;
}
.margin_b_30 {
  margin-bottom: 30px;
}
.margin_1 {
  margin: 30px 0px;
}
.margin_2 {
  margin: 60px 0px;
}
.margin_3 {
  margin: 10px 0px 60px;
}
.margin_4 {
  margin: 0px 0px 40px;
}
.margin_5 {
  margin: 10px 0px 20px;
}
.padding_1 {
  padding: 30px 0px;
}
.padding_2 {
  padding: 10px 0px 10px 40px;
}
.blue_icon {
  background: url(/new_hsvalve/images/cmn/icon_bullet.png) no-repeat;
  padding-left: 40px;
}
.center {
  text-align: center;
}
.text1 {
  font-size: 20px;
  color: #666666;
  line-height: 30px;
}
.text2 {
  font-size: 15px;
  color: #666666;
  line-height: 25px;
  margin-bottom: 10px;
}
.blue {
  color: #0b9072;
}
input {
  font-size: 14px;
  color: #3d3d3d;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 30px;
  border: 1px solid #ccc;
  padding: 5px 10px;
}
select {
  font-size: 14px;
  color: #3d3d3d;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 30px;
  height: 40px;
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.bold {
  font-weight: bold;
}
.bg1 {
  background: #f1f1f1;
}
.flex {
  display: flex;
}

/*header*/
#header {
  position: fixed;
  padding: 0px 0px 10px;
  left: 0px;
  width: 100%;
  z-index: 999;
  min-width: 1350px;
}
#header .header_left {
  display: flex;
  align-items: center;
}
#header .header_lang {
  color: #fff;
  position: relative;
  cursor: pointer;
}
#header .header_lang a {
  display: none;
}
#header .header_lang.on a {
  display: block;
  position: absolute;
  top: 100%;
  left: 10px;
}
#header.scrolled .header_lang {
  color: #222;
}
#header.scrolled .header_lang img {
  filter: brightness(0);
}
#header .nav .etcWrap{
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding: 7px 0px;
    margin-bottom: 20px;
}
/*
#header .nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
*/
#header .nav .menu {
  padding-left: 50px;
  width:calc(100% - 203px)
}
#header .nav .menu li {
	float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    text-align: left;
    padding: 0px 0px 7px 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 12.5%;
}
#header .nav .menu li a {
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  display: block;
  width: 90%;
  padding-bottom: 7px;
}
#header .nav .menu li a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding-bottom: 7px;
}
#header .nav .etc {
  display: flex;
  align-items: center;
  margin-top: 6px;
}
#header .nav .etc li {
  float: left;
  text-align: center;
  padding: 0px 10px;
  line-height: 15px;
}
#header .nav .etc li a {
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  font-weight: normal;
}
#header .nav h1 {
  font-size: 0px;
}
#header:hover{
  background: rgba(11, 144, 113, 0.8) !important;
}
#header.scrolled:hover{
  background: rgba(255, 255, 255, 1) !important;
}
.viewTotalMenuBtn {
  cursor: pointer;
}

/*메인*/
#main_visual .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
#main_visual .slide-control {
  position: absolute;
  bottom: 100px;
  left: 320px;
  z-index: 99;
  display: flex;
  color: #fff;
  align-items: center;
}
#main_visual .main-prev,
#main_visual .main-next {
  cursor: pointer;
}
#main_visual .main-pagination {
  text-align: center;
  width: 100px;
  margin-top: -8px;
}
#main_visual .maincopy {
  position: absolute;
  bottom: 160px;
  left: 310px;
  z-index: 99;
}
#main .media .wrap h2 {
  text-align: center;
}
#main .media .wrap h2 span {
  color: #666666;
  font-size: 16px;
}
#main .media .wrap h2 a {
  float: right;
  color: #666666;
  font-size: 16px;
}
#main .media .wrap .com_layout li {
  width: calc(100% / 3);
  box-shadow: 0px 0px 20px 20px rgba(161, 171, 178, 0.1);
  border-radius: 20px;
  overflow: hidden;
}
#main .media .wrap .com_layout li .title {
  font-weight: bold;
  font-size: 18px;
  color: #2e2e2e;
  font-weight: 500;
  padding: 32px 32px 0;
  width: 100%;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main .media .wrap .com_layout li .date {
  font-weight: bold;
  color: #8a9aa4;
  padding: 32px;
}
#main .news .wrap {
  position: relative;
}
#main .news .wrap .board {
  float: left;
  width: 45%;
  height: 343px;
  border: 1px solid #cecece;
  padding: 40px;
  box-sizing: border-box;
  margin-right: 30px;
}
#main .news .wrap .board h2 {
  font-size: 0px;
  display: none;
}
#main .news .wrap .board .tab {
  overflow: hidden;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 0px;
}
#main .news .wrap .board .tab a {
  float: left;
  font-size: 20px;
  font-size: bold;
  padding-right: 25px;
}
#main .news .wrap .board .tab .selected {
  float: left;
  font-size: 20px;
  font-size: bold;
  padding-bottom: 10px;
  padding-right: 25px;
  font-weight: bold;
  color: #222222;
  border-bottom: 2px solid #222222;
}
#main .news .wrap .board ul {
  margin: 10px 0px;
}
#main .news .wrap .board ul li ul {
  margin: 0px;
}
#main .news .wrap .ecatalog {
  float: left;
  width: 454px;
  height: 463px;
  background: #efefef url(/new_hsvalve/images/main/ecatalog_bg.jpg) no-repeat;
  background-position: 40px 120px;
  padding: 40px;
  box-sizing: border-box;
}
#main .news .wrap .ecatalog h2 {
  font-size: 26px;
  color: #0b9072;
}
#main .news .wrap .recruit {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 320px;
  height: 343px;
  padding: 40px;
  z-index: 9;
  background: #0b9072;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main .news .wrap .recruit:hover {
  background: #0b9072;
}
#main .news .wrap .recruit h2 {
  color: #ffffff;
  font-size: 26px;
}
#main .news .wrap .recruit h2 a {
  float: right;
}
#main .news .wrap .recruit p {
  color: rgba(255, 255, 255, 0.5);
}
#main .news .wrap .recruit div {
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  padding-top: 10px;
  margin-top: 10px;
}
#main .news .wrap .recruit div a {
  display: block;
  color: #ffffff;
  padding: 5px 0px;
  background: url(/new_hsvalve/images/cmn/icon_more03.png) no-repeat;
  background-position: right;
}
#main .product h2 a {
  float: right;
  color: #666666;
  font-size: 16px;
}
#main .product .wrap {
  padding: 80px 0px;
}
#main .product .wrap h4 {
  font-size: 50px;
  font-weight: bold;
  text-align: left;
  line-height: 50px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#main .product .wrap p {
  font-size: 18px;
  padding: 15px 0px 30px;
  line-height: 30px;
}
#main .product .wrap .com_layout div a span {
  display: block;
}
#main .product .wrap .com_layout div {
  text-align: center;
  padding: 0px;
}
#main .product .wrap .com_layout .more {
  background: url(/new_hsvalve/images/cmn/icon_line01.png) no-repeat;
  background-position: right;
  padding: 0px 0px 30px 15px;
  font-size: 17px;
  margin: 50px auto 0px;
  color: #ffffff;
  display: block;
  width: 210px;
  text-align: left;
}
#main .company {
  background: #ebedef;
  padding: 100px 0px;
}
#main .company .wrap h2 {
  font-size: 60px;
  line-height: 75px;
  letter-spacing: -1px;
}
#main .company .wrap p {
  font-size: 18px;
  padding: 10px 0px 40px;
  line-height: 32px;
}
#main .company .wrap .info a {
  float: left;
  width: 33.3%;
}
#main .company .wrap .info a h3 {
  font-size: 25px;
  font-weight: bold;
  color: #333333;
  padding: 30px 15px 10px 15px;
}
#main .company .wrap .info a p {
  padding: 15px;
  font-size: 17px;
  line-height: 27px;
}
#main .company .com_layout .info {
  overflow: hidden;
}

#main .product .wrap .taba {
  overflow: hidden;
  padding-bottom: 0px;
  background: #052850;
  padding: 0px;
}
#main .product .wrap .taba li {
  float: left;
  width: 14.28%;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
#main .product .wrap .taba a {
  /*float: left; */
  font-size: 18px;
  font-size: bold;
  /* padding: 10px 43px; */
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  /* width: 14.2%; */
  /* padding-bottom: 15px; */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main .product .wrap .taba .selected {
  font-size: 18px;
  font-size: bold;
  /* padding: 10px 43px; */
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
}
#main .product .wrap .taba a:hover {
  color: rgba(255, 255, 255, 0.9);
}
#main .product .wrap .panela ul {
  background: #ffffff;
  overflow: hidden;
}
#main .product .wrap .panela ul li {
  float: left;
  padding: 32px;
  box-sizing: border-box;
  width: 25%;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
  height: 350px;
}
#main .product .wrap .panela ul li span {
  display: block;
  padding: 40px 0px;
  text-align: center;
  font-size: 17px;
}
#main .media {
  margin-top: 48px;
}
#main .bannerWrap {
  position: fixed;
  right: 3%;
  top: 295px;
  z-index: 999;
}
#main .bannerWrap a {
  display: block;
  width: 130px;
  height: 130px;
  font-size: 16px;
  text-align: center;
  background: #0f74bc;
  color: #ffffff;
  padding-top: 35px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main .bannerWrap a:hover {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#main .bannerWrap a + a {
  display: block;
  width: 130px;
  height: 130px;
  font-size: 16px;
  text-align: center;
  background: #0b3b79;
  color: #ffffff;
  border: 1px solid #0b3b79;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main .bannerWrap a + a:hover {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#main .product .wrap .com_layout .swiper2 .swiper-wrapper .swiper-slide {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  height: 327px;
}
#main .product .wrap .com_layout .swiper2 .swiper-wrapper div {
  padding: 70px 0px;
}
#main .product .wrap .com_layout div a span {
  display: block;
  font-size: 17px;
}
#main .swiper2 {
  background: #ffffff;
}


#main .prd {
  margin-top: 160px;
  margin-bottom: 160px;
}
#main .prd-left {
  width: calc(100% / 3);
  margin-right: 20px;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
}
#main .prd-left h2 {
  color: #0b9072;
}
#main .prd-left p {
  color: #566e7f;
  font-size: 18px;
}
#main .prd-list li {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 32px;
  margin-right: 16px;
  margin-bottom: 16px;
  cursor: pointer;
}
#main .prd-list li a.active {
  background: #0b9072;
  color: #fff;
}
#main .prd-btn {
	width: 48px;
    cursor: pointer;
    margin: 20px 15px 0px 20px;
}
#main .prd-btn + .prd-btn {
  margin-left: 16px;
}
#main .prd-swiper,
#main .prd-swiper2,
#main .prd-swiper3,
#main .prd-swiper4,
#main .prd-swiper5,
#main .prd-swiper6,
#main .prd-swiper7,
#main .prd-swiper8,
#main .prd-swiper9,
#main .prd-swiper10,
#main .prd-swiper11,
#main .prd-swiper12{
  width: calc(200% / 3 + 70px);
}

#main .prd-swiper .swiper-slide img,
#main .prd-swiper1 .swiper-slide img,
#main .prd-swiper2 .swiper-slide img,
#main .prd-swiper3 .swiper-slide img,
#main .prd-swiper4 .swiper-slide img,
#main .prd-swiper5 .swiper-slide img,
#main .prd-swiper6 .swiper-slide img,
#main .prd-swiper7 .swiper-slide img,
#main .prd-swiper8 .swiper-slide img,
#main .prd-swiper9 .swiper-slide img,
#main .prd-swiper10 .swiper-slide img,
#main .prd-swiper11 .swiper-slide img,
#main .prd-swiper12 .swiper-slide img,
{
  max-width: 100%;
  width: 100%;
  transition: 0.3s ease all;
  transform: scale(0.8);
  opacity: 0;
}

#main .prd-swiper .swiper-slide-next .prdInfo_img,
#main .prd-swiper1 .swiper-slide-next .prdInfo_img,
#main .prd-swiper2 .swiper-slide-next .prdInfo_img,
#main .prd-swiper3 .swiper-slide-next .prdInfo_img,
#main .prd-swiper4 .swiper-slide-next .prdInfo_img,
#main .prd-swiper5 .swiper-slide-next .prdInfo_img,
#main .prd-swiper6 .swiper-slide-next .prdInfo_img,
#main .prd-swiper7 .swiper-slide-next .prdInfo_img,
#main .prd-swiper8 .swiper-slide-next .prdInfo_img,
#main .prd-swiper9 .swiper-slide-next .prdInfo_img,
#main .prd-swiper10 .swiper-slide-next .prdInfo_img,
#main .prd-swiper11 .swiper-slide-next .prdInfo_img,
#main .prd-swiper12 .swiper-slide-next .prdInfo_img
{
  opacity: 0.5 !important;
}
#main .prd-swiper .swiper-slide-active img{
  opacity: 1;
  transform: scale(1);
}

#main .catal {
  background: #0b9072;
  color: #fff;
  padding: 160px 0;
}
#main .catal h2 {
  color: #fff;
  padding-right: 64px;
  margin-right: 64px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
}
#main .catal h3 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 40px;
}

#main .catal-top {
  align-items: center;
}
#main .catal-list {
  flex-wrap: wrap;
}
#main .catal-list li {
	margin-bottom:10px;
}
#main .catal-list li a {
  font-size: 18px;
  cursor: pointer;
  margin: 4px 0px;
  padding: 6px 16px;
  border-radius: 32px;
  opacity: 0.3;
  color: rgba(255,255,255,1);
  font-weight: 600;
}
#main .catal-list li a.selected {
  opacity: 1;
  color: #0b9072;
  background-color: #fff;
  font-weight: 600;
}
#main .catal-swiper {
  position: relative;
  margin-top: 70px;
}
#main .catal-swiper .swiper-slide {
  padding: 0 128px;
  display: flex;
  align-items: center;
}
#main .catal-swiper .swiper-button-next:after,
#main .catal-swiper .swiper-button-prev:after {
  display: none;
}
#main .catal-swiper ul li{display:flex;}
#main .catal-image {
  aspect-ratio: 4/3;
  width: 870px;
  background-size: cover;
  background-position: center center;
  border-radius: 32px;
}
/*
#main .catal-image {
  aspect-ratio: 4/3;
  width: 80%;
  background-size: cover;
  background-position: center center;
  border-radius: 32px;
}
*/
#main .catal-info {
  width: 420px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  padding: 0 32px;
  font-size: 18px;
  transition: 0.5s;
}
#main .catal-info p {
  opacity: 0.5;
  margin-bottom: 120px;
}

#main .media-center {
  position: relative;
  padding-top: 160px;
  padding-bottom: 160px;
}

#main .media-center h2 {
  color: #0b9072;
/*  font-size: 60px;*/
  margin-bottom: 40px;
  line-height: 1.2em;
}
#main .media-center p {
  margin-bottom: 120px;
  color: #566e7f;
  font-size: 18px;
}
#main .media-center .com_layout {
  overflow: visible;
}
#main .media-center iframe {
  width: 100%;
  aspect-ratio: 16/9;
/*  transform: translateY(-90px);*/
  transform: translateY(0px);
}
#main .media-center-info {
  white-space: nowrap;
  flex-shrink: 0;
  margin-right: 120px;
}

#main .tech {
  position: relative;
}
#main .tech-swiper {
  height: 960px;
/*  background-image: url(/new_hsvalve/images/main/tech_bg.png);
  background-size: cover;
  */
  overflow: hidden;
  position: relative;
}
#main .tech .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: none;
  color: #fff;
  opacity: 0.5;
  padding: 0;
  margin: 24px 0;
  text-align: right;
  position: relative;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 700;
}
#main .tech .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  background-color: #fff;
  transition: 0.3s ease;
}
#main .tech .swiper-pagination-bullet-active {
  opacity: 1;
}
#main .tech .swiper-pagination-bullet-active::after {
  width: 16px;
  height: 16px;
}
#main .tech .swiper-pagination {
  right: 80px;
  padding-top: 64px;
  padding-bottom: 64px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  top: 50%;
  transform: translateY(-50%);
}
#main .tech h2 {
  color: #fff;
  font-size: 70px;
  margin-bottom: 42px;
}
#main .tech p {
  color: #fff;
  opacity: 0.8;
  font-size: 25px;
  line-height: 1.5em;
  margin-bottom: 80px;
}
#main .tech .swiper-slide {
  background-size: cover;
}
#main .tech .swiper-slide .com_layout {
  position: relative;
  height: 100%;
}
#main .tech .slide-title {
  position: absolute;
  top: 96px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 40px;
  z-index: 99;
}
#main .tech .slide-title h3 {
  color: #fff;
  line-height: 1.2em;
}
#main .tech .slide-info {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#main .etc-section > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  text-align: center;
  height: 400px;
  background-size: cover;
}
#main .etc-section h2 {
  color: #fff;
  font-size: 48px;
}
#main .etc-section p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
}
#main .news {
  padding: 128px 0;
}
#main .news h2 {
  font-size: 48px;
  color: #163649;
}
#main .news-list {
  margin-left: 160px;
  width: 100%;
}
#main .news-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  border-bottom: 1px solid #e1e5e8;
  color: #56647f;
}
#main .news-list li a {
  font-size: 25px;
}
#main .news-list li span {
  opacity: 0.5;
  font-size: 20px;
}
#main .news-more {
  display: block;
  text-align: right;
}

#main .section.prd .prdInfo{
	position: absolute;
    bottom: 0px;
    right: 0px;
    width: 400px;
    height: 400px;
    z-index: 9;
    background: rgb(11, 144, 114, 0.7);
    padding: 50px 40px;
    box-sizing: border-box;
    border-radius: 0px 0px 26px 0px;
}
#main .section.prd .prdInfo p:nth-child(1){
	color: rgba(255,255,255,1);
	font-weight:bold;
	font-size: 23px;
	margin-bottom: 25px;
}
#main .section.prd .prdInfo p:nth-child(2){
	color: rgba(255,255,255,1);
	font-weight:bold;
	font-size: 55px;
	letter-spacing:-0.5px;
	margin-bottom: 30px;
	line-height:60px;
}
#main .section.prd .prdInfo p:nth-child(3){
	color:rgba(255,255,255,0.6);
	font-size: 17px;
	line-height: 28px;
}
#main .section.prd .swiper-slide-active .prdInfo {
    opacity: 1;
    transform: scale(1);
}
#main .section.prd .prdInfo {
    transition: 0.3s ease all;
    transform: scale(0.8);
    opacity: 0;
}
#main .section.prd .swiper-slide-active .prdInfo_img{
    opacity: 1;
    transform: scale(1);
}
#main .section.prd .prdInfo_img {
    transition: 0.3s ease all;
    transform: scale(0.8);
    opacity: 0;
}
#main .section.prd .prdInfo_img::before{
    content: '';
    position: absolute;
    inset: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(82, 116, 142, 0.8);
    opacity: 0.1;
    z-index: 1;
	border-radius:26px;
}
#main .prd-swiper .swiper-wrapper .swiper-slide,
#main .prd-swiper2 .swiper-wrapper .swiper-slide,
#main .prd-swiper3 .swiper-wrapper .swiper-slide,
#main .prd-swiper4 .swiper-wrapper .swiper-slide,
#main .prd-swiper5 .swiper-wrapper .swiper-slide,
#main .prd-swiper6 .swiper-wrapper .swiper-slide,
#main .prd-swiper7 .swiper-wrapper .swiper-slide,
#main .prd-swiper8 .swiper-wrapper .swiper-slide,
#main .prd-swiper9 .swiper-wrapper .swiper-slide,
#main .prd-swiper10 .swiper-wrapper .swiper-slide,
#main .prd-swiper11 .swiper-wrapper .swiper-slide,
#main .prd-swiper12 .swiper-wrapper .swiper-slide{
	position:relative;
}


/*메인하단 세계초일류 밸브종합메이커 화성밸브! EFFECTS */
.effect img {
  opacity: 1;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.effect .mask {
  opacity: 0;
  overflow: visible;
  background: rgba(16, 116, 188, 0.8);
  width: 100%;
  height: 100%;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -moz-transition: -moz-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s 0.1s ease-out,
    opacity 0.3s ease-in-out;
  -o-transition: -o-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
  transition: transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
}
.effect a.info {
  opacity: 0;
  -moz-transform: translateY(60px);
  -webkit-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -moz-transition: -moz-transform 0.3s ease-in, opacity 0.1s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in, opacity 0.1s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in, opacity 0.1s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in, opacity 0.1s ease-in-out;
  transition: transform 0.3s ease-in, opacity 0.1s ease-in-out;
}
.effect:hover img {
  opacity: 0.3;
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.effect:hover .mask {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.effect:hover a.info {
  opacity: 1;
  -moz-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.mainBottomBannerWrap {
  overflow: hidden;
}
.mainBottomBannerWrap li {
  float: left;
  width: 33.3%;
}
.mainBottomBanner .mask,
.mainBottomBanner .content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.mainBottomBanner {
  width: 100%;
  height: 490px;
  margin: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.effect a.info {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 5%);
  display: block;
  padding-top: 200px;
  text-align: center;
}

/*메인공통
#main .scroll{content: "";
    display: block;
    width: 26px;
    height: 63px;
    background: url() no-repeat;
    position: absolute;
    z-index: 300;
    left: 50%;
    bottom: 35px;
    margin: 0 0 0 -13px;
    opacity: 0;
    -webkit-opacity: 0;
    -webkit-animation: move .5s ease-in-out .3s infinite alternate;
    animation: move .6s ease-in-out .3s infinite alternate;}
*/

/*메인 - 화성밸브media*/
.media {
  margin: 0px 0px 80px;
}
.media .wrap ul {
  display: flex;
  margin-top: 16px;
}
.media .wrap ul li + li {
  margin-left: 20px;
}

/*메인-공지사항*/
.news .wrap div ul li ul li {
  padding: 4px 15px;
  font-size: 16px;
  background: url(/new_hsvalve/images/cmn/icon_point01.png) no-repeat;
  background-position: left;
}
.news .wrap div ul li span {
  float: right;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

/*본문공통*/
#main,
#sub {
  min-width: 1200px;
}
.body {
  margin: 40px auto;
  min-width: 1200px;
}
.body .left {
  float: left;
  width: 230px;
  margin-right: 45px;
}
.body .right {
  float: right;
  width: calc(100% - 275px);
}
.body h3 {
  font-size: 30px;
}
.subvisual {
  position: relative;
  background: url(/new_hsvalve/images/sub/subvisual01.jpg) no-repeat;
  height: 370px;
  text-align: center;
  background-size: cover;
}
.subvisual1 {
  position: relative;
  background: url(/new_hsvalve/images/sub/subvisual02.jpg) no-repeat;
  height: 370px;
  text-align: center;
  background-size: cover;
}
.subvisual2 {
  position: relative;
  background: url(/new_hsvalve/images/sub/subvisual03.jpg) no-repeat;
  height: 370px;
  text-align: center;
  background-size: cover;
}
.subvisual3 {
  position: relative;
  background: url(/new_hsvalve/images/sub/subvisual04.jpg) no-repeat;
  height: 370px;
  text-align: center;
  background-size: cover;
}
.subvisual4 {
  position: relative;
  background: url(/new_hsvalve/images/sub/subvisual05.jpg) no-repeat;
  height: 370px;
  text-align: center;
  background-size: cover;
}
.subvisual5 {
  position: relative;
  background: url(/new_hsvalve/images/sub/subvisual06.jpg) no-repeat;
  height: 370px;
  text-align: center;
  background-size: cover;
}
.subvisual6 {
  position: relative;
  background: url(/new_hsvalve/images/sub/subvisual07.jpg) no-repeat;
  height: 370px;
  text-align: center;
  background-size: cover;
}
.subvisual7 {
  position: relative;
  background: url(/new_hsvalve/images/sub/subvisual08.jpg) no-repeat;
  height: 370px;
  text-align: center;
  background-size: cover;
}
.subvisual8 {
  position: relative;
  background: url(/new_hsvalve/images/sub/subvisual08.jpg) no-repeat;
  height: 370px;
  text-align: center;
  background-size: cover;
}
.subvisual h2,
.subvisual1 h2,
.subvisual2 h2,
.subvisual3 h2,
.subvisual4 h2,
.subvisual5 h2,
.subvisual6 h2,
.subvisual7 h2 {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 180px;
  text-shadow: 1px 1px 1px rgb(0 0 0 0.6);
}

.body .left ul li a {
  display: block;
  font-size: 17px;
  color: #222222;
  border-bottom: 1px solid #e2e3e4;
  line-height: 50px;
}
.body .left ul li a:hover {
  color: #0b9072;
}
.body .left ul li a.select {
  font-size: 17px;
  color: #0b9072;
  border-bottom: 2px solid #0b9072;
  line-height: 50px;
  font-weight: bold;
  background: url(/new_hsvalve/images/cmn/icon_nero02.png) no-repeat;
  background-position: 100%;
}
.body .right .copy,
.body .right .copy1 {
  position: relative;
  background: rgba(11,144,114,0.05);
  line-height: 55px;
  padding: 60px;
  box-sizing: border-box;
  margin: 20px 0px;
  color: #333333;
  font-size: 37px;
  margin-bottom: 70px;
  letter-spacing: -0.5px;
}
.body .right .copy1 {
  padding: 100px 60px;
}
.body .right .copy .img,
.body .right .copy1 .img {
  position: absolute;
  top: 70px;
  right: 70px;
}
.body .right .copy .text,
.body .right .copy1 .text {
  font-size: 16px;
  color: rgba(11,144,114,0.8);
  font-weight: normal;
  line-height: 27px;
  padding-top: 20px;
}
.body .right .copy1 div {
  display: flex;
  justify-content: center;
}
.body .right .copy1 .text {
  position: relative;
  border: 1px solid;
  border-radius: 20px;
  text-align: center;
  padding: 50px 20px;
  width: 47%;
  margin: 0px auto;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}
.body .right .copy1 .text span {
  color: #ffffff;
  background: #0b9072;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: block;
  margin: 10px auto;
}
.body .right .copy1 ul li {
  font-size: 16px;
  color: #0b9072;
  font-weight: normal;
  line-height: 27px;
  padding: 5px 0px;
}
.body .right .copy ul li,
.body .right .copy1 ul li {
  list-style: inside;
  padding-top: 0px !important;
}
.body .right {
  font-size: 17px;
  line-height: 30px;
}
#pathWrap {
  display: none;
}
#pathWrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #0b9072;
  position: absolute;
  right: -100%;
  top: 0px;
}
#pathWrap .navi li.home a {
  height: 100%;
  width: 60px;
  background: #0b9072 url(/new_hsvalve/images/cmn/icon_home.png) no-repeat
    center 50%;
  overflow: hidden;
  text-indent: -9999px;
  padding: 0px;
  margin: 0px;
  display: block;
  color: #fff;
}
#pathWrap .navi {
  height: 100%;
}
#pathWrap .navi li a {
  padding: 0px 30px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 60px;
}
#pathWrap .navi li:nth-child(3) {
  background: none;
}
#pathWrap .navi li {
  float: left;
  background: url(/new_hsvalve/images/cmn/icon_nero03.png) no-repeat;
  background-position: right;
  height: 100%;
}
#pathWrap {
  position: absolute;
  right: 0px;
  top: -100px;
  margin-right: 0px;
  height: 60px;
  z-index: 99;
  background: #0b9072;
  width: 100%;
}

.tapA,
.tapB,
.tapC {
  overflow: hidden;
  border: 1px solid #d1d1d1;
  margin: 30px 0px;
}
.tapA li {
  float: left;
  text-align: center;
  width: 20%;
  border-right: 1px solid #d1d1d1;
}
.tapB li {
  float: left;
  text-align: center;
  width: 20%;
  border-right: 1px solid #d1d1d1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tapB li:hover {
  background: #0b9072;
  color: #ffffff;
}
.tapA li a,
.tapB li a {
  display: block;
  line-height: 55px;
}
.tapA li .select,
.tapB li .select {
  background: #0b9072;
  color: #ffffff;
}
.tableA,
.tableC {
  width: 100%;
  font-size: 15px;
  border: 1px solid #e2e3e4;
  border-top: 2px solid #0b9072;
}
.tableA th,
.tableA td,
.tableC th,
.tableC td {
  border-bottom: 1px solid #e2e3e4;
  padding: 5px 10px;
  text-align: center;
}
.tableC td {
  border-right: 1px solid #e2e3e4;
  padding: 5px 10px;
  text-align: center;
}
.tableA th,
.tableC th {
  background: #0b9072;
  color: #ffffff;
}
.boxA {
  border: 1px solid #e2e3e4;
  border-top: 2px solid #0b9072;
  overflow: hidden;
  padding: 20px;
}
.boxB {
  background: #f4f4f4;
  border: 1px solid #e2e3e4;
  border-top: 2px solid #0b9072;
  overflow: hidden;
  padding: 80px;
  font-size: 16px;
}
.boxC {
  position: relative;
  background: #f0f3f8;
  padding: 80px;
  box-sizing: border-box;
  margin: 20px 0px;
  color: #333333;
}
.boxE {
  background: #f0f3f8;
  padding: 30px;
  box-sizing: border-box;
  margin: 20px 0px;
  color: #0b9072;
  font-size: 20px;
}
.btn_blue1 {
  text-decoration: none;
  display: block;
  margin: 0px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  padding: 20px;
  background: #0b9072 url(/new_hsvalve/images/cmn/icon_nero04.png) no-repeat;
  background-position: 95%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_blue1:hover {
  text-decoration: none;
  display: block;
  margin: 0px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  padding: 20px;
  background: #0b9072 url(/new_hsvalve/images/cmn/icon_nero04.png) no-repeat;
  background-position: 95%;
}

.btn_blue1a {
  text-decoration: none;
  display: block;
  margin: 0px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 20px;
  background: #0b9072 url(/new_hsvalve/images/cmn/icon_nero04.png) no-repeat;
  background-position: 90%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_blue1a:hover {
  text-decoration: none;
  display: block;
  margin: 0px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 20px;
  background: #002c57 url(/new_hsvalve/images/cmn/icon_nero04.png) no-repeat;
  background-position: 90%;
}

.btn_blue2 {
  text-decoration: none;
  background: #0b9072 url(/new_hsvalve/images/cmn/icon_fileDown.png) no-repeat;
  background-position: 93%;
  padding: 7px 40px 7px 20px;
  border-radius: 30px;
  font-size: 15px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_blue2:hover {
  text-decoration: none;
  background: #0b9072 url(/new_hsvalve/images/cmn/icon_fileDown.png) no-repeat;
  background-position: 93%;
  padding: 7px 40px 7px 20px;
  border-radius: 30px;
  font-size: 15px;
  color: #ffffff;
}
.btn_blue3 {
  text-decoration: none;
  text-decoration: none;
  background: #0b9072;
  padding: 7px 20px;
  border-radius: 30px;
  font-size: 15px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_blue_line1 {
  text-decoration: none;
  line-height: 25px;
  border: 1px solid #0b9072;
  color: #0b9072;
  border-radius: 30px;
  padding: 5px 10px;
  font-size: 14px;
  min-width: 100px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_blue_line1:hover {
  text-decoration: none;
  line-height: 25px;
  border: 1px solid #0b9072;
  color: #0b9072;
  border-radius: 30px;
  padding: 5px 10px;
  font-size: 14px;
  min-width: 100px;
  text-align: center;
}
.btn_gray1 {
  text-decoration: none;
  line-height: 25px;
  background: #f1f1f1;
  border-radius: 30px;
  padding: 5px 13px;
  font-size: 14px;
  min-width: 100px;
  text-align: center;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_gray1:hover {
  text-decoration: none;
  line-height: 25px;
  background: #eeeeee;
  border-radius: 30px;
  padding: 5px 13px;
  font-size: 14px;
  min-width: 100px;
  text-align: center;
  border: 1px solid #aaaaaa;
}
.btn_blue3:hover {
  background: #0b9072;
  padding: 7px 20px;
  border-radius: 30px;
  font-size: 15px;
  color: #ffffff;
}
.btnWrap {
  padding: 20px 0px;
}
.btnWrap a {
  text-decoration: none;
  line-height: 20px;
  border: 1px solid #0b9072;
  color: #0b9072;
  border-radius: 30px;
  padding: 7px 15px;
  font-size: 14px;
  text-align: center;
}
.btnWrap a:hover {
  text-decoration: none;
  background: #0b9072;
  color: #ffffff;
  line-height: 25px;
  border: 1px solid #0b9072;
  border-radius: 30px;
  padding: 7px 15px;
  font-size: 14px;
}
.btnWrap .admin {
  text-decoration: none;
  line-height: 20px;
  border: 0px solid #0b9072;
  color: #0b9072;
  border-radius: 30px;
  padding: 0px;
  font-size: 14px;
  text-align: center;
}
.btnWrap .admin:hover {
  text-decoration: none;
  background: none;
  color: #ffffff;
  line-height: 25px;
  border: 0px solid #0b9072;
  border-radius: 30px;
  padding: 0;
  font-size: 14px;
}

/*화성밸브소개*/
.history .year {
  position: relative;
  color: #0b9072;
  font-size: 30px;
  vertical-align: top;
  width: 190px;
  border-right: 1px solid #0b9072;
  margin-right: 50px;
  min-height: 150px;
}
.history .date span {
  color: #0b9072;
  padding-left: 35px;
  margin-right: 20px;
  font-size: 16px;
}
.history .year .icon {
  position: absolute;
  right: -15px;
  top: 0px;
}
.history .yearList li {
  overflow: hidden;
}
.map .mapList ul li {
  background: url(/new_hsvalve/images/cmn/icon_point01.png) no-repeat;
  padding-left: 12px;
  background-position: left;
}
.map .mapList .tapC .tap_menu_best .tap_active {
  border: 1px solid #0b9072;
  color: #0b9072;
  font-weight: bold;
  font-size: 20px;
  padding: 20px;
  border-bottom: 0px;
}
.map .mapList .tapC .tap_menu_best li {
  float: left;
  width: 50%;
  border: 1px solid #e0e0e0;
  border-bottom: 1px solid #0b9072;
  color: #aaaaaa;
  font-weight: bold;
  font-size: 20px;
  padding: 20px;
  background: none;
}

/*제품소개*/
.product .productList {
  border: 1px solid #e2e3e4;
  border-bottom: 0px;
  border-right: 0px;
}
.product .productList a span {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #daddeb; /* padding: 20px; */
  font-size: 40px;
  color: #ffffff;
  width: 45px;
  height: 45px;
  line-height: 55px;
  text-align: center;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product .productList a:hover span {
  background: #0b9072;
}
/*.product .productList a span:hover{position: absolute;bottom: 0px;right: 0px;background: #1a5bb1;font-size: 40px;color: #ffffff;width: 45px;height: 45px;line-height: 45px;text-align: center;font-weight: normal;}*/
/*.product .productList a span{position: absolute;bottom: 0px;right: 0px;background: #dfe1e9;font-size: 40px;color: #ffffff;width: 45px;height: 45px;line-height: 45px;text-align: center;font-weight: normal;}*/
.product .productList a {
  float: left;
  overflow: hidden;
  line-height: 430px;
  position: relative;
  text-align: center;
  padding: 15px;
  width: 33.3%;
  height: 280px;
  border-right: 1px solid #e2e3e4;
  border-bottom: 1px solid #e2e3e4;
  background-size: 240px !important;
}
.product .productList1 {
  width: 100%;
  border: 1px solid #e2e3e4;
  border-bottom: 0px;
  border-right: 0px;
}
.product .productList1 td {
  position: relative;
  vertical-align: top;
  text-align: center;
  border-bottom: 1px solid #e2e3e4;
  border-right: 1px solid #e2e3e4;
  padding: 15px;
  width: 33.3%;
  height: 280px;
}
.product .productList1 td:hover .more {
  background: #0b9072;
}
.product .productList1 td a .more {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #daddeb; /* padding: 20px; */
  font-size: 40px;
  color: #ffffff;
  width: 45px;
  height: 45px;
  line-height: 55px;
  text-align: center;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product .productList1 td a .productName {
  position: absolute;
  top: 190px;
  left: 50%;
  transform: translateX(-50%);
}
.product h4 {
  padding-top: 0px;
}
.product h5 {
  color: #0b9072;
  font-weight: bold;
  font-size: 16px;
  padding-left: 20px;
  background: url(/new_hsvalve/images/cmn/icon_bullet01.png) no-repeat;
  background-position: 0% 40%;
}
.product .bbs_table2 th {
  text-align: left;
}
.product .bbs_table2 td {
  padding: 5px 0px;
}
.productDetail h4 a {
  float: right;
  line-height: 17px;
  border: 1px solid #0b9072;
  color: #0b9072;
  border-radius: 30px;
  padding: 7px 10px;
  font-size: 14px;
}
.productDetail h4 a:hover {
  background: #0b9072;
  color: #ffffff;
}
.productDetail .productInfo1 p {
  float: left;
  text-align: center;
  width: 40%;
}
.productDetail .productInfo1 div {
  float: right;
  width: 60%;
  padding-left: 40px;
  border-left: 1px solid #e2e3e4;
}
.productDetail .productInfo1 div p {
  float: none;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: #404040;
  padding: 10px 0px;
}
.productDetail .productInfo1 div ul li {
  background: url(/new_hsvalve/images/cmn/icon_point01.png) no-repeat;
  font-size: 15px;
  padding-left: 12px;
  background-position: left;
}
.productDetail .boxB table tr td {
  text-align: left;
  font-size: 15px;
}

.bestTap .selected {
  border-bottom: 2px solid #000;
}
.bestTap ul li {
  font-weight: 400;
  margin: 0px 20px 0px 0px;
  padding-bottom: 5px;
  float: left;
}
#main .product .wrap .com_layout .bestTap ul li a {
  font-size: 15px;
}
.tableWrap,
.tableWrap1 {
  margin-bottom: 40px;
}
.table1 td {
  line-height: 2.5em;
  font-size: 1.2em;
  border-bottom: 1px solid #f1f1f1;
}
.tableWrap_title,
.tableWrap1_title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.tabMenu_1 .selected{
	background:#0b9072;
	color:#ffffff;
    font-size: 18px;
    cursor: pointer;
    margin: 4px 0px;
    padding: 6px 16px;
    border-radius: 32px;
}



/*e-catalog*/
.ecatalog .boxC .img {
  position: absolute;
  top: 0px;
  right: 0px;
  line-height: 0px;
}
.ecatalog .boxC .img p {
  padding: 0px;
  margin: 0px;
}
.ecatalog .boxC .con {
  width: 48%;
}
.ecatalog .boxC .con h4 {
  color: #333333;
  font-size: 42px;
  padding-bottom: 15px;
}
.ecatalog .boxC .con .text2 {
  margin-bottom: 10px;
}
.ecatalog .boxC .con ul,
.ecatalog .boxC .con div {
  border-top: 1px solid #b8d1e4;
  border-bottom: 1px solid #b8d1e4;
  padding: 20px 0px;
  margin: 20px 0px;
  font-size: 17px;
  color: #0b9072;
}
.ecatalog .boxC .con ul li {
  background: url(/new_hsvalve/images/cmn/icon_point02.png) no-repeat;
  padding-left: 12px;
  background-position: left 14px;
  line-height: 35px;
}
.ecatalog .boxC {
  min-height: 730px;
}

/*투자정보*/
.investment .tableD {
  font-size: 16px;
  border-bottom: 1px solid #cccccc;
}
.investment .tableD td {
  padding: 5px;
}
.investment .tableD th {
  background: #8497b0;
  text-align: center;
  color: #ffffff;
  padding: 5px 0px;
}
.investment .tableD .leftLine {
  border-right-width: 1px;
  border-right-color: rgb(238, 238, 238);
  border-right-style: solid;
  text-align: left;
}
.investment .tableD .right {
  text-align: right;
  float: none;
}
.investment h4 {
  font-size: 25px;
  font-weight: bold;
  color: #2b2b2b;
  letter-spacing: -0.5px;
  padding-top: 50px;
}
.investment h4 span {
  font-size: 15px;
  font-weight: bold;
  color: #a9a9a9;
  letter-spacing: 1px;
}
.investment .tableD .line {
  border-bottom: 1px dotted #e5e5e5;
  padding: 0px;
}
.investment select {
  border: 1px solid #0b9072;
  color: #0b9072;
  width: 100px;
}
.investment .search {
  overflow: hidden;
}
.investment .search p {
  float: left;
}

/*품질시스템*/
.body .right .boxD {
  margin: 40px 0px 100px;
}

/*기술정보*/
.technology .text2 {
  margin: 30px 0px;
}

/*고객센터*/
.customerSupport .boxF,
.customerSupport .boxFa {
  border: 1px solid #e5e5e5;
}
.customerSupport .boxF h4,
.customerSupport .boxFa h4 {
  background: rgb(244, 244, 244) url(/new_hsvalve/images/cmn/icon_bullet.png)
    no-repeat;
  background-size: 20px;
  padding-left: 40px;
  margin-bottom: 0px;
  text-align: left;
  border-top: 1px solid #0b9072;
  background-position: 15px;
  padding-top: 5px;
  line-height: 50px;
}
.customerSupport .boxF ul,
.customerSupport .boxF div {
  padding: 20px 30px;
}
.customerSupport .boxFa ul,
.customerSupport .boxFa div {
  padding: 20px 30px;
}
.customerSupport .boxF ul li {
  background: url(/new_hsvalve/images/cmn/icon_point01.png) no-repeat;
  padding-left: 12px;
  background-position: left;
}
.customerSupport .boxFa .info {
  overflow: hidden;
}
.customerSupport .boxFa .info li {
  float: left;
  width: 50%;
  overflow: hidden;
  padding: 5px 0px;
}
.customerSupport .boxFa .info li span {
  float: left;
  display: block;
  width: 80px;
  padding-right: 10px;
}
.customerSupport .boxFa .info li input {
  width: 95%;
}
.customerSupport .boxFa .product {
  overflow: hidden;
}
.customerSupport .boxFa .product li {
  float: left;
  padding-right: 15px;
}
.customerSupport .boxFa .product input {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.customerSupport .boxFa .content .input_write {
  width: 100%;
  height: 300px;
  border: 1px solid #e5e5e5;
}
.bbsCon table td {
  font-size: 15px;
  padding: 8px !important;
  box-sizing: border-box;
}
.bbsCon div,
.bbsCon p {
  font-size: 15px;
}

/*미디어센터*/
.media .contentsWrap {
  overflow: hidden;
}
.media .contentsWrap li ul .td_con {
  width: 100%;
  /* box-shadow: none; */
  padding: 0px;
  margin: 0px;
  border: 1px solid rgba(255, 255, 255, 0);
}
.media .contentsWrap li {
  float: left;
  width: 48%;
  margin: 0% 1%;
  margin-bottom: 6%;
  box-sizing: border-box;
}
.media .contentsWrap li .td_num {
  font-size: 0px;
}
.media .contentsWrap li .contents {
  border: 1px solid #e5e5e5;
}
.media .contentsWrap li .contents li {
  border: 0px;
}
.media .contentsWrap li .bo_title {
  text-align: center;
  padding: 20px 0px;
}
.media .contentsWrap .checkbox {
  width: 20px;
  height: 20px;
}

/*게시판*/
.bbs_table1 {
  border-top: 1px solid #0b9072;
  font-size: 15px;
}
.bbs_table1 th {
  font-size: 16px;
  color: #333333;
  background: #f4f4f4;
  font-weight: bold;
  height: 60px;
  text-align: center;
}
.bbs_table1 td {
  border-bottom: 1px solid #f1f1f1;
  line-height: 50px;
  text-align: center;
  font-size: 13px;
  color: #555555;
}
.bbs_table1 td + td {
  text-align: left;
  font-size: 15px;
}
.bbs_table1 td + td + td,
.bbs_table1 td + td + td + td,
.bbs_table1 td + td + td + td + td {
  font-size: 13px;
  line-height: 20px;
  color: #555555;
  text-align: center;
}
.bbs_table3 {
  border-top: 2px solid #0b9072;
  font-size: 15px;
}
.bbs_table3 th {
  font-size: 16px;
  color: #333333;
  background: #f4f4f4;
  text-align: left;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.bbs_table3 td {
  padding: 20px;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.bbs_table3a {
  border-top: 2px solid #0b9072;
  font-size: 15px;
}
.bbs_table3a th {
  font-size: 16px;
  color: #333333;
  background: #f4f4f4;
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid #f1f1f1;
}
.bbs_table3a td {
  padding: 5px;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.bbs_table4 {
  border-top: 1px solid #0b9072;
  font-size: 15px;
}
.bbs_table4 th {
  font-size: 16px;
  color: #333333;
  background: #f4f4f4;
  font-weight: bold;
  height: 60px;
  text-align: center;
}
.bbs_table4 td {
  border-bottom: 1px solid #f1f1f1;
  line-height: 50px;
  text-align: center;
  font-size: 13px;
  color: #555555;
}
.bbs_table4 td + td {
  text-align: left;
  font-size: 15px;
}
.bbs_table5 {
  border-top: 1px solid #0b9072;
  font-size: 15px;
}
.bbs_table5 th {
  font-size: 16px;
  color: #333333;
  background: #f4f4f4;
  font-weight: bold;
  height: 60px;
  text-align: center;
}
.bbs_table5 td {
  border-bottom: 1px solid #f1f1f1;
  line-height: 50px;
  text-align: center;
  font-size: 13px;
  color: #555555;
}
.bbs_table5 td {
  text-align: center;
  font-size: 15px;
}
.bbs_table5 td + td + td {
  text-align: left;
  font-size: 15px;
}
.bbs_table5 td + td + td + td {
  text-align: center;
  font-size: 13px;
}
.table1 {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 60px;
}
.table1 th {
  background: #8497b0;
  font-size: 15px;
  height: 45px;
}
.table1 td {
  line-height: 45px;
  font-size: 15px;
  border-bottom: 1px solid #f1f1f1;
}
.table1 .grayBg {
  line-height: 45px;
  background: #f9f9f9;
}
.bbs_table1 td + td + td + td,
.bbs_table1 td + td + td + td + td {
  font-size: 13px;
  color: #555555;
  text-align: center;
}
.bbs_table2 {
  border-top: 2px solid #0b9072;
}
.pageWrap {
  text-align: center;
  padding: 20px 0px;
  font-size: 15px;
}
.pageWrap a,
.pageWrap span {
  margin: 0px 5px;
  padding: 0px 10px;
  color: #555555;
}
.pageWrap .select {
  font-weight: bold;
  color: #0b9072;
}
.pageWrap .pre {
  margin-right: 20px;
}
.pageWrap .next {
  margin-left: 20px;
}
.preNextWrap {
  font-size: 15px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0px;
}
.preNextWrap td {
  padding: 5px 0px;
  color: #888888;
}
.preNextWrap td a {
  color: #888888;
}
.fileWrap {
  margin: 20px 0px;
  color: #888888;
  font-size: 15px;
  padding-left: 30px;
  background: url(/new_hsvalve/images/cmn/icon_file.png) no-repeat;
  background-position: left;
}

/*윤리경영*/
.ethical_management .tapB li {
  width: 25%;
}
.ethical_management .tapB {
  border-right: 0px;
}

.ethical_management .list li h4 {
  width: 350px;
}
.ethical_management .list li div ul li {
  background: url(/new_hsvalve/images/cmn/icon_point01.png) no-repeat;
  padding-left: 12px;
  background-position: left;
}
.ethical_management .checkbox-wrap input[type="radio"] {
  display: none;
}
.ethical_management .checkbox-wrap input[type="radio"]:checked + .check-icon {
  background-image: url(/new_hsvalve/images/cmn/radio_on.png);
}
.ethical_management .checkbox-wrap .check-icon {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(/new_hsvalve/images/cmn/radio_off.png) left center no-repeat;
  background-size: 19px;
  vertical-align: middle;
  transition-duration: 0.3s;
}
.ethical_management_reportForm {
  border-top: 2px solid #0b9072;
  border-bottom: 1px solid #0b9072;
  margin: 20px 0px 100px;
}
.ethical_management_reportForm label {
  cursor: pointer;
}
.ethical_management_reportForm li {
  display: flex;
  justify-content: flex-start;
  padding: 10px 0px;
}
.ethical_management_reportForm li .article {
  display: block;
  width: 160px;
  font-weight: bold;
  padding: 5px 0px;
  cursor: initial;
}
.ethical_management_reportForm li .article .must {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 6px;
  border-radius: 50px;
  background: #0b9072;
  font-size: 0px;
  line-height: 0%;
  vertical-align: 8px;
}
.ethical_management_reportForm li .form {
  width: calc(100% - 160px);
}
.ethical_management_reportForm li ul li {
  padding: 0px 15px 0px 0px;
}
.ethical_management .copy1 h4 {
  position: relative;
  font-weight: normal;
  margin-bottom: 0px;
  font-size: 30px;
  text-align: center;
}
.ethical_management .copy1 h4:after {
  content: "";
  position: absolute;
  top: 60%;
  right: 0%;
  width: 41%;
  height: 3px;
  border-bottom: 1px solid rgba(16, 116, 188, 0.3);
}
.ethical_management .copy1 h4 span {
  position: relative;
  padding: 0px 40px;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
  color: #0b9072;
  letter-spacing: 0px;
}
.ethical_management .copy1 h4:before {
  content: "";
  position: absolute;
  top: 60%;
  left: 0%;
  width: 41%;
  height: 3px;
  border-bottom: 1px solid rgba(16, 116, 188, 0.3);
}

.ethical_management .login_button a {
  display: block;
  padding: 18px;
  background: #3a3a3a;
  margin-top: 30px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: lighter;
  text-decoration: none;
  border-radius: 2px;
}
.ethical_management input,
.ethical_management textarea {
  border: 1px solid #cccccc;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ethical_management textarea {
  padding: 10px;
  font-family: "Montserrat", "Quicksand", "Tenor Sans", "Play", "Lato",
    "Raleway", "Roboto Mono", "Open Sans", "Apple SD Gothic Neo", "Noto Sans KR",
    NanumBarunGothic, dotum;
}
.ethical_management .search {
  width: 500px;
  margin: 100px auto 150px;
}
.ethical_management .search input {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
}

/*footer*/
#footer {
  border-top: 1px solid #e9e9e9;
}
#footer .banner {
  overflow: hidden;
  padding: 30px 0px;
}
#footer .banner a {
  float: left;
  width: 160px;
}
#footer .banner a > img {
  float: nonet;
  padding-right: 0px;
}
#footer .banner a > span {
  display: block;
  padding-top: 5px;
}
#footer .body .menu {
  padding: 0px;
  margin-bottom: 20px;
}
#footer .body .menu > a {
  font-weight: bold;
  color: #163649;
  padding-right: 20px;
  font-size: 16px;
}
#footer .copyright {
  background: #cdd0d7;
  color: rgba(22, 54, 73, 0.6);
  padding: 50px 0px;
  box-sizing: border-box;
  height: 350px;
}
#footer .body .country_branch {
  border: 1px solid rgba(22, 54, 73, 0.6);
  float: right;
  padding: 15px 20px;
  font-weight: bold;
  color: rgba(22, 54, 73, 0.6);
  background: url(/new_hsvalve/images/cmn/icon_next.png) no-repeat;
  background-position: 90%;
  width: 320px;
}
#footer .branchOfficeWrap {
  position: relative;
}
#footer .branchOfficeWrap .showhide {
  color: #333333;
  display: none;
  position: absolute;
  bottom: 100%;
  right: 0px;
  width: 320px;
  height: 300px;
  border: 1px solid #eee;
  box-sizing: boder-box;
  background: #fff;
  overflow-y: scroll;
  box-shadow: rgb(0 0 0 / 10%) 10px 10px 40px;
}
#footer .branchOfficeWrap .branchOfficeList li {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
#footer .branchOfficeWrap .branchOfficeList li .OfficeName {
  font-weight: bold;
  color: #0b9072;
  font-size: 16px;
}
#footer .branchOfficeWrap .branchOfficeList li p {
  font-size: 14px;
}

/* 섹션 로드 애니메이션 */

.load-animation {
  transition: 1s ease all;
  opacity: 0;
  transform: translateY(10%);
}
.load-animation.loaded {
  opacity: 1;
  transform: translateY(0);
}

/* 토탈메뉴 */
body {
  position: relative;
}

.total.active-1 {
}

ul,
li {
  list-style: none;
}
#header:hover .nav + div .totalWrap {
  display: flex;
}
.totalWrap {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	padding: 0px;
	background: rgba(11, 144, 113, 0.8);
	z-index: 999;
	display: none;
	color: #fff;
}

.total .sub-menu {
  opacity: 0.7;
  padding-bottom: 2px;
}
.total .sub-menu:hover {
  opacity: 1;
}

.scrolled .totalWrap {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 12px 24px;
  border-bottom: #0b9072 1px solid;
}

.scrolled .total .sub-title {
  color: #0b9072;
}
.total{
    padding: 15px 0px 30px;
    display: flex;
    padding-left: 200px;
    justify-content: flex-start;
}
.total > li {width: 12.05%;}

.sub-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

.scrolled .total .sub-menu {
  font-size: 14px;
  line-height: 2em;
  font-weight: 500;
  color: #566e7f;
}


