@media (min-width: 1200px) {
   :root {
      --bs-body-font-size: 1.125rem;
   }
}

#sub_visual {
   width: 100%;
   height: 500px;
   text-align: center;
   background: #e8e9eb;
}
#sub_visual2 {
   width: 100%;
   height: 800px;
   text-align: center;
   background: #e8e9eb;
}
@media (max-width: 1280px) {
   #sub_visual2 {
      height: 100%;
   }
   #sub_visual2 .subTopAreaProduct .text {
      padding-top: 150px;
   }
}
@media (max-width: 576px) {
   #sub_visual2 {
      max-height: 800px;
   }
   #sub_visual2 .subTopAreaProduct .text {
      padding-top: 0px;
   }
}
.backgroundimg {
   position: relative;
   width: 100%;
   text-align: center;
   margin: 0 auto;
   /* height: 500px; */
   height: 100%;
   z-index: 0;
}

.visual_area {
   width: 100%;
   /* max-width: 1920px; */
   /* height: 500px; */
   height: 100%;
   /* margin: 0 auto; */
   background-size: cover;
   background-position: 50% center;
   background-repeat: no-repeat;
}

.subTopArea {
   position: relative;
   height: 100%;
}
.subTopAreaProduct {
   position: relative;
   top: 120px;
   height: 100%;
}
.subTopAreaProduct .product_title {
   color: #262262;
}
.subTopAreaProduct .product_stitle {
   font-size: 120px;
   color: #00b4ff;
   font-weight: 900;
}
.subTopAreaProduct .product_img {
   max-height: 500px;
}
@media (max-width: 991px) {
   .subTopAreaProduct .product_img {
      max-height: 300px;
   }
}
@media (max-width: 576px) {
   .subTopAreaProduct .product_stitle {
      font-size: 64px;
   }
}
.subTopAreaProduct .product_con {
   color: #262262;
}
.subTopAreaProduct .product_con .pro_li li{
   margin-left: 10px;
   line-height: 1.5rem;
}
.subTopAreaProduct .product_con .pro_li li::before{
   content:'';
   display: inline-block;
   background-color: #000;
   width: 2px;
   height: 2px;
   border-radius: 50%;
   margin: 0 10px 5px -10px;
}

.sTitleWrap {
   position: absolute;
   top: 40%;
   left: 0;
}
.sTitleWrap .stitle {
   font-weight: 700;
   color: #fff;
}
.sTitleWrap .stext {
   font-weight: 500;
   color: #fff;
}

/* PC Selectbox 메뉴 S */
#sub_wrapper_pc {
   position: absolute;
   width: 100%;
   max-width: 1320px;
   height: 53px;
   bottom: 20px;
}

#sub_wrapper_pc #sub_menu {
   position: absolute;
   z-index: 1;
   width: 100%;
}

#sub_wrapper_pc .sub_location {
   width: 100%;
   height: 51px;
   z-index: 11;
   display: flex;
   align-items: center;
}

#sub_wrapper_pc .sub_location .cen {
   display: flex;
   align-items: center;
   width: 24px;
   height: 21px;
}

#sub_wrapper_pc .sub_location .cen img {
   display: block;
   width: 24px;
   height: 21px;
}
#sub_wrapper_pc .sub_location .dep1{
   width: 20%;
}
#sub_wrapper_pc .sub_location .dep2{
   width: 30%;
}
#sub_wrapper_pc .sub_location ul {
   width:100%;
   padding: 0;
   margin: 0;
   display: inline-block;
   vertical-align: top;
   box-sizing: border-box;
}

#sub_wrapper_pc .sub_location ul li {
   position: relative;
   width: 100%;
}

#sub_wrapper_pc .sub_location ul li span {
   display: block;
   padding-left: 22px;
   line-height: 51px;

   font-weight: 500;
   background-repeat: no-repeat;
   background-position: 90% 50%;
   cursor: pointer;
   text-align: left;
}

