body:has(.sub) header {
  padding-inline: 10%;
}

body:has(.sub) header .main_logo {
  filter: brightness(0) invert(1);
}

body:has(.sub) header .nav ul li a {
  color: #fff;
}

body:has(.sub) header .lang {
  color: #fff;
}

body:has(.sub) header .ham .line {
  background-color: #fff;
}

body:has(.sub) header.open {
  background-color: transparent;
}

/* body에 .sub가 있을 경우 header 커스텀 */

#sub .sub_banner {
  width: 100%;
  max-width: 1640px;
  padding-inline: 20px;
  margin: 0 auto;
  position: relative;
  top: -165px;
}

#sub .sub_banner img {
  border-radius: 0 0 9rem 9rem;
  overflow: hidden;
}

#sub .sub_banner h2 {
  position: absolute;
  bottom: 4rem;
  right: 5rem;
  color: #fff;
  font-family: var(--mont);
  font-size: 8rem;
  font-weight: 600;
}

#sub .mini_nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: end;
}

#sub .mini_nav span {
  width: 3px;
  height: 3px;
  border-radius: 100%;
  display: inline-block;
  background-color: #000;
}

.sub .s1 {
  max-width: 1640px;
  margin: 0 auto;
  margin-top: -143px;
  padding-inline: 20px;
}

.sub1 .s_inner {
  background-color: #fff;
  border-radius: 5rem 5rem 0 0;
  padding-inline: 5%;
  padding-block: 2rem 7.5rem;
}

.sub1 .tit {
  margin-top: 7.2rem;
  margin-left: 4%;
}

.sub1 .tit .dot {
  margin-bottom: 3rem;
}

.sub1 hr {
  margin-block: 3.75rem 6.25rem;
}

.sub1 .s1 .s1_cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.sub1 .s1 .s1_cont .flex_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sub1 .s1 .s1_cont .flex_title h3 {
  font-size: 3.5rem;
  margin-block: 2rem;
  font-weight: 300;
}

.sub1 .s1 .s1_cont .flex_title p {
  font-size: var(--fs22);
  line-height: 1.6;
}

.orange {
  color: var(--orange);
}

.sub1 .s1 .flex_wrap {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}

.sub1 .s1 .flex_wrap .flex_item {
  flex: 1;
  border-left: 2px dotted #7CBF0F;
}

.sub1 .s1 .flex_wrap .flex_item:nth-of-type(1) {
  border-left: none;
}

.sub1 .s1 .flex_wrap .flex_item img {
  margin: 0 auto;
  padding-bottom: 1rem;
}

.sub1 .s1 .flex_wrap .flex_item p {
  font-size: var(--fs18);
  font-weight: 300;
  letter-spacing: -0.8px;
  line-height: 1.5;
  color: #404040;
}

/* sub1 s1 end */

.sub1 .s2 {
  max-width: 1640px;
  padding-inline: 20px;
  margin: 0 auto;
}

.sub1 .wht {
  background-color: #fff;
  width: 100%;
  border-radius: 0;
}


.sub1 .s2 img {
  margin: 0 auto;
  padding-inline: 20px;
}

.sub1 .s3 {
  max-width: 1640px;
  margin: 0 auto;
  padding-inline: 20px;
}

.sub1 .s3 .wht {
  padding-bottom: 8%;
  border-radius: 0 0 5rem 5rem;
}

.sub1 .s3 .top {
  padding-inline: 10%;
  padding-top: 12%;
  margin-left: 2rem;
}

.sub1 .s3 .top h3 {
  font-size: 3rem;
  line-height: 1.15;
  font-weight: 600;
}

.sub1 .s3 .top p {
  font-size: var(--fs22);
  font-family: var(--pre);
  line-height: 1.55;
  font-weight: 300;
  color: #282828;
}

.sub1 .s3 .top .flex_wrap {
  display: flex;
  align-items: start;
  gap: 3vw;
  justify-content: start;
}

.sub1 .s3 .top .flex_wrap .line {
  width: 130px;
  height: 1px;
  background-color: #000;
  margin-top: 3rem;
}

.sub1 .s3 .top img {
  margin-top: 5rem;
}

.company {
  display: flex;
  flex-direction: column;
  max-width: 1340px;
  padding-inline: 20px;
  margin: 0 auto;
  margin-top: 4rem;
  gap: 1rem;
}

.bg_orange {
  height: 77px;
  display: flex;
  justify-content: space-between;
}

.bg_orange p {
  flex-basis: 23%;
  border-radius: 1.5rem;
  background-color: var(--orange);
  font-weight: 500;
  letter-spacing: -0.4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
}

.bg_orange .dotted {
  width: 7%;
  height: 1px;
  margin-top: 2.5rem;
  border-top: 2px dotted #ff9100;
}

.bg_orange ul {
  height: 100%;
  flex-basis: 70%;
}

.bg_orange ul li {
  color: #404040;
  font-size: 20px;
  padding-left: 4rem;
  height: 100%;
  background-color: #FFFBF5;
  display: flex;
  align-items: center;
}

.bg_orange ul li .dot {
  width: 7px;
  height: 7px;
  border-radius: 1rem;
  background-color: #040000;
  margin-left: -1rem;
  margin-right: 0.5rem;
}

.bg_orange ul li:nth-child(1),
.bg_orange ul li:last-child {
  border-radius: 1.5rem;
}

.bg_orange:nth-child(5) {
  margin-top: 9.5rem;
}

.bg_orange:last-child {
  margin-top: 14.5rem;
}

/* SUB 1 LIST  */
/* -----ing----- */
/* SUB 1 LIST  */


.sub1_2 .tit h2 {
  font-size: 5.3rem;
}

.sub1_2 .s1 .flex_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 4rem;
}

.sub1_2 .s1 .flex_wrap h3 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.sub1_2 .s1 .flex_wrap p:nth-of-type(1) {
  font-size: var(--fs26);
  font-weight: 500;
  margin-block: 2rem 1.2rem;
}

.sub1_2 .s1 .flex_wrap p:nth-of-type(2) {
  font-size: var(--fs22);
  line-height: 1.5;
  font-weight: 300;
}

.sub1_2 .s2 .wht {
  padding-bottom: 2rem;
  background-color: #F5F5F5;
  border-radius: 0;
}

.sub1_2 .s2 .flex_wrap {
  padding-top: 3rem;
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.sub1_2 .s2 .flex_wrap .left h4 {
  font-weight: 500;
  font-size: var(--fs40);
  padding-left: 2rem;
  padding-top: 0.5rem;
}

.sub1_2 .s2 .flex_wrap .right {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.sub1_2 .s2 .flex_wrap .right img {
  filter: drop-shadow(7px 7px 7px rgba(0, 0, 0, 0.15));
}

.sub1_2 .s2 .wht img {
  margin: unset;
  padding-inline: 0;
}

.sub1_2 .s3 {
  position: relative;
}

.sub1_2 .s3::after {
  content: '';
  width: 125px;
  height: 75px;
  background: url(../img/s1/sub1_2/ic/ic_under.png) center no-repeat;
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
}

.sub1_2 .s3 .flex_wrap {
  align-items: center;
}

.sub1_2 .s3 .flex_wrap .left p {
  font-size: var(--fs22);
  margin-left: 2rem;
}

.sub1_2 .s3 .flex_wrap .left h4 {
  padding-top: 0;
}

.sub1_2 .s3 .flex_wrap span {
  width: 250px;
  height: 1px;
  background-color: #000;
  display: inline-block;
}

.sub1_2 .s3 .flex_wrap .right p {
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.125rem;
  color: #404040;
}

.sub1_2 .s3 .desc {
  display: flex;
  width: 85%;
  margin: 0 auto;
  padding-block: 3rem;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  margin-top: 4rem;
  border-radius: 8rem;
  padding-inline: 230px;
  filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.15));
  position: relative;
}

.sub1_2 .s3 .desc .line {
  position: absolute;
  left: 32%;
  z-index: -1;
}

.sub1_2 .s4 {
  max-width: 1640px;
  padding-inline: 20px;
  margin: 0 auto;
  margin-top: -2rem;
}

.sub1_2 .s4 .wht {
  padding-inline: 10%;
  padding-block: 7rem;
  border-radius: 0 0 5rem 5rem;
  margin-bottom: 1.25rem;
}

.sub1_2 .s4 .top {
  text-align: center;
}

