@charset "utf-8";

@font-face {
  font-family: 'KBIZHanmaumMyungjo';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/KBIZHanmaumMyungjo.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Minion Pro Semibold';
    src: url('./font/Minion Pro Semibold.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

:root {
  --eu: "Eulyoo1945-SemiBold", serif;
  --kb: 'KBIZHanmaumMyungjo', serif;
  --pre: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  --fn: max(14px, 1rem);
  --hh: 61px;
  --main-color: #a06e4e;
  --mn: "Minion Pro Semibold";
  --ntjp: "Noto Serif JP", serif;
}

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

body {
  line-height: 1.5;
  scroll-behavior: smooth;
  font-size: 16px;
}

html {
  scroll-behavior: smooth;
}

a {
  display: inline-flex;
  align-items: center;
}

video {
  display: block;
  width: 100%;
}

img {
  max-width: 100%;
  /* width: 100%; */
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--eu);
}

header {
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background: white;
  box-shadow: 0px 0px 10px #2323233d;
}

header .header_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 4.5rem;
  justify-content: space-between;
  /* height: var(--hh); */
  height: 80px;
}

header .header_wrap nav {
  height: 100%;
}

header .header_wrap nav > ul {
  display: flex;
  height: 100%;
  align-items: center;
}

header .header_wrap nav > ul > li {
  position: relative;
  height: 100%;
}

header .header_wrap nav > ul > li > a {
  text-align: center;
  position: relative;
  display: block;
  padding: 1rem 3vw;
  color: black;
  font-size: var(--fn);
  align-content: center;
  height: 100%;
  width: 100%;
}

header .header_wrap nav > ul > li:hover .dep2 {
  visibility: visible;
  opacity: 1;
}

header .header_wrap nav .dep2 {
  text-align: center;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #bd2124d8;
  backdrop-filter: blur(12px);
  padding-block: 1rem;
  transition: 0.3s;
}

header .header_wrap nav .dep2 > li > a {
  color: white;
  width: 100%;
  justify-content: center;
  padding: 0.875rem 1rem;
  position: relative;
}

header .header_wrap nav .dep2 > li > a:after {
  bottom: 10px;
  max-width: 80%;
  width: 100%;
  display: block;
  transform: scaleX(0);
  margin: 0 auto;
  height: 1px;
  background: white;
  content: '';
  position: absolute;
}

header .header_wrap nav .dep2 > li > a:hover::after {
  transform: scaleX(1);
  transition: 1s;
}

header .header_wrap .menu {
  background: black;
  height: 100%;
  display: flex;
  align-items: center;
}

header .header_wrap .menu .shop a {
  color: white;
  gap: 0.25rem;
  padding: 1rem 1.25rem;
}


header .header_wrap .menu .lang {
  position: relative;
  height: 100%;
  align-content: center;
  padding-inline: 1.25rem;
}

header .header_wrap .menu .lang span {
  color: white;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
  cursor: pointer;
  position: relative;
}

header .header_wrap .menu .lang .all_lang {
  position: absolute;
  top: 100%;
  background: #4d4d4de5;
  left: 0;
  width: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  padding-block: 0.25rem;
  transition: 0.25s;
}

header .header_wrap .menu .lang:hover .all_lang,
header .header_wrap .menu .focus .all_lang {
  opacity: 1;
  visibility: visible;
}

header .header_wrap .menu .lang .all_lang a {
  color: white;
  display: block;
  padding-block: 0.25rem;
}

header .header_wrap .menu .ham {
  border-left: 1px solid white;
  padding: 1.5rem;
  cursor: pointer;
  height: 100%;
  align-content: center;
}

/* gnb */

header .gnb {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9998;
  display: none;
}

.open {
  display: block !important;
}

.on {
  display: block !important;
}

header .gnb a {
  color: #fff;
}

header .gnb .gnb_inner {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

header .gnb .gnb_inner ul {
  text-align: center;
}

header .gnb .gnb_depth h3 {
  font-size: 26px;
  font-family: var(--pre);
  color: #fff;
  margin-bottom: 2rem;
  display: inline-flex;
  align-items: center;
}

header .gnb .gnb_depth h3 i {
  cursor: pointer;
}

.gnb_depth.open > .gnb_depth2 {
  display: block;
}

header .gnb .gnb_inner > ul .gnb_depth a {
  position: relative;
  display: block;
  padding: 0.5rem 5vw;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--pre);
}

header .gnb_depth2 {
  display: none;
  margin-bottom: 2rem;
}

.no_scorll {
  overflow: hidden;
  height: 100vh;
}

/* gnb end */


/* main */
main {
  margin-top: calc(var(--hh) - 0.25rem);
}

section {
  position: relative;
  background: url(../1x/bg.png) center /cover;
}

.flex_wrap {
  display: flex;
}

.m1 .swiper .swiper-slide {
    cursor: pointer;
    position: relative;
    display: flex;
  }
  
  .m1 .swiper .swiper-pagination-fraction {
    color: #fff;
    font-family: var(--pre);
  }
  
  .m1 .swiper .swiper-slide img:last-child {
      position: absolute;
      top: 9vw;
      right: 20vw;
  }
  
  .m1 .swiper .swiper-slide .big_txt  {
      background-color: #BD2124;
      flex-basis: 40%;
      display: flex;
      justify-content: center;
      flex-direction: row-reverse;
      align-items: center;
      position: relative;
  }
  
  .m1 .swiper .swiper-slide .big_txt>p:first-child::before {
      content: '';
      position: absolute;
      top: 0;
      left: 3vw;
      width: 1px;
      height: 350px;
      background-color: #fff;
  }
  
  .m1 .swiper .swiper-slide .big_txt>p {
      writing-mode: tb-rl;
      color: #fff;
      font-size: 1.75rem;
      border-left: 1px solid #fff;
      font-family: var(--kb);
      padding-left: 0.5rem;
  }
  
  .m1 .swiper .swiper-slide .big_txt>p:first-child {
      position: absolute;
      top: 6vw;
      right: 10vw;
      height: 66.5%;
  }
  
  .m1 .swiper .swiper-slide .big_txt>p:nth-child(2) {
      position: absolute;
      top: 6vw;
      right: 13vw;
      padding-top: 8rem;
  }
  
  .m1 .swiper .swiper-slide .big_txt .small_txt p {
      writing-mode: tb-rl;
      color: #fff;
      font-family: var(--kb);
  }
  .m1 .swiper .swiper-slide .big_txt .small_txt p:first-child {
      position: absolute;
      bottom: 8.7vw;
      right: 9vw;
  }
  .m1 .swiper .swiper-slide .big_txt .small_txt p:last-child {
      position: absolute;
      bottom: 8.7vw;
      right: 10.5vw;
  }


.m2 {
  overflow: hidden;
  padding-bottom: 5rem;
}

.m2 .flex_wrap .vidbox {
  flex-basis: 50%;
  position: relative;
  min-height: 710px;
}

.m2 .flex_wrap .vidbox video {
  aspect-ratio: 16 / 9;
  height: 100%;
  object-fit: cover;
}

.m2 .flex_wrap .vidbox .vid_desc {
  position: absolute;
  right: 0;
  z-index: 2;
  bottom: 0;
  transform: translateX(50%);
  background: rgb(255, 253, 250);
}

.m2 .flex_wrap .vidbox .vid_desc::after {
  content: 'SINCE 1987';
  writing-mode: sideways-rl;
  display: inline-block;
  font-size: var(--fn);
  color: #9c9c9c;
  letter-spacing: -0.5px;
  transform: translateY(40%);
}

.m2 .flex_wrap .vidbox .vid_desc p {
  writing-mode: vertical-rl;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  color: #1a1a1a;
  border-right: 1px solid #666666;
  padding: 4px;
}

.m2 .flex_wrap .vidbox .vid_desc p:nth-of-type(1) {
  margin-top: 1rem;
  padding-bottom: 5rem;
}

.m2 .flex_wrap .vidbox .vid_desc p:nth-of-type(2) {
  padding-bottom: 1rem;
}

.m2 .flex_wrap .vidbox .vid_desc p span {
  writing-mode: initial;
  line-height: 1;
}

.m2 .flex_wrap .desc_wrap {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  position: relative;
  isolation: isolate;
}

.m2 .flex_wrap .desc_wrap .m2_after {
  position: absolute;
  top: -10%;
  z-index: -1;
  right: 1.25rem;
}

.m2 .flex_wrap .desc {
  padding-left: 10vw;
}

.m2 .flex_wrap .desc h2 {
  display: inline-flex;
  font-size: 4vw;
  align-items: flex-end;
  gap: 0.75rem;
  line-height: 1;
  margin-bottom: 2.1rem;
}

.m2 .flex_wrap .desc p {
  line-height: 2;
  font-size: 18px;
}

.m3 .flex_wrap {
  align-items: flex-end;
}

.m3 .flex_wrap .flex_left img {
  transform: translateX(20%);
}

.m3 .flex_wrap .flex_right {
  padding-bottom: 5%;
}

.m3 .flex_wrap .flex_right .desc {
  margin-bottom: 3rem;
  padding-left: 6vw;
}

.m3 .flex_wrap .flex_right .desc h3 {
  color: #bd2124;
  line-height: 1.35;
  font-weight: bold;
  font-size: 38px;
}

.m3 .flex_wrap .flex_right .desc p {
  font-weight: 300;
  font-size: 28px;
}

.m4 {
  padding-inline: 6.25vw;
}

.m4 .flex_wrap .flex_left span {
  color: #4d4d4d;
  font-size: 18px;
  display: block;
  margin-bottom: 2.5rem;
}

.m4 .flex_wrap .flex_left {
  position: relative;
  padding: 5rem 1.25rem 2.75rem 4rem;
  width: 50%;
  border: 1px solid #a06e4e;
}

.m4 .flex_wrap .flex_left h4 {
  font-size: 30px;
}

.m4 .flex_wrap .flex_left h3 {
  font-size: 3.75rem;
}

.m4 .flex_wrap .flex_left .line {
  width: 115px;
  height: 1px;
  margin-block: 2rem;
  background: black;
}

.m4 .flex_wrap .flex_left p {
  font-size: 18px;
  padding-top: 1rem;
  color: #4d4d4d;
  line-height: 2;
}

.m4 .flex_wrap .flex_left ul {
  display: flex;
  gap: 1rem;
  margin-top: 6.5rem;
}

.m4 .flex_wrap .flex_left ul > li > a {
  display: flex;
  min-width: 230px;
  padding: 0.5rem 1rem;
  justify-content: space-between;
  align-items: center;
  color: white;
  background: #cccccc;
  transition: 0.3s;
  font-size: 1.25rem;
}

.m4 .flex_wrap .flex_left ul li a:hover,
.m4 .flex_wrap .flex_left ul li a.active {
  background: #8c641d;
}

.m4 .flex_wrap .flex_left .down {
  position: absolute;
  right: 1vw;
    top: 7vw;
  display: inline-flex;
  flex-direction: column;
  background: black;
  text-align: center;
  gap: 0.5rem;
  align-items: center;
  color: white;
  line-height: 1.25;
  padding: 1rem 1.5rem;
}

.m4 .flex_wrap .flex_right {
  padding: 2rem;
  width: 50%;
  border: 1px solid #a06e4e;
  position: relative;
}

.m4 .flex_wrap .flex_right .more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  scale: 0;
  transition: 0.4s;
  opacity: 0;
  transform-origin: left top;
}

.m4 .flex_wrap .flex_right:hover .more {
  scale: 1;
  opacity: 1;
}

.m4 .grid_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  padding-bottom: 10rem;
}

.m4 .grid_wrap li {
  border: 1px solid #8c641d;
  border-top: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 490px;
  padding: 1.5rem;
}

.m4 .grid_wrap li img {
  margin: 0 auto;
  display: block;
}

.m4 .grid_wrap li .desc {
  position: absolute;
  display: flex;
  bottom: 8.8%;
  width: 90%;
  justify-content: space-between;
  padding-inline: 0.5rem 1rem;
  align-items: flex-end;
  margin: 0 auto;
}

.m4 .grid_wrap li .desc p {
  font-size: 23px;
  font-weight: bold;
}

.m4 .grid_wrap li .desc span {
  font-size: 18px;
  color: #808080;
}

.m5 {
  overflow: hidden;
  padding-bottom: 10rem;
}

.m5 .flex_wrap {
  padding-left: 6.25vw;
  align-items: center;
  justify-content: space-around;
}

.m5 .flex_wrap .flex_left {
  display: flex;
  gap: 1rem;
}

.m5 .flex_wrap .flex_left .desc span {
  color: #4d4d4d;
  font-size: 18px;
  display: block;
  margin-bottom: 2.5rem;
}

.m5 .flex_wrap .flex_left .desc p {
  font-size: 18px;
  padding-top: 1rem;
  color: #4d4d4d;
  line-height: 2;
}

.m5 .flex_wrap .flex_left .desc h4 {
  font-size: 43px;
}

.m5 .flex_wrap .flex_left .desc h3 {
  font-size: 62px;
}

.m5 .flex_wrap .flex_left .desc.line {
  width: 115px;
  height: 1px;
  margin-block: 2rem;
  background: black;
}