#sub_wrapper_pc .sub_location ul.on li span {
   background: url('../images/arr_drop.png') no-repeat 90% 50%;
}

#sub_wrapper_pc .sub_location ul li a {
   width: 100%;
   display: block;
   padding-left: 22px;
   line-height: 51px;
}

#sub_wrapper_pc .sub_location ul li a:hover {
   background: #ddd;
   box-sizing: border-box;
}

#sub_wrapper_pc .sub_location ul ul {
   display: none;
   width: 100%;
   position: absolute;
   top: 51px;
   left: -1px;
   padding: 0px 0;
   background: #fff;
   border: 1px solid #ddd;
   border-top: none;
   z-index: 999999;
   text-align: left;
}

#sub_wrapper_pc .sub_location ul.on li ul {
   display: block;
}

#sub_wrapper_pc .sub_location ul.dep2 li span {
   font-weight: 500;
}

/* PC Selectbox 메뉴 E */

/* 모바일 Selectbox 메뉴 S */
#sub_wrapper_m {
   position: absolute;
   width: 100%;
   height: 55px;
   bottom: 0px;
   left: 0;
}
#sub_wrapper_m:after {
   content: '';
   display: block;
   clear: both;
}

#sub_wrapper_m #sub_menum {
   position: absolute;
   top: -51px;
   z-index: 1;
   width: 100%;
}

#sub_wrapper_m .sub_locationm {
   width: 100%;
   height: 102px;
   z-index: 11;
   text-align: start;
   /* display: flex;
   align-items: end; */
}

#sub_wrapper_m .sub_locationm ul {
   width: 100%;
   padding: 0;
   margin: 0;
   display: inline-block;
   /* vertical-align: top; */
   box-sizing: border-box;
}
#sub_wrapper_m .sub_locationm ul.dep1 span{
   font-weight: 600;
}
#sub_wrapper_m .sub_locationm ul li {
   position: relative;
   width: 100%;
}

#sub_wrapper_m .sub_locationm ul li span {
   display: block;
   padding-left: 22px;
   line-height: 51px;
   font-weight: 400;
   color: #fff;
   background: url('../images/arr_drop.png') 95% 50% no-repeat;
   cursor: pointer;
   text-align: left;
}

#sub_wrapper_m .sub_locationm ul.on li span {
   background: url('../images/arr_drop.png') 95% 50% no-repeat;
}

#sub_wrapper_m .sub_locationm ul li a {
   width: 100%;
   display: block;
   padding-left: 22px;
   font-size: 15px;
   line-height: 51px;
}

#sub_wrapper_m .sub_locationm ul li a:hover {
   background: #ddd;
   box-sizing: border-box;
}

#sub_wrapper_m .sub_locationm ul ul {
   display: none;
   width: 100%;
   position: absolute;
   top: 51px;
   /* left: -1px; */
   padding: 0px;
   background-color: #ffffff !important;
   border: 1px solid #ddd;
   border-top: none;
   z-index: 999999;
   text-align: left;
}

#sub_wrapper_m .sub_locationm ul.on li ul {
   display: block;
}

#sub_wrapper_m .sub_locationm ul.dep2 li span {
   font-weight: 500;
}
/* 모바일 Selectbox 메뉴 E */

/* 회사소개 > CEO 인사말 S */
.greeting h1 {
   font-weight: 700;
   color: #2e7b97;
   line-height: 82px;
}
.greeting .centerImgWrap {
   width: 100%;
   height: 489px;
   background: url('../images/greeting.jpg') no-repeat right center;
   background-size: cover;
}
@media (max-width: 992px) {
   .greeting h1 {
      font-size: 28px;
      line-height: 40px;
   }
   .greeting .centerImgWrap {
      background: none;
   }
}

