@charset "utf-8";


.bg-container {
  height: 350px;
  margin-top: 86px;
  align-items: center;
}


/* ³ªÁß¿¡ ÀÌ¹ÌÁö º¯°æ ²ÀÇÏ±â */
.bg-container.unitor-bg {
  background: url('/default/img/01_unitor/bg.jpg') no-repeat top / cover;
}


.bg-container.chemical-bg {
  background: url('/default/img/02_chemical/bg.jpg') no-repeat top / cover;
}


.bg-container.chemical-bg {
  background: url('/default/img/02_chemical/bg.jpg') no-repeat top / cover;
}


.bg-container.medi-bg {
  background: url('/default/img/03_medical/bg02.jpg') no-repeat top / cover;
}


.bg-container.customer-bg {
  background: url('/default/img/05_qna/bg.jpg') no-repeat top / cover;
}
.bg-container .title-container {
  margin-top: 3vh;
}
.bg-container .title-container,
.bg-container .title-container h2 {
  color: #fff;
}


.bg-container .title-container::after {
  background-color: #fff;
}


.detail-wrap {
  flex-wrap: nowrap;
}


/* ¿·¿¡ nav */
.detail-wrap aside {
  width: 370px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}


.detail-wrap aside .main-nav > a,
.detail-wrap aside .main-nav-link > a {
  font-size: 1.8rem;
  padding: 0.7em 0.5em 0.7em 1em;
  display: block;
  align-items: center;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  transition: all 0.1s;
  position: relative;
}


.detail-wrap aside .main-nav > a > .material-icons,
.detail-wrap aside .main-nav-link > a > .material-icons {
  font-size: 3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  transition: all 0.1s;
}


.detail-wrap aside .main-nav.on > a,
.detail-wrap aside .main-nav:hover > a,
.detail-wrap aside .main-nav-link.on > a,
.detail-wrap aside .main-nav-link:hover > a {
  color: #fff;
  background-color: #0670b7;
}


.detail-wrap aside .main-nav.on > a .material-icons,
.detail-wrap aside .main-nav:hover > a .material-icons {
  transform: rotate(90deg) translateX(-50%);
  color: #fff;
}


.detail-wrap aside .main-nav.on .sub-nav {
  display: block;
}


.detail-wrap aside .sub-nav {
  display: none;
}
.detail-wrap aside .sub-nav li {
  border-bottom: 1px solid #ddd;
}
.detail-wrap aside .sub-nav li a {
  font-size: 1.4rem;
  display: block;
  /* transition: all 0.3s; */
  transition: all 0.1s;
  /* padding: 0.7em 0em 0.7em 1em; */
  /* padding: 1em 0 1em 1em; */
  padding: 1em 0 1em 2.2em;
  color: #555;
}


.detail-wrap aside .sub-nav li:hover a,
.detail-wrap aside .sub-nav li.on a {
  background-color: #eee;
  font-weight: bold;
  color: #0670b7;
}
/* ¿·¿¡ nav */


.detail-wrap main {
  width: calc(100% - 370px);
}
.detail-wrap main .title-container {
  padding: 2em 1em 1em 0;
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
  align-items: center;
}
.detail-wrap main .title-container .title-box {
  padding-left: 2em;
}
.detail-wrap main .title-container .title {
  font-size: 2.8rem;
  font-weight: bold;
}


.detail-wrap main .title-container .sub-title {
  font-size: 1.8rem;
  color: #555;
  padding-top: 0.2em;
}


.detail-wrap main .title-container::after {
  display: none;
}
.detail-wrap main .title-container .btn-box .manual-btn:first-child {
  margin-right: 1em;
}
.detail-wrap main .title-container .manual-btn {
  display: flex;
  align-items: center;
  padding: 0.5em 1.5em;
  font-size: 1.4rem;
  border: 1px solid #0670b7;
  border-radius: 20px;
  color: #0670b7;
  transition: all 0.1s;
}
.detail-wrap main .title-container .manual-btn .text {
  display: inline-block;
  padding-right: 0.3em;
}


.detail-wrap main .title-container .manual-btn .material-icons {
  font-size: 2.2rem;
}


.detail-wrap main .title-container .manual-btn:hover {
  background-color: #0670b7;
  color: #fff;
}


.detail-wrap main .detail-content-wrap {
  padding: 2vw 2vh;
}
.detail-wrap main .detail-content-wrap .img-box {
  width: 100%;
  margin-bottom: 2vh;
  /* max-width: 300px;
  max-height: 300px; */
}