.m5 .flex_wrap .flex_left .desc p {
  font-size: 18px;
  padding-top: 1rem;
  color: #4d4d4d;
  line-height: 2;
}

.m5 .flex_wrap .flex_left .haccp {
  display: flex;
  align-items: flex-end;
  padding: 1rem;
}

.m5_swiper {
  margin-inline: 6.25vw;
}

.m5_swiper .swiper-slide {
  position: relative;
  border: 2px solid white;
  width: 100%;
  filter: brightness(0.5);
  scale: 0.8;
  transition: 0.3s;
}

.m5_swiper .swiper-slide-active {
  filter: brightness(1);
  scale: 1;
  z-index: 2;
}

.m5_swiper .swiper-slide-prev {
  transform: translateX(50%) !important;
}

.m5_swiper .swiper-slide-next {
  z-index: -1;
  transform: translateX(-50%) !important;
}

.m5_swiper .swiper-slide .desc {
  position: absolute;
  right: 5%;
  top: -5%;
  background: white;
  border: 1px solid #a06e4e;
  writing-mode: vertical-lr;
  padding: 2rem 0.875rem;
}

.m5_swiper .swiper-slide .desc p {
  display: inline-block;
  font-family: var(--eu);
  font-size: 20px;
  margin-bottom: 1rem;
}

.m5_swiper .swiper-slide .desc span {
  font-size: var(--fn);
  color: #9c9c9c;
  font-weight: 500;
  letter-spacing: -0.25px;
}

.m5_swiper .swiper-slide img {
    width: 100%;
}

.m6 {
  margin-inline: 6.25vw;
}

.m6_cer {
  min-width: 600px;
  position: relative;
  z-index: 2;
  isolation: isolate;
}

.m6_cer img {
  transform: translateX(10%);
}

.m6 .flex_wrap .flex_right {
  width: 100%;
  text-align: center;
  padding-top: 3rem;
  isolation: isolate;
  z-index: 1;
  position: relative;
}

.m6 .flex_wrap .flex_right .desc_box {
  display: flex;
  justify-content: flex-end;
}

.m6 .flex_wrap .flex_right .desc_box p {
  background: #70583a;
  display: inline-block;
  color: white;
  padding: 0.25rem 1rem;
}

.m6 .grid_wrap {
  background: white;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 100%;
  padding-block: 3rem 5rem;
}

.m6 .grid_wrap > h4 {
  font-size: 25px;
}

.m6 .grid_wrap > h3 {
  font-size: 37px;
  margin-bottom: 2.5rem;
}

.m6 .grid_wrap > ul {
  display: grid;
  padding-inline: 5%;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  row-gap: 2.25rem;
}

.m6 .grid_wrap > ul > li p {
  font-size: var(--fn);
  color: #4d4d4d;
  font-weight: 500;
  margin-top: 0.75rem;
}

.m6 .grid_wrap > ul > li h5 {
  font-size: 1.125rem;
  color: #4d4d4d;
}

.m6 .grid_wrap > ul > li img {
  width: auto;
  height: 80px;
  margin: 0 auto;
  transition: 0.3s;
}

.m6 .grid_wrap > ul > li img:hover {
  scale: 1.15;
}

.m7 {
  background: #9f2124;
  text-align: center;
  margin-top: -4.5rem;
  position: relative;
  z-index: 5;
  color: white;
  padding-block: 4.5rem 3rem;
  overflow: hidden;
}

.m7 .imgbox img {
  max-width: 920px;
  margin: 0 auto;
}

.m7 .desc {
  color: white;
}

.m7 .desc span {
  font-size: 1.125rem;
}

.m7 .desc h3 {
  font-size: 42px;
  margin-block: 0.75rem 0.25rem;
}

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

.m8 {
  width: 100%;
  background: white;
  padding-inline: 6.25vw;
}

.m8 .flex_wrap {
  gap: 10vw;
  align-items: center;
  padding-block: 1.5rem;
}

.m8 .flex_wrap .flex_left h3 {
  font-size: 38px;
  font-family: var(--kb);
  font-weight: 700;
}

.m8 .flex_wrap .flex_left p {
  color: #808080;
  font-size: var(--fn);
  margin-top: 0.25rem;
}

.m8 .flex_wrap .flex_right ul {
  display: flex;
}

.m8 .flex_wrap .flex_right ul li:not(:last-child) {
  border-right: 1px solid #999;
}

.m8 .flex_wrap .flex_right ul li a {
  font-size: 25px;
  color: black;
  font-family: var(--eu);
  gap: 6rem;
  padding: 0.5rem 2rem;
}

.m8 .flex_wrap .flex_right ul li a i {
  border: 1px solid #70583a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  width: 2rem;
  height: 2rem;
  transition: 0.3s;
}

.m8 .flex_wrap .flex_right ul li:hover a i {
  background: #70583a;
}

.m8 .flex_wrap .flex_right ul li:hover > a i img {
  filter: none;
}

.m8 .flex_wrap .flex_right ul li a i img {
  filter: contrast(1) invert();
  transition: 0.5s;
  width: auto;
}


.footer {
  padding-block: 3rem;
  max-height: 40vh;
  background: black;
  width: 100%;
  font-family: "Pretendard variable", sans-serif;
  text-align: left;
  position: relative;

  .footer_wrap {
    display: flex;
    flex-direction: column;

    > div:not(.gotop) {
      padding: 0 10%;
    }

    .footer_top {
      display: flex;
      justify-content: space-between;
      align-items: baseline;

      .footer_link {
        ul {
          display: flex;
          gap: 2.6vw;

          li a {
            font-size: 1rem;
            font-weight: 500;
            letter-spacing: 0.15px;
            color: white;
          }
        }
      }

      .footer_menu {
        ul {
          display: flex;
          gap: 2vw;

          li a {
            font-size: 14px;
            color: white;
          }
        }
      }
    }
  }

  hr {
    position: relative;
    border: none;
    background: #999;
    height: 1px;
    margin-block: 1.5rem 2rem;
    display: block;
  }

  .gotop {
    position: absolute;
    transform: translateY(-50%);
    right: 5%;
    top: 0;
    z-index: 1;
  }

  .footer_bot {
    display: flex;
    justify-content: space-between;
    width: 100%;

    .footer_info {
      img {
        width: auto;
      }

      ul {
        margin-top: 12px;

        li {
          display: flex;
          color: white;
          font-weight: 300;
          gap: 6px;
          line-height: 1.8;

          span {
            font-weight: 500;
            text-transform: uppercase;
            display: inline-block;
            margin-right: 0.5rem;
          }
        }
      }
    }

    .footer_nav {}
  }
}

.more:hover {
  i img {
    transform: translateX(8px);
    transition: 0.7s;
  }
}

/* sub page sp*/
.sub_wrap {
  max-width: 1640px;
  margin: 0 auto;
  width: 100%;
  padding: 190px 20px 0;
}

.sub_wrap .bread {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 4rem;
}

.sub_wrap .bread img {
  display: block;
  margin-bottom: 2px;
}

.sub_wrap .bread p {
  color: black;
  font-size: 18px;
  font-weight: 300;
}

.sub_wrap .sub_title {
  font-family: var(--eu1945);
  margin-bottom: 4rem;
}

.sub_wrap .sub_title h2 {
  font-size: 4.5rem;
  font-weight: normal;
  font-family: inherit;
  line-height: 1.3;
}

.sub_wrap .sub_title p {
  font-size: 26px;
  font-weight: normal;
  font-family: inherit;
  letter-spacing: -0.8px;
}

