@charset "UTF-8";
/* 인풋스타일*/
input::-moz-placeholder {
  font-size: inherit;
}
input::placeholder {
  font-size: inherit;
}

/*
공통 */
.visual-tit,
.visual-desc,
.sec-tit,
.sec-tit-desc,
.sec-desc,
.organization-chart,
.quality-list,
.sorting-wrap,
.search-view > .search-wrap,
.list-wrap,
.thumb-list,
.link-item,
.search-list li,
.icon-card,
.row-card,
.tab-wrap,
.panel-wrap,
.accordion-wrap,
.news-list li,
.form-wrap,
.map-wrap,
.direction .company-info,
.view-wrap,
.pagination-wrap {
  opacity: 0;
}

/*
헤더 스크롤 */
.header-wrap.scroll {
  color: #1B1D20;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: background-color 0.6s 0s;
  -webkit-transition: background-color 0.6s, 0s;
  -moz-transition: background-color 0.6s, 0s;
  -ms-transition: background-color 0.6s, 0s;
  -o-transition: background-color 0.6s, 0s;
}
.header-wrap.scroll .search-open-btn img {
  content: url("../img/icon/search-icon.svg");
}
.header-wrap.scroll .search-open-btn::after {
  background-color: #555;
}
.header-wrap.scroll .logo img {
  content: url("http://yuchang2.cdn1.cafe24.com/img/common/logo-h.png");
}
.header-wrap.scroll .lang .icon img {
  content: url("../img/icon/lan-icon.svg");
}
.header-wrap.n-visu {
  color: #1B1D20;
}
.header-wrap.n-visu .search-open-btn img {
  content: url("../img/icon/search-icon.svg");
}
.header-wrap.n-visu .search-open-btn::after {
  background-color: #555;
}
.header-wrap.n-visu .logo img {
  content: url("http://yuchang2.cdn1.cafe24.com/img/common/logo-h.png");
}
.header-wrap.n-visu .lang .icon img {
  content: url("../img/icon/lan-icon.svg");
}

.mobile-btn.n-visu > span {
  background-color: #1B1D20;
}

@media all and (max-width: 63.9375rem) {
  .header-wrap.scroll .mobile-btn span {
    background-color: #555;
    transition: background-color 0.3s 0s;
    -webkit-transition: background-color 0.3s, 0s;
    -moz-transition: background-color 0.3s, 0s;
    -ms-transition: background-color 0.3s, 0s;
    -o-transition: background-color 0.3s, 0s;
  }
}
/* 비주얼 */
.visual {
  padding-top: 20rem;
  width: 100%;
  height: 55.4rem;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.visual .visual-tit {
  margin-bottom: 4rem;
  font-size: var(--visu-f);
  font-weight: 800;
  line-height: 1.25;
}
.visual .visual-desc {
  opacity: 0;
  line-height: 1.5;
}
.visual .visual-desc.aos-animate {
  opacity: 0.8 !important;
}
.visual.about {
  background-image: url("http://yuchang2.cdn1.cafe24.com/img/sub/about/visual.jpg");
}
.visual.contact {
  background-image: url("http://yuchang2.cdn1.cafe24.com/img/sub/contact/visual.jpg");
}
.visual.quality {
  background-image: url("http://yuchang2.cdn1.cafe24.com/img/sub/quality/visual.jpg");
}
.visual.product-1 {
  background-image: url("http://yuchang2.cdn1.cafe24.com/img/sub/product/visual-1.jpg");
}
.visual.product-2 {
  background-image: url("http://yuchang2.cdn1.cafe24.com/img/sub/product/visual-2.jpg");
}
.visual.product-3 {
  background-image: url("http://yuchang2.cdn1.cafe24.com/img/sub/product/visual-3.jpg");
}
.visual.product-4 {
  background-image: url("http://yuchang2.cdn1.cafe24.com/img/sub/product/visual-4.jpg");
}
.visual.product-5 {
  background-image: url("http://yuchang2.cdn1.cafe24.com/img/sub/product/visual-5.jpg");
}

/* 서브 네비 */
.sub-nav-wrap {
  overflow-x: auto;
  padding: 0 2rem;
  width: 100%;
  height: 10rem;
  border-bottom: 1px solid #E7E7E7;
}
.sub-nav-wrap::-webkit-scrollbar {
  height: 0;
}
.sub-nav-wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.sub-nav-wrap li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  font-weight: 500;
}
.sub-nav-wrap li > a {
  padding: 1rem 0;
  white-space: nowrap;
}
.sub-nav-wrap li > a::after {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  content: "";
  background-color: #E41C37;
}
.sub-nav-wrap li > a:hover, .sub-nav-wrap li > a:focus {
  font-weight: 600;
  color: #E41C37;
}
.sub-nav-wrap li > a:hover::after, .sub-nav-wrap li > a:focus::after {
  display: block;
}
.sub-nav-wrap li.active > a {
  font-weight: 600;
  color: #E41C37;
}
.sub-nav-wrap li.active > a::after {
  display: block;
}

.section {
  margin: 14rem 0;
}

