.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

.skip-nav {
  z-index: 5100;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -100%;
  width: 100%;
}
.skip-nav .skip {
  padding: 1rem;
  flex-basis: 50%;
  text-align: center;
  background-color: #fff;
}
.skip-nav .skip:focus {
  color: #fff;
  background-color: #a7a7a7;
}

.skip-nav.active {
  top: 0;
}

.inner {
  margin: 0 auto;
  width: 1720px;
  max-width: 100%;
}

.header-wrap {
  z-index: 5000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.5s;
}

.header-wrap.active {
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.header-wrap.active:before {
  width: 100%;
}
.header-wrap.active .header .logo > a {
  background: url("../img/common/logo_on.svg") no-repeat center/contain;
}
.header-wrap.active .header .gnb > li > a {
  color: #222;
}
.header-wrap.active .header .gnb > li.on > a {
  color: #0051a3;
}
.header-wrap.active .header .language .ico {
  background: url("../img/common/ic_globe.svg") no-repeat center/contain;
}
.header-wrap.active .header .language .btn button:after {
  background: #000;
  opacity: 0.5;
}
.header-wrap.active .header .language .btn button span {
  color: #000;
}
.header-wrap.active .header .allmenu button i {
  background: url("../img/common/ic_allmenu.svg") no-repeat center/contain;
}

.header-wrap.fixed {
  background: #ffffff;
  box-shadow: 0 0 10px rgB(0 0 0/8%);
}
.header-wrap.fixed .header .logo > a {
  background: url("../img/common/logo_on.svg") no-repeat center/contain;
}
.header-wrap.fixed .header .gnb > li > a {
  color: #000;
}
.header-wrap.fixed .header .language .ico {
  background: url("../img/common/ic_globe.svg") no-repeat center/contain;
}
.header-wrap.fixed .header .language .btn button:after {
  background: #000;
  opacity: 0.5;
}
.header-wrap.fixed .header .language .btn button span {
  color: #000;
}
.header-wrap.fixed .header .allmenu button i {
  background: url("../img/common/ic_allmenu.svg") no-repeat center/contain;
}

.header {
  padding: 0 2rem;
}
.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 9rem;
}
.header .logo {
  position: relative;
  z-index: 5;
  width: 20.2rem;
  height: auto;
  aspect-ratio: 202/54;
}
.header .logo > a {
  display: block;
  background: url("../img/common/logo.svg") no-repeat center/contain;
  width: 100%;
  height: 100%;
}
.header .nav {
  display: flex;
}
.header .gnb {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5rem;
}
.header .gnb > li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  text-align: center;
}
.header .gnb > li > a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 9rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}
.header .gnb > li.on > a {
  color: #0051a3;
}
.header .gnb > li.on > .lnb {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.header .lnb {
  position: absolute;
  top: 10.5rem;
  left: 50%;
  min-width: 17rem;
  padding: 2rem;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  pointer-events: none;
  transform: translateX(-50%);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
.header .lnb:before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background: transparent;
}
.header .lnb > li {
  margin: 0 0 1.5rem;
}
.header .lnb > li:last-of-type {
  margin-bottom: 0;
}
.header .lnb > li > a {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.9rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222;
  text-align: center;
  white-space: nowrap;
}
.header .lnb > li > a:hover {
  color: #0051a3;
}
.header .language {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.header .language .btn {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.header .language .btn button {
  position: relative;
  padding: 0 2rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.header .language .btn button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 1rem);
  width: 1px;
  height: 1.1rem;
  background: #fff;
  transform: translateY(-50%);
}
.header .language .btn button span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.header .language .btn button:last-of-type:after {
  display: none;
}
.header .language .btn button.on span {
  font-weight: 700;
}
.header .allmenu {
  display: none;
}
.header .allmenu button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.header .allmenu button i {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  background: url("../img/common/ic_allmenu_w.svg") no-repeat center/contain;
}

.footer {
  position: relative;
  width: 100%;
  padding: 7rem 0;
  background: #fff;
  border-top: 1px solid #ededed;
}
.footer .logo {
  margin: 0 auto 3rem;
  position: relative;
  z-index: 5;
  display: block;
  width: 20.2rem;
  height: auto;
  aspect-ratio: 202/54;
  background: url("../img/common/logo_on.svg") no-repeat center/contain;
}
.footer .info {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.footer .info div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 300;
  color: #777;
  justify-content: center;
}
.footer .info div strong {
  font-weight: 700;
}
.footer .cite {
  margin: 3rem 0 0;
  padding: 3rem 0 0;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 300;
  color: #777;
  text-align: right;
  border-top: 1px solid rgba(172, 172, 172, 0.5);
}

.content-wrap.main .title-box {
  margin: 0 0 5rem 0;
  text-align: center;
}
.content-wrap.main .title-box .label {
  line-height: 3.6rem;
  font-size: 2rem;
  font-weight: 800;
  color: #21306b;
  font-family: "Nanum Myeongjo", serif;
}
.content-wrap.main .title-box .title {
  line-height: 5rem;
  font-size: 4rem;
  font-weight: 600;
  color: #222;
}
.content-wrap.main .title-box .desc {
  margin: 3rem 0 0;
  line-height: 3.6rem;
  font-size: 2.6rem;
  font-weight: 400;
  color: #222;
}
.content-wrap.main .title-box .more {
  margin: 3rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-wrap.main .title-box .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.6rem;
  height: 3.6rem;
  font-size: 1.6rem;
  color: #23106b;
  border: 1px solid #21306b;
  transition: all 0.3s;
}
.content-wrap.main .title-box .more a:hover {
  background: #21306b;
  color: #fff;
}
.content-wrap.main .sec-1 {
  position: relative;
  overflow: hidden;
}
.content-wrap.main .sec-1 .visual {
  position: relative;
  overflow: hidden;
}
.content-wrap.main .sec-1 .visual .swiper-slide {
  display: flex;
  height: 97.6rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.content-wrap.main .sec-1 .visual .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 5rem;
  height: 5rem;
  background: url("../img/common/ic_arrow_w.svg") no-repeat center/contain;
}
.content-wrap.main .sec-1 .visual .swiper-button-next:after {
  display: none;
}
.content-wrap.main .sec-1 .visual .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 3rem;
  width: 5rem;
  height: 5rem;
  background: url("../img/common/ic_arrow_w.svg") no-repeat center/contain;
  transform: rotate(180deg);
}
.content-wrap.main .sec-1 .visual .swiper-button-prev:after {
  display: none;
}
.content-wrap.main .sec-1 .txt-box {
  position: relative;
  z-index: 2;
  line-height: 1.2;
  font-size: 8rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.content-wrap.main .sec-1 .img-box {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.content-wrap.main .sec-1 .img-box:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.2;
}
.content-wrap.main .sec-1 .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap.main .sec-2 {
  position: relative;
  padding: 20rem 0;
  overflow: hidden;
}
.content-wrap.main .sec-2 .flex-box {
  display: flex;
  gap: 5rem;
}
.content-wrap.main .sec-2 .img-box {
  width: 80.4rem;
  height: 57.2rem;
}
.content-wrap.main .sec-2 .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap.main .sec-2 .con-box {
  width: 86.6rem;
}
.content-wrap.main .sec-2 .con-box .tit {
  margin: 0 0 2rem;
  line-height: 6rem;
  font-size: 6rem;
  font-weight: 900;
  color: #0051a3;
}
.content-wrap.main .sec-2 .con-box .sub {
  margin: 0 0 3rem;
  line-height: 3.6rem;
  font-size: 3.6rem;
  font-weight: 500;
  color: #222;
}
.content-wrap.main .sec-2 .con-box .txt {
  margin: 0 0 3rem;
  line-height: 3.6rem;
  font-size: 2.6rem;
  font-weight: 400;
  color: #222;
}
.content-wrap.main .sec-2 .con-box .txt p {
  margin: 0 0 3.6rem;
}
.content-wrap.main .sec-2 .con-box .more {
  margin: 1.6rem 0 0;
}
.content-wrap.main .sec-2 .con-box .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 4rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #222;
  border: 1px solid #0051A3;
  transition: all 0.3s;
  text-transform: uppercase;
}
.content-wrap.main .sec-2 .con-box .more a:hover {
  background: #0051a3;
  border-color: #0051a3;
  color: #fff;
}
.content-wrap.main .sec-2 .bg-box {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.content-wrap.main .sec-2 .bg-box:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
}
.content-wrap.main .sec-2 .bg-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap.main .sec-3 {
  position: relative;
  overflow: hidden;
}
.content-wrap.main .sec-3 .list-box ul {
  display: flex;
}
.content-wrap.main .sec-3 .list-box li {
  flex: 1;
}
.content-wrap.main .sec-3 .list-box li .box {
  position: relative;
  display: block;
}
.content-wrap.main .sec-3 .list-box li .box:hover .img:before {
  opacity: 0;
}
.content-wrap.main .sec-3 .list-box li .box:hover .img:after {
  opacity: 1;
}
.content-wrap.main .sec-3 .list-box li .box:hover .more {
  background: #0051a3;
  border-color: #0051a3;
  color: #fff;
}
.content-wrap.main .sec-3 .list-box li .img {
  width: 100%;
  height: 80rem;
}
.content-wrap.main .sec-3 .list-box li .img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
.content-wrap.main .sec-3 .list-box li .img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 71.31%, rgba(0, 0, 0, 0.7) 95.12%);
  opacity: 0;
  transition: all 0.5s;
}
.content-wrap.main .sec-3 .list-box li .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap.main .sec-3 .list-box li .con {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.content-wrap.main .sec-3 .list-box li .tit {
  margin: 0 0 3rem;
  line-height: 1;
  font-size: 4rem;
  font-weight: 600;
  color: #fff;
}
.content-wrap.main .sec-3 .list-box li .more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 4rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.3s;
  text-transform: uppercase;
}
.content-wrap.main .sec-4 {
  position: relative;
  padding: 10rem 0;
  overflow: hidden;
}
.content-wrap.main .sec-4 .list-box {
  width: 100%;
  display: flex;
  align-items: center;
}
.content-wrap.main .sec-4 .list-box .slider {
  width: 100%;
}
.content-wrap.main .sec-4 .list-box .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 39rem;
  height: 64rem;
  filter: blur(4px);
  transition: filter 0.6s;
}
.content-wrap.main .sec-4 .list-box .swiper-slide .img {
  position: relative;
  width: 31rem;
  height: auto;
  aspect-ratio: 32/43;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
.content-wrap.main .sec-4 .list-box .swiper-slide .img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(34, 34, 34, 0.3);
  transition: all 0.5s;
}
.content-wrap.main .sec-4 .list-box .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap.main .sec-4 .list-box .swiper-slide .txt {
  margin: 2rem 0 0 0;
  line-height: 3rem;
  font-size: 2rem;
  font-weight: 500;
  color: #222;
  text-align: center;
  display: none;
}
.content-wrap.main .sec-4 .list-box .swiper-slide-active {
  filter: none;
}
.content-wrap.main .sec-4 .list-box .swiper-slide-active .img {
  width: 39rem;
}
.content-wrap.main .sec-4 .list-box .swiper-slide-active .img:before {
  opacity: 0;
  view-timeline: hidden;
}
.content-wrap.main .sec-4 .list-box .swiper-slide-active .txt {
  display: block;
}
.content-wrap.main .sec-5 {
  position: relative;
  padding: 10rem 0;
  background: #f9f9f9;
  overflow: hidden;
}
.content-wrap.main .sec-5 .list-box {
  overflow: hidden;
}
.content-wrap.main .sec-5 .list-box .slider {
  width: 100%;
  overflow: hidden;
}
.content-wrap.main .sec-5 .list-box .swiper-slide .box {
  display: flex;
  flex-direction: column;
}
.content-wrap.main .sec-5 .list-box .swiper-slide .img {
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
}
.content-wrap.main .sec-5 .list-box .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap.main .sec-5 .list-box .swiper-slide .con {
  padding: 2rem;
  background: #fff;
}
.content-wrap.main .sec-5 .list-box .swiper-slide .tit {
  line-height: 1.2;
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 0 0 1rem;
}
.content-wrap.main .sec-5 .list-box .swiper-slide .txt {
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 500;
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.content-wrap.main .sec-6 {
  position: relative;
  padding: 10rem 0;
  overflow: hidden;
}
.content-wrap.main .sec-6 .zido-box {
  margin: 0 0 6rem;
}
.content-wrap.main .sec-6 .zido-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap.main .sec-6 .zido-box iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap.main .sec-6 .flex-box {
  display: flex;
  gap: 6rem;
}
.content-wrap.main .sec-6 .txt-box {
  width: 82.5rem;
  max-width: 100%;
  height: auto;
}
.content-wrap.main .sec-6 .txt-box .tit {
  margin: 0 0 2rem;
  line-height: 7rem;
  font-size: 6rem;
  font-weight: 600;
  color: #0051a3;
}
.content-wrap.main .sec-6 .txt-box .txt {
  line-height: 1.3;
  font-size: 2.6rem;
  color: #222;
}
.content-wrap.main .sec-6 .txt-box .txt dl {
  padding: 2rem 0;
}
.content-wrap.main .sec-6 .txt-box .txt dt {
  margin: 0 0 1rem;
  line-height: 1;
  font-size: 2rem;
  font-weight: 400;
  color: #777;
}
.content-wrap.main .sec-6 .txt-box .txt dd {
  line-height: 1;
  font-size: 2.6rem;
  font-weight: 600;
  color: #222;
}
.content-wrap.main .sec-6 .cont-box {
  width: 83.5rem;
  max-width: 100%;
  padding: 5rem 6rem;
  border: 1px solid #dedede;
}
.content-wrap.main .sec-6 .cont-box .form dl {
  margin: 0 0 4rem;
}
.content-wrap.main .sec-6 .cont-box .form dl:last-of-type {
  margin-bottom: 0;
}
.content-wrap.main .sec-6 .cont-box .form dt {
  margin: 0 0 1rem;
  padding: 0 0.5rem;
  line-height: 1.2;
  font-size: 2.6rem;
  font-weight: 600;
  color: #222;
}
.content-wrap.main .sec-6 .cont-box .form dt.req:after {
  content: "*";
  color: #FF000A;
  margin: 0 0 0 1rem;
}
.content-wrap.main .sec-6 .cont-box .form dd .inp {
  width: 100%;
}
.content-wrap.main .sec-6 .cont-box .form dd .inp input {
  width: 100%;
  height: 6rem;
  padding: 1rem;
  border-bottom: 1px solid #ededed;
  background: #fff;
  font-size: 2rem;
  color: #777;
}
.content-wrap.main .sec-6 .cont-box .form dd .inp textarea {
  width: 100%;
  height: 30rem;
  padding: 2rem;
  border: 1px solid #ededed;
  background: #fff;
  font-size: 2rem;
  color: #777;
  resize: none;
}
.content-wrap.main .sec-6 .cont-box .agree {
  margin: 6rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.content-wrap.main .sec-6 .cont-box .agree .checkbox {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 1rem;
}
.content-wrap.main .sec-6 .cont-box .agree .checkbox input {
  display: none;
}
.content-wrap.main .sec-6 .cont-box .agree .checkbox input ~ i {
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 0.3rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
}
.content-wrap.main .sec-6 .cont-box .agree .checkbox input ~ span {
  font-size: 2rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #777;
}
.content-wrap.main .sec-6 .cont-box .agree .checkbox input ~ span p {
  text-decoration: underline;
}
.content-wrap.main .sec-6 .cont-box .agree .checkbox input ~ span em {
  font-style: normal;
}
.content-wrap.main .sec-6 .cont-box .agree .checkbox input:checked ~ i {
  background: #0051a3;
}
.content-wrap.main .sec-6 .cont-box .agree .checkbox input:checked ~ i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.4rem 0 0 -0.55rem;
  width: 1rem;
  height: 0.6rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.content-wrap.main .sec-6 .cont-box .button {
  margin: 4rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-wrap.main .sec-6 .cont-box .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 4rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  border: 1px solid #0051a3;
  background: #0051a3;
  transition: all 0.3s;
  text-transform: uppercase;
}

.content-wrap.sub .subvisual-wrap {
  position: relative;
  padding: 27rem 0 7rem;
  background: #e0e0e0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content-wrap.sub .subvisual-wrap .breadcrumb {
  position: relative;
  z-index: 2;
  margin: 0 0 3rem;
  display: flex;
  align-items: center;
}
.content-wrap.sub .subvisual-wrap .breadcrumb span {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
.content-wrap.sub .subvisual-wrap .breadcrumb span:after {
  content: "";
  margin: 0 1.5rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.4rem;
  background: #fff;
}
.content-wrap.sub .subvisual-wrap .breadcrumb span:last-of-type:after {
  display: none;
}
.content-wrap.sub .subvisual-wrap .breadcrumb span img {
  width: 2.4rem;
  height: 2.4rem;
}
.content-wrap.sub .subvisual-wrap .title {
  position: relative;
  z-index: 2;
  line-height: 1;
  font-size: 8rem;
  font-weight: 900;
  color: #fff;
  word-break: break-word;
}
.content-wrap.sub .subvisual-wrap .bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.content-wrap.sub .subvisual-wrap .bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
}
.content-wrap.sub .subvisual-wrap .bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap.sub .title-box {
  margin: 0 0 7rem;
  text-align: center;
}
.content-wrap.sub .title-box .title {
  padding: 0 0 2rem;
  line-height: 4.6rem;
  font-size: 3.6rem;
  font-weight: 700;
  color: #21306B;
  font-family: "Nanum Myeongjo", serif;
  border-bottom: 1px solid #efe6dd;
}
.content-wrap.sub .navi-wrap {
  position: relative;
  z-index: 10;
  width: 24rem;
  flex: 0 0 auto;
}
.content-wrap.sub .navi-wrap ul {
  padding: 2rem;
  border-radius: 2rem;
  background: #F5F5F5;
}
.content-wrap.sub .navi-wrap li {
  margin: 0 0 1rem;
}
.content-wrap.sub .navi-wrap li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.3rem;
  width: 100%;
  border-radius: 4.3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #222;
}
.content-wrap.sub .navi-wrap li a:hover {
  color: #0051a3;
}
.content-wrap.sub .navi-wrap li.on a {
  background: #0051a3;
  color: #fff;
}
.content-wrap.sub .about-wrap {
  position: relative;
  padding: 5rem 0 10rem;
  overflow: hidden;
}
.content-wrap.sub .about-wrap .flex-box {
  display: flex;
  gap: 5rem;
}
.content-wrap.sub .history-wrap {
  width: 143rem;
  max-width: 100%;
}
.content-wrap.sub .history-wrap .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem;
}
.content-wrap.sub .history-wrap .item .year {
  flex: 0 0 auto;
  width: 19.5rem;
  line-height: 7rem;
  font-size: 6rem;
  font-weight: 800;
  color: #0051a3;
}
.content-wrap.sub .history-wrap .item .month {
  flex: 1;
  position: relative;
  padding: 2rem 0 10rem 0;
}
.content-wrap.sub .history-wrap .item .month:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1rem;
  width: 1px;
  background: #c3d7eb;
}
.content-wrap.sub .history-wrap .item .month dl {
  position: relative;
  display: flex;
  margin: 0 0 5rem;
  padding: 0 0 0 8rem;
  align-items: center;
}
.content-wrap.sub .history-wrap .item .month dl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.6rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 2rem;
  background: #85a2bf;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.content-wrap.sub .history-wrap .item .month dl.on:before {
  left: 0;
  background: #0051A3;
  border: 0.6rem solid #c3d7eb;
  width: 2rem;
  height: 2rem;
}
.content-wrap.sub .history-wrap .item .month dt {
  flex: 0 0 auto;
  width: 8rem;
  font-size: 2rem;
  font-weight: 500;
  color: #222;
}
.content-wrap.sub .history-wrap .item .month dd {
  flex: 1;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 400;
  color: #222;
}
.content-wrap.sub .history-wrap .item:last-of-type .month {
  padding-bottom: 0;
}
.content-wrap.sub .prcenter-wrap {
  width: 143rem;
  max-width: 100%;
}
.content-wrap.sub .prcenter-wrap .slider {
  position: relative;
  width: 100%;
}
.content-wrap.sub .prcenter-wrap .slider:before {
  content: "";
  position: absolute;
  top: -5rem;
  right: calc(100% + 2rem);
  bottom: -5rem;
  background: #fff;
  width: 1920px;
  z-index: 9;
}
.content-wrap.sub .prcenter-wrap .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 37.4rem;
  transition: filter 0.6s;
}
.content-wrap.sub .prcenter-wrap .swiper-slide .img {
  position: relative;
  transition: all 0.5s;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: auto;
  aspect-ratio: 374/533;
}
.content-wrap.sub .prcenter-wrap .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap.sub .prcenter-wrap .swiper-slide .txt {
  margin: 2rem 0 0 0;
  line-height: 3rem;
  font-size: 2rem;
  font-weight: 500;
  color: #222;
  text-align: center;
}
.content-wrap.sub .prcenter-wrap .swiper-slide-active {
  filter: none;
}
.content-wrap.sub .prcenter-wrap .swiper-scrollbar {
  position: relative;
  margin: 5rem 0 0 0;
  width: 100%;
  height: 0.3rem;
}
.content-wrap.sub .prcenter-wrap .swiper-scrollbar .swiper-scrollbar-drag {
  background: #0051a3;
}
.content-wrap.sub .news-wrap {
  width: 143rem;
  max-width: 100%;
}
.content-wrap.sub .news-wrap .search-box {
  margin: 0 0 5rem;
}
.content-wrap.sub .news-wrap .search-box .form {
  display: flex;
  border: 1px solid #ddd;
  width: 45rem;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 4.5rem;
  overflow: hidden;
}
.content-wrap.sub .news-wrap .search-box .inp {
  flex: 1;
}
.content-wrap.sub .news-wrap .search-box .inp input {
  display: block;
  width: 100%;
  height: 4.6rem;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  color: #777;
  background: #fff;
}
.content-wrap.sub .news-wrap .search-box .inp input:focus {
  border: 0;
  outline: 0;
}
.content-wrap.sub .news-wrap .search-box .inp input:active {
  border: 0;
  outline: 0;
}
.content-wrap.sub .news-wrap .search-box .btn {
  flex: 0 0 auto;
}
.content-wrap.sub .news-wrap .search-box .btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  background: #0051A3;
  height: 4.6rem;
  font-size: 1.6rem;
  color: #fff;
  gap: 1rem;
}
.content-wrap.sub .news-wrap .search-box .btn button i {
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/common/ic_search.svg") no-repeat center/contain;
}
.content-wrap.sub .news-wrap .list-box {
  overflow: hidden;
  overflow-x: auto;
}
.content-wrap.sub .news-wrap .list-box .list ul {
  border-bottom: 1px solid #efe6dd;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  width: 100%;
  height: 6.7rem;
  gap: 1rem;
}
.content-wrap.sub .news-wrap .list-box .list li {
  font-size: 1.6rem;
  text-align: center;
}
.content-wrap.sub .news-wrap .list-box .list-head {
  display: flex;
  align-items: center;
  border-top: 2px solid #0051A3;
}
.content-wrap.sub .news-wrap .list-box .list-head .list-item {
  font-weight: 600;
  color: #222;
}
.content-wrap.sub .news-wrap .list-box .list-body .list-item {
  font-weight: 400;
  color: #777;
}
.content-wrap.sub .news-wrap .list-box .list-item.number {
  width: 9rem;
}
.content-wrap.sub .news-wrap .list-box .list-item.title {
  width: 100%;
}
.content-wrap.sub .news-wrap .list-box .list-item.title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: left;
  color: #222;
}
.content-wrap.sub .news-wrap .list-box .list-item.title a:hover {
  color: #222;
  text-decoration: underline;
}
.content-wrap.sub .news-wrap .list-box .list-item.author {
  width: 15rem;
}
.content-wrap.sub .news-wrap .list-box .list-item.date {
  width: 15rem;
}
.content-wrap.sub .news-wrap .list-box .pager {
  margin: 5rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2rem;
}
.content-wrap.sub .news-wrap .list-box .pager a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
}
.content-wrap.sub .news-wrap .list-box .pager a:hover {
  color: #0051a3;
}
.content-wrap.sub .news-wrap .list-box .pager a.start {
  background: url("../img/common/ic_page_end.svg") no-repeat center;
  transform: rotate(180deg);
}
.content-wrap.sub .news-wrap .list-box .pager a.end {
  background: url("../img/common/ic_page_end.svg") no-repeat center;
  transform: rotate(0);
}
.content-wrap.sub .news-wrap .list-box .pager a.prev {
  background: url("../img/common/ic_page_arrow.svg") no-repeat center;
  transform: rotate(180deg);
}
.content-wrap.sub .news-wrap .list-box .pager a.next {
  background: url("../img/common/ic_page_arrow.svg") no-repeat center;
  transform: rotate(0);
}
.content-wrap.sub .news-wrap .list-box .pager a.current {
  background: #0051A3;
  color: #fff;
}
.content-wrap.sub .news-wrap .list-box .pager a.current:hover {
  color: rgba(255, 255, 255, 0.75);
}
.content-wrap.sub .news-wrap .view-box .view-head {
  padding: 2.4rem 2rem;
  border-top: 2px solid #0051a3;
  border-bottom: 1px solid #efe6dd;
}
.content-wrap.sub .news-wrap .view-box .view-head .title {
  line-height: 2.4rem;
  font-size: 2rem;
  font-weight: 500;
  color: #222;
}
.content-wrap.sub .news-wrap .view-box .view-head .info {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0 0;
  line-height: 1.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #777;
}
.content-wrap.sub .news-wrap .view-box .view-body {
  padding: 5rem 2rem;
  line-height: 1.9rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #222;
  border-bottom: 1px solid #efe6dd;
}
.content-wrap.sub .news-wrap .view-box .view-post dl {
  display: flex;
  align-items: center;
  padding: 2.4rem 2rem;
  border-bottom: 1px solid #efe6dd;
  gap: 2rem;
}
.content-wrap.sub .news-wrap .view-box .view-post dl dt {
  flex: 0 0 auto;
  width: 13.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #777;
}
.content-wrap.sub .news-wrap .view-box .view-post dl dt:after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/common/ic_post_arrow.svg") no-repeat center/contain;
}
.content-wrap.sub .news-wrap .view-box .view-post dl dd {
  flex: 1;
}
.content-wrap.sub .news-wrap .view-box .view-post dl dd a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.content-wrap.sub .news-wrap .view-box .view-post dl dd a .title {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: 500;
  color: #222;
}
.content-wrap.sub .news-wrap .view-box .view-post dl dd a .date {
  flex: 0 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  color: #777;
}
.content-wrap.sub .news-wrap .view-box .view-post dl dd a:hover .title {
  text-decoration: underline;
}
.content-wrap.sub .news-wrap .view-box .view-post dl.prev dt:after {
  transform: rotate(180deg);
}
.content-wrap.sub .news-wrap .view-box .view-post dl.next dt:after {
  transform: rotate(0deg);
}
.content-wrap.sub .news-wrap .view-box .view-button {
  margin: 8rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.content-wrap.sub .news-wrap .view-box .view-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  min-width: 12.5rem;
  height: 3.6rem;
  border: 1px solid #21306b;
  font-size: 1.6rem;
  color: #fff;
  background: #21306b;
}
.content-wrap.sub .inquiry-wrap {
  width: 143rem;
  max-width: 100%;
}
.content-wrap.sub .inquiry-wrap .zido-box {
  margin: 0 0 6rem;
}
.content-wrap.sub .inquiry-wrap .zido-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap.sub .inquiry-wrap .flex-box {
  display: flex;
  gap: 6rem;
}
.content-wrap.sub .inquiry-wrap .txt-box {
  width: 53.5rem;
  max-width: 100%;
  height: auto;
}
.content-wrap.sub .inquiry-wrap .txt-box .tit {
  margin: 0 0 2rem;
  line-height: 7rem;
  font-size: 6rem;
  font-weight: 600;
  color: #0051a3;
}
.content-wrap.sub .inquiry-wrap .txt-box .txt {
  line-height: 1.3;
  font-size: 2.6rem;
  color: #222;
}
.content-wrap.sub .inquiry-wrap .txt-box .txt dl {
  padding: 2rem 0;
}
.content-wrap.sub .inquiry-wrap .txt-box .txt dt {
  margin: 0 0 1rem;
  line-height: 1;
  font-size: 2rem;
  font-weight: 400;
  color: #777;
}
.content-wrap.sub .inquiry-wrap .txt-box .txt dd {
  line-height: 1;
  font-size: 2.6rem;
  font-weight: 600;
  color: #222;
}
.content-wrap.sub .inquiry-wrap .cont-box {
  width: 83.5rem;
  max-width: 100%;
}
.content-wrap.sub .inquiry-wrap .form {
  padding: 5rem;
  border: 1px solid #dedede;
}
.content-wrap.sub .inquiry-wrap .form dl {
  margin: 0 0 4rem;
}
.content-wrap.sub .inquiry-wrap .form dl:last-of-type {
  margin-bottom: 0;
}
.content-wrap.sub .inquiry-wrap .form dt {
  margin: 0 0 1rem;
  padding: 0 0.5rem;
  line-height: 1.2;
  font-size: 2.6rem;
  font-weight: 600;
  color: #222;
}
.content-wrap.sub .inquiry-wrap .form dt.req:after {
  content: "*";
  color: #FF000A;
  margin: 0 0 0 1rem;
}
.content-wrap.sub .inquiry-wrap .form dd .inp {
  width: 100%;
}
.content-wrap.sub .inquiry-wrap .form dd .inp input {
  width: 100%;
  height: 6rem;
  padding: 1rem;
  border-bottom: 1px solid #ededed;
  background: #fff;
  font-size: 2rem;
  color: #777;
}
.content-wrap.sub .inquiry-wrap .form dd .inp textarea {
  width: 100%;
  height: 30rem;
  padding: 2rem;
  border: 1px solid #ededed;
  background: #fff;
  font-size: 2rem;
  color: #777;
  resize: none;
}
.content-wrap.sub .inquiry-wrap .agree {
  margin: 6rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.content-wrap.sub .inquiry-wrap .agree .checkbox {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 1rem;
}
.content-wrap.sub .inquiry-wrap .agree .checkbox input {
  display: none;
}
.content-wrap.sub .inquiry-wrap .agree .checkbox input ~ i {
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 0.3rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
}
.content-wrap.sub .inquiry-wrap .agree .checkbox input ~ span {
  font-size: 2rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #777;
}
.content-wrap.sub .inquiry-wrap .agree .checkbox input ~ span p {
  text-decoration: underline;
}
.content-wrap.sub .inquiry-wrap .agree .checkbox input ~ span em {
  font-style: normal;
}
.content-wrap.sub .inquiry-wrap .agree .checkbox input:checked ~ i {
  background: #0051a3;
}
.content-wrap.sub .inquiry-wrap .agree .checkbox input:checked ~ i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.4rem 0 0 -0.55rem;
  width: 1rem;
  height: 0.6rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.content-wrap.sub .inquiry-wrap .button {
  margin: 4rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-wrap.sub .inquiry-wrap .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 4rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  border: 1px solid #0051a3;
  background: #0051a3;
  transition: all 0.3s;
  text-transform: uppercase;
}
.content-wrap.sub .automotive-wrap {
  position: relative;
  padding: 5rem 0 10rem;
  overflow: hidden;
}
.content-wrap.sub .automotive-wrap .flex-box {
  display: flex;
  gap: 5rem;
}
.content-wrap.sub .product-wrap {
  width: 143rem;
  max-width: 100%;
}
.content-wrap.sub .product-wrap .tool-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 5rem;
}
.content-wrap.sub .product-wrap .tool-box .lt {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.content-wrap.sub .product-wrap .tool-box .rt {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.content-wrap.sub .product-wrap .tool-box .sort-box {
  margin: 0;
}
.content-wrap.sub .product-wrap .tool-box .search-box {
  margin: 0;
}
.content-wrap.sub .product-wrap .search-box.r {
  width: 100%;
  display: flex;
  justify-content: end;
}
.content-wrap.sub .product-wrap .tool-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.content-wrap.sub .product-wrap .tab-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  border-radius: 100px;
  border: 1px solid #DDD;
  background: #fff;
}
.content-wrap.sub .product-wrap .tab-btn {
  color: #777;
  padding: 2rem;
  border: 1px solid transparent;
  background: #fff;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50px;
}
.content-wrap.sub .product-wrap .tab-btn.active {
  color: #fff;
  border-color: #0051A3;
  background: #0051A3;
}
.content-wrap.sub .product-wrap .sort-box {
  position: relative;
}
.content-wrap.sub .product-wrap .sort-box .sort-btn {
  display: flex;
  align-items: center;
  min-width: 20rem;
  height: 4.6rem;
  border-radius: 4.6rem;
  border: 1px solid #cdcdcd;
  padding: 0 2rem;
  cursor: pointer;
}
.content-wrap.sub .product-wrap .sort-box .sort-btn:after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/common/ic_caret_down.svg") no-repeat center/contain;
  flex: 0 0 auto;
}
.content-wrap.sub .product-wrap .sort-box .sort-btn span {
  flex: 1;
  font-size: 1.6rem;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.content-wrap.sub .product-wrap .sort-box .sort-box {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  z-index: 2;
  border-radius: 0 0 2rem 2rem;
  border: 1px solid #cdcdcd;
  border-top: 0;
  opacity: 0;
  visibility: hidden;
  background: #fff;
}
.content-wrap.sub .product-wrap .sort-box .sort-box li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1.2rem 2rem;
  line-height: 1;
  font-size: 1.6rem;
  color: #222;
}
.content-wrap.sub .product-wrap .sort-box .sort-box li a:hover {
  background: #f1f1f1;
}
.content-wrap.sub .product-wrap .sort-box.open .sort-btn {
  border-radius: 2.3rem 2.3rem 0 0;
  border-bottom-color: transparent;
}
.content-wrap.sub .product-wrap .sort-box.open .sort-btn:after {
  transform: rotate(180deg);
}
.content-wrap.sub .product-wrap .sort-box.open .sort-box {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  .content-wrap.sub .product-wrap .tool-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
  .content-wrap.sub .product-wrap .lt,
  .content-wrap.sub .product-wrap .rt {
    width: 100%;
  }
  .content-wrap.sub .product-wrap .tab-wrap {
    width: 100%;
    border-radius: 3rem;
    padding: 1.2rem;
  }
  .content-wrap.sub .product-wrap .tab-btn {
    padding: 1.4rem 1.8rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .content-wrap.sub .product-wrap .tool-box {
    gap: 1.6rem;
  }
  .content-wrap.sub .product-wrap .tab-wrap {
    flex-wrap: wrap;
    overflow-x: auto;
    gap: 0.8rem;
    border-radius: 2rem;
    padding: 0.8rem;
  }
  .content-wrap.sub .product-wrap .tab-wrap::-webkit-scrollbar {
    display: none;
  }
  .content-wrap.sub .product-wrap .tab-btn {
    flex: 0 0 auto;
    padding: 1.2rem 1.6rem;
    font-size: 1.4rem;
    border-radius: 3rem;
    width: 100%;
  }
  .content-wrap.sub .product-wrap .sort-box .sort-btn {
    width: 100%;
    min-width: auto;
    height: 4.4rem;
    padding: 0 1.6rem;
  }
  .content-wrap.sub .product-wrap .sort-box .sort-btn span {
    font-size: 1.4rem;
  }
  .content-wrap.sub .product-wrap .sort-box .sort-btn:after {
    width: 2rem;
    height: 2rem;
  }
  .content-wrap.sub .product-wrap .sort-box .sort-box li a {
    padding: 1.2rem 1.6rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .content-wrap.sub .product-wrap .tab-btn {
    padding: 1rem 1.4rem;
    font-size: 1.3rem;
  }
  .content-wrap.sub .product-wrap .tab-wrap {
    border-radius: 1.6rem;
  }
}
.content-wrap.sub .product-wrap .search-box {
  margin: 0 0 5rem;
}
.content-wrap.sub .product-wrap .search-box .form {
  display: flex;
  border: 1px solid #ddd;
  width: 45rem;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 4.5rem;
  overflow: hidden;
}
.content-wrap.sub .product-wrap .search-box .inp {
  flex: 1;
}
.content-wrap.sub .product-wrap .search-box .inp input {
  display: block;
  width: 100%;
  height: 4.6rem;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  color: #777;
  background: #fff;
}
.content-wrap.sub .product-wrap .search-box .inp input:focus {
  border: 0;
  outline: 0;
}
.content-wrap.sub .product-wrap .search-box .inp input:active {
  border: 0;
  outline: 0;
}
.content-wrap.sub .product-wrap .search-box .btn {
  flex: 0 0 auto;
}
.content-wrap.sub .product-wrap .search-box .btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  background: #0051A3;
  height: 4.6rem;
  font-size: 1.6rem;
  color: #fff;
  gap: 1rem;
}
.content-wrap.sub .product-wrap .search-box .btn button i {
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/common/ic_search.svg") no-repeat center/contain;
}
.content-wrap.sub .product-wrap .list-box .list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
.content-wrap.sub .product-wrap .list-box .list .box {
  display: block;
}
.content-wrap.sub .product-wrap .list-box .list .img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 2rem;
  border: 1px solid #cdcdcd;
  overflow: hidden;
}
.content-wrap.sub .product-wrap .list-box .list .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap.sub .product-wrap .list-box .list .tit {
  margin: 1rem 0 0 0;
  line-height: 1.5;
  font-size: 3rem;
  font-weight: 600;
  color: #222;
  text-align: center;
}
.content-wrap.sub .product-wrap .list-box.v-none .list {
  display: none;
}
.content-wrap.sub .product-wrap .list-box.v-none .list.active {
  display: block;
}
.content-wrap.sub .product-wrap .view-box {
  display: flex;
  gap: 0 3rem;
  margin: 0 auto;
  width: 143rem;
  flex-wrap: wrap;
}
.content-wrap.sub .product-wrap .view-box .view-img {
  width: 45rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 2rem;
  border: 1px solid #cdcdcd;
  flex: 0 0 auto;
}
.content-wrap.sub .product-wrap .view-box .view-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap.sub .product-wrap .view-box .view-con {
  width: 95rem;
}
.content-wrap.sub .product-wrap .view-box .view-con .type {
  display: flex;
  align-items: center;
  margin: 0 0 0.5rem;
}
.content-wrap.sub .product-wrap .view-box .view-con .type span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.3rem;
  height: 3.3rem;
  padding: 0 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #0051a3;
  border: 1px solid #0051a3;
}
.content-wrap.sub .product-wrap .view-box .view-con .title {
  margin: 0 0 4rem;
  line-height: 1;
  font-size: 6rem;
  font-weight: 600;
  color: #222;
}
.content-wrap.sub .product-wrap .view-box .view-con .desc {
  line-height: 1.2;
  font-size: 2rem;
  font-weight: 400;
  color: #222;
}
.content-wrap.sub .product-wrap .view-box .view-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5rem 0 0 0;
  width: 100%;
}
.content-wrap.sub .product-wrap .view-box .view-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 4rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  border: 1px solid #0051a3;
  background: #0051a3;
  transition: all 0.3s;
  text-transform: uppercase;
}
.content-wrap.sub .refrigeration-wrap {
  position: relative;
  padding: 5rem 0 10rem;
  overflow: hidden;
}
.content-wrap.sub .refrigeration-wrap .flex-box {
  display: flex;
  gap: 5rem;
}
.content-wrap.sub .refrigeration-wrap .search-box .form {
  margin: 0 0 0 auto;
}