/* sub page*/
.sub_top {
  background: url(../1x/sub_top.png) no-repeat center / cover;
  height: calc(531px - var(--hh));
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sub2_top {
  background: url(../1x/sub2_top.png) no-repeat center / cover;
}

.sub3_top {
  background: url(../1x/sub3_top.png) no-repeat center / cover;
}

.sub4_top {
  background: url(../1x/sub4_top.png) no-repeat center / cover;
}

.sub_top .desc {
  color: white;
  padding-top: 5rem;
  padding-right: 10vw;
}

.sub_top .desc h3 {
  /* font-size: 64px; */
  font-size: 3.25rem;
  line-height: 1.25;
  text-align: right;
  margin-bottom: 2rem;
}

.sub_top .desc_sub {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: flex-end;
}

.sub_top .desc_sub span {
  display: inline-block;
  position: relative;
  color: white;
  vertical-align: middle;
}

.sub_top .desc_sub span::before {
  display: inline-block;
  content: '';
  height: 1px;
  transform: translate(2px, -1px);
  vertical-align: middle;
  background: white;
  width: 12rem;
}

.sub_top .desc_sub p {
  /* font-size: 40px; */
  font-size: 2rem;
  display: inline-block;
}

.sub_title {
  text-align: center;
  width: 100%;
  align-content: center;
  margin-block: 15vh 10vh;
  background: url(../1x/bg.png);
}

.sub_title span {
  font-size: 25px;
  color: #c00000;
}

.sub_title h3 {
  font-size: 50px;
  margin-top: 1.2rem;
  line-height: 1.2;
}

.s1_1_1 {
  padding-left: 6.25vw;
  padding-top: 10vh;
}

.s1_1_1 .flex_wrap {
  justify-content: flex-end;
  gap: 3rem;
}

.s1_1_1 .imgbox {
  min-width: 50%;
}

.s1_1_1 .desc {
  position: relative;
  z-index: 0;
}

.s1_1_1 .desc .after {
  position: absolute;
  right: -5%;
  top: -25%;
  z-index: -1;
  content: '';
}

.s1_1_1 .desc h3 {
  font-size: 50px;
  line-height: 1.18;
  margin-bottom: 4rem;
}

.s1_1_1 .desc h3 i {
  vertical-align: bottom;
  display: inline-block;
  margin-left: 1.1rem;
}

.s1_1_1 .desc p {
  font-family: var(--pre);
  font-size: 1.125rem;
  line-height: 1.68;
  color: #4d4d4d;
}

.s1_1_2 {
  padding-block: 10vh 15vh;
}

.s1_1_2 .flex_content li {
  gap: 100px;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
}

.s1_1_2 .flex_content li .desc {
  padding-right: 120px;
}

.s1_1_2 .flex_content li .desc h4 {
  font-size: 40px;
}

.s1_1_2 .flex_content li .desc span {
  vertical-align: middle;
  width: 100%;
  display: flex;
  color: #a06e4e;
  align-items: center;
  margin-block: 0.75rem 1.25rem;
}

.s1_1_2 .flex_content li .desc span::after {
  content: '';
  background: #a06e4e;
  height: 1px;
  width: 100%;
}

.s1_1_2 .flex_content li .desc p {
  line-height: 1.62;
  font-family: var(--pre);
  color: #4d4d4d;
  font-size: 1.25rem;
}

.s1_1_2 .flex_content li:nth-of-type(2) {
  flex-direction: row-reverse;
  padding-left: 5rem;
}


/* hisory */


.s1_2_1 {
  position: relative;
  z-index: 1;
}

.s1_2_1 .imgbox .txt_box h4 {
    font-family: var(--ntjp);
    font-size: 36px;
    text-align: right;
    margin-bottom: 3rem;
    line-height: 1.2;
}

.s1_2_1 .imgbox .txt_box p {
    font-family: var(--ntjp);
    font-size: 20px;
    color: #4D4D4D;
    text-align: right;
}

.s1_2_1 .imgbox .txt_box {
    margin-bottom: 3rem;
}

.s1_2_1 .imgbox01 {
    align-self: flex-end;
}

.s1_2_1 .imgbox01 .txt_box {
    padding-right: 5rem;
}

.s1_2_1 .imgbox02 {
    align-self: flex-start;
}
.s1_2_1 .imgbox03 {
    align-self: flex-end;
}

.s1_2_1 .imgbox02 .txt_box h4 {
    margin-block: 2rem;
}

.s1_2_1 .imgbox03 .txt_box h4 {
    text-align: left;
    margin-block: 2rem;
}
.s1_2_1 .imgbox03 .txt_box p {
    text-align: left;
}


.s1_2_1 article {
  display: flex;
  padding-bottom: 15%;
  align-items: center;
}

.s1_2_1 article:nth-of-type(1) {
  padding-top: 15vh;
}

.s1_2_1 article:nth-of-type(1),
.s1_2_1 article:nth-of-type(3) {
  justify-content: flex-end;
}

.s1_2_1 article .imgbox img {}

.s1_2_1 article h2 {
  font-size: 4.25rem;
  font-weight: 700;
  height: fit-content;
  position: sticky;
  min-width: 42%;
  display: block;
  top: 50%;
  left: 0;
  margin-bottom: 5rem;
  letter-spacing: -0.75px;
}

.s1_2_1 article > ul {
  position: relative;
}

.s1_2_1 article > ul::after {
  position: absolute;
  display: block;
  content: '';
  height: 100%;
  background: #a06e4e;
  width: 1px;
  top: 0;
  left: 350px;
}

/* .s1_2_1 .t2013>ul::after {
    left: 35%;
} */

/* .s1_2_1 .t2021>ul::after {
    left: 34%;
} */

.s1_2_1 article > ul > li {
  padding-bottom: 4rem;
  padding-inline: 10rem;
}

.s1_2_1 article ul li .his_wrap {
  display: flex;
  align-items: center;
  gap: 5rem;
}

.s1_2_1 article ul li .his_wrap .flex_left {
  font-size: 4rem;
  color: #a06e4e;
  font-family: var(--eu);
  width: 8rem;
}

.s1_2_1 article .his_wrap .flex_right li {
  display: flex;
  padding-bottom: 0.75rem;
  gap: 1rem;
  align-items: center;
}

.s1_2_1 article .his_wrap .flex_right li span {
  position: relative;
  font-size: 30px;
  color: #a06e4e;
  display: inline-flex;
  align-items: center;
  font-family: var(--eu);
}

.s1_2_1 article .his_wrap .flex_right li span:not(:empty):after {
  content: "";
  position: absolute;
  display: block;
  left: -1.5rem;
  width: 10px;
  height: 10px;
  background: #a06e4e;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.4s;
}


.s1_2_1 article .his_wrap .flex_right li p {
  color: #4d4d4d;
  font-family: var(--pre);
  font-size: 1.25rem;
}

.s1_2_1 .sec_title {
  padding-top: 10rem;
}

.s1_2_1 .sec_title > h3 {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 2rem;
}

.s1_2_1 .sec_title > p {
  font-size: 1.25rem;
  font-weight: 300;
  max-width: 92%;
  color: #262626;
  line-height: 1.5;
}

.s1_2_1 .after {
  position: absolute;
  top: -5%;
  content: '';
  right: 10%;
  z-index: -1;
  max-width: 25vw;
}

.s1_3_1 .map {
  max-width: 1500px;
  aspect-ratio: 2 / 1;
  margin: 0 auto;
}

.s1_3_1 .address {
  width: 100%;
  background: #9f2124;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.75rem;
  /* padding: 5rem; */
  padding-block: 12rem 5rem;
  margin-top: -8rem;
}

.s1_3_1 .address li {
  color: white;
  display: flex;
  gap: 0.25rem;
  flex-direction: column;
  font-family: var(--pre);
}

.s1_3_1 .address li h6 {
  font-size: 30px;
}

.s1_3_1 .address li:nth-of-type(2) {
  margin-right: 12vw;
}

.s1_3_1 .address li:nth-of-type(3) {
  padding-left: 3rem;
  border-left: 1px solid white;
}

.s1_3_1 .address li p {
  font-size: 22px;
  font-weight: 700;
}

.s1_3_1 .address li span {
  font-weight: 300;
}

.s1_5_1 {
  overflow: hidden;
}

.s15_nav {
  position: absolute;
  border-left: 1px solid #70583a;
  left: 8%;
  height: 100%;
  z-index: 2;
  padding-top: 3rem;
}

.s15_nav ul li {
  position: relative;
  font-size: 18px;
  color: #4d4d4d;
  font-family: 'Noto sans KR';
  display: flex;
  margin-bottom: 1.3rem;
  cursor: pointer;
  padding-left: 2rem;
  letter-spacing: -0.2px;
}

.s15_nav ul li::before {
  content: '◆';
  color: #a06e4e;
  height: 100%;
  display: block;
  position: absolute;
  left: -10px
}

.s15_nav ul li.active {
  font-weight: 700;
  color: #a06e4e;
}

.s1_5_1 .s15_swiper .swiper-slide {
  opacity: 0 !important;
  transition: opacity 1s !important;
}

.s1_5_1 .s15_swiper .swiper-slide-active {
  opacity: 1 !important;
}

.s1_5_1 .s15_swiper .desc {
  border-block: 1px solid #a06e4e;
  padding-inline: 10%;
}

.s1_5_1 .s15_swiper .imgbox {
  max-width: 1030px;
  margin: 0 auto;
  padding-bottom: 3rem;
}

.s1_5_1 .s15_swiper .desc_wrap {
  display: flex;
  padding-left: 15%;
  padding-block: 3rem 1.375rem;
}

.s1_5_1 .s15_swiper .desc_wrap .desc_left {
  width: 100%;
  margin-left: 3.75rem;
}

.s1_5_1 .s15_swiper .desc_wrap .desc_left span {
  display: block;
  color: #c00000;
  font-size: 18px;
}

.s1_5_1 .s15_swiper .desc_wrap .desc_left h5 {
  font-size: 38px;
  display: inline-block;
  width: 100%;
  color: #1a1a1a;
}

.s1_5_1 .s15_swiper .desc_wrap .desc_right {
  padding-top: 1rem;
}

.s1_5_1 .s15_swiper .desc_wrap .desc_right p {
  font-size: 17px;
  letter-spacing: -0.2px;
  color: #4d4d4d;
}

.s1_5_1 .s15_swiper .desc_wrap .desc_right .number {
  font-size: 18px;
  margin-top: 0.5rem
}

.s1_5_1 .s15_swiper .desc_wrap .desc_right .number::first-letter {
  display: inline-block;
  color: #c00000;
}

/* 임시 이미지영역 */
.s1_4_1 .imgbox {
  max-width: 1340px;
  width: auto;
  margin: 0 auto;
}

.s1_4_1 .imgbox2 {
  max-width: 1890px;
}

.s1_4_2 {
  display: flex;
  align-items: start;
}

.s1_4_2 .left {
  flex: 0 0 60%;
  padding-block: 3.5%;
  background: url(../1x/sub1_4_2_left.png) center no-repeat;
  background-size: cover;
  color: #fff;
  justify-items: start;
  padding-left: 16vw;
  border-top: 1px solid #70583a;
}

.s1_4_2 .left h2 {
  font-size: clamp(1.5rem, 2.35vw, 45px);
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1rem;
  padding-top: 13vh;
}

.s1_4_2 .left .span_wrap {
  display: flex;
  gap: 2rem;
  font-weight: 500;
  font-size: 18px;
  margin-block: 2.5rem;
}

.s1_4_2 .left p {
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.5;
  font-family: var(--pre);
  font-weight: 300;
}

.s1_4_2 .right {
  flex: 0 0 40%;
  border-top: 1px solid #70583a;
}

.s1_4_2 .right img {
  padding-top: 9vh;
}

.s1_5_2 {
    display: flex;
    padding-left: 13vw;
    padding-top: 10rem;
}
.s1_5_2 .left {
    flex-basis: 56%;
    padding-top: 10rem;
}

.s1_5_2 .left .l_top {
    margin-bottom: 2rem;
}
.s1_5_2 .left .l_top span {
    font-family:var(--eu);
    font-size: 1.375rem;
    color: #1A1A1A;
}
.s1_5_2 .left .l_top h2 {
    font-family:var(--eu);
    font-weight: 600;
    font-size: 2.25rem;
    color: #1A1A1A;
    margin-block: 0.7rem 1.5rem;
    line-height: 1.3;
}
.s1_5_2 .left .l_top p {
    font-size: 1.125rem;
    color: #4D4D4D;
    font-family: var(--pre);
    font-weight: 300;
}
.s1_5_2 .left ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px ,1fr));
    gap: 2rem 1rem;
}
.s1_5_2 .left ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 270px;
    width: 240px;
    padding-inline: 2rem;
    border-radius: 20px;
    transition: all 0.3s;
    border: 2px solid transparent;
}
.s1_5_2 .left ul li:hover {
    border: 2px solid #9F2124;
}
.s1_5_2 .left ul li p {
    color: #4D4D4D;
    text-align: center;
    font-family: var(--pre);
    font-weight: 300;
    margin-top: 2.5rem;
}
.s1_5_2 .right {
    flex-basis: 44%;
}
.s1_5_2 .right .r_top {
    background-color: #9F2124;
}
.s1_5_2 .right .r_top p {
    font-family:var(--eu);
    font-size: 1.5rem;
    color: #fff;
    padding: 2rem;
    margin-bottom: 8.5rem;
    line-height: 1.3;
}
.s1_5_2 .right .r_bot {
    height: 445px;
    background-color: #A06E4E;

}


/* sub1_6 */
.s1_6_1 {
    padding-bottom: 2rem;
}
.s1_6_1 .s1_6_wrap {
    max-width: 1300px;
    margin: 0 auto;
    border: 2px solid #70583A;
    position: relative;
    box-shadow: 12px 15px 10px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}
.s1_6_1 .s1_6_wrap>img {
    position: absolute;
    top: -1.95rem;
    right: 2vw;
}
.s1_6_1 .s1_6_wrap .wrap_top {
    padding-top: 5rem;
    padding-inline: 4rem;
    display: flex;
    max-height: 465px;
    overflow: hidden;
    justify-content: space-between;
}
.s1_6_1 .s1_6_wrap .wrap_top .t_left>span {
    font-family: var(--eu);
    font-size: 28px;
    margin-top: 2rem;
    display: block;
}
.s1_6_1 .s1_6_wrap .wrap_top .t_left h2 {
    font-family: var(--eu);
    font-size: 40px;
    line-height: 1.3;
    margin-block: 0.5rem 1.2rem;
}
.s1_6_1 .s1_6_wrap .wrap_top .t_left h2 span {
    display: inline-block;
    color: #BD2124;
    font-size: 40px;
}
.s1_6_1 .s1_6_wrap .wrap_top .t_left p {
    font-family: var(--ntjp);
    color: #4D4D4D;
}
.s1_6_1 .s1_6_wrap .wrap_top .t_right img {
    display: inline-block;
}
.s1_6_1 .s1_6_wrap .wrap_top .t_right img:last-child {
    margin-left: -10rem;
    margin-bottom: 1px;
}
.s1_6_1 .s1_6_wrap .wrap_bot {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
    border-top: 1px solid #70583A;
}
.s1_6_1 .s1_6_wrap .wrap_bot li {
    border-right: 1px solid #70583A;
    padding-block: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}
.s1_6_1 .s1_6_wrap .wrap_bot li img {
    max-height: 85px;
    flex-basis: 70%;
    align-self: center;
    object-fit: none;
}
.s1_6_1 .s1_6_wrap .wrap_bot li p {
    text-align: center;
    font-family: var(--eu);
}
.s1_6_1 .s1_6_wrap .wrap_bot li:last-child {
    border: 0;
}

.s1_6_2 {
    padding-block: 8rem 10rem;
}
.s1_6_2 ul {
    max-width: 1170px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 2rem 3rem;
}
.s1_6_2 ul li {
    margin: 0 auto;
    
}
.s1_6_2 ul li:first-child {
    grid-row: span 2;
}
.s1_6_2 ul li:first-child img {
    border: 0;
    max-height: initial;
}
.s1_6_2 ul li img {
    border: 2px solid #DBDCDC;
    max-height: 315px;
    margin: 0 auto;
}
.s1_6_2 ul li p {
    font-family: var(--ntjp);
    font-size: 1.125rem;
    color: #4D4D4D;
    text-align: center;
    margin-top: 0.5rem;
}

.s3_1_1 {
    padding-bottom: 15rem;
}
.s3_1_1 .imgbox {
  display: flex;
  padding-top: 2rem;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 2rem;
  z-index: 2;
  position: relative;
}
.s3_1_1 .imgbox h2 {
    font-family: var(--ntjp);
    font-size: 44px;
    margin-bottom: 2rem;
    line-height: 1.3;
}
.s3_1_1 .imgbox p {
    font-family: var(--ntjp);
    color: #4D4D4D;
    font-size: 1.25rem;
    font-weight: 600;
}



.s3_1_1 .imgbox img {
  position: relative;
  width: auto;
}

.s3_1_1 .after {
  width: auto;
  position: absolute;
  left: -10%;
  top: -10%;
  z-index: 1;
}


/* 상품소개 product */

.s2 {
  position: relative;
  isolation: isolate;
}

.s2 .after {
  position: absolute;
  right: 0;
  top: -5%;
  z-index: -1;
}

.pro_title {
  margin-bottom: 0;
}

.pro_wrap {
  padding-bottom: 15%;
  max-width: 1500px;
  margin: 3rem auto 10rem;
  padding: 5rem;
  background: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}

.pro_wrap .pro_tab > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../1x/product/pro_tab.png) no-repeat center / contain;
  padding: 1rem;
}

.pro_wrap .pro_tab > ul li {
  border-right: 1px solid #999;
}

.pro_wrap .pro_tab > ul li:last-of-type {
  border: none;
}

.pro_wrap .pro_tab > ul li a {
  display: block;
  padding-inline: 3rem;
  font-size: 21px;
  color: #808080;
}

.pro_wrap .pro_tab > ul li.active a {
  color: #1a1a1a;
  font-weight: bold;
}

.pro_wrap .pro_grid {
  display: grid;
  row-gap: 7rem;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
}

.pro_wrap .pro_grid li {
  max-width: 370px;
  margin: 0 auto;
}