.sec-tit-wrap {
  margin: 0 auto 8rem;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.sec-tit-wrap.type-02 {
  margin-bottom: 4rem;
}
.sec-tit-wrap.type-02 .sec-tit {
  margin-bottom: 1.2rem;
}
.sec-tit-wrap.type-02 .sec-tit-desc {
  font-size: var(--md-f);
}

.sec-tit {
  margin-bottom: 4rem;
  font-size: var(--tit-f);
  font-weight: 700;
  line-height: 1.25;
}

.sec-tit-desc {
  font-size: var(--lg-f);
  color: #555;
  line-height: 1.5;
}
.sec-tit-desc.sm {
  font-size: var(--com-f);
}
.sec-tit-desc.sm > p:not(:last-child) {
  margin-bottom: 1.2rem;
}

.sec-desc {
  color: #555;
  line-height: 1.5;
}

@media all and (max-width: 64rem) {
  .sub-nav-wrap ul {
    gap: 3rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .visual {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
    height: 40rem;
  }
  .sub-nav-wrap {
    height: 7rem;
  }
  .section {
    margin: 8rem 0;
  }
}
@media all and (max-width: 36rem) {
  .sec-tit-wrap {
    margin-bottom: 4rem;
  }
  .sub-nav-wrap ul {
    gap: 2rem;
  }
}
/*
테이블 */
.table {
  width: 100%;
  text-align: center;
  line-height: 1.5;
}
.table th,
.table td {
  vertical-align: middle;
  border-left: 1px solid #E7E7E7;
}
.table thead {
  background-color: #FFFAFB;
  color: #E41C37;
  line-height: 1.5;
  border-bottom: 1px solid #E7E7E7;
}
.table thead th {
  padding: 2.375rem 2.4rem;
}
.table thead th:first-child {
  border-left: 0 none;
}
.table tbody tr {
  border-bottom: 1px solid #E7E7E7;
}
.table tbody th {
  border-left: 0 none;
}
.table tbody th,
.table tbody td {
  padding: 1.75rem 2.4rem;
}
.table tbody td {
  color: #555;
}

@media all and (max-width: 63.9375rem) {
  .table thead th {
    padding: 1.2rem;
  }
  .table tbody th,
  .table tbody td {
    padding: 1.2rem 1.2rem;
  }
}
/*
탭 */
.tab-wrap {
  overflow-x: auto;
}
.tab-wrap::-webkit-scrollbar {
  height: 0;
}

/*
인사말 */
.greeting .sec-tit-wrap {
  margin-bottom: 4rem;
}
.greeting .sec-tit-desc {
  font-weight: 700;
  color: #000;
}
.greeting .sec-desc {
  text-align: center;
}
.greeting .sec-desc p:not(:last-child) {
  margin-bottom: 1.2rem;
}
.greeting .bg-img {
  font-size: 0;
}
.greeting .bg-img img {
  width: 100%;
}

@media all and (max-width: 63.9375rem) {
  .greeting .bg-img {
    overflow: hidden;
    width: 100%;
    height: 20rem;
  }
  .greeting .bg-img img {
    height: 100%;
    -o-object-position: left bottom;
       object-position: left bottom;
  }
}
/*
연혁 */
.history .sec-tit-desc {
  color: #000;
}
.history .tab-wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(16rem, calc((100% - 3.6rem) / 4)));
  gap: 1.2rem;
  margin: 4rem 0 8rem;
}
.history .tab-wrap .tab {
  display: block;
  padding: 2.215rem 2.4rem;
  width: 100%;
  text-align: center;
  font-size: var(--com-f);
  color: #555;
  line-height: 1.54;
  border: 1px solid #E7E7E7;
  white-space: nowrap;
}
.history .tab-wrap .tab.active {
  font-weight: 600;
  color: #E41C37;
  border: 2px solid #E41C37;
}
.history .his-card {
  display: flex;
  justify-content: flex-start;
  gap: 2.4rem;
}
.history .his-card .img-box {
  overflow: hidden;
  padding-bottom: 20.139%;
  width: 32.3%;
  max-width: 46.4rem;
  height: 0;
  background: url("http://yuchang2.cdn1.cafe24.com/img/sub/about/his-1.jpg") center no-repeat;
}
.history .year-list {
  flex: 1 1 0;
}
.history .year-list > li {
  display: flex;
  justify-content: flex-start;
  gap: 4.8rem;
  padding: 2.4rem;
  line-height: 1.5;
  border-top: 1px solid #E7E7E7;
}
.history .year-list > li:last-child {
  border-bottom: 1px solid #E7E7E7;
}
.history .year-list .year {
  font-size: var(--lg-f);
}
.history .year-list .month-list li:not(:last-child) {
  margin-bottom: 1.2rem;
}
.history .year-list dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2.4rem;
  margin: 0.4rem 0;
}
.history .year-list dl dt {
  font-weight: 600;
}
.history .year-list dl dd {
  color: #555;
}

@media all and (max-width: 64rem) {
  .history .tab-wrap .tab {
    padding: 1.2rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .history .year-list > li {
    flex-direction: column;
    gap: 1.4rem;
    padding: 1.2rem;
  }
  .history .year-list dl {
    align-items: flex-start;
  }
}
@media all and (max-width: 36rem) {
  .history .his-card {
    flex-direction: column;
  }
  .history .his-card .img-box {
    padding-bottom: 40%;
    width: 100%;
  }
}
/* 조직도 */
.organization-chart-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 119.6rem;
}

