.p1 {
  position: relative;
  /* top: -100px; */
}

.tit {
  font-size: 1.2rem;
  letter-spacing: var(--spacing04);
  font-weight: 500;
  margin-bottom: 1.5rem;
  position: relative;
}

.Btit {
  font-size: var(--fs52);
  font-weight: 500;
  letter-spacing: var(--spacing04);
  line-height: var(--lh15);
}

.main_bn .s1 {
  width: 100%;
  padding: 17% 0 4% 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #212121;
  color: #fff;
}

.main_bn .s1 .inner {
  max-width: 1300px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.main_bn .s1 .txtI {
  margin-bottom: 20.5%;
}

.main_bn .s1 .txtI h2 {
  letter-spacing: var(--poppins);
  font-size: 2.6rem;
  line-height: 1.6;
}

.main_bn .s1 .txtI p {
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: var(--spacing04);
}

.main_bn .hover_wrap {
  width: 100%;
  max-width: 1340px;
  padding-inline: 20px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  /* overflow: hidden; */
}

.main_bn .s1 .hover_box {
  border: 1px solid #fff;
  border-radius: 1.2rem;
  padding: 1.3rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  transition: 0.5s;
}

/* 상단 hovOn */
.main_bn .hovOn {
  transform-origin: bottom;
  transition: 0.5s;
  background: linear-gradient(-10deg,
      rgba(255, 255, 255, 0.2) 56%,
      rgba(255, 255, 255, 0.17) 80%,
      transparent 100%);
  border: none;
}

.main_bn .s1 .hover_box p {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: left;
}

.main_bn .s1 .hover_icon {
  margin-top: 2rem;
  display: flex;
  gap: 7.6rem;
  align-items: baseline;
  justify-content: space-between;
}

.main_bn .s1 .hover_icon p {
  font-weight: 500;
  letter-spacing: var(--spacing04);
}

.main_bn .s1 .hover_box:hover {
  transform: scale(1.05);
  transform-origin: bottom;
  transition: 0.5s;
  background: linear-gradient(-10deg,
      rgba(255, 255, 255, 0.2) 56%,
      rgba(255, 255, 255, 0.17) 80%,
      transparent 100%);
  border-color: transparent;
}

/* s1 end */

/* p1 subnav */
.main_bn .sub_nav {
  width: 100%;
  height: 85px;
  margin: auto;
  border-bottom: 1px solid #f4f4f4;
}

.main_bn .sub_nav ul {
  max-width: 1340px;
  height: 100%;
  padding-inline: 20px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.main_bn .sub_nav ul li {
  height: 100%;
  min-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: var(--fs18);
}

.main_bn .sub_nav .nav_on a {
  color: var(--blue1);
  font-weight: 600;
  font-size: var(--fs22);
  text-align: center;
}

.main_bn .sub_nav .nav_on::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--blue1);
}

.main_bn .sub_nav li a {
  display: block;
  align-content: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  text-align: center;
  font-size: var(--fs19);
}

/* p1 subnav end*/

.main_bn .s2 {
  width: 100%;
  max-width: 1640px;
  padding-inline: 20px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-block: 6% 14%;
}

.main_bn .s2 {
  padding-block: 6% 0;
}

.main_bn .s2 .txtI {
  width: 100%;
  margin-bottom: 5.3rem;
  color: black;
  position: relative;
  text-align: left;
}

.main_bn .s2 .txtI .tit {
  font-size: 1.125rem;
  letter-spacing: var(--spacing04);
  font-weight: 500;
  margin-bottom: 1.5rem;
  padding-left: 0.8rem;
  position: relative;
}

.main_bn .s2 .txtI .tit::before {
  width: 10px;
  height: 10px;
  content: "";
  display: block;
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 30%;
}

.main_bn .s2 .txtI .subtit {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--poppins);
  letter-spacing: var(--lh13);
  margin-block: 0.5rem 4rem;
}

.main_bn .s2 .txtI .cont {
  color: #383838;
  font-size: var(--fs22);
  font-weight: 400;
  letter-spacing: var(--spacing08);
  line-height: var(--lh15);
}

.main_bn .s2 .p1s2_logo {
  position: absolute;
  right: 0;
  top: 7%;
  z-index: -1;
}

.main_bn .s2 .cont_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7rem;
}

.main_bn.box_bg:hover {
  transition: 0.3s;
}

.main_bn .box_bg:hover {
  transition: 0.3s;
  filter: none;
}

.main_bn .s2 .box {
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  clip-path: circle(45%);
  transition: 1.2s;
}

.main_bn .s2 .box img {
  width: 100%;
  height: 415px;
  object-fit: cover;
}

.main_bn .s2 .hov_on {
  flex-grow: 2;
  border-radius: 15rem;
  clip-path: none;
  filter: brightness(1);
  flex-basis: 100%;
  transition: 1.2s;
}

.main_bn .s2 .box_txt {
  height: 100%;
  padding-block: 3rem;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--fs22);
  letter-spacing: var(--spacing04);
  transition: 1.5s;
  color: #fff;
  text-align: center;
  justify-content: space-between;
}

.main_bn .s2 .s2_line {
  width: 1px;
  height: 10.5rem;
  margin: auto;
  display: block;
  background-color: #000;
}

/* p1s2 end */

#p1 .s1 {
  background-image: url(../img/p1_s1_bg.jpg);
}