.pro_wrap .pro_grid li a {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.pro_wrap .pro_grid li .imgbox {
  height: 300px;
  align-content: center;
}

.pro_wrap .pro_grid li .imgbox img {
  margin: 0 auto;
}

.pro_wrap .pro_grid li a > h5 {
  text-align: center;
  /* max-width: 80%; */
  font-size: 24px;
  width: 100%;
  padding-bottom: 0.125rem;
  border-bottom: 1px solid #a06e4e;
  letter-spacing: -0.15px;
  color: black;
  margin: 0 auto;
}

.pro_wrap .pro_grid li a > p {
  text-align: center;
  font-size: 22px;
  color: #8c8c8c;
  padding-top: 0.2rem;
  letter-spacing: -0.4px;
}

.pro_wrap article {
  display: block;
  width: 100%;
  margin-block: 7rem;
}

.pro_wrap img {
  width: auto;
  cursor: pointer;
  margin: 0 auto;
}

.pro_imgbox a {
  margin: 0 auto;
  width: 100%;
  display: block;
  padding-bottom: 10%;
}

.pro_imgbox img {
  width: auto;
  margin: 0 auto;
}

.s2 {
    padding-block: 10rem;
    /* padding-inline: 12.5rem; */
}
.s2 .back {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.8rem;
    padding: 1.4rem 1.5rem;
    background-color: #ECECEC;
    border-radius: 3rem;
    color: #333333;
    font-family: var(--kb);
    font-weight: 600;
    margin-bottom: 2rem;
}
.s2 .back_box {
    max-width: 1500px;
    margin: 0 auto;
}
.s2 .back p {
    font-family: var(--kb);
}
.s2 .s2_box {
    max-width: 1500px;
    margin: 0 auto;
    background-color: #fff;
    padding: 4rem 6rem;
    box-shadow: 2.3px 2.3px 17px rgba(0, 0, 0, 0.1);
}
.s2 .s2_box .top {
    display: flex;
    justify-content: space-between;
}
.s2 .s2_box .top .top_l {
    font-family: var(--eu);
    flex-basis: 50%;
}
.s2 .s2_box .top .top_l span {
    color: #C00000;
    font-size: 2rem;
    margin-bottom: 1rem;
}
.s2 .s2_box .top .top_l p {
    font-size: 2.875rem;
    font-family: var(--ntjp);
}
.s2 .s2_box .top .top_r>p {
    font-family: var(--ntjp);
    font-size: 1.25rem;
    color: #636363;
    text-align: right;
    font-weight: 300;
}
.s2 .s2_box .top .top_r .r_bot {
    display: flex;
    gap: 1.5rem;
    justify-content: flex-end;
    margin-top: 2rem;
}
.s2 .s2_box .top .top_r .r_bot div {
    background-color: #ECECEC;
    padding: 0.5rem 1rem;
    border-radius: 3rem;
}
.s2 .s2_box .top .top_r .r_bot p {
    color: #C00000;
    font-size: 1.125rem;
    font-family: var(--ntjp);
    width: max-content;
}
.s2 .s2_box .mid {
    width: 100%;
    margin-block: 4.5rem 5.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.s2 .s2_box .mid .shop {
    margin-top: 0.5rem;
    display: inline-flex;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
    background-color: #C00000;
    border-radius: 3rem;
    padding: 1rem 1.5rem;
    color: #fff;
}
.s2 .s2_box .bot {
    display: flex;
    gap: 8rem;
}
.s2 .s2_box .bot .bot_l .l_top {
    width: 100%;
}
.s2 .s2_box .bot .bot_l .l_top img {
    margin: 0 auto;
}
.s2 .s2_box .bot .bot_l .l_mid {
    padding-block: 1rem;
    border-top: 1px solid #230000;
    border-bottom: 1px solid #230000;
    display: flex;
    margin-block: 2rem 1rem;
    padding-inline: 1rem;
}
.s2 .s2_box .bot .bot_l .l_mid .m_list {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    padding-inline: 1rem;
    flex: 1;
}
.s2 .s2_box .bot .bot_l .l_mid .m_list span {
    color: #c00000;
    font-family: var(--ntjp);
    font-size: 1.375rem;
    font-weight: 700;
}
.s2 .s2_box .bot .bot_l .l_mid .m_list p {
    font-family: var(--pre);
    font-weight: 300;
    font-size: 1.125rem;
}
.s2 .s2_box .bot .bot_l .l_mid .m_list:first-child {
    border-right: 1px solid #230000;
}
.s2 .s2_box .bot .bot_l .l_bot {
    width: 100%;
}
.s2 .s2_box .bot .bot_r li {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}
.s2 .s2_box .bot .bot_r li img {
    max-width: 60px;
    padding-top: 2rem;
}
.s2 .s2_box .bot .bot_r li:nth-child(2) {
    margin-block: 4rem;
}
.s2 .s2_box .bot .bot_r li span {
    font-family: var(--mn);
    font-size: 3.5rem;
    color: #BFBFBF;
    line-height: 1;
}
.s2 .s2_box .bot .bot_r li h2 {
    font-family: var(--ntjp);
    font-size: 1.5rem;
    line-height: 1.3;
    margin-block: 0.5rem 1rem;
}
.s2 .s2_box .bot .bot_r li p {
    font-family: var(--ntjp);
    font-size: 1.125rem;
    font-weight: 300;
    color: #636363;
}
.sub2_2 .s2 .s2_box .top .top_l {
    flex-basis: 50%;
}
/* .sub2_2_3 .s2 .s2_box .top .top_r {
    flex-basis: 43%;
} */
.s2 .s2_box .bot .bot_l .l_mid .m_list img {
    max-width: 37%;
}

.sub2_3 .s2 .s2_box .top .top_r {
    flex-basis: 70%;
}




/* 고객센터  */
.form_inner {
  padding-top: 2.5rem;
}

.filebox input[type="file"] {
  display: none;
}

.filebox label {
  width: 20%;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  margin-left: 10px;
  line-height: 45px;
  letter-spacing: -0.35px;
  background: #000;
  border-radius: 50px;
  cursor: pointer;
}

input:focus {
  outline-offset: 0px;
  outline: -webkit-focus-ring-color auto 0px;
}

textarea:focus {
  outline-offset: 0px;
  outline: -webkit-focus-ring-color auto 0px;
}

label span {
  vertical-align: middle;
}

input[type="radio"] {
  vertical-align: middle;
  appearance: none;
  border: max(2px, 0.1em) solid #80c3f0;
  border-radius: 50%;
  width: 1.25em;
  height: 1.25em;
  transition: border .4s ease-in-out;
}

[type="radio"]:checked {
  border: .3rem solid #D78796;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

select {
  width: 100%;
  font-family: inherit;
  border: 0px solid #999;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-align-last: left;
  transform: skewX(-0.3deg);
  background-color: transparent;
}

.container {
  width: 100%;
  max-width: 1340px;
  padding: 3rem 20px 5%;
  margin: 0 auto;
  background: white;
  font-family: var(--pre);
  border-top: 2px solid var(--main-color);
}

#form_txt p {
  margin-top: 35px;
}

#form_txt h4:last-of-type {
  margin-top: 35px;
}


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

.FormWrap {
  display: flex;
  gap: 40px;
}

.form_ul li:first-child .flexWrap > div {
  border-bottom: 1px solid #b2b2b2;
}

.form_ul li:nth-child(2) .flexWrap > div .f_title {
  border-bottom: 1px solid #b2b2b2;
}

.form_ul li:nth-child(3) {
  height: 415px;
}

.form_ul li:nth-child(3) span {
  font-size: 1.1rem;
  display: block;
  color: #808080;
  letter-spacing: -0.9px;
}

.form_ul li:nth-child(4) .FormWrap {
  gap: 0;
}

.form_ul li:nth-child(4) .f_title {
  border-bottom: 1px solid #b2b2b2;
}

.form_ul li:last-child label {
  display: flex;
  gap: 10px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.form_ul li:last-child label span {
  color: var(--main-color);
  position: absolute;
  font-size: 1.3rem;
  margin: -2px 2px;
}

.flexWrap > div {
  display: flex;
  flex: 1;
}

.FormWrap .filebox {
  display: flex;
  align-items: flex-end;
}

.form_ul {
  margin: 15px 0 50px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.form_ul li {
  margin-bottom: 65px;
}

#form_attached_1 {
  flex: 1 1 90%;
}

#form_content_1 {}


.f_title {
  flex: 1 1 10%;
  font-size: 1rem;
  line-height: 40px;
  letter-spacing: -1.1px;
  text-transform: capitalize;
  margin-right: auto;
  white-space: nowrap;
}

.f_title p {
  font-weight: 500;
  position: relative;
  display: inline-block;
}

.f_title p::after {
  content: '*';
  position: absolute;
  color: var(--main-color);
  font-size: 1.3rem;
  right: -13px;
  top: 0;
  font-weight: 500;
}

#form_mail::before {
  content: none;
}

.f_Box {
  flex: 1 1 90%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.dateWrap {
  display: flex;
  flex-direction: column;
  flex: 3;
}

.f_w {
  flex: .39;
}

.f_cont {
  flex: 1 1 90%;
  height: 30px;
  background: #fff;
}

.f_file {
  padding: 10px;
  height: 40px;
  margin: 0;
  border: none;
  border-bottom: 1px solid #b2b2b2 !important;
}

.f_cont_num,
.f_cont_email {
  width: 100%;
  height: 46px;
  background: #fff;
  border-bottom: 1px solid #b2b2b2;
}

.f_cont_num select {
  color: #333;
  padding: 0 10px;
}

.f_cont_email select {
  color: #808080;
  padding: 0 10px;
}

.f_cont_num_icon,
.f_cont_email_icon {
  height: 45px;
  line-height: 45px;
  padding: 0;
  border: none;
  color: #000;
}

.f_cont p {
  color: #808080;
  font-size: 1.1rem;
  height: 25px;
  line-height: 25px;
  padding: 5px 0px;
}


.f_input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 10px 10px 10px 5%;
  border: 0px;
  background-color: transparent;
  font-size: 0.8rem;
}

.f_input_radio {
  margin-right: 5px;
}

.form_cate_span {
  margin-right: 10px;
}

.f_input2 {
  height: 300px;
  width: 100%;
  padding: 10px;
  border: 1px solid #b2b2b2;
  background-color: transparent;
  font-size: 0.8rem;
}

.upload-name {
  flex: 1;
  padding: 0px 8px;
  font-size: 0.8rem;
  line-height: 40px;
  color: #808080;
  vertical-align: middle;
  background-color: #fff;
  border: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ddd;
  width: 78%;
  margin-right: 2%;
  box-sizing: border-box;
  font-size: 0.8rem;
}



#form_send {
  width: 100%;
  padding-bottom: 200px;
}

#form_send_1 {
  width: 100%;
  text-align: center;
}


.submit {
  font-size: 20px;
  line-height: 35px;
  letter-spacing: -0.35px;
  height: 45px;
  width: 100%;
  max-width: 150px;
  text-align: center;
  margin: 10px 20px;
  cursor: pointer;
  transition: all 0.4s;
  color: #fff;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  text-transform: uppercase;
  border-radius: 35px;
}

.reset {
  font-size: 20px;
  line-height: 35px;
  letter-spacing: -0.35px;
  height: 45px;
  width: 100%;
  max-width: 150px;
  text-align: center;
  margin: 10px 20px;
  background: transparent;
  cursor: pointer;
  color: var(--main-color);
  transition: all 0.4s;
  border: 1px solid var(--main-color);
  text-transform: uppercase;
  border-radius: 35px;
}

.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;
}

.notice_top .sub_title {
    background: none;
}



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

  .FormWrap {
    flex-direction: column;
  }

  .form_ul li:nth-child(2) .flexWrap > div .f_title {
    border-bottom: none;
  }

  .f_cont.width50 {
    width: 100%;
  }

  .f_title {
    width: 100%;
    border-right: 0px;
  }

  /* .f_cont {
    margin-bottom: 30px;
  } */

  .f_cont_email {
    width: 35%;
    margin-bottom: 30px;
  }

  .f_cont_email.icon {
    width: 8%;
  }

  .f_cont_email#form_mail_3 {
    width: 57%;
  }

  .f_cont_num {
    width: 29%;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .f_cont_num.icon {
    width: 6%;
  }

  .container {
    padding: 35px 10px 160px;
  }

  .f_cont {
    width: 100%;
  }

  .f_cont2 {
    width: 100%;
    margin-bottom: 30px;
  }

  #form_send_1 {
    width: 100%;
  }

  .submit {
    font-size: 1.125rem;
    margin: 10px 5px;
    display: inline-block;
  }

  .reset {
    font-size: 1.125rem;
    margin: 10px 0;
    display: inline-block;
  }

  .f_title.width2 {
    width: 100%;
  }

  .f_cont3 {
    width: 100%;
    margin-bottom: 30px;
  }

  .upload-name {
    width: 69%;
  }

  .filebox label {
    width: 29%;
  }

  select {
    background: url(../image/select.png) no-repeat 95% 65%;
    padding: 0px;
    background-size: 20%;
  }

  #form_send {
    padding-top: 0px;
  }
}

@media screen and (max-width: 460px) {
  .sub_Bo .title {
    padding: 135px 0 0;
  }

  .form_ul li {
    margin-bottom: 30px;
  }

  .f_cont {
    margin-bottom: 0;
  }

  .container {
    padding: 35px 10px 80px;
  }

  .form_ul li:nth-child(2) .flexWrap > div .f_title,
  .form_ul li:nth-child(4) .f_title {
    border: none;
  }

  .flexWrap {
    flex-direction: column;
  }

  .flexWrap > div {
    flex-wrap: wrap;

    flex-direction: column;
  }

  .f_input {
    font-size: .9rem;
  }

  .Form-File {
    flex-direction: column;
  }

  .FormWrap .filebox {
    align-items: center;
  }

  .filebox label {
    width: 35%;
  }

  #form_send {
    padding-bottom: 0;
  }

  .filebox label {
    width: 45%;
    font-size: .8rem;
  }

  #bo_list .tbl_head01 a {
    font-size: 1rem !important;
  }

}