.detail-wrap main .detail-content-wrap .img-box.one-img-box {
  width: 80%;
  margin: 3vh auto;
}
.detail-wrap main .detail-content-wrap img {
  object-fit: contain;
  width: 100%;
}
.detail-wrap main .detail-content-wrap .thumb-img-container {
  margin-bottom: 7vh;
  text-align: center;
}
.detail-wrap main .detail-content-wrap .thumb-img-container img {
  width: auto;
}


.detail-wrap main .detail-content-wrap .text-box {
  padding: 3vh 0;
  letter-spacing: -0.5px;
  line-height: 1.8;
  text-align: justify;
  word-break: keep-all;
}
.depth-4-detail-box {
  padding: 2vh 1vw;
}
.depth-4-detail-box ul {
  justify-content: space-between;
  flex-wrap: wrap;
}


.depth-4-detail-box ul li {
  width: 300px;
  margin-bottom: 5vh;
}


.depth-4-detail-box ul li .thumb-tit {
  padding-top: 0.5em;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}


.depth-4-detail-box ul li .img-box {
  height: 300px;
  background-color: #eee;
}


.detail-title p {
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  padding-bottom: 2em;
}


.detail-content-wrap div:nth-child(n + 3) {
  margin-bottom: 5vh;
  text-align: center;
}


.detail-content-wrap div:nth-child(n + 3) img {
  width: 90%;
  margin: 0 auto;
}


/* s:: °í°´¼­ºñ½º css */
.board-container {
  margin-bottom: 20vh;
}


.board-container .title-container {
  padding: 10vh 0 7vh;
  text-align: center;
}


.board-container .title-container .title {
  font-size: 3.2rem;
  font-weight: bold;
}


.board-container .title-container .sub-title {
  font-size: 2rem;
  color: #555;
  font-weight: 400;
  margin-top: 0.5em;
}


.board-container .title-container::after {
  display: none;
}


.form-mail-container {
  /* background-color: #eee; */
  width: 800px;
  margin: 0 auto;
  /* height: 50vh; */
}


@media (max-width: 1560px) {
  .depth-4-detail-box ul li {
    width: calc((100% - 40px) / 3);
  }


  .depth-4-detail-box ul li .img-box {
    position: relative;
    padding-top: 100%;
    height: initial;
    overflow: hidden;
  }


  .depth-4-detail-box .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
  }


  .depth-4-detail-box ul li .thumb-tit {
    font-size: 1.8rem;
  }
}


@media (max-width: 1024px) {
  .detail-wrap aside {
    display: none;
  }
  .detail-wrap main {
    width: 100%;
  }
}


@media (max-width: 650px) {
  .bg-container {
    height: 32vh;
    margin-top: 70px;
  }
  .title-container h2 {
    font-size: 2.4rem;
  }


  .title-container .sub-title {
    font-size: 1.8rem;
  }
  .detail-wrap main .title-container {
    flex-wrap: wrap;
    padding: 2em 0;
  }


  .detail-wrap main .title-container .title-box {
    padding-left: 0;
    width: 100%;
  }


  .detail-wrap main .title-container .title {
    font-size: 2.2rem;
  }


  .detail-wrap main .title-container .sub-title {
    font-size: 1.6rem;
  }


  .detail-wrap main .title-container {
    justify-content: flex-end;
  }


  /* .detail-wrap main .title-container .btn-box .manual-btn:first-child {
    margin-right: 1em;
  } */


  .detail-wrap main .detail-content-wrap .img-box {
    width: 100%;
  }


  .detail-wrap main .detail-content-wrap {
    padding: 3vh 0;
  }


  .detail-wrap main .title-container .manual-btn {
    font-size: 1.2rem;
  }


  .bg-container .title-container {
    padding-top: 0;
  }


  .detail-title p {
    font-size: 2.4rem;
    padding-bottom: 1em;
  }


  .detail-wrap main .detail-content-wrap .thumb-img-container img {
    width: 80%;
  }


  .depth-4-detail-box ul li {
    width: 48%;
  }


  .depth-4-detail-box ul li .thumb-tit {
    font-size: 1.6rem;
    padding-top: 0.3em;
  }


  .board-container .title-container .title {
    font-size: 2.4rem;
  }


  .board-container .title-container .sub-title {
    font-size: 1.8rem;
  }


  .form-mail-container {
    width: 100%;
  }
}

