@charset 'UTF-8';

main {
  background: linear-gradient(-180deg, #0A1E37 30%, #0D4B99 100%);
  margin-top: 0;
  padding-top: 120px;
}
.main-inner {
  padding: 0 20px;
}
main h2 {
  color: var(--white-0);
  margin-bottom: 24px;
  padding: 0;
}
main .nav-bar {
  background-color: rgba(255,255,255,.05);
  backdrop-filter: blur(30px);
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 46px;
  color: var(--white-0);
  padding: 0 4px;
  position: relative;
  z-index: 99;
}
main .nav-bar .nav-item {
  width: calc(50% - 23px);
  font-size: 1.5rem;
  text-align: center;
  position: relative;
  cursor: pointer;
}
main .nav-bar .home {
  width: 46px;
}
main .nav-bar .dropdown {
  display: none;
  position: absolute;
  top: 34px;
  left: 0;
  z-index: 99;
  width: 100%;
  background: var(--white-0);
  color: var(--gray-900);
  padding: 16px 0;
  border-radius: 0 0 8px 8px;
}
main .nav-bar .dropdown li {
  padding: 8px 0;
  font-weight: 500;
}
main .nav-bar .dropdown li:hover {
  color: var(--darkblue-400-primary);
}
main .nav-bar .nav-item img {
  vertical-align: sub;
}
main .nav-bar .nav-item::after {
  content: " ";
  display: inline;
  width: 1px;
  height: 16px;
  background: rgba(255,255,255,.2);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
main .nav-bar .nav-item:last-child::after {
  display: none;
}
main .nav-bar .nav-item .arrow {
  background: url('../img/product/ico-arrow-down-s.svg') no-repeat 50%;
  background-size: cover;
  width: 18px; height: 18px;
  display: inline-block;
  vertical-align: sub;
  margin-left: 4px;
}
main .product-desc {
  font-size: 1.3rem;
  color: var(--white-0);
  opacity: .7;
  margin: 24px 0;
  line-height: 150%;
}
main .product-main-img {
  width: 100%;
  max-width: 408px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.info h2, .progress h2 {
  margin-bottom: 20px;
}
.info .product-wrap {
  background: var(--gray-100);
  border-radius: 20px;
  padding: 30px 16px 16px;
  margin-bottom: 20px;
}
.info .product-wrap.last {
  margin-bottom: 0;
}
.info .product-wrap .product-group {
  font-size: 1.8rem;
  font-weight: 700;
}
.info .product-wrap .product-group span {
  font-size: 1.3rem;
  color: var(--gray-500);
  font-weight: 400;
  display: block;
  margin: 4px 0 12px;
}
.info .product-wrap .product-description {
  font-size: 1.3rem;
  color: var(--gray-800);
}
.info .product-wrap .card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.info .product-wrap .card {
  width: calc(50% - 5px);
  background: var(--white-0);
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  display: flex;
}
.info .product-wrap .card a {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.info .product-wrap .card .card-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.info .product-wrap .card:hover {
  border: 1px solid var(--darkblue-400-primary);
  box-shadow: 4px 16px 30px rgba(0, 0, 0, 0.16);
}
.info .product-wrap .card h3 {
  font-size: 1.4rem;
  font-weight: 500;
}
.info .product-wrap .card p {
  font-size: 1.2rem;
  color: var(--gray-700);
  margin-top: 8px;
}
.info .product-wrap .card:hover p {
  color: var(--gray-200);
}
.info .product-wrap .card .card-txt {
  padding: 16px 10px;
  border-radius: 0 0 15px 15px;
  flex: 1;
}
.info .product-wrap .card:hover .card-txt {
  background-color: var(--darkblue-400-primary);
  color: var(--white-0);
}
.info .product-wrap .card:hover .only-txt {
  border-radius: 15px;
}
.info .product-wrap .card img {
  width: 100%;
  padding: 12px;
  max-width: 600px;
}

.reference {
  padding: 0;
}
.reference .product-reference {
  border-top: 2px solid var(--gray-900);
  margin-top: 24px;
}
.reference .product-reference p {
  font-size: 1.4rem;
  line-height: 180%;
  color: var(--gray-700);
  margin-top: 24px;
}

/* rexnord */
.info .product-wrap .list-card {
  width: 100%;
}
.info .product-wrap .list-card .card-txt {
  font-size: 1.3rem;
  color: var(--gray-700);
}
.info .product-wrap .list-card .card-txt ul {
  position: relative;
  margin-left: 16px;
}
.info .product-wrap .list-card .card-txt li {
  margin: 4px 0;
  position: relative;
}
.info .product-wrap .list-card .card-txt li::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 4px; height: 4px;
  background: var(--darkblue-400-primary);
  border-radius: 50%;
  top: 50%; left: -6px;
  transform: translateY(-50%);
}
.info .product-wrap .list-card .card-txt li.strong {
  font-weight: 600;
  color: var(--gray-900);
}
.rexnord-progress, .product-customer {
  padding-top: 0;
}
.rexnord-progress .progress-tab {
  margin: 24px 0;
  overflow-x: scroll;
}
.rexnord-progress .progress-tab ul {
  display: flex;
  width: 100%;
  gap: 12px;
}
.rexnord-progress .progress-tab ul li {
  font-size: 1.5rem;
  display: flex;
  padding: 0 20px;
  height: 50px;
  background: var(--gray-100);
  border-radius: 50px;
  color: var(--gray-500);
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}
.rexnord-progress .progress-tab ul li p {
  line-height: 50px;
}
.rexnord-progress .progress-tab ul li span {
  background: var(--gray-200);
  display: inline-block;
  width: 32px; height: 24px;
  border-radius: 50%;
  text-align: center;
  margin-right: 12px;
  line-height: 24px;
  position: relative;
  top: 50%; transform: translateY(-50%);
}
.rexnord-progress .progress-tab ul li:hover {
  color: var(--gray-900);
  transition: ease-out 0.8s;
}
.rexnord-progress .progress-tab ul li.active {
  background: var(--gray-900);
  color: var(--gray-100);
  font-weight: 700;
}
.rexnord-progress .progress-tab ul li.active span {
  background: rgba(255,255,255,.2);
}
.rexnord-progress .progress-wrap {
  background: #F2F4F8;
  padding: 24px 20px;
  border-radius: 20px;
}
.rexnord-progress .progress-wrap .card-img {
  display: none;
}
.rexnord-progress .progress-wrap .card-img.active {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.rexnord-progress .progress-wrap .progress-img {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.rexnord-progress .progress-wrap img {
  width: 100%;
}
.rexnord-progress .progress-wrap p {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 8px;
}
.rexnord-info .product-wrap .card:hover .card-txt {
  background: var(--white-0);
  color: var(--gray-700);
}


/* hanel */
.hanel-info .product-wrap {
  background: none;
  padding: 0;
}
.hanel-info .product-wrap .card img {
  padding: 0;
  border-radius: 16px 16px 0 0;
}
.hanel-info .product-wrap .card-grid {
  gap: 20px 10px;
}
.hanel-info .product-wrap .card {
  border: 1px solid var(--white-0);
}
.hanel-info .product-wrap .card .card-txt {
  background: var(--gray-100);
}
.hanel-customer .sec-txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hanel-customer .reference-view {
  width: 140px; height: 40px;
  border: 1px solid var(--gray-300);
  color: var(--gray-600);
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
}
.hanel-customer .reference-view a {
  position: relative;
}
.hanel-customer .reference-view a::after {
  content: " ";
  display: inline-block;
  width: 18px; height: 18px;
  background: url('../img/product/ico-arrow-right-gr.svg') no-repeat 50%;
  background-size: cover;
  margin-left: 8px;
  vertical-align: sub;
}
.hanel-customer .sub-tabcontent {
  overflow: auto;
}

/* raedel */

.raedel-tab {
  background: #F2F4F8;
  height: 60px;
  border-bottom: 1px solid #EEF0F4;
  position: relative;
  z-index: 99;
}
.raedel-tab ul {
  justify-content: center;
  position: relative;
  z-index: 9999;
  gap: 0;
}
.raedel-tab ul li {
  padding: 0 20px;
  height: 60px;
  align-items: center;
}
.raedel-tab ul li p {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--gray-500);
  text-align: center;
}
.raedel-tab ul li:hover p {
  color: var(--gray-700);
}
.raedel-tab ul li.active {
  /* background: var(--gray-900); */
  /* border-radius: 8px; */
  color: var(--gray-900);
}
.raedel-tab ul li.active p {
  color: var(--gray-900);
  font-weight: 700;
}

.raedel-info {
  display: none;
}
.raedel-info.active {
  display: block;
}
.raedel-info .product-wrap .card-wide {
  width: 100%;
}
.raedel-info .product-wrap .card-wide .card-txt {
  padding: 20px 16px;
}
.raedel-info .product-wrap .card-wide .link {
  font-size: 1.4rem;
  color: var(--darkblue-300);
  font-weight: 500;
  margin-top: 20px;
}
.raedel-info .product-wrap .card-wide .link span {
  display: inline-block;
  width: 18px; height: 18px;
  background: url('../img/product/ico-arrow-right-bl.svg') no-repeat 50%;
  background-size: cover;
  vertical-align: top;
}
/* raedel - table */
.raedel-info .tabcontent {
  padding: 0 20px;
  margin-top: 60px;
}
.raedel-info .tabcontent .sub-tab {
  height: 50px;
  line-height: 50px;
  background: var(--gray-100);
  display: flex;
  margin-bottom: 30px;
}
.raedel-info .tabcontent .sub-tab button {
  background-color: var(--gray-100);
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 1.5rem;
  font-weight: 600;
  width: 50%;
  color: var(--gray-600);
  border-bottom: 1px solid var(--gray-700)
}
.raedel-info .tabcontent .sub-tab button.active {
  background-color: #fff;
  border-width: 1px 1px 0 1px;
  border-color: var(--gray-700);
  border-style: solid;
  color: var(--gray-900);
}
.raedel-info .sub-tabcontent {
  width: 100%;
}
.raedel-info table {
  min-width: none;
}

.raedel-info .sub-tabcontent .img-content img {
  width: 100%;
  margin: 24px 0;
}
.raedel-info .sub-tabcontent table {
  margin-top: 0;
  min-width: 0;
  text-align: left;
}
.raedel-info .sub-tabcontent table th {
  background: #F2F4F8;
  padding: 12px 8px;
}
.raedel-info .sub-tabcontent table tr td:first-child {
  padding: 24px 8px;
  background-color: var(--white-0);
}
.raedel-info .sub-tabcontent table tr td p {
  font-size: 1.5rem;
  font-weight: 500;
}
.raedel-info .sub-tabcontent table tr td span {
  display: block;
  color: var(--gray-700);
  margin-top: 4px;
}
.raedel-info .sub-tabcontent table:last-child {
  border-top: none;
}
.raedel-info .product-wrap .card-wide:hover {
  border: 1px solid var(--gray-200);
  box-shadow: none;
}
.raedel-info .product-wrap .card-wide:hover .card-txt {
  background: inherit;
}
.raedel-info .product-wrap .card-wide h3 {
  color: var(--gray-900);
}
.raedel-info .product-wrap .card-wide:hover p, .raedel-info .product-wrap .list-card:hover .card-txt {
  color: var(--gray-700);
  background: inherit;
}



/********** MO(821 - 1023) **********/
@media screen and (min-width: 821px) {
  .main-inner {
    padding: 0 60px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
  }
  main .nav-bar {
    width: 372px;
  }
  main .product-desc {
    width: 420px;
    font-size: 1.4rem;
  }
  main .product-txt {
    margin-bottom: 110px;
  }
  main .product-main-img {
    max-width: 720px;
  }
  .info .product-wrap {
    padding: 50px 34px;
  }
  .info .product-wrap .product-group {
    font-size: 2.2rem;
    display: flex;
    align-items: center;
  }
  .info .product-wrap .product-group span {
    font-size: 1.5rem;
    margin: 0 0 0 8px;
  }
  .info .product-wrap .product-description {
    margin: 12px 0 0;
    font-size: 1.4rem;
  }
  .info .product-wrap .card-grid {
    gap: 20px;
  }
  .info .product-wrap .card {
    width: calc(33.3% - 14px);
  }
  .info .product-wrap .card h3 {
    font-size: 1.6rem;
  }
  .info .product-wrap .card p {
    font-size: 1.3rem;
  }
  .info .product-wrap .card .card-txt {
    padding: 16px 20px;
  }
  .reference .product-reference p {
    font-size: 1.5rem;
  }

  /* rexnord */
  .rexnord-info .product-wrap .card {
    width: 100%;
  }
  .info .product-wrap .card .card-img {
    flex-wrap: nowrap;
    gap: 12px;
    justify-content: center;
  }
  .info .product-wrap .card .card-img img {
     width: calc(50% - 28px);
     padding: 30px 12px 12px;
  }
  .info .product-wrap .list-card .card-txt ul {
    display: flex;
    flex-wrap: wrap;
  }
  .info .product-wrap .list-card .card-txt li {
    width: 50%  ;
  }
    .info .product-wrap .list-card .list-wt li {
    width: 33.3%;
  }
  .info .product-wrap .list-card .card-txt li::before {
    top: 0;
  }
  .info .product-wrap .list-card .card-txt li:nth-child(odd) {
    padding-right: 30px;
  }
  .rexnord-info .product-wrap .card .card-txt {
    padding: 24px 40px;
  }
  .info .product-wrap .card .single img {
    width: 100%;
    max-width: 1044px;
  }
  .rexnord-progress .progress-tab ul {
    gap: 20px;
    background: var(--gray-100);
    border-radius: 60px;
  }
  .rexnord-progress .progress-tab ul li {
    height: 60px;
    line-height: 60px;
    width: calc(25% - 15px);
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 1.7rem;
    padding: 0;
  }
  .rexnord-progress .progress-tab ul li span {
    width: 24px;
    margin-right: 12px;
  }
  .rexnord-progress .progress-tab ul li p {
    line-height: 60px;
    width: auto;
  }
  .rexnord-progress .progress-wrap {
    display: flex;
    gap: 12px;
  }
  .rexnord-progress .progress-wrap p {
    font-size: 2.2rem;
    margin-top: 16px;
  }
  .rexnord-progress .progress-wrap .progress-img {
    flex-wrap: nowrap;
    margin-bottom: 20px;
  }
  .rexnord-progress .progress-wrap img {
    width: calc(33.3% - 8px);
  }

  /* hanel */
  .hanel-info .product-wrap {
    padding: 0;
  }
  .hanel-customer .reference-view {
    width: 170px; height: 52px;
    font-size: 1.6rem;
    line-height: 52px;
  }

  /* raedel */
  .raedel-tab ul li p {
    font-size: 1.5rem;
  }
  .raedel-info .product-wrap .product-description {
    margin-bottom: 0;
  }
  .raedel-info .product-wrap .card-wide {
    width: 100%;
    margin-top: 24px;
  }
  .raedel-info .product-wrap .card-wide h3 {
    font-size: 2rem;
  }
  .raedel-info .product-wrap .card-wide .card-txt {
    padding: 24px 30px;
  }
  .raedel-info .product-wrap .list-card .card-txt ul {
    margin-top: 24px;
  }
  .raedel-info .product-wrap .card-grid {
  }
  .raedel-info .product-wrap .card-wide:nth-child(2){
    margin-top: 0;
  }
  .raedel-info .tabcontent {
    padding: 0 60px;
  }
  .raedel-info .sub-tabcontent table:last-child {
    border-top: 2px solid var(--gray-900);
  }
  .raedel-info .sub-tabcontent table th {
    background: var(--gray-100);
    border-bottom: 1px solid var(--gray-700);
  }
  .raedel-info .sub-tabcontent .pc table th {
    padding: 20px;
  }
  .raedel-info .sub-tabcontent table {
    text-align: center;
  }
  .raedel-info .sub-tabcontent table tr td:first-child {
    font-weight: 400;
  }
  .raedel-info .sub-tabcontent table td.category {
    font-weight: 700 !important;
    background: #F2F4F8 !important;
  }
  .raedel-info .sub-tabcontent table td.category-line {
    border-top: 2px solid var(--gray-900);
  }
  .raedel-info .sub-tabcontent table td.gr {
    background-color: var(--gray-100) !important;
  }

}/*821*/

/********** MO(1025 - 1440) **********/
@media screen and (min-width: 1025px) {
  main {
    padding: 0;
    display: flex;
  }
  main .product-desc {
    font-size: 1.6rem;
    max-width: 590px;
    margin: 60px 0 0;
    width: 100%;
  }
  main h2 {
    margin-bottom: 12px;
    font-size: 7rem;
  }
  main .product-txt {
    margin-bottom: 0;
    padding: 220px 0 160px;
  }
  .main-inner {
    align-items: flex-end;
    width: 100%;
  }
  main .product-main-img {
    max-width: 648px;
  }
  .info .product-wrap .product-group {
    font-size: 2.8rem;
  }
  .info .product-wrap .product-group span {
    font-size: 1.8rem;
  }
  .info .product-wrap .product-description {
    font-size: 1.5rem;
  }
  .info .product-wrap .card-grid {
    gap: 12px;
  }
  .info .product-wrap .card {
    width: calc(25% - 9px);
  }
  .info .product-wrap .card h3 {
    font-size: 2rem;
  }
  .info .product-wrap .card p {
    font-size: 1.4rem;
  }
  .info .product-wrap .card .card-txt {
    padding: 20px;
  }
  .info .product-wrap {
    padding: 50px 40px;
  }
  .reference .product-reference p {
    font-size: 1.6rem;
  }
  .rexnord-info .product-wrap .card {
    width: 100%;
  }
  .rexnord-info .product-wrap .card .card-txt {
    font-size: 1.5rem;
  }
  .rexnord-progress .progress-wrap p {
    font-size: 2.4rem;
  }
  .rexnord-progress .progress-wrap {
    padding: 24px 40px;
  }
  .hanel-info .product-wrap {
    padding: 10px 0 0;
  }
  .hanel-info .product-wrap .card-grid {
    gap: 40px;
  }
  .hanel-info .product-wrap .card {
    width: calc(33.3% - 27px);
  }
  .hanel-info .product-wrap .card .card-txt {
    padding: 30px;
  }

  /* raedel-vogel */
  .raedel-tab {
    height: 80px;
  }
  .raedel-tab ul {
    gap: 20px;
  }
  .raedel-tab ul li p {
    font-size: 1.6rem;
  }
  .raedel-tab ul li {
    height: 80px;
    padding: 0 30px;
  }
  .raedel-info .product-wrap .card-wide {
    width: 100%;
  }
  .raedel-info .product-wrap .card-wide .link {
    font-size: 1.6rem;
  }
  .product-wrap .list-card .card-txt ul {
    font-size: 1.5rem;
  }
  .raedel-info .tabcontent .sub-tab {
    height: 60px;
  }
  .raedel-info .tabcontent .sub-tab button {
    font-size: 1.8rem;
  }
  .raedel-info .sub-tabcontent table {
    margin-top: 60px;
  }

}/*1025*/


/********** MO(1441 ~) **********/
@media screen and (min-width: 1441px) {
  main {
    height: 800px;
  }
  .main-inner {
    gap: 80px;
  }
  main .product-txt {
    width: 590px;
    padding: 0 0 220px;
  }
  main .product-main-img {
    max-width: 720px;
  }
  main h2 {
    font-size: 9rem;
  }
  main .product-desc {
    font-size: 1.8rem;
  }
  main .nav-bar .nav-item {
    font-size: 1.6rem;
  }
  .info .product-wrap .card .card-img {
    gap: 40px;
  }
  .info .product-wrap .card .card-img img {
    width: 460px; height: 320px;
  }
  .info .product-wrap .card .single .pc {
    width: 1044px; height: 546px;
  }
  .hanel-info .product-wrap {
    padding: 0;
  }
  .hanel-info .product-wrap .card h3 {
    font-size: 2.8rem;
  }
  .hanel-info .product-wrap .card p {
    font-size: 1.5rem;
  }
  .raedel-tab ul {
    width: 72.708vw;
    min-width: 1396px;
    gap: 20px;
    margin: 0 auto;
  }
  .raedel-tab ul li {
    width: 216px;
  }
  .raedel-tab ul li p {
    font-size: 1.8rem;
  }
  .raedel-info .tabcontent {
    width: 72.708vw;
    min-width: 1396px;
    margin: 180px auto 0;
    padding: 0;
  }
  .info h2, .progress h2 {
    margin-bottom: 30px;
  }

















}