@media screen and (max-width: 360px) {
  .submit {
    width: calc(100%/2 - 15px);
  }
}

@media screen and (max-width : 1441px) {
  .m3 .flex_wrap .flex_left img {
    transform: translateX(0%);
  }

  .m3 .flex_wrap .flex_right .desc {
    padding-left: 0;
    padding-right: 20px;
  }

  .m4 .flex_wrap .flex_left h4 {
    font-size: 20px;
  }

  .m4 .flex_wrap .flex_left h3 {
    font-size: 3rem;
  }

  .m4 .flex_wrap .flex_left ul {
    flex-wrap: wrap;
  }

  .m5 .flex_wrap {
    margin-block: 10%;
  }

  .m5 .flex_wrap .flex_left .desc h4 {
    font-size: 2rem;
  }

  .m5 .flex_wrap .flex_left .desc h3 {
    font-size: 48px;
  }

  .m5 .flex_wrap .flex_right {
    width: 50%;
  }

  .m6 .flex_wrap {
    align-items: center;
  }

  .m6_cer {
    min-width: 400px;
    padding-top: 13%;
  }

  .m8 .flex_wrap {
    gap: 2rem;
  }

  .m8 .flex_wrap .flex_right ul li a {
    gap: 4rem;
    font-size: 20px;
  }

  /* main end */

  .sub_title span {
    font-size: 22px;
  }

  .sub_title h3 {
    font-size: 44px;
    margin-top: 1rem;
  }

  .s1_1_1 .desc h3 {
    font-size: 38px;
    margin-bottom: 3rem;
  }

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

  .s1_1_1 .flex_wrap .imgbox {
    width: 60%;
  }

  .s1_1_2 .flex_content li .desc h4 {
    font-size: 38px;
  }

  .s1_1_2 .flex_content li .desc p {
    font-size: 1.125rem;
  }

  .s1_3_1 .map {
    padding-inline: 20px;
  }

  .s1_3_1 .address li p {
    font-size: 1.125rem;
  }

  .s15_nav {
    left: 20px;
  }

  .s1_5_1 .s15_swiper {
    transform: translateX(5%);
  }

  .s1_5_1 .s15_swiper .desc_wrap .desc_left h5 {
    font-size: 2rem;
  }

  .s1_5_1 .s15_swiper .desc_wrap {
    padding-left: 0;
  }

  .s1_5_2 .imgbox img {
    max-width: 100%;
  }

  /* .s3_1_1 .imgbox img {
    max-width: 100%;
    padding-inline: 20px;
  } */
  .s3_1_1 .imgbox h2 {
    font-size: 26px;
  }
  .s3_1_1 .imgbox>img {
    max-width: 55%;
  }

  
  .s2 {
    padding-inline: 10vw;
  }
  .s2 .s2_box {
    padding: 4rem 6rem;
  }
  .s2 .s2_box .bot .bot_r li h2 br {
    display: none;
  }
  .s2 .s2_box .bot .bot_r li p br {
    display: none;
  }
  .s2 .s2_box .bot .bot_l .l_top img {
    max-width: 70%;
  }
  .s2 .s2_box .bot .bot_l {
    flex-basis: 45%;
  }
  .s2 .s2_box .bot .bot_r {
    flex-basis: 55%;
  }
}

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

  header .header_wrap {
    padding-left: 5%;
  }

  .m1 {
    height: 85vh;
  }
  .m1 .swiper .swiper-slide>img {
    max-width: 70%;
    min-height: 700px;
    object-fit: cover;
  }

  .m1 .swiper .swiper-slide img:last-child {
    max-width: 150px;
    top: 0;
    right: 24vw;
    object-fit: contain;
  }

  .m1 .swiper .swiper-slide .big_txt>p {
    font-size: 1.25rem;
  }

  .m1 .swiper .swiper-slide .big_txt>p:first-child {
    top: 9vw;
    right: 11vw;
    height: 63.5%;
  }

  .m1 .swiper .swiper-slide .big_txt>p:nth-child(2) {
    top: 9vw;
    right: 15vw;
  }
  .m1 .swiper .swiper-slide .big_txt .small_txt p {
    font-size: 0.875rem;
  }

  .m1 .swiper .swiper-slide .big_txt .small_txt p:first-child {
    bottom: 11.5vw;
    right: 9.5vw;
  }

  .m1 .swiper .swiper-slide .big_txt .small_txt p:last-child {
    bottom: 11.5vw;
    right: 11.5vw;
  }

  .m1 .swiper .swiper-slide .big_txt>p:first-child::before {
    left: 3.5vw;
    height: 250px;
  }

  .m2 .flex_wrap .desc {
    padding-left: 7vw;
  }

  .m3 .flex_wrap .flex_left {
    width: 50%;
  }

  .m4 .flex_wrap .flex_left {
    padding: 4rem 2rem 2.75rem 2rem;
  }

  .m4 .flex_wrap .flex_left span {
    margin-bottom: 0.75rem;   
    font-size: 16px;
  }

  .m4 .flex_wrap .flex_left h4 {
    font-size: 18px;
    margin-bottom: 0.5rem;
  }

  .m4 .flex_wrap .flex_left h3 {
    font-size: 2.375rem;
  }

  .m4 .flex_wrap .flex_left .down {
    right: 20px;
  }

  .m4 .flex_wrap .flex_left .down img {
    max-width: 65%;
    margin: 0 auto;
  }

  .m4 .flex_wrap .flex_left ul {
    margin-top: 2rem;
  }

  .m4 .flex_wrap .flex_right a {
    height: 100%;
  }

  .m4 .grid_wrap {
    padding-bottom: 5%;
  }

  .m4 .grid_wrap li {
    min-height: 450px;
  }

  .m4 .grid_wrap li img {
    width: 80%;
  }

  .m5 .flex_wrap .flex_left .desc span {
    margin-bottom: 1.2rem;
  }


  .m6 .grid_wrap > h4 {
    font-size: 20px;
  }  
.m6 .grid_wrap > h3 {
    font-size: 32px;
 }

  .m6_cer {
    padding-top: 20%;
  }

  .m8 .flex_wrap .flex_left h3 {
    font-size: 26px;
  }

  .footer .footer_wrap > div:not(.gotop) {
    padding: 0 5%;
  }

  .m6 .grid_wrap > ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .m6 .grid_wrap > ul > li p {
    max-width: 80%;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 18px;
  }

  .m6 .grid_wrap > ul > li h5 {
    font-size: 16px;
  }
  .m7 .desc h3 {
    font-size: 32px;
  }

  /* main end */

  .sub_title span {
    font-size: 20px;
  }

  .sub_title h3 {
    font-size: 36px;
    margin-top: 0.5rem;
  }

  .s1_1_1 {
    padding-left: 20px;
  }

  .s1_1_1 .desc {
    flex: 1;
  }

  .s1_1_1 .desc h3 {
    margin-bottom: 2rem;
  }

  .s1_1_1 .desc h3 i {
    margin-left: 0;
  }

  .s1_1_1 .desc p {
    line-height: 1.8;
  }

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

  .s1_1_1 .flex_wrap .imgbox {
    flex: 1;
    width: initial;
  }

  .s1_2_1 article > ul::after {
    left: 246px;
  }

  .s1_2_1 article > ul > li {
    padding-inline: 4rem;
  }

  .s1_1_2 .flex_content li .desc {
    padding-right: 2rem;
  }

  .s1_2_1 article ul li .his_wrap {
    gap: 6.5rem;
  }

  .s1_2_1 article ul li .his_wrap .flex_left {
    font-size: 3rem;
    width: 6rem;
  }

  .s1_2_1 .t2013 > ul::after {
    left: 246px;
  }

  .s1_2_1 .t2021 > ul::after {
    left: 246px;
  }

  .s1_2_1 .imgbox .txt_box h4 {
    font-size: 28px;
    margin-bottom: 1rem;
  }
  .s1_2_1 .imgbox02 .txt_box h4,
  .s1_2_1 .imgbox03 .txt_box h4 {
    margin-block: 1rem;
  }
  .s1_2_1 .imgbox01 .txt_box {
    padding-right: 1rem;
  }


  .s1_3_1 .address li:nth-of-type(2) {
    margin-right: 0;
  }

  .s1_5_1 .s15_swiper {
    transform: translateX(0);
    margin-top: 15rem;
  }

  .s15_nav {
    width: 100%;
    padding-top: 0;
    border-left: none;
    height: fit-content;
  }

  .s15_nav ul {
    display: grid;
    padding-inline: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    border-top: 1px solid #70583a;
    border-bottom: 1px solid #70583a;
    gap: 1rem;
    padding-block: 1rem;
  }

  .s1_5_1 .s15_swiper .desc_wrap {
    padding-block: 2rem 1.375rem;
    gap: 2rem;
  }

  .s1_5_1 .s15_swiper .desc {
    padding-inline: 5%;
  }

  .s2 .s2_box .top .top_l span {
    font-size: 1.5rem;
    display: block;
 }
  .s2 .s2_box .top .top_l p {
    font-size: 2.5rem;
 }
 /* .s2 .s2_box .top .top_l {
    flex-basis: 50%;
 } */
 .s2 .s2_box .top .top_r {
    flex-basis: 53%;
 }
 .s2 .s2_box {
    padding: 4rem 3rem;
 }
 .s2 .s2_box .bot .bot_l .l_mid {
    padding-inline: 0rem;
 }
 .s2 .s2_box .bot .bot_l .l_mid .m_list span {
    font-size: 1.25rem;
 }
 .s2 .s2_box .bot .bot_l .l_mid .m_list p {
    font-size: 1rem;
 }
 .s2 .s2_box .bot {
    gap: 6rem;
 }
 .s2 .s2_box .bot .bot_r li img {
    max-width: 50px; 
 }

 .s2 .back {
    padding: 1rem 1.5rem;
 }
 .s2 .s2_box .top .top_r>p br {
  display: none;
 }
 .s2 .s2_box .bot .bot_r li h2 {
  max-width: 90%;
 }

 .s1_5_2 {
    padding-left: 10vw;
 }
 .s1_5_2 .left {
    padding-top: 5rem;
 }
 .s1_5_2 .right .r_bot {
    height: 80vh;
 }
 .s1_5_2 .left .l_top p  {
    max-width: 90%;
 }
 .s1_5_2 .left .l_top p br {
    display: none;
 }
 .s1_5_2 .right .r_top img {
    max-width: 50%;
 }
 .s1_5_2 .right .r_top {
    padding-bottom: 5rem;
 }

 .s1_6_1 {
    padding-inline: 10vw;
 }
 .s1_6_1 .s1_6_wrap .wrap_top .t_left h2 span {
    font-size: 32px;
 }
 .s1_6_1 .s1_6_wrap .wrap_top .t_right img {
    max-width: 65%;
 }
 .s1_6_1 .s1_6_wrap .wrap_bot {
    grid-template-columns: repeat(3, 1fr);
 }
 .s1_6_1 .s1_6_wrap .wrap_top .t_left p br {   
    display: none;
  }
  .s1_6_1 .s1_6_wrap .wrap_top .t_left>span {
    font-size: 1.5rem;
  }
  .s1_6_1 .s1_6_wrap .wrap_top .t_left h2 {
    font-size: 2rem;
  }
  .s1_6_1 .s1_6_wrap .wrap_top .t_left>img {
    max-width: 130px;
  }
  .s1_6_1 .s1_6_wrap .wrap_top .t_left p {
    max-width: 90%;
  }
  .s1_6_1 .s1_6_wrap .wrap_top {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  .s1_6_1 .s1_6_wrap>img {
    max-width: 115px;
    top: -1.3rem;
  }
  .s1_6_1 .s1_6_wrap .wrap_bot li {
    border-bottom: 1px solid #70583A;
  }
  .s1_6_1 .s1_6_wrap .wrap_bot li:nth-child(3) {
    border-right: 0;
  }
  .s1_6_1 .s1_6_wrap .wrap_bot li:nth-child(4),
  .s1_6_1 .s1_6_wrap .wrap_bot li:nth-child(5),
  .s1_6_1 .s1_6_wrap .wrap_bot li:nth-child(6) {
    border-bottom: 0;
  }
  .s1_6_2 {
    padding-inline: 9vw;
  }

  .m2 .flex_wrap .desc p {
    max-width: 90%;
  }
  .m2 .flex_wrap .desc p br {
    display: none;
  }

  .m5 .flex_wrap .flex_left .desc p  {
    font-size: 16px;
  }

  .s1_1_2 .flex_content li .desc p br {
    display: none;
  }
  .s1_1_2 .flex_content li .desc {
    max-width: 43.5%;
 }
 .s2 {
    padding-block: 2rem 10rem;
  } 
  .s2 .back_box {
    margin-top: 8rem;
  }

  .m3 .flex_wrap .flex_right .desc h3 {
    font-size: 32px;
  }
  .m3 .flex_wrap .flex_right .desc p {
    font-size: 26px;
 }
 .s1_4_2 .left {
    padding-left: 5vw;
  }
  .s1_4_2 .left p br {
    display: none;
  }
  .s1_4_2 .left p {
    max-width: 85%;
  }
  .sub1_1 {
    overflow: hidden;
  }


}