.greeting .centerImgWrap .centerText h5 {
   color: #666666;
   line-height: 26px;
}
.greeting .centerImgWrap .centerText ul li{
   margin-left: 10px;
}
.greeting .centerImgWrap .centerText ul li::before{
   content:'';
   display: inline-block;
   background-color: #000;
   width: 2px;
   height: 2px;
   border-radius: 50%;
   margin: 0 10px 5px -10px;

} 
.greeting .text {
   color: #666666;
   line-height: 25px;
}
.greeting .sign {
   width: 360px;
}
.greeting .sign span {
   font-size: 20px;
   font-weight: 500;
}
/* 회사소개 > CEO 인사말 E */
.policy .text {
   color: #666666;
   line-height: 25px;
}
.policy .text span{
   color: #42bae5;
   font-weight: 800; 
}
.policy .text .txt_box{
   border: 1px solid #ddd;
}
.policy .text ul li{
   counter-increment: number;
   display: flex;
   gap: 0.5em;
   line-height: 1.5em;
   /* color: #fff; */
}
.policy .text ul li::before{
   content: counter(number, upper-roman)'.';
   width: 20px;
}
/* 회사소개 > 환경안전보건 S */

/* 회사소개 > 환경안전보건 E */

/* 회사소개 > 연혁 S */
.squareUl li {
   background: url('../html/about/images/list_marker.png') no-repeat left 15px;
   padding-left: 10px;
   color: #666666;
   margin-bottom: 1rem;
   display: block;
}

.squareUl li strong {
   /* width: 70px; */
   display: block;
   padding-right: 10px;

}
#contact .squareUl li strong {
   width: 80px;
   display: block;
}
.squareUl li span {
   display: block;
}
.bt-dee2e6 {
   border-top: 1px solid #dee2e6;
}

/* 회사소개 > 연혁 E */
/* 회사소개 > 조직도 S */
#org {
   background: url('../html/about/images/bg_org.png') no-repeat center 40px;
   width: 100%;
   min-height: 235px;
   margin-bottom: 100px;
}
@media (max-width: 1200px) {
   #org {
      background: url('../html/about/images/bg_org_lg.png') no-repeat center 40px;      
   }
}
@media (max-width: 992px) {
   #org {
      background: url('../html/about/images/bg_org_md.png') no-repeat center 40px;      
   }
}
#org .card {
   border: 1px solid #dee2e6;
   border-radius: 30px;
   display: flex;
   justify-content: center;
}
#org .card img {
   width: 120px;
   height: 120px;
}
#org .card-body {
   background-color: #f8f9fa;
   border-radius: 0 0 30px 30px;
}
#org .card-body ul {
   text-align: center;
   color: #666666;
   line-height: 2.5;
}
/* 회사소개 > 조직도 E */

/* 회사소개 > 오시는길 S */
#contact .icon_wrap {
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: #cff4fc;
   width: 48px;
   height: 48px;
   border-radius: 50% !important;
}
#contact .box {
   border-left:1px solid #dee2e6;
   border-top:1px solid #dee2e6;
   border-bottom:1px solid #dee2e6;
   border-radius: 30px 0 0 30px;
}
#contact .root_daum_roughmap {
   border-radius:0 30px 30px 0
}
@media (max-width: 1200px) {
   #contact .box {
      border-left:1px solid #dee2e6;
      border-top:1px solid #dee2e6;
      border-right:1px solid #dee2e6;
      border-bottom:none;
      border-radius: 30px 30px 0 0;
   }
   #contact .root_daum_roughmap {
      border-radius: 0 0 30px 30px !important;
   }
}

/* 회사소개 > 오시는길 E */