.sub1_2 .s4 .top .desc {
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sub1_2 .s4 .top .desc .desc_inner {
  width: 100%;
  padding-block: 2rem;
  background-color: #FFFBF5;
  position: relative;
  border-radius: 2rem;
}

.sub1_2 .s4 .top .desc .s4QL {
  margin-right: 1rem;
}

.sub1_2 .s4 .top .desc .s4QR {
  margin-left: 1rem;
}

.sub1_2 .s4 .top .desc .desc_inner::before {
  content: '';
  position: absolute;
  inset: 1rem;
  /*ㄴ> 안쪽으로 1rem 들어가게 */
  border: 1px dashed #FF9100;
  pointer-events: none;
  box-sizing: border-box;
  border-radius: 1rem;
}

.sub1_2 .s4 .top .cont p {
  font-size: var(--fs20);
  color: #3D3A39;
  font-weight: 300;
  letter-spacing: -0.4px;
  line-height: 1.5;
  padding-top: 2rem;
}

.sub1_2 .s4 .top .desc p {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.sub1_2 .s4 .top .desc h3 {
  font-size: 2rem;
  font-weight: 700;
}

.sub1_2 .s4 .top .desc_img {
  position: relative;
  margin-top: -4rem;
}

.sub1_2 .s4 .top .desc_img img {
  margin: 0 auto;
}

.sub1_2 .s4 .top .desc_img p {
  width: 100%;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  letter-spacing: -0.8px;
  font-weight: 500;
  color: #fff;
}

.sub1_2 .s4 .btm {
  display: flex;
  align-items: center;
  gap: 54px;
  text-align: center;
  height: 63vh;
}

.sub1_2 .s4 .btm .left {
  width: 50%;
}

.sub1_2 .s4 .btm .left h4 {
  font-weight: 500;
  font-size: var(--fs40);
}

.sub1_2 .s4 .btm .left .beige {
  position: relative;
  z-index: 1;
}

.sub1_2 .s4 .btm .left .beige::before {
  content: '';
  display: block;
  width: 100%;
  height: 25px;
  background-color: #FEF5D8;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.sub1_2 .s4 .btm .left p {
  font-size: var(--fs22);
  font-weight: 300;
  line-height: 1.6;
}

.sub1_2 .s4 .btm .s12Swiper {
  width: 100%;
  height: 100%;
  background: url(../img/s1/sub1_2/s4_slidebg.jpg) center no-repeat;
  background-size: contain;
}

.sub1_2 .s4 .btm .s12Swiper .swiper-slide img {
  margin: 0 auto;
  padding-block: 2rem;
}

/* sub 1_1 section 4 진행 */
/* SUB 1_2 BACKGROUND STORY END*/

.sub1_3 .s1 {
  border-radius: 5rem;
}

.sub1_3 .s1 .s_inner {
  border-radius: 5rem;
  padding-inline: 5%;
  margin-bottom: 1.2rem;
}

.sub1_3 .grid_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.75rem;
}

.sub1_3 .grid_item {
  position: relative;
  overflow: hidden;
  border-radius: 12.5rem;
}

.sub1_3 .grid_item:hover img {
  transform: scale(1.02);
  transition: 0.3s;
}

.sub1_3 .grid_item a {
  width: 100%;
  display: block;
}

.sub1_3 .grid_item a img {
  margin: 0 auto;
  transition: 0.3s;
}

.sub1_3 .grid_item .grid_tit {
  position: absolute;
  top: 5rem;
  left: 8rem;
  z-index: 99;
}

.sub1_3 .grid_item .grid_tit h3 {
  font-family: var(--pre);
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}

.sub1_3 .grid_item .grid_tit p {
  color: #666;
  font-size: 1.5rem;
  line-height: 1.2;
}

/* SUB 1_3 PRODUCT END */

/* SUB 2 START */

.sub2_1 .s1 .grid_title h2 {
  font-size: 3.5rem;
  line-height: 1.5;
  color: #1A1A1A;
  margin-bottom: 2rem;
  margin-left: 2rem;
}

.sub2_1 .s1 .grid_wrap {
  width: 100%;
  max-width: 1470px;
  padding-inline: 20px;
  padding-block: 3.5rem;
  margin: 0 auto;
  background-color: #FCF5D9;
  border-radius: 10rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  position: relative;
  z-index: 1;
}

.sub2_1 .s1 .grid_wrap .grid_item {
  width: 80%;
}

.sub2_1 .s1 .grid_wrap .grid_item img {
  width: 100%;
  max-width: 80%;
}

.sub2_1 .s1 .grid_wrap .item1 {
  grid-column: 1/2;
  margin-left: 8rem;
}

.sub2_1 .s1 .grid_wrap .item2 {
  grid-column: 4/5;
}

.sub2_1 .s1 .grid_wrap .item3 {
  grid-column: 1/5;
  grid-row: 2/3;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.sub2_1 .s1 .grid_wrap .item3 h3 {
  font-size: var(--fs30);
  color: var(--orange);
  position: relative;
}

.sub2_1 .s1 .grid_wrap .item3 h3::before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.sub2_1 .s1 .grid_wrap .item3 .grid_list {
  display: flex;
  width: 30%;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.sub2_1 .s1 .grid_wrap .item3 .grid_list li {
  color: #333;
  font-size: var(--fs20);
  letter-spacing: -0.4px;
  line-height: 1.5;
  flex: 1;
  text-wrap: nowrap;
}

.sub2_1 .s1 .grid_wrap .item3 .grid_list li span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 1rem;
  background-color: var(--green);
  margin-bottom: 0.3rem;
  margin-right: 0.5rem;
}

.sub2_1 .s1 .grid_wrap .item4 {
  margin-left: 8rem;
}

.sub2_1 .s1 .grid_wrap .item5 {
  margin-left: 6rem;
}

.sub2_1 .s1 .grid_wrap .item6 {
  margin-left: 3rem;
}

.sub2_1 .s1 .grid_wrap .icon {
  position: absolute;
  right: 11rem;
  top: -12rem;
}

.sub2_1 .s1 .grid_wrap .grid_bg {
  width: calc(100% - 40px);
  padding-inline: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.sub2_1 .s1 .grid_wrap .grid_bg img {
  max-width: unset;
  width: 100%;
}

.sub2_1 .s2 img {
  margin: 0;
  padding-inline: 0;
}

.sub2_1 .s2 .inner {
  width: 100%;
  margin: 0 auto;
  padding-inline: 10%;
  background: url(../img/sub2/sub2_1/s2_bg.jpg) center no-repeat;
}

.sub2_1 .s2 .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5rem;
}

.sub2_1 .s2 .title h3 {
  font-size: var(--fs40);
  color: #040000;
  font-weight: 600;
  line-height: 1.25;
  margin-left: 2rem;
}

.sub2_1 .s2 .title .line {
  display: inline-block;
  width: 20%;
  height: 1px;
  background-color: #000;
}

.sub2_1 .s2 .title p {
  font-size: 1.125rem;
  color: #404040;
}

.sub2_1 .s2 .flex_wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;

  padding-bottom: 10%;
}

.sub2_1 .s2 .flex_wrap .left {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 40%;
  gap: 2rem;
  margin-bottom: 2rem;
  align-items: start;
}

.sub2_1 .s2 .flex_wrap .left .flx_item {
  flex: 1;
  text-wrap: nowrap;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.sub2_1 .s2 .flex_wrap .left .flx_item p {
  font-family: var(--onemb);
  font-size: 19px;
  color: #3C3A39;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 1.5;
  text-align: center;
}

.sub2_1 .s3 {
  max-width: 1600px;
  width: calc(100% - 40px);
  background-color: #F5F5F5;
  margin-bottom: 0;
}

.sub2_1 .s3 .grid_wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 230px 500px 370px;
}

.sub2_1 .s3 .grid_item ul h5 {
  color: var(--green);
  font-size: 1.43rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.sub2_1 .s3 .grid_item ul li {
  font-size: 1.125rem;
  font-weight: 100;
  color: #404040;
}

.sub2_1 .s3 .grid_item ul li .green {
  color: var(--green);
  font-weight: 700;
  font-size: 15px;
  margin-right: 0.5rem;
}

.sub2_1 .s3 .g_item1 {
  grid-column: 1/2;
  display: flex;
  align-items: start;
  justify-content: end;
  margin-top: 6rem;
}

.sub2_1 .s3 .g_item2 {
  grid-column: 3/4;
  margin-top: 4rem;
  margin-left: 2rem;
}

.sub2_1 .s3 .g_item3 {
  grid-column: 1/2;
  grid-row: 2/3;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: 17rem;
  text-align: center;
}

.sub2_1 .s3 .g_item4 {
  grid-column: 1/4;
  grid-row: 2/3;
  position: relative;
  width: 100%;
}

.sub2_1 .s3 .g_item4 .main {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.sub2_1 .s3 .arrow1 {
  position: absolute;
  top: -26%;
  left: 34%;
}

.sub2_1 .s3 .arrow2 {
  position: absolute;
  right: 32%;
  top: -26%;
}

.sub2_1 .s3 .arrow3 {
  position: absolute;
  left: 16.5%;
  top: 47%;
}

.sub2_1 .s3 .arrow4 {
  position: absolute;
  bottom: -19%;
  left: 25%;
}

.sub2_1 .s3 .arrow5 {
  position: absolute;
  right: 30%;
  bottom: -19%;
}

.sub2_1 .s3 .g_item4 p {
  position: absolute;
  left: 49.5%;
  top: 53%;
  transform: translate(-50%, -50%);
  font-size: 1.125rem;
  font-family: var(--onemb);
  letter-spacing: -0.4px;
  color: #fff;
  font-weight: 700;
}

.sub2_1 .s3 .g_item5 {
  grid-column: 1/2;
  grid-row: 3/4;
  margin-left: 4rem;
}

.sub2_1 .s3 .g_item6 {
  grid-column: 3/4;
  grid-row: 3/4;
  margin-top: 4rem;
  margin-left: 4rem;
}

.sub2_1 .s4 {
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 20px;
}

.sub2_1 .s4 .inner {
  padding-bottom: 10%;
}

.sub2_1 .s4 .title {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5rem;
  padding-top: 10%;
}

.sub2_1 .s4 .title h3 {
  font-size: var(--fs40);
  color: #040000;
  font-weight: 600;
  line-height: 1.25;
  margin-left: 2rem;
}

.sub2_1 .s4 .title .line {
  display: inline-block;
  width: 20%;
  height: 1px;
  background-color: #000;
}

.sub2_1 .s4 .title p {
  font-size: 1.125rem;
  color: #404040;
  line-height: 1.5;
}

.sub2_1 .s4 .phone {
  background: url(../img/sub2/sub2_1/s4_bg.jpg) center no-repeat;
}

.sub2_1 .s4 .phone .grid_wrap {
  display: grid;
  grid-template-columns: repeat(4, 340px);
  row-gap: 7rem;
}

.sub2_1 .s4 .phone .grid_wrap img {
  filter: drop-shadow(15px 10px 15px rgba(0, 0, 0, 0.2))
}

.sub2_1 .s4 .phone .grid_wrap img:nth-child(1) {
  margin-left: 14rem;
  margin-top: 3rem;
  position: relative;
}

.sub2_1 .s4 .phone .grid_wrap img:nth-child(1)::before {
  content: '▶';
  width: 8px;
  height: 10px;
  display: block;
  color: var(--green);
  position: absolute;
  right: 0;
  top: 50%;
}

.sub2_1 .s4 .phone .grid_wrap img:nth-child(2) {
  margin-left: 9rem;
  margin-top: 3rem;
}

.sub2_1 .s4 .phone .grid_wrap img:nth-child(3) {
  margin-left: 4rem;
  margin-top: 3rem;
}

.sub2_1 .s4 .phone .grid_wrap img:nth-child(5) {
  grid-column: 2 / 4;
  margin-left: 11rem;
  filter: drop-shadow(30px 20px 10px rgba(0, 0, 0, 0.2))
}

.sub2_1 .s5 {
  margin-bottom: 20px;
}

.sub2_1 .s5 .wht {
  border-radius: 0 0 5rem 5rem;
}

.sub2_1 .s5 .mid {
  width: 100%;
  position: relative;
  margin-bottom: 5rem;
}

.sub2_1 .s5 .mid .dotline {
  position: absolute;
  left: 23%;
  z-index: 0;
  top: 0.8rem;
}

.sub2_1 .s5 .mid .mid_inner {
  width: 55%;
  margin: 0 auto;
  display: flex;
  align-items: start;
  justify-content: start;
  position: relative;
  z-index: 2;
  gap: 7rem;
}

.sub2_1 .s5 .mid .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.sub2_1 .s5 .mid .item p {
  width: 100%;
  text-wrap: nowrap;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: -0.8px;
  margin-top: 0.5rem;
  color: #606060;
}

.sub2_1 .s5 .btm {
  max-width: 1350px;
  margin: 0 auto;
  border-radius: 10rem;
  padding-inline: 20px;
  padding-block: 5rem;
  background-color: #F5F5F5;
  position: relative;
  filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.15));
}

.sub2_1 .s5 .btm .icon {
  position: absolute;
  top: -5%;
  right: 5%;
  z-index: 2;
}


.sub2_1 .s5 .btm .flex_wrap {
  display: flex;
  max-width: 1190px;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.sub2_1 .s5 .btm .flex_wrap .item img {
  filter: drop-shadow(0px 0px 2.8346px rgba(34, 23, 20, 0.13));
}

.sub2_2 .s1 .title {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.sub2_2 .s1 .title h3 {
  font-size: 3.5rem;
  color: #040000;
  font-weight: 600;
  line-height: 1.25;
  margin-left: 2rem;
}

.sub2_2 .s1 .title .line {
  display: inline-block;
  width: 18%;
  height: 1px;
  background-color: #000;
}

.sub2_2 .s1 .title p {
  font-size: 1.125rem;
  color: #404040;
  line-height: 1.5;
}

.sub2_2 .food {
  background-color: #FFFBEE;
  padding-block: 3rem;
  border-radius: 10rem;
}

.sub2_2 .food .top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}

.sub2_2 .food .item {
  position: relative;
}

.sub2_2 .food .dotline1 {
  position: absolute;
  top: -1rem;
  left: -0.5rem;
}

.sub2_2 .food .dotline2 {
  position: absolute;
  bottom: 6rem;
  left: -0.5rem;
}

.sub2_2 .food .dotline3 {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
}

.sub2_2 .food .dotline4 {
  position: absolute;
  bottom: 7rem;
  left: -0.75rem;
}

.sub2_2 .food .desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sub2_2 .food .sign {
  margin-block: 1rem 1.25rem;
}

.sub2_2 .food .desc h4 {
  color: #040000;
  font-size: var(--fs22);
  font-family: var(--pre);
  letter-spacing: -0.4px;
  line-height: 1.2;
}

.sub2_2 .food .desc p {
  color: #3C3A39;
  font-size: 15px;
  letter-spacing: -0.4px;
  line-height: 1.5;
  text-align: center;
}

.sub2_2 .food .desc .green {
  color: var(--green);
  font-family: var(--onemb);
  font-weight: 700;
  letter-spacing: -0.2px;
  margin-top: 0.4rem;
}

.sub2_2 .food .percent {
  height: 60px;
  width: 60px;
  border-radius: 10rem;
  background-color: var(--green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
}

.sub2_2 .food .per70 {
  width: 120px;
  height: 120px;
  font-size: 2rem;
  right: -10%;
  left: initial;
  top: initial;
  bottom: 27%;
}

.sub2_2 .food .btm {
  width: 85%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sub2_2 .food .btm .left {
  flex-basis: 35%;
  background-color: #fff;
  border-radius: 10rem;
  padding-block: 2rem;
}

.sub2_2 .food .btm .left img {
  margin-bottom: 0.5rem;
  margin: 0 auto;
}

.sub2_2 .food .btm .left h2 {
  font-size: var(--fs30);
  font-family: var(--pre);
  font-weight: 700;
  color: #040000;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.sub2_2 .food .btm .line {
  width: 5%;
  height: 1px;
  display: inline-block;
  background-color: #040000;
}

.sub2_2 .food .btm .right {
  flex-basis: 60%;
  background-color: #fff;
  border-radius: 10rem;
  padding: 4rem;
}

.sub2_2 .food .btm .right h3 {
  color: #040000;
  font-size: var(--fs22);
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.sub2_2 .food .btm .right p {
  font-size: 1.125rem;
  letter-spacing: -0.4px;
  line-height: 1.5;
  color: #333333;
  font-weight: 300;
}

.sub2_2 .s2 {
  max-width: 1600px;
  width: calc(100% - 40px) !important;
  margin: 0 auto;
  background-color: #fff;
}

.sub2_2 .s2 img {
  margin: initial;
  padding-inline: initial;
}

.sub2_2 .s2 .inner {
  width: 100%;
  max-width: 1640px;
  padding-inline: 20px;
  margin: 0 auto;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(247, 243, 237, 0.45) 85%);
  padding-block: 2rem 7.5rem;
}

.sub2_2 .s2 .title {
  text-align: center;
  margin-bottom: 4rem;
}

.sub2_2 .s2 .title img {
  margin: 0 auto;
  margin-bottom: 1rem;
}

.sub2_2 .s2 .title h2 {
  font-size: var(--fs40);
  font-weight: 500;
  line-height: 1.5;
}

.sub2_2 .s2 .title h5 {
  font-weight: 600;
  font-size: var(--fs22);
  letter-spacing: -0.4px;
  line-height: 1.2;
  margin-bottom: 1.7rem;
}

.sub2_2 .s2 .title p {
  color: #3C3A39;
  font-size: 1.125rem;
  letter-spacing: -0.4px;
  line-height: 1.2;
}

.sub2_2 .s2 .grid_wrap {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: url(../img/sub2/sub2_2/grid/s2_grid_bg.png) center / 95% no-repeat;
}

.sub2_2 .s2 .grid_wrap .item {
  margin: 0 auto;
}

.sub2_2 .s2 .grid_wrap .item img {
  max-width: 90%;
}

.sub2_2 .s3 .inner {
  max-width: 1600px;
  padding-inline: 20px;
  background-color: #F5F5F5;
  padding-block: 3rem 6.5rem;
}

.sub2_2 .s3 .title {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-block: 5rem 3rem;
}

.sub2_2 .s3 .title .left img {
  margin-left: 2rem;
  margin-bottom: 0.5rem;
}

.sub2_2 .s3 .title h3 {
  font-size: var(--fs40);
  color: #040000;
  font-weight: 600;
  line-height: 1.25;
  margin-left: 2rem;
}

.sub2_2 .s3 .title .line {
  display: inline-block;
  width: 18%;
  height: 1px;
  margin-bottom: 2rem;
  background-color: #000;
}

.sub2_2 .s3 .title p {
  font-size: 1.125rem;
  color: #3C3A39;
  line-height: 1.5;
  letter-spacing: -0.4px;
}

.sub2_2 .s3 .process {
  width: 95%;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.sub2_2 .s3 .proSwiper {
  flex-basis: 50%;
  padding-inline: 2rem;
  padding-bottom: 3rem;
  position: relative;
}

.sub2_2 .s3 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  outline: 1px solid #565656;
  opacity: 1;
}

.sub2_2 .s3 .swiper-pagination-bullet-active {
  width: 30px;
  height: 10px;
  border-radius: 0.5rem;
  background-color: #565656;
}

.sub2_2 .s3 .pro_next {
  position: absolute;
  right: 0;
  width: 9px;
  height: 17px;
  background: url(../img/sub2/sub2_2/ic/ic_next.png) center no-repeat;
}

.sub2_2 .s3 .pro_prev {
  position: absolute;
  right: 0;
  width: 9px;
  height: 17px;
  background: url(../img/sub2/sub2_2/ic/ic_prev.png) center no-repeat;
}

.sub2_2 .s3 .pro_next::after,
.sub2_2 .s3 .pro_prev::after {
  content: none;
}

.sub2_2 .s3 .desc {
  flex-basis: 45%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sub2_2 .s3 .desc .top {
  width: 100%;
  background-color: #fff;
  height: 345px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.15));
  padding-block: 3rem;
  padding-inline: 3.5rem;
  border-radius: 5rem;
  margin-left: 0;
}

.sub2_2 .s3 .desc .top ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  gap: 1.2rem;
}

.sub2_2 .s3 .desc .top ul li {
  font-size: 1rem;
  color: #565656;
}

.sub2_2 .s3 .desc .top span {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.4px;
  width: 35px;
  height: 35px;
  text-align: center;
  align-content: center;
  border-radius: 2rem;
  background-color: #ccc;
  color: #fff;
  line-height: 1;
  margin-right: 0.5rem;
}

.sub2_2 .s3 .active > span {
  background-color: var(--green) !important;
}

.sub2_2 .s3 .active {
  color: var(--green) !important;
  text-decoration: underline;
}

.sub2_2 .s3 .desc .btm {
  background-color: #fff;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  padding-block: 3rem;
  padding-inline: 1rem;
  border-radius: 3.5rem;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.15));
}