@media screen and (max-width: 1200px) {
    .s1_5_2 .right .r_bot {
        height: 94vh;
    }
}

@media screen and (max-width: 1025px) {
  .s3_1_1 .after {
    left: -20%;
    top: -35%;
  }

  .s1_4_2 .left {
    flex: 0 0 65%;
    padding-left: 20px;
  }

  .s1_4_2 .left h2 {
    padding-top: 1rem;
    line-height: 2;
  }

  .s1_4_2 .right {
    flex: 0 0 45%;
  }

  .s1_4_2 .right img {
    width: 78%;
    padding-top: 8vh;
  }
}

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

  header .header_wrap {
    padding-left: 20px;
  }

  header .header_wrap .menu .lang {
    padding-inline: 0.5rem;
  }

  .m1 {
    height: 80dvh;
  }


  .m1 .swiper {
    height: 100%;
  }

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

  .m1 .swiper .swiper-slide>img {
    max-width: 100%;
    filter: brightness(0.8);
  }

  .m1 .swiper .swiper-slide img:last-child {
    display: none;
  }

  .m1 .swiper .swiper-slide .big_txt>p {
    border: 0;
    writing-mode: initial;
  }

  .m1 .swiper .swiper-slide .big_txt {
    position: initial;
  }

  .m1 .swiper .swiper-slide .big_txt>p:first-child::before {
    display: none;
  }

  .m1 .swiper .swiper-slide .big_txt>p {
    font-size: 34px;
    padding-left: 0;
  }

  .m1 .swiper .swiper-slide .big_txt>p:first-child {
    top: initial;
    right: initial;
    height: fit-content;
    bottom: 30vw;
    left: 3vw;
  }

  .m1 .swiper .swiper-slide .big_txt>p:nth-child(2) {
    padding-top: 0;
    top: initial;
    right: initial;
    bottom: 25vw;
    left: 3vw;
  }

  .m1 .swiper .swiper-slide .big_txt .small_txt p {
    writing-mode: initial;
    font-size: 26px;
  }

  .m1 .swiper .swiper-slide .big_txt .small_txt p:first-child {
    bottom: 41vw;
    right: initial;
    left: 3vw;
  }
  .m1 .swiper .swiper-slide .big_txt .small_txt p:last-child {
    bottom: 46vw;
    right: initial;
    left: 3vw;
  }

  header .header_wrap .nav {
    display: none;
 }


  .m2 .flex_wrap .desc p br {
    display: none;
  }

  .m3 .flex_wrap .flex_left {
    width: initial;
    flex: 1;
  }

  .m3 .flex_wrap .flex_right {
    flex: 1;
  }

  .m4 .flex_wrap {
    flex-direction: column;
  }

  .m4 .flex_wrap .flex_left {
    width: 100%;
  }

  .m4 .flex_wrap .flex_right {
    width: 100%;
    border-top: none;
  }

  /* .m4 .flex_wrap .flex_left .down {
    top: 1.5rem;
  } */

  .m4 .flex_wrap .flex_right a {
    width: 100%;
  }

  .m4 .flex_wrap .flex_left h3 {
    font-size: 2rem;
  }

  .m4 .grid_wrap li {
    min-height: 300px;
  }

  .m4 .grid_wrap li img {
    width: 50%;
    margin-bottom: 2rem;
  }

  .m5 {
    padding-bottom: 5%;
  }

  .m5 .flex_wrap {
    flex-direction: column;
    gap: 2rem;
    /* padding-left: 20px; */
    padding-left: 6.25vw;
    padding-right: 20px;
    align-items: flex-start;
  }

  .m5 .flex_wrap .flex_left .desc span {
    margin-bottom: 1.5rem;
  }

  .m5 .flex_wrap .flex_left .desc h4 {
    font-size: 2rem;
  }

  .m5 .flex_wrap .flex_left .desc h3 {
    font-size: 2rem;
  }

  .m5 .flex_wrap .flex_left .haccp {
    width: 8rem;
  }

  /* .m5 .flex_wrap .flex_left {
    padding-left: 4rem;
  } */

  .m5 .flex_wrap .flex_right {
    width: 100%;
  }

  .m5 .flex_wrap .flex_right .imgbox img {
    padding-left: 2rem;
  }

  .m5_swiper {
    height: 50dvh;
  }

  .m5_swiper .swiper-slide {
    height: 100%;
  }

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

  .m6 .flex_wrap {
    flex-direction: column-reverse;
  }

  .m6 .grid_wrap {
    padding-block: 5rem;
  }

  .m6 .grid_wrap > h4 {
    font-size: 18px;
  }

  .m6 .grid_wrap > h3 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }

  .m6 .grid_wrap > ul {
    grid-template-columns: 1fr 1fr;
  }

  .m6 .grid_wrap > ul > li p br {
    display: none;
  }

  .m6 .grid_wrap > ul > li h5 {
    padding-top: 0.5rem;
  }

  .m6_cer {
    width: 50%;
    min-width: 250px;
    padding-top: 2rem;
  }

  .m6_cer img {
    transform: translateX(0);
  }

  .m7 .desc h3 {
    font-size: 2rem;
  }

  .m8 .flex_wrap {
    flex-direction: column;
    padding-block: 3.5rem 5rem;
  }

  .footer .footer_wrap > div:not(.gotop) {
    padding: 0 20px;
  }

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

  /* main end  + site map 제작 필요 */

  .sub_top .desc {
    padding-right: 20px;
  }

  .sub_top .desc h3 {
    font-size: 3rem;
    
  }

  .sub_top .desc_sub p {
    font-size: 1.75rem;
  }

  .s1_1_1 .flex_wrap {
    flex-direction: column;
  }

  .s1_1_2 .sub_title {
    margin-block: 0vh 10vh;
  }

  .sub_title h3 {
    font-size: 2rem;
  }

  .s1_1_2 .flex_content li:nth-child(odd) {
    flex-direction: column-reverse;
  }

  .s1_1_2 .flex_content li:nth-of-type(2) {
    flex-direction: column-reverse;
    padding-left: 20px;
  }

  .s1_1_2 .flex_content li {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    gap: 45px;
  }

  .s1_1_2 .flex_content li .desc {
    padding-right: 0;
    max-width: 80%;
  }
  .s1_1_2 .flex_content li img {
    object-fit: cover;
    width: 800px;
    height: 500px;
  } 
  .s1_1_2 .flex_content li .desc h4 {
    font-size: 26px;
  }

  .s1_1_2 .flex_content li .desc p {
    font-size: 1rem;
    line-height: 1.9;
    letter-spacing: 0.8px;
  }

  .s1_1_2 .flex_content li .desc p br {
    display: none;
  }


  .s1_2_1 .imgbox {
    width: 100%;
    margin-top: 2rem;
  }
  .s1_2_1 .imgbox img {
    margin: 0 auto;
  }
  .s1_2_1 .imgbox02 img,
  .s1_2_1 .imgbox03 img {
    max-height: 450px;
    min-width: 800px;
    object-fit: cover;
  }

  .s1_2_1 .imgbox .txt_box h4 {
    text-align: center;
    font-size: 24px;
  }
  .s1_2_1 .imgbox .txt_box p {
    text-align: center;
  }

  .s1_2_1 .after {
    top: -2%;
  }

  .s1_2_1 article:nth-of-type(1) {
    padding-top: 2rem;
  }

  .s1_2_1 article {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }

  .s1_2_1 article:nth-of-type(1),
  .s1_2_1 article:nth-of-type(3) {
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 2rem;
  }

  .s1_2_1 article ul li .his_wrap .flex_left {
    font-size: 2rem;
    min-width: 120px;
    text-align: right;
  }

  .s1_2_1 article .his_wrap .flex_right li span {
    font-size: 24px;
    min-width: 2rem;
  }

  .s1_2_1 article .his_wrap .flex_right li p {
    font-size: 1rem;
    max-width: 300px;
  }

  .s1_2_1 article:nth-of-type(3) ul {
    padding-left: 2rem;
  }

  .s1_2_1 article > ul::after {
    left: 270px;
  }

  .s1_2_1 .t2013 > ul::after {
    left: 269px;
 }
  .s1_2_1 .t2021 > ul::after {
    left: 333px;
  }

  .s1_2_1 article .imgbox img {
    width: 65%;
    justify-self: end;
  }

  .s1_3_1 .address {
    flex-direction: column;
    padding: 3rem;
  }
  .s1_3_1 .address li img {
    width: 120px;
 }
  .s1_3_1 .address li:nth-of-type(3) {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border: 0;
  }
  .s1_4_2 .left p {
    max-width: 90%;
  }
  .s15_nav {
    width: calc(100% - 40px);
  }

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

  .s1_5_1 .s15_swiper {
    margin-top: 18rem;
  }

  .s1_5_1 .s15_swiper .desc {
    margin-bottom: 2rem;
  }

  .s1_5_1 .s15_swiper .desc_wrap .desc_left {
    margin-left: 0;
    width: initial;
    flex: 1;
  }

  .s1_5_1 .s15_swiper .desc_wrap .desc_left h5 {
    font-size: 1.25rem;
  }

  .s1_5_1 .s15_swiper .desc_wrap .desc_right {
    flex: 1;
    height: 150px;
  }

  .s1_5_1 .s15_swiper .desc_wrap .desc_right p {
    font-size: 1rem;
  }

  .s1_5_1 .s15_swiper .desc_wrap .desc_right .number {
    margin-top: 1.5rem;
  }

  .s1_6_1,
  .s1_6_2 {
    padding-inline: 20px;
  }

  .sub_title {
    background: none;
    position: relative;
    z-index: 3;
  }

  .s2 .after {
    top: -3%;
  }

  .pro_wrap {
    width: calc(100% - 40px);
  }

  .pro_wrap .pro_tab > ul li a {
    font-size: 1rem;
  }

  .pro_wrap article {
    margin-block: 7rem 0;
  }

  .pro_wrap .pro_grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    column-gap: 2rem;
  }

  .pro_wrap .pro_grid li a > h5 {
    min-height: 4.5rem;
  }

  .pro_wrap .pro_grid li a > p {
    font-size: 1rem;
  }

  .s3_1_1 .media_box {
    flex-direction: column;
    align-items: center;
    padding-inline: 0;
  }

  .s3_1_1 .txt_box {
    display: flex;
    gap: 2rem;
  }

  .s1_4_2 {
    flex-direction: column;
  }

  .s1_4_2 .left {
    flex: none;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    border-top: none;
    padding-block: 3rem;
    background: none;
    background-color: #A06E4E;
  }

  .s1_4_2 .right {
    border-top: none;
    flex: none;
    width: 100%;
  }

  .s1_4_2 .right img {
    margin: 0 auto;
    padding-left: 7vw;
  }

  .s1_5_1 .s15_swiper .desc_wrap {
    padding-block: 2rem 5.375rem;
  }
  .s1_5_2 .left .l_top h2 {
    font-size: 28px;
    }
    .s1_5_2 .left ul li p br {
        display: none;
    }

    header .gnb .gnb_inner > ul .gnb_depth a {
        font-size: 20px;
    }

  .s2 {
    padding-inline: 20px;
  }
  .s2 .s2_box {
    padding: 3rem 2rem;
 }
 .s2 .s2_box .top {
    flex-direction: column;
 }
 .s2 .s2_box .top .top_r>p {
    text-align: left;
    margin-top: 1rem;
    max-width: 90%;
 }
 .s2 .s2_box .top .top_l span {
    margin-bottom: 0;
 }
 .s2 .s2_box .bot {
    flex-direction: column;
 }
 .s2 .s2_box .bot .bot_l .l_bot img {
    margin: 0 auto;
 }
 .s2 .s2_box .bot .bot_l .l_mid .m_list span {
    font-size: 1.5rem;
 }
 .s2 .s2_box .bot .bot_l .l_mid .m_list p {
    font-size: 1.125rem;
 }
 .s2 .s2_box .bot .bot_l .l_mid .m_list p br {
    display: none;
 }
 .s2 .s2_box .bot .bot_l .l_mid .m_list img {
    max-width: 28%;
 }
 
 .s2 .back p {
    font-size: 1.125rem;
 }
 .s2 .s2_box .mid .shop {
    font-size: 1.125rem;
    margin-top: 1.5rem;
 }
 .s2 .s2_box .top .top_r .r_bot {
    justify-content: flex-start;
 }
 .s2 .s2_box .mid {
    align-items: flex-start;
 }
 .s2 .s2_box .bot .bot_r li p {
    max-width: 90%;
 }
 .s2 .s2_box .mid .shop br  {
    display: none;
 }

 .s1_5_2 {
    padding-left: 0;
    padding-top: 0rem;
    flex-direction: column;
 }
 .s1_5_2 .left .l_top {
    padding-inline: 20px;
    margin-bottom: 4rem;
 }
 .s1_5_2 .left ul {
    grid-template-columns: repeat(3, 1fr);
    padding-inline: 20px;
    padding-bottom: 10rem;
 }
 .s1_5_2 .left {
    padding-top: 7rem;
 }
 .s1_5_2 .right  {
    display: none;
 }
 .s1_5_2 .right .r_top img {
    max-width: 25%;
 }
 .s1_5_2 .left .l_top p {
    font-size: 1.25rem;
 }
 .s1_5_2 .left ul li {
    min-height: 270px;
    width: initial;
 }
 .s1_5_2 .right .r_top p {
    margin-bottom: 0;
 }
 .s1_5_2 .right .r_top {
    padding-bottom: 2rem;
 }

 .s1_6_1 .s1_6_wrap .wrap_top {
    flex-direction: column;
    gap: 3rem;
    max-height: initial;
 }
 .s1_6_1 .s1_6_wrap .wrap_top .t_right {
    display: flex;
    justify-content: space-between;
 }
 .s1_6_1 .s1_6_wrap .wrap_top .t_right img {
    max-width: 45%;
 }
 .s1_6_1 .s1_6_wrap .wrap_top .t_right img:last-child {
    margin-left: 0;
 }
 .s1_6_1 .s1_6_wrap .wrap_top .t_left p {
    font-size: 1.125rem;
    max-width: 95%;
 }
 .s1_6_1 .s1_6_wrap .wrap_top .t_left h2 { 
    margin-block: 1.2rem 1.5rem;
 }
 .s1_6_2 ul li:first-child img {
    max-height: 315px;
 }
 .s1_6_2 ul li:first-child {
    grid-row: initial;
 }
 .s1_6_2 ul { 
    gap: 2rem 2rem;
 }

 .m3 .flex_wrap .flex_right .desc h3 {
    font-size: 30px;
 }
 .m3 .flex_wrap .flex_right .desc p {
    font-size: 20px;
 }

 .m4 .flex_wrap .flex_left h4 {
    font-size: 20px;
 } 

 .m4 .grid_wrap {
    grid-template-columns: 1fr 1fr;
 }

 .m4 .grid_wrap li .desc {
    flex-direction: column;
    align-items: flex-start;
 }

 .m7 .imgbox img {
    width: 100%;
 }

 .s1_3_1 .address {
    margin-top: 2rem;
    align-items: flex-start;
 }
 .sub1_1 .sub_title {
    text-align: left;
    padding-left: 20px;

 }
 .s1_1_1 {
    padding-top: 0;
 }
 .s1_1_1 .desc p  {
    max-width: 85%;
    font-family: var(--ntjp);
    

 }
 .sub1_1 .sub_title {
    margin-block: 10vh 5vh;
 }
 .s1_1_1 .desc h3 {
    font-size: 26px;
 }
 .s1_1_1 .desc h3 i {
    display: none;
 }

 .s3_1_1 .imgbox {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
 }
 .s3_1_1 .imgbox h2 br:nth-child(2) {
    display: none;
 }
 .s3_1_1 .imgbox h2 {
    text-align: center;

 }
 .s3_1_1 .imgbox p {
    text-align: center;
 }
 .s3_1_1 .imgbox>img {
    max-width: 100%;
 }

 .sub_title {
    margin-block: 10vh 5vh;
 }

 .s3_1_1 .after {
    display: none;
 }

}