/* 제품소개 >  공통 S*/
#rezent h3,
#resooq h3,
#saple h3,
#czero h3{
   background: url('../html/product/images/bg_gr.png') no-repeat center;
   background-size: cover;
   color: #fff;
   padding: 14px 0 14px 48px;
}
#impact h3,
#active h3{
   background: url('../html/product/images/bg_sk.png') no-repeat center;
   background-size: cover;
   color: #fff;
   padding: 14px 0 14px 48px;
}
#czero h3 span,
#saple h3 span,
#resooq h3 span,
#rezent h3 span,
#active h3 span,
#impact h3 span{
   color: #fff200;
}
#rezent h4,
#active h4,
#impact h4,
#resooq h4,
#saple h4,
#czero h4{
   font-weight: 800;
   color:#666;
   font-size: 2rem;
   margin-left: 40px;
}
#rezent h4::before,
#resooq h4::before,
#saple h4::before,
#czero h4::before{
   content:'';
   display: inline-block;
   background-image: url('../html/product/images/mark_gr.png');
   background-size: contain;
   width: 30px;
   height: 30px;
   margin: 50px 10px -5px -38PX;
}
#active h4::before,
#impact h4::before{
   content:'';
   display: inline-block;
   background-image: url('../html/product/images/mark_sk.png');
   background-size: contain;
   width: 30px;
   height: 30px;
   margin: 50px 10px -5px -38PX;
}
#impact .impactBg{
   background: url('../html/product/images/impact_02_bg.png') no-repeat center;
   background-size: cover;
}

@media(max-width: 991px){
   #resooq h3,
   #czero h3,
   #rezent h3,
   #active h3,
   #impact h3,
   #saple h3{
      padding: 14px 0 14px 14px;
      font-size: 1rem;
   }
}

#saple .pBox{
   width: 100%;
   padding: 12px 0;
   background-color: #614ea0;
   color: #fff;
   border-radius: 5em;
}
#saple p{
   border: 3px solid #bbb;
   color: #614ea0;
   font-size: 20px;
}
#saple .b_img img,
#czero .b_img img{
   width: 100%;
}
/* 제품소개 >  공통 E*/

/* 제품소개 > czero S */
#czero .list01{
   background-color: #f1f1f2;
}
#czero .list01 li{
   margin-left: 20px;
   margin-top: -5px;
}
#czero .list01 li::before{
   content: '';
   display: inline-block;
   width: 10px;
   height: 10px;
   background-color: #8a65aa;
   margin: 25px 10px 2px -15px;
   transform: rotate(45deg);
}
#czero .list02{
   color: #004071;
   font-weight: 600;
}
#czero .list02 li:nth-child(odd){
   background-color: #b6c7e6;
   width: 100%;
}
#czero .list02 li:nth-child(odd) span{
   color: #0072bb;
}
#czero .list02 li:nth-child(even){
   background-color: #c4dde7;
   width: 100%;
}
#czero .list02 li:nth-child(even) span{
   color: #00a0b8;
}
#czero .list03{
   background-color: #f1f1f2;
}
#czero .list03 li:nth-child(1){
   margin-left: 20px;
   margin-top: -5px;
}
#czero .list03 li:nth-child(1)::before{
   content: '';
   display: inline-block;
   width: 10px;
   height: 10px;
   background-color: #8a65aa;
   margin: 25px 10px 2px -15px;
   transform: rotate(45deg);
}
#czero .list03 li:nth-child(1) span{
   color: #8a65aa;
}

#czero .list03 li:nth-child(2){
   margin-left: 20px;
   margin-top: -5px;
   color: #8a65aa;
}
#czero .list03 li:nth-child(2)::before{
   content: '';
   display: inline-block;
   width: 20px;
   height: 10px;
   background: url('../html/product/images/arr.png') no-repeat center;
   margin: 25px 10px 2px -15px;
}
/* 제품소개 > czero E */

/* 적용분야 > 공통 S */
.textUnderLine {
   display: inline-block;
   /* background: linear-gradient(180deg, rgba(255, 255, 255, 0) 75%, #42bae5 0%); */
   font-weight: 700;
   text-decoration-line: underline;
   text-decoration-thickness: 20px;
   text-decoration-color: #42bae5;
   text-decoration-skip-ink: none;
   line-height: 6rem;
   text-underline-offset: -0.3rem;
}
@media (max-width: 567px){
   .textUnderLine{
      line-height: 4rem;
   }
}
.fieldUl li {
   background: url('../html/about/images/field_li.png') no-repeat left 3px;
   padding-left: 10px;
   color: #666666;
   margin-bottom: 1rem;
   display: block;
   padding-left: 2rem;
}