.p1 .s3 {
  width: 100%;
  background-image: url(../img/p1s3_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.p1 .s3 .inner {
  padding: 12.5% 0;
  max-width: 1100px;
  margin: auto;
}

.p1 .s3 .txtI {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 4.3rem;
}

.p1 .txtI h2 {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: var(--spacing04);
  line-height: 1.4;
}

.p1 .s3 .txtI .white {
  display: block;
  height: 2.75rem;
  width: 1px;
  background-color: #fff;
  margin: auto;
}

.p1 .s3 .txtI .cont {
  font-size: var(--fs18);
  font-weight: 500;
  letter-spacing: var(--spacing04);
  line-height: 1.8;
}

/* p1s3 end */

.p1 .s4 {
  max-width: 1600px;
  margin: auto;
  padding: 7.2% 0 9.5%;
  position: relative;
}

.p1 .s4 .p1s4_txt {
  margin-bottom: 7.1rem;
}

.p1 .s4 .p1s4_tit {
  letter-spacing: var(--poppin);
  font-size: var(--fs19);
  letter-spacing: var(--spacing04);
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.p1 .s4 .sub_pre {
  color: #383838;
  font-size: var(--fs22);
  letter-spacing: var(--spacing04);
  line-height: var(--lh15);
}

.p1 .s4 .p1s4_swiper {
  max-width: 1700px;
  margin: auto;
}

.p1 .s4 .p1s4_swiper .swiper-slide {
  position: relative;
}

.p1 .s4 .p1s4_swiper .swiper-slide .swiper_cont {
  background-color: #fff;
  position: absolute;
  left: 16%;
  bottom: 5%;
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: var(--spacing04);
  line-height: var(--lh15);
  padding: 0.2rem 1.2rem;
  border-radius: 20rem;
}

.p1 .s4 .p1s4_swiper .swiper-slide img {
  border-radius: 3rem;
  margin: auto;
}

.p1 .s4 .p1s4_Thumb {
  max-width: 1160px;
  margin: auto;
  margin-top: 3.25rem;
}

.p1 .s4 .p1s4_Thumb .swiper-slide img {
  border-radius: 1.8rem;
}

/* p1s4 Thumb slide end*/

/* p1 s4 swiper button custom */
.p1 .s4 .swiper-button-next {
  position: absolute;
  right: 2%;
  background-color: #fff;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  filter: drop-shadow(1px 2px 5px rgba(0, 0, 0, 0.14));
}

.p1 .s4 .swiper-button-prev:after {
  content: "";
  display: block;
  width: 9px;
  height: 13px;
  background-image: url(../img/swiper_prev.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--gray_777);
}

.p1 .s4 .swiper-button-prev {
  position: absolute;
  right: 3%;
  background-color: #fff;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  filter: drop-shadow(1px 2px 5px rgba(0, 0, 0, 0.14));
}

.p1 .s4 .swiper-button-next:after {
  content: "";
  display: block;
  width: 9px;
  height: 13px;
  background-image: url(../img/swiper_next.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 1rem;
  color: var(--gray_777);
}

/* navigation custom end */
/* p1s4 end */

.p1 .s5 {
  width: 100%;
  padding-inline: 20px;
  background-color: #f4f4f4;
}

.p1 .s5 .inner {
  max-width: 1600px;
  padding: 14.6% 0;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.p1 .s5 .left .txt {
  margin-bottom: 70px;
}

.p1 .s5 .left .txt .tit {
  letter-spacing: var(--poppins);
  font-size: var(--fs19);
  letter-spacing: var(--spacing04);
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.p1 .s5 .sub_pre {
  color: #383838;
  font-weight: 400;
  font-size: var(--fs19);
  letter-spacing: var(--spacing04);
  line-height: 1.2;
}

.p1 .s5 .catalog {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.p1 .s5 .catalog button {
  width: 65%;
  padding: 0.47rem 0.5rem;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  border: 1px solid #333;
  background-color: #fff;
}

.p1 .s5 .catalog button p {
  font-size: var(--fs18);
  color: #333;
  line-height: 1.2;
  padding: 0 1.2rem;
}

.p1 .s5 .right {
  padding-top: 2rem;
}

.p1 .s5 .right img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/* p1s5 bg 맞추기 */
/* p1s5 end */
/* p1 end */

.p1_1 .p1s2 {
  padding-block: 0;
}

.inner1 {
  width: 90%;
  max-width: 1500px;
  margin: auto;
  position: relative;
}

.inner1 {
  position: relative;
}

.inner1::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 160px;
  transform: translate(-50%, 0);
  width: 1px;
  height: calc(100% - 160px);
  background: #bbb;
  z-index: -1;
}

.his_wrap {
  padding: 12vh 0;
  width: 100%;
  font-size: 0;
}

.his_wrap:last-child {
  padding-bottom: 25vh;
}

.his_wrap > div {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 5vw;
}

.his_wrap .year p {
  text-align: right;
  font-size: 1.5rem;
  letter-spacing: -0.05em;
  font-weight: 600;
  margin-bottom: 0.825rem;
  color: #0c4da0;
}

.his_wrap .his_cont_wrap {
  padding: 25px 0 0;
}

.his_wrap .his_cont_wrap .his_cont {
  width: 100%;
}

.his_wrap .his_cont_wrap .his_cont > li {
  position: relative;
  padding: 6px 0 0 4vw;
  width: 100%;
  font-size: 0;
}

.his_wrap .his_cont_wrap .his_cont:first-of-type li {
  padding-top: 0;
}

.his_wrap .his_cont_wrap .his_cont > li:first-of-type h4 {
  display: block;
  margin-bottom: 2rem;
  width: 100%;
  font-size: 3rem;
  font-weight: 600;
  color: #0c4da0;
}

.his_wrap .his_cont_wrap .his_cont > li.ball::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.7rem;
  aspect-ratio: 1;
  border: 4px solid #94b8e773;
  background: #0c4da0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.his_wrap .his_cont_wrap .his_cont > li.ball.current::before {
  border: 1px solid #8db835;
  background: #8db835;
}

.his_wrap .his_cont_wrap .his_cont > li > p {
  display: inline-block;
  vertical-align: top;
  font-size: 1.1rem;
  letter-spacing: -0.05em;
  line-height: 2.8;
  margin-left: 1rem;
  color: #606060;
}

.his_wrap .his_cont_wrap .his_cont > li > .date {
  width: 10%;
  font-weight: 500;
}

.his_img {
  width: 100%;
}

.his_img img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

/* p1_1 end */

.p1_2 .p1_2s2 {
  width: 100%;
  max-width: 1280px;
  padding-inline: 20px;
  margin: 0 auto;
  margin-bottom: 12%;
}

.p1_2 .p1_2s2 .grid_wrap {
  column-gap: 64px;
  row-gap: 3.75rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(255px, auto));
}

.p1_2 .p1_2s2 .grid_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p1_2 .p1_2s2 .grid_item:nth-child(3) .desc {
  padding: 0.8rem 0;
}

.p1_2 .p1_2s2 .desc {
  width: 100%;
  padding: 1.45rem 0;
  margin-top: 1.25rem;
  font-size: 1.25rem;
  background-color: #f3f3f3;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: var(--spacing08);
  text-align: center;
  border-radius: 5rem;
}

.p1_2 .p1_2s2 .flex_item:nth-child(3) .desc {
  padding: 0.7rem 0;
}

/* p1_2 수상 및 인증서 end */

/* 사업 분야 */
.p1_3 .s2 .txtI .txtI {
  margin-bottom: 0;
}

.p1_3 .s2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 6% 13rem;
}

.p1_3 .s2 .txtI {
  flex-basis: 60%;
}

.p1_3 .s2 .txt_wrap {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  /* margin-bottom: 8rem; */
}

.p1_3 .s2 .txt_wrap .subtit {
  margin-bottom: 0;
}

.p1_3 .s2 .txt_wrap .cont {
  line-height: 1.4;
  vertical-align: middle;
  font-size: 23px;
  letter-spacing: var(--spacing08);
  color: #383838;
  font-weight: 300;
  padding-top: 4rem;
}

.p1_3 .p1_2s2 img {
  display: block;
  margin: 0 auto;
}

.p1_3 .s3 {
  width: 100%;
  background-color: #f0f0f0;
}

.p1_3 .s3 .inner {
  width: 100%;
  padding-block: 8%;
  padding-inline: 8.5% 0;
}

.p1_3 .p1_3_txt {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
  padding-inline: 0 5%;
  position: relative;
}

.p1_3 .p1_3_txt p {
  font-size: var(--fs22);
  letter-spacing: var(--spacing08);
  line-height: var(--lh15);
  font-weight: 300;
  color: #383838;
  z-index: 1;
}

.p1_3 .p1_3_txt img {
  position: absolute;
  right: 4%;
  z-index: 0;
}

.p1_3 .swiper-wrapper {
  padding-bottom: 5rem;
}

.p1_3 .p1_3_scroll {
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 7px;
  opacity: 1;
}

.p1_3 .swiper-scrollbar-drag {
  background-color: #2b2b2b;
  opacity: 1;
  width: 25px;
}

.p1_3 .swiper-slide {
  position: relative;
}

.p1_3 .slide_cont {
  width: calc(100% - 64px);
  height: calc(100% - 64px);
  margin: auto;
  position: absolute;
  top: 2rem;
  left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p1_3 .slide_icon {
  max-width: 100px;
}

.p1_3 .cont_under {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p1_3 .under_txt h4 {
  color: #fff;
}

.p1_3 .under_txt h4:nth-child(1) {
  font-size: var(--fs38);
}

.p1_3 .under_txt h4:nth-child(2) {
  font-size: var(--fs33);
  font-weight: 500;
  letter-spacing: var(--spacing04);
  font-family: var(--pre);
}

/* page 1_3 end */

.p1_4 .s2 {
  padding-block: 6% 0;
}

.p1_4 .s2 .txtI {
  margin-bottom: 2rem;
}

.p1_4 .s2 .txtI .subtit {
  margin-bottom: 40px;
}

.p1_4 .s3 {
  width: 100%;
  max-width: 1640px;
  padding: 0 20px;
  margin: 0 auto;
}

.p1_4 details {
  overflow: hidden;
  transition: 0.5s;
  cursor: pointer;
}

.p1_4 summary {
  width: 100%;
  position: relative;
}

.p1_4 details summary h3 {
  font-size: 2rem;
  color: var(--blue);
  font-family: var(--poppin);
}

.p1_4 summary::marker {
  font-size: 0;
}

.p1_4 summary::before {
  content: "";
  display: block;
  background: url(../img/p1_4/p1_4_arrow2.png) no-repeat center;
  background-size: contain;
  width: 30px;
  height: 19px;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}

.p1_4 details[open] {
  transition: 0.5s;
}

.p1_4 details[open] summary::before {
  background: url(../img/p1_4/p1_4_arrow1.png) no-repeat center;
  background-size: contain;
}

/* marker custom end */

.p1_4 .summary_wrap {
  width: 100%;
  max-width: 1220px;
  display: flex;
  float: right;
  flex-direction: column;
  align-items: end;
  justify-content: flex-end;
  gap: 2rem;
}

.p1_4 .icon_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.p1_4 .icon {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.p1_4 .icon_wrap .icon:not(.add) {
  gap: 11px;
  padding-top: 2rem;
}

.p1_4 .icon_wrap .icon:not(.add) .icon_txt {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 11px;
}

.p1_4 .icon_wrap .icon:not(.add) img {
  width: 25px;
  height: 25px;
}

.p1_4 .map {
  width: 100%;
  height: 624px;
}

.p1_4 .map iframe {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
}

.p1_4 .icon .icon_txt p {
  font-size: var(--fs22);
  letter-spacing: var(--spacing04);
}

.p1_4 .icon .icon_txt p:nth-child(1) {
  font-family: var(--poppin);
  font-weight: 600;
}

.p1_4 .s3_1 {
  margin-bottom: 10%;
}

.p1_4 .s3_1 h3 {
  color: var(--gray_ae);
  border-top: 1px solid var(--gray_ae);
  padding-top: 2rem;
}

/* p1 ~ 회사소개 end */

#p2 .s1 {
  background: url(../img/p2/p2_bg.jpg) no-repeat center;
  background-size: cover;
}

#p2 .s2 {
  padding-block: 6% 0;
}

.p2 .p2s3 {
  padding-block: 33% 17%;
  width: 100%;
  position: relative;
}

.p2 .p2s3 .inner {
  position: relative;
}

.p2 .p2s3 .line {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.p2 .p2_nano {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  max-width: 100%;
}

.p2 .p2_flex_wrap .inner {
  width: 100%;
  max-width: 1480px;
  margin-inline: auto;
  margin-top: -33px;
  padding-inline: 20px;
  display: flex;
  justify-content: space-between;
}

.p2 .p2_flex_wrap .flex_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.5s;
}

.p2 .p2_flex_wrap .flex_item:hover .flx_tit {
  background: linear-gradient(90deg,
      rgba(12, 77, 161, 1) 19%,
      rgba(102, 45, 145, 1) 100%);
  transition: 0.5s;
  transform: scale(1.2);
  color: #fff;
  border-color: transparent;
}

.p2 .p2_flex_wrap .flex_item:hover .flx_img_box {
  transform: scale(1.04);
  transform-origin: center;
  transition: 0.4s;
  border: 2px solid var(--blue1);
}

.p2 .p2_flex_wrap .flx_img_box {
  transition: 0.4s;
}

.p2 .p2_flex_wrap .flex_item .flx_tit_wrap {
  position: relative;
}

.p2 .flex_item .flx_tit_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 2rem;
  left: 50%;
  width: 1px;
  height: 100%;
  z-index: -1;
  background-color: var(--gray_af);
}

.p2 .flex_item .flx_tit {
  width: 194px;
  padding: 0.4rem 0;
  margin-bottom: 126%;
  border-radius: 3rem;
  background-color: #fff;
  border: 2px solid var(--blue1);
  font-family: var(--pre);
  color: var(--blue1);
  font-weight: 600;
  font-size: 17px;
  text-align: center;
  line-height: var(--lh13);
  transition: 0.5s;
}

.p2 .p2_flex_wrap .flex_dot {
  font-weight: 500;
  text-align: center;
  margin-top: 1.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.p2 .p2_flex_wrap .flex_dot span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--blue1);
  outline: 10px solid rgba(12, 77, 161, 0.4);
}

.p2 .dot2 span {
  width: 13px;
  height: 13px;
  outline: 13px solid rgba(12, 77, 161, 0.4);
}

.p2 .flx_img_box {
  padding-inline: 26px;
  padding-block: 3.5rem 1.5rem;
  background-color: #f1f1f1;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border: 2px solid transparent;
}

/* p2 end */

.p21_s2 .p1s2_txt {
  margin-bottom: 68px;
}

.p2_1s3 {
  width: 100%;
  position: relative;
  padding-bottom: 17%;
}

.p2_1 .graph {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 2.5rem;
}

.p2_1 .bg {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: -1;
  object-fit: contain;
}

/* p2_1 end */

.p2_2 .p2_2s3 {
  width: 100%;
  max-width: 1580px;
  margin: 0 auto;
  padding-inline: 20px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 5.8%;
}

.p2_2 .p2_2s3 h3 {
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: var(--spacing04);
  line-height: var(--lh13);
  margin-bottom: 40px;
}

.p2_2 .p2_2s4 {
  position: relative;
  background-color: #f4f4f4;
  width: 100%;
  padding-top: 10rem;
}

.p2_2 .p2_2s4 .flex_wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1640px;
  padding-inline: 20px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  padding-bottom: 10rem;
}

.p2_2 .p2_2s4 .flex_wrap .left h3 {
  font-size: 1.75rem;
  font-weight: 500;
  margin-top: 0.5rem;
}

.p2_2 .p2_2s4 .s4_bg {
  position: absolute;
  display: block;
  bottom: 0;
  left: 10%;
}

.p2_2 .p2_2s5 {
  width: 100%;
  max-width: 1340px;
  padding-inline: 20px;
  margin: 0 auto;
  padding-block: 7% 10%;
}

.p2_2 .p2_2s5 h3 {
  font-weight: 500;
  font-family: var(--pre);
  font-size: var(--fs33);
  line-height: var(--lh13);
  letter-spacing: var(--spacing04);
  text-align: center;
}

.p2_2 .p2_2s5 .flex_wrap {
  display: flex;
  width: 100%;
  max-width: 1340px;
  align-items: start;
  justify-content: space-between;
  padding-top: 7%;
}

.p2_2 .p2_2s5 .flex_wrap .left {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.p2_2 .p2_2s5 .flex_wrap .left h5,
.p2_2 .p2_2s5 .flex_wrap .right h5 {
  color: #4c4948;
  font-size: var(--fs25);
  font-weight: 500;
  line-height: var(--lh13);
  letter-spacing: -0.2px;
  text-align: center;
  margin-bottom: 40px;
}

.p2_2 .p2_2s5 .left .semTop,
.p2_2 .p2_2s5 .left .semBtm {
  padding-inline: 4.9rem;
  padding-block: 3.5rem;
  border: 1px solid #d3d3d3;
  border-radius: 1.5rem;
}

.p2_2 .p2_2s5 .left .semBtm {
  margin-block: 5rem 6rem;
}

.p2_2 .p2_2s5 .arrow {
  padding-top: 17%;
  margin-left: -5px;
}

.p2_2 .p2_2s5 .flex_wrap .right {
  padding-inline: 4.9rem;
  padding-block: 3.5rem 3.75rem;
  border: 1px solid #d3d3d3;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.8rem;
}

.p2_2 .p2_2s5 .flex_wrap .right .mb {
  display: none;
}

.p2_2 .p2_2s5 .right p {
  color: #4c4948;
  font-size: 15px;
  text-align: center;
  margin-top: 0.5rem;
}

/* p3 제품소개 */

#p3 .s1 {
  background: url(../img/p3/p3_bg.jpg) no-repeat center;
  background-size: cover;
}

#p3 .p3_1 {
  display: block;
  background: #f7f7f7;
}