@media screen and (max-width : 430px) {
  header .header_wrap {
    height: auto;
    flex-wrap: wrap;
    padding-left: 0;
  }

  header .header_wrap .logo {
    width: 120px;
    padding-left: 20px;
  }

  header .header_wrap .nav {
    order: 2;
    width: 100%;
    display: none;
  }

  header .header_wrap nav > ul {
    justify-content: space-between;
  }

  header .header_wrap nav > ul > li > a {
    min-width: 100px;
  }

  header .header_wrap nav .dep2 > li > a {
    font-size: 14px;
  }

  header .header_wrap .menu {
    order: 1;
    height: 60px;
  }


  header .header_wrap .menu .shop a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 90px;
    flex-wrap: wrap;
    font-size: 14px;
  }

  header .header_wrap .menu .shop a i img {
    display: none;
  }

  header .header_wrap .menu .lang {
    font-size: 14px;
  }

  header .header_wrap .menu .ham {
    padding: 1.5rem 1rem;
  }

  .m1 .swiper .swiper-slide .big_txt>p {
    font-size: 1.375rem;
    max-width: 85%;
    line-height: 1.2;
  }
  .m1 .swiper .swiper-slide .big_txt>p:first-child {
    bottom: 32vw;
    left: 4vw;
  }
  .m1 .swiper .swiper-slide .big_txt>p:nth-child(2) {
    bottom: 23vw;
    left: 4vw;
  }

  .m1 .swiper .swiper-slide .big_txt .small_txt p {
    font-size: 1.125rem;
  }

  .m1 .swiper .swiper-slide .big_txt .small_txt p:first-child {
    bottom: 44vw;
    right: initial;
    left: 4vw;
  }
    
  .m1 .swiper .swiper-slide .big_txt .small_txt p:last-child {
    bottom: 51vw;
    right: initial;
    left: 4vw;
  }

  .m1 {
    height: 95dvh;
  }


  .m2 .flex_wrap {
    flex-direction: column-reverse;
  }

  .m2 .flex_wrap .desc {
    padding-left: 20px;
    padding-right: 20px;
  }

  .m2 .flex_wrap .desc_wrap {
    padding-block: 5rem;
  }

  .m2 .flex_wrap .desc h2 {
    font-size: 1.75rem;
  }

  .m2 .flex_wrap .vidbox {
    min-height: 240px;
  }

  .m2 .flex_wrap .vidbox .vid_desc {
    display: none;
  }

  .m3 {
    padding-inline: 20px;
  }

  .m3 .flex_wrap {
    flex-direction: column-reverse;
  }

  .m3 .flex_wrap .flex_right {
    padding-bottom: 3rem;
  }

  .m3 .flex_wrap .flex_right .desc {
    padding-right: 0;
  }

  .m3 .flex_wrap .flex_right .desc h3 {
    font-size: 20px;
  }

  .m3 .flex_wrap .flex_right .desc p {
    font-size: 1rem;
    max-width: 75%;
  }

  .m4 {
    padding-inline: 20px;
  }

  .m4 .flex_wrap .flex_left h3 {
    font-size: 1.75rem;
  }

  .m4 .flex_wrap .flex_left {
    padding: 2rem 1rem 6.9rem 1rem;
}