@media all and (max-width: 85.375rem) {
  .header-wrap.menu-open {
    background: #ffffff;
  }
  .header-wrap.menu-open .header .logo > a {
    background: url("../img/common/logo_on.svg") no-repeat center/contain;
  }
  .header-wrap.menu-open .header .gnb > li > a {
    color: #fff;
  }
  .header-wrap.menu-open .header .language .ico {
    background: url("../img/common/ic_globe.svg") no-repeat center/contain;
  }
  .header-wrap.menu-open .header .language .btn button:after {
    background: #000;
    opacity: 0.5;
  }
  .header-wrap.menu-open .header .language .btn button span {
    color: #000;
  }
  .header-wrap.menu-open .header .allmenu button i {
    background: url("../img/common/ic_allmenu.svg") no-repeat center/contain;
  }
  .header {
    padding: 0 2rem;
  }
  .header .inner {
    min-height: 6rem;
  }
  .header .logo {
    width: 13rem;
  }
  .header .nav {
    position: fixed;
    top: 6rem;
    left: 0;
    width: 100%;
    height: calc(100dvh - 6rem);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    flex-direction: column;
    background: rgba(33, 48, 107, 0.4);
    transform: translateX(100%);
  }
  .header .nav.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .header .gnb {
    flex: 1;
    flex-direction: column;
    gap: 1rem;
    justify-content: flex-start;
    align-items: stretch;
    padding: 5rem 2rem;
    width: 100%;
  }
  .header .gnb > li {
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: left;
    height: auto;
  }
  .header .gnb > li > a {
    line-height: 5rem;
    font-size: 2rem;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    gap: 0.6rem;
    transition: all 0.3s;
    justify-content: flex-start;
  }
  .header .gnb > li.active .lnb {
    display: block;
  }
  .header .lnb {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    padding: 1rem 2rem;
    display: none;
    pointer-events: all;
    transform: none !important;
  }
  .header .lnb > li > a {
    justify-content: flex-start;
    line-height: 3rem;
    font-size: 1.4rem;
  }
  .header .lnb > li > a:hover {
    font-weight: 700;
    color: #222;
  }
  .header .language {
    margin: 0 3rem 0 0;
  }
  .header .language .btn button span {
    font-size: 1.4rem;
  }
  .header .allmenu {
    position: absolute;
    top: 1.6rem;
    right: 2rem;
    display: block;
    z-index: 5;
  }
  .header .allmenu button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  .header .allmenu button i {
    flex: 0 0 auto;
    width: 2.4rem;
    height: 2.4rem;
    background: url("../img/common/ic_allmenu_w.svg") no-repeat center/contain;
  }
  .footer {
    padding: 5rem 2rem;
  }
  .footer .logo {
    width: 18.2rem;
    height: auto;
  }
  .footer .info {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .footer .info div {
    gap: 0.5rem;
    line-height: 1.5;
    font-size: 1.3rem;
  }
  .footer .info div strong {
    font-weight: 700;
  }
  .footer .cite {
    margin: 3rem 0 0;
    padding: 3rem 0 0;
    line-height: 1;
    font-size: 1.6rem;
    font-weight: 300;
    color: #777;
    text-align: right;
    border-top: 1px solid rgba(172, 172, 172, 0.5);
  }
  .content-wrap.main .title-box {
    margin: 0 0 2rem 0;
  }
  .content-wrap.main .title-box .label {
    line-height: 3.6rem;
    font-size: 2rem;
    font-weight: 800;
    color: #21306b;
    font-family: "Nanum Myeongjo", serif;
  }
  .content-wrap.main .title-box .title {
    line-height: 1.5;
    font-size: 3.2rem;
  }
  .content-wrap.main .title-box .desc {
    margin: 3rem 0 0;
    line-height: 3.6rem;
    font-size: 2.6rem;
    font-weight: 400;
    color: #222;
  }
  .content-wrap.main .title-box .more {
    margin: 3rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content-wrap.main .title-box .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13.6rem;
    height: 3.6rem;
    font-size: 1.6rem;
    color: #23106b;
    border: 1px solid #21306b;
    transition: all 0.3s;
  }
  .content-wrap.main .title-box .more a:hover {
    background: #21306b;
    color: #fff;
  }
  .content-wrap.main .sec-1 {
    position: relative;
    overflow: hidden;
  }
  .content-wrap.main .sec-1 .visual {
    position: relative;
    overflow: hidden;
  }
  .content-wrap.main .sec-1 .visual .swiper-slide {
    height: 56rem;
  }
  .content-wrap.main .sec-1 .visual .swiper-button-next {
    right: 1.5rem;
    width: 3rem;
    height: 3rem;
  }
  .content-wrap.main .sec-1 .visual .swiper-button-next:after {
    display: none;
  }
  .content-wrap.main .sec-1 .visual .swiper-button-prev {
    left: 1.5rem;
    width: 3rem;
    height: 3rem;
  }
  .content-wrap.main .sec-1 .visual .swiper-button-prev:after {
    display: none;
  }
  .content-wrap.main .sec-1 .txt-box {
    padding: 0 2rem;
    font-size: 3.6rem;
  }
  .content-wrap.main .sec-1 .img-box {
    position: absolute;
    z-index: 1;
    inset: 0;
  }
  .content-wrap.main .sec-1 .img-box:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0.2;
  }
  .content-wrap.main .sec-1 .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-wrap.main .sec-2 {
    padding: 6rem 2rem;
  }
  .content-wrap.main .sec-2 .flex-box {
    flex-direction: column;
    gap: 2rem;
  }
  .content-wrap.main .sec-2 .img-box {
    width: 100%;
    height: auto;
    aspect-ratio: 2/1;
  }
  .content-wrap.main .sec-2 .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-wrap.main .sec-2 .con-box {
    width: 100%;
  }
  .content-wrap.main .sec-2 .con-box .tit {
    margin: 0 0 1rem;
    line-height: 1.5;
    font-size: 3rem;
  }
  .content-wrap.main .sec-2 .con-box .sub {
    margin: 0 0 2rem;
    line-height: 1.5;
    font-size: 2rem;
  }
  .content-wrap.main .sec-2 .con-box .txt {
    margin: 0 0 2rem;
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .content-wrap.main .sec-2 .con-box .txt p {
    margin: 0 0 1.8rem;
  }
  .content-wrap.main .sec-2 .bg-box {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
  }
  .content-wrap.main .sec-2 .bg-box:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.7);
  }
  .content-wrap.main .sec-2 .bg-box img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-wrap.main .sec-3 {
    position: relative;
    overflow: hidden;
  }
  .content-wrap.main .sec-3 .list-box ul {
    flex-direction: column;
  }
  .content-wrap.main .sec-3 .list-box li {
    flex: 1;
  }
  .content-wrap.main .sec-3 .list-box li .box:hover .img:before {
    opacity: 0;
  }
  .content-wrap.main .sec-3 .list-box li .box:hover .img:after {
    opacity: 1;
  }
  .content-wrap.main .sec-3 .list-box li .box:hover .more {
    background: #0051a3;
    border-color: #0051a3;
    color: #fff;
  }
  .content-wrap.main .sec-3 .list-box li .img {
    width: 100%;
    height: 20rem;
  }
  .content-wrap.main .sec-3 .list-box li .img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
  }
  .content-wrap.main .sec-3 .list-box li .img:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 71.31%, rgba(0, 0, 0, 0.7) 95.12%);
    opacity: 0;
    transition: all 0.5s;
  }
  .content-wrap.main .sec-3 .list-box li .img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-wrap.main .sec-3 .list-box li .con {
    padding: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 2rem;
  }
  .content-wrap.main .sec-3 .list-box li .tit {
    margin: 0;
    font-size: 2.4rem;
    text-align: left;
  }
  .content-wrap.main .sec-4 {
    padding: 6rem 2rem;
  }
  .content-wrap.main .sec-4 .list-box {
    padding: 0 6rem;
  }
  .content-wrap.main .sec-4 .list-box .slider {
    width: 100%;
  }
  .content-wrap.main .sec-4 .list-box .swiper-slide {
    height: auto;
    height: 100dvw;
  }
  .content-wrap.main .sec-4 .list-box .swiper-slide .img {
    position: relative;
    width: 80%;
    height: auto;
    aspect-ratio: 32/43;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
  }
  .content-wrap.main .sec-4 .list-box .swiper-slide .img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(34, 34, 34, 0.3);
    transition: all 0.5s;
  }
  .content-wrap.main .sec-4 .list-box .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-wrap.main .sec-4 .list-box .swiper-slide .txt {
    margin: 1.5rem 0 0 0;
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .content-wrap.main .sec-4 .list-box .swiper-slide-active {
    filter: none;
  }
  .content-wrap.main .sec-4 .list-box .swiper-slide-active .img {
    width: 100%;
  }
  .content-wrap.main .sec-4 .list-box .swiper-slide-active .img:before {
    opacity: 0;
    view-timeline: hidden;
  }
  .content-wrap.main .sec-4 .list-box .swiper-slide-active .txt {
    display: block;
  }
  .content-wrap.main .sec-5 {
    padding: 6rem 2rem;
  }
  .content-wrap.main .sec-5 .list-box {
    padding: 0 6rem;
    overflow: unset;
  }
  .content-wrap.main .sec-5 .list-box .slider {
    width: 100%;
    overflow: unset;
  }
  .content-wrap.main .sec-5 .list-box .swiper-slide .box {
    display: flex;
    flex-direction: column;
  }
  .content-wrap.main .sec-5 .list-box .swiper-slide .img {
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
  }
  .content-wrap.main .sec-5 .list-box .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-wrap.main .sec-5 .list-box .swiper-slide .con {
    padding: 2rem;
    background: #fff;
  }
  .content-wrap.main .sec-5 .list-box .swiper-slide .tit {
    line-height: 1.2;
    font-size: 1.8rem;
  }
  .content-wrap.main .sec-5 .list-box .swiper-slide .txt {
    line-height: 1.2;
    font-size: 1.4rem;
  }
  .content-wrap.main .sec-6 {
    padding: 6rem 2rem;
  }
  .content-wrap.main .sec-6 .zido-box {
    margin: 0 0 2rem;
    width: 100%;
    aspect-ratio: 16/10;
  }
  .content-wrap.main .sec-6 .flex-box {
    flex-direction: column;
    gap: 4rem;
  }
  .content-wrap.main .sec-6 .txt-box {
    width: 82.5rem;
    max-width: 100%;
    height: auto;
  }
  .content-wrap.main .sec-6 .txt-box .tit {
    margin: 0 0 2rem;
    line-height: 1.5;
    font-size: 2.4rem;
  }
  .content-wrap.main .sec-6 .txt-box .tit br {
    display: none;
  }
  .content-wrap.main .sec-6 .txt-box .txt {
    line-height: 1.3;
    font-size: 2.6rem;
    color: #222;
  }
  .content-wrap.main .sec-6 .txt-box .txt dl {
    padding: 0.5rem 0;
  }
  .content-wrap.main .sec-6 .txt-box .txt dt {
    margin: 0 0 1rem;
    line-height: 1;
    font-size: 1.2rem;
  }
  .content-wrap.main .sec-6 .txt-box .txt dd {
    line-height: 1.2;
    font-size: 1.5rem;
  }
  .content-wrap.main .sec-6 .cont-box {
    width: 100%;
    padding: 2rem;
  }
  .content-wrap.main .sec-6 .cont-box .form dl {
    margin: 0 0 3rem;
  }
  .content-wrap.main .sec-6 .cont-box .form dt {
    font-size: 1.6rem;
  }
  .content-wrap.main .sec-6 .cont-box .form dd .inp {
    width: 100%;
  }
  .content-wrap.main .sec-6 .cont-box .form dd .inp input {
    height: 4rem;
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
  }
  .content-wrap.main .sec-6 .cont-box .form dd .inp textarea {
    width: 100%;
    height: 20rem;
    padding: 1rem;
    font-size: 1.4rem;
  }
  .content-wrap.main .sec-6 .cont-box .agree .checkbox input ~ span {
    font-size: 1.4rem;
  }
  .content-wrap.main .sec-6 .cont-box .agree .checkbox input:checked ~ i {
    background: #0051a3;
  }
  .content-wrap.main .sec-6 .cont-box .agree .checkbox input:checked ~ i:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.4rem 0 0 -0.55rem;
    width: 1rem;
    height: 0.6rem;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
  }
  .content-wrap.main .sec-6 .cont-box .button {
    margin: 3rem 0 0 0;
  }
  .content-wrap.main .sec-6 .cont-box .button a {
    width: 14rem;
    height: 4rem;
  }
  .content-wrap.sub .subvisual-wrap {
    padding: 17rem 2rem 4rem;
  }
  .content-wrap.sub .subvisual-wrap .breadcrumb {
    margin: 0 0 2rem;
  }
  .content-wrap.sub .subvisual-wrap .breadcrumb span {
    font-size: 1.3rem;
  }
  .content-wrap.sub .subvisual-wrap .breadcrumb span:after {
    content: "";
    margin: 0 1.5rem;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 0.4rem;
    background: #fff;
  }
  .content-wrap.sub .subvisual-wrap .breadcrumb span:last-of-type:after {
    display: none;
  }
  .content-wrap.sub .subvisual-wrap .breadcrumb span img {
    width: 2.4rem;
    height: 2.4rem;
  }
  .content-wrap.sub .subvisual-wrap .title {
    font-size: 4rem;
  }
  .content-wrap.sub .subvisual-wrap .bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }
  .content-wrap.sub .subvisual-wrap .bg:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
  }
  .content-wrap.sub .subvisual-wrap .bg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-wrap.sub .title-box {
    margin: 0 0 7rem;
    text-align: center;
  }
  .content-wrap.sub .title-box .title {
    padding: 0 0 2rem;
    line-height: 4.6rem;
    font-size: 3.6rem;
    font-weight: 700;
    color: #21306B;
    font-family: "Nanum Myeongjo", serif;
    border-bottom: 1px solid #efe6dd;
  }
  .content-wrap.sub .navi-wrap {
    width: 100%;
  }
  .content-wrap.sub .navi-wrap ul {
    padding: 1rem;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    overflow-x: auto;
    gap: 2rem;
  }
  .content-wrap.sub .navi-wrap li {
    margin: 0;
  }
  .content-wrap.sub .navi-wrap li a {
    padding: 0 1rem;
    height: 4rem;
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .content-wrap.sub .navi-wrap li a:hover {
    color: #0051a3;
  }
  .content-wrap.sub .navi-wrap li.on a {
    background: #0051a3;
    color: #fff;
  }
  .content-wrap.sub .about-wrap {
    padding: 4rem 2rem 8rem;
  }
  .content-wrap.sub .about-wrap .flex-box {
    flex-direction: column;
    gap: 4rem;
  }
  .content-wrap.sub .history-wrap {
    width: 143rem;
    max-width: 100%;
  }
  .content-wrap.sub .history-wrap .item {
    gap: 0;
  }
  .content-wrap.sub .history-wrap .item .year {
    width: 30%;
    line-height: 1.5;
    font-size: 3rem;
    font-weight: 800;
    color: #0051a3;
  }
  .content-wrap.sub .history-wrap .item .month {
    width: 70%;
    padding: 1rem 0 5rem 0;
  }
  .content-wrap.sub .history-wrap .item .month:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1rem;
    width: 1px;
    background: #c3d7eb;
  }
  .content-wrap.sub .history-wrap .item .month dl {
    margin: 0 0 4rem;
    padding: 0 0 0 4rem;
    align-items: flex-start;
    flex-direction: column;
  }
  .content-wrap.sub .history-wrap .item .month dl:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.6rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 2rem;
    background: #85a2bf;
    transform: translateY(-50%);
    transition: all 0.5s;
  }
  .content-wrap.sub .history-wrap .item .month dl.on:before {
    left: 0;
    background: #0051A3;
    border: 0.6rem solid #c3d7eb;
    width: 2rem;
    height: 2rem;
  }
  .content-wrap.sub .history-wrap .item .month dt {
    margin: 0 0 1rem;
    width: 100%;
    font-size: 1.6rem;
  }
  .content-wrap.sub .history-wrap .item .month dd {
    font-size: 1.2rem;
  }
  .content-wrap.sub .history-wrap .item:last-of-type .month {
    padding-bottom: 0;
  }
  .content-wrap.sub .prcenter-wrap {
    width: 143rem;
    max-width: 100%;
  }
  .content-wrap.sub .prcenter-wrap .slider {
    position: relative;
    width: 100%;
    padding: 0 40% 4rem 0;
  }
  .content-wrap.sub .prcenter-wrap .slider:before {
    content: "";
    position: absolute;
    top: -5rem;
    right: calc(100% + 2rem);
    bottom: -5rem;
    background: #fff;
    width: 1920px;
    z-index: 9;
  }
  .content-wrap.sub .prcenter-wrap .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 37.4rem;
    transition: filter 0.6s;
  }
  .content-wrap.sub .prcenter-wrap .swiper-slide .img {
    position: relative;
    transition: all 0.5s;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
    aspect-ratio: 374/533;
  }
  .content-wrap.sub .prcenter-wrap .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-wrap.sub .prcenter-wrap .swiper-slide .txt {
    margin: 1.5rem 0 0 0;
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .content-wrap.sub .prcenter-wrap .swiper-slide-active {
    filter: none;
  }
  .content-wrap.sub .prcenter-wrap .swiper-scrollbar {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }
  .content-wrap.sub .prcenter-wrap .swiper-scrollbar .swiper-scrollbar-drag {
    background: #0051a3;
  }
  .content-wrap.sub .news-wrap {
    width: 143rem;
    max-width: 100%;
  }
  .content-wrap.sub .news-wrap .search-box {
    margin: 0 0 5rem;
  }
  .content-wrap.sub .news-wrap .search-box .form {
    display: flex;
    border: 1px solid #ddd;
    width: 45rem;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 4.5rem;
    overflow: hidden;
  }
  .content-wrap.sub .news-wrap .search-box .inp {
    flex: 1;
  }
  .content-wrap.sub .news-wrap .search-box .inp input {
    height: 4rem;
    padding: 1rem;
    font-size: 1.3rem;
  }
  .content-wrap.sub .news-wrap .search-box .inp input:focus {
    border: 0;
    outline: 0;
  }
  .content-wrap.sub .news-wrap .search-box .inp input:active {
    border: 0;
    outline: 0;
  }
  .content-wrap.sub .news-wrap .search-box .btn {
    flex: 0 0 auto;
  }
  .content-wrap.sub .news-wrap .search-box .btn button {
    padding: 0 1rem;
    height: 4rem;
    font-size: 1.3rem;
  }
  .content-wrap.sub .news-wrap .search-box .btn button i {
    width: 2rem;
    height: 2rem;
  }
  .content-wrap.sub .news-wrap .list-box {
    overflow: hidden;
    overflow-x: auto;
  }
  .content-wrap.sub .news-wrap .list-box .list ul {
    padding: 0 1.2rem;
    height: 5rem;
    gap: 0.5rem;
  }
  .content-wrap.sub .news-wrap .list-box .list li {
    font-size: 1.3rem;
  }
  .content-wrap.sub .news-wrap .list-box .list-head {
    display: flex;
    align-items: center;
    border-top: 2px solid #0051A3;
  }
  .content-wrap.sub .news-wrap .list-box .list-body .list-item {
    font-weight: 400;
    color: #777;
  }
  .content-wrap.sub .news-wrap .list-box .list-item.number {
    width: 9rem;
  }
  .content-wrap.sub .news-wrap .list-box .list-item.title {
    width: 100%;
  }
  .content-wrap.sub .news-wrap .list-box .list-item.author {
    width: 15rem;
  }
  .content-wrap.sub .news-wrap .list-box .list-item.date {
    width: 15rem;
  }
  .content-wrap.sub .news-wrap .list-box .pager {
    margin: 4rem 0 0;
    gap: 0.5rem;
  }
  .content-wrap.sub .news-wrap .list-box .pager a {
    width: 2.6rem;
    height: 2.6rem;
  }
  .content-wrap.sub .news-wrap .list-box .pager a:hover {
    color: #0051a3;
  }
  .content-wrap.sub .news-wrap .list-box .pager a.start {
    background: url("../img/common/ic_page_end.svg") no-repeat center;
    transform: rotate(180deg);
  }
  .content-wrap.sub .news-wrap .list-box .pager a.end {
    background: url("../img/common/ic_page_end.svg") no-repeat center;
    transform: rotate(0);
  }
  .content-wrap.sub .news-wrap .list-box .pager a.prev {
    background: url("../img/common/ic_page_arrow.svg") no-repeat center;
    transform: rotate(180deg);
  }
  .content-wrap.sub .news-wrap .list-box .pager a.next {
    background: url("../img/common/ic_page_arrow.svg") no-repeat center;
    transform: rotate(0);
  }
  .content-wrap.sub .news-wrap .list-box .pager a.current {
    background: #0051A3;
    color: #fff;
  }
  .content-wrap.sub .news-wrap .list-box .pager a.current:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  .content-wrap.sub .news-wrap .view-box .view-head {
    padding: 2rem 0;
  }
  .content-wrap.sub .news-wrap .view-box .view-head .title {
    line-height: 2;
    font-size: 1.8rem;
  }
  .content-wrap.sub .news-wrap .view-box .view-head .info {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0 0;
    line-height: 1.4rem;
    font-size: 1.2rem;
    font-weight: 500;
    color: #777;
  }
  .content-wrap.sub .news-wrap .view-box .view-body {
    padding: 4rem 0;
    line-height: 1.25;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .content-wrap.sub .news-wrap .view-box .view-post dl {
    padding: 2.4rem 0;
    gap: 1.5rem;
  }
  .content-wrap.sub .news-wrap .view-box .view-post dl dt {
    width: 7.5rem;
    font-size: 1.2rem;
  }
  .content-wrap.sub .news-wrap .view-box .view-post dl dt:after {
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
  }
  .content-wrap.sub .news-wrap .view-box .view-post dl dd {
    flex: 1;
  }
  .content-wrap.sub .news-wrap .view-box .view-post dl dd a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
  .content-wrap.sub .news-wrap .view-box .view-post dl dd a .title {
    font-size: 1.4rem;
  }
  .content-wrap.sub .news-wrap .view-box .view-post dl dd a .date {
    font-size: 1.2rem;
  }
  .content-wrap.sub .news-wrap .view-box .view-button {
    margin: 6rem 0 0;
  }
  .content-wrap.sub .inquiry-wrap {
    width: 100%;
  }
  .content-wrap.sub .inquiry-wrap .zido-box {
    margin: 0 0 2rem;
    width: 100%;
    aspect-ratio: 16/10;
  }
  .content-wrap.sub .inquiry-wrap .flex-box {
    gap: 4rem;
  }
  .content-wrap.sub .inquiry-wrap .txt-box {
    width: 100%;
  }
  .content-wrap.sub .inquiry-wrap .txt-box .tit {
    margin: 0 0 2rem;
    line-height: 1.5;
    font-size: 2.4rem;
  }
  .content-wrap.sub .inquiry-wrap .txt-box .tit br {
    display: none;
  }
  .content-wrap.sub .inquiry-wrap .txt-box .txt {
    line-height: 1.3;
    font-size: 2.6rem;
    color: #222;
  }
  .content-wrap.sub .inquiry-wrap .txt-box .txt dl {
    padding: 0.5rem 0;
  }
  .content-wrap.sub .inquiry-wrap .txt-box .txt dt {
    margin: 0 0 1rem;
    line-height: 1;
    font-size: 1.2rem;
  }
  .content-wrap.sub .inquiry-wrap .txt-box .txt dd {
    line-height: 1.2;
    font-size: 1.5rem;
  }
  .content-wrap.sub .inquiry-wrap .form {
    width: 100%;
    padding: 2rem;
  }
  .content-wrap.sub .inquiry-wrap .form dl {
    margin: 0 0 3rem;
  }
  .content-wrap.sub .inquiry-wrap .form dt {
    font-size: 1.6rem;
  }
  .content-wrap.sub .inquiry-wrap .form dd .inp {
    width: 100%;
  }
  .content-wrap.sub .inquiry-wrap .form dd .inp input {
    height: 4rem;
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
  }
  .content-wrap.sub .inquiry-wrap .form dd .inp textarea {
    width: 100%;
    height: 20rem;
    padding: 1rem;
    font-size: 1.4rem;
  }
  .content-wrap.sub .inquiry-wrap .agree .checkbox input ~ span {
    font-size: 1.4rem;
  }
  .content-wrap.sub .inquiry-wrap .agree .checkbox input:checked ~ i {
    background: #0051a3;
  }
  .content-wrap.sub .inquiry-wrap .agree .checkbox input:checked ~ i:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.4rem 0 0 -0.55rem;
    width: 1rem;
    height: 0.6rem;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
  }
  .content-wrap.sub .inquiry-wrap .button {
    margin: 3rem 0 0 0;
  }
  .content-wrap.sub .inquiry-wrap .button a {
    width: 14rem;
    height: 4rem;
  }
  .content-wrap.sub .automotive-wrap {
    padding: 4rem 2rem 8rem;
  }
  .content-wrap.sub .automotive-wrap .flex-box {
    flex-direction: column;
    gap: 4rem;
  }
  .content-wrap.sub .product-wrap {
    width: 100%;
  }
  .content-wrap.sub .product-wrap .tool-box {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem 0;
    margin: 0 0 4rem;
  }
  .content-wrap.sub .product-wrap .tool-box .lt {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .content-wrap.sub .product-wrap .tool-box .rt {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .content-wrap.sub .product-wrap .sort-box {
    position: relative;
  }
  .content-wrap.sub .product-wrap .sort-box .sort-btn:after {
    width: 2rem;
    height: 2rem;
  }
  .content-wrap.sub .product-wrap .sort-box .sort-btn span {
    font-size: 1.4rem;
  }
  .content-wrap.sub .product-wrap .sort-box .sort-box {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    z-index: 2;
    border-radius: 0 0 2rem 2rem;
    border: 1px solid #cdcdcd;
    border-top: 0;
    opacity: 0;
    visibility: hidden;
    background: #fff;
  }
  .content-wrap.sub .product-wrap .sort-box .sort-box li a {
    font-size: 1.4rem;
  }
  .content-wrap.sub .product-wrap .sort-box .sort-box li a:hover {
    background: #f1f1f1;
  }
  .content-wrap.sub .product-wrap .search-box {
    margin: 0 0 5rem;
    width: 100%;
  }
  .content-wrap.sub .product-wrap .search-box .form {
    width: 100%;
  }
  .content-wrap.sub .product-wrap .search-box .inp {
    flex: 1;
  }
  .content-wrap.sub .product-wrap .search-box .inp input {
    height: 4rem;
    padding: 1rem;
    font-size: 1.3rem;
  }
  .content-wrap.sub .product-wrap .search-box .inp input:focus {
    border: 0;
    outline: 0;
  }
  .content-wrap.sub .product-wrap .search-box .inp input:active {
    border: 0;
    outline: 0;
  }
  .content-wrap.sub .product-wrap .search-box .btn {
    flex: 0 0 auto;
  }
  .content-wrap.sub .product-wrap .search-box .btn button {
    padding: 0 1rem;
    height: 4rem;
    font-size: 1.3rem;
  }
  .content-wrap.sub .product-wrap .search-box .btn button i {
    width: 2rem;
    height: 2rem;
  }
  .content-wrap.sub .product-wrap .search-box.r {
    width: 100%;
    display: flex;
    justify-content: end;
  }
  .content-wrap.sub .product-wrap .list-box .list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .content-wrap.sub .product-wrap .list-box .list .box {
    display: block;
  }
  .content-wrap.sub .product-wrap .list-box .list .img {
    border-radius: 1.6rem;
  }
  .content-wrap.sub .product-wrap .list-box .list .img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-wrap.sub .product-wrap .list-box .list .tit {
    margin: 1rem 0 0 0;
    font-size: 1.6rem;
    word-break: keep-all;
  }
  .content-wrap.sub .product-wrap .view-box {
    flex-direction: column;
    gap: 4rem;
    width: 100%;
  }
  .content-wrap.sub .product-wrap .view-box .view-img {
    width: 100%;
  }
  .content-wrap.sub .product-wrap .view-box .view-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-wrap.sub .product-wrap .view-box .view-con {
    width: 95rem;
  }
  .content-wrap.sub .product-wrap .view-box .view-con .type {
    display: flex;
    align-items: center;
    margin: 0 0 0.5rem;
  }
  .content-wrap.sub .product-wrap .view-box .view-con .type span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3.3rem;
    height: 3.3rem;
    padding: 0 1rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #0051a3;
    border: 1px solid #0051a3;
  }
  .content-wrap.sub .product-wrap .view-box .view-con .title {
    margin: 0 0 3rem;
    font-size: 3rem;
  }
  .content-wrap.sub .product-wrap .view-box .view-con .desc {
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .content-wrap.sub .product-wrap .view-box .view-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5rem 0 0 0;
    width: 100%;
  }
  .content-wrap.sub .product-wrap .view-box .view-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15rem;
    height: 4rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    border: 1px solid #0051a3;
    background: #0051a3;
    transition: all 0.3s;
    text-transform: uppercase;
  }
  .content-wrap.sub .refrigeration-wrap {
    padding: 4rem 2rem 8rem;
  }
  .content-wrap.sub .refrigeration-wrap .flex-box {
    flex-direction: column;
    gap: 4rem;
  }
  .content-wrap.sub .refrigeration-wrap .search-box .form {
    margin: 0 0 0 auto;
  }
}/*# sourceMappingURL=layout.css.map */