@charset "UTF-8";
/* 인풋스타일*/
.visual-tit,
.sub-nav-wrap,
.list-header,
.table,
.layout-col > *,
.row-card,
.product-view > *,
.product-list,
.thumb-list,
.view-wrap,
.view-bottom-list,
.view-btn-wrap,
.directions .teb-wrap,
.panel,
.item,
.sec-tit,
.sec-desc,
.intro,
.right-content,
.logo-list-wrap,
.img-slider-wrap,
.pagination {
  opacity: 0;
}

.footer .item {
  opacity: 1;
}

.header-wrap.scroll {
  background-color: rgba(0, 0, 0, 0.25);
}
.header-wrap.scroll.active {
  background-color: #fff;
}

.visual-wrap {
  z-index: 10;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 59.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.visual-wrap .visual-tit {
  padding-top: 36rem;
  font-size: 6.4rem;
  color: #fff;
}
.visual-wrap.about {
  background-image: url("../img/sub/about/visual.jpg");
}
.visual-wrap.news {
  background-image: url("../img/sub/news/visual.jpg");
}
.visual-wrap.esg {
  background-image: url("../img/sub/esg/visual.jpg");
}
.visual-wrap.recruit {
  background-image: url("../img/sub/recruit/visual.jpg");
}
.visual-wrap.product {
  background-image: url("../img/sub/product/visual.jpg");
}

.sub-nav-wrap {
  z-index: 20;
  position: absolute;
  top: 52rem;
  width: 100%;
}
.sub-nav-wrap .sub-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  color: #fff;
}
.sub-nav-wrap .sub-nav .select-wrap .select {
  font-size: var(--com-f);
  white-space: nowrap;
}
.sub-nav-wrap .sub-nav .select-wrap .option {
  min-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.sub-nav-wrap .sub-nav > div {
  position: relative;
  margin-right: 1.2rem;
  padding-right: 1.8rem;
}
.sub-nav-wrap .sub-nav > div:first-child::after {
  position: absolute;
  right: 0;
  content: "\f105";
  font-family: "fontello";
}

.select-wrap {
  width: -moz-fit-content;
  width: fit-content;
}
.select-wrap .select-btn {
  position: relative;
  padding-right: 2rem;
}
.select-wrap .select-btn::after {
  position: absolute;
  right: 0;
  font-family: "fontello";
  content: "\e804";
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0;
  -webkit-transition: transform 0.3s 0;
  -moz-transition: transform 0.3s 0;
  -ms-transition: transform 0.3s 0;
  -o-transition: transform 0.3s 0;
}
.select-wrap .option {
  position: absolute;
  top: 4rem;
  margin-left: -1rem;
  padding: 0.4rem 0;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.select-wrap .option a {
  display: block;
  padding: 0.8rem 1.3rem;
  width: 100%;
  min-width: 11rem;
  color: #555;
}
.select-wrap .option a:hover, .select-wrap .option a:focus {
  color: #0B69AB;
  text-shadow: 0 0.1rem 0.1rem #0B69AB;
}
.select-wrap .option li {
  margin: 0.1rem 0;
}
.select-wrap .option li:not(:only-child).selected {
  overflow: hidden;
  width: 0;
  height: 0;
}
.select-wrap.active .select-btn::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0;
  -webkit-transition: transform 0.3s 0;
  -moz-transition: transform 0.3s 0;
  -ms-transition: transform 0.3s 0;
  -o-transition: transform 0.3s 0;
}

.section {
  margin: 12rem 0;
}

.content-wrap:not(.history) .section {
  overflow: hidden;
}

@media all and (max-width: 85.375rem) {
  .visual-wrap {
    height: 40rem;
  }
  .visual-wrap .visual-tit {
    padding-top: 22rem;
    font-size: 4.5rem;
  }
  .sub-nav-wrap {
    z-index: 20;
    position: absolute;
    top: 33rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .header-wrap.scroll.active {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media all and (max-width: 47.9375rem) {
  .visual-wrap {
    height: 35rem;
  }
  .visual-wrap .visual-tit {
    padding-top: 19rem;
    font-size: 3.5rem;
    line-height: 1.2;
    word-break: break-all;
  }
  .visual-wrap .visual-tit > span {
    display: block;
  }
  .sub-nav-wrap {
    top: 29rem;
  }
  .sub-nav-wrap .sub-nav > div:last-child {
    margin-right: 0;
  }
}
.sec-tit {
  font-size: var(--sub-tit);
  line-height: 1.25;
}
.sec-tit.lg {
  margin-bottom: 1.2rem;
  font-size: var(--tit-f);
  font-weight: 800;
  font-family: "MPLUS1", sans-serif;
  line-height: 1.25;
}

.sec-desc {
  line-height: 1.5;
}

/*
인사말 */
.greeting .section {
  overflow: hidden;
}

.layout-col {
  display: flex;
  justify-content: flex-start;
  position: relative;
  gap: 0 2rem;
}
.layout-col .left-tit {
  width: 22rem;
}
.layout-col.af-img::after {
  position: absolute;
  left: 24rem;
  top: 0;
  width: 100%;
  height: 36rem;
  content: "";
  background: url("../img/sub/about/greeting.jpg") center no-repeat;
}
.layout-col .right-content {
  position: relative;
  flex: 1 1 0;
}
.layout-col .right-content .af-img {
  position: relative;
  margin-bottom: 6rem;
  width: 100%;
  height: 36rem;
}
.layout-col .right-content .af-img::after {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 25rem);
  height: inherit;
  content: "";
  background: url("../img/sub/about/greeting.jpg") center no-repeat;
}
.layout-col .right-content .txt-wrap {
  margin-bottom: 2.4rem;
  word-break: keep-all;
  border-left: 2px solid #ACACAC;
}
.layout-col .right-content .txt-wrap p {
  padding: 0.6rem 0 0.6rem 2.4rem;
  line-height: 150%;
}
.layout-col .right-content .txt-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.layout-col .right-content .txt-bottom > * {
  margin-left: 0.8rem;
}
.layout-col .right-content .txt-bottom .img {
  margin-left: 2.4rem;
}
.layout-col .right-content .desc {
  padding-left: 2rem;
  line-height: 1.5;
  word-break: keep-all;
}
.layout-col.type-2 {
  margin: 10rem 0;
}
.layout-col.type-2 .left-tit {
  width: 34rem;
}
.layout-col.type-2:last-child {
  margin-bottom: 0;
}
.layout-col .row-card-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 2rem;
  flex: 1 1 0;
}
.layout-col .row-card-wrap .row-card {
  text-align: center;
  line-height: 1.5;
}
.layout-col .row-card-wrap .row-card .card-tit {
  margin: 2.4rem 0 0.8rem;
  font-weight: 700;
  color: #0B69AB;
}
.layout-col .row-card-wrap .row-card .card-desc {
  color: #555;
}

@media all and (max-width: 85.375rem) {
  .layout-col .right-content .txt-wrap > p:not(:nth-of-type(2)) br,
  .layout-col .right-content .desc br {
    display: none;
  }
}
@media all and (max-width: 63.9375rem) {
  .layout-col {
    display: block;
  }
  .layout-col .left-tit {
    margin-bottom: 4rem;
    width: 14rem;
  }
  .layout-col .right-content .desc {
    padding-left: 0;
  }
  .layout-col.type-2 {
    margin: 7rem 0;
  }
}
@media all and (max-width: 47.9375rem) {
  .layout-col .sec-tit {
    margin-bottom: 4rem;
    line-height: 1.25;
  }
  .layout-col .left-tit {
    width: 100%;
  }
  .layout-col .right-content .af-img {
    height: 20rem;
  }
  .layout-col .right-content .txt-bottom {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
/*
연혁 */
.history .teb-position {
  overflow: hidden;
  max-width: 100vw;
}
.history .teb-position.sticky {
  z-index: 10;
  position: sticky;
  left: 0;
}
.history .teb-wrap {
  display: flex;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
}
.history .teb-wrap li {
  margin-right: 1rem;
}
.history .teb-wrap li a {
  display: block;
  padding: 1rem 1.5rem;
  width: 13.9rem;
  line-height: 1.5;
  text-align: center;
  background-color: #EAF0F3;
}
.history .teb-wrap li.active a {
  color: #fff;
  background-color: #0B69AB;
}
.history .panel {
  margin-bottom: 16.4rem;
}
.history .panel .since {
  margin-bottom: 2.4rem;
  line-height: 125%;
  font-size: var(--tit-f);
  font-weight: 800;
  font-family: "MPLUS1", sans-serif;
}
.history .panel .p-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(50%, 70rem));
  gap: 0 2rem;
}
.history .panel .img-wrap {
  position: sticky;
  top: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.history .panel .history-list > li {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 0 1rem;
  margin-bottom: 1.2rem;
  padding: 1.2rem 2.4rem;
  line-height: 1.5;
  color: #555;
  border-right: 1px solid rgba(172, 172, 172, 0.5);
  word-break: keep-all;
}
.history .panel .history-list > li::before {
  position: absolute;
  right: -0.1rem;
  top: 0;
  width: 2px;
  height: 0;
  content: "";
  background-color: #0B69AB;
}
.history .panel .history-list > li::after {
  opacity: 0;
  position: absolute;
  right: -0.5rem;
  bottom: 100%;
  width: 1rem;
  height: 1rem;
  content: "";
  background-color: #0B69AB;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
.history .panel .history-list > li .month {
  font-weight: 700;
}
.history .panel .history-list > li .year {
  font-size: var(--sub-tit);
  font-weight: 800;
}
.history .panel .history-list > li.active {
  font-weight: 500;
  color: #1C1C1C;
}
.history .panel .history-list > li.active .year,
.history .panel .history-list > li.active .month {
  color: #0B69AB;
}
.history .panel .history-list > li.active::before {
  height: 100%;
  transition: height 0.3s 0.1s;
  -webkit-transition: height 0.3s 0.1s;
  -moz-transition: height 0.3s 0.1s;
  -ms-transition: height 0.3s 0.1s;
  -o-transition: height 0.3s 0.1s;
}
.history .panel .history-list > li.active::after {
  opacity: 1;
  bottom: 0;
  transition: bottom 0.3s 0.1s;
  -webkit-transition: bottom 0.3s 0.1s;
  -moz-transition: bottom 0.3s 0.1s;
  -ms-transition: bottom 0.3s 0.1s;
  -o-transition: bottom 0.3s 0.1s;
}
.history .panel .history-list .month-line {
  display: flex;
  justify-content: flex-start;
}
.history .panel .history-list .month-line .year {
  line-height: 1.25;
  font-size: var(--sub-tit);
  font-weight: 800;
}
.history .panel .history-list .month-line .month {
  margin-right: 0.8rem;
  width: 2rem;
  font-weight: 500;
}
.history .panel .history-list .month-line li {
  position: relative;
  padding-left: 1rem;
  text-align: left;
  word-break: keep-all;
}
.history .panel .history-list .month-line li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "·";
}

.panel-wrap {
  padding-top: 10rem;
}

@media all and (max-width: 64rem) {
  .history .panel .p-inner {
    display: grid;
    grid-template-columns: repeat(2, 55% 45%);
  }
  .history .panel .img-wrap {
    width: calc(100% - 2rem);
  }
  .history .history-list .month-line li {
    padding-right: 0.5rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .history .panel {
    margin-bottom: 10rem;
  }
  .history .panel .img-wrap {
    width: calc(100% - 4rem);
  }
}
@media all and (max-width: 47.9375rem) {
  .history .teb-position {
    overflow: hidden;
    overflow-x: auto;
  }
  .history .teb-position::-webkit-scrollbar {
    height: 0;
  }
  .history .teb-wrap li a {
    padding: 0.5rem 1rem;
    width: 10rem;
  }
  .history .panel .p-inner {
    display: grid;
    grid-template-columns: 1fr;
  }
  .history .panel .img-wrap {
    margin-bottom: 3rem;
    width: 100%;
  }
  .history .panel .history-list > li {
    padding-left: 0;
  }
}
/*
경영이념 */
.layout-col.type-2:first-child {
  margin-top: 0;
  align-items: flex-start;
}
.layout-col .row-card-wrap {
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 2rem;
  word-break: keep-all;
}

@media all and (max-width: 85.375rem) {
  .layout-col.type-2 .left-tit {
    width: 20%;
  }
}
@media all and (max-width: 64rem) {
  .layout-col.type-2 .left-tit {
    width: 100%;
  }
  .layout-col.type-2 .row-card-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 47.9375rem) {
  .layout-col.type-2 .row-card-wrap {
    grid-template-columns: 1fr;
  }
}
/*
오시는 길 */
.directions .panel-wrap {
  position: relative;
  padding-top: 0;
}
.directions .panel-wrap .teb-wrap {
  z-index: 10;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50% - 3rem);
}
.directions .panel-wrap .teb-wrap .teb {
  flex: 1 1 0;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  color: #555;
  background-color: #EAF0F3;
}
.directions .panel-wrap .teb-wrap .teb a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1rem 1rem;
}
.directions .panel-wrap .teb-wrap .teb.active {
  color: #fff;
  background-color: #0B69AB;
}
.directions .panel-wrap .panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-end;
  gap: 6rem;
}

.address-box {
  line-height: 1.5;
  word-break: keep-all;
}
.address-box .tit {
  margin-bottom: 2.4rem;
  line-height: 1.25;
  font-size: var(--sub-tit);
  font-weight: 700;
}
.address-box dl {
  display: flex;
  justify-content: flex-start;
  padding: 1.2rem 2.4rem;
  border-bottom: 1px solid #ACACAC;
}
.address-box dt {
  margin-right: 2.4rem;
  min-width: 9.8rem;
  font-weight: 700;
}
.address-box dt i {
  margin-right: 1.2rem;
  vertical-align: middle;
}

.map-wrap {
  height: 39.8rem;
}
.map-wrap iframe {
  width: 100% !important;
  height: 100% !important;
}

@media all and (max-width: 63.9375rem) {
  .directions .panel-wrap .teb-wrap {
    position: relative;
    margin-bottom: 4rem;
    width: 100%;
  }
  .directions .panel-wrap .panel {
    grid-template-columns: 1fr;
  }
  .address-box {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media all and (max-width: 47.9375rem) {
  .directions .panel-wrap .teb-wrap {
    width: 100%;
  }
  .address-box dl {
    padding: 1.2rem 0;
  }
  .address-box dt {
    margin-right: 1.2rem;
    min-width: 8rem;
  }
  .address-box dt i {
    margin-right: 0.6rem;
  }
}
/*
특허·인증*/
.certification .layout-col {
  margin: 10rem 0;
}
.certification .layout-col:first-child {
  margin-top: 0;
}
.certification .layout-col:last-child {
  margin-bottom: 0;
}

.thumb-list.type-1 {
  display: grid;
  grid-template-columns: repeat(5, minmax(18.644%, 22rem));
  gap: 4rem 2rem;
}
.thumb-list.type-1 .list-item .img-box {
  overflow: hidden;
  position: relative;
  padding-bottom: 141.82%;
  width: 100%;
  height: 0;
  font-size: 0;
}
.thumb-list.type-1 .list-item .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.thumb-list.type-1 .list-item .tit {
  padding: 1.2rem 0;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  word-break: keep-all;
}

@media all and (max-width: 85.375rem) {
  .thumb-list.type-1 {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .certification .layout-col {
    margin: 7rem 0;
  }
  .thumb-list.type-1 {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .thumb-list.type-1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
/*
글로벌세인 */
.global-seain .layout-col .left-tit {
  width: 36rem;
}
.global-seain .layout-col .sec-desc {
  margin-bottom: 6rem;
}
.global-seain .intro .tit {
  margin-bottom: 2.4rem;
  font-size: var(--com-f);
  font-weight: 700;
  line-height: 1.5;
}
.global-seain .intro .tit .nowrap {
  white-space: nowrap;
}
.global-seain .intro .tit .lite {
  font-weight: 400;
  letter-spacing: -0.01rem;
}
.global-seain .intro .tit .lite > span {
  color: #0B69AB;
}
.global-seain .intro dl {
  padding: 1.2rem 0;
  font-size: var(--sm-f);
  color: #1C1C1C;
}
.global-seain .intro dl dt {
  margin-right: 1.2rem;
  width: 6.6rem;
}
.global-seain .intro dl dt i {
  display: inline-block;
  margin-right: 0.6rem;
  width: 1.4rem;
}
.global-seain .intro dl dt i img {
  vertical-align: middle;
}
.global-seain .right-content {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@media all and (max-width: 63.9375rem) {
  .global-seain .layout-col .left-tit {
    width: 100%;
  }
}
/*
고객사
*/
.logo-list-wrap {
  margin: 10rem 0;
}
.logo-list-wrap:last-child {
  margin-bottom: 0;
}
.logo-list-wrap .tit {
  margin-bottom: 2rem;
  font-size: var(--sub-tit);
  font-weight: 700;
  line-height: 1.25;
}
.logo-list-wrap .logo-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.logo-list-wrap .logo-list li {
  text-indent: -9999px;
  padding-bottom: 58.236%;
  width: 100%;
  height: 0;
  border: 1px solid #EAF0F3;
}
.logo-list-wrap .list-1 li:nth-of-type(1) {
  background: url("../img/sub/about/logo1/img-1.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-1 li:nth-of-type(2) {
  background: url("../img/sub/about/logo1/img-2.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-1 li:nth-of-type(3) {
  background: url("../img/sub/about/logo1/img-3.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-1 li:nth-of-type(4) {
  background: url("../img/sub/about/logo1/img-4.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-1 li:nth-of-type(5) {
  background: url("../img/sub/about/logo1/img-5.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-1 li:nth-of-type(6) {
  background: url("../img/sub/about/logo1/img-6.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-1 li:nth-of-type(7) {
  background: url("../img/sub/about/logo1/img-7.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-1 li:nth-of-type(8) {
  background: url("../img/sub/about/logo1/img-8.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-1 li:nth-of-type(9) {
  background: url("../img/sub/about/logo1/img-9.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-1 li:nth-of-type(10) {
  background: url("../img/sub/about/logo1/img-10.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-1 li:nth-of-type(11) {
  background: url("../img/sub/about/logo1/img-11.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-2 li:nth-of-type(1) {
  background: url("../img/sub/about/logo2/img-1.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-2 li:nth-of-type(2) {
  background: url("../img/sub/about/logo2/img-2.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-2 li:nth-of-type(3) {
  background: url("../img/sub/about/logo2/img-3.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-2 li:nth-of-type(4) {
  background: url("../img/sub/about/logo2/img-4.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-2 li:nth-of-type(5) {
  background: url("../img/sub/about/logo2/img-5.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-2 li:nth-of-type(6) {
  background: url("../img/sub/about/logo2/img-6.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-2 li:nth-of-type(7) {
  background: url("../img/sub/about/logo2/img-7.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-2 li:nth-of-type(8) {
  background: url("../img/sub/about/logo2/img-8.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-2 li:nth-of-type(9) {
  background: url("../img/sub/about/logo2/img-9.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-2 li:nth-of-type(10) {
  background: url("../img/sub/about/logo2/img-10.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-2 li:nth-of-type(11) {
  background: url("../img/sub/about/logo2/img-11.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-2 li:nth-of-type(12) {
  background: url("../img/sub/about/logo2/img-12.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-2 li:nth-of-type(13) {
  background: url("../img/sub/about/logo2/img-13.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-2 li:nth-of-type(14) {
  background: url("../img/sub/about/logo2/img-14.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-2 li:nth-of-type(15) {
  background: url("../img/sub/about/logo2/img-15.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-2 li:nth-of-type(16) {
  background: url("../img/sub/about/logo2/img-16.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-2 li:nth-of-type(17) {
  background: url("../img/sub/about/logo2/img-17.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-2 li:nth-of-type(18) {
  background: url("../img/sub/about/logo2/img-18.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-2 li:nth-of-type(19) {
  background: url("../img/sub/about/logo2/img-19.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-2 li:nth-of-type(20) {
  background: url("../img/sub/about/logo2/img-20.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-2 li:nth-of-type(21) {
  background: url("../img/sub/about/logo2/img-21.jpg") center/cover no-repeat;
}
.logo-list-wrap .list-2 li:nth-of-type(22) {
  background: url("../img/sub/about/logo2/img-22.jpg") center/cover no-repeat;
}

@media all and (max-width: 47.9375rem) {
  .logo-list-wrap .logo-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
/*
품질 영업현황
*/
.quality .teb-wrap {
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.quality .teb-wrap .teb {
  padding-top: 0.2rem;
  width: 20rem;
  height: 4.4rem;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  color: #555;
  background-color: #EAF0F3;
}
.quality .teb-wrap .teb a {
  display: block;
  padding: 1rem 1.5rem;
}
.quality .teb-wrap .teb.active {
  color: #fff;
  background-color: #0B69AB;
}
.quality .article {
  margin: 10rem 0;
}
.quality .article:first-child {
  margin-top: 0;
}
.quality .article:last-child {
  margin-bottom: 0;
}
.quality .article .sec-tit {
  margin-bottom: 2rem;
}
.quality .layout-col {
  margin: 10rem 0;
}
.quality .layout-col:first-child {
  margin-top: 0;
}
.quality .layout-col:last-child {
  margin-bottom: 0;
}
.quality .right-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(28.81%, 34rem));
  flex-wrap: wrap;
  gap: 4rem 7rem;
}
.quality .right-content .item {
  position: relative;
}
.quality .right-content .item::after {
  position: absolute;
  top: 50%;
  left: calc(100% + 2rem);
  content: url("../img/icon/arrow.svg");
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.quality .right-content .item:nth-of-type(3n)::after {
  display: none;
}
.quality .right-content .item:last-child::after {
  display: none;
}
.quality .right-content .item .figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
  padding-bottom: 52.945%;
  height: 0;
}
.quality .right-content .item .figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.quality .right-content .item .tit {
  margin-bottom: 0.8rem;
  padding: 0 1.2rem;
  font-weight: 700;
  color: #0B69AB;
  line-height: 1.5;
}
.quality .right-content .item .dot-list {
  padding: 0 0 0 1.2rem;
}
.quality .right-content .item .dot-list li {
  position: relative;
  padding-left: 1rem;
  color: #555;
  line-height: 1.5;
  word-break: keep-all;
}
.quality .right-content .item .dot-list li::before {
  position: absolute;
  left: 0.25rem;
  content: "·";
}
.quality .table {
  overflow: hidden;
  overflow-X: auto;
  width: 100%;
}
.quality .table .col-md {
  width: 25%;
}
.quality .table .col-sm {
  width: 15%;
}
.quality .table table {
  width: 100%;
  min-width: 70rem;
  border-top: 2px solid #0B69AB;
}
.quality .table table tr {
  border-bottom: 1px solid #EAF0F3;
}
.quality .table table th,
.quality .table table td {
  padding: 0.5rem;
  height: 4.8rem;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #EAF0F3;
}
.quality .table table th:first-child,
.quality .table table td:first-child {
  border-left: 0 none;
}
.quality .table table thead th {
  font-weight: 700;
  background-color: #FBFBFB;
}
.quality .table table tbody th,
.quality .table table tbody td {
  font-weight: 400;
  color: #1C1C1C;
}
.quality .table table tbody th {
  padding: 0.5rem 1rem;
}
.quality .table table tbody td {
  word-break: keep-all;
}

.row-img-wrap {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.img-slider-wrap {
  position: relative;
  padding-bottom: 5rem;
}
.img-slider-wrap .img-slider .figure {
  opacity: 0.6;
  position: relative;
}
.img-slider-wrap .img-slider .figure img {
  width: 100%;
}
.img-slider-wrap .img-slider .figure:hover, .img-slider-wrap .img-slider .figure.swiper-slide-active {
  opacity: 1;
}
.img-slider-wrap .img-slider .tit {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  width: calc(100% - 2rem);
  height: 4.8rem;
  font-size: var(--com-f);
  color: #fff;
  text-align: center;
  line-height: 4.8rem;
  background: rgba(22, 45, 63, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.img-slider-wrap .swiper-pagination {
  bottom: 0 !important;
  left: 50% !important;
  right: auto;
  min-width: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

@media all and (max-width: 64rem) {
  .quality .layout-col {
    flex-direction: column;
  }
  .quality .layout-col .left-tit {
    width: 100%;
  }
  .quality .layout-col .sec-tit {
    margin-bottom: 2rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .quality .teb-wrap .teb {
    width: 15rem;
    height: auto;
  }
  .quality .right-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 7rem 0;
  }
  .quality .right-content .item {
    width: 100%;
    height: auto;
  }
  .quality .right-content .item::after {
    display: block;
    left: 44.5%;
    top: calc(100% + 3rem);
    transform: rotate(90deg) translateX(-50%);
    -webkit-transform: rotate(90deg) translateX(-50%);
    -moz-transform: rotate(90deg) translateX(-50%);
    -ms-transform: rotate(90deg) translateX(-50%);
    -o-transform: rotate(90deg) translateX(-50%);
  }
  .quality .right-content .item:nth-of-type(3n)::after {
    display: block;
  }
  .quality .right-content .item .figure {
    width: 100%;
  }
}
/*
esg */
.esg .sec-tit {
  margin-bottom: 2rem;
}

.esg-wrap {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 10rem auto 0;
  max-width: 90.5rem;
}
.esg-wrap .item {
  margin: 0 auto;
  width: 33%;
  max-width: 27.5rem;
  text-align: center;
}
.esg-wrap .item .tit {
  margin: 4rem 0 0.8rem;
  color: #0B69AB;
  line-height: 1.5;
}
.esg-wrap .item > p {
  color: #555;
  line-height: 1.5;
}

@media all and (max-width: 47.9375rem) {
  .esg-wrap {
    flex-direction: column;
  }
  .esg-wrap .item {
    margin-bottom: 4rem;
    width: 100%;
  }
}
/*
제품 */
.product-view {
  position: relative;
  margin-bottom: 15.7rem;
  width: 100%;
  padding-top: 5rem;
}

.product-tit {
  z-index: 10;
  position: absolute;
  top: 0.8rem;
  font-size: var(--tit-f);
  font-weight: 800;
  font-family: "MPLUS1", sans-serif;
  color: #0B69AB;
}

.product-slider {
  height: 32rem;
}
.product-slider .swiper-slide {
  display: grid;
  grid-template-columns: 1fr minmax(43%, 70rem) 1fr;
  gap: 2rem;
  position: relative;
  height: 100%;
  background-color: #fff;
}
.product-slider .swiper-slide .product-img {
  position: relative;
  padding-bottom: 45.715%;
  height: 0;
}
.product-slider .swiper-slide .product-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-pagination {
  bottom: -5.8rem !important;
}
.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 1rem;
  height: 1rem;
  background-color: #EAF0F3;
  transform-origin: left center;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  transition: width 0.3s 0s;
  -webkit-transition: width 0.3s 0s;
  -moz-transition: width 0.3s 0s;
  -ms-transition: width 0.3s 0s;
  -o-transition: width 0.3s 0s;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 2rem;
  background-color: #0B69AB;
  transition: width 0.3s 0s;
  -webkit-transition: width 0.3s 0s;
  -moz-transition: width 0.3s 0s;
  -ms-transition: width 0.3s 0s;
  -o-transition: width 0.3s 0s;
}

.product-info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  line-height: 1.5;
  color: #555;
}
.product-info.pt-h .desc {
  margin: 11.8rem 0 1.2rem;
}
.product-info .desc {
  margin: 6rem 0 6.2rem;
}
.product-info .product-name {
  margin-bottom: 1.2rem;
  line-height: 1.25;
  font-size: var(--sub-tit);
  font-weight: 700;
}
.product-info dl {
  line-height: 1.5;
  color: #555;
}
.product-info dt {
  font-weight: 700;
}
.product-info .download-btn {
  margin-top: auto;
  padding: 0 2.837rem;
  height: 4.4rem;
  line-height: 4.4rem;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  color: #fff;
  background-color: #0B69AB;
}
.product-info .download-btn .fi {
  margin-left: 0.8rem;
}

.product-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 1fr));
  gap: 2rem;
}
.product-list li.active .figure {
  box-sizing: content-box;
  border: 2px solid #0B69AB;
}
.product-list li.active .p-name {
  color: #0B69AB;
}
.product-list .figure {
  position: relative;
  margin-bottom: 1.2rem;
  padding: 2.4rem 2.4rem 61.18%;
  border: 1px solid #EAF0F3;
}
.product-list .figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 65.3125%;
}
.product-list .p-name {
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  word-break: keep-all;
}
.product-list.sub-list li .figure {
  padding-bottom: 56.475%;
  height: 0;
}

.panel-name {
  font-weight: 700;
  color: #0B69AB;
}

.img-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin: 2.4rem 0;
}
.img-list .figure {
  opacity: 0;
  position: relative;
  padding: 2.4rem 2.4rem 56.475%;
  border: 1px solid #EAF0F3;
}
.img-list .figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  max-width: 73.8%;
}
.img-list .figure.active {
  opacity: 1;
  transition: opacity 0.2s 0.1s;
  -webkit-transition: opacity 0.2s 0.1s;
  -moz-transition: opacity 0.2s 0.1s;
  -ms-transition: opacity 0.2s 0.1s;
  -o-transition: opacity 0.2s 0.1s;
}

.medical .product-list .figure img {
  width: 83.235%;
}
.medical .swiper-pagination-bullet-active {
  display: inline-block;
}

@media all and (max-width: 85.375rem) {
  .product-slider .swiper-slide {
    grid-template-columns: 1fr minmax(43%, 70rem);
    gap: 2rem;
  }
  .swiper-pagination {
    right: 0;
    left: auto !important;
    width: 70rem !important;
    min-width: 43%;
  }
}
@media all and (max-width: 64rem) {
  .product-slider .swiper-slide {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .product-slider .swiper-slide .product-img {
    padding-bottom: 72%;
  }
  .product-info.pt-h .desc {
    margin: 4.8rem 0 6.2rem;
  }
  .swiper-pagination {
    width: 50% !important;
  }
}
@media all and (max-width: 63.9375rem) {
  .swiper-pagination {
    width: 50% !important;
  }
}
@media all and (max-width: 47.9375rem) {
  .product-view {
    margin-bottom: 10.7rem;
  }
  .product-slider {
    height: auto;
  }
  .product-slider .swiper-slide {
    grid-template-columns: 1fr;
    height: 100%;
  }
  .product-slider .swiper-slide .product-info {
    margin-bottom: 2rem;
  }
  .product-slider .swiper-slide .product-img {
    padding: 2rem 4rem;
    height: 32rem;
  }
  .product-slider .swiper-slide .product-img img {
    max-width: 80%;
  }
  .swiper-pagination {
    left: 0;
    right: auto;
    bottom: -2.8rem !important;
    width: 100% !important;
  }
  .product-list {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    gap: 1rem;
  }
  .product-list .figure {
    padding: 1.2rem 1.2rem 61.18%;
  }
  .img-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
/*
공지사항 */
/* 검색 */
.search-wrap {
  display: flex;
  justify-content: flex-start;
  font-size: var(--com-f);
  font-weight: 500;
}
.search-wrap .search-btn {
  position: relative;
}
.search-wrap .search-btn::after {
  position: absolute;
  content: "검색하기";
  text-indent: -9999px;
}
.search-wrap .search-btn::before {
  padding-right: 0.8rem;
  content: "\e800";
  font-size: 1.3em;
  font-family: "fontello";
  color: #555;
}
.search-wrap .search-group {
  display: flex;
  justify-content: flex-start;
  margin-left: 0.5rem;
  flex: 1 1 0;
}
.search-wrap .search-group input {
  width: 100%;
  font-size: inherit;
  color: #ACACAC;
}
.search-wrap .select {
  position: relative;
}
.search-wrap .select select {
  padding: 0.5rem 2rem 0.5rem 1rem;
  width: 100%;
  font-size: inherit;
  font-weight: 500;
  color: #555;
  border: 0 none;
}
.search-wrap .select::before {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  font-family: "fontello";
  font-size: 1.2em;
  transform-origin: center 10%;
  content: "\e803";
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0;
  -webkit-transition: transform 0.3s 0;
  -moz-transition: transform 0.3s 0;
  -ms-transition: transform 0.3s 0;
  -o-transition: transform 0.3s 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.search-wrap .select.active::before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0;
  -webkit-transition: transform 0.3s 0;
  -moz-transition: transform 0.3s 0;
  -ms-transition: transform 0.3s 0;
  -o-transition: transform 0.3s 0;
}

.list-header {
  z-index: 10;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.list-header .list-tit {
  line-height: 1.25;
  font-size: var(--sub-tit);
}
.list-header .select {
  min-width: 14rem;
  border-bottom: 1px solid #555;
}
.list-header .select select {
  outline: 0 none;
  padding: 0.5rem 0.8rem 1rem 0.8rem;
}
.list-header .search-group {
  padding: 0.5rem 0.8rem 1rem 0.8rem;
  border-bottom: 1px solid #555;
}

.table-list {
  width: 100%;
}
.table-list .noti-flag {
  white-space: nowrap;
}
.table-list .noti-flag > span {
  padding: 0.5rem 1.5rem;
  font-size: 1.2rem;
  color: #fff;
  background-color: #005807;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}
.table-list table {
  margin: 6rem auto;
  width: 100%;
}
.table-list thead tr {
  border-top: 2px solid #0B69AB;
}
.table-list thead th {
  font-weight: 700;
}
.table-list .col-1,
.table-list .col-3,
.table-list .col-4 {
  width: 10%;
}
.table-list tbody td {
  color: #555;
}
.table-list tbody .tit {
  font-weight: 500;
  color: #1C1C1C;
}
.table-list tr {
  border-bottom: 1px solid #EAF0F3;
}
.table-list th,
.table-list td {
  position: relative;
  padding: 0.8rem 1rem;
  height: 5rem;
  vertical-align: middle;
  text-align: center;
}
.table-list th .tit,
.table-list td .tit {
  text-align: left;
}
.table-list th:not(:last-child)::after,
.table-list td:not(:last-child)::after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 3rem;
  content: "";
  background-color: var(--line-1);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.table-list a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}
.table-list a > span {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-list a:hover {
  -webkit-text-decoration: underline rgba(204, 204, 204, 0.6);
          text-decoration: underline rgba(204, 204, 204, 0.6);
  text-underline-offset: 0.5rem;
}
.table-list .list-download-icon {
  margin-left: 0.8rem;
}

@media all and (max-width: 64rem) {
  .table-list .col-3 {
    width: 20%;
  }
  .table-list .col-2 {
    width: 50%;
  }
}
@media all and (max-width: 63.9375rem) {
  .table-list .reply-icon .tit > a::after {
    width: 1.6rem;
    height: 1.6rem;
  }
  .table-list .list-download-icon img {
    width: 1.6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .list-header {
    flex-wrap: wrap;
    gap: 2rem;
  }
  .table-list a > span {
    padding: 0;
  }
  .table-list table {
    margin-top: 4rem;
  }
  .table-list tbody td {
    padding: 0 1rem;
    height: 3rem;
    line-height: 3rem;
  }
  .table-list a,
  .table-list .attach-down .tit {
    justify-content: flex-start;
  }
  .table-list .noti-flag > span {
    padding: 0 0.7rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1rem;
  }
  .table-list .reply-flag .tit span::after {
    padding: 0 1rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1rem;
  }
  .table-list .table {
    margin-bottom: 4rem;
  }
  .table-list .table colgroup {
    display: none;
  }
  .table-list .table thead tr {
    display: flex;
    justify-content: flex-start;
  }
  .table-list .table thead th {
    font-size: 1.4rem;
  }
  .table-list .table thead th:nth-of-type(2)::after {
    display: none;
  }
  .table-list .table thead th .num {
    width: 15%;
  }
  .table-list .table thead th .tit {
    width: 85%;
  }
  .table-list .table thead .date,
  .table-list .table thead .view {
    display: none;
  }
  .table-list .table thead .num {
    width: 15%;
  }
  .table-list .table thead .tit {
    width: 85%;
  }
  .table-list .table thead .num,
  .table-list .table thead .tit {
    line-height: 3.5rem;
  }
  .table-list .table tbody tr {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
  }
  .table-list .table tbody a {
    display: flex;
    justify-content: flex-start;
  }
  .table-list .table tbody .num,
  .table-list .table tbody .noti-flag {
    width: 15%;
  }
  .table-list .table tbody .num::after,
  .table-list .table tbody .noti-flag::after {
    height: 1.5rem;
  }
  .table-list .table tbody .tit {
    width: 85%;
    text-align: left;
  }
  .table-list .table tbody .tit::after {
    display: none;
  }
  .table-list .table tbody .date,
  .table-list .table tbody .view {
    position: relative;
    font-size: 1.2rem;
  }
  .table-list .table tbody .date {
    margin-left: auto;
  }
  .table-list .table tbody .date::before {
    content: "작성일: ";
  }
  .table-list .table tbody .date::after {
    display: none;
  }
  .table-list .table tbody .view {
    width: 11rem;
  }
  .table-list .table tbody .view::before {
    content: "조회수 : ";
  }
}
/*
Press Release */
.thumb-list.type-2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 44rem));
  gap: 5rem;
  margin: 6rem 0;
}
.thumb-list.type-2 .list-item a {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}
.thumb-list.type-2 .list-item .img-box {
  overflow: hidden;
  position: relative;
  padding-bottom: 61.367%;
  width: 100%;
  height: 0;
  font-size: 0;
}
.thumb-list.type-2 .list-item .img-box img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.thumb-list.type-2 .list-item .txt-box {
  padding-bottom: 4rem;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #EAF0F3;
}
.thumb-list.type-2 .list-item .tit {
  margin: 4rem 0 2rem;
  padding: 0 2.9rem;
  font-size: 1.8rem;
  font-weight: 600;
  display: -webkit-box;
  overflow: hidden;
  height: 5.6rem;
  line-height: 155.556%;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.thumb-list.type-2 .list-item .date {
  padding: 0 3rem;
  color: #1C1C1C;
  line-height: 1.5;
}

@media all and (max-width: 63.9375rem) {
  .thumb-list.type-2 {
    grid-template-columns: repeat(3, minmax(auto, 34rem));
    gap: 2.5rem;
  }
  .thumb-list.type-2 .list-item .txt-box {
    padding-bottom: 2rem;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #EAF0F3;
  }
  .thumb-list.type-2 .list-item .tit {
    margin: 2rem 0 2rem;
    padding: 0 1rem;
    font-size: var(--com-f);
    display: -webkit-box;
    overflow: hidden;
    height: 4rem;
    line-height: 155.556%;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media all and (max-width: 47.9375rem) {
  .thumb-list.type-2 {
    grid-template-columns: repeat(2, minmax(auto, 34rem));
    gap: 1.5rem;
  }
}
/*
페이지네이션*/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination a {
  font-size: var(--sm-f);
}
.pagination .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 0.3rem;
  padding: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}
.pagination .btn::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-size: 1.5em;
  font-weight: 100;
  font-family: "fontello";
  color: #0B69AB;
}
.pagination .btn::after {
  text-indent: -99999px;
}
.pagination .btn:hover {
  opacity: 1;
}
.pagination .prev-btn::before {
  content: "\f104";
}
.pagination .prev-btn::after {
  content: "이전페이지";
}
.pagination .next-btn::before {
  content: "\f105";
}
.pagination .next-btn::after {
  content: "다음페이지";
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
.pagination ul li {
  margin: 0 0.5rem;
}
.pagination ul li a {
  display: block;
  padding: 0 0.5rem;
  min-width: 3rem;
  width: -moz-fit-content;
  width: fit-content;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  font-weight: 700;
  color: #ACACAC;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}
.pagination ul li.active a {
  color: #fff !important;
  font-weight: 800;
  background-color: #0077CF;
}

@media all and (max-width: 47.9375rem) {
  .pagination .btn {
    text-align: center;
  }
  .pagination .btn img {
    height: 0.8rem;
  }
  .pagination ul {
    font-size: 1.3rem;
  }
}
/*
뷰페이지 */
.view-wrap .view-header {
  padding: 2.4rem 1.2rem;
  line-height: 1.5;
  border-top: 2px solid var(--main, #0B69AB);
  border-bottom: 1px solid #EAF0F3;
}
.view-wrap .view-header .subject {
  margin-bottom: 1.2rem;
  font-size: 2rem;
}
.view-wrap .view-header .content-info > span {
  display: inline-block;
  position: relative;
  margin-right: 1.2rem;
  padding-right: 1.2rem;
}
.view-wrap .view-header .content-info > span:not(:last-child)::after {
  position: absolute;
  right: -0.5rem;
  top: 50%;
  width: 1px;
  height: 55%;
  content: "";
  background-color: #000;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.view-body {
  padding: 2.4rem 1.2rem 1.2rem;
  line-height: 1.5;
  border-bottom: 1px solid #EAF0F3;
}
.view-body > * {
  margin-bottom: 1.2rem;
}
.view-body th,
.view-body td {
  vertical-align: middle;
}
.view-body .view-video {
  position: relative;
  margin: 1.2rem auto;
  padding-bottom: 39%;
  width: 80%;
  max-width: 120rem;
  height: 0;
}
.view-body .view-video > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.view-body .view-img {
  margin: 1.2rem 0;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  font-size: 0;
}
.view-body .view-img img {
  -o-object-position: center;
     object-position: center;
}

.view-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
}

.download-box {
  padding: 0.85rem 1.2rem;
  border-bottom: 1px solid #EAF0F3;
}
.download-box > a {
  display: inline-flex;
  align-items: center;
}
.download-box > a:hover {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}
.download-box .file-tit {
  margin-right: 0.8rem;
  color: #555;
}

.view-bottom-list {
  margin: 6rem 0 0;
  border-top: 1px solid #EAF0F3;
}
.view-bottom-list > li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #EAF0F3;
}
.view-bottom-list > li > * {
  padding: 1.2rem;
}
.view-bottom-list > li .tit {
  overflow: hidden;
  line-height: 1.5;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.view-bottom-list .first-box {
  text-align: center;
  color: #555;
}
.view-bottom-list .fi {
  position: relative;
  padding-right: 2rem;
}
.view-bottom-list .fi::before {
  position: absolute;
  right: 0;
  font-family: "fontello";
}
.view-bottom-list .fi.prev::before {
  content: "\f106";
}
.view-bottom-list .fi.next::before {
  content: "\f107";
}
.view-bottom-list .sm-box {
  width: 10%;
  min-width: -moz-fit-content;
  min-width: fit-content;
  white-space: nowrap;
}
.view-bottom-list .flex-1 {
  flex: 1 1 0;
}

.return-list-btn {
  padding: 1rem 3rem;
  line-height: 1.5;
  color: #fff;
  background-color: #0B69AB;
}

@media all and (min-width: 120.0625rem) {
  .view-body .view-video {
    max-width: 70%;
  }
}
@media all and (max-width: 47.9375rem) {
  .view-bottom-list {
    margin: 4rem 0;
  }
}