.organization-chart {
  position: relative;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  font-family: "SUIT", sans-serif;
}
.organization-chart::after {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 40rem;
  content: "";
  background-color: #E7E7E7;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.organization-chart li {
  z-index: 1;
  position: relative;
}
.organization-chart li div {
  margin: 0 auto;
  padding: 1.8rem 2.4rem;
  width: 22rem;
  text-align: center;
  font-size: var(--com-f);
  font-weight: 700;
  line-height: 1.5;
}
.organization-chart .chart-dep1 {
  position: relative;
  margin: 4.8rem auto;
}
.organization-chart .chart-dep1 > div {
  z-index: 1;
  position: relative;
  color: #fff;
  background-color: #AA0A20;
}
.organization-chart .chart-dep1:nth-of-type(2) {
  padding-bottom: 12.8rem;
}
.organization-chart .chart-dep1:nth-of-type(2)::after {
  position: absolute;
  top: -2.4rem;
  left: 50%;
  width: 20rem;
  height: 1px;
  content: "";
  background-color: #E7E7E7;
}
.organization-chart .chart-dep2 {
  position: absolute;
  top: 4rem;
  padding: 0 0 0 calc(50% + 15.8rem);
}
.organization-chart .chart-dep2 > ul {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}
.organization-chart .chart-dep2 > ul li {
  color: #E41C37;
  background-color: #FFFAFB;
  border: 1px solid #E7E7E7;
}
.organization-chart .chart-dep2 > ul li:first-child {
  color: #fff;
  background-color: #E41C37;
  border: 0 none;
}
.organization-chart .chart-dep3 {
  position: relative;
  padding-top: 4.8rem;
}
.organization-chart .chart-dep3::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 22rem);
  height: 1px;
  content: "";
  background-color: #E7E7E7;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.organization-chart .chart-dep3 > ul {
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
}
.organization-chart .chart-dep3 > ul > li {
  position: relative;
  margin-bottom: 0;
}
.organization-chart .chart-dep3 > ul > li::before {
  position: absolute;
  top: -4.8rem;
  left: 50%;
  width: 1px;
  height: 4.8rem;
  content: "";
  background-color: #E7E7E7;
}
.organization-chart .chart-dep3 > ul > li:nth-of-type(3)::before {
  display: none;
}
.organization-chart .chart-dep3 > ul > li > div {
  color: #fff;
  background-color: #E41C37;
}
.organization-chart .chart-dep3 > ul > li ul li {
  margin: 1.2rem 0 0;
  color: #E41C37;
}
.organization-chart .chart-dep3 > ul > li ul li:last-child {
  padding-bottom: 0;
}
.organization-chart .chart-dep3 > ul > li ul div {
  background-color: #FFFAFB;
  border: 1px solid #E7E7E7;
}

@media all and (max-width: 64rem) {
  .organization-chart li div {
    padding: 1rem;
    width: 16rem;
  }
  .organization-chart .chart-dep1:nth-of-type(2) {
    padding-bottom: 10.8rem;
  }
  .organization-chart .chart-dep3::before {
    width: calc(100% - 16rem);
  }
  .organization-chart .chart-dep3 > ul {
    gap: 1rem;
  }
  .organization-chart .chart-dep3 > ul > li::before {
    display: none;
  }
}
@media all and (max-width: 63.9375rem) {
  .organization-chart::after {
    height: calc(100% - 4.6rem);
  }
  .organization-chart .chart-dep1:nth-of-type(2) {
    padding-bottom: 4.8rem;
  }
  .organization-chart .chart-dep3::before {
    display: none;
  }
  .organization-chart .chart-dep3 > ul {
    flex-direction: column;
    gap: 0;
  }
  .organization-chart .chart-dep3 > ul > li {
    margin-bottom: 4.8rem;
  }
  .organization-chart .chart-dep3 > ul > li:last-child {
    margin-bottom: 0;
  }
}
@media all and (max-width: 36rem) {
  .organization-chart li div {
    width: 100%;
  }
  .organization-chart::after {
    height: calc(100% - 4.6rem);
  }
  .organization-chart .chart-dep1:nth-of-type(2) {
    padding-bottom: 0;
  }
  .organization-chart .chart-dep1:nth-of-type(2)::after {
    display: none;
  }
  .organization-chart .chart-dep2 {
    position: relative;
    top: 0;
    padding-left: 0;
  }
}
/*
 주요실적 */
.accordion-wrap {
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}

.accordion {
  border-bottom: 1px solid #E7E7E7;
}
.accordion .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.4rem;
  color: #E41C37;
  line-height: 1.5;
  background-color: #fff;
  transition: background-color 0.3s 0.3s;
  -webkit-transition: background-color 0.3s, 0.3s;
  -moz-transition: background-color 0.3s, 0.3s;
  -ms-transition: background-color 0.3s, 0.3s;
  -o-transition: background-color 0.3s, 0.3s;
}
.accordion .accordion-header .acc-tit {
  font-size: var(--lg-f);
  font-weight: 700;
}
.accordion .accordion-header .acc-open-btn {
  width: 2.4rem;
  height: 2.4rem;
  font-size: var(--tit-f);
  color: inherit;
  line-height: 2.4rem;
}
.accordion .accordion-header .acc-open-btn::after {
  content: "+";
}
.accordion.active {
  padding-bottom: 8rem;
}
.accordion.active .accordion-header {
  color: #fff;
  background-color: #E41C37;
  transition: background-color 0.3s 0;
  -webkit-transition: background-color 0.3s, 0;
  -moz-transition: background-color 0.3s, 0;
  -ms-transition: background-color 0.3s, 0;
  -o-transition: background-color 0.3s, 0;
}
.accordion.active .accordion-header .acc-open-btn::after {
  font-size: 1.5em;
  font-weight: 300;
  content: "-";
}