.sub2_2 .s4 {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding-inline: 20px;
}

.sub2_2 .s4 .wht {
  padding-inline: 10%;
  padding-block: 8rem;
  border-radius: 0 0 5rem 5rem;
  margin-bottom: 20px;
}

.sub2_2 .s4 .title {
  text-align: center;
  margin-bottom: 3rem;
}

.sub2_2 .s4 .title h2 {
  font-size: var(--fs40);
  font-weight: 600;
  margin-bottom: 1.2rem;
}

.sub2_2 .s4 .title p {
  color: #3C3A39;
  font-size: 1.125rem;
  letter-spacing: -0.4px;
  line-height: 1.5;
}

.sub2_2 .s4 .title p .orange {
  font-weight: 600;
}

.sub2_2 .s4 .wrap {
  width: 85%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 5rem;
}

.sub2_2 .s4 .wrap .item {
  flex: 1;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.sub2_2 .s4 .wrap .item h4 {
  font-size: var(--fs22);
  font-family: var(--pre);
  color: #040000;
  font-weight: 800;
  margin-block: 2rem 0.5rem;
}

.sub2_2 .s4 .wrap .item p {
  color: #333;
  font-family: var(--pre);
  font-size: 1.125rem;
  letter-spacing: -0.4px;
  line-height: 1.5;
}

.sub2_2 .s4 .bg {
  position: absolute;
  top: 35%;
  left: 49.5%;
  transform: translate(-50%, -50%);
}

.sub2_2 .s4 .deliver {
  width: 85%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background-color: #FEF5D8;
  padding: 3rem 4rem;
  border-radius: 10rem;
  position: relative;
}

.sub2_2 .s4 .deliver .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: relative;
  z-index: 2;
}

.sub2_2 .s4 .deliver .item p {
  color: #231815;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: -0.4px;
}

.sub2_2 .s4 .deliver .line {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sub2_2 .s4 .deliver .line img {
  width: 100%;
}

/* sub 2_2 */

.sub2_3 .s2 img {
  margin: 0;
  padding-inline: 0;
}

.sub2_3 .s2 .wht {
  padding-bottom: 10%;
  width: 100%;
}

.sub2_3 .grid_wrap {
  width: 100%;
  margin: 0 auto;
  display: grid;
  column-gap: 5%;
  grid-template-columns: repeat(auto-fill, minmax(319px, auto));
  position: relative;
  padding-inline: 7%;
}

.sub2_3 .grid_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}



.sub2_3 .grid_wrap::before {
  content: '';
  width: 100%;
  height: 327px;
  background-color: #F5F5F5;
  display: block;
  position: absolute;
  bottom: -9%;
  left: 0;
}

.sub2_3 .certi {
  filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.15));
}

.sub2_3 .icon {
  position: absolute;
  right: -9%;
  top: -14%;
}

.sub2_3 .desc {
  text-align: center;
  position: relative;
  z-index: 2;
}

.sub2_3 .desc h3 {
  color: #262626;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-block: 2.5rem 1rem;
}

.sub2_3 .desc p {
  color: #4D4D4D;
  font-weight: 200;
  font-size: 1.25rem;
  line-height: 1.5;
}

.sub2_3 .s3 {
  margin-bottom: 0;
}

.sub2_3 .s3 .wht {
  border-radius: 0;
}

.sub2_3 .s4 {
  max-width: 1640px;
  margin: 0 auto;
  margin-bottom: 2rem;
  padding-inline: 20px;
}

.sub2_3 .s4 .wht {
  border-radius: 0 0 5rem 5rem;
  padding-inline: 13% 7%;
  padding-bottom: 5%;
}

.sub2_3 .s4 .flex_wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.sub2_3 .s4 .left .top {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.sub2_3 .s4 .left .top .mark_wrap {
  display: flex;
  gap: 1.2rem;
  margin-left: 1rem;
}

.sub2_3 .s4 .left .mid {
  margin-bottom: 4rem;
}

.sub2_3 .s4 .left .mid h4 {
  font-size: var(--fs22);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.sub2_3 .s4 .left .mid ul li {
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.sub2_3 .s4 .left .mid ul li span {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 2rem;
  background-color: #000;
  margin-bottom: 0.25rem;
}

/* sub2_3 end */

/* SUB 2 END */

/* SUB 3 PRODUCT START */
.sub3_1 .tit h2 {
  font-size: 5rem;
}

.sub3_1 .s2 .flex_wrap {
  display: flex;
  max-width: 1380px;
  padding-inline: 20px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.sub3_1 .s2 .flx_tit h3 {
  font-size: var(--fs40);
  font-weight: 500;
}

.sub3_1 .s2 .flex_wrap .line {
  width: 32%;
  height: 1px;
  display: inline-block;
  border-top: 1px dashed #DD5049;
  /* margin-top: 3rem; */
  position: relative;
}

.sub3_1 .s2 .flex_wrap .line .dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #DD5049;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sub3_1 .s2 img {
  margin: 0;
  padding-inline: 0;
}

.sub3_1 .s2 .flex_I {
  display: flex;
  gap: 1rem;
  align-items: start;
}

.sub3_1 .s2 .flex_I .flex_item {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sub3_1 .s2 .flex_I .flex_item p {
  font-size: 15px;
  letter-spacing: -0.4px;
  color: #4D4D4D;
  line-height: 1.5;
  text-wrap: nowrap;
}

.sub3_1 .s3 {
  margin-bottom: 20px;
}

.sub3_1 .s3 .wht {
  display: flex;
  flex-direction: column;
}

.sub3_1 .s3 .s3_wrap {
  max-width: 1380px;
  margin: 0 auto;
  padding-inline: 20px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-top: 7rem;
}

.sub3_1 .s3 .sub3_swiper {
  padding-bottom: 3rem;
}

.sub3_1 .s3 .sub3_swiper .animal1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
}

.sub3_1 .s3 .sub3_swiper .swiper-pagination {
  width: 82%;
}

.sub3_1 .s3 .sub3_swiper .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background-color: #F7F3ED;
  outline: 1px solid #808080;
}

.sub3_1 .s3 .sub3_swiper .swiper-pagination-bullet-active {
  background-color: #DD5049;
  outline: 1px solid transparent;
}


.sub3_1 .s3 .desc {
  flex-basis: 80%;
  margin-top: 3rem;
}

.sub3_1 .s3 .desc h2 {
  font-size: 3.6rem;
  font-weight: 700;
}

.sub3_1 .s3 .desc .ic {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  column-gap: 1.5rem;
  row-gap: 0.5rem;
  padding-block: 0.5rem;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  margin-block: 1rem;
}

.sub3_1 .s3 .desc .ic li {
  font-size: 1.125rem;
  color: #595959;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub3_1 .s3 .desc .mark {
  display: inline;
  margin-right: 0.25rem;
}

.sub3_1 .s3 .info .color {
  color: #DD5049;
}

.sub3_1 .s3 .info p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.4;
}

.sub3_1 .s3 .info p .dot {
  width: 3px;
  height: 3px;
  display: inline-block;
  background-color: #000;
  border-radius: 1rem;
  margin-bottom: 0.3rem;
}

.sub3_1 .s3 .button_wrap {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 10rem;
}

.sub3_1 .s3 .button_wrap button {
  background-color: #F9F9F9;
  border: 1px solid #333;
  border-radius: 2rem;
}

.sub3_1 .s3 button a {
  display: flex;
  padding-inline: 1.25rem;
  padding-block: 0.8rem;
  gap: 0.5rem;
  font-size: 1.125rem;
  align-items: center;
  color: #333;
}

.sub3_1 .s3 .graph_wrap {
  width: 100%;
  max-width: 1380px;
  padding-inline: 20px;
  margin: 0 auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
  position: relative;
  margin-top: 3.5rem;
}

.sub3_1 .s3 .graph_item .title {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.sub3_1 .s3 .graph_item h5 {
  font-size: var(--fs22);
  font-weight: 800;
  color: #DD5049;
}

.sub3_1 .s3 .graph_item p {
  color: #595959;
  font-size: 1.125rem;
  letter-spacing: -0.8px;
}

.sub3_1 .graph_wrap .animal2 {
  position: absolute;
  right: -4%;
  bottom: -30%;
}

.sub3_1 .s3 .graph_wrap .graph_item {
  width: 100%;
}


/* starter end */


.sub3_2 .s3 .sub3_swiper .swiper-pagination-bullet-active {
  background-color: #C7585A;
  outline: 1px solid transparent;
}

/* barf red end */

.sub3_3 .s3 .sub3_swiper .swiper-pagination-bullet-active {
  background-color: #CF5E21;
  outline: 1px solid transparent;
}

/* duck and lamb */

.sub3_4 .s2 .flex_wrap .flx_tit {
  flex-basis: 40%;
}

.sub3_4 .s3 .sub3_swiper .swiper-pagination-bullet-active {
  background-color: #E28523;
  outline: 1px solid transparent;
}

/* lamb and beef */

.sub3_5 .s2 .flex_wrap .line {
  width: 55%;
}

.sub3_5 .s3 .sub3_swiper .swiper-pagination-bullet-active {
  background-color: #A52124;
  outline: 1px solid transparent;
}

.sub3_5 .graph_wrap .animal2 {
  bottom: -4%;
}

/* bard red */

.sub3_6 .s2 .flex_wrap .flx_tit {
  flex-basis: 45%;
}

.sub3_6 .s2 .flex_wrap .line {
  width: 55%;
}

/* super cube */

.sub3_7 .s3 .sub3_swiper .swiper-pagination-bullet-active {
  background-color: #c4ad84;
  outline: 1px solid transparent;
}

/* barf white */

.sub3_8 .s3 .icon_wrap {
  background: #4293a2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-inline: 2rem;
  padding-block: 2rem 1rem;
  border-radius: 2rem;
  gap: 2rem;
  margin-bottom: 2rem;
}

.sub3_8 .s3 .sub3_swiper .swiper-pagination-bullet-active {
  background-color: #4293a2;
  outline: 1px solid transparent;
}

/* barf fresh  */
/* SUB 3 PRODUCT END */

/* SUB 4 SUPPORT */

.sub4_1 .s_inner {
  padding-block: 2rem 1.5rem;
}

.sub4_1 hr {
  margin-block: 3.75rem 0;
}

.sub4_1 .s2 img {
  margin: 0;
  padding-inline: 0px;
}

.sub4_1 .s2 .wht {
  padding-inline: 20px;
  padding-top: 7%;
}

.sub4_1 .s2 .news_swiper {
  max-width: 1470px;
  width: 100%;
  margin: 0 auto;
  background-color: #FFFBEE;
  border-radius: 5rem;
  padding-block: 6.5%;
}

.sub4_1 .s2 .news_swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: start;
}

.sub4_1 .s2 .news_swiper .desc {
  flex-basis: 40%;
  margin-top: 1rem;
}

.sub4_1 .s2 .news_swiper .desc_img {
  border-radius: 2rem;
  overflow: hidden;
}

.sub4_1 .s2 .news_swiper .desc h2 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 1.5;
  margin-bottom: 3rem;
}

.sub4_1 .s2 .news_swiper .desc p {
  color: #727171;
  font-family: var(--pre);
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 300;
}

.sub4_1 .s2 .news_swiper .news_prev {
  background: url(../img/sub4/ic/ic_news_prev.png) center no-repeat;
}

.sub4_1 .s2 .news_swiper .news_next {
  background: url(../img/sub4/ic/ic_news_next.png) center no-repeat;
}

