@charset "utf-8";

.gowun-batang-regular {
  font-family: "Gowun Batang", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-serif-sc {
  font-family: "Noto Serif SC", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

/* 폰트 */

:root {
  --gowum: "Gowun Batang", serif;
  --mc: #69472c;
  --notoserif: "Noto Serif SC", serif;
}

/* 공통 */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

body,
html {
  font-family: "Pretendard-Regular", sans-serif;
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  font-size: 16px;
}

img {
  display: block;
  max-width: 100%;
  vertical-align: top;
}

ul,
ol,
li {
  list-style: none;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

button {
  border: none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
}

input,
select,
textarea {
  vertical-align: top;
}

/* 공통 end */

header {
  background-color: transparent;
  position: fixed;
  width: 100%;
  z-index: 999;
}

header .header_wrap {
  padding-inline: 1.125rem 8vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

header .header_wrap .nav_wrap {
  display: flex;
  align-items: center;
  justify-content: end;
}

header .nav .h_depth {
  display: flex;
  gap: 1vw;
  position: relative;
}

header .nav .h_depth > li {
  position: relative;
  min-width: 140px;
  text-align: center;
}

header .nav .h_depth > li:hover .h_depth2 {
  visibility: visible;
  opacity: 1;
}

header .nav .h_depth > li h3 {
  font-family: var(--gowum);
  font-size: 18px;
  letter-spacing: -0.8px;
  padding-inline: 0.5rem;
  padding-block: 37px;
  cursor: pointer;
}

header .nav .h_depth2 {
  position: absolute;
  width: 100%;
  top: 100%;
  text-align: center;
  padding-block: 2rem;
  padding-inline: 0.5rem;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-direction: column;
  background-color: rgba(159, 116, 77, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

header .nav .h_depth2 > li {
  font-weight: 300;
  transition: 0.3s;
}

header .nav .h_depth2 > li a {
  width: 100%;
  height: 100%;
}

header .nav .h_depth2 > li:hover {
  font-weight: 700;
  transition: 0.3s;
}

header .nav .h_depth2 li:hover a {
  font-weight: 700;
  transition: 0.3s;
}

.menu {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: 2vw;
}

/* lang */
.lang {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  flex-direction: column;
  position: relative;
}

.lang summary {
  display: flex;
  align-items: center;
}

.lang summary::-webkit-details-marker {
  display: none;
}

.lang ul {
  display: flex;
  color: #fff;
  flex-direction: column;
  position: absolute;
  left: -1rem;
  top: 2rem;
}

.lang ul li a {
  padding-inline: 1rem;
  padding-block: 0.25rem;
  font-size: 1rem;
}

/* lang end */

.ham {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.62rem;
  height: 100%;
  padding: 0.9rem 0;
  padding-right: 0;
  z-index: 99;
  position: relative;
}

.ham .line {
  display: block;
  background-color: #fff;
  border-radius: 5rem;
  width: 2.2vw;
  height: 1px;
}

/* ham end*/

/* m_depth*/
.m_box {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  height: 100vh;
  width: 100%;
  text-align: center;
  padding: 70px 24px;
  top: 0;
  left: 0;
  display: none;
  z-index: 98;
}

.mobile-menu {
  padding: 0;
  margin: 40px 0 0 0;
}

.mobile-menu > li {
  margin-bottom: 20px;
}

.mobile-menu > li > h2 {
  display: block;
  color: white;
  padding: 15px;
  font-size: 28px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 5px;
}

.mobile-menu > li > h2:hover {
  color: #b8a89e;
}

.mobile-menu .depth {
  display: none;
  padding: 0;
  margin: 10px 0 0 0;
  border-radius: 5px;
  overflow: hidden;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 0 0 0 #ededed;
}

.mobile-menu .depth li:first-child {
  border-top: none;
}

.mobile-menu .depth li a {
  display: block;
  padding: 10px 15px;
  line-height: 1.5;
  font-size: 18px;
  color: white;
  text-decoration: none;
}

.mobile-menu .depth li a:hover {
  color: #b8a89e;
}

/* header end */

.m1 {
  background: url(../img/m1_bg.png) center no-repeat;
  background-size: cover;
  padding-bottom: 152px;
}

.m1 .m1_wrap {
  max-width: 1760px;
  padding-inline: 20px;
  margin: 0 auto;
  position: relative;
}

.m1 .m1_wrap::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: -152px;
}

.m1 .m1_wrap::after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: -152px;
}

.m1 .m1_wrap .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.m1 .m1_wrap .swiper-slide .txt_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 10rem;
}

.m1 .m1_wrap .swiper-slide .txt_box h3 {
  font-size: clamp(1.5rem, 3vw, 58px);
  font-family: var(--notoserif);
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 1.3;
  color: #fff;
}

.m1 .m1_wrap .line {
  width: 100%;
  max-width: 1600px;
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
}

.m1 .m1_wrap .m1_nav_wrap {
  position: absolute;
  right: 2rem;
  bottom: 1.5rem;
  width: 300px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m1 .swiper-button-next:after,
.m1 .swiper-button-prev:after {
  content: none;
}

.m1 .m1_next {
  width: 75px;
  background: url(../img/m1_next.png) center no-repeat;
  background-size: contain;
}

.m1 .m1_prev {
  width: 75px;
  background: url(../img/m1_prev.png) center no-repeat;
  background-size: contain;
}

.m1 .m1_pagi {
  color: #fff;
  width: 64px;
  font-size: 18px;
  font-family: var(--notoserif);
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.m1 .swiper-pagination-current {
  font-size: 22px;
}

/* m1  end */

.m2 {
  position: relative;
  background: url(../img/m2_bg.png) center no-repeat;
  background-size: cover;
  padding-bottom: 6rem;
}

.m2::before {
  content: '';
  width: 1px;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 93px;
  top: 0;
  background-color: #fff;
}

.m2::after {
  content: '';
  width: 1px;
  height: 100%;
  display: inline-block;
  position: absolute;
  right: 92px;
  top: 0;
  background-color: #fff;
}

.m2 .tit h3 {
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: -0.7px;
  line-height: 1.35;
  color: #fff;
  font-family: var(--notoserif);
  padding-block: 1rem 3.75rem;
}

.m2 .tit p {
  font-weight: 300;
  font-size: 22px;
  letter-spacing: -0.4px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.6);
}

.m2 .m2_wrap {
  max-width: 1760px;
  padding-inline: 20px;
  margin: 0 auto;
  padding-bottom: 3rem;
}

.m2 .m2_wrap .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5rem;
  padding-inline: 9rem 3.5rem;
}

.m2 .m2_wrap .bottom {
  display: flex;
  align-items: start;
  gap: 4vw;
  padding-inline: 9rem 3.5rem;
}

.m2 .m2_wrap .bottom .right {
  margin-top: 3rem;
}

.m2 .m2_wrap .desc_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75rem;
  padding-top: 30px;
}

.m2 .m2_wrap .desc_i h4 {
  font-weight: 400;
  font-family: var(--notoserif);
  font-size: 2rem;
  letter-spacing: -0.8px;
  line-height: 1.35;
  color: #fff;
}

.m2 .m2_wrap .desc_i img {
  padding-block: 1rem 1.25rem;
}

.m2 .m2_wrap .desc_i p {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.4px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
}

.m2 .m2_wrap .desc_i:nth-child(2) {
  padding-top: 7rem;
}

.m2 .m2_wrap .desc_i:nth-child(3) {
  margin-top: -6rem;
}

.m2 .m2_wrap .desc_i:nth-child(4) {
  margin-top: 3rem;
}

/* m2 end */
.m3 {
  margin-block: 5rem 80px;
}

.m3 .m3_wrap {
  width: 100%;
  max-width: 1640px;
  padding-inline: 20px;
  margin: 0 auto;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.m3 .m3_wrap .left {
  flex: 1;
  padding-left: 5vw;
}

.title h3 {
  color: var(--mc);
  font-size: clamp(1.5rem, 2.25vw, 40px);
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 1.35;
  font-family: var(--notoserif);
  padding-block: 1rem;
}

.title p {
  font-size: clamp(1rem, 1.05vw, 20px);
  font-weight: 300;
  letter-spacing: -0.4px;
  line-height: 1.35;
  color: #4d4d4d;
}

.m3 .m3_wrap .title .certi {
  margin-block: 3rem;
}

.view {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-size: 20px;
  letter-spacing: -0.4px;
  color: var(--mc);
  font-weight: 300;
}

.m3 .m3_wrap .right {
  width: 820px;
}

.m3 .m3_wrap .right .m3_Mswiper {
  margin-bottom: 1rem;
}

.m3 .m3_wrap .right .swiper-slide {
  cursor: pointer;
}

.m4 {
  background: url(../img/m4_bg_1.png) center no-repeat;
  background-size: cover;
  padding-block: 178px;
}

.m4 .title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.m4 .title h3 {
  color: #fff;
}

.m4 .m4_swiper {
  width: 100%;
  height: 655px;
}

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

.m4 .desc {
  background-color: #9f744d;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90%;
  padding: 2.25rem 4rem;
}

.m4 .desc h4 {
  color: #fff;
  font-size: 2.5rem;
  font-family: var(--notoserif);
  font-weight: 700;
  line-height: 1.5;
}

.m4 .desc p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.8px;
  line-height: 1.35;
  padding-block: 0.5rem 2rem;
}

.m4 .desc .view {
  color: #fff;
}

.m4 .m4_next {
  width: 15px;
  background: url(../img/m4_next.png) center no-repeat;
  background-size: contain;
  position: absolute;
  right: 12%;
}

.m4 .m4_prev {
  width: 15px;
  background: url(../img/m4_prev.png) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 12%;
}

.m4 .swiper-button-prev:after,
.m4 .swiper-button-next:after {
  content: none;
}

.m5 {
  margin-bottom: 0px;
}

.m5 .m5_wrap {
  padding-block: 135px;
  max-width: none;
  padding-inline: 7.5vw 0;
}

.m5 .m5_wrap .left {
  flex: 0 0 40%
}

.m5 .view {
  margin-top: 5rem;
}

.m5 .m5_wrap .right {
  flex: 0 0 58%;
}

.m5 .m5_swiper {
  padding: 2rem;
}

.m5 .m5_swiper .swiper-slide {
  position: relative;
}

.m5 .m5_swiper .swiper-slide .shop {
  position: absolute;
  top: 60%;
  right: 2rem;
}

.m5 .m5_swiper .swiper-slide > img {
  filter: drop-shadow(5px 10px 12px rgba(0, 0, 0, 0.3));
}

.m6 .m6_wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.m6 .m6_wrap .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 55px;
}

.m6 .m6_wrap ul {
  color: #fff;
  width: 100%;
}

.m6 .m6_wrap ul li {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  letter-spacing: -0.4px;
  line-height: 1.35;
  padding-bottom: 20px;
}

.m6 .m6_wrap ul li .info {
  min-width: 100px;
}

.m6 .m6_wrap .right ul li {
  justify-content: start;
  gap: 4rem;
}

.m6 .m6_wrap .tit h3 {
  color: #fff;
  font-family: var(--notoserif);
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 0.2px;
  line-height: 1.35;
}

.m6 .m6_wrap .left {
  flex: 1;
  height: 420px;
  background: url(../img/m6_left.jpg) center no-repeat;
  background-size: cover;
  padding-inline: 150px;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}

.m6 .m6_wrap .right {
  flex: 1;
  height: 420px;
  background: url(../img/m6_right.jpg) center no-repeat;
  background-size: cover;
  padding-inline: 150px;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}

footer {
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
}

footer .footer_top {
  padding-inline: 8.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-block: 28px;
  position: relative;
}

footer .footer_top .top {
  position: absolute;
  right: 8.5%;
  top: -2rem;
}

footer .footer_top ul {
  display: flex;
  gap: 3rem;
  padding-left: 5.2vw;
}

footer .footer_top ul li {
  color: #b2b2b2;
  font-size: 15px;
  letter-spacing: -0.4px;
  line-height: 1;
}

footer .footer_top ul li:nth-child(1) {
  color: #fff;
}

footer .foooter_btm {
  padding-inline: 8.5%;
  padding-block: 40px 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .foooter_btm .left {
  display: flex;
  gap: 2rem;
}

footer .foooter_btm .left p:nth-child(2) {
  display: inline;
  margin-right: 2rem;
}

footer .foooter_btm .left p:nth-child(3) {
  display: inline;
}

footer .foooter_btm .left .copy {
  color: #999999;
  font-size: 14px;
  padding-top: 1rem;
}

footer .foooter_btm .right ul {
  display: flex;
  gap: 2rem;
}

footer .foooter_btm .right ul li {
  padding-right: 1.5rem;
  line-height: 1;
  border-right: 2px solid #fff;
}

/* main  end */

.subp .banner {
  background: url(../img/sub/sub1_bn.jpg) center no-repeat;
  background-size: cover;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.subp .banner .txt {
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.subp .banner .txt h3 {
  font-family: var(--notoserif);
  font-size: 58px;
  letter-spacing: -0.8px;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-weight: 400;
}

.subp .banner .sub_nav ul {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 300;
  letter-spacing: -0.8px;
}

.subp .sub_tab ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  border-bottom: 1px solid #cccccc;
}

.subp .sub_tab ul li {
  position: relative;
  transition: 0.3s;
  border-bottom: 2px solid transparent;
}

.subp .sub_tab ul li:hover {
  border-bottom: 2px solid var(--mc);
}

.subp .sub_tab ul li a {
  padding: 1.6rem 1rem;
  font-size: 20px;
  min-width: 120px;
  text-align: center;
}

.subp .sub_tab ul li.on a {
  font-weight: 700;
}

.subp .sub_tab ul li.on:after {
  width: 100%;
  height: 2px;
  background-color: #9f744d;
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  display: inline-block;
}

.subp .sub_title {
  text-align: center;
}

.subp .sub_title h3 {
  font-size: clamp(1.5rem, 3vw, 42px);
  letter-spacing: -0.8px;
  line-height: 1.5;
  font-weight: 700;
  font-family: var(--notoserif);
}

.subp .sub_title img {
  padding-block: 2rem;
  margin: 0 auto;
}

.subp .sub_title p {
  color: #4d4d4d;
  font-size: clamp(1rem, 1.145vw, 22px);
  font-weight: 300;
  letter-spacing: -0.4px;
}

.subp.sub2 .banner {
  background: url(../img/sub/sub2_bn.jpg) center no-repeat;
  background-size: cover;
}

.sub1_1_1 {
  width: 100%;
  justify-self: end;
  display: flex;
  align-items: start;
  max-width: 1700px;
  gap: 2vw;
  margin-bottom: 6.25rem;
  margin-top: 7.5rem;
  padding-inline: 20px 0;
}

.sub1_1_1 .left {
  flex: 1;
}

.sub1_1_1 .left h4 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 1.35;
  font-family: var(--notoserif);
}

.sub1_1_1 .left p {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.4px;
  line-height: 1.35;
  color: #4d4d4d;
}

.sub1_1_1 .left p:nth-of-type(1) {
  margin-block: 2rem;
}

.sub1_1_1 .right {
  flex: 0 0 55%;
}

.sub1_1_2 {
  display: flex;
  align-items: start;
  gap: 5vw;
  margin-bottom: 7.5rem;
}

.sub1_1_2 .right {
  flex: 0 0 45%;
  padding-right: 2rem;
}

.sub1_1_2 .right h4 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 1.35;
  font-family: var(--notoserif);
  margin-bottom: 2rem;
}

.sub1_1_2 .right ul li {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.4px;
  line-height: 1.35;
  color: #4d4d4d;
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.sub1_1_2 .right ul li img {
  width: 50px;
  object-fit: scale-down;
}

/* sub1_1  end */
.sub1_2_1 {
  margin-top: 7.5rem;
}

.sub1_2_2 {
  margin-block: 7.5rem 10rem;
  position: relative;
}

.sub1_2_2 .his_wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1440px;
  padding-inline: 20px;
  margin: 0 auto;
  gap: 5.6rem 3rem;
}

.sub1_2_2 .his_iwrap {
  display: flex;
  gap: 3rem;
  position: relative;
}

.sub1_2_2::after {
  content: '';
  display: inline-block;
  background: url(../img/sub/his_line.png) center no-repeat;
  background-size: contain;
  height: 420px;
  width: 100%;
  position: absolute;
  left: -4%;
  top: 14%;
  z-index: 2;
}

.sub1_2_2 .his_iwrap:nth-of-type(2) {
  flex-direction: row-reverse;
}

.sub1_2_2 .his_i {
  background-color: #f2f2f2;
  width: 320px;
  height: 330px;
  aspect-ratio: 1/1;
  border-radius: 12px;
  padding: 2rem;
  position: relative;
}

.sub1_2_2 .his_i::before {
  width: 14px;
  height: 16px;
  background: url(../img/sub/his_dot.png) center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  position: absolute;
  left: -14px;
  top: 6rem;
  z-index: 9;
}


.sub1_2_2 .his_iwrap:nth-of-type(2) .his_i::before {
  width: 14px;
  height: 16px;
  background: url(../img/sub/his_dot_r.png) center no-repeat;
  background-size: contain;
  z-index: 9;
}

.sub1_2_2 .his_i h4 {
  font-size: 36px;
  font-weight: 700;
  font-family: var(--notoserif);
  letter-spacing: -0.8px;
  line-height: 1.5;
  color: #9f744d;
  margin-bottom: 1.5rem;
}

.sub1_2_2 .his_i ul li {
  display: inline-flex;
  gap: 1rem;
  align-items: center;
}

.sub1_2_2 .his_i ul li .color {
  color: #9f744d;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.8px;
  line-height: 1.35;
}

.sub1_2_2 .his_i ul li {
  color: #4d4d4d;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: -0.4px;
  line-height: 1.5;
}

.sub1_2_2 .his_i ul.y2017 li {
  font-size: 14px;
}

/* sub1_2  end */

.sub1_3_1 {
  margin-top: 7.5rem;
}

.sub1_3_2 {
  position: relative;
}

.sub1_3_2::before {
  width: 100%;
  height: 415px;
  background-color: #9f744d;
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.sub1_3_2 .certi_wrap {
  padding-top: 7.5rem;
  max-width: 1240px;
  padding-inline: 20px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 50px;
  padding-bottom: 10rem
}

.sub1_3_2 .certi_wrap li {
  margin: 0 auto;
  align-self: center;
}

.sub1_3_2 .certi_wrap li img {
  filter: drop-shadow(4px 8px 5px rgba(35, 24, 21, 0.3));
}

.sub1_3_2 .certi_wrap li h4 {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: -0.4px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 1.25rem;
}

/* sub1_3 end */

.sub1_4_1 {
  margin-block: 7.5rem 3rem;
}

.sub1_4_2 {
  margin-bottom: 5.25%;
}

.sub1_4_2 .info {
  width: 100%;
  max-width: 1240px;
  padding-inline: 3rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 1rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.sub1_4_2 .info .info_i {
  display: inline-flex;
  gap: 1rem;
  align-items: center;
}

.sub1_4_2 .info .info_i p {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.4px;
  line-height: 1.35;
  color: #4d4d4d;
}

.sub1_4_2 .info .info_i:nth-of-type(1) p {
  font-size: 17px;
}

.sub1_4_2 .map_box {
  width: 100%;
  max-width: 1240px;
  padding-inline: 20px;
  height: 700px;
  margin: 0 auto;
  padding-top: 2rem;
}

.sub1_4_2 .map_box iframe {
  width: 100%;
  height: 100%;
}

/* sub1_4 end */
.sub2_1_1 {
  margin-top: 7.5rem;
}

.sub2_1_2 {
  height: 66vh;
  display: flex;
  width: 100%;
  max-width: 1440px;
  padding-inline: 20px;
  margin: 0 auto;
  margin-bottom: 145px;
}

.sub2_1_2 .s21_Mswiper {
  flex-basis: 76%;
}

.sub2_1_2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub2_1_2 .s21_Tswiper {
  width: calc(100% - 76% - 1rem);
  height: 100%;
}

.sub2_1_2 .s21_Tswiper .swiper-slide {
  cursor: pointer;
}

.sub2_1_2 .s21_Tswiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* sub 2_1 end */

.sub2_2_1 {
  margin-block: 7.5rem 4.5rem;
}

.sub2_2_2 {
  width: 100%;
  max-width: 1240px;
  padding-inline: 20px;
  margin: 0 auto;
  margin-bottom: 8%;
}

.sub2_2_2 .sub2_2_bn {
  margin: 0 auto;
}

.sub2_2_2 .txt_box h4 {
  color: #1a1a1a;
  font-family: var(--notoserif);
  font-weight: 700;
  font-size: 2.25rem;
  letter-spacing: -0.5px;
  line-height: 1.5;
  padding-block: 4rem 1.125rem;
}

.sub2_2_2 .txt_box p {
  color: #4d4d4d;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: -0.4px;
  line-height: 1.5;
}

.sub2_2_2 .research {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 27px;
  margin-top: 1rem;
}

.sub2_2_2 .research li {
  border: 1px solid #ccc;
  text-align: center;
  align-self: center;
  justify-self: center;
  flex: 1;
  padding: 1rem;
  position: relative;
  width: 100%;
}

.sub2_2_2 .research li::before {
  display: inline-block;
  width: 36px;
  height: 40px;
  font-family: var(--notoserif);
  font-size: 2.25rem;
  letter-spacing: -0.4px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: -2.5rem;
  transform: translateX(-50%);
  content: '01';
  color: #ccc;
}

.sub2_2_2 .research li:nth-child(2)::before {
  content: '02';
}

.sub2_2_2 .research li:nth-child(3)::before {
  content: '03';
}

.sub2_2_2 .research li:nth-child(4)::before {
  content: '04';
}

.sub2_2_2 .research li p {
  color: #4d4d4d;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: -0.4px;
  line-height: 1.35;
}

.sub2_2_2 .research li:nth-of-type(2) {
  padding: 0.75rem;
}

.sub2_2_2 .research li:nth-of-type(2) p {
  font-size: 14px;
}

.sub2_2_2 .lab_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(226px, 1fr));
  gap: 14px;
  margin: 0 auto;
}

.sub2_2_2 .lab_wrap li h5 {
  color: #4d4d4d;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: -0.4px;
  line-height: 1.5;
  text-align: center;
}

/* sub 2_2 end */

.sub3_1_1 {
  position: relative;
  margin-block: 7.5rem 10%;
}

.sub3_1_1 .shop {
  position: absolute;
  top: 0;
  right: 14%;
}

.sub3_1_1 .shop img {
  padding-block: 0;
}

.s3_1_2 .product_wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));
  gap: 40px;
  margin-top: 6rem;
  margin-bottom: 8rem;
}