#p3 .p3_1 .grid_wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding: 5rem 1rem 10rem 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(405px, 1fr));
  gap: 5rem 0rem;
}

#p3 .p3_1 .grid_wrap li img {
  display: block;
  margin: 0 auto;
  border-radius: 2rem;
}

#p3 .p3_1 .grid_wrap li p {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  display: block;
  margin-top: 1.5rem;
}

#p3 .pro_s1 {
  display: flex;
  padding-block: 10rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#p3 .pro_s1 span {
  font-weight: 500;
  font-size: 1.125rem;
}

#p3 .pro_s1 h3 {
  font-size: 3rem;
  font-weight: 500;
  margin-block: 0.55rem 2.3rem;
}

#p3 .pro_s1 .link {
  display: flex;
  gap: 1rem;
  padding-bottom: 7rem;
}

#p3 .pro_s1 a {
  display: inline-flex;
  align-items: center;
  border: 1px solid #272625;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.75rem 2rem;
  border-radius: 5rem;
  gap: 0.45rem;
}

#p3 .pro_s1 a span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #272625;
}

#p3 .pro_s1 a:last-of-type {
  display: none;
}

#p3 .pro_s1 img {
  display: block;
  margin: 0 auto;
}

#p3 .pro_s2 {
  background: url(../img/p3/pro_s2_bg.jpg) no-repeat center / cover;
  height: 290px;
  display: flex;
  justify-content: center;
}