.sub4_1 .news_prev:after,
.sub4_1 .news_next:after {
  content: none;
}

.sub4_1 .news_pagi {
  position: absolute;
  bottom: 20% !important;
  left: -32.5% !important;
}

.sub4_1 .news_pagi .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #7CBF0F;
  height: 10px;
  width: 10px;
  opacity: 1;
}

.sub4_1 .news_pagi .swiper-pagination-bullet-active {
  width: 30px;
  height: 10px;
  border-radius: 3rem;
  background-color: #7CBF0F;
}

.sub4_1 .s3 {
  margin-bottom: 20px;
}

.sub4_1 .s3 .wht {
  padding-top: 7%;
}

.sub4_1 .s3 .grid_wrap {
  width: 85%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(382px, auto));
  row-gap: 6rem;
}

.sub4_1 .s3 .grid_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sub4_1 .s3 .grid_item h3 {
  margin-top: 1.5rem;
  color: #231815;
  font-family: var(--pre);
  font-size: 1.37rem;
  font-weight: 700;
}

.sub4_1 .s3 .grid_item p {
  color: #727171;
  line-height: 1.5;
  font-weight: 300;
}

.sub4_1 .s3 .grid_item span {
  width: 100%;
  display: block;
  height: 1px;
  background-color: #B2B2B2;
  margin-block: 0.5rem 0.8rem;
}


/* form */
.form {
  width: 100%;
  max-width: 1640px;
  padding-inline: 20px;
  padding: 150px 2rem 10rem;
  margin-block: 5rem;
  background: #fff;
  margin: 0 auto;
  border-radius: 2rem;
}

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

.form_p::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted var(--green);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.f_title.ver2 {
  color: #000;
}

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

.f_title.wid50 {
  width: 50%;
}

.form_tabs {
  margin-bottom: 40px;
}

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

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

.no_bor .f_cont {
  border-radius: 1rem;
}

.f_cont.wid50 {
  width: 47.5%;
}

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

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

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

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

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

.f_cont p {
  color: #808080;
}

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

.f_input_radio {
  margin-right: 5px;
}

.form_cate_span {
  margin-right: 10px;
}

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

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

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

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

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

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

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

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

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

.file-name {
  position: relative;
}

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

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

.form_line {
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted var(--green);
  margin-bottom: 40px;
}

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

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

.file_info.mob {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.submit {
  font-size: 1.25rem;
  height: auto;
  color: #fff;
  width: 100%;
  max-width: 180px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s;
  background-color: var(--orange);
  border: 1px solid #FF9100;
  line-height: 40px;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.4s;
}

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

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

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

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

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

.block {
  display: block;
}

/* sub4_2 end */

.sub4_3 .s1 .s_inner {
  border-radius: 4rem;
  margin-bottom: 20px;
}

.sub4_3 .detail_wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 80%;
  margin: 0 auto;
}

.sub4_3 .detail_wrap details {
  font-size: 25px;
}

.sub4_3 .detail_wrap summary {
  font-weight: 600;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(178, 178, 178, 0.3);
  position: relative;
}

.sub4_3 summary::before {
  content: "";
  display: inline-block;
  background: url(../img/sub4/ic/ic_down.png) center no-repeat;
  margin-right: 8px;
  width: 20px;
  height: 12px;
  position: absolute;
  right: 0;
}

.sub4_3 .detail_wrap summary img {
  margin-right: 2rem;
}

.sub4_3 .detail_wrap .answer {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #404040;
  font-weight: 300;
}

.sub4_3 details[open] .answer {
  border-bottom: 1px solid rgba(178, 178, 178, 0.3);
  padding-block: 2rem;
}

.sub4_3 details[open]::marker {
  background: url(../img/sub4/ic/ic_up.png) center no-repeat;
}

.sub4_3 details[open] summary::before {
  content: "";
  display: inline-block;
  background: url(../img/sub4/ic/ic_up.png) center no-repeat;
  margin-right: 8px;
  width: 20px;
  height: 12px;
  position: absolute;
  right: 0;
}

/* sub4_3 end */


/* SUB 4 SUPPORT END */

/* SUB 5 RECIPE START */

.sub5_1 .s_inner {
  border-radius: 5rem;
  margin-bottom: 15%;
}

.sub5_1 .tit2 {
  text-align: center;
  margin-bottom: 12%;
}

.sub5_1 .tit2 h4 {
  color: #1a1a1a;
  font-size: 3.125rem;
  margin-block: 6rem 3rem;
  font-weight: 700;
  letter-spacing: -0.8px;
}

.sub5_1 .tit2 .green {
  background-color: #7cbc0f;
  height: 2px;
  width: 95px;
  display: block;
  margin: 0 auto;
}

.sub5_1 .tit2 p {
  color: #4d4d4d;
  font-weight: 300;
  font-family: var(--minsans);
  line-height: 1.35;
  font-size: 25px;
  margin-top: 2rem;
}

.sub5_1 .recipe_box {
  position: relative;
}

.sub5_1 .grid_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(37rem, 1fr));
  column-gap: 54px;
  row-gap: 5.5rem;
  max-width: 1250px;
  margin: 0 auto;
}

.sub5_1 .grid_wrap .item {
  align-content: center;
  text-align: center;
  transition: 0.4s;
  overflow: hidden;
  border-radius: 4.3rem;
}

.sub5_1 .grid_wrap .item:hover img {
  transform: scale(1.025);
  transition: 0.4s;
}

.sub5_1 .grid_wrap .item img {
  margin: 0 auto;
}

.sub5_1 .grid_wrap .item h3 {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 2rem;
  font-weight: 700;
}

.sub5_1 .grid_wrap .item span {
  display: block;
  background-color: #666;
  width: 350px;
  height: 1px;
  margin: 0 auto;
}

.sub5_1 .grid_wrap .item p {
  color: #666;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 200;
}

.sub5_1 .grid_wrap .item:nth-child(1) h3 {
  color: #C22E27;
}

.sub5_1 .grid_wrap .item:nth-child(2) h3 {
  color: #E21039;
}

.sub5_1 .grid_wrap .item:nth-child(3) h3 {
  color: #EF4016;
}

.sub5_1 .grid_wrap .item:nth-child(4) h3 {
  color: #FF7900;
}

.sub5_1 .grid_wrap .plus {
  display: table;
  border: 1px solid #666666;
  margin: 0 auto;
  padding-inline: 1.9rem;
  padding-block: 0.5rem;
  color: #666666;
  background-color: #fff;
  border-radius: 2.5rem;
  margin-top: 2rem;
  font-size: 25px;
  font-weight: 500;
  transition: 0.3s;
}

.sub5_1 .grid_wrap .plus:hover {
  background-color: #ff9100;
  transition: 0.3s;
  border: 1px solid transparent;
  color: #fff;
}

.sub5_1 .tab_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0rem;
}

.sub5_1 .tab_wrap .tab {
  min-width: 85px;
  font-size: 1rem;
  color: #000;
  padding-block: 0.2rem 0.1rem;
  padding-inline: 0.5rem;
  text-align: center;
}

.sub5_1 .tab_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}


.sub5_1 .tab_content img {
  flex: 0 0 40%;
}

.sub5_1 .tab_content .right {
  flex: 0 0 50%;
}


.sub5_1 #tab1 ul li img {
  width: 20px;
  height: 20px;
  flex: initial;
  display: inline;
}

.sub5_1 #tab1 ul li h4 {
  display: inline;
  font-family: var(--pre);
  font-size: 1rem;
  font-weight: 700;
}

.sub5_1 #tab1 ul li p {
  color: #666;
  font-family: var(--pre);
  font-size: 14px;
  font-weight: 200;
  padding-block: 11px 20px;
}

.sub5_1 #tab2 .title img,
.sub5_1 #tab2 .title h4 {
  display: inline;
}

.sub5_1 #tab2 .nutri {
  margin-bottom: 2.5rem;
}

.sub5_1 #tab2 .nutri .title {
  padding-bottom: 1rem;
}

.sub5_1 #tab2 p {
  color: #666;
  text-align: right;
  margin-top: 2rem;
  font-size: 14px;
  font-family: var(--pre);
}

.sub5_1 #tab3 .icon_box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(7rem, 1fr));
  justify-items: center;
}

.sub5_1 #tab3 .icon_box p {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-block: 0.5rem 1rem;
}

.sub5_1 #tab4 .scroll_box {
  height: 300px;
  overflow-y: scroll;
}

.sub5_1 #tab4 .scroll_box p {
  color: #4d4d4d;
  font-size: 14px;
  letter-spacing: -0.4px;
  line-height: 1.5;
  font-weight: 300;
}

.sub5_1 #tab4 .scroll_box .gray {
  color: #999;
  font-size: 12px;
}

.sub5_1 #tab4 .scroll_box .color {
  color: #c22e27;
  font-weight: 700;
}


.tab_content:not(.active) {
  display: none;
}

/* 기본적으로 팝업 숨김 */
.sub5_1 .popup_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.sub5_1 .popup_box {
  position: absolute;
  background-color: #fff;
  width: 50%;
  height: 60vh;
  border-radius: 2.5rem;
  padding: 2.5rem 1.8rem;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

/* 팝업 스타일 */
/* popup 배경 active */
.popup_wrap.active {
  opacity: 1;
  visibility: visible;
}

/* popupbox active */
.sub5_1 .popup_box.active {
  opacity: 1;
  visibility: visible;
}

/* tab popupon  */
.sub5_1 .tab.popupon {
  display: block;
}

.sub5_1 .popup_box .popup_tit {
  width: 100%;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1px solid #666;
}

.sub5_1 .popup_box .popup_tit h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #c22e27;
  font-family: var(--pre);
  text-wrap: nowrap;
}

.sub5_1 .popup_box .popup_tit p {
  color: #666;
  font-size: 1.125rem;
  line-height: 1.5;
}

.sub5_1 .popup_box .popup_tit .close {
  position: absolute;
  right: 0rem;
  top: -1rem;
  cursor: pointer;
}

.sub5_1 .popupon {
  background-color: #c22e27;
}

.sub5_1 .popupon.tab {
  color: #fff;
}

.sub5_1 .popup2 .popup_tit h2 {
  color: #e21039;
}

.sub5_1 .popup2 #tab4 .scroll_box .color {
  color: #e21039;
}

.sub5_1 .popup2 .popupon {
  background-color: #e21039;
}

/*2번 팝업 */
.sub5_1 .popup3 .popup_tit h2 {
  color: #ef4016;
}

.sub5_1 .popup3 #tab4 .scroll_box .color {
  color: #ef4016;
}

.sub5_1 .popup3 .popupon {
  background-color: #ef4016;
}

/* 3번 팝업 */

.sub5_1 .popup4 .popup_tit h2 {
  color: #ff7900;
}

.sub5_1 .popup4 #tab4 .scroll_box .color {
  color: #ff7900;
}

.sub5_1 .popup4 .popupon {
  background-color: #ff7900;
}

.sub5_2 .grid_wrap .item:nth-child(1) h3,
.sub5_2 .grid_wrap .item:nth-child(2) h3,
.sub5_2 .grid_wrap .item:nth-child(3) h3,
.sub5_2 .grid_wrap .item:nth-child(4) h3 {
  color: #000;
}


.sub5_2 .popupon {
  background-color: #7cbc0f !important;
}

.sub5_2 .popup_box .popup_tit h2 {
  color: #000 !important;
}

.sub5_3 .img_box {
  display: flex;
  text-align: center;
  max-width: 1250px;
  justify-content: space-between;
  align-items: start;
  margin: 0 auto;
  margin-bottom: 9%;
}

.sub5_3 .img_box h4 {
  margin-top: 2rem;
  font-size: 24px;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #666666;
  text-underline-offset: 0.5rem;
}

.sub5_3 .ic_wrap {
  text-align: center;
  max-width: 1255px;
  margin: 0 auto;
  background-color: #f5f5f5;
  padding: 40px;
  border-radius: 4rem;
}

.sub5_3 .ic_wrap h4 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-color: #666666;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.5rem;
}

.sub5_3 .ic_wrap p {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5;
  margin-block: 1rem 3.75rem;
}

.sub5_3 .ic_wrap .ic_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* SUB5 RECIPE END */