.acc-body {
  display: none;
}

.sale-table {
  width: 100%;
}
.sale-table col:nth-of-type(2) {
  width: 60%;
}
.sale-table thead {
  background-color: #FFFAFB;
}
.sale-table tbody th {
  font-weight: 600;
}

/*
오시는 길 */
.map-wrap {
  margin: 8rem 0;
}
.map-wrap iframe {
  width: 100% !important;
  height: 50rem;
}

.direction .company-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2.4rem;
  padding: 2.4rem;
  color: #555;
  line-height: 1.5;
  border-top: 1px solid #E7E7E7;
}
.direction .company-info:last-child {
  border-bottom: 1px solid #E7E7E7;
}
.direction .company-info dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2.4rem;
  white-space: nowrap;
  width: 15rem;
  font-weight: 600;
  color: #000;
}
.direction .company-info .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 3.8rem;
  min-height: 3.8rem;
  background-color: #E41C37;
  border-radius: 3.8rem;
  -webkit-border-radius: 3.8rem;
  -moz-border-radius: 3.8rem;
  -ms-border-radius: 3.8rem;
  -o-border-radius: 3.8rem;
}

@media all and (max-width: 36rem) {
  .map-wrap {
    margin: 4rem 0;
  }
  .direction .company-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    padding: 1.2rem;
  }
  .direction .company-info dt {
    gap: 1.2rem;
  }
  .direction .company-info .icon {
    min-width: 3rem;
    min-height: 3rem;
  }
  .direction .company-info .icon svg {
    width: 1.4rem !important;
    height: 1.4rem !important;
  }
}
/*
제품 */
.link-box-wrap {
  margin: 8rem auto 0;
  display: grid;
  width: -moz-fit-content;
  width: fit-content;
}
.link-box-wrap.col-1 {
  grid-template-columns: minmax(auto, 46.4rem);
}
.link-box-wrap.col-2 {
  grid-template-columns: repeat(2, minmax(calc((100% - 2.4rem) / 2), 46.4rem));
  gap: 0 2.4rem;
}
.link-box-wrap .link-item {
  text-align: center;
  line-height: 1.5;
  border: 1px solid #E7E7E7;
}
.link-box-wrap .link-item > a {
  display: grid;
  padding-bottom: 2.4rem;
  height: 100%;
}
.link-box-wrap .link-item .figure {
  overflow: hidden;
  position: relative;
  margin-bottom: 2.4rem;
  padding-bottom: 62.771%;
  width: 100%;
  height: 0;
  font-size: 0;
}
.link-box-wrap .link-item .figure img {
  position: absolute;
  left: 0;
  top: 0;
}
.link-box-wrap .link-item .link-tit {
  margin-bottom: 0.4rem;
}
.link-box-wrap .link-item .link-desc {
  font-size: var(--md-f);
  color: #555;
}

@media all and (max-width: 36rem) {
  .link-box-wrap {
    margin: 8rem auto 0;
    width: 100%;
  }
  .link-box-wrap.col-1 {
    grid-template-columns: 1fr;
  }
  .link-box-wrap.col-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem 0;
  }
}
/*
제품 뷰 */
.row-card {
  margin: 8rem 0;
  display: flex;
  justify-content: space-between;
  height: 44.2rem;
}
.row-card .figure {
  overflow: hidden;
  position: relative;
  width: 49.2%;
  max-width: 70.8rem;
  border: 1px solid #E7E7E7;
}
.row-card .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: 100%;
  height: auto;
}
.row-card .txt-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1 1 0;
  padding: 2rem 4.8rem;
  height: 100%;
}
.row-card .txt-wrap .card-header {
  margin-bottom: 4.8rem;
}
.row-card .txt-wrap .card-tit {
  margin-bottom: 1.2rem;
  font-size: var(--tit-f);
  line-height: 1.25;
}
.row-card .txt-wrap .card-h-desc {
  font-size: var(--md-f);
  color: #E41C37;
  line-height: 1.5;
}
.row-card .txt-wrap .card-desc {
  color: #555;
  line-height: 1.5;
}
.row-card .txt-wrap .download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  margin-top: auto;
  padding: 2rem 2.4rem;
  width: 18rem;
  height: 6.4rem;
  font-size: var(--md-f);
  font-weight: 600;
  color: #555;
  line-height: 1.5;
  border: 1px solid #555;
}
.row-card .txt-wrap .download-btn:hover {
  color: #fff;
  background-color: #E41C37;
  border: 1px solid #E41C37;
}
.row-card .txt-wrap .download-btn:hover .icon {
  content: url("/static/img/icon/download-wh.svg");
}

.pr-view .tab-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, calc((100% - 2.4rem) / 3)));
  gap: 1.2rem;
  margin: 4rem 0 8rem;
}
.pr-view .tab-wrap .tab {
  display: block;
  padding: 1.865rem 2.4rem;
  width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
  text-align: center;
  font-size: var(--com-f);
  color: #555;
  line-height: 1.54;
  border: 1px solid #E7E7E7;
  white-space: nowrap;
}
.pr-view .tab-wrap .tab.active {
  font-weight: 600;
  color: #fff;
  background-color: #E41C37;
}