#p3 .pro_s2 ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 1100px;
  padding-inline: 20px;
}

#p3 .pro_s2 ul li img {
  display: block;
  margin: 0 auto;
}

#p3 .pro_s2 ul li {
  align-content: center;
}

#p3 .pro_s2 ul li p {
  color: white;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1.75rem;
}

#p3 .pro_s3 {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-block: 10rem;
}

#p3 .pro_s3 .flex_wrap {
  max-width: 1480px;
  display: flex;
  padding: 0 1rem 10rem;
  width: 100%;
  margin: 0 auto;
}

#p3 .pro_s3 .flex_wrap .flex_left {
  flex-basis: 30%;
}

#p3 .pro_s3 .flex_wrap .flex_left h3 {
  display: block;
  font-weight: 600;
  font-size: 2rem;
  position: relative;
}

#p3 .pro_s3 .flex_wrap .flex_left h3::before {
  position: absolute;
  width: 8px;
  aspect-ratio: 1;
  display: block;
  content: "";
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  background: black;
  left: -1.55rem;
}

#p3 .pro_s3 .flex_wrap .flex_right {
  display: flex;
  width: 100%;
}

#p3 .pro_s3 .flex_wrap .flex_right .r1 {
  flex-basis: 70%;
}

#p3 .pro_s3 .flex_wrap .flex_right .r1 h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #4c4948;
  margin-bottom: 0.425rem;
  display: inline-block;
}

#p3 .pro_s3 .flex_wrap .flex_right .r1 p {
  color: #888888;
  font-weight: 500;
  font-size: 1.2rem;
  display: inline-block;
}

#p3 .pro_s3 .flex_wrap .flex_right .r2 {
  background: #4c4948;
  width: 30%;
  height: 1px;
  margin-top: 0.75rem;
  margin-right: 1rem;
}


#p3 .pro_s3 .flex_wrap .flex_right .r3 {
  width: 100%
}

#p3 .pro_s3 .flex_wrap .flex_right .r3 li {
  position: relative;
  font-size: 1.125rem;
  color: #4c4948;
  font-weight: 300;
  padding-left: 1.65rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  width: 100%;
}

#p3 .pro_s3 .flex_wrap .flex_right .r3 li::before {
  background: url(../img/p3/check.png) no-repeat center / contain;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.125rem;
  aspect-ratio: 1;
}

#p3 .pro_s3 .golist {
  padding: 1rem;
  border-radius: 5rem;
  color: white;
  background: #0c4da1;
  font-size: 1.25rem;
  display: block;
  max-width: 220px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

/* p3 table */
#p3 .pro_table {
  width: 100%;
  border: 1px solid #4c4948;
  color: #4c4948;
  font-size: 18px;
  border-collapse: collapse;
}

#p3 .pro_table tr td {
  padding-inline: 2rem 1rem;
  padding-block: 21px;
  border-bottom: 1px solid #777;
  border-right: 1px solid #777;
  line-height: 1.3;
}

#p3 .pro_table tr td:nth-child(1) {
  min-width: 230px;
  background-color: #f4f4f4;
  font-weight: 600;
  letter-spacing: var(--spacing04);
}

.p3_2 .pro_table tr td:nth-child(1) {
  width: 220px;
}

/* p3 table end */

#p4 .s1 {
  background: url(../img/p4/p4_bg.jpg) no-repeat center / cover;
}

#p4 .p4s3 {
  max-width: 1580px;
  padding-inline: 20px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 10rem;
}

#p4 .p4s3 .flex_wrap {
  display: flex;
  background: #f4f4f4;
  align-items: center;
  border-radius: 3rem;
  overflow: hidden;
}

#p4 .p4s3 .flex_wrap .flex_left {
  flex: 1;
}

#p4 .p4s3 .flex_wrap .flex_right {
  flex: 1;
  flex-direction: column;
  gap: 5rem;
  display: flex;
  padding: 1rem 5rem 1rem 5rem;
}

#p4 .p4s3 .flex_right h5 {
  font-size: 1.5rem;
  font-weight: 600;
  align-items: center;
}

#p4 .p4s3 .flex_right p {
  font-size: 1.125rem;
  color: #383838;
}

#p4 .p4s3 .flex_right a {
  font-size: 1.125rem;
  color: #383838;
  font-weight: 600;
}

#p4 .p4s4 {
  background: #f4f4f4;
}

#p4 .p4s4 .grid_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(490px, 1fr));
  max-width: 1580px;
  padding-inline: 20px;
  margin: 0 auto;
  width: 100%;
  padding-block: 10rem;
}

#p4 .p4s4 .grid_wrap li {
  margin-bottom: 5rem;
}

#p4 .p4s4 .grid_wrap li .imgbox img {
  border-radius: 2rem;
  display: block;
  overflow: hidden;
}

#p4 .p4s4 .grid_wrap li p {
  color: black;
  font-size: 1.125rem;
  margin-top: 2rem;
  font-weight: 500;
  max-width: 90%;
  text-align: center;
}

.container {
  width: 100%;
  max-width: 1640px;
  padding: 65px 2rem 10rem;
  background: #fff;
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
  margin: 0 auto;
}

.form_p {
  position: relative;
  text-align: right;
  margin-bottom: 45px;
  padding-bottom: 20px;
  font-size: 1.1rem;
  font-weight: 200;
}

.form_p::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ccc;
}

.form_inner {
  font-size: 0px;
  width: 100%;
}

#mail_to {
  margin-bottom: 30px;
  display: none;
}

.mail_to_c {
  color: #000000;
  font-size: 1rem;
  font-weight: 800;
  width: 180px;
  border: 1px solid #ddd;
  padding: 5px;
}

#form_tabs {
  display: inline-block;
  width: 100%;
  font-size: 0px;
  vertical-align: middle;
  margin-top: 15px;
}