.s3_1_2 .product_wrap .item {
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 12px;
  gap: 2rem;
}

.s3_1_2 .product_wrap .item a {
  padding: 65px 45px;
  height: 100%;
}

.s3_1_2 .product_wrap .item .pro {
  min-height: 250px;
  align-content: start;
}

.s3_1_2 .product_wrap .item .pro img {
  /* aspect-ratio: 1/1; */
  margin: 0 auto;
}

.s3_1_2 .product_wrap .item .desc h4 {
  color: #1a1a1a;
  font-size: 30px;
  letter-spacing: -0.8px;
  line-height: 1.25;
  font-family: var(--notoserif);
  font-weight: 400;
  min-height: 5rem;
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}

.s3_1_2 .product_wrap .item .desc p {
  color: #999999;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: -0.4px;
  line-height: 1.3;
  min-height: 7rem;
}

.s3_1_2 .product_wrap .item .desc .onlysmall {
  font-size: 1rem;
}

.s3_1_2 .product_wrap .item .desc .category {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 2rem;
  min-height: 2.5rem;
  align-items: end;
}

.s3_1_2 .product_wrap .item .desc .category span {
  width: auto;
  height: 30px;
  display: inline-flex;
  background-color: var(--mc);
  color: #fff;
  font-family: var(--notoserif);
  font-size: 1.125rem;
  letter-spacing: -0.4px;
  padding-inline: 1.5rem;
  padding-block: 0.25rem;
  border-radius: 2rem;
  align-items: center;
  justify-content: center;
}