.panel {
  display: none;
}
.panel .pro-card {
  display: flex;
  justify-content: flex-start;
  gap: 4.8rem;
  padding: 2.4rem;
  line-height: 1.5;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}
.panel .pro-card > dt {
  width: 10rem;
  min-width: 10rem;
}
.panel .pro-card > dd {
  color: #555;
}
.panel .pro-card > dd.inner-card {
  display: flex;
  justify-content: flex-start;
  gap: 4.8rem;
}
.panel .pro-card > dd .bar {
  position: relative;
  padding-left: 1.5rem;
}
.panel .pro-card > dd .bar::before {
  position: absolute;
  left: 0;
  content: "-";
}
.panel .pro-card > dd .figure {
  border: 1px solid #E7E7E7;
}
.panel .pro-table {
  overflow-x: auto;
  width: 100%;
  border-top: 1px solid #E41C37;
  border-bottom: 1px solid #E7E7E7;
}
.panel .pro-table::-webkit-scrollbar {
  width: 1rem;
  height: 1rem;
}
.panel .pro-table::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.panel .pro-table .col-6 {
  width: 16.6666666667%;
}
.panel .pro-table .col-7 {
  width: 14.2857142857%;
}
.panel .pro-table .col-8 {
  width: 15%;
}
.panel .pro-table .col-8-s {
  width: 11.6666666667%;
}
.panel .pro-table .table {
  min-width: 70rem;
}
.panel .pro-table thead th {
  border-bottom: 1px solid #E7E7E7;
}
.panel .pro-table tbody th,
.panel .pro-table tbody td {
  font-weight: 400;
}

.heat-resistant .pro-table tbody td:first-child {
  border-left: 0 none;
}

.num-list {
  counter-reset: num;
}
.num-list li {
  position: relative;
  padding-left: 2.4rem;
}
.num-list li::before {
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 1.7rem;
  height: 1.7rem;
  counter-increment: num;
  content: counter(num);
  text-align: center;
  font-size: 0.8em;
  line-height: 1.6rem;
  border: 1px solid #555;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}

@media all and (max-width: 64rem) {
  .row-card .txt-wrap {
    padding: 2.4rem;
  }
  .row-card .txt-wrap .download-btn {
    padding: 1.2rem;
    width: 15rem;
    height: 5rem;
  }
  .pr-view .tab-wrap .tab {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.2rem;
  }
  .panel .pro-card > dd.inner-card {
    gap: 2.4rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .pr-view .tab-wrap .tab {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .panel .pro-card > dd.inner-card {
    flex-direction: column;
  }
}
@media all and (max-width: 36rem) {
  .row-card {
    flex-direction: column;
    gap: 2.4rem 0;
    margin: 4rem 0;
    height: auto;
  }
  .row-card .figure {
    width: 100%;
    height: 25rem;
  }
  .row-card .txt-wrap {
    padding: 0;
    height: auto;
  }
  .row-card .txt-wrap .card-header {
    margin-bottom: 2.4rem;
  }
  .row-card .txt-wrap .card-desc {
    margin-bottom: 4rem;
  }
  .row-card .txt-wrap .download-btn {
    width: 14rem;
    height: 4rem;
  }
  .pr-view .tab-wrap {
    display: flex;
    justify-content: flex-start;
    margin: 4rem 0;
  }
  .pr-view .tab-wrap .tab {
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
  }
  .panel .pro-card {
    flex-direction: column;
    gap: 1.2rem;
    padding: 1.2rem;
    border-bottom: 0 none;
  }
  .num-list li::before {
    top: 0.25rem;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.3rem;
  }
}
/*
r&d */
.icon-card-wrap {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 4.8rem) / 3));
  gap: 2.4rem;
}
.icon-card-wrap .icon-card {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  padding: 4.8rem;
  width: 100%;
  text-align: center;
  border: 1px solid #E7E7E7;
  background: url("http://yuchang2.cdn1.cafe24.com/img/sub/quality/rnd/card-bg.png") right bottom no-repeat;
}
.icon-card-wrap .icon {
  width: -moz-fit-content;
  width: fit-content;
}
.icon-card-wrap .card-tit {
  font-size: var(--lg-f);
  color: #000;
}
.icon-card-wrap .card-desc {
  color: #A8ABAE;
  line-height: 1.5;
}

@media all and (max-width: 63.9375rem) {
  .icon-card-wrap {
    grid-template-columns: repeat(3, calc((100% - 3rem) / 3));
    gap: 3rem 1.5rem;
  }
  .icon-card-wrap .icon-card {
    padding: 2.4rem;
  }
}
@media all and (max-width: 36rem) {
  .icon-card-wrap {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin: 4rem 0;
  }
}
/*
 품질방침*/
.quality-list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto 8rem;
  width: 95.2rem;
}
.quality-list li {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 0;
}
.quality-list li > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  border-radius: 999px 500px;
}
.quality-list li.item-1 {
  z-index: 1;
  position: relative;
  width: 38.8rem;
  height: 38.8rem;
}
.quality-list li.item-1 strong {
  font-size: var(--lg-f);
  font-weight: 700;
}
.quality-list li.item-1 > div {
  background-color: #E41C37;
}
.quality-list li.item-2, .quality-list li.item-3 {
  position: absolute;
  width: 34.2rem;
  height: 34.2rem;
}
.quality-list li.item-2 > div, .quality-list li.item-3 > div {
  background-color: #FFFAFB;
}
.quality-list li.item-2 > div strong, .quality-list li.item-3 > div strong {
  position: relative;
  display: block;
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem;
  font-size: var(--com-f);
  font-weight: 600;
  color: #000;
}
.quality-list li.item-2 > div strong::after, .quality-list li.item-3 > div strong::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2rem;
  height: 1px;
  content: "";
  background-color: #E41C37;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.quality-list li.item-2 > div span, .quality-list li.item-3 > div span {
  display: block;
  margin-bottom: 0.4rem;
  font-size: var(--md-f);
  color: #555;
}
.quality-list li.item-2 {
  left: 0;
}
.quality-list li.item-3 {
  right: 0;
}