input.tab_item {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

label.tab_item {
  position: relative;
  width: auto;
  margin-right: 35px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1rem;
  font-weight: 200;
  color: #666;
  text-align: center;
  font-weight: 300;
  overflow: hidden;
  transform: skewX(-0.3deg);
  padding-left: 22px;
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  transition: 0.28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tab_item:last-child {
  margin-right: 0px;
}

[type="radio"] + label:before,
[type="radio"] + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 3px;
  width: 10px;
  height: 10px;
  z-index: 0;
  transition: 0.28s ease;
  border-radius: 50%;
  border: 2px solid transparent;
}

[type="radio"]:not(:checked) + label:before {
  border-radius: 50%;
  border: 2px solid #5a5a5a;
}

input[type="radio"]:checked:before {
  background: #018092;
}

[type="radio"]:checked + label:before {
  border-radius: 50%;
  border: 2px solid #1a1a1a;
}

[type="radio"]:checked + label:after {
  border-radius: 50%;
  border: 2px solid #1d3eb5;
  background-color: #1d3eb5;
  z-index: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.form_ul {
  font-size: 0px;
  width: 100%;
}

.form_ul li {
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
}

.form_ul li:nth-child(1) {
  margin-right: 5%;
}

.f_title {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: -0.35px;
  color: #000;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  font-weight: 600;
  transform: skewX(-0.3deg);
  text-transform: uppercase;
}

.addr_btn {
  color: #fff;
  letter-spacing: -0.5px;
  font-size: 0.85rem;
  text-align: center;
  cursor: pointer;
  background-color: #8c8d8d;
  border: 1px solid #8c8d8d;
  border-radius: 5px;
  padding: 5px;
  margin-left: 10px;
}

.f_title .color1 {
  color: #1d3eb5;
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle;
  font-family: "Pretendard", "sans-serif";
}

.f_title.ver2 {
  color: #000;
}

.f_title.ver1 {
  display: inline-block;
  width: 8%;
  vertical-align: middle;
  margin-bottom: 0;
}

.f_title.wid50 {
  width: 50%;
}

.form_tabs {
  margin-bottom: 40px;
}

.title_info {
  color: #999;
  font-weight: 200;
  margin-left: 10px;
  font-size: 1.1rem;
}

.f_cont {
  clear: both;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 7px;
  margin-bottom: 45px;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #808080;
  border-radius: 15px;
  vertical-align: top;
}

.no_bor .f_cont {
  border: 0;
  border-bottom: 1px solid #808080;
  border-radius: 0;
}

.f_cont.wid50 {
  width: 47.5%;
}

.f_cont.margin-10 {
  margin-bottom: 10px;
}

.f_cont.wid25 {
  width: 175px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

.f_cont.wid75 {
  width: calc(100% - 185px);
  display: inline-block;
  vertical-align: top;
}

.f_cont2 {
  clear: both;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 7px;
  margin-bottom: 45px;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #808080;
  border-radius: 15px;
  vertical-align: top;
}

.f_cont3 {
  clear: both;
  margin-bottom: 100px;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}

.f_cont p {
  color: #808080;
}

.f_input {
  width: 100%;
  color: #808080;
  border: 0px;
  background-color: transparent;
  font-size: 0.9rem;
  line-height: 40px;
}

.f_input_radio {
  margin-right: 5px;
}

.form_cate_span {
  margin-right: 10px;
}

.f_input2 {
  height: 230px;
  width: 100%;
  color: #808080;
  font-size: 0.9rem;
  padding-top: 10px;
  border: 0px;
  background-color: transparent;
  font-family: "Roboto", "Pretendard", "sans-serif";
}

.form_file > div {
  margin-bottom: 45px;
}

.form_file > div > div {
  font-size: 0;
  position: relative;
}

.form_file > div > div:first-child {
  margin-bottom: 20px;
}

.f_cont3 .filebox {
  display: inline-block;
}

.upload-name {
  display: inline-block;
  padding: 0px 8px;
  font-size: 0.8rem;
  line-height: 40px;
  color: #808080;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: calc(100% - 180px);
  box-sizing: border-box;
  display: none;
}

.upload-name.ver2 {
  background-color: transparent;
  width: 80%;
  line-height: 40px;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-name .upload-name {
  display: block;
}

.filebox label:hover {
  box-shadow: 3px 3px 11px rgb(0 0 0 / 25%);
}

.file-name {
  position: relative;
}

.file-name {
  display: inline-block;
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: 1px solid #808080;
  border-radius: 15px;
  vertical-align: top;
}

.file-name .file_del {
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  cursor: pointer;
}

.form_line {
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 40px;
}

.file_p {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 600;
  color: #000;
  vertical-align: top;
  width: 25%;
}

/* .file_info { display: inline-block;  width: 74%;} */
.file_info {
  display: inline-block;
  width: 70%;
  vertical-align: middle;
  padding-left: 5%;
  box-sizing: border-box;
}

.file_info.mob {
  display: none;
}

.file_info p {
  font-size: 0.9rem;
  font-weight: 300;
  color: #999;
}

.filebox {
  display: inline-block;
  width: 180px;
  vertical-align: top;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

#form_send {
  text-align: right;
  width: 100%;
  font-size: 0.95rem;
  line-height: 1.3;
  margin-bottom: 5px;
  color: #636363;
  transform: skewX(-0.3deg);
}

#form_send_1 {
  width: 100%;
}

.content_p {
  text-align: right;
  font-size: 0.95rem;
  line-height: 1.3;
  margin-bottom: 5px;
  color: #636363;
  margin-bottom: 65px;
  transform: skewX(-0.3deg);
}

.inq_div {
  width: 100%;
  margin-bottom: 70px;
}

.inq_txt {
  font-size: 17px;
  line-height: 28.55px;
  letter-spacing: -0.68px;
  color: #231815;
  padding-left: 30px;
  position: relative;
}

.inq_txt img {
  width: 100%;
  max-width: 22px;
  position: absolute;
  left: 0px;
  top: 3px;
}

.inq_contbox {
  width: 100%;
  padding: 15px;
  margin: 10px 0px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #808080;
  border-radius: 15px;
}

.inq_contbox p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
  color: #666666;
  transform: skewX(-0.3deg);
  height: 140px;
  overflow-y: scroll;
}

.inq_contbox p::-webkit-scrollbar {
  display: block;
  width: 10px;
}

.inq_contbox p::-webkit-scrollbar-thumb {
  background-color: #666666;
  border-radius: 10px;
}

.inq_contbox p::-webkit-scrollbar-track {
  background-color: #e3e3e3;
  border-radius: 10px;
}

.checkbox {
  font-size: 0.85rem;
  line-height: 1.3;
  color: #808080;
  margin-left: 5px;
  transform: skewX(-0.3deg);
}

.checkbox input {
  vertical-align: middle;
  margin-right: 3px;
}

.inq_ul {
  width: 100%;
  font-size: 0px;
}

.inq_ul li {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  margin-right: 5%;
}

.inq_contbox.ver2 {
  width: 100%;
  padding: 0px;
  margin: 10px 0px;
  box-sizing: border-box;
  border: 2px solid #ddd;
}

.submit {
  font-size: 0.9rem;
  height: auto;
  color: #fff;
  width: 100%;
  max-width: 180px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s;
  background-color: #000;
  border: 1px solid #000;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "Gotham";
  border-radius: 5px;
  transition: all 0.4s;
}

.submit:hover {
  box-shadow: 3px 3px 11px rgb(0 0 0 / 25%);
}

.reset {
  font-size: 0.9rem;
  height: auto;
  color: #fff;
  width: 100%;
  max-width: 180px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s;
  background-color: #838484;
  border: 1px solid #838484;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "Gotham";
  margin-left: 10px;
  border-radius: 5px;
  transition: all 0.4s;
}

.reset:hover {
  box-shadow: 3px 3px 11px rgb(0 0 0 / 25%);
}

input[type="button"],
input[type="reset"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

input[type="button"],
input[type="reset"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.block {
  display: block;
}

/*반응형*/
@media screen and (max-width: 899px) {
  .form_p {
    font-size: 1rem;
  }

  .form_ul li {
    width: 100%;
  }

  .form_ul li:nth-child(1) {
    margin-right: 0;
  }

  .f_title.ver1 {
    width: 100%;
  }

  #form_tabs {
    width: 100%;
    margin-top: 10px;
  }

  label.tab_item {
    width: 100%;
    margin-right: 0;
    font-size: 1.1rem;
    box-sizing: border-box;
    text-align: left;
    padding-left: 30px;
    margin-bottom: 10px;
  }

  .f_title {
    font-size: 1.1rem;
  }

  .file_p {
    width: 100%;
  }

  .file_info {
    width: 100%;
    padding-left: 0px;
    margin-top: 15px;
  }

  .file_info.pc {
    display: none;
  }

  .file_info.mob {
    display: block;
    margin-bottom: 15px;
    margin-top: 0px;
  }

  .file_info p {
    padding-left: 12px;
    text-indent: -12px;
    word-break: keep-all;
    font-size: 1.1rem;
    line-height: 1.7;
  }

  .title_info {
    margin-left: 5px;
    font-size: 1rem;
  }

  #form_send_1 {
    font-size: 0px;
  }

  .submit {
    width: 48%;
    max-width: 180px;
    display: inline-block;
    box-sizing: border-box;
    margin: 0px;
    margin-right: 2%;
  }

  .reset {
    width: 48%;
    max-width: 180px;
    display: inline-block;
    box-sizing: border-box;
    margin: 0px;
    margin-left: 2%;
  }

  .upload-name {
    width: 100%;
    margin-bottom: 15px;
  }

  .filebox {
    width: 90px;
  }

  .filebox label {
    width: 100%;
  }

  .f_cont3 .filebox {
    width: 100%;
  }

  .inq_contbox p {
    line-height: 1.7;
    font-size: 1.1rem;
  }

  .checkbox {
    font-size: 1.1rem;
  }

  .file_info p {
    font-size: 1rem;
  }

  /* form end */
}

@media screen and (max-width: 768px) {
  .file_info p {
    font-size: 0.7rem;
  }

  .inq_contbox p {
    font-size: 0.8rem;
  }

  /* form  */
}

/* form 반응형 end */

@media screen and (max-width : 1441px) {
  .f_inner {
    padding-inline: 20px;
  }

  .top {
    right: 5%;
  }
}

@media screen and (max-width : 1341px) {
  .p2 .p2_flex_wrap .inner {
    row-gap: 4rem;
  }

  /* 기술 설명 end */
}

/* 1281 */
@media screen and (max-width : 1281px) {
  header .headerI {
    padding-inline: 2%;
  }

  header .h_list li a {
    font-size: 1rem;
  }

  /* header end */

  .main_bn .s1 .txtI {
    margin-bottom: 10%;
  }

  .main_bn .s1 .txtI h2 {
    font-size: 2.4rem;
  }

  .p1 .txtI h2 {
    font-size: 2.25rem;
  }

  .main_bn .s2 .txtI .subtit {
    font-size: 18px;
  }

  .main_bn .s2 .txtI .cont {
    font-size: 18px;
  }

  .main_bn .s2 .box img {
    height: 300px;
  }

  /* 상단 배너 end */

  .p1 .s4 .p1s4_txt {
    padding-inline: 20px;
  }

  .Btit {
    font-size: 2.5rem;
  }

  .p1 .s4 .p1s4_tit {
    font-size: 1.125rem;
  }

  .p1 .s4 .sub_pre {
    font-size: 20px;
  }

  .p1 .s5 .inner {
    justify-content: unset;
  }

  .p1 .s5 .left {
    flex-basis: 40%;
  }

  .p1 .s5 .left .txt {
    margin-bottom: 4rem;
  }

  .p1 .s5 .right {
    display: flex;
    justify-content: end;
    flex-basis: 60%;
  }

  /* 기술 소개 end */

  .main_bn .s2 .txtI {
    margin-bottom: 0;
  }

  .his_wrap .his_cont_wrap .his_cont > li:first-of-type h4 {
    font-size: 2.5rem;
  }

  /* 연혁 end*/

  .main_bn .s2 .txtI .subtit {
    margin-block: 0.5rem 2rem
  }

  .main_bn .s2 {
    gap: 3.5rem;
  }

  /* 수상 및 인증서 end */

  .p1_3 .s2 {
    gap: 0;
    padding-block: 6% 10rem;
  }

  .p1_3 .s2 .txt_wrap .cont {
    font-size: 1.125rem;
    line-height: 1.6;
    padding-top: 3rem;
  }

  .p1_3 .p1_2s2 img {
    max-width: 80%;
  }

  .p1_3 .s3 .inner {
    padding-inline: 20px 0;
  }

  .p1_3 .p1_3_txt img {
    width: 50%;
  }

  .p1_3 .slide_icon {
    max-width: 75px;
  }

  .p1_3 .under_txt h4:nth-child(1) {
    font-size: 1.5rem;
  }

  .p1_3 .under_txt h4:nth-child(2) {
    font-size: 20px;
  }

  .p1_3 .p13_icon img {
    max-width: 80%;
  }

  /* 사업 분야 end */

  .p1_4 details summary h3 {
    font-size: 1.75rem;
    margin-bottom: 1.2rem;
  }

  .p1_4 .icon .icon_txt p {
    font-size: 1.125rem;
  }

  /* 오시는 길 end */
  /* 회사 소개 p1 end */

  #p2 .Btit {
    font-size: 2rem;
  }

  /* p2 Btit */

  .p2_2 .p2_2s3 h3 {
    font-size: 1.5rem;
  }

  .p2_2 .p2_2s3 img {
    max-width: 85%;
  }

  .p2_2 .p2_2s4 .flex_wrap {
    row-gap: 2rem;
    padding-bottom: 5rem;
  }

  .p2_2 .p2_2s4 .flex_wrap:last-child {
    padding-bottom: 30%;
    justify-content: end
  }

  .p2_2 .p2_2s4 .flex_wrap:last-child .left {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    text-align: right;
  }

  .p2_2 .p2_2s4 .flex_wrap .left h3 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .p2_2 .p2_2s4 .s4_bg {
    left: 0;
  }

  .p2_2 .p2_2s5 h3 {
    font-size: 28px;
  }

  .p2_2 .p2_2s5 .flex_wrap {
    padding-top: 5%;
  }

  .p2_2 .p2_2s5 .flex_wrap .right .mb {
    display: block;
  }

  /* p2 나노 기술 end */

  #p3 .p3_1 .grid_wrap {
    gap: 5rem 1rem;
  }

  #p3 .pro_s1 h3 {
    font-size: 2.5rem;
  }

  #p3 .pro_s3 .flex_wrap .flex_right .r2 {
    width: 25%;
  }

  /* p3 제품 end */

}