@media screen and (max-width : 1441px) {
  body:has(.sub) header {
    padding-inline: 40px;
  }

  body:has(.sub) header .header_wrap {
    padding-inline: 0;
  }

  body:has(.sub) header .header_wrap .depth_menu {
    width: 100%;
  }

  .sub1 .tit .dot {
    margin-bottom: 0rem;
  }

  .sub1 .s3 .top {
    padding-inline: 20px;
  }

  .sub1 .s3 .top .flex_wrap {
    justify-content: space-between;
  }

  .sub1 .s3 .top .flex_wrap .line {
    width: calc(100% - 1100px);
  }

  .sub1_2 .tit h2 {
    font-size: 4rem;
  }

  .sub1_2 .s1 .flex_wrap {
    justify-content: space-between;
    gap: 0;
  }

  .sub1_2 .s1 .flex_wrap h3 {
    font-size: 2.5rem;
  }

  .sub1_2 .s1 .flex_wrap p:nth-of-type(1) {
    font-size: 24px;
  }

  .sub1_2 .s1 .flex_wrap p:nth-of-type(2) {
    font-size: 18px;
  }

  .sub1_2 .s2 .flex_wrap {
    width: 90%;
  }

  .sub1_2 .s2 .flex_wrap .left h4 {
    font-size: 2rem;
  }

  .sub1_2 .s2 .flex_wrap .left h4 .pc {
    display: none;
  }

  .sub1_2 .s2 .flex_wrap .right {
    gap: 3rem;
  }

  .sub1_2 .s2 .flex_wrap .right img {
    max-width: 90%;
    margin: 0 auto;
  }

  .sub1_2 .s3 .flex_wrap span {
    width: 100px;
  }

  .sub1_2 .s3 .desc {
    width: calc(100% - 40px);
  }

  .sub1_2 .s4 .wht {
    padding-inline: 5%;
  }

  .sub1_2 .s4 .btm .s12Swiper .swiper-slide img {
    width: 500px;
  }

  .sub1_3 .grid_item {
    border-radius: 9rem;
  }

  /* sub 1 end */

  .sub2_1 .s2 .inner {
    padding-inline: 5%;
  }

  .sub2_1 .s4 .title {
    width: 90%;
  }

  .sub2_1 .s4 .phone {
    background-size: 95%;
  }

  .sub2_1 .s5 .wht {
    overflow: hidden;
  }

  .sub2_1 .s5 .mid .item .ic_orange {
    max-width: unset;
  }

  .sub2_2 .s1 .title h3 {
    font-size: 2rem;
  }

  .sub2_2 .s2 .grid_wrap {
    width: 100%;
    background-size: 100%;
  }

  .sub2_2 .s2 .grid_wrap .item img {
    max-width: 85%;
  }

  .sub2_2 .s2 .title h2 {
    font-size: 2rem;
  }

  .sub2_2 .s3 .title {
    width: calc(100% - 40px);
  }

  .sub2_2 .s3 .title h3 {
    font-size: 2rem;
  }

  .sub2_2 .s4 .title h2 {
    font-size: 2rem;
  }

  .sub2_2 .s3 .desc .btm img {
    width: 30%;
  }

  .sub2_2 .s4 .wrap .item img {
    max-width: 90%;
  }

  .sub2_2 .s3 .desc .top ul li {
    font-size: 14px;
  }

  .sub2_2 .s4 .bg {
    max-width: 97%;
    top: 33%;
    left: 49%;
  }

  .sub2_3 .s4 .wht {
    padding-top: 5rem;
    padding-inline: 5%;
  }

  /* sub 2 end */

  .sub3_1 .tit h2 {
    font-size: 4rem;
  }



}

@media screen and (max-width : 1281px) {
  #sub .sub_banner h2 {
    font-size: 6rem;
  }

  .sub1 hr {
    margin-block: 3rem 4rem;
  }

  .sub1 .s1 .s1_cont .flex_title h3 {
    font-size: 2.5rem;
  }

  .sub1 .s1 .s1_cont .flex_title p {
    font-size: 20px;
  }

  .sub1 .s1 .flex_wrap .flex_item p {
    font-size: 1rem;
  }

  .sub1 .s3 .top h3 {
    font-size: 2.5rem;
  }

  .sub1 .s3 .top .flex_wrap .line {
    width: 130px;
  }

  .sub1 .s3 .top p {
    font-size: 1.125rem;
  }

  .sub1 .s3 .wht > img {
    padding-inline: 5%;
  }

  /* sub 1 end */

  .sub1_2 .s1 .flex_wrap h3 {
    font-size: 2rem;
    line-height: 1.4;
  }

  .sub1_2 .s1 .flex_wrap p:nth-of-type(1) {
    font-size: 22px;
  }

  .sub1_2 .s1 .flex_wrap p:nth-of-type(2) {
    font-size: 1rem;
  }

  .sub1_2 .s3 .desc {
    padding-inline: 10rem;
  }

  .sub1_2 .s4 .top .desc p {
    font-size: 20px;
  }

  .sub1_2 .s4 .top .desc h3 {
    font-size: 30px;
  }

  .sub1_2 .s4 .top .cont p {
    font-size: 1.125rem;
  }

  .sub1_2 .s4 .top .desc_img p {
    font-size: 20px;
  }

  .sub1_2 .s4 .btm .left h4 {
    font-size: 2rem;
  }

  .sub1_2 .s4 .btm .left p {
    font-size: 1.125rem;
  }

  /* sub 1 end */

  .sub2_1 .s1 .grid_title h2 {
    font-size: 2.5rem;
  }

  .sub2_1 .s1 .grid_title h2 img {
    width: 200px;
  }

  .sub2_1 .s1 .grid_wrap .grid_item img {
    max-width: 75%;
  }

  .sub2_1 .s1 .grid_wrap .item3 h3 {
    font-size: 1.75rem;
  }

  .sub2_1 .s1 .grid_wrap .item3 .grid_list {
    margin-bottom: 1rem;
    width: 35%;
  }

  .sub2_1 .s1 .grid_wrap .item3 .grid_list li {
    font-size: 1rem;
  }

  .sub2_1 .s2 .title h3 {
    font-size: 2rem;
  }

  .sub2_1 .s2 .flex_wrap {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .sub2_1 .s2 .flex_wrap .left {
    align-items: baseline;
  }

  .sub2_1 .s3 .g_item5 {
    margin-left: 10rem;
  }

  .sub2_1 .s3 .arrow3 {
    left: 9rem;
    width: 68px;
  }

  .sub2_1 .s3 .grid_item ul h5 {
    font-size: 1.125rem;
  }

  .sub2_1 .s3 .grid_item ul li {
    font-size: 1rem;
  }

  .sub2_1 .s4 .inner {
    padding-bottom: 0;
  }

  .sub2_1 .s4 .phone {
    background-size: 100%;
  }

  .sub2_1 .s4 .phone .grid_wrap {
    row-gap: 3rem;
  }

  .sub2_1 .s4 .phone .grid_wrap img:nth-child(1) {
    margin-left: 7rem;
    margin-top: 0;
  }

  .sub2_1 .s4 .phone .grid_wrap img:nth-child(2) {
    margin-left: 0.8rem;
    margin-top: 0;
  }

  .sub2_1 .s4 .phone .grid_wrap img:nth-child(3) {
    margin-left: -5rem;
    margin-top: 0;
  }

  .sub2_1 .s4 .phone .grid_wrap img:nth-child(4) {
    margin-left: -9rem;
  }

  .sub2_1 .s4 .phone .grid_wrap img:nth-child(5) {
    max-width: 250px;
  }

  .sub2_1 .s5 .btm {
    border-radius: 4rem;
    max-width: calc(100% - 40px);
    padding-block: 2rem;
    margin-bottom: 20px;
  }

  .sub2_1 .s5 .btm .flex_wrap {
    display: grid;
    grid-template-columns: 650px 500px;
    gap: 0rem;
    row-gap: 1rem;
  }

  .sub2_1 .s5 .btm .flex_wrap .item img {
    margin: 0 auto;
  }

  .sub2_2 .s1 .title h3 {
    text-wrap: nowrap;
  }

  .sub2_2 .s1 .title .line {
    width: 10%;
  }

  .sub2_2 .s1 .title p {
    font-size: 1rem;
  }

  .sub2_2 .food {
    padding: 5rem;
    border-radius: 5rem;
  }

  .sub2_2 .food .btm {
    flex-direction: column;
    width: 100%;
    gap: 2rem;
  }

  .sub2_2 .food .btm .left,
  .sub2_2 .food .btm .right {
    flex-basis: 100%;
    width: 100%;
    border-radius: 3rem;
  }

  .sub2_2 .s2 .grid_wrap .item img {
    max-width: 80%;
  }

  .sub2_2 .s3 .title h3 {
    text-wrap: nowrap;
  }

  .sub2_2 .s3 .title .line {
    width: 13%;
  }

  .sub2_2 .s3 .title p {
    font-size: 1rem;
  }

  .sub2_2 .s3 .desc .btm {
    gap: 0.5rem;
  }

  .sub2_3 .certi {
    max-width: 75%;
  }

  .sub2_3 .icon {
    width: 100px;
  }

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

  .sub2_3 .s4 .left .top > img {
    max-width: 185px;
  }

  .sub2_3 .s4 .left .btm {
    max-width: 80%;
  }

  .sub2_3 .s4 .right img {
    max-width: 80%;
    float: right;
  }

  /* sub 2 end */
  .sub3_1 .s2 .flex_wrap {
    max-width: calc(100% - 40px);
  }

  .sub3_1 .s2 .flx_tit h3 {
    font-size: 2rem;
  }

  .sub3_1 .s3 .s3_wrap {
    max-width: calc(100% - 40px);
  }

  .sub3_1 .s3 .desc {
    flex-basis: 75%;
  }

  .sub3_1 .s3 .desc h2 {
    font-size: 2.5rem;
  }

  .sub3_1 .s3 .desc .ic {
    row-gap: 1rem;
  }

  .sub3_1 .s3 .desc .ic li {
    font-size: 1rem;
  }

  .sub3_1 .s3 .graph_wrap .graph_item img {
    max-width: 90%;
  }

  .sub3_1 .graph_wrap .animal2 {
    right: 0%;
  }


  /* sub3 end */
  .sub4_1 .s2 .news_swiper .desc h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }

  .sub4_1 .s2 .news_swiper .desc p {
    font-size: 1.125rem;
  }

  .sub4_3 .detail_wrap details {
    font-size: 22px;
  }

  .sub4_3 .detail_wrap summary img {
    width: 45px;
  }

  .sub4_3 .detail_wrap .answer img {
    width: 45px;
  }

  .sub4_3 .detail_wrap .answer {
    font-size: 1rem;
  }

  /* recipe */
  .sub5_1 .tit2 h4 {
    font-size: 2rem;
    margin-block: 5rem 2rem
  }

  .sub5_1 .tit2 p {
    font-size: 18px;
  }

  .sub5_1 .tab_content {
    margin-top: 1.5rem;
  }

  .sub5_3 .img_box h4 {
    font-size: 22px;
  }

  .sub5_3 .ic_wrap .ic_box {
    row-gap: 2rem;
  }
}

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

  #sub .sub_banner {
    max-width: calc(100% - 20px);
  }

  #sub .sub_banner h2 {
    font-size: 5rem;
  }

  #sub .sub_banner img {
    object-fit: cover;
    width: 100%;
    border-radius: 0 0 5rem 5rem;
  }

  .sub1 hr {
    margin-block: 2rem 3rem;
  }

  .sub1 .s1 .s1_cont .flex_title h3 {
    font-size: 2rem;
  }

  .sub1 .s1 .s1_cont .flex_title p {
    font-size: 18px;
  }

  .sub1 .s1 .flex_wrap {
    width: calc(100% - 40px);
  }

  .sub1 .s3 .top p {
    font-size: 1rem;
  }

  .sub1 .s3 .top h3 {
    font-size: 1.75rem;
    line-height: 1.2;
  }

  .company {
    padding-inline: 40px;
  }

  .bg_orange {
    height: 60px;
  }

  .bg_orange:nth-child(5) {
    margin-top: 7.5rem;
  }

  .bg_orange:last-child {
    margin-top: 11.5rem;
  }

  .bg_orange p {
    border-radius: 1.2rem;
  }

  .bg_orange ul li {
    padding-left: 3rem;
    font-size: 1.125rem;
  }

  .bg_orange ul li:nth-child(1),
  .bg_orange ul li:last-child {
    border-radius: 1rem;
  }


  .sub1_2 .s1 .flex_wrap .left {
    flex-basis: 50%;
  }

  .sub1_2 .s1 .flex_wrap h3 {
    font-size: 1.75rem;
  }

  .sub1_2 .s1 .flex_wrap p:nth-of-type(1) {
    font-size: 20px;
  }

  .sub1_2 .s1 .flex_wrap p:nth-of-type(2) br {
    display: none;
  }

  .sub1_2 .s1 .flex_wrap .right {
    flex-basis: 40%;
  }

  .sub1_2 .s2 .flex_wrap {
    flex-direction: column;
  }

  .sub1_2 .s2 .flex_wrap .left h4 {
    font-size: 1.5rem;
  }

  .sub1_2 .s2 .flex_wrap .left {
    flex-basis: 30%;
  }

  .sub1_2 .s3 .flex_wrap .left p {
    font-size: 18px;
  }

  .sub1_2 .s2 .flex_wrap .right {
    flex-basis: 55%;
  }

  .sub1_2 .s2 .flex_wrap .right img {
    max-width: 80%;
  }

  .sub1_2 .s3::after {
    bottom: -3rem;
    background-size: 50%;
  }

  .sub1_2 .s3 .flex_wrap {
    flex-direction: row;
  }

  .sub1_2 .s3 .flex_wrap .right p br {
    display: none;
  }

  .sub1_2 .s3 .desc {
    padding-inline: 20px;
  }

  .sub1_2 .s3 .desc .item img {
    max-width: 85%;
  }

  .sub1_2 .s3 .desc .line {
    left: 48%;
    transform: translateX(-50%);
  }

  .sub1_2 .s4 .top .desc .s4QL,
  .sub1_2 .s4 .top .desc .s4QR {
    width: 35px;
  }

  .sub1_2 .s4 .top .desc p {
    font-size: 18px;
  }

  .sub1_2 .s4 .top .desc h3 {
    font-size: 26px;
  }

  .sub1_2 .s4 .top .cont p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .sub1_2 .s4 .btm .left h4 {
    font-size: 1.75rem;
  }

  .sub1_2 .s4 .btm .left p {
    font-size: 1rem;
  }

  .sub1 hr {
    margin-block: 1.5rem 2rem;
  }

  .sub1_3 .grid_item .grid_tit {
    top: 4rem;
  }

  .sub1_3 .grid_item .grid_tit h3 {
    font-size: 1.5rem;
  }

  .sub1_3 .grid_item .grid_tit p {
    font-size: 20px;
  }

  /* sub 1 end */

  .sub2_1 .s1 .grid_wrap {
    border-radius: 5rem;
    row-gap: 1rem;
  }

  .sub2_1 .s1 .grid_wrap .grid_bg {
    top: 37%;
  }

  .sub2_1 .s1 .grid_wrap .grid_item {
    width: 75%;
  }

  .sub2_1 .s1 .grid_wrap .item1,
  .sub2_1 .s1 .grid_wrap .item2 {
    margin-top: -2rem;
  }

  .sub2_1 .s1 .grid_wrap .item4,
  .sub2_1 .s1 .grid_wrap .item5,
  .sub2_1 .s1 .grid_wrap .item6,
  .sub2_1 .s1 .grid_wrap .item7 {
    margin-top: 2rem;
  }

  .sub2_1 .s1 .grid_wrap .item3 {
    grid-row: 3/4;
    width: 100%;
  }


  .sub2_1 .s1 .grid_wrap .item3 h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
  }

  .sub2_1 .s1 .grid_wrap .item3 .grid_list {
    width: 60%;
    margin: 0 auto;
    margin-top: 1rem;
    text-align: center;
  }

  .sub2_1 .s2 .title h3 {
    flex-basis: 30%;
    font-size: 1.75rem;
  }

  .sub2_1 .s2 .title h3 br {
    display: none;
  }

  .sub2_1 .s2 .title .line {
    width: 13%;
  }

  .sub2_1 .s2 .title p {
    flex-basis: 50%;
  }

  .sub2_1 .s2 .title p br {
    display: none;
  }

  .sub2_1 .s4 .title h3 {
    flex-basis: 30%;
    font-size: 1.5rem;
  }

  .sub2_1 .s4 .title p {
    flex-basis: 50%;
  }

  .sub2_1 .s4 .title p br {
    display: none;
  }

  .sub2_1 .s4 .phone .grid_wrap {
    grid-template-columns: repeat(3, 1fr);
  }

  .sub2_1 .s4 .phone .grid_wrap img:nth-child(1) {
    grid-column: 1 / 2;
    margin-left: 2rem;
  }

  .sub2_1 .s4 .phone .grid_wrap img:nth-child(2) {
    grid-column: 2/3;
    margin-left: 0;
  }

  .sub2_1 .s4 .phone .grid_wrap img:nth-child(3) {
    grid-column: 3/4;
    margin-left: 0;
  }

  .sub2_1 .s4 .phone .grid_wrap img:nth-child(4) {
    margin-left: 0rem;
    grid-column: 3/4;
  }

  .sub2_1 .s4 .phone .grid_wrap img:nth-child(5) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    margin-left: 11rem;
    max-width: 200px;
  }

  .sub2_1 .s5 .mid .mid_inner {
    width: 100%;
    gap: 3rem;
    align-items: center;
    justify-content: center;
  }

  .sub2_1 .s5 .btm .flex_wrap {
    grid-template-columns: 525px 310px;
    gap: 1rem;
  }

  .sub2_1 .s5 .btm .icon {
    top: -24%;
    right: 0%;
  }

  .sub2_2 .s1 .title h3 {
    flex-basis: 30%;
    font-size: 1.75rem;
  }

  .sub2_2 .s1 .title p {
    flex-basis: 50%;
  }

  .sub2_2 .s1 .title p br {
    display: none;
  }

  .sub2_2 .food .per70 {
    font-size: 1.5rem;
    width: 100px;
    height: 100px;
    bottom: 36%;
    right: -15%;
  }

  .sub2_2 .s3 .title .left {
    flex-basis: 30%;
  }

  .sub2_2 .s3 .title h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .sub2_2 .s3 .title .line {
    width: 9%;
    margin-bottom: 2rem;
  }

  .sub2_2 .s3 .title p {
    flex-basis: 50%;
  }

  .sub2_2 .s3 .title p br {
    display: none;
  }

  .sub2_2 .s3 .process {
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    gap: 2rem;
  }

  .sub2_2 .s3 .proSwiper {
    flex-basis: 100%;
    width: 100%;
  }

  .swiper-fade .swiper-slide img {
    margin: 0 auto;
  }

  .sub2_2 .s4 .bg {
    display: none;
  }

  .sub2_2 .s4 .wrap {
    align-items: center;
    width: calc(100% - 40px);
    gap: 2rem;
  }

  .sub2_2 .s4 .wrap .item p {
    font-size: 1rem;
    text-wrap: nowrap;
  }

  .sub2_2 .s4 .deliver .item img {
    max-width: 80%;
  }

  .sub2_3 .grid_wrap {
    column-gap: 0;
    grid-template-columns: repeat(auto-fill, minmax(300px, auto));
    padding-inline: 20px;
  }

  .sub2_3 .certi {
    max-width: 60%;
  }

  .sub2_3 .desc h3 {
    font-size: 1.25rem;
  }

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

  .sub3_1 .s2 .flx_tit {
    flex-basis: 30%;
  }

  .sub3_1 .s2 .flx_tit h3 {
    font-size: 1.75rem;
  }

  .sub3_1 .s2 .flex_I {
    flex-basis: 50%;
  }

  .sub3_1 .s2 .flex_wrap .line {
    flex-basis: 20%;
    width: 100%;
  }

  .sub3_1 .s3 .s3_wrap {
    flex-direction: column;
    width: 100%;
    gap: 2rem;
  }

  .sub3_1 .s3 .sub3_swiper {
    width: 100%;
  }

  .sub3_1 .s3 .sub3_swiper .swiper-pagination {
    width: 100%;
  }

  .sub3_1 .s3 .desc {
    flex-basis: initial;
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }

  .sub3_1 .s3 .button_wrap {
    margin-top: 4rem;
    width: 100%;
    justify-content: center;
  }

  .sub3_5 .s2 .flex_I,
  .sub3_8 .s2 .flex_I {
    flex-basis: 35%;
    align-items: start;
  }

  .sub3_5 .s2 .flex_wrap .line,
  .sub3_8 .s2 .flex_wrap .line {
    flex-basis: 50%;
  }

}