@media all and (max-width: 63.9375rem) {
  .quality-list {
    width: 70rem;
  }
  .quality-list li.item-1 {
    width: 27rem;
    height: 27rem;
  }
  .quality-list li.item-2, .quality-list li.item-3 {
    width: 25rem;
    height: 25rem;
  }
}
@media all and (max-width: 36rem) {
  .quality-list {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 25rem 22rem 25rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .quality-list li.item-1 {
    position: relative;
    grid-row: 2/3;
  }
  .quality-list li.item-1 > div {
    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: 27rem;
    height: 27rem;
  }
  .quality-list li.item-2, .quality-list li.item-3 {
    position: relative;
    width: 25rem;
    height: 25rem;
  }
  .quality-list li.item-2 {
    left: 0;
    grid-row: 1/2;
  }
  .quality-list li.item-3 {
    left: 0;
  }
}
/*
인증현황 */
.sorting-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  margin-bottom: 8rem;
}
.sorting-wrap .sorting-btn {
  width: 100%;
  padding: 2rem 2.4rem;
  font-size: var(--com-f);
  color: #555;
  line-height: 1.5;
  border: 1px solid #E7E7E7;
}
.sorting-wrap .sorting-btn.active {
  color: #fff;
  background-color: #E41C37;
}

.thumb-list {
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 34.2rem));
  gap: 2.4rem;
}
.thumb-list .list-item {
  display: none;
  padding: 2.4rem 2.3rem;
  border: 1px solid #E7E7E7;
}
.thumb-list .list-item .img-box {
  overflow: hidden;
  position: relative;
  margin-bottom: 2.4rem;
  padding-bottom: 142.18%;
  width: 100%;
  height: 0;
  background-color: #000;
}
.thumb-list .list-item .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.thumb-list .list-item .tit {
  display: none;
  text-align: center;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}

@media all and (max-width: 63.9375rem) {
  .sorting-wrap {
    margin-bottom: 6rem;
  }
  .sorting-wrap .sorting-btn {
    padding: 1.2rem;
  }
  .thumb-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media all and (max-width: 36rem) {
  .sorting-wrap {
    margin-bottom: 4rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }
  .thumb-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }
  .thumb-list .list-item {
    padding: 0.8rem 0.4rem;
  }
  .thumb-list .list-item .img-box {
    margin-bottom: 0.8rem;
  }
}
/*
 뉴스 */