@media screen and (max-width : 1211px) {
  .main_bn .s1 .hover_icon {
    gap: 3rem;
  }

  /* hover menu end */

  .p1 .s5 .catalog button {
    width: 60%;
    padding: 0.47rem 1.5rem;
  }

  /* p1  end */

  #p3 .pro_s1 h3 {
    font-size: 2rem;
  }

  #p3 .pro_s3 .flex_wrap .flex_left {
    flex-basis: 20%;
  }
}

@media screen and (max-width: 900px) {


  .main_bn .s1 .hover_box {
    padding: 0.8rem 1.7rem
  }

  .main_bn .s1 .hover_icon {
    gap: 2rem;
  }

  .main_bn .s1 .hover_box p {
    font-size: 1rem;
  }

  /* hover menu end */

  .main_bn .s1 .txtI h2 {
    font-size: 2rem;
  }

  .main_bn .s1 .txtI p {
    font-size: 1.25rem;
  }

  /* main banner end */

  .main_bn .sub_nav .nav_on a {
    font-size: 20px;
  }

  /* sub nav end */

  .p1 .txtI h2 {
    font-size: 2rem;
  }

  /* title */
  .main_bn .s2 .cont_wrap {
    margin-bottom: 2rem;
  }

  .main_bn .s2 .box img {
    height: 200px;
  }

  .main_bn .s2 .box_txt {
    font-size: 1.125rem;
  }

  .p1 .s3 .txtI {
    gap: 1.3rem;
  }

  .p1 .s3 .txtI .cont {
    padding-inline: 20px;
  }

  .p1 .s3 .txtI .cont br {
    display: none;
  }

  .Btit {
    font-size: 1.75rem;
  }

  .p1 .s4 .p1s4_tit {
    font-size: 1rem;
  }

  .p1 .s4 .sub_pre {
    font-size: 1.25rem;
  }

  .p1 .s4 .p1s4_swiper {
    margin-inline: 20px;
  }

  .p1 .s4 .p1s4_swiper .swiper-slide {
    border-radius: 2rem;
    overflow: hidden;
  }

  .p1 .s4 .p1s4_swiper .swiper-slide img {
    border-radius: 0;
  }

  .p1 .s4 .p1s4_swiper .swiper-slide .swiper_cont {
    left: 20px;
  }

  .p1 .s4 .p1s4_Thumb {
    margin-inline: 20px;
  }

  .p1 .s4 .p1s4_Thumb .swiper-slide {
    border-radius: 0.8rem;
    overflow: hidden;
  }

  .p1 .s4 .p1s4_Thumb .swiper-slide img {
    border-radius: 0;
  }

  .p1 .s5 .inner {
    flex-direction: column;
  }

  .p1 .s5 .left {
    flex-basis: unset;
    width: 100%;
  }

  .p1 .s5 .catalog {
    flex-direction: row;
    gap: 2rem;
  }

  .p1 .s5 .catalog button {
    justify-content: space-between;
    padding: 0.47rem 1rem;
  }

  /* 기술소개 end */

  .p1_2 .p1_2s2 {
    margin-bottom: 20%;
  }

  /* 수상 및 인증서 */

  .main_bn .s2 .txtI {
    flex-basis: 100%;
  }

  .p1_3 .p1_2s2 img {
    max-width: 65%;
  }

  .p1_3 .s2 .txt_wrap .cont {
    padding-top: 2rem;
  }

  .p1_3 .s2 {
    padding-block: 6% 6rem;
  }

  .p1_3 .p1_3_txt p {
    font-size: 20px;
  }

  /* 사업 분야 end */
  .p1_4 .icon img {
    width: 50px;
    height: 50px;
  }

  .p1_3 .s2 .txt_wrap {
    flex-direction: column;
  }

  .p1_3 .s2 .txt_wrap .cont {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .p1_3 .slide_cont {
    width: calc(100% - 32px);
  }

  .p1_4 .icon .icon_txt p {
    font-size: 1rem;
  }

  .p1_3 .under_txt h4:nth-child(1) {
    font-size: 1.2rem;
  }

  .p1_3 .p13_icon img {
    max-width: 60%;
  }

  /* 오시는 길 end*/

  .p2 .flex_item .flx_tit {
    width: 170px;
  }

  .p2 .p2_flex_wrap .inner p {
    font-size: 14px;
  }

  /* 기술설명 end */


  .p2_2 .p2_2s3 {
    flex-direction: column;
    gap: 4rem;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .p2_2 .p2_2s3 img {
    max-width: 100%;
  }

  .p2_2 .p2_2s4 .s4_bg {
    width: 350px;
  }

  .p2_2 .p2_2s5 h3 {
    font-size: 24px;
  }

  .p2_2 .p2_2s5 .flex_wrap .left h5,
  .p2_2 .p2_2s5 .flex_wrap .right h5 {
    font-size: 22px;
  }

  .p2_2 .p2_2s5 .left .semTop,
  .p2_2 .p2_2s5 .left .semBtm {
    padding-inline: 2rem;
    padding-block: 2rem;
  }

  .p2_2 .p2_2s5 .flex_wrap .right {
    padding-inline: 3rem;
  }

  /* 사례 end */
  /* 나노 기술 end */

  #p3 .pro_s3 .flex_wrap {
    flex-direction: column;
    gap: 2rem;
    padding: 0 1rem 7rem;
  }

  #p3 .pro_s3 .flex_wrap .flex_right .r1 h4 {
    font-size: 1.25rem;
    line-height: 1.35;
  }

  #p3 .pro_s3 .flex_wrap .flex_right .r1 p {
    font-size: 1rem;
    line-height: 1.4;
  }

  #p3 .pro_s3 .flex_wrap .flex_right .r2 {
    width: 20%;
  }

  #p3 .pro_s3 .flex_wrap .flex_right .r3 li {
    font-size: 1rem;
  }

  #p3 .pro_table tr td {
    padding-inline: 1.5rem 0.8rem;
    padding-block: 20px;
  }

  /* 제품 소개 end */

  #p4 .p4s3 .flex_wrap {
    margin-top: 1.5rem;
    border-radius: 2rem;
  }

  #p4 .p4s4 .grid_wrap {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1rem;
  }

  #p4 .p4s4 .grid_wrap li .imgbox img {
    border-radius: 1.5rem;
  }

  /* 뉴스룸 end */

}