.subp.sub3 .banner {
  background: url(../img/sub/sub3_bn.jpg) center no-repeat;
  background-size: cover;
}

/* sub 3 제품 end */

.subp.sub4 .banner {
  background: url(../img/sub/sub4_bn.jpg) center no-repeat;
  background-size: cover;
}

.sub4_1_1 {
  margin-block: 7.5rem 6rem;
}

.sub4_1_2 {
  width: 100%;
  max-width: 1240px;
  padding-inline: 20px;
  margin: 0 auto;
  margin-bottom: 7%;
}

.sub4_1_2 .form_container {
  width: 100%;
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px;
  padding-block: 55px;
  padding-inline: 8rem;
  border-radius: 12px;
}

.sub4_1_2 .form_container .form_list li {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.sub4_1_2 .form_container .cont_list li {
  align-items: start;
}

.sub4_1_2 .form_container .form_list .red {
  color: #e65513;
  display: inline-flex;
  font-size: 22px;
}

.sub4_1_2 .form_container .form_list p {
  color: #3e3a39;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  min-width: 120px;
  display: flex;
  align-items: start;
  gap: 0.5rem;
}

.sub4_1_2 .form_container .email_list p {
  font-size: 14px;
}


.sub4_1_2 .form_container .form_list input {
  flex-basis: 90%;
  border: none;
  height: 54px;
}

.sub4_1_2 .form_container .form_list input::placeholder {
  padding: 1rem;
  color: #cccccc;
  font-size: 20px;
  font-weight: 300;
  vertical-align: middle;
}

.sub4_1_2 .form_container .form_list textarea {
  flex-basis: 90%;
  height: 260px;
  border: none;
}

.sub4_1_2 .button {
  margin: 0 auto;
  justify-self: center;
}

.sub4_1_2 .button button {
  border: none;
  display: inline-flex;
  align-items: center;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  background-color: #9f744d;
  border-radius: 5rem;
  color: #fff;
  padding-inline: 4rem;
  padding-block: 1rem;
  margin-top: 1rem;
}

.sub4_3_1 {
  margin-top: 6rem;
  position: relative;
  height: 800px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}

.sub4_3_1::after {
  width: 100%;
  height: 600px;
  background-color: #f2f2f2;
  position: absolute;
  left: 0;
  top: 200px;
  content: '';
  display: inline-block;
  z-index: -1;
}

.sub4_3_1 img {
  margin: 0 auto;
}

.sub4_3_1 .down {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-transform: uppercase;
  color: #999;
  border: 1px solid #999;
  padding-inline: 3.65rem;
  padding-block: 0.75rem;
}

/* responsive */

@media screen and (max-width : 1441px) {
  header .header_wrap {
    padding-inline: 1.5rem 8vw;
  }

  .m2::before {
    left: 20px;
  }

  .m2::after {
    right: 20px;
  }

  .m2 .m2_wrap .top {
    padding-inline: 2rem 3.5rem;
  }

  .m2 .tit h3 {
    font-size: 2rem;
  }

  .m2 .tit p {
    font-size: 1.125rem;
  }

  .m2 .m2_wrap .top .left {
    flex-basis: 60%;
  }

  .m2 .m2_wrap .bottom {
    padding-inline: 2rem 3.5rem;
  }

  .m2 .m2_wrap .bottom .right {
    flex-basis: 60%;
  }

  .m2 .m2_wrap .desc_i p {
    font-size: 1.125rem;
  }

  .m4 .desc {
    padding: 2.25rem 3rem;
    bottom: 5rem;
  }

  .m4 .desc h4 {
    font-size: 2.25rem;
  }

  .m4 .desc p {
    font-size: 1.125rem;
  }

  .m5 {
    margin-block: 0;
  }

  .m5 .m5_wrap {
    padding-inline: 4vw 0;
    padding-block: 7%;
  }

  .m5 .m5_wrap .left {
    padding-left: 0;
    flex: none;
  }

  .m5 .m5_wrap .right {
    flex: 0 0 65%;
  }

  .m5 .m5_swiper .swiper-slide .shop img {
    width: 70px;
  }

  .m6 .m6_wrap .left,
  .m6 .m6_wrap .right {
    padding-inline: 2rem;
    height: 340px;
  }

  .m6 .m6_wrap ul li {
    font-size: 1.125rem;
  }

  .m6 .m6_wrap .right ul li:nth-child(1) {
    font-size: 1rem;
    max-width: 95%;
  }

  footer .footer_top,
  footer .foooter_btm {
    padding-inline: 5%;
  }

  footer .footer_top ul {
    padding-left: 7vw;
  }

  footer .footer_top .top {
    right: 3rem;
  }

  footer .footer_top .top img {
    max-width: 80%;
  }

  /* main end */

  .subp .banner .txt h3 {
    font-size: 50px;
  }

  .subp .banner .sub_nav ul li {
    font-size: 14px;
  }

  .subp .sub_tab ul li a {
    font-size: 1.125rem;
  }

  .sub1_1_1 .left h4 {
    font-size: 2rem;
  }

  .sub1_1_1 .left p {
    font-size: 1rem;
    max-width: 82%;
  }

  .sub1_1_1 .left p:nth-of-type(1) {
    margin-block: 1.75rem 1rem;
  }

  .sub1_1_1 .right,
  .sub1_1_2 .left {
    flex: 1;
  }

  .sub1_1_2 .right h4 {
    font-size: 2rem;
  }

  .sub1_2_2::after {
    background-size: cover;
    left: 0;
  }

  .sub1_1_2 .right ul li {
    font-size: 1rem;
    gap: 1.125rem;
  }

  .sub1_1_2 .right ul li:nth-child(3) br {
    display: none;
  }

  .sub1_2_2 .his_iwrap {
    width: 100%;
    justify-content: space-between;
    gap: initial;
  }

  .sub1_2_2 .his_i h4 {
    font-size: 30px;
    margin-bottom: 2rem;
  }

  .sub1_2_2 .his_i ul li {
    font-size: 16px;
    word-break: keep-all;
  }

  .sub1_2_2 .his_i ul li br {
    display: none;
  }

  .sub1_2_2 .his_i ul li .color {
    font-size: 20px;
  }

  .sub1_3_2 .certi_wrap li {
    max-width: 85%;
  }

  .sub1_3_2 .certi_wrap li h4 {
    font-size: 1.125rem;
  }

  .sub1_4_2 .info .info_i p {
    font-size: 20px;
  }

  .sub1_4_2 .info .info_i:nth-of-type(1) p {
    font-size: 1rem;
  }

  .sub1_4_2 .map_box {
    height: 500px;
  }

  .sub2_2_2 .txt_box h4 {
    font-size: 2rem;
  }

  .sub2_2_2 .txt_box p {
    font-size: 1rem;
    line-height: 1.7;
  }

  .sub2_2_2 .research li::before {
    font-size: 2rem;
    top: -2.2rem;
  }

  .sub2_2_2 .lab_wrap li h5 {
    font-size: 18px;
  }

  .sub2_2_2 .lab_wrap {
    gap: 4rem 14px;
  }

  .s3_1_2 .product_wrap .item .desc h4 {
    font-size: 24px;
  }

  .s3_1_2 .product_wrap .item .desc p {
    font-size: 1rem;
    min-height: 6rem;
  }

  .s3_1_2 .product_wrap .item .desc .onlysmall {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.5;
  }

  .s3_1_2 .product_wrap .item .desc .category span {
    font-size: 14px;
  }

  .sub3_1_1 .shop img {
    max-width: 90%;
  }

  .sub4_1_2 .form_container .form_list p {
    font-size: 18px;
    flex-basis: 15%;
  }

  .sub4_1_2 .form_container .form_list input {
    height: 45px;
  }

  .sub4_1_2 .form_container .form_list input::placeholder {
    font-size: 18px;
  }

  .sub4_1_2 .button button {
    font-size: 20px;
  }
}

/* 1440 end*/

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

  .m2 .tit h3 {
    font-size: 1.75rem;
    padding-block: 1rem 2.5rem;
  }

  .m2 .m2_wrap .top,
  .m2 .m2_wrap .bottom {
    padding-inline: 2rem;
  }

  .m2 .m2_wrap .desc_wrap {
    padding-top: 0;
  }

  .m2 .m2_wrap .desc_i p {
    font-size: 1rem;
  }

  .m2 .m2_wrap .desc_i p br {
    display: none;
  }

  .m2 .m2_wrap .desc_i:nth-child(2) {
    padding-top: 5rem;
  }

  .m2 .m2_wrap .desc_i:nth-child(3) {
    margin-top: -5rem;
  }

  .m2 .m2_wrap .desc_i:nth-child(4) {
    margin-top: 1rem;
  }

  .m3 .m3_wrap .left {
    flex: 0 0 45%;
  }

  .m3 .m3_wrap .title .certi img {
    width: 200px;
  }

  .m3 .m3_wrap .right {
    width: 500px;
    flex: 1;
  }

  .view {
    font-size: 1rem;
  }

  .view img {
    width: 60px;
  }

  .m4 .m4_swiper {
    height: 450px;
  }

  .m4 .desc {
    bottom: 0rem;
  }

  .m4 .desc h4 {
    font-size: 1.75rem;
  }

  .m4 .desc p {
    font-size: 1rem;
  }

  .m5 .m5_wrap {
    gap: 2rem;
  }

  .m5 .m5_wrap .left {
    flex: none;
  }

  .m6 .m6_wrap .tit h3 {
    font-size: 2rem;
  }

  .m6 .m6_wrap ul li {
    font-size: 1rem;
  }

  .m6 .m6_wrap .left,
  .m6 .m6_wrap .right {
    height: 300px;
    padding-inline: 3rem;
  }

  footer .footer_top .top {
    right: 20px;
  }

  footer .footer_top,
  footer .foooter_btm {
    padding-inline: 20px;
  }

  footer .footer_top ul {
    padding-left: 0;
  }

  footer .footer_top ul li {
    font-size: 14px;
  }

  footer .foooter_btm .left .info p:not(.copy) {
    font-size: 16px
  }

  /* main end */
  .sub1_2_2::after {
    height: 473px;
    top: 12%;
  }

  .sub1_2_2 .his_i {
    width: 260px;
    height: 380px;
  }

  .sub1_2_2 .his_i ul li {
    padding-bottom: 0.45rem;
    align-items: start;
  }

  .sub2_2_2 .txt_box h4 {
    font-size: 1.75rem;
  }

  .sub2_2_2 .research li::before {
    font-size: 1.5rem;
    top: -1.75rem;
  }

  .s3_1_2 .product_wrap .item .desc h4 {
    font-size: 30px;
  }

  .s3_1_2 .product_wrap .item .desc h4 br {
    display: none;
  }

}

