@charset "UTF-8";

.pc-img{display: block;}
.mo-img{display: none;}

.br-pc{display: block;}
.br-mo{display: none;}

.mo-hidden{display: none;}

::-webkit-scrollbar {width: 12px;}
::-webkit-scrollbar-thumb { background: #B2B2BA; border-radius: 20px; background-clip: padding-box; border: 3px solid transparent;}

.c-r{color: var(--bs-red);}
.c-g{color: var(--bs-green);}

.page-contents .container{min-height: 700px;}

.mw100{max-width: 100px;}
.mw200{max-width: 200px;}
.mw300{max-width: 300px;}
.mw400{max-width: 400px;}
.mw500{max-width: 500px;}

.text-underline{text-decoration-line: underline;}

.highlight-text {
  position: relative;
  display: inline-block;
}

.highlight-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -57px;
  background:var(--jsj-gradation02);
  z-index: -1;
  transform: scaleY(0.04);
}

.main-warp .main-container{padding: 0 10px;}
.main-warp .main-container section{width: 100%; padding: 10px;}
.main-warp .main-container .main-section{padding: 9% 5% 8% 5%; border-radius: 10px;}
.main-warp .main-container .main-section .main-section-cont{ max-width: 1400px; margin: 0 auto; text-align: center;}
.main-warp .main-container .main-section .main-section-title{text-align: center; margin-bottom: 50px;}
.main-warp .main-container .main-section .main-section-title h2{margin-bottom: 0;}
.main-warp .main-container .main-section .main-section-title .title-text-logo{background: url(../images/logo.png) no-repeat; background-size:cover; margin-right: 3px; position: relative; top:15px; width: 172px; height: 58px; display: inline-block;}
.main-warp .main-container .main-section.section01 .main-section-cont img{width: 100%; max-width: 1200px;}
.main-warp .main-container .main-section.section02{background: #132032;}
.main-warp .main-container .main-section.section02 .main-section-cont{display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 50px; }
.main-warp .main-container .main-section.section02 .main-section-title{color: #fff;}
.main-warp .main-container .main-section.section02 .main-section-btn a{display:block; width: 230px; margin: 0 auto; cursor: pointer;}
.main-warp .main-container .main-section.section02 .main-section-btn a img{width: 100%;}
.main-warp .main-container .main-section.section03 .main-section-cont{gap: 50px;}

.main-warp .company-info-card{max-width: 450px; min-width: 222px; margin: 0 auto; border-radius: 20px; position: relative; padding: 30px; border: 1px solid #CED2E0; background: #FFF; box-shadow: 0px 12.636px 37.064px 0px rgba(8, 15, 52, 0.06);}

.company-logo-thumb{width: 120px; height: 60px; border: 1px solid #C3C4C7;}
.company-logo-thumb img{ width: 100%; height: 100%; object-fit: fill;}

.company-info-card .tag-new-company{position: absolute; right: 15px; top: 15px; width: 33px; height: 15px; background: url(../images/tag_new.png) no-repeat; background-size: cover;}
.company-info-card .company-data{ display: flex; align-items: center; justify-content: flex-start;}
.company-info-card .company-data dd{ margin-bottom: 0; padding-left: 20px; text-align: left;}
.company-info-card .company-data dd h3{font-size: 20px; margin-bottom: 5px;}
.company-info-card .company-data dd p{font-size: 14px; color: #132032; margin: 5px 0 0 0 ; line-height: 100%;}
.company-info-card .company-data .company-logo{width: 100px; height: 70px; border: 1px solid #C3C4C7;}
.company-info-card .company-data .company-logo img{ width: 100%; height: 100%; object-fit: fill;}
.company-info-card .company-wastewater-type{border-top: 1px dashed #A0A3BD;display: flex; padding-top: 18px; margin-top: 17px; align-items: flex-start; align-content: flex-start; gap: 10px; align-self: stretch; flex-wrap: wrap;}
.company-info-card .company-wastewater-type span{border-radius: 50px; border: 1px solid var(--bs-primary); font-size: 12px; color: var(--bs-primary); background: #FFF; display: inline-block; padding: 7px 10px; line-height: 100%;}
.gradient-text {background:var(--jsj-gradation02); -webkit-background-clip: text; color: transparent; background-clip: text;}

.modal-dialog.layerpopup .modal-body{padding: 0;}
.layerpopup-warp{background: #fff; border-radius: 5px; overflow: hidden;}
.layerpopup-warp .layerpopup-img img{width: 100%;}
.layerpopup-warp .showcheck{padding: 10px 20px; position: relative;}
.layerpopup-warp .showcheck .right-area{position: absolute; right: 15px; top: 10px;}

.vertical-wrapper { display: flex; flex-direction: column; justify-content: center; min-height: calc(100vh - (1.625rem * 2));}

.error-cont-area dl{text-align: center;}
.error-cont-area dl dt {max-width: 300px; width: 70%; margin:0 auto 30px auto;}
.error-cont-area dl dt img{width: 100%;}
.error-cont-area dl dd{font-size: 16px; padding: 0 30px; word-break:keep-all; line-height: 160%;}
.error-cont-area dl dd p{ font-size: 28px; margin:0 0 10px 0; font-weight: 700;}
.error-cont-area dl dd .btn{max-width: 200px; width: 100%;}
.error-cont-area dl dd a{background: #fffecd; color: #000; display: inline-block; padding: 0 5px; border-radius: 3px;}
.error-cont-area dl dd a:hover{color: #000;}
.error-cont-area .btn-warp{margin-top: 30px;}

.mark-ess::after{content: '*'; color: #ff0000; font-style: normal; padding-left: 5px;}

.term-box{ background: #f8f8f8; border: 1px solid #D5D5D5; padding: 40px 30px 40px 30px; margin-top: 20px;}
.term-box .term-cont{background: #fff; border: 1px solid #D5D5D5; padding: 40px; font-size: 14px; line-height: 160%;}
.term-cont .tit{font-weight: 800; margin:30px 0 5px 0; font-size: 16px;}
.term-cont .tit:first-child{margin: 0 0 5px 0;}
.term-cont .text-indent{padding: 5px 0px 5px 20px; font-size: 14px;}
.term-cont .table{margin-top: 10px;}
.term-cont .table th{background: #f8f8f8;}
.term-cont .table th.tbl-tit{background: #f3f3f3; text-align: center; width: 150px; vertical-align: middle; line-height: 120%;}
.term-cont .term-sub-box{}
.term-box .term-update-cont{text-align: right; margin-top: 20px;}

#mainNav.navbar{padding: 0.8rem 30px; background-color:rgba(32, 52, 80, 1); height: 60px;}
#mainNav.navbar.main{background-color:rgba(32, 52, 80, 0.0);}
.bold-row { font-weight: bold; }
.bold-text-link {font-weight: bold;}
.navbar .header-warp{position: relative; width: 100%;}
.navbar .navbar-logo img{width: 100%; max-width: 100px;}
.navbar .header-right{position: absolute; top: 0; right: 0;}
.navbar .navbar-menu li .nav-link{color: #9FD9F6; font-size: 15px;}
.navbar .navbar-menu li:last-child .nav-link{padding-right: 0;}
.navbar-menu .nav-link{cursor: pointer;}

#mainNav.navbar.main .navbar-menu li .nav-link{color: var(--bs-primary); font-weight: 700;}

.footer {position: relative; background: #132032; color: #fff; padding: 2rem 0 2rem 0; text-align: center;}
.footer .foot-link{font-size: 16px; padding-bottom: 10px;}
.footer .foot-area{position: relative; clear: both; overflow: hidden; padding-top: 20px;}
.footer .foot-cont span{display: inline-block; font-size: 14px; font-weight: 400;}
.footer .foot-cont span::after{content: '|'; padding: 0 5px;}
.footer .foot-cont span:last-child::after {content: '';}
.footer .copyright{font-size: 12px; color: rgba(256, 256, 256, 0.45); display: block; margin-top: 10px;}

.modal .modal-dialog.login-warp .modal-content{border-radius: 30px; padding: 50px; text-align: center;}
.modal .modal-dialog.login-warp .modal-content .login-type-area{margin: 20px 0;}
.modal .modal-img-title{text-align: center;}
.modal .modal-img-title h3{ font-size: 16px; padding-top: 10px; color: #3F3F44;}
.modal .modal-img-title img{max-width: 210px;}

.login-area-link{ clear: both; overflow: hidden;}
.login-area-link a{text-decoration: none; font-weight: 400; color: #3F3F44; font-size: 12px;}
.login-area-link .link-left{float: left;}
.login-area-link .link-right{float: right;}

@media (min-width: 576px) {
  .modal-dialog.login-warp {
      max-width: 420px;
      margin: 1.75rem auto;
  }
}

.modal-body .table-in-form{max-width: 400px;}
.modal-body .form-control{min-height: 35px; padding: 9px 15px 7px 15px; font-size: 13px;}
.modal-body .form-control::placeholder{color: #A9AEB5;}
.modal-body .form-select{min-height: 35px; padding: 9px 40px 7px 15px; font-size: 13px;}
.modal-body .form-control.inline{display: inline-block;}
.modal-body-point{background: #F4F5F8; padding: 15px 30px}
.modal-body-point .company-info-card .company-data dd{font-size: 18px;}

.modal .modal-body .table-area table tbody tr{border-bottom: none;}
.modal .modal-body .table-area table tbody tr th{text-align: left; background: #fff; padding: 0 0;}
.modal .modal-body .table-area table tbody tr td.left{padding: 8px 0; min-height: 37.5px;}
.modal .modal-body .table-area table .table-in-form{ display: flex; align-items: center; gap: 10px;}
.modal .modal-body .table-area table tbody tr td .form-check {min-height: 100%; padding-left: 1.5em; margin-bottom: 0;}



.modal-footer .btn{min-width: 120px;}


.company-about-details{font-family:var(--jsj-cont-font); color: #202530; font-size: 14px; font-weight: 500; line-height: 24px;}
.company-about-details .detail-box .title{display: flex; width: 140px; align-items: center; gap: 5px; padding: 5px 0;}
.company-about-details .detail-box .title span{width: 24px; height: 24px; display: flex; justify-content: center; align-items: center; color: var(--bs-primary);}
.company-about-details .detail-box .title span img{width: 100%;}
.company-about-details .detail-box .text .comment-text{color: rgba(32, 37, 48, 0.30); font-size: 12px; letter-spacing: -0.36px;font-weight: 400;}
.company-about-details .detail-box.additional{font-weight: 400;}
.company-about-details table .empty-space{height: 20px;}

.page-contents{padding: 50px 0 70px 0;}

.page-section.bg-gray{background: #f8f8f8;}
.page-section .container{min-height: 500px; max-width: 1280px; padding: 100px 30px;}

.subcont-title{width: 100%; text-align: center; margin-bottom: 50px;}
.subcont-title dl dt{font-size: 40px; color: #202530; margin-bottom: 0px;  }
.subcont-title dl dd{font-size: 16px; color: #6C757D;}

.cont-blank-area{background: url(../images/cont_blank_img.png) no-repeat 50% 50%; background-size: 600px; width: 100%; height: 500px;}

.page-tit{width: 100%; margin-bottom: 30px; border-bottom: 1px solid #545454; position: relative;}
.page-tit .title{padding-bottom: 15px; font-size: 28px; font-weight: 700; line-height: 100%; color: #202530;}
.page-tit .title.regular{font-weight: 400;}

.page-tit .right-cont{position: absolute; right: 0; bottom: 15px;}
.page-tit .right-cont .lnb li{float: left;}
.page-tit .right-cont .lnb li::after{content: '/'; font-size: 10px;}
.page-tit .right-cont .lnb li a{font-size: 12px; padding: 0 10px; font-weight: 400; color: #6C757D;}
.page-tit .right-cont .lnb li:last-child a{ font-weight: 700; padding: 0 0 0 10px; color: #1E1E1E;}

.page-tit .right-cont .lnb li:last-child::after{content: '';}

.tab-menu-area{margin-bottom: 50px; padding-top: 20px;}
.tab-menu-area .tab-menu{padding: 0; margin: 0; clear: both; overflow: hidden;}
.tab-menu-area .tab-menu li{width: 50%; float: left; padding-top: 2px;}
.tab-menu-area .tab-menu li a{display: block; border:1px solid #D5D5D5; border-right: none; background: #f9f9f9; text-align: center; font-size: 15px; padding: 22px 0 18px 0; color: rgba(0, 0, 0, 0.6);}
.tab-menu-area .tab-menu li:last-child a{border-right:1px solid #D5D5D5;}

.tab-menu-area .tab-menu li:hover{padding-top: 2px;}
.tab-menu-area .tab-menu li:hover a{border-top: 2px solid #c7c7c7; padding: 21px 0 18px 0;}
.tab-menu-area .tab-menu li:hover a{color: rgba(0, 0, 0, 0.9);}

.tab-menu-area .tab-menu li.on{padding-top: 0px;}
.tab-menu-area .tab-menu li.on a{border-top:2px solid #000; border-bottom: 1px solid #fff; background: #fff; font-weight: 700; font-size: 16px; padding: 21px 0 19px 0; color: rgba(0, 0, 0, 1);}

.tab-menu-area .tab-menu.campus li{width:14.2%}



.board-list .table-area{ border-top: 2px solid #000018;}
.board-view .table-area{ border-top: 1px solid #000018;}

.table-area table.two-area-column th{width: 20%;}
.table-area table.two-area-column td{width: 80%;}

.table-area table{width: 100%; font-family: var(--jsj-cont-font);}
.table-area table thead tr th{padding: 20px 10px; background: #EDEFF3; border-right: 3px solid #fff;}
.table-area table thead tr th:last-child{border-right: 0;}
.table-area table tbody tr{border-bottom: 1px solid #DDDDDD;}
.table-area table tbody tr th{padding: 20px 10px; background: #F6F7F9;}
.table-area table tr th,
.table-area table tr td{padding: 20px 0px; text-align: center;}
.table-area table tr th{ color: #202530; font-weight: 600; font-size: 16px;}
.table-area table tr th{ color: #222222; font-size: 14px;}
.table-area table tr td{ color: #222222; font-weight: 400; font-size: 14px;}
.table-area table tr th.left,
.table-area table tr td.left{padding: 10px 20px; text-align: left;}
.table-area table tr td.number{color: rgba(34, 34, 34, 0.6);}
.table-area table .company-name{font-weight: 600; display: inline-block; cursor: pointer;}
.table-area table .company-name span{display: block;}
.table-area table small{color: rgba(32, 37, 48, 0.3); font-size: 12px;}
.table-area .form-control{min-height: 35px; padding: 9px 15px 7px 15px; font-size: 13px;}
.table-area .form-control::placeholder{color: #A9AEB5;}
.table-area .form-select{min-height: 35px; padding: 9px 40px 7px 15px; font-size: 13px;}
.table-area .form-control.inline{display: inline-block;}


.article-area{width: 100%; padding-top: 20px;}
.article-area .article-tit{font-size: 40px; font-weight: 800;}
.article-area .article-data{margin-top: 10px; font-size: 14px; color: #6C757D;}
.article-area .article-data > p{display: inline-block; padding:0 20px; border-right: 1px solid #ccc; line-height: 100%;}
.article-area .article-data > p:first-child{padding:0 20px 0 0;}
.article-area .article-data > p:last-child{padding:0 0 0 20px; border-right: none;}
.article-area .article-data p span{display: inline-block; padding-left: 10px;}
.article-area .article-data span{display: inline-block;}
.article-area .article-cont{width: 100%; margin-top: 30px; min-height: 300px; border-bottom: 1px solid #ccc;}

.btn-list-back{font-size: 16px; border: 2px solid #202530; padding: 15px 30px; display: inline-block; margin-right: 15px;}

.input-group .btn-secondary{background: #494A53; border-color: #494A53; font-size: 14px; min-width: 100px;}

.cont-img-area{text-align: center;}

.btn-list{cursor:pointer; background:var(--bs-primary); border: 1px solid var(--bs-primary); border-radius: 5px 0px 5px 0; font-size: 13px; color: #fff; line-height: 100%; padding: 8px 19px 6px 19px;}
.btn-list:hover{color: #fff;}
.btn-list.outline{background:#fff; color: var(--bs-primary)}
.btn-list.outline:hover{color: var(--bs-primary);}


.btn-list-react{line-height: 100%; font-size: 13px; display: flex; gap: 6px; align-items: center; justify-content: center;}
.btn-list-react:hover{color: #1E1E1E;}
.btn-list-react em{display: inline-block; width: 14px; height: 14px; border-radius: 14px;  font-style: normal; background: #C3C4C7; border: 1px solid #1E1E1E;}
.btn-list-react .react-agree{background: rgb(0, 150, 0);}
.btn-list-react .react-mute{background: rgb(255, 255, 0);}
.btn-list-react .react-refuse{background: rgb(255, 0, 0);}

.btn-list-react em.text{width: auto; border-radius: 0; border: none;}
.btn-list-react .react-agree.text{background: transparent; color: rgb(0, 150, 0); cursor: pointer;}
.btn-list-react .react-mute.text{background: transparent; color: rgb(255, 255, 0);}
.btn-list-react .react-refuse.text{background: transparent; color: rgb(255, 0, 0); font-weight: 300;}




.find-data-warp{padding: 5% 0;}
.login-input-warp{width: 380px; margin: 0 auto; text-align: center; padding: 30px;}
.login-input-warp .input-guide{font-size: 11px; color: #ff0000; padding: 0 0 20px 0;}
.login-input-warp h3{margin-bottom: 30px; font-size: 32px; }
.find-data-warp .right-border{border-right: 1px solid #DDDDDD;}

.join-step-box{padding: 25px 0 50px 0; display: flex; justify-content: center; align-items: center;}
.join-step-box ul{padding: 0; margin: 0;}
.join-step-box ul li{ float: left; padding: 0 25px; position: relative; }
.join-step-box ul li::after{content: '>'; font-size: 32px; position: absolute; right: -10px; top:39px; color: #D9D9D9;}

.join-step-box .join-step{width: 120px; height: 120px; border-radius: 120px; background: #fff; color: #B2B2BA; border: 1px solid #eeeeee; font-size: 16px;
  display: flex; justify-content: center; align-items: center;  
  box-shadow: 0 2px 1px rgba(0,0,0,0.03), 
  0 4px 2px rgba(0,0,0,0.03), 
  0 8px 4px rgba(0,0,0,0.03), 
  0 16px 8px rgba(0,0,0,0.03),
  0 32px 16px rgba(0,0,0,0.03);}
.join-step-box .join-step .join-step-text{text-align: center; font-size: 16px; }
.join-step-box .join-step .join-step-text h3{font-size: 18px; font-weight: 900; margin-bottom: 5px;}
.join-step-box ul li:first-child{padding: 0 25px 0 0;}
.join-step-box ul li:last-child{padding: 0 0 0 25px;}
.join-step-box ul li:last-child::after{display: none;}
.join-step-box li.on .join-step{ color: #000018; border: 1px solid #000018 ;}

.join-step-warp{clear: both; overflow: hidden; display: flex; justify-content: center; align-items: center;}
.join-step-warp .join-type-warp{width: 900px; margin: 0 auto;}
.join-step-warp .join-type-warp .join-type-area{float: left; width: 400px; margin: 0 25px;}
.join-step-warp .join-type-warp .join-type{position: relative; border: 3px solid #e2e2e2; cursor: pointer; display: block; text-align: center; border-radius: 5px; width: 100%; padding: 40px 0; margin: 0 auto; margin: 0 0 30px 0; }
.join-step-warp .join-type-warp .join-type .join-type-title p{font-size: 14px; margin-bottom: 30px;}
.join-step-warp .join-type-warp .join-type .img-area{display: block; width: 100px; margin: 0 auto;}
.join-step-warp .join-type-warp .join-type .img-area img{width: 100%;}

.join-step-warp .join-type-warp .join-type:hover{border: 3px solid var(--bs-primary); color: #000;}
.join-step-warp .join-type-warp .join-type:hover .join-type-title h5{color: var(--bs-primary);}
.join-step-warp .join-type-warp .join-type:hover .img-area{opacity: 1; filter: grayscale(0);}


.join-policy-warp .scroll-box-area{background: #f8f8f8; border: 1px solid #D5D5D5; padding: 40px 30px 30px 30px;}
.join-policy-warp .scroll-box-area .scroll-box-tit{color: #202530; font-size: 22px; margin-bottom: 15px;}
.join-policy-warp .scroll-box-area .scroll-box-tit span{font-size: 14px; padding-left: 5px;}
.join-policy-warp .scroll-box-area .scroll-box{background: #fff; border: 1px solid #D5D5D5; height: 200px; overflow: hidden; overflow-y: scroll;}
.join-policy-warp .scroll-box-area .scroll-box .scroll-box-text{padding: 30px; font-size: 14px; line-height: 160%; font-family: var(--jsj-cont-font);}
.join-policy-warp .scroll-box-area .agree-area{margin-top: 15px; display: flex; justify-content: end; font-size: 15px;}

.join-policy-warp .term-cont .tit{font-weight: 600; margin-bottom: 0;}

.all-check-area{display: flex; justify-content: center; align-items: center; margin-bottom: 20px; font-weight: 700;}
.next-btn-area{text-align: center; margin-top: 30px;}

.join-step-warp .guide-content-warp .cont-guide-area dt{margin-bottom: 20px;}
.join-step-warp .guide-content-warp .icon-img-area{width: 230px; margin: 0 auto;}
.join-step-warp .guide-content-warp .icon-img-area img{width: 100%;}

.brand-contents .brand-element01{position: fixed; display: block; top:700px; right: -350px; z-index: 1000; animation: up-down 0.7s infinite ease-in-out alternate; background: url(../images/brand_bg_fix_element01.png) no-repeat; background-size: cover; width: 600px; height: 585px;}

.guide-content-warp{text-align: center; max-width: 450px; margin: 0 auto;}
.guide-content-warp .icon-img-area{width: 148px; margin: 0 auto;}
.guide-content-warp .icon-img-area img{width: 100%;}
.guide-content-warp .guide-text{font-size: 16px; font-weight: 700; line-height: 140%; color: #000;}

.guide-content-warp .guide-text p{font-size: 14px; font-weight: 400;}
.guide-content-warp > div{ padding-top: 30px; }

@keyframes up-down{
  from{
    transform: translateY(0px);
  }
  to{
    transform: translateY(-20px);
  }
}


@keyframes up-down2{
  from{
    transform: translateY(0px);
  }
  to{
    transform: translateY(5px);
  }
}




/*정수정*/
.member-bg{background: #F5F7FA !important;}
.logo{background:url(../images/logo.png) no-repeat; background-size: cover;}

.wastewater-type-input-btn .form-check{display: inline-block; padding: 0 20px 20px 0;}
.wastewater-type-input-btn input { display: none; }
.wastewater-type-input-btn input + label {display: inline-block; cursor: pointer; border-radius: 50px; border: 1px solid var(--bs-primary); background: #fff; color: var(--bs-primary); padding: 13px 30px; font-size: 14px; line-height: 100%; cursor: pointer; user-select: none;}
.wastewater-type-input-btn input:checked + label {  background-color: var(--bs-primary); color: #fff;}

.member-wrapper{min-height: calc(100vh - (70px * 2)); padding: 0 30px; width: 100%; display: flex; align-items: center; justify-content: center;}
.member-wrapper .member-warp{width: 520px; padding: 50px 100px; border-radius: 30px; background: #FFF; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);}
.member-wrapper .member-warp .member-warp-title{font-size: 18px; font-weight: 700; border-bottom: 1px solid #A9AEB5; text-align: center; padding-bottom: 20px; margin-bottom: 23px;}
.member-wrapper .member-warp .member-warp-text{ margin-bottom: 20px; word-break: keep-all; text-align: center;}
.member-wrapper .member-warp .member-type{margin-bottom: 23px; display: flex; justify-content: center;}
.member-wrapper .member-warp .member-input-group ul{margin-bottom: 23px;}
.member-wrapper .member-warp .member-input-group ul li{margin-bottom: 2px;}
.member-wrapper .member-warp .member-input-group .form-control{background: #F4F8FF !important; border: none; height: 48px;}
.member-wrapper .member-warp .member-link{margin-top: 10px; font-size: 12px; color: #3F3F44; display: flex; justify-content: flex-start;}
.member-wrapper .member-warp .member-link a:hover{color: var(--bs-primary);}
.member-wrapper .member-warp .member-link .find-password{margin-right: auto;}
.member-wrapper .member-warp .form-check label{cursor: pointer;}

.btn-warp{margin-top: 50px; display: flex; justify-content: center; align-items: center; gap: 30px;}

.btn-jsj{ color: #fff; background-color: var(--bs-primary); border-color: var(--bs-primary); padding: 15px 30px; font-size: 16px; font-weight: 700; min-width: 200px; border-radius: 4px;}
.btn-jsj:hover { color: #fff; background-color: #0068A7; border-color: #0068A7; }
.btn-check:focus + .btn-jsj, .btn-jsj:focus { color: #fff; background-color: #0068A7; border-color: #0068A7; }
.btn-check:checked + .btn-jsj, .btn-check:active + .btn-jsj, .btn-jsj:active, .btn-jsj.active, .show > .btn-jsj.dropdown-toggle { color: #fff; background-color: #0068A7; border-color: #0068A7; }
.btn-jsj:disabled, .btn-jsj.disabled { color: #fff; background-color: var(--bs-primary); border-color: var(--bs-primary); }
.btn-jsj.outline{color: var(--bs-primary); background-color: #fff;}
.btn-jsj.outline.gray{color: #494A53; border-color: #494A53; background-color: #fff;}
.btn-jsj:hover.outline.gray { color: #171717; border-color: #171717; background-color: #fff; }
.btn-jsj.w-100{width: 100%;}
.btn-jsj.btn-big{border-radius: 30px; min-width: 300px; font-size: 22px; padding: 12px 30px;}
.btn-jsj.company-list-btn{border-radius: 30px; min-width: 140px; font-size: 16px; padding: 10px 0;}
.btn-jsj.company-list-btn i{font-size: 18px;}
.btn-jsj.company-list-btn span{margin-left: 10px; display: inline-block;}
.btn-jsj.company-list-btn.button-disabled {opacity: 0.5;}


.pagin-area{ margin-top: 50px;}
.pagin-area .pagination li a{display: block; font-size: 14px; border-radius: 4px; padding: 10px 15px; min-width: 20px; color: #1E1E1E;}
.pagin-area .pagination li.active a{background:var(--bs-primary); color: #fff; font-weight: 700;}
.pagin-area .pagination li:hover a{color:var(--bs-primary);}
.pagin-area .pagination li:hover.active a{ color: #fff; }

.form-control{padding: 8px 15px; min-height: 42px; border-radius: 4px; font-size: 16px; border: 1px solid #E6E8EF;}
.form-select{padding: 8px 15px; min-height: 42px; border-radius: 4px; font-size: 16px; border: 1px solid #E6E8EF;}
.form-control::placeholder,
.form-select::placeholder{color: #A0A3BD;}

.order-search-warp h4{width: 100%; text-align: center; margin-bottom: 30px; padding-top: 20px; font-weight: 700;}
.order-search-box{border: 1px solid #A9AEB5; padding: 30px 40px; clear: both; overflow: hidden;}
.order-search-box .os-box-cont{float: left;}
.order-search-box .os-box-cont.left{width: 55%; padding-right: 40px;}
.order-search-box .os-box-cont.right{width: 45%; border-left: 1px solid #A9AEB5;}
.order-search-box .os-box-cont.right .in-contbox{ padding-left: 40px;}
.order-search-box .os-box-cont .in-contbox{margin-top: 10px; margin-bottom: 20px;}
.order-search-box .os-box-cont .in-contbox .contbox-tit{margin-bottom: 10px; color: #050101; font-size: 18px; font-weight: 700;}
.order-search-box .os-box-cont .in-contbox .contbox-tit span{font-size: 16px; font-weight: 400; padding-left: 5px;}
.order-search-box .os-box-cont .in-contbox .contbox-area .inline-cont{margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; gap: 10px;}
.order-search-box .os-box-cont .in-contbox .contbox-area .inline-cont .form-select{width: 250px;}
.order-search-box .os-box-cont .in-contbox .contbox-area .wastewater-type-input-btn .form-check{padding: 10px 20px 10px 0;}

.select-button{display: inline-block; cursor: pointer; border-radius: 50px; border: 1px solid var(--bs-primary); background: #fff; color: var(--bs-primary); padding: 13px 30px; font-size: 14px; line-height: 100%;}
.select-button:hover{background: rgba(0, 123, 199, 0.1);}
.select-button.active{background-color: var(--bs-primary); color: #fff;}

.company-list-area{ width: 100%;}
.company-list-area ul li{margin-bottom: 20px;}
.company-list-area ul li:last-child{margin-bottom: 0px;}
.company-list-area .company-list-box{border: 1px solid #CCCCCC; padding: 20px 40px; border-radius: 3px; display: flex; align-items: center; justify-content: flex-start;}
.company-list-area .company-list-box .company-data{margin-right: auto; display: flex; align-items: center; justify-content: start;} 
.company-list-area .company-list-box .company-logo{width: 120px; height: 60px; border: 1px solid #C3C4C7;}
.company-list-area .company-list-box .company-logo img{ width: 100%; height: 100%; object-fit: fill;}
.company-list-area .company-list-box .company-name{min-width: 200px; height: 60px; display: flex; align-items: center; line-height: 120%; padding:0 20px 0 30px; margin-right: 20px; border-right: 1px solid #C3C4C7; font-size: 18px; font-weight: 700;}
.company-list-area .company-list-box .company-name a{cursor: pointer;}
.company-list-area .company-list-box .company-tag{display: flex; align-items: flex-start; align-content: flex-start; gap: 5px; flex: 1 0 0; flex-wrap: wrap; max-width: 420px;}
.company-list-area .company-list-box .company-tag span{display: inline-block; border-radius: 3px; background: #EBF2F6; font-size: 12px; font-weight: 400; padding: 3px 10px; }

.company-tag .zipcode {
  background: #dbe9f4 !important; /* Light blue */
}

.company-tag .wastewater {
  background: #fff3cd !important; /* Light yellow */
}

.company-tag .reg-type {
  background: #d1e7dd !important; /* Light green */
}

.company-tag .capacity {
  background: #c0c0c0; /* Slightly darker grey */
}

.company-list-area .company-list-box .company-fit-rate{color: #000; font-size: 14px; font-weight: 700; padding: 0 50px;}
.company-list-area .company-list-box .company-fit-rate .fit-rate{font-size: 18px;}

.tooltip-toggle{display: inline-block; position: relative; top: -1px;}
.tooltip-toggle .btn-question{ margin-left: 3px; display:block; background-color: var(--bs-primary); color: #fff; padding: 2px 6px 0px 6px; border-radius: 20px; font-size: 12px; cursor: pointer;}

.tooltip-toggle .tooltip-ballon {
  display: none;
  position: absolute;
  bottom: 30px;
  right: -40px;
  width: 380px;
  height: 50px;
  word-break: keep-all;
  border: 1px solid var(--bs-primary);
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 400;
  color: var(--bs-primary);
  background: #fff;
}

.tooltip-toggle .tooltip-ballon::after {
  border-color: #ffffff transparent;
  border-style: solid;
  border-width:6px 8px 0 6.5px ;
  content: '';
  display: block;
  position: absolute;
  right: 40px;
  bottom: -5px;
  width: 0;
  z-index: 1;
}

.tooltip-toggle .tooltip-ballon::before {
  border-color: var(--bs-primary) transparent;
  border-style: solid;
  border-width:6px 8px 0 6.5px;
  content: '';
  display: block;
  position: absolute;
  right: 40px;
  bottom: -6px;
  width: 0;
  z-index: 0;
}

.tooltip-toggle:hover .tooltip-ballon { display: block;}

.order-search-data{display: flex; align-items: center; justify-content: flex-start; margin-bottom: 30px;}
.order-search-data .search-data-details{margin-right: auto;}
.order-search-data .search-data-details span{display: inline-block; border: 1px solid #4C566E; color: #4C566E; border-radius: 5px; padding: 0 20px; height: 40px; line-height: 40px; margin-right: 10px; font-size: 14px;}

.btn-jsj.brn-select-again{width: 150px; border: 1px solid var(--bs-primary); color: var(--bs-primary); background: #fff; border-radius: 5px; padding: 0 20px; height: 43px; line-height: 43px; font-size: 16px;}
.btn-jsj.brn-select-again svg{width: 28px; height: 28px;}
.btn-jsj.brn-select-again svg .setting-icon{ fill: var(--bs-primary);}

.no-search-results{display: flex; align-items: center; justify-content: center; text-align: center; min-height: 500px;}
.no-search-results img{max-width: 120px;}
.no-search-results dl dt{margin-bottom: 30px;}

.table-in-form .wastewater-type-input-btn .form-check{padding: 3px 10px 3px 0;}
.table-in-form .wastewater-type-input-btn input + label{padding: 10px 15px;}
.table-in-form .logo-input-thumb{max-width: 57px; height: 29px; padding: 0; margin-right: 30px; position: relative; border: 1px solid #CED4DA;}
.table-in-form .logo-input-thumb img{width: 55px; height: 27px; }
.table-in-form .logo-input-thumb .btn-file-del{cursor: pointer; position: absolute; bottom: 2px; right: -30px; font-size: 14px; border:1px solid #6C757D; color: #6C757D; background: #fff; padding: 0px 4px 0px 5px; border-radius: 100%;}

.table-in-form .only-text{height: 37.5px; line-height: 40px;}


.fix-quick-menu { position: fixed; bottom: 50px; right: 30px; z-index: 1; text-align: center; width: 90px;}
.fix-quick-menu div:first-child{margin-bottom: 10px;}
.fix-quick-menu .quick-img{width: 100%;}

.main-section .wastewater-type-input-btn{display: flex; justify-content: center; align-items: flex-start; align-content: flex-start; gap: 20px; align-self: stretch; flex-wrap: wrap;}

.main-section .wastewater-type-input-btn .form-check{display: inline-block; padding: 0 0px 0px 0;}
.main-section .wastewater-type-input-btn input + label {border: 1px solid #fff; background: rgba(256, 256, 256, 0.00); color: #fff; padding: 17px 27px; font-size: 18px;}
.main-section .wastewater-type-input-btn input:checked + label {  background-color: #fff; color: #132032;}

.main-section .wastewater-type-input-btn label:hover{background-color: #fff; color: #132032; font-weight: 700;}

.swiper{padding: 0 10px;}
.swiper-slide {
  text-align: center;
  background: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
  
.carousel-indicators {margin-bottom: 15px;}


@media (max-width: 1024px) {

  .page-contents{min-height:100vh;}
  .main-warp .main-container .main-section.section01 .main-section-cont{padding: 0 0;}
  .main-section .wastewater-type-input-btn input + label { padding: 15px 25px; }
  .wastewater-type-input-btn input + label { padding: 15px 15px; }
  .main-warp .main-container .main-section.section02 .main-section-btn a{ width: 200px; margin-top: 30px;}
  .main-warp .main-container .main-section .main-section-title {margin-bottom: 40px;}
  .main-warp .company-info-card { padding: 15px 20px;}
  .company-info-card .company-wastewater-type span {padding: 7px 5px;}
  .company-info-card .company-data dd {font-size: 12px;}
  .company-info-card p{font-size: 10px; margin-top: 10px;}
  .company-info-card .company-wastewater-type {gap: 5px; padding-top: 12px; margin-top: 12px;}

  .member-wrapper .member-warp { padding: 50px 50px;}

  .order-search-box .os-box-cont .in-contbox .contbox-area .wastewater-type-input-btn .form-check {padding: 10px 10px 10px 0; margin-bottom: 0;}

  .company-list-area .company-list-box{display: block;}
  .company-list-area .company-list-box{padding: 20px 20px; clear: both; overflow: hidden;}
  .company-list-area .company-list-box .company-logo{float: left;}
  .company-list-area .company-list-box .company-data{display: block; padding-right: 0;}
  .company-list-area .company-list-box .company-tag{padding-top: 15px; max-width: 100%;}
  .company-list-area .company-list-box .company-name{margin-right: 0; border-right: none; padding: 0 0 0 0px; display: block;}
  .company-list-area .company-list-box .company-name a{display: flex; align-items: center; justify-content: flex-start; padding-left: 10px; height: 58px;}
  .company-list-area .company-list-box .company-fit-rate{padding: 0 0; float: left; font-size: 18px; padding: 10px 0 0 0;}
  .company-list-area .company-list-box .company-fit-rate .fit-rate {font-size: 24px;}
  .company-list-area .company-list-box .btn-jsj.company-list-btn{float: right;}
  .company-list-area .company-list-box .company-tag span{margin-bottom: 5px;}

  .tooltip-toggle .tooltip-ballon {right: -162px; width: 300px; height: 65px; z-index: 1000;}
  .tooltip-toggle .tooltip-ballon::after{right: 163px;}
  .tooltip-toggle .tooltip-ballon::before{right: 163px;}


  .main-warp .main-container .main-section.section03{padding: 50px 20px;}
  .main-warp .main-container .main-section.section03 .main-section-cont{gap: 20px;}
  .main-warp .main-container .main-section.section03 .main-section-cont .company-info-card p {font-size: 12px;}
  .main-warp .main-container .main-section.section03 .main-section-cont .company-info-card .company-data dd {font-size: 16px; line-height: 120%; padding-left: 15px;}
  .main-warp .main-container .main-section.section03 .main-section-cont .company-info-card .company-data .company-logo {width: 90px; height: 63px;}
  .main-warp .main-container .main-section.section03 .main-section-cont .company-info-card .company-data dd h3{font-size: 18px;}
  .main-warp .main-container .main-section.section03 .main-section-cont .company-info-card .tag-new-company{left: 10px; top: 10px;}

}

@media (max-width: 767px) {
.main-warp .company-info-card{min-width:100%; }
}


@media (max-width: 500px) {

  .fix-quick-menu {bottom: 30px; right: 10px;}

  .pc-img{display: none;}
  .mo-img{display: block;}

  .br-pc{display: none;}
  .br-mo{display: block;}

  #mainNav.navbar {padding: 0.8rem 20px;}
  .navbar .navbar-menu li.nav-menu-home,
  .navbar .navbar-menu li.nav-menu-signup{display: none;}
  .navbar .navbar-menu li .nav-link{padding: 0.5rem 0.3rem; font-weight: 700;}

  .table-area table.two-area-column th{width: 30%;}
  .table-area table.two-area-column td{width: 70%;}

  .btn-warp{gap: 0px;}
  .btn-warp .btn-jsj+.btn-jsj{min-width: 150px;}
  .btn-jsj.btn-big{font-size: 18px; min-width: 250px; padding: 15px 30px;}
  .wastewater-type-input-btn input + label {padding: 10px 8px;}

  .order-search-warp h4{font-size: 18px; margin-bottom: 20px; padding-top: 0px;}
  .order-search-box {padding: 20px 0px; border-left: none; border-right: none;}
  .order-search-box .os-box-cont{float: none;}
  .order-search-box .os-box-cont.left{width: 100%; padding-right: 0;}
  .order-search-box .os-box-cont.right{width: 100%; border-left: none; border-top: 1px solid #A9AEB5; padding-top: 20px;}
  .order-search-box .os-box-cont.left .in-contbox .contbox-tit{text-align: center;}
  .order-search-box .os-box-cont .in-contbox .contbox-tit span{display: block;}
  .order-search-box .os-box-cont.right .in-contbox {padding-left: 0px;}
  .order-search-box .os-box-cont .in-contbox .contbox-area .wastewater-type-input-btn{text-align: center;}
  .order-search-box .os-box-cont .in-contbox .contbox-area .wastewater-type-input-btn .form-check { padding: 5px 5px 5px 0; }
  .order-search-box .os-box-cont .in-contbox .contbox-area .inline-cont .form-select {width: 130px;}

  .order-search-data{display: block; margin-top: 20px;}
  .order-search-data .search-data-details span{margin-bottom: 10px;}
  .order-search-data .btn-jsj.brn-select-again{width: 100%;}

  .main-section .wastewater-type-input-btn{gap: 10px;}
  .main-section .wastewater-type-input-btn input + label {font-size: 16px; padding: 8px 12px;}
  
  .main-warp .main-container .main-section .main-section-title{margin-bottom: 30px;}
  .main-warp .main-container .main-section .main-section-title h1{font-size: 24px;}
  .main-warp .main-container .main-section .main-section-title h2{font-size: 24px;}
  .main-warp .main-container .main-section .main-section-title .highlight-text::before {bottom: -33px;}

  .member-wrapper { min-height: calc(100vh -(100px* 2));}
  .member-wrapper .member-warp { width: 100%; padding: 0 0 0 0; border-radius: 30px; background: transparent; box-shadow:none; }
  .member-wrapper .member-warp .member-link { margin-top: 15px; font-size: 16px;}
  .member-wrapper .member-warp .member-warp-title {font-size: 24px;}

  .btn-jsj{font-size: 18px;}
  .member-wrapper .member-warp .member-input-group .form-control{background-color: #fff !important; border:1px solid #ccc;}
  .member-wrapper .member-warp .member-input-group ul{margin-bottom: 15px;}
  .member-wrapper .member-warp .member-input-group ul li {margin-bottom: 10px;} 
  .member-wrapper .member-warp .member-warp-title {border-bottom:none; padding-bottom: 0px;}
  
  .join-step-box{padding: 0px 0 30px 0;}
  .join-step-box ul li{padding: 0 15px;}
  .join-step-box ul li:first-child { padding: 0 15px 0 0;}
  .join-step-box ul li:last-child {padding: 0 0 0 15px;}
  .join-step-box ul li::after {font-size: 24px; top: 28px;}
  .join-step-box .join-step { width: 60px; height: 90px; line-height: 120%;}
  
  .join-step-warp .join-type-warp .join-type{padding: 30px; position: relative;}
  .join-step-warp .join-type-warp .join-type h5{font-size: 24px;}
  .join-step-warp .join-type-warp .join-type .img-area {width: 80px;}
  .join-step-warp .join-type-warp .join-type-area {width: 100%; margin: 0 0;}
  .join-step-warp .join-type-warp .join-type .join-type-title p{margin-bottom: 10px;}
  
  .carousel-indicators {margin-bottom: 5px;}

  .main-warp .main-container .main-section.section01 {padding: 14% 5% 10% 5%;}
  .main-warp .main-container .main-section.section01 .main-section-title h1{line-height: 150%;}
  .main-warp .main-container .main-section.section01 .main-section-cont img{width: 90%}

  .main-warp .main-container .main-section .main-section-title .title-text-logo {top: 12px; width: 120px; height: 40px;}

  .company-about-details .detail-box .title{align-items: flex-start;}
  .company-about-details .detail-box .text .comment-text{letter-spacing: -1.36px;}

  .board-list{width: 100%; overflow-y: hidden; overflow-x: scroll;}
  .board-list .table-area{width: 800px;}

}