#water h4,
#facility h4,
#agriculture h4,
#cooling h4,
#cooling02 h4,
#equip h4,
#industry h4,
#livestock h4,
#livestock02 h4,
#cleantower h4{
   font-weight: 800;
   color:#666;
   font-size: 2rem;
   margin-left: 40px;
}

#water h4::before,
#facility h4::before,
#agriculture h4::before,
#cooling h4::before,
#cooling02 h4::before,
#equip h4::before,
#industry h4::before,
#livestock02 h4::before,
#livestock h4::before,
#cleantower h4::before{
   content:'';
   display: inline-block;
   background-image: url('../html/product/images/mark_sk.png');
   background-size: contain;
   width: 30px;
   height: 30px;
   margin: 50px 10px -5px -38px;
}
#agriculture img,
#industry img,
#livestock02 img,
#cleantower img,
#cooling img,
#cooling02 img{
   width: 100%;
}
/* 적용분야 > 공통 E */

/* 적용분야 > water S */
#water p{
   padding: 12px 0;
   border: 1px solid #666666;
}
/* 적용분야 > water E */

/* 적용분야 > industry S */
#industry ul{
   background-image: url('../html/field/images/industry01_1.png');
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
}
#industry li{
   margin-left: 48px;
}
#industry li::before{
   content:'';
   display: inline-block;
   background-color: #000;
   width: 8px;
   height: 1px;
   margin: 0 10px 5px -16px;
}
@media (max-width: 576px){
   #industry li{
      margin-left: 28px;
      margin-right: 12px;
   }
}
/* 적용분야 > industry E */

/* 적용분야 > cleantower S */
#cleantower .left{
   background-color: #00b39b;
   color:#fff;
   font-size: 1.5rem;
   font-weight: 500;
}
#cleantower .right{
   background-color: #939597;
   color:#fff;
   font-size: 1.5rem;
   font-weight: 500;
}
/* 적용분야 > cleantower E */

/* 적용분야 > cooling S */
#cooling ul li {
   line-height: 2.5rem;
   margin-left: 50px;
}
#cooling ul{
   background-color: #eee;
   display: flex;
   flex-wrap: wrap;
}
#cooling ul li::before{
   content:'';
   display: inline-block;
   background-color: #000;
   width: 8px;
   height: 1px;
   margin: 0 10px 5px -18px;
}
@media (max-width:576px){
   #cooling ul li{
      margin-left: 30px;
      margin-right: 12px;
   }
}
/* 적용분야 > cooling E */


/* 보유기술 > 플라즈마 연구소 S */
.lab {
   width: 100%;
   min-height: 767px;
   background: url('../html/tech/images/bg_lab.jpg') no-repeat 50% 50%;
   background-size: cover;
}
@media (max-width: 576px) {
   .lab_text {
      font-size: 40px;
   }
}
/* 보유기술 > 플라즈마 연구소 E */

/* 보유기술 > 수중플라즈마 기술 S */
#underwater table thead tr td:nth-child(1),
#underwater table thead tr td:nth-child(2) {
   border-right: none;
}
#underwater table thead tr td:nth-child(2),
#underwater table thead tr td:nth-child(3) {
   border-left: none;
}

#underwater table tbody tr th,
#underwater table tbody tr td {
   vertical-align: middle;
}
#underwater table tbody tr th {
   color: #42bae5;
   font-weight: 700;
   background-color: #e5faff;
   vertical-align: middle;
   border-right: none;
}
#underwater table tbody tr td:nth-child(2) {
   text-align: start;
   border-right:none;
   border-left:none;
}
#underwater table tbody tr td:last-child {
   border-left:none;
   text-align: start;
}
#underwater h4,
#underwater02 h4{
   font-weight: 800;
   color:#666;
   font-size: 2rem;
   margin-left: 40px;
}
#underwater h4::before,
#underwater02 h4::before{
   content:'';
   display: inline-block;
   background-image: url('../html/tech/images/mark_bl.png');
   background-size: contain;
   width: 30px;
   height: 30px;
   margin: 50px 10px -5px -38px;
}
#underwater .character{
   border: 3px solid #b9dcf4;
   border-radius: 1.5rem;
}
#underwater .character li{
   line-height: 2rem;
   margin-left: 60px;
}
@media (max-width: 576px){
   #underwater .character li{
      margin-left: 40px;
   }
}
#underwater .character li .bl{
   color: #2b7fc4;
}
#underwater .character li::before{
   content:'';
   display: inline-block;
   background-color: #000;
   width: 8px;
   height: 1px;
   margin: 0 10px 5px -18px;
}