/* form 반응형*/
@media screen and (max-width: 899px) {
  #sub .sub_banner h2 {
    font-size: 2.5rem;
    bottom: 2rem;
  }

  #sub .sub_banner img {
    border-radius: 0 0 4rem 4rem;
  }

  .sub1 .s_inner {
    border-radius: 4rem 4rem 0 0;
  }

  .sub1 .tit {
    margin-top: 0;
  }

  .sub1 .s1 .s1_cont .flex_title h3 {
    font-size: 1.5rem;
    margin-block: 2rem 1rem;
  }

  .sub1 .s1 .s1_cont .flex_title p {
    font-size: 1rem;
  }

  .sub1 .s1 .flex_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 1rem;
  }

  .sub1 .s1 .flex_wrap .flex_item:nth-of-type(1) {
    border-left: 2px dotted #7CBF0F;
  }

  .sub1 .s1 .flex_wrap .flex_item:nth-of-type(5) {
    border-right: 2px dotted #7CBF0F;
  }

  .sub1 .s3 .top .flex_wrap {
    flex-direction: column;
    gap: 1rem;
  }

  .bg_orange {
    height: 50px;
  }

  .bg_orange p {
    border-radius: 1rem;
    font-size: 1rem;
  }

  .bg_orange .dotted {
    margin-top: 1.5rem;
  }

  .sub1 .s3 .top h3 {
    font-size: 1.5rem;
  }

  .sub1 .s3 .top h3 br {
    display: none;
  }

  .sub1 .s3 .top .flex_wrap .line {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sub1 .s3 .wht {
    border-radius: 0 0 4rem 4rem;
  }

  /* sub 1_1 end */

  .sub1_2 .tit h2 {
    font-size: 2rem;
  }

  .sub1_2 .s1 .flex_wrap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .sub1_2 .s1 .flex_wrap .right {
    flex-basis: 100%;
    width: 100%;
  }

  .sub1_2 .s1 .flex_wrap .right img {
    max-width: 70%;
  }

  .sub1_2 .s3 .flex_wrap {
    flex-direction: column;
  }

  .sub1_2 .s2 .flex_wrap .left {
    width: 100%;
    text-align: center;
  }

  .sub1_2 .s2 .flex_wrap .left .ic_check {
    margin: 0 auto;
    margin-bottom: 1rem;
  }

  .sub1_2 .s2 .flex_wrap .left h4 br {
    display: none;
  }

  .sub1_2 .s3 .flex_wrap span {
    display: none;
  }

  .sub1_2 .s3 .desc .item img {
    max-width: 75%;
    margin: 0 auto;
  }

  .sub1_2 .s4 .top .desc p {
    font-size: 1rem;
    line-height: 1;
  }

  .sub1_2 .s4 .top .desc h3 {
    font-size: 22px;
  }

  .sub1_2 .s4 .btm .left {
    flex-basis: 45%;
  }

  .sub1_2 .s4 .btm .left h4 {
    font-size: 1.5rem;
  }

  .sub1_2 .s4 .btm .left p br {
    display: none;
  }

  .sub1_2 .s4 .btm .right {
    flex-basis: 50%;
  }

  .sub1_2 .s4 .wht {
    border-radius: 0 0 4rem 4rem;
  }

  .sub1_3 .grid_item .grid_tit {
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }

  .sub2_1 .s1 .grid_title h2 {
    font-size: 2rem;
  }


  .sub2_1 .s1 .grid_wrap .item3 h3 {
    font-size: 1.2rem;
  }

  .sub2_1 .s1 .grid_wrap .icon {
    position: absolute;
    right: 3rem;
    top: -6rem;
  }

  .sub2_1 .s1 .grid_wrap .icon img {
    max-width: 55%;
  }

  .sub2_1 .s1 .grid_wrap .item3 .grid_list {
    width: 100%;
  }

  .sub2_1 .s2 .title {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .sub2_1 .s3 .grid_wrap {
    grid-template-rows: 175px 446px 230px
  }

  .sub2_1 .s3 .arrow {
    display: none;
  }

  .sub2_1 .s3 .g_item1 {
    justify-content: center;
    margin-top: 0;
    align-items: center;
  }

  .sub2_1 .s3 .g_item2 {
    margin-left: 0rem;
  }

  .sub2_1 .s3 .g_item3 {
    grid-row: 3 / 4;
    width: 100%;
    justify-content: center;
    margin-right: 0;
    text-align: left;
  }

  .sub2_1 .s3 .g_item4 p {
    left: 49%;
    top: 52%;
  }

  .sub2_1 .s3 .g_item5 {
    margin-left: 0;
    grid-column: 2 / 3;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }

  .sub2_1 .s3 .g_item6 {
    margin-left: 0;
    text-align: right;
  }

  .sub2_1 .s4 .title {
    width: calc(100% - 40px);
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .sub2_1 .s4 .title p br {
    display: block;
  }

  .sub2_1 .s4 .phone .grid_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 2rem;
  }

  .sub2_1 .s4 .phone .grid_wrap img:not(:nth-child(4)) {
    width: 120px;
  }

  .sub2_1 .s4 .phone .grid_wrap img:nth-child(4) {
    height: 250px;
  }

  .sub2_1 .s4 .phone .grid_wrap img:nth-child(5) {
    margin-left: 0;
  }

  .sub2_1 .s5 .btm .flex_wrap {
    grid-template-columns: 385px 245px;
  }

  .sub2_1 .s5 .btm .icon {
    top: -18%;
    right: -6%;
  }

  .sub2_1 .s5 .btm .icon img {
    max-width: 64%;
  }

  .sub2_2 .s1 .title {
    flex-direction: column;
    width: 100%;
    text-align: center;
    gap: 1rem;
  }

  .sub2_2 .s1 .title h3 {
    flex-basis: initial;
    width: 100%;
  }

  .sub2_2 .s1 .title h3 br {
    display: none;
  }

  .sub2_2 .s1 .title .line {
    margin: 0 auto;
  }

  .sub2_2 .food {
    padding: 5rem 2rem;
  }

  .sub2_2 .food .top {
    flex-wrap: wrap;
    gap: 6rem;
  }

  .sub2_2 .s2 .grid_wrap {
    background: none;
    grid-template-columns: repeat(2, 1fr);
  }

  .sub2_2 .s2 .grid_wrap .item img {
    max-width: 100%;
  }

  .sub2_2 .s3 .title {
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .sub2_2 .s3 .title .left img {
    margin: 0 auto;
    margin-bottom: 1rem;
  }

  .sub2_2 .s4 .title h2 {
    font-size: 24px;
  }

  .sub2_2 .s4 .title p br {
    display: none;
  }

  .sub2_2 .s4 .wrap {
    flex-wrap: wrap;
  }

  .sub2_2 .s4 .deliver {
    width: 100%;
    padding: 3rem 2rem;
    border-radius: 4rem;
  }

  .sub2_3 .grid_wrap {
    display: flex;
  }

  .sub2_3 .grid_wrap::before {
    height: 215px;
  }

  .sub2_3 .icon {
    width: 80px;
  }

  .sub2_3 .s3 .wht {
    border-radius: 0;
  }

  .sub2_3 .s4 .flex_wrap {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    justify-content: center;
  }

  .sub2_3 .s4 .flex_wrap .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    justify-content: center
  }

  .sub2_3 .s4 .left .mid {
    margin-bottom: 0;
  }

  .sub2_3 .s4 .right img {
    max-width: 80%;
    float: initial;
    margin: 0 auto;
  }


  .sub3_1 .tit {
    margin-top: 2rem;
  }

  .sub3_1 .tit h2 {
    font-size: 2rem;
  }

  .sub3_1 .s_inner {
    padding-block: 3rem 1rem;
  }

  .sub3_1 .s2 .flex_wrap {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }

  .sub3_1 .s2 .flex_wrap .line {
    display: none;
  }

  .sub3_1 .s2 .flex_wrap .line .dot {
    display: none;
  }

  .sub3_1 .s3 .s3_wrap {
    padding-top: 4rem;
  }

  .sub3_1 .s3 .sub3_swiper {
    width: 70%;
  }

  .sub3_1 .s3 .desc {
    width: 90%;
  }

  .sub3_1 .s3 .desc h2 {
    font-size: 2rem;
  }

  .sub3_1 .s3 .button_wrap {
    margin-bottom: 2rem;
  }

  .sub3_1 .s3 .graph_wrap {
    flex-direction: column;
    gap: 2.5rem;
  }

  .sub3_1 .graph_wrap .animal2 {
    right: 0;
    bottom: 10rem;
  }

  .sub3_1 .s3 .graph_wrap .graph_item img {
    max-width: 100%;
  }

  .sub4_1 .s2 .news_swiper .swiper-slide {
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 2rem;
  }

  .sub4_1 .s2 .news_swiper .desc {
    flex-basis: 100%;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }

  .sub4_1 .news_pagi {
    bottom: 6% !important;
    left: 0 !important;
  }

  .sub4_1 .s3 .grid_wrap {
    grid-template-columns: repeat(auto-fill, minmax(290px, auto));
    row-gap: 6rem;
    column-gap: 1rem;
  }

  /* form start  */
  .form_p {
    font-size: 1rem;
  }

  .form_ul li {
    width: 100%;
  }

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

  .f_title.ver1 {
    width: 100%;
  }

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

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

  .f_title {
    font-size: 1.1rem;
  }

  .file_p {
    width: 100%;
  }

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

  .file_info.pc {
    display: none;
  }

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

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

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

  #form_send_1 {
    font-size: 0px;
  }

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

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

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

  .filebox {
    width: 90px;
  }

  .filebox label {
    width: 100%;
  }

  .f_cont3 .filebox {
    width: 100%;
  }

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

  .checkbox {
    font-size: 1.1rem;
  }

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

  /* recipe */

  .sub5_1 .s_inner {
    border-radius: 4rem;
  }

  .sub5_1 .tit2 h4 {
    font-size: 1.5rem;
    margin-block: 4rem 2rem;
  }

  .sub5_1 .tit2 p {
    font-size: 16px;
    max-width: 80%;
    margin: 0 auto;
    margin-top: 2rem;
  }

  .sub5_1 .popup_box {
    width: calc(100% - 40px);
    height: 90vh;
    overflow: scroll;
  }

  .sub5_1 .popup_box .popup_tit {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }

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

  .sub5_1 #tab3 .icon_box {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }

  .sub5_1 #tab4 .scroll_box {
    height: 250px;
    overflow-y: scroll;
    flex: initial;
  }

  .sub5_3 .ic_wrap {
    padding: 3.5rem;
  }
}

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

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