/* 1280 end */

@media screen and (max-width: 1025px) {
  .m2 .m2_wrap .top {
    flex-direction: column;
    gap: 2rem;
  }

  .m2 .m2_wrap .top .left {
    flex-basis: initial;
    width: 100%;
  }

  .m2 .m2_wrap .top .right {
    display: inline-flex;
    width: 100%;
    justify-content: end;
  }

  .m2 .m2_wrap .bottom .left {
    flex-basis: 40%;
  }

  .m2 .m2_wrap .desc_wrap {
    gap: 3rem 1.75rem;
  }

  .m2 .m2_wrap .desc_i h4 {
    font-size: 1.5rem;
  }

  .m2 .m2_wrap .desc_i:nth-child(2) {
    padding-top: 3rem;
  }

  .m2 .m2_wrap .desc_i:nth-child(3) {
    margin-top: 0;
  }

  .m2 .m2_wrap .desc_i:nth-child(4) {
    margin-top: 2rem;
  }

  .m3 .m3_wrap {
    flex-direction: column;
    gap: 2rem;
  }

  .m3 .m3_wrap .left {
    flex: none;
    width: 100%;
  }

  .m3 .m3_wrap .right {
    width: 100%;
    flex: none;
  }

  .m3 .m3_wrap .right .m3_Mswiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .m3 .m3_Tswiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .m5 .m5_swiper {
    padding: 2rem 1.25rem;
  }

  .m6 .m6_wrap {
    flex-direction: column;
  }

  .m6 .m6_wrap .left,
  .m6 .m6_wrap .right {
    width: 100%;
    height: 350px;
    padding: 2rem;
  }

  footer .foooter_btm {
    flex-direction: column;
    align-items: start;
    gap: 2rem;
  }

  footer .foooter_btm .left .copy {
    font-size: 14px;
  }

  footer .foooter_btm .left .info p:nth-child(1) {
    padding-bottom: 0.5rem;
  }

  footer .foooter_btm .left .info p:nth-child(1) br {
    display: none;
  }

  footer .foooter_btm .right ul li a {
    font-size: 14px;
  }

  /* main end */

  .subp .banner .txt h3 {
    font-size: 40px;
  }

  .subp .sub_tab ul li a {
    font-size: 1rem;
    padding: 1.25rem 1rem;
  }

  .sub1_1_1 .left h4 {
    font-size: 1.5rem;
  }

  .sub1_1_1 .left h4 br {
    display: none;
  }

  .sub1_1_1 .left p {
    max-width: 94%;
  }

  .sub1_1_2 {
    flex-direction: column;
    gap: 2rem;
  }

  .sub1_1_2 .left {
    flex: none;
    width: 50%;
  }

  .sub1_1_2 .right {
    flex: none;
    width: 100%;
    text-align: right;
  }

  .sub1_1_2 .right h4 {
    font-size: 1.5rem;
  }

  .sub1_1_2 .right ul li {
    flex-direction: row-reverse;
    max-width: 74%;
  }

  .sub1_2_2::after {
    content: none;
  }

  .sub1_2_2 .his_iwrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .sub1_2_2 .his_i {
    width: 320px;
    height: 380px;
    margin: 0 auto;
    position: relative;
  }

  .sub1_2_2 .his_i::after {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 28%
  }

  .sub1_2_2 .his_iwrap:nth-of-type(2) .his_i::before {
    background: url(../img/sub/his_dot.png) center no-repeat;
    background-size: contain;
  }

  .sub1_3_2::before {
    height: 74%;
  }

  .sub1_3_2 .certi_wrap {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .sub2_2_2 .txt_box h4 {
    font-size: 1.5rem;
  }

  .sub2_2_2 .research li {
    height: 120px;
    align-content: center;
  }

  .sub2_2_2 .research li p {
    font-size: 0.875rem;
  }

  .sub4_3_1 img {
    max-width: 75%;
  }

  .sub4_3_1 .down {
    font-size: 14px;
  }
}

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

  header .header_wrap .nav_wrap .nav {
    display: none;
  }

  .ham .line {
    width: 2rem;
  }

  .m1 .m1_wrap .swiper-slide .txt_box {
    width: 100%;
  }

  .m2 .m2_wrap .bottom {
    flex-direction: column-reverse;
    gap: 2rem;
  }

  .m2 .m2_wrap .bottom .left {
    flex-basis: initial;
    width: 47%;
    padding-bottom: 2rem;
  }

  .m4 .m4_next {
    top: 15rem;
    right: 5%;
  }

  .m4 .m4_prev {
    top: 15rem;
    left: 85%;
  }

  .m4 .desc p {
    max-width: 74%;
  }

  .m4 .desc p br {
    display: none;
  }

  footer .foooter_btm .left .info p:nth-child(1) {
    max-width: 90%;
  }

  /* main end */

  .sub1_1_1 {
    padding-inline: 20px;
    flex-direction: column;
    gap: 2rem;
  }

  .sub1_1_1 .left h4 br {
    display: block;
  }

  .sub1_1_1 .left p {
    max-width: 70%;
  }

  .sub1_1_1 .right {
    flex: none;
    width: 70%;
    display: inline-flex;
  }

  .sub1_1_2 {
    flex-direction: column-reverse;
    padding-inline: 20px;
  }

  .sub1_1_2 .right {
    text-align: left;
  }

  .sub1_1_2 .right ul li {
    flex-direction: row;
    max-width: 100%;
  }

  .sub1_1_2 .left {
    width: 88%;
  }

  .sub1_2_2 .his_wrap {
    gap: 2rem;
  }

  .sub1_4_2 .info {
    flex-direction: column;
    gap: 2rem;
    align-items: start;
  }

  .sub2_2_2 .research {
    gap: 4rem;
    flex-direction: column;
  }

  .sub2_2_2 .research li {
    flex: none;
  }

  .sub3_1_1 .shop img {
    max-width: 65%;
  }

  .s3_1_2 .product_wrap {
    grid-template-columns: repeat(auto-fit, minmax(321px, 1fr))
  }

  .s3_1_2 .product_wrap .item .pro {
    max-width: 72%;
    margin: 0 auto;
  }

  .s3_1_2 .product_wrap .item .desc {
    text-align: center;
  }

  .s3_1_2 .product_wrap .item .desc h4 {
    justify-content: center;
    font-size: 22px;
  }

  .s3_1_2 .product_wrap .item .desc .category {
    justify-content: center;
  }

  .sub4_1_2 .form_container {
    padding-inline: 3rem;
  }

  .sub4_1_2 .form_container .form_list p {
    font-size: 16px;
  }

  .sub4_1_2 .button button {
    font-size: 14px;
    padding-inline: 2.5rem
  }

  .sub4_3_1 {
    height: auto;
    padding-bottom: 10rem;
  }

  .sub4_3_1::after {
    height: 100%;
  }
}