.m4 .flex_wrap .flex_left .down {
    font-size: 14px;
    top: initial;
    padding: 0.5rem 0.8rem;
    bottom: 10vw;
    right: initial;
    flex-direction: row;
    min-width: 230px;
    gap: 1rem;
 }

  .m4 .flex_wrap .flex_left .down i {
    width: 35px;
  }

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

  .m4 .flex_wrap .flex_left p br {
    display: none;
  }

  .m4 .flex_wrap .flex_left .line {
    margin-block: 1rem;
  }

  .m4 .grid_wrap {
    grid-template-columns: 1fr 1fr;
  }

  .m4 .grid_wrap li {
    padding: 1rem;
  }

  .m4 .grid_wrap li:nth-child(even) {
    border-left: none;
  }

  .m4 .grid_wrap li img {
    width: initial;
  }

  .m4 .grid_wrap li .desc {
    flex-direction: column;
    width: calc(100% - 32px);
    padding-inline: 0;
    align-items: start;
  }

  .m4 .grid_wrap li .desc p {
    font-size: 18px;
    max-width: 85%;
  }

  .m4 .grid_wrap li .desc span {
    font-size: 14px;
  }

  .m5 .flex_wrap .flex_left {
    padding-left: 0;
    flex-direction: column-reverse;
  }

  .m5 .flex_wrap .flex_left .haccp {
    width: 3rem;
    padding: 0;
  }

  .m5_swiper .swiper-slide .desc {
    transform: rotate(270deg);
    right: 22%;
    top: -20%;
    writing-mode: sideways-rl;
  }

  .m5 .flex_wrap .flex_left .desc span {
    max-width: 83%;
    margin-bottom: 0.5rem;
  }

  .m5 .flex_wrap .flex_left .desc h4 {
    font-size: 1.5rem;
  }

  .m5 .flex_wrap .flex_left .desc h3 {
    font-size: 30px;
  }

  .m5 .flex_wrap .flex_left .desc p {
    font-size: 15px;
  }

  .m6 .grid_wrap {
    padding-block: 3rem 5rem;
  }

  .m6 .grid_wrap > h4 {
    font-size: 14px;
  }

  .m6 .grid_wrap > h3 {
    font-size: 24px;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 2rem;
  }

  .m6 .grid_wrap > ul {
    row-gap: 3.25rem;
    grid-template-columns: 1fr;
  }

  .m6 .grid_wrap > ul > li p {
    font-size: 14px;
    max-width: 89%;
    margin: 0 auto;
    margin-top: 1rem;
  }

  .m7 .desc {
    padding-inline: 20px;
  }

  .m7 .desc span {
    font-size: 1rem;
  }

  .m7 .desc h3 {
    font-size: 26px;
  }

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

  .m8 .flex_wrap {
    align-items: start;
  }

  .m8 .flex_wrap .flex_right {
    width: 100%;
  }

  .m8 .flex_wrap .flex_right ul {
    flex-direction: column;
  }

  .m8 .flex_wrap .flex_right ul li a {
    margin-block: 0.5rem;
    justify-content: space-between;
    width: 100%;
  }

  .m8 .flex_wrap .flex_right ul li a p {
    min-width: 100px;
  }

  .m8 .flex_wrap .flex_right ul li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #999;
  }

  .footer {
    max-height: none;
  }

  .footer .footer_wrap > div:not(.gotop) {
    flex-direction: column;
    gap: 2rem;
  }

  .footer .footer_wrap .footer_top .footer_link ul {
    gap: 4.6vw;
    padding-top: 0.75rem;
  }

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

  .footer .footer_bot .footer_info img {
    width: 120px;
  }

  .footer .footer_bot .footer_info ul li span {
    min-width: 65px;
  }

  /* main end */

  .sub_top .desc h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .sub_top .desc_sub p {
    font-size: 1.125rem;
  }

  .sub_title h3 {
    font-size: 24px;
  }

  .s1_1_1 {
    padding-top: 0;
  }

  .s1_1_1 .desc h3 {
    font-size: 20px;
  }

  .s1_1_1 .desc p {
    padding-right: 20px;
    font-size: 0.875rem;
}

  .s1_1_2 .sub_title {
    margin-block: 0vh 7vh;
  }

  .s1_1_2 .flex_content li .desc h4 {
    font-size: 20px;
  }

  .s1_1_2 .flex_content li .desc p {
    font-size: 14px;
  }



  

  .s1_2_1 .after {
    top: -3%;
  }

  .s1_2_1 article > ul::after,
  .s1_2_1 .t2013 > ul::after,
  .s1_2_1 .t2021 > ul::after {
    left: 126px;
  }

  .s1_2_1 .imgbox .txt_box h4 {
    font-size: 16px;
    margin-bottom: 0.5rem;
  }
  .s1_2_1 .imgbox .txt_box p {
    font-size: 14px;
  }
  .s1_2_1 .imgbox01 img {
    max-width: 75%;
  }
  .s1_2_1 .imgbox .txt_box {
    margin-bottom: 2rem;
 }

 .s1_2_1 .imgbox02 img, 
 .s1_2_1 .imgbox03 img {
    max-height: 250px;
 }

 .s1_2_1 .imgbox {
    margin-top: 0;
 }

 .s1_2_1 .imgbox02 .txt_box h4, 
 .s1_2_1 .imgbox03 .txt_box h4 {
    margin-block: 0.5rem;
 }

 .s1_2_1 article:nth-of-type(3) {
    padding-bottom: 30%;
 }
  .sub_title {
    margin-block: 10vh 5vh;
  }


  .s1_2_1 article > ul > li {
    padding-inline: 0;
  }

  .s1_2_1 article:nth-of-type(3) ul {
    padding-left: 0;
  }

  .s1_2_1 article ul li .his_wrap {
    gap: 3rem;
    align-items: start;
  }

  .s1_2_1 article ul li .his_wrap .flex_left {
    font-size: 1.5rem;
    min-width: 96px;
  }

  .s1_2_1 article .his_wrap .flex_right li span {
    font-size: 20px;
  }

  .s1_2_1 article .his_wrap .flex_right li p {
    font-size: 14px;
  }

  .s1_2_1 article .his_wrap .flex_right li {
    padding-right: 20px;
  }

  .s1_2_1 article .imgbox img {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-block: 1rem;
  }

  .s1_3_1 .address li img {
    width: 120px;
  }

  .s1_3_1 .address li h6 {
    font-size: 18px;
  }

  .s1_3_1 .address li:nth-of-type(3) {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #fff;
    padding-top: 1rem;
  }

  .s1_3_1 .address li p {
    font-size: 14px;
  }

  .s15_nav {
    position: relative;
  }

  .s1_5_1 {
    display: flex;
    flex-direction: column;
  }

  .s1_5_1 .s15_swiper {
    margin-top: 0;
  }

  .s1_5_1 .s15_swiper .desc {
    height: 230px;
  }

  .s1_5_1 .s15_swiper .desc_wrap {
    flex-direction: column;
  }

  .s1_5_1 .s15_swiper .desc_wrap {
    gap: 0;
  }

  .s1_5_1 .s15_swiper .desc_wrap .desc_left {
    min-height: 3rem;
  }

  .s1_5_1 .s15_swiper .desc_wrap .desc_right {
    height: 370px;
    padding-top: 0.8rem;
  }

  .s15_nav ul li {
    margin-bottom: 0.5rem;
  }

  .s15_nav ul li br {
    display: none;
  }

  .pro_wrap .pro_tab > ul {
    background-size: cover;
  }

  .pro_wrap .pro_tab > ul li a {
    padding-inline: 20px;
    text-align: center;
  }

  .pro_wrap {
    padding: 4rem 20px
  }

  .pro_wrap .pro_grid {
    row-gap: 3rem;
  }

  .pro_wrap .pro_grid li .imgbox {
    height: 200px;
  }

  .pro_wrap .pro_grid li .imgbox img {
    width: 80%;
  }

  .pro_wrap .pro_grid li a > h5 {
    min-height: 3rem;
    margin-top: 1rem;
  }

  .s3_1_1 .txt_box {
    flex-direction: column;
    padding-inline: 20px;
  }

  .s3_1_1 .media_box {
    gap: 2rem;
    margin-bottom: 7rem;
  }

  .s3_1_1 .media_box h2 {
    margin-bottom: 0;
    max-width: 90%;
  }

  .s3_1_1 .media_box h2 br {
    display: none;
  }

  .s3_1_1 .media_box p {
    letter-spacing: 0.4px;
    line-height: 1.6;
  }

  .s1_4_2 {
    margin-bottom: 15%;
  }

  .s1_4_2 .left .span_wrap {
    flex-direction: column;
    gap: 0.2rem;
    font-size: 16px;
  }

  .s1_4_2 .left p {
    max-width: 85%;
    line-height: 1.65;
    font-size: 14px;
  }

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

  .s2 {
    padding-block: 0;
  }
  .s2 .back {
    margin-bottom: 1rem;
    padding: 0.8rem 1.5rem;
 }
  .s2 .back_box img {
    max-width: 25px;
  }
  .s2 .back p {
    font-size: 0.875rem;
  } 
  .s2 .s2_box {
    padding: 2rem 1.2rem;
  }
  .s2 .s2_box .top .top_l span {
    font-size: 1rem;
  }
  .s2 .s2_box .top .top_l p {
    font-size: 1.25rem;
  }
  .s2 .s2_box .top .top_r>p {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
  .s2 .s2_box .top .top_r>p br {
    display: none;
  }
  .s2 .s2_box .top .top_r .r_bot {
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1.5rem;
  }
  .s2 .s2_box .top .top_r .r_bot div {
    width: fit-content;
  }
  .s2 .s2_box .top .top_r .r_bot p {
    font-size: 0.875rem;
  }
  .s2 .s2_box .mid .shop {
    font-size: 0.875rem;
    padding: 0.8rem 1.5rem;
  }
  
  .s2 .s2_box .mid .shop img:last-child {
    display: none;
  }
  .s2 .s2_box .bot .bot_l .l_top img {
    max-width: 50%;
  }
  .sub2_3 .s2 .s2_box .bot .bot_l .l_top img {
    max-width: 60%;
  }
  .s2 .s2_box .bot .bot_l .l_mid {
    flex-direction: column;
  }
  .s2 .s2_box .bot .bot_l .l_mid .m_list {
    justify-content: flex-start;
  }
  .s2 .s2_box .bot .bot_l .l_mid .m_list:first-child {
    border: 0;
    margin-bottom: 1rem;
  }
  .s2 .s2_box .bot .bot_l .l_mid .m_list span {
    font-size: 1rem;
  }
  .s2 .s2_box .bot .bot_l .l_mid .m_list p {
    font-size: 0.875rem;
  }
  .s2 .s2_box .bot .bot_l .l_mid .m_list img {
    max-width: 20%;
  }
  .s2 .s2_box .bot .bot_r li img {
    display: none;
  }
  .s2 .s2_box .bot .bot_r li span {
    font-size: 2.5rem;
  }
  .s2 .s2_box .bot .bot_r li h2 {
    font-size: 1.125rem;
    margin-block: 0.2rem 0.8rem;
    max-width: 95%;
    line-height: 1.5;
  }
  .s2 .s2_box .bot .bot_r li p {
    font-size: 0.875rem;
    max-width: 95%;
  }
  .s1_5_2 .left .l_top span {
    font-size: 0.875rem;
 }
 .s1_5_2 .left .l_top h2 {
    font-size: 1.375rem;
    margin-block: 0.7rem 1rem;
 }
 .s1_5_2 .left .l_top p {
    font-size: 0.875rem;
 }
 .s1_5_2 .left ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1rem;
    padding-bottom: 3rem;
 }
 .s1_5_2 .left ul li {
    padding-inline: 0;
 }
 .s1_5_2 .left ul li p {
    font-size: 0.875rem;
    max-width: 85%;
 }
 .s1_5_2 .right .r_top p {
    font-size: 1.25rem;
 }

 .s1_6_1 .s1_6_wrap>img {
    max-width: 70px;
    top: -0.8rem;
 }

 .s1_6_1 .s1_6_wrap .wrap_top {
    padding-inline: 20px;
    padding-top: 2rem;
 }

 .s1_6_1 .s1_6_wrap .wrap_top .t_left>img {
    max-width: 99px;
 }
 .s1_6_1 .s1_6_wrap .wrap_top .t_left>span {
    font-size: 1rem;
 }
 .s1_6_1 .s1_6_wrap .wrap_top .t_left h2 {
    font-size: 1.375rem;
    margin-block: 0.5rem 0.7rem;
 }
 .s1_6_1 .s1_6_wrap .wrap_top .t_left h2 span {
    font-size: 1.375rem;
 }

 .s1_6_1 .s1_6_wrap .wrap_top .t_left p {
    font-size: 0.875rem;
 }

 .s1_6_1 .s1_6_wrap .wrap_bot {
    grid-template-columns: repeat(2, 1fr);
 }
 .s1_6_1 .s1_6_wrap .wrap_bot li img {
    max-height: 55px;
    object-fit: contain;
 }
 .s1_6_1 .s1_6_wrap .wrap_bot li p {
    font-size: 0.875rem;
 }
 .s1_6_1 .s1_6_wrap .wrap_bot li:nth-child(3) {
    border-right: 1px solid #70583A;
 }
 .s1_6_1 .s1_6_wrap .wrap_bot li:nth-child(4) {
    border-right: 0;
    border-bottom: 1px solid #70583A;
 }
 .s1_6_1 .s1_6_wrap .wrap_bot li:nth-child(2) {
    border-right: 0;
 }

 .s1_6_2 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
 }
 .s1_6_2 ul li img {
    max-height: 200px;
 }
 .s1_6_2 ul li:first-child img {
    max-height: 200px;
 }
 .s1_6_2 ul li p {
    font-size: 0.875rem;
 }
 .s1_6_2 {
    padding-block: 5rem 10rem;
 }

 .m2 .flex_wrap .desc p {
    font-size: 14px;
 }
 .m4 .flex_wrap .flex_left span {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
 }
 .m4 .flex_wrap .flex_left h4 {
    margin-bottom: 0.7rem;
    font-size: 1rem;
 }
 .m4 .flex_wrap .flex_left h3 {
    font-size: 1.5rem;
    line-height: 1.3;
 }

 .s1_1_1 .desc h3 i img {
    max-width: 50%;
 }
 .s1_1_1 .desc h3 i {
    margin-left: 0;
 }
 .sub1_1 .sub_title {
    text-align: left;
    padding-left: 20px;
 }
 .s1_1_2 .flex_content li {
    align-items: flex-start;
    padding-left: 20px;
    gap: 45px;
 }
 .s1_1_2 .flex_content li .desc {
    max-width: 79%;
 }
 .sub_title span {
    font-size: 16px;
 }

 .s1_1_2 .flex_content li:nth-of-type(2) {
    padding-left: 20px;
 }

 .s1_3_1 .address li img {
    width: 100px;
 }

 .footer .gotop img {
    max-width: 80%;
 }
 .s15_nav ul {
    grid-template-columns: repeat(2, 1fr);
 } 
 .s1_5_1 .s15_swiper .desc_wrap .desc_right .number {
    display: none;
 }
 .s1_5_1 .s15_swiper .desc_wrap .desc_right p {
    font-size: 14px;
 }
 .s1_5_1 .s15_swiper .desc_wrap .desc_left h5 {
    margin-top: 0.4rem;
 }
 .s1_5_2 .left {
    padding-top: 2rem;
 } 
 .s2 .pro_wrap article {
    margin-block: 3rem;
 }
 .pro_wrap .pro_grid li {
    max-width: 370px;
    margin: 0;
 }

 .s1_1_2 .flex_content li img {
    height: 250px;
 }
 header .gnb .gnb_depth h3 {
    font-size: 16px;
 }
 header .gnb .gnb_inner > ul .gnb_depth a {
    font-size: 14px;
 }

 .s1_4_2 .left h2 {
    font-size: 20px;
 }

 .s3_1_1 .imgbox h2 {
    font-size: 20px;
 } 
 .s3_1_1 .imgbox p {
    font-size: 14px;
 }
 .sub_title {
    margin-block: 10vh 3vh;
 }
 .sub3_1 .sub_title {
    text-align: left;
    padding-left: 20px;
 }
 .sub3_1 .sub_title span {
    display: block;
    text-align: left;
 } 
 .sub3_1 .sub_title h3 {
    text-align: left;

 }
 
 .s3_1_1 .imgbox .left {
    align-self: flex-start;
    padding-left: 20px;

 }
 .s3_1_1 .imgbox h2 {
    text-align: left;
    margin-bottom: 1.5rem;
  }
  .s3_1_1 {
    padding-bottom: 10rem;
  }

  .FormWrap {
    gap: 20px;
  }

  .f_input2 {
    height: 250px;
  }
  .form_ul li:nth-child(3) {
    height: 305px;
  }

  .inq_div {
    margin-bottom: 20px;
 }
 .form_ul {
    margin: 15px 0 20px;
 }

 #form_send input {
    font-size: 14px;
 }
}

@media screen and (max-width : 391px) {
  .pro_wrap .pro_grid {
    row-gap: 4rem;
  }

  .pro_wrap .pro_grid li .imgbox {
    height: auto;
    padding: 1.5rem;
  }

  .pro_wrap .pro_grid li .imgbox img {
    width: 140px;
  }

  .pro_wrap .pro_grid li a {
    align-items: center;
  }

  .pro_wrap .pro_grid li a > h5 {
    font-size: 20px;
  }

  .sub3_top .desc h3 {
    font-size: 1.4rem;
  }

  .sub4_top .desc h3 {
    font-size: 1.5rem;
  }

  .sub4_top .desc_sub p {
    font-size: 1rem;
  }

  .footer .footer_bot .footer_info img {
    margin-bottom: 2rem;
  }

  .footer .footer_bot .footer_info ul li span {
    min-width: 60px;
  }

  .footer .footer_bot .footer_info ul li {
    font-size: 13px;
  }

  #bo_list .tbl_head01 a {
    font-size: 0.875rem !important;
 }
 .c_inner .c_board_name p {
    font-size: 0.875rem;

 }
 .bo_names span {
    font-size: 0.875rem;
    min-width: 50px;
    display: block;
    margin-left: -1rem;
 }
 .c_inner .c_board_name>div p:nth-child(2) {
    width: 25% !important;
 }

 .cmt_btn b {
    font-size: 16px;
 }
}

@media screen and (max-width : 375px) {
    .sub_top .desc_sub {
        gap: 1rem;
    }
}

@media screen and (max-width : 361px) {
    .m3 .flex_wrap .flex_right .desc h3 {
        font-size: 18px;
    }
    .sub_top .desc_sub span::before {
        width: 11rem;
    }
    .sub2_top .desc_sub span::before {
        width: 14rem;
    }
    .sub3_top .desc_sub span::before {
        width: 11rem;
    }
}

@media screen and (max-width : 350px) {
    header .header_wrap {
        flex-wrap: nowrap;
    }
    header .header_wrap .logo img {
        max-width: 75%;
    }
    .sub_top .desc_sub span::before {
        width: 9rem;
    }
    .s1_2_1 .after {
        top: -2%;
    }
    .m3 .flex_wrap .flex_right .desc h3 {
        font-size: 17px;
    }
    .m4 .grid_wrap li .desc p {
        font-size: 14px;
    }
    .pro_wrap .pro_tab > ul {
        flex-wrap: wrap;
        gap: 1rem;
    }
    .pro_wrap .pro_tab > ul li {
        border: 0;
    }
    .pro_wrap {
        padding: 3rem 20px;
    }
    .pro_wrap .pro_grid li {
        max-width: 90%;
        margin: 0;
    } 
    .s2 .pro_wrap article {
        margin-block: 2.5rem;
    }
    .pro_wrap .pro_grid {
        row-gap: 3rem;
    }
    
    .sub2_top .desc_sub span::before {
        width: 12.5rem;
    }
    .sub3_top .desc_sub span::before {
        width: 11rem;
    }
    .sub_top .desc h3 {
        font-size: 22px;
    }
    .sub4_top .desc_sub span::before {
        width: 11rem;
    }
    .notice_top .desc_sub span::before {
        width: 9rem;
    }
}