@media screen and (max-width : 430px) {
  #sub .sub_banner {
    padding-inline: 0;
  }

  #sub .sub_banner img {
    height: 280px;
    object-fit: cover;
    border-radius: 0 0 3rem 3rem;
  }

  #sub .sub_banner h2 {
    font-size: 2.5rem;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
  }

  .sub1 .s_inner {
    border-radius: 3rem 3rem 0 0;
    padding-block: 2rem 3.5rem;
  }

  .bg_orange {
    flex-direction: column;
    height: 100px;
    margin-top: 2rem;
  }

  .bg_orange:nth-child(5) {
    margin-top: 9.5rem;
  }

  .bg_orange:last-child {
    margin-top: 13.5rem;
    margin-bottom: 4rem;
  }

  .bg_orange p {
    flex-basis: 100%;
    padding-block: 1rem;
  }

  .bg_orange .dotted {
    display: none;
  }

  .bg_orange ul li:nth-child(1),
  .bg_orange ul li:last-child {
    padding-left: 0;
    justify-content: center;
  }

  .bg_orange ul {
    height: 100px;
    flex-basis: 100%;
  }

  .bg_orange ul li {
    padding-left: 0;
    font-size: 14px;
    height: 60px;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .bg_orange ul li .dot {
    display: none;
  }

  #sub .mini_nav {
    margin-bottom: 2rem;
  }

  #sub .mini_nav li a {
    font-size: 13px;
  }

  .sub1 .s1 .s1_cont .flex_title h3 {
    font-size: 1.25rem;
  }

  .sub1 .s1 .s1_cont .flex_title p {
    font-size: 14px;
    max-width: 85%;
  }

  .sub1 .s1 .s1_cont .flex_title p br {
    display: none;
  }

  .sub1 .s1 .flex_wrap .flex_item p {
    font-size: 14px;
  }

  .sub1 .s1 .flex_wrap {
    gap: 1rem;
    row-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .sub1 .s1 .flex_wrap .flex_item {
    border: none;
  }

  .sub1 .s1 .flex_wrap .flex_item img {
    max-width: 75%;
  }

  .sub1 .s1 .flex_wrap .flex_item:nth-of-type(1) {
    border-left: none;
  }

  .sub1 .s1 .flex_wrap .flex_item:nth-of-type(5) {
    border-right: none;
  }

  .sub1 .s3 .wht {
    border-radius: 0 0 3rem 3rem;
  }

  .sub1 .s3 .top {
    margin-left: 0rem;
  }

  .sub1 .s3 .top p {
    font-size: 14px;
  }

  .sub1 .s3 .top h3 {
    font-size: 1.25rem;
  }

  .sub1 .s3 .top .flex_wrap .line {
    margin-top: 0.2rem;
  }

  .sub1 .s3 .top h3 br:not(:last-child) {
    display: block;
  }

  .sub1 .s3 .top p br {
    display: none;
  }

  .sub1 .s3 .top img {
    margin-top: 2rem;
  }

  .sub1 .s3 .wht > img {
    margin-top: 2rem !important;
  }

  /*  sub 1_1  end  */

  .sub1 .s1 .flex_wrap {
    width: 100%;
  }

  .sub1_2 .tit h2 {
    font-size: 24px;
  }

  .sub1_2 .s1 .flex_wrap {
    margin-top: 3rem
  }

  .sub1_2 .s1 .flex_wrap h3 {
    font-size: 20px;
  }

  .sub1_2 .s1 .flex_wrap p:nth-of-type(1) {
    font-size: 16px;
    margin-block: 1rem 2rem;
  }

  .sub1_2 .s1 .flex_wrap p:nth-of-type(2) {
    font-size: 14px;
  }

  .sub1_2 .s1 .flex_wrap .right img {
    margin: 0 auto;
  }

  .sub1_2 .s2 .flex_wrap .left h4 {
    padding-left: 0;
    font-size: 20px;
    max-width: 77%;
    margin: 0 auto;
  }

  .sub1_2 .s2 .flex_wrap .right {
    gap: 1.25rem;
  }

  .sub1_2 .s2 .flex_wrap .right img {
    max-width: 100%;
  }

  .sub1_2 .s3 .flex_wrap .left p {
    margin-left: 0;
    font-size: 15px;
  }

  .sub1_2 .s2 .flex_wrap .left h4 {
    padding-left: 0;
    font-size: 20px;
    line-height: 1.8;
  }

  .sub1_2 .s3 .flex_wrap .right p {
    font-size: 14px;
    text-align: center;
  }

  .sub1_2 .s3 .desc {
    padding-inline: 0;
    width: calc(100% - 40px);
    border-radius: 2rem;
    flex-direction: column;
    gap: 2rem;
  }

  .sub1_2 .s3 .desc .item img {
    max-width: 60%;
  }

  .sub1_2 .s3 .desc .line {
    display: none;
  }

  .sub1_2 .s4 .top .desc .s4QL,
  .sub1_2 .s4 .top .desc .s4QR {
    width: 15px
  }

  .sub1_2 .s4 .top .desc .desc_inner {
    padding-block: 4rem;
  }

  .sub1_2 .s4 .top .desc p {
    font-size: 14px;
    line-height: 1.5;
    max-width: 86%;
    margin: 0 auto;
  }

  .sub1_2 .s4 .top .desc h3 {
    font-size: 19px;
    max-width: 85%;
    margin: 0 auto;
    padding-top: 1.5rem;
  }

  .sub1_2 .s4 .top .cont p {
    font-size: 14px;
    margin-bottom: 3rem;
  }

  .sub1_2 .s4 .top .cont p br {
    display: none;
  }

  .sub1_2 .s4 .top .desc_img p {
    font-size: 12px;
    padding-top: 0.96rem;
  }

  .sub1_2 .s4 .btm {
    flex-direction: column;
    gap: 2rem;
    height: auto;
  }

  .sub1_2 .s4 .btm .left {
    flex-basis: initial;
    width: 100%;
  }

  .sub1_2 .s4 .btm .left h4 {
    font-size: 20px;
  }

  .sub1_2 .s4 .btm .left h4 br {
    display: none;
  }

  .sub1_2 .s4 .btm .left p {
    font-size: 14px;
  }

  .sub1_2 .s4 .wht {
    border-radius: 0 0 3rem 3rem;
  }

  .sub1_2 .s4 .btm .s12Swiper {
    background-size: cover;
    border-radius: 3rem;
  }

  /* sub 1_2 */

  .sub1_3 .s1 .s_inner {
    border-radius: 3rem;
  }

  .sub1_3 .grid_wrap {
    gap: 2rem;
    grid-template-columns: 1fr;
  }



  .sub1_3 .grid_item .grid_tit h3 {
    font-size: 1.25rem;
  }

  .sub1_3 .grid_item .grid_tit p {
    font-size: 1rem;
    max-width: 80%;
    margin: 0 auto;
  }

  .sub1_3 .grid_item .grid_tit p br {
    display: none;
  }

  .sub1_3 .grid_item {
    max-width: 75%;
    margin: 0 auto;
    border-radius: 2rem;
  }

  /* sub 1_3 end */


  .sub2_1 .s1 .grid_title h2 {
    margin-left: 0;
    font-size: 24px;
  }

  .sub2_1 .s1 .grid_title h2 img {
    width: 110px;
  }

  .sub2_1 .s1 .grid_wrap .icon {
    right: -7rem
  }

  .sub2_1 .s1 .grid_wrap .icon img {
    max-width: 40%;
  }

  .sub2_1 .s1 .grid_wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    border-radius: 2rem;
    padding-block: 1rem 3.5rem;
  }

  .sub2_1 .s1 .grid_wrap .grid_item img {
    max-width: 100%;
  }

  .sub2_1 .s1 .grid_wrap .item1,
  .sub2_1 .s1 .grid_wrap .item2,
  .sub2_1 .s1 .grid_wrap .item4,
  .sub2_1 .s1 .grid_wrap .item5,
  .sub2_1 .s1 .grid_wrap .item6,
  .sub2_1 .s1 .grid_wrap .item7 {
    grid-column: initial;
    margin: 0 auto;
  }

  .sub2_1 .s1 .grid_wrap .item3 {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    margin-bottom: 2rem;
  }

  .sub2_1 .s1 .grid_wrap .item3 h3 {
    font-size: 20px;
  }

  .sub2_1 .s1 .grid_wrap .item3 .grid_list {
    text-align: left;
  }

  .sub2_1 .s1 .grid_wrap .item3 .grid_list li {
    font-size: 14px;
  }

  .sub2_1 .s1 .grid_wrap .grid_bg {
    display: none;
  }

  .sub2_1 .s2 .title h3 {
    margin-left: 0;
    font-size: 22px;
  }

  .sub2_1 .s2 .title h3 br {
    display: block;
  }

  .sub2_1 .s2 .title {
    margin-bottom: 3rem;
  }

  .sub2_1 .s2 .title p {
    font-size: 14px;
    line-height: 1.5;
    max-width: 90%;
    margin: 0 auto;
  }

  .sub2_1 .s2 .flex_wrap .left .flx_item p {
    font-size: 14px;
  }


  .sub2_1 .s3 .grid_wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 2rem;
    padding-bottom: 2rem;
  }

  .sub2_1 .s3 .g_item1,
  .sub2_1 .s3 .g_item2,
  .sub2_1 .s3 .g_item3,
  .sub2_1 .s3 .g_item5,
  .sub2_1 .s3 .g_item6 {
    grid-column: initial;
    grid-row: initial;
    margin: 0;
    text-align: left;
    justify-content: start;
    align-items: start;
  }

  .sub2_1 .s3 .g_item2 {
    grid-row: 3 / 4;
  }

  .sub2_1 .s3 .g_item4 {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
    padding-top: 2rem;
  }

  .sub2_1 .s3 .g_item5 {
    grid-column: 1/3;
  }

  .sub2_1 .s3 .g_item6 {
    grid-column: 2 / 3;
    grid-row: 3/4;
  }

  .sub2_1 .s3 .g_item4 .main {
    position: relative;
  }

  .sub2_1 .s3 .g_item4 p {
    left: 49%;
    top: 54%;
    font-weight: 300;
  }

  .sub2_1 .s3 .grid_item ul h5 {
    font-size: 20px;
  }

  .sub2_1 .s4 .title h3 {
    flex-basis: initial;
    width: 100%;
    font-size: 20px;
    margin-left: 0;
  }

  .sub2_1 .s4 .title p {
    font-size: 1rem;
    max-width: 90%;
    margin: 0 auto;
  }

  .sub2_1 .s4 .title p br {
    display: none;
  }

  .sub2_1 .s4 .phone {
    background-size: cover;
  }

  .sub2_1 .s4 .phone .grid_wrap {
    padding-block: 2rem;
  }

  .sub2_1 .s4 .phone .grid_wrap img:nth-child(1) {
    margin-left: 6rem;
  }

  .sub2_1 .s4 .phone .grid_wrap img:nth-child(5) {
    width: 150px;
  }

  .sub2_1 .s5 .mid .mid_inner {
    flex-direction: column;
    gap: 1rem;
  }

  .sub2_1 .s5 .mid .dotline {
    transform: rotate(90deg);
    left: 0rem;
    top: 48%;
  }

  .sub2_1 .s5 .mid .item {
    background: rgba(255, 255, 255, 0.55);
    flex-direction: row;
  }

  .sub2_1 .s5 .mid .item:nth-child(1) {
    background: none;
  }

  .sub2_1 .s5 .btm {
    border-radius: 3rem;
  }

  .sub2_1 .s5 .btm .icon {
    top: -9%;
  }

  .sub2_1 .s5 .btm .flex_wrap {
    display: flex;
  }

  .sub2_1 .s5 .wht {
    border-radius: 0 0 4rem 4rem;
  }

  .sub2_2 .s1 .title h3 {
    margin-left: 0;
    font-size: 18px;
  }

  .sub2_2 .s1 .title p {
    font-size: 14px;
  }

  .sub2_2 .food {
    border-radius: 3rem;
  }

  .sub2_2 .food .item img {
    max-width: 80%;
    margin: 0 auto;
  }

  .sub2_2 .food .dotline1 {
    top: -0.5rem;
    left: 1.25rem;
  }

  .sub2_2 .food .desc h4 {
    font-size: 18px;
  }

  .sub2_2 .food .per70 {
    font-size: 1.25rem;
    width: 80px;
    height: 80px;
    right: -6%;
  }

  .sub2_2 .food .desc .green {
    font-size: 14px;
  }

  .sub2_2 .food .dotline2 {
    left: 1.2rem;
    bottom: 3.8rem;
  }

  .sub2_2 .food .dotline3 {
    top: -0.25rem;
    left: 1.25rem;
  }

  .sub2_2 .food .dotline4 {
    bottom: 3.8rem;
    left: 1.2rem;
  }

  .sub2_2 .food .btm .left img {
    max-width: 70%;
  }

  .sub2_2 .food .btm .left h2 {
    font-size: 24px;
  }

  .sub2_2 .food .btm .right {
    padding: 2rem 1.2rem;
  }

  .sub2_2 .food .btm .right h3 {
    font-size: 20px;
    text-align: center;
  }

  .sub2_2 .food .btm .right p {
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
  }

  .sub2_2 .s2 .inner {
    padding-inline: 0;
  }

  .sub2_2 .s2 .title {
    margin-bottom: 0;
  }

  .sub2_2 .s2 .title h2 {
    font-size: 24px;
  }

  .sub2_2 .s2 .title h5 {
    font-size: 1.12rem;
    margin: 0 auto;
    line-height: 1.4;
    padding-bottom: 1rem;
  }

  .sub2_2 .s2 .title p {
    font-size: 14px;
    max-width: 87%;
    margin: 0 auto;
  }

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

  .sub2_2 .s2 .grid_wrap .item {
    width: 90%;
    margin: 0 auto;
  }

  .sub2_2 .s2 .grid_wrap .item:nth-of-type(5) {
    grid-row: 5/6;
  }

  .sub2_2 .s2 .grid_wrap .item:nth-of-type(6) {
    grid-row: 4/5;
  }

  .sub2_2 .s2 .grid_wrap .item:nth-of-type(11) {
    grid-row: 11 / 12;
  }

  .sub2_2 .s2 .grid_wrap .item:nth-of-type(12) {
    grid-row: 10 / 11;
  }

  /* sub 2_2 */

  .sub2_2 .s3 .inner {
    padding-inline: 0;
  }

  .sub2_2 .s3 .title {
    margin-block: 0rem 3rem;
  }

  .sub2_2 .s3 .title h3 {
    font-size: 20px;
    margin-left: 0;
  }

  .sub2_2 .s3 .title p {
    width: 100%;
    font-size: 14px;
  }

  .sub2_2 .s3 .desc .top {
    width: calc(100% - 40px);
    height: auto;
    padding-inline: 20px;
    border-radius: 3rem;
    margin: 0 auto;
  }

  .sub2_2 .s3 .desc .btm {
    flex-wrap: wrap;
    gap: 2rem;
    padding-block: 2rem;
    margin-inline: 20px;
  }

  .sub2_2 .s3 .desc .btm img {
    width: initial;
  }

  .sub2_2 .s4 .wht {
    padding-block: 3rem;
    border-radius: 0 0 4rem 4rem;
  }

  .sub2_2 .s4 .title h2 {
    font-size: 20px;
  }

  .sub2_2 .s4 .title p {
    font-size: 14px;
  }

  .sub2_2 .s4 .wrap .item h4 {
    font-size: 20px;
  }

  .sub2_2 .s4 .wrap .item p {
    font-size: 14px;
  }

  .sub2_2 .s4 .deliver {
    border-radius: 2rem;
    flex-direction: column;
    gap: 1rem;
  }

  .sub2_2 .s4 .deliver .item {
    gap: 0.5rem;
  }

  .sub2_2 .s4 .deliver .line {
    display: none;
  }

  .sub2_3 .s2 .wht {
    padding-bottom: 0;
  }

  .sub2_3 .grid_wrap {
    display: inline;
  }

  .sub2_3 .grid_item {
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 5rem;
  }

  .sub2_3 .grid_item:last-child {
    margin-bottom: 0;
  }

  .sub2_3 .desc h3 {
    font-size: 1.125rem;
    margin-block: 1.5rem 1rem;
  }

  .sub2_3 .grid_wrap::before {
    content: none;
  }

  .sub2_3 .icon {
    right: 0;
  }

  .sub2_3 .s3 .wht {
    border-radius: 0 !important;
    padding-top: 2rem;
  }

  .sub2_3 .s4 .wht {
    padding-bottom: 2rem;
    border-radius: 0 0 4rem 4rem;
  }

  .sub2_3 .s4 .flex_wrap {
    gap: 2rem;
  }

  .sub2_3 .s4 .left .top {
    flex-direction: column;
    margin-bottom: 0;
  }

  .sub2_3 .s4 .left .mid h4 {
    font-size: 20px;
    margin-bottom: 1rem;
  }

  .sub2_3 .s4 .left .mid ul li {
    font-size: 14px;
  }

  .sub3_1 .tit h2 {
    font-size: 24px;
  }

  .sub3_1 .s_inner {
    padding-block: 2rem 1rem;
  }

  .sub3_1 hr {
    margin-block: 1.5rem 1rem;
  }

  .sub3_1 .s2 .flx_tit h3 {
    font-size: 20px;
  }

  .sub3_1 .s2 .flex_I {
    flex-basis: 100%;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .sub3_1 .s2 .flex_I .flex_item {
    flex: initial;
    width: 28%;
  }

  .sub3_1 .s3 .s3_wrap {
    gap: 1rem;
    width: 100%;
    padding-inline: 0;
  }

  .sub3_1 .s3 .sub3_swiper {
    width: 100%;
  }

  .sub3_1 .s3 .desc {
    width: 100%;
  }

  .sub3_1 .s3 .desc h2 {
    font-size: 22px;
  }

  .sub3_1 .s3 .desc .ic li {
    font-size: 14px;
  }

  .sub3_1 .s3 .info p {
    text-align: left;
  }

  .sub3_1 .s3 .button_wrap {
    justify-content: space-between;
  }

  .sub3_1 .s3 button a {
    font-size: 14px;
    padding-inline: 0.5rem;
  }

  .sub3_1 .s3 .graph_wrap {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sub3_1 .s3 .graph_item .title img:not(.graph1) {
    width: 25px;
  }

  .sub3_1 .s3 .graph_item .title {
    align-items: center;
  }

  .sub3_1 .s3 .graph_item h5 {
    font-size: 1.25rem;
  }

  .sub3_1 .s3 .graph_item p {
    font-size: 14px;
  }

  .sub3_1 .s3 .sub3_swiper .animal1 {
    max-width: 60px;
    bottom: 2rem;
  }

  .sub3_1 .graph_wrap .animal2 {
    display: none;
  }

  .sub3_8 .s3 .icon_wrap {
    margin-bottom: 0;
  }

  .sub3_1 .s3 .graph_wrap .graph_item img:nth-of-type(2) {
    margin-right: 0.5rem;
  }

  .sub3_1 .s3 .graph_wrap .graph_item img:last-child {
    margin-right: 2.5rem;
  }

  .sub4_1 .s2 .wht {
    padding-top: 0;
  }

  .sub4_1 .s_inner {
    padding-block: 2rem 1.5rem !important;
    border-radius: 3rem;
    margin-bottom: 20px;
  }

  .sub4_1 .s2 .news_swiper {
    border-radius: 3rem;
    padding-block: 2rem 3.5rem;
  }

  .sub4_1 .news_pagi {
    bottom: 5% !important;
  }

  .sub4_1 .s2 .news_swiper .desc h2 {
    font-size: 24px;
    margin-bottom: 1rem;
  }

  .sub4_1 .s2 .news_swiper .desc p {
    font-size: 14px;
    max-width: 90%;
    margin: 0 auto;
  }

  .sub4_1 .s2 .news_swiper .desc p br {
    display: none;
  }


  .sub4_1 .s2 .news_swiper .desc_img {
    max-width: 70%;
  }

  .form {
    padding: 2rem 0;
  }

  .form_p {
    text-align: center;
  }

  .sub4_3 .s1 .s_inner {
    border-radius: 3rem;
  }

  .sub4_3 .detail_wrap {
    width: 100%;
  }

  .sub4_3 .detail_wrap summary {
    font-size: 14px;
  }

  .sub4_3 .detail_wrap summary img {
    width: 32px;
    margin-right: 1rem;
  }

  .sub4_3 details[open] .answer {
    flex-direction: column;
    font-size: 14px;
    padding-block: 1rem;
  }

  .sub4_3 .detail_wrap .answer img {
    width: 40px;
  }

  /* recipe */

  .sub5_1 .s_inner {
    border-radius: 3rem !important;
  }

  .sub5_3 .img_box {
    flex-direction: column;
    gap: 4rem;
  }

  .sub5_1 .tit2 p {
    max-width: 100%;
  }

  .sub5_1 .tit2 p br {
    display: none;
  }

  .sub5_1 .grid_wrap {
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  }

  .sub5_1 .tab_wrap .tab {
    min-width: 86px;
    font-size: 14px;
  }

  .sub5_1 .grid_wrap .item {
    border-radius: 1.5rem;
  }

  .sub5_1 .grid_wrap .item h3 {
    font-size: 1.5rem;
  }

  .sub5_1 .grid_wrap .item p {
    font-size: 20px;
  }

  .sub5_1 .grid_wrap .plus {
    font-size: 20px;
  }

  .sub5_1 .popup_box .popup_tit h2 {
    font-size: 22px;
  }

  .sub5_1 .tab_content > img {
    flex: initial;
    width: 200px
  }

  .sub5_1 .tab_wrap {
    gap: 0rem;
    flex-wrap: wrap;
    justify-content: start;
  }

  .sub5_3 .img_box h4 {
    font-size: 20px;
  }

  .sub5_3 .ic_wrap {
    padding: 2.5rem 1.25rem;
    border-radius: 2rem;
  }

  .sub5_3 .ic_wrap h4 {
    font-size: 20px;
    max-width: 90%;
    margin: 0 auto;
  }

  .sub5_3 .ic_wrap p {
    font-size: 14px
  }

  .sub5_3 .ic_wrap .ic_box .item img {
    width: 120px;
  }


}

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

  .sub5_1 .tit2 h4 {
    font-size: 18px;
  }

  .sub5_1 .tit2 p {
    margin-top: 1rem;
  }

  .sub5_1 .grid_wrap {
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  }

  .sub5_1 .popup_box {
    padding: 2rem 1.5rem
  }

  .sub5_1 .popup_box .popup_tit h2 {
    font-size: 20px;
  }

  .sub5_1 .popup_box .popup_tit p {
    font-size: 1rem;
  }

  .sub5_1 .tab_wrap .tab {
    min-width: 66px;
    text-wrap: nowrap;
  }

  .sub5_1 .tab_content {
    gap: 1rem;
  }

  .sub5_1 .tab_content > img {
    width: 145px;
  }

  .sub5_1 #tab1 ul li p {
    padding-block: 8px 12px;
  }

  .sub5_1 #tab1 ul li p br {
    display: none;
  }

  .sub5_1 #tab4 .scroll_box::-webkit-scrollbar {
    width: 5px;
    /* 스크롤바 너비 설정 */
  }
}

@media screen and (max-width : 321px) {
  .sub1_2 .s4 .top .desc_img img {
    height: 110px;
    object-fit: cover;
  }

  .sub3_1 .s3 .button_wrap {
    flex-direction: column;
  }

  .sub3_1 .s3 .button_wrap button {
    width: 100%;
  }

  .sub2_1 .s4 .phone .grid_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sub2_1 .s4 .phone .grid_wrap img:nth-child(1) {
    margin-left: 0;
  }

  .sub2_1 .s4 .phone .grid_wrap img:nth-child(4) {
    margin-left: 5rem;
  }

  .sub3_1 .s3 button a {
    justify-content: center;
  }

  .sub5_1 .popup_box {
    padding: 2rem 1.5rem;
    border-radius: 2rem;
    overflow: hidden;
  }

  .sub5_1 .tab_content > img {
    width: 120px;
  }

  .sub5_1 .tab_content .right,
  .sub5_1 #tab2 .nutri {
    flex: initial;
    overflow: scroll;
    height: 250px;
  }

  .sub5_1 #tab3 .icon_box {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    height: 250px;
    overflow: scroll;

  }
}