@media screen and (max-width : 769px) {
  .main_bn .s1 .hover_icon {
    gap: 1rem;
  }

  /* 상단 hover 메뉴 end */

  .main_bn .s2 .txtI .cont br {
    display: none;
  }

  .main_bn .s2 .box img {
    height: 170px;
  }

  /* 기술소개 end*/

  .his_wrap .his_cont_wrap .his_cont > li:first-of-type h4 {
    font-size: 2rem;
  }

  /* 연혁 end */
  .p1_4 .map {
    height: 400px;
  }

  /* 오시는 길 end */
}

@media screen and (max-width : 450px) {
  header .headerI h1 img {
    width: 100px;
  }

  /* header end */
  .main_bn .s1 {
    padding: 30% 0 10% 0;
  }

  .main_bn .s1 .txtI h2 {
    font-size: 1.5rem;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 0.5rem;
    line-height: 1.3;
  }

  .main_bn .s1 .txtI p {
    font-size: 1rem;
  }

  .main_bn .hover_wrap {
    display: none;
  }

  .main_bn .s1 .hover_box {
    min-width: 185px;
  }

  .main_bn .s1 .hover_box a {
    width: 100%;
  }

  .main_bn .s1 .hover_icon {
    gap: unset;
    justify-content: space-between;
  }

  /* main banner end */
  .main_bn .sub_nav {
    height: auto;
  }

  .main_bn .sub_nav ul {
    padding-inline: 0;
    flex-wrap: wrap;
  }

  .main_bn .sub_nav li a {
    font-size: 14px;
    padding: 0.8rem;
  }

  .main_bn .sub_nav .nav_on a {
    font-size: 1rem;
  }

  .main_bn .hover_wrap::-webkit-scrollbar {
    height: 3px;
    background-color: transparent;
  }

  .main_bn .hover_wrap::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    border: 1px solid #ccc;
  }

  .main_bn .sub_nav ul::-webkit-scrollbar {
    height: 3px;
    background-color: transparent;
  }

  .main_bn .sub_nav ul::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    border: 1px solid #0c4da1;
  }

  /* scroll bar */

  /* sub nav */

  .main_bn .s2 .txtI .tit {
    font-size: 14px;
  }

  .main_bn .s2 .txtI .tit::before {
    width: 5px;
    height: 5px;
  }

  .p1 .txtI h2 {
    font-size: 1.45rem;
  }

  .main_bn .s2 .txtI .subtit {
    font-size: 13px;
  }

  .main_bn .s2 .txtI .cont {
    font-size: 14px;
  }

  .main_bn .s2 .p1s2_logo {
    width: 60%;
  }

  .main_bn .s2 .cont_wrap {
    flex-direction: column;
    gap: 1rem;
  }

  .main_bn .s2 .box {
    clip-path: circle(32%);
  }

  .main_bn .s2 .hov_on {
    clip-path: none;
  }

  .main_bn .s2 .box img {
    height: 200px;
  }

  .main_bn .s2 .box_txt {
    font-size: 1.3rem;
    font-weight: 500;
  }

  .p1 .txtI h2 br {
    display: none;
  }

  .p1 .s3 .inner {
    padding: 60px 0;
  }

  .p1 .s3 .txtI h2 {
    max-width: 85%;
    text-align: center;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.45;
  }

  .p1 .s3 .txtI .cont {
    font-size: 14px;
  }

  .Btit {
    font-size: 1.5rem;
  }

  .p1 .s4 {
    padding: 100px 0;
  }

  .p1 .s4 .p1s4_tit {
    font-size: 14px;
  }

  .p1 .s4 .p1s4_txt {
    margin-bottom: 3rem;
  }

  .p1 .s4 .sub_pre {
    font-size: 14px;
  }

  .p1 .s4 .p1s4_swiper .swiper-slide .swiper_cont {
    font-size: 14px;
  }

  .p1 .s4 .swiper-button-next,
  .p1 .s4 .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .p1 .s4 .p1s4_Thumb {
    margin-top: 1.25rem;
  }

  .p1 .s5 {
    padding-bottom: 15%;
    padding-inline: 0;
  }

  .p1 .s5 .inner {
    padding: 70px 0;
  }

  .p1 .s5 .left .txt {
    padding-inline: 20px;
    text-align: center;
  }

  .p1 .s5 .left .txt {
    margin-bottom: 2rem;
  }

  .p1 .s5 .catalog {
    gap: 0.4rem;
    justify-content: center;
  }

  .p1 .s5 .catalog button {
    width: unset;
    flex-direction: column;
    padding: 0.5rem;
    gap: 0.5rem;
    text-wrap: nowrap;
    border-radius: 1rem;
    justify-content: center;
  }

  .p1 .s5 .catalog button p {
    font-size: 12px;
  }

  .p1 .s5 .sub_pre {
    font-size: 15px;
  }

  /* 기술 소개 end*/
  .his_wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding: 60px 0;
  }

  .inner1::before {
    content: none;
  }

  .his_wrap .his_cont_wrap .his_cont > li.ball::before {
    content: none;
  }

  .his_wrap > div {
    width: 100%;
    padding-right: 0;
  }

  .his_wrap .year p {
    font-size: 1.25rem;
    text-align: left;
  }

  .his_wrap .his_cont_wrap .his_cont > li:first-of-type h4 {
    font-size: 1.75rem;
  }

  .his_wrap .his_cont_wrap .his_cont > li > p {
    font-size: 14px;
    margin-left: 0rem;
  }

  .his_wrap .his_cont_wrap .his_cont > li > .date {
    width: 100%;
    line-height: 1.2;
    font-size: 1rem;
  }

  .his_wrap .his_cont_wrap .his_cont {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }

  .his_wrap .his_cont_wrap .his_cont:first-of-type li {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  /* 연혁 end */

  .p1_2 .p1_2s2 {
    padding-inline: 0;
    margin-bottom: 40%;
  }

  .p1_2 .p1_2s2 .grid_wrap {
    column-gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(150px, auto));
  }

  .p1_2 .p1_2s2 .desc {
    font-size: 14px;
    padding: 0.5rem 0.2rem;
  }

  /* 수상 및 인증서 end */
  .p1_3 .s3 .inner {
    padding-block: 60px 100px;
  }

  .p1_3 .p1_3_txt p {
    font-size: 1.125rem;
    font-weight: 500;
    max-width: 95%;
    text-align: left;
  }

  .p1_3 .p1_3_txt p br {
    display: none;
  }

  .p1_3 .s2 .txt_wrap {
    padding: 0;
  }

  .p1_3 .s2 .txt_wrap .cont {
    font-size: 14px;
  }

  .p1_3 .p1_2s2 img {
    max-width: 90%;
  }

  .p1_3 .p1_3_txt img {
    width: 80%;
    bottom: -55%;
    right: 0;
  }

  .p1_3 .slide_cont {
    width: 90%;
    left: 1.25rem;
  }

  .p1_3 .slide_icon {
    width: 60px;
  }


  /* 사업분야 end */
  .p1_4 details summary h3 {
    font-size: 1.2rem;
  }

  .p1_4 .icon {
    gap: 1rem;
  }

  .p1_4 .icon .icon_txt p {
    font-size: 14px;
  }

  .p1_4 .map {
    height: 250px;
    margin-bottom: 60px;
  }

  .p1_4 .icon_wrap .icon:not(.add) {
    padding-top: 1rem;
  }

  /* 오시는 길 end */

  #p2 .Btit {
    font-size: 20px;
  }

  .main_bn .s2 .txtI .subtit {
    margin-block: 0.4rem 1.5rem;
  }

  .p2 .flex_item .flx_tit {
    padding: 0.4rem 1.2rem;
    margin-top: 1rem;
    width: auto;
  }

  .p2 .p2_flex_wrap .inner {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
  }

  .p2 .p2_flex_wrap .inner p br {
    display: none;
  }

  .p2 .p2s3 .line {
    display: none;
  }

  .p2 .p2_flex_wrap .flx_img_box {
    padding-inline: 0;
  }

  .p2 .p2_flex_wrap .flx_img_box img {
    display: block;
    max-width: 80%;
    margin: 0 auto;
  }

  /* 기술설명 */

  .p2_1 .graph {
    padding-left: 20px;
  }

  .p2_2 .p2_2s3 h3 {
    font-size: 15px;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .p2_2 .p2_2s4 {
    padding-top: 4rem;
  }

  .p2_2 .p2_2s4 .ic_check {
    width: 25px;
    height: 23px;
  }

  .p2_2 .p2_2s4 .flex_wrap .left h3 {
    font-size: 1rem;
  }

  .p2_2 .p2_2s4 .s4_bg {
    width: 200px;
  }

  .p2_2 .p2_2s5 {
    padding-block: 15% 25%;
  }

  .p2_2 .p2_2s5 h3 {
    font-size: 18px;
    margin-bottom: 0.5rem;
    max-width: 80%;
    margin: 0 auto;
    line-height: 1.4;
  }

  .p2_2 .p2_2s5 .flex_wrap .left h5,
  .p2_2 .p2_2s5 .flex_wrap .right h5 {
    font-size: 16px;
    margin-bottom: 1.2rem;
  }

  .p2_2 .p2_2s5 .flex_wrap .right .mb {
    display: none;
  }

  .p2_2 .p2_2s5 .flex_wrap {
    flex-direction: column;
  }

  .p2_2 .p2_2s5 .flex_wrap .left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
  }

  .p2_2 .p2_2s5 .left .semBtm {
    margin-block: 0;
  }

  .p2_2 .p2_2s5 .left .semTop,
  .p2_2 .p2_2s5 .left .semBtm {
    padding-inline: 1.2rem;
  }

  .p2_2 .p2_2s5 .left .semTop img,
  .p2_2 .p2_2s5 .left .semBtm img {
    aspect-ratio: 1;
    object-fit: cover;
  }

  .p2_2 .p2_2s5 .arrow {
    margin-left: 0;
    transform: rotate(90deg);
    margin: 0 auto;
    margin-bottom: 0;
    padding-top: 0;
    margin-block: 3rem;
    display: block;
    max-width: 30%;
  }


  .p2_2 .p2_2s5 .flex_wrap .right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding-inline: 1.2rem;
    padding-block: 2rem;
  }

  .p2_2 .p2_2s5 .flex_wrap .right h5 {
    grid-column: 1/3;
    margin-bottom: 0;
  }

  .p2_2 .p2_2s5 .flex_wrap .right .right_item {
    flex-basis: 40%;
  }

  .p2_2 .p2_2s5 .right p {
    font-size: 13px;
  }

  /* p2 end */

  #p3 .pro_s1 {
    padding-block: 4rem;
  }

  #p3 .pro_s1 h3 {
    font-size: 20px;
  }

  #p3 .pro_s1 .link {
    padding-bottom: 5rem;
  }

  #p3 .pro_s1 a {
    font-size: 14px;
    padding: 0.75rem 1.2rem;
  }

  #p3 .pro_s1 img {
    max-width: 50%;
  }

  #p3 .pro_s2 ul {
    gap: 1rem;
  }

  #p3 .pro_s2 ul li {
    flex: 1;
  }

  #p3 .pro_s2 ul li p {
    font-size: 14px;
    line-height: 1.3;
  }

  #p3 .pro_s2 ul li p br {
    display: none;
  }

  #p3 .pro_s2 ul li img {
    max-width: 95px;
  }

  #p3 .pro_s3 {
    padding-block: 5rem;
  }

  #p3 .p3_1 .grid_wrap {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }

  #p3 .p3_1 .grid_wrap li p {
    font-size: 1rem;
  }

  #p3 .p3_1 .grid_wrap li img {
    border-radius: 1rem;
  }

  #p3 .pro_s3 .flex_wrap .flex_right {
    flex-direction: column;
    gap: 1rem;
  }

  #p3 .pro_s3 .flex_wrap .flex_left h3 {
    font-size: 1.5rem;
  }

  #p3 .pro_s3 .flex_wrap .flex_right .r1 h4 {
    font-size: 1.125rem
  }

  #p3 .pro_s3 .flex_wrap .flex_right .r1 p {
    font-size: 14px;
  }

  #p3 .pro_table tr td:nth-child(1) {
    min-width: 120px;
    font-size: 1rem;
  }

  #p3 .pro_table tr td {
    font-size: 14px;
    line-height: 1.3;
    padding-inline: 1rem 0.8rem;
  }

  #p3 .pro_s3 .golist {
    font-size: 1rem;
    padding: 0.8rem;
    max-width: 150px;
  }

  .p3_2 .pro_table tr td:nth-child(1) {
    width: 120px;
  }


  /* 제품 소개 end */
  #p4 .p4s3 {
    padding-bottom: 100px;
  }

  #p4 .p4s3 .flex_wrap {
    flex-direction: column;
  }

  #p4 .p4s3 .flex_wrap .flex_left {
    width: 100%;
  }

  #p4 .p4s3 .flex_wrap .flex_right {
    padding: 1rem 20px 2rem;
    gap: 1.25rem;
  }

  #p4 .p4s3 .flex_right h5 {
    font-size: 1.125rem;
  }

  #p4 .p4s3 .flex_right p {
    font-size: 14px;
    line-height: 1.3;
  }

  #p4 .p4s4 .grid_wrap {
    padding-block: 100px;
  }

  #p4 .p4s4 .grid_wrap li {
    margin-bottom: 2.5rem;
  }

  #p4 .p4s4 .grid_wrap li p {
    font-size: 1rem;
    max-width: 100%;
    margin-top: 1rem;
  }

  .container {
    border-top: none;
    border-bottom: none;
  }

  .top {
    top: -8%;
  }
}

@media screen and (max-width: 321px) {
  .p1 .s5 .catalog button {
    width: 100%;
  }
}