.news-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(calc((100% - 4.8rem) / 3), 64.4rem));
  gap: 4.8rem 2.4rem;
  margin: 8rem 0;
}
.news-list li {
  border: 1px solid #E7E7E7;
}
.news-list li .figure {
  overflow: hidden;
  position: relative;
  padding: 31.386%;
  width: 100%;
  height: 0;
}
.news-list li .figure img {
  position: absolute;
  left: 0;
  top: 0;
}
.news-list li .txt-wrap {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 3.6rem 1rem;
  text-align: center;
  line-height: 1.5;
}
.news-list li .txt-wrap .link-tit {
  overflow: hidden;
  margin: 0 auto 1.2rem;
  width: 80%;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list li .txt-wrap .txt {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  margin-bottom: 3.6rem;
  font-size: var(--md-f);
  color: #555;
  white-space: nowrap;
}
.news-list li .txt-wrap .txt > p {
  overflow: hidden;
  width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.news-list li .txt-wrap .date {
  font-weight: 600;
  color: #A8ABAE;
}
.news-list li.t-null {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26.4rem;
  grid-column: 1/6;
  grid-row: 1/2;
}

@media all and (max-width: 63.9375rem) {
  .news-list {
    grid-template-columns: repeat(3, calc((100% - 3rem) / 3));
    gap: 3rem 1.5rem;
  }
}
@media all and (max-width: 36rem) {
  .news-list {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin: 4rem 0;
  }
  .news-list li .txt-wrap .txt {
    margin-bottom: 2rem;
  }
}
/*
 뉴스 뷰*/
.view-header {
  text-align: center;
  padding-bottom: 4.8rem;
}
.view-header .view-tit {
  margin-bottom: 2.4rem;
  font-size: var(--tit-f);
  line-height: 1.25;
}
.view-header .date {
  font-size: var(--md-f);
  font-weight: 600;
  color: #A8ABAE;
  line-height: 1.5;
}

.view-body {
  padding: 6rem 2rem;
  line-height: 1.5;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}
.view-body > *:first-child {
  margin-top: 0;
}
.view-body th,
.view-body td {
  vertical-align: middle;
}
.view-body .view-video {
  position: relative;
  margin: 4rem 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: 4rem auto;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  font-size: 0;
}
.view-body .view-img figcaption {
  margin-top: 2.4rem;
  text-align: center;
  font-size: var(--md-f);
  color: #555;
}

.view-bottom {
  padding: 0.5rem 1rem;
  color: #555;
  line-height: 1.5;
  border-bottom: 1px solid #E7E7E7;
}
.view-bottom a {
  display: inline-block;
  margin-right: 1rem;
  padding: 0.65rem 0;
}

.view-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 8rem 0 0;
}
.view-pagination .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  width: -moz-fit-content;
  width: fit-content;
  color: #555;
}
.view-pagination .v-prev {
  margin-right: auto;
}
.view-pagination .v-prev:hover img {
  content: url("http://yuchang2.cdn1.cafe24.com/img/icon/link-btn-red-left.png");
}
.view-pagination .v-next {
  margin-left: auto;
}
.view-pagination .v-next:hover img {
  content: url("http://yuchang2.cdn1.cafe24.com/img/icon/link-btn-red.png");
}
.view-pagination .return-btn {
  position: absolute;
  left: 50%;
  padding: 1rem 2.4rem;
  font-size: var(--md-f);
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  background-color: #555;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

@media all and (max-width: 36rem) {
  .view-body {
    padding: 2rem 1rem 5rem 1rem;
  }
  .view-body > * {
    margin-bottom: 2rem;
  }
  .view-body > *:last-child {
    margin-bottom: 0;
  }
  .view-body .view-video {
    margin: 2rem 0;
    padding-bottom: 58%;
    width: 100%;
  }
  .view-body .view-img {
    width: 100%;
    max-width: none;
  }
}
/*
고객문의 */
.form-wrap {
  display: flex;
  justify-content: flex-end;
}

.address-card {
  position: sticky;
  left: 0;
  top: 14rem;
  margin-right: auto;
  padding: 4.8rem;
  max-width: 34.2rem;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
}
.address-card .icon {
  display: block;
  margin: 0 auto;
}
.address-card .tit {
  margin: 2.4rem;
  font-size: var(--lg-f);
  font-weight: 700;
  line-height: 1.5;
}
.address-card dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.2rem;
  line-height: 1.5;
}
.address-card dl dt {
  padding-left: 3rem;
}
.address-card dl dt.tel {
  background: url("http://yuchang2.cdn1.cafe24.com/img/icon/tel.svg") left center no-repeat;
}
.address-card dl dt.fax {
  background: url("http://yuchang2.cdn1.cafe24.com/img/icon/fax.svg") left center no-repeat;
}
.address-card dl dt.email {
  background: url("http://yuchang2.cdn1.cafe24.com/img/icon/email.svg") left center no-repeat;
}
.address-card dl dd {
  color: #555;
}

.form {
  flex: 1 1 0;
  margin-left: 4rem;
  max-width: 95.2rem;
}
.form form {
  width: 100%;
}
.form .input-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.4rem;
  height: 6.7rem;
  font-size: var(--com-f);
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}
.form .input-group:hover .label {
  font-weight: 600;
  color: #E41C37;
  background-color: #FFFAFB;
}
.form .input-group:hover::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.2rem;
  height: 100%;
  content: "";
  background-color: #E41C37;
}
.form .input-group .label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2.4rem;
  width: 23.2%;
  max-width: 22rem;
  height: 100%;
  border-right: 1px solid #E7E7E7;
}
.form .input-group .input-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  padding-right: 2.4rem;
  height: 100%;
  flex: 1 1 0;
  font-size: var(--com-f);
}
.form .input-group .input-box input {
  flex: 1 1 0;
  padding-left: 2.4rem;
  height: 100%;
  font-size: inherit;
}
.form .input-group .input-box input::-moz-placeholder {
  color: #555;
}
.form .input-group .input-box input::placeholder {
  color: #555;
}
.form .input-group.textarea {
  align-items: flex-start;
  margin-bottom: 4.8rem;
  height: 26.8rem;
}
.form .input-group.textarea .label {
  padding: 2rem 2.4rem;
  align-items: flex-start;
}
.form .input-group.textarea textarea {
  padding: 2rem 2.4rem;
  flex: 1 1 0;
  height: 100%;
  font-size: var(--com-f);
}
.form .input-group.textarea textarea::-moz-placeholder {
  font-size: inherit;
  color: #555;
}
.form .input-group.textarea textarea::placeholder {
  font-size: inherit;
  color: #555;
}
.form .policy-tit {
  margin-bottom: 2.4rem;
  padding-left: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
}
.form .policy-box {
  overflow-y: scroll;
  padding: 2.4rem;
  height: 26.8rem;
  font-size: var(--md-f);
  color: #555;
  line-height: 1.5;
  border: 1px solid #E7E7E7;
}
.form .policy-box::-webkit-scrollbar {
  opacity: 0;
}
.form .check-wrap {
  display: flex;
  justify-content: center;
  padding: 2.4rem;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #E7E7E7;
  background-color: #fff;
  transition: background-color 0.5s 0.2s;
  -webkit-transition: background-color 0.5s, 0.2s;
  -moz-transition: background-color 0.5s, 0.2s;
  -ms-transition: background-color 0.5s, 0.2s;
  -o-transition: background-color 0.5s, 0.2s;
}
.form .check-wrap .ch-label {
  display: block;
  position: relative;
  padding-left: 3.2rem;
  color: #555;
  line-height: 1.5;
}
.form .check-wrap .ch-label::before {
  position: absolute;
  left: 0;
  top: 0.4rem;
  vertical-align: middle;
  content: url("../img/icon/checkbox.svg");
}
.form .check-wrap.active {
  background-color: #E41C37;
  transition: background-color 0.5s 0.2s;
  -webkit-transition: background-color 0.5s, 0.2s;
  -moz-transition: background-color 0.5s, 0.2s;
  -ms-transition: background-color 0.5s, 0.2s;
  -o-transition: background-color 0.5s, 0.2s;
}
.form .check-wrap.active .ch-label {
  color: #fff;
}
.form .check-wrap.active input:checked + .ch-label::before {
  content: url("../img/icon/ck-active.svg");
}
.form .submit-btn {
  margin: 4.8rem auto 0;
  padding: 1rem 2.4rem;
  font-size: var(--md-f);
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  background-color: #555;
}