/*  태블릿 end */

@media screen and (max-width: 500px) {
  header .header_wrap .logo img {
    max-width: 82%;
  }

  .mobile-menu > li > h2 {
    font-size: 24px;
  }

  .mobile-menu .depth li a {
    font-size: 1rem;
  }

  .m1 {
    height: 100vh;
    padding-bottom: 5rem;
  }

  .m1 .m1_wrap {
    height: 100%;
  }

  .m1 .m1_swiper {
    height: 100%;
  }

  .m1 .swiper-slide img {
    height: 100%;
    object-fit: cover;
  }

  .m1 .m1_wrap .line {
    width: 90%;
  }

  .m1 .m1_wrap .swiper-slide .txt_box {
    padding-top: 5rem;
    padding-inline: 20px;
  }

  .m1 .m1_wrap .m1_nav_wrap {
    right: 0;
    transform: translateX(-50%);
    left: 50%;
  }

  .m1 .m1_pagi {
    justify-content: center;
  }

  .m2 .tit h3 {
    font-size: 24px;
  }

  .m2 .tit h3 br {
    display: none;
  }

  .m2 .tit p {
    font-size: 1rem;
    max-width: 100%;
  }

  .m2 .tit p br {
    display: none;
  }

  .m2 .m2_wrap .top {
    margin-bottom: 3rem;
  }

  .m2 .m2_wrap .desc_wrap {
    grid-template-columns: 1fr;
  }

  .m2 .m2_wrap .desc_i h4 {
    font-size: 1.25rem;
  }

  .m2 .m2_wrap .desc_i p br {
    display: none;
  }

  .m2 .m2_wrap .desc_i:nth-child(2) {
    padding-top: 0;
  }

  .m2 .m2_wrap .desc_i:nth-child(4) {
    margin-top: 0;
  }

  .m2 .m2_wrap .bottom .left {
    width: 100%;
    display: inline-flex;
    justify-content: flex-end;
  }

  .m2 .m2_wrap .bottom .left img {
    width: 60%;
  }

  .m3 {
    margin-block: 2rem 80px;
  }

  .m3 .title p br {
    display: none;
  }

  .m3 .m3_wrap .left {
    padding-left: 0;
  }

  .m4 {
    padding-inline: 20px;
  }

  .m4 .m4_swiper {
    height: auto;
  }

  .m4 .desc {
    position: relative;
    width: 100%;
    padding: 1.5rem;
  }

  .m4 .desc p {
    max-width: 100%;
  }

  .m4 .m4_next {
    top: 23rem;
  }

  .m4 .m4_prev {
    left: 80%;
    top: 23rem;
  }

  .m5 .title p {
    max-width: 86%;
  }

  .m6 .m6_wrap .right ul li:nth-child(1) {
    flex-direction: column;
    align-items: start;
    gap: 1rem;
    font-size: 14px;
  }

  .m6 .m6_wrap ul li {
    font-size: 14px;
  }

  footer .footer_top {
    padding-block: 4rem 2rem;
  }

  footer .footer_top ul {
    gap: 1rem;
  }

  footer .footer_top ul li {
    flex: 1;
    line-height: 1.35;
    text-align: center;
  }

  footer .foooter_btm .left {
    flex-direction: column;
  }

  footer .foooter_btm .left .info p:not(.copy) {
    font-size: 14px;
  }

  footer .foooter_btm .left .copy {
    font-size: 12px;
  }

  footer .foooter_btm .right ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  footer .footer_top .top img {
    max-width: 70%;
    justify-self: end;
  }

  /* main end */

  .subp .banner .txt {
    padding-top: 2rem;
  }

  .subp .banner .txt h3 {
    font-size: 2rem;
  }

  .subp .sub_tab ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .sub1_1_1 {
    margin-top: 5rem;
  }

  .sub1_1_1 .left h4 {
    font-size: 1.25rem;
  }

  .sub1_1_1 .left p {
    max-width: 88%;
  }

  .sub1_1_1 .left p br {
    display: none;
  }

  .sub1_1_1 .right {
    width: 94%;
  }

  .sub1_1_2 .right {
    padding-right: 0;
  }


  .sub1_1_2 .right ul li {
    gap: 1rem;
    flex-direction: column;
    align-items: start;
  }

  .sub1_1_2 .right ul li:not(:nth-child(4)) br {
    display: none;
  }

  .sub1_1_2 .right ul li:nth-child(4) br:nth-child(1) {
    display: none;
  }

  .sub1_1_2 .right ul li img {
    width: 39px;
  }

  .sub1_1_2 .left {
    width: 94%;
  }

  .sub1_2_2 .his_iwrap {
    grid-template-columns: 1fr;
  }

  .sub1_2_2 .his_i ul {
    display: flex;
    flex-direction: column;
  }

  .sub1_2_1 {
    margin-top: 5rem;
    padding-inline: 20px;
  }

  .subp .sub_title img:not(.certi img, .shop img) {
    width: 40px;
    padding-block: 1rem;
  }

  .subp .sub_title p {
    line-height: 1.5;
    max-width: 94%;
    margin: 0 auto;
  }

  .subp .sub_title p br {
    display: none;
  }

  .sub1_2_2 .his_iwrap:nth-child(1) .his_i:nth-child(4) {
    height: 420px;
  }

  .sub1_2_2 .his_i h4 {
    font-size: 26px;
    margin-bottom: 1.75rem;
  }

  .sub1_2_2 .his_i::after {
    top: 23%;
  }

  .sub1_2_2 .his_i::before {
    top: 5rem;
  }

  .sub1_2_2 .his_i ul li {
    flex-direction: column;
    gap: 0.25rem;
  }

  .sub1_2_2 .his_i ul li .color {
    font-size: 18px;
  }

  .sub1_3_2::before {
    height: 73%;
  }

  .sub1_3_2 .certi_wrap {
    padding-bottom: 5rem;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }

  .sub1_4_2 .info {
    padding-inline: 1rem;
  }

  .sub1_4_2 .info .info_i:nth-of-type(1) p {
    font-size: 14px;
  }

  .sub1_4_2 .info .info_i:nth-of-type(1) p br {
    display: none;
  }

  .sub1_4_2 .info .info_i p {
    font-size: 1rem;
  }

  .sub1_4_2 .map_box {
    height: 350px;
    margin-bottom: 7rem;
  }

  .sub2_1_2 {
    height: 260px;
  }

  .subp .sub_title .certi img {
    width: 180px;
  }

  .sub2_2_1 {
    margin-block: 7rem 2.5rem;
  }

  .sub2_2_2 {
    margin-bottom: 7rem;
  }

  .sub2_2_2 .research li p {
    max-width: 100%;
  }

  .sub2_2_2 .txt_box:nth-of-type(1) h4 {
    max-width: 90%;
  }

  .sub2_2_2 .txt_box h4 {
    font-size: 1.25rem;
  }

  .sub2_2_2 .txt_box p {
    font-size: 14px;
    max-width: 94%;
  }

  .sub2_2_2 .txt_box p br {
    display: none;
  }

  .sub2_2_2 .lab_wrap {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 2rem 1rem;
  }

  .sub3_1_1 .shop {
    top: -6rem;
    right: 0rem;
  }

  .sub3_1_1 .shop img {
    max-width: 55%;
  }

  .s3_1_2 .product_wrap .item .pro {
    display: flex;
    align-items: center;
    aspect-ratio: 1 / 1;
    min-height: initial;
  }

  .s3_1_2 .product_wrap .item .pro img {
    aspect-ratio: initial;
  }

  .s3_1_2 .product_wrap .item .desc p {
    min-height: auto;
  }

  .s3_1_2 .product_wrap .item .desc p br {
    display: none;
  }

  .sub4_1_1 {
    margin-block: 5rem 2rem;
  }

  .sub4_1_2 {
    margin-bottom: 7rem;
  }

  .sub4_1_2 .form_container .form_list li {
    flex-direction: column;
    align-items: start;
  }

  .sub4_1_2 .form_container .form_list p {
    font-size: 14px;
  }

  .sub4_1_2 .form_container .form_list input {
    flex-basis: initial;
    width: 100%;
  }

  .sub4_1_2 .form_container .num_list li p br {
    display: none;
  }

  .sub4_1_2 .form_container .form_list input::placeholder {
    font-size: 12px;
  }

  .sub4_1_2 .form_container .form_list textarea {
    flex-basis: initial;
    width: 100%;
  }

  .sub4_3_1 .down {
    padding-inline: 0.5rem;
    font-size: 12px
  }

  .sub4_3_1::after {
    height: 78%;
    top: 5rem;
  }
}

/* 480 end */

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

  .m2 .tit h3 {
    font-size: 22px;
  }

  .m2 .tit p {
    font-size: 14px;
  }

  .m2 .m2_wrap .desc_i p {
    font-size: 14px;
  }

  .m4 .desc h4 {
    font-size: 1.5rem;
  }

  .m4 .desc p {
    font-size: 14px;
  }

  .m5 .title p {
    max-width: 86%;
  }

  .m6 .m6_wrap .tit {
    margin-bottom: 30px;
  }

  .m6 .m6_wrap .tit h3 {
    font-size: 24px;
  }

  .m6 .m6_wrap .right {
    padding: 2rem 2rem 4rem;
  }

  .m6 .m6_wrap .right ul li:nth-child(1) {
    max-width: 100%;
  }

  footer .footer_top ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  /* main end */

  .sub1_3_2 .certi_wrap {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }

  .sub4_1_2 .form_container {
    padding-inline: 2rem;
  }

}