/* 보유기술 > 수중플라즈마 기술 E */

/* 보유기술 > 인증/특허현황 S */
#certification .underLine {
   background-color: #4269ab;
   height: 3px;
   margin: 2rem auto;
   
}
#certification .pBox img{
   width: 100%;
   border: 1px solid #ddd;
   border-radius: 10%;
   overflow: hidden;
}
/* 보유기술 > 인증/특허현황 E */




/* 고객지원 > 온라인문의 s */

#online {
   margin-bottom: 150px;
}
#online input.form-control {
   height: 50px;
}
#online textarea.form-control {
   height: 200px;
}
#online input::placeholder,
#online textarea::placeholder {
   font-size: 14px;
}
#online .form-group {
   margin-bottom: 1.5rem;
}
.anb-contact .form-group textarea.form-control {
   height: 160px;
}

.anb-contact {
   scrollbar-face-color: #6a6b6d;
   scrollbar-shadow-color: #77787b;
   scrollbar-highlight-color: #77787b;
   scrollbar-3dlight-color: #2a2b30;
   scrollbar-darkshadow-color: #2a2b30;
   scrollbar-track-color: #2a2b30;
   scrollbar-arrow-color: #6f7073;
}

.anb-contact ::-webkit-scrollbar {
   width: 10px;
}

.anb-contact ::-webkit-scrollbar-thumb {
   background: #666;
   border-radius: 20px;
}

.anb-contact ::-webkit-scrollbar-track {
   background: #8e8e8e;
   border-radius: 20px;
}

.anb-contact .anb-submit {
   background-color: #007db6;
   border-color: #0072a6;
   border-radius: 4px !important;
}

.anb-contact .anb-submit:hover {
   background-color: #00628f;
   border-color: #005378;
   color: #fff;
}

#anb-contact {
   height: 100%;
   overflow: scroll;
   overflow-x: hidden;
}

.privacy-of-use {
   font-size: 14px;
   padding: 15px;
   border-top: 1px solid #e0dedf;
   border-bottom: 1px solid #e0dedf;
   border-left: 1px solid #e0dedf;
   height: 300px;
   overflow-y: scroll;
}

.privacy-of-use .cont {
   margin-bottom: 15px;
}

.privacy-of-use h4 {
   margin-bottom: 5px;
}

.privacy-of-use dl {
   padding: 10px 0;
}

.privacy-of-use dl dt {
   font-weight: 600;
}

.privacy-of-use dl dd {
   margin-left: 20px;
}

.privacy-of-use ul {
   margin-left: 20px;
}

.privacy-of-use ul li {
   margin-top: 5px;
}

.privacy-of-use table {
   width: 100%;
   border-collapse: collapse;
}

.privacy-of-use table th,
.privacy-of-use table td {
   border: 1px solid rgb(226, 226, 226);
   padding: 5px;
}

.privacy-of-use table th {
   background: rgb(245, 245, 247);
}

.btn_apply_submit {
   display: inline-block;
   width: 120px;
   font-weight: 400;
   color: #ffffff;
   text-align: center;
   vertical-align: middle;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   border: 1px solid #6c757d;
   font-size: 14px;
   line-height: 22.5px;
   border-radius: 15px;
   background-color: #6c757d;
   padding: 8px 0 8px 0px;
}

/* 고객지원 > 온라인문의 e */