@media all and (max-width: 63.9375rem) {
  .form-wrap {
    flex-direction: column;
    align-self: start;
    gap: 4rem;
  }
  .address-card {
    position: static;
    padding: 2.4rem;
    width: 100%;
    max-width: none;
  }
  .form {
    margin-left: 0;
  }
}
@media all and (max-width: 36rem) {
  .address-card .tit {
    margin: 1.2rem;
  }
  .form .input-group {
    margin-bottom: 1.2rem;
  }
  .form .input-group .label {
    padding: 1rem;
    min-width: 7.5rem;
  }
  .form .input-group .icon {
    width: 2rem;
    height: 2rem;
  }
  .form .input-group.textarea {
    margin-bottom: 2.5rem;
  }
  .form .input-group.textarea .label {
    padding: 2rem 1rem;
  }
  .form .check-wrap {
    padding: 1.2rem;
  }
  .form .check-wrap .ch-label::before {
    top: 0;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
  }
}
/*
검색 뷰*/
.search-view .section {
  margin-top: 24rem;
}
.search-view .search-wrap {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}
.search-view .search-wrap .search-box {
  margin: 0 auto;
  max-width: 70.8rem;
}
.search-view .search-wrap .search-box input {
  font-size: var(--com-f);
  font-weight: 600;
  color: #000;
}
.search-view .search-wrap .search-box input::-moz-placeholder {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.search-view .search-wrap .search-box input::placeholder {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.list-wrap {
  margin: 8rem 0;
}

.list-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.4rem;
  line-height: 1.5;
}
.list-info dt {
  position: relative;
  margin-right: 1.2rem;
  padding-right: 1.2rem;
}
.list-info dt::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 50%;
  content: "";
  background-color: #000;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.list-info dd {
  font-weight: 600;
  color: #E41C37;
}

.search-list {
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}
.search-list > li a {
  display: flex;
  justify-content: space-between;
  padding: 2.4rem;
  gap: 2rem;
}
.search-list > li:not(.t-null):hover {
  background-color: #FFFAFB;
}
.search-list > li:not(:last-child) {
  border-bottom: 1px solid #E7E7E7;
}
.search-list .txt-wrap {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex: 1 1 0;
  max-width: 80%;
  line-height: 1.5;
}
.search-list .txt-wrap .page-location {
  display: flex;
  justify-content: flex-start;
  gap: 1.2rem;
  margin-bottom: 2.4rem;
}
.search-list .txt-wrap .page-location li {
  position: relative;
  padding-right: 1.2rem;
  color: #E41C37;
}
.search-list .txt-wrap .page-location li:not(:last-child)::after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 50%;
  content: "";
  background-color: #E41C37;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.search-list .txt-wrap .link-tit {
  overflow: hidden;
  width: 100%;
  font-weight: 600;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-list .txt-wrap .txt {
  overflow: hidden;
  margin-bottom: 2.4rem;
  width: 100%;
  font-size: var(--md-f);
  color: #555;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-list .txt-wrap .date {
  font-size: var(--md-f);
  color: #A8ABAE;
}
.search-list .t-null {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24.6rem;
  text-align: center;
}
.search-list .figure {
  overflow: hidden;
  display: block;
  width: 17%;
  max-width: 23.5rem;
}

@media all and (max-width: 64rem) {
  .search-list .t-null {
    height: 14rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .search-view .section {
    margin-top: 18rem;
  }
}
@media all and (max-width: 36rem) {
  .search-view .search-box {
    width: 100%;
  }
  .search-view .search-btn {
    width: 2rem;
    height: 2rem;
  }
  .search-list > li {
    gap: 1rem;
  }
  .search-list > li a {
    padding: 1rem 0.5rem;
  }
  .search-list .txt-wrap {
    flex: auto;
    max-width: calc(70% - 1rem);
  }
  .search-list .figure {
    min-width: calc(30% - 1rem);
  }
}
/*페이지네이션 */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.4rem;
  height: 4.4rem;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  margin: 0 3.5rem;
}
.pagination ul li:hover a, .pagination ul li.active a {
  font-weight: 600;
  color: #E41C37;
  border-color: #E41C37;
}
.pagination ul a {
  padding: 0 1rem;
  font-size: var(--md-f);
  color: #A8ABAE;
  border: 1px solid #E7E7E7;
}
.pagination ul a:focus {
  font-weight: 600;
  color: #E41C37;
  border-color: #E41C37;
}
.pagination .p-prev:hover img {
  content: url("http://yuchang2.cdn1.cafe24.com/img/icon/link-btn-red-left.png");
}
.pagination .p-next:hover img {
  content: url("http://yuchang2.cdn1.cafe24.com/img/icon/link-btn-red.png");
}