@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "GmarketSansLight";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansBold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Pretendard-Thin";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff")
    format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard-ExtraLight";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff")
    format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard-Light";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff")
    format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard-Medium";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff")
    format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard-SemiBold";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff")
    format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard-Bold";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff")
    format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard-ExtraBold";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff")
    format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard-Black";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff")
    format("woff");
  font-weight: 900;
  font-style: normal;
}

* {
  font-family: "GmarketSansMedium";
}

html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-thumb {
  width: 10px;
  background-color: #c0ce3f;
  border-radius: 10px;
}

html {
  scroll-behavior: smooth;
}

span.strong {
  font-family: "GmarketSansBold";
}

/* ==== floating ==== */

.floating {
  position: fixed;
  bottom: 35px;
  right: 25px;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  z-index: 1000;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
}

.floating.show {
  opacity: 1;
  visibility: visible;
}

.floating > a > .gotoTop {
  display: flex;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  text-align: center;
  line-height: 60px;
  color: black;
  background: #7a822d;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.floating > a > .gotoCall {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  line-height: 60px;
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.floating > a > .gotoKakao {
  display: flex;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  text-align: center;
  line-height: 60px;
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: rgb(224, 224, 224);
}
.floating > a {
  text-decoration: none;
}

.floating > a > .gotoUrl {
  display: flex;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background: #c0ce3f;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.floating > a > .gotoUrl > p {
  text-decoration: none;
  font-family: "Pretendard-Regular";
  margin: 0;
  font-size: 15px;
}

.floating > a > .gotoKakao > img {
  width: 100%;
}

.floating > a > .gotoCall > img {
  width: 100%;
}

.floating > a > .gotoTop > img {
  width: 20px;
}

.floating > a > .gotoUrl > img {
  width: 20px;
}

/* ==== floating ==== */

/* navLine */

.navigationMob {
  display: none;
}

.navigation {
  width: 100%;
  height: 80px;
  position: absolute;
  z-index: 99;
  transition: all 0.3s;
  top: 30px;
}

.navigation * {
  font-family: "Pretendard-Regular";
}

.navigation.sticky {
  background-color: red;
}

.navigation > .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  justify-content: center;
}

.navigation > .container > .navLine {
  margin-right: 50px;
  display: flex;
  flex-direction: row;
  gap: 3rem;
  align-items: center;
}

.navigation > .container > .navLine > a {
  color: white;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 26px;
}
.navigation > .container > .navLine > a > img {
  width: 140px;
}

.navigation > .container > .navLine > a.hv:hover {
  transform: scale(1.1);
}

/* navLine */

/* mobileNav */

.mobileNav {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  overflow: hidden;
  transition: all 0.3s;
  transition-delay: 0.2s;
  z-index: 1;
}

.mobileNav.show {
  background: #8abf6aba;
}

.mobileNav > .shop.icon-bag {
  width: 100px;
}

.mobileNav > .shop.icon-bag > img {
  width: 100%;
}

.mobileNav .burger-container {
  position: absolute;
  display: inline-block;
  height: 50px;
  width: 50px;
  right: 0;
  cursor: pointer;
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 999;
}
.mobileNav .burger-container #burger {
  width: 18px;
  height: 8px;
  position: relative;
  display: block;
  margin: -4px auto 0;
  top: 50%;
}
.mobileNav .burger-container #burger .bar {
  width: 100%;
  height: 2.2px;
  display: block;
  position: relative;
  background: black;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0s;
}

.mobileNav.show .burger-container #burger .bar {
  background: white;
}

.mobileNav .burger-container #burger .bar.topBar {
  transform: translateY(0px) rotate(0deg);
}
.mobileNav .burger-container #burger .bar.btmBar {
  transform: translateY(6px) rotate(0deg);
}
.mobileNav .icon {
  display: inline-block;
  position: absolute;
  height: 100%;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  left: 50%;
  transform: translateX(-50%);
}
.mobileNav .icon.icon-bag {
  left: 20px;
  width: 40px;
  top: 0;
  right: auto;
  transform: translateX(0px);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.65s;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.mobileNav ul.menu {
  position: relative;
  display: none;
  padding: 0px 48px 0;
  list-style: none;
  top: 50px;
}
.mobileNav ul.menu li.menu-item {
  margin-top: 5px;
  transform: scale(1.15) translateY(-30px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.mobileNav ul.menu li.menu-item:nth-child(1) {
  transition-delay: 0.49s;
}
.mobileNav ul.menu li.menu-item:nth-child(2) {
  transition-delay: 0.42s;
}
.mobileNav ul.menu li.menu-item:nth-child(3) {
  transition-delay: 0.35s;
}
.mobileNav ul.menu li.menu-item:nth-child(4) {
  transition-delay: 0.28s;
}
.mobileNav ul.menu li.menu-item:nth-child(5) {
  transition-delay: 0.21s;
}
.mobileNav ul.menu li.menu-item:nth-child(6) {
  transition-delay: 0.14s;
}
.mobileNav ul.menu li.menu-item:nth-child(7) {
  transition-delay: 0.07s;
}
.mobileNav ul.menu li.menu-item a {
  display: block;
  position: relative;
  color: #fff;
  font-family: "TheJamsil3Regular";
  font-weight: 100;
  text-decoration: none;
  font-size: 22px;
  line-height: 2.35;
  font-weight: 200;
  width: 100%;
}
.mobileNav.menu-opened {
  height: 100%;
  background-color: #395d31;
  transition: all 0.3s ease-in, background 0.5s ease-in;
  transition-delay: 0.25s;
}
.mobileNav.menu-opened .burger-container {
  transform: rotate(90deg);
}
.mobileNav.menu-opened .burger-container #burger .bar {
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.2s;
}
.mobileNav.menu-opened .burger-container #burger .bar.topBar {
  transform: translateY(4px) rotate(45deg);
}
.mobileNav.menu-opened .burger-container #burger .bar.btmBar {
  transform: translateY(3px) rotate(-45deg);
}
.mobileNav.menu-opened ul.menu li.menu-item {
  transform: scale(1) translateY(0px);
  opacity: 1;
}
.mobileNav.menu-opened ul.menu li.menu-item:nth-child(1) {
  transition-delay: 0.27s;
}
.mobileNav.menu-opened ul.menu li.menu-item:nth-child(2) {
  transition-delay: 0.34s;
}
.mobileNav.menu-opened ul.menu li.menu-item:nth-child(3) {
  transition-delay: 0.41s;
}
.mobileNav.menu-opened ul.menu li.menu-item:nth-child(4) {
  transition-delay: 0.48s;
}
.mobileNav.menu-opened ul.menu li.menu-item:nth-child(5) {
  transition-delay: 0.55s;
}
.mobileNav.menu-opened ul.menu li.menu-item:nth-child(6) {
  transition-delay: 0.62s;
}
.mobileNav.menu-opened ul.menu li.menu-item:nth-child(7) {
  transition-delay: 0.69s;
}
.mobileNav.menu-opened .icon.icon-bag {
  transform: translateX(25px);
  transition-delay: 0.3s;
}

/* mobileNav */

section > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

/* opening */

.opening {
  width: 100%;
  height: 100%;
  background-color: white;
  position: fixed;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cursor {
  display: inline-block;
  background-color: #b0ff95;
  animation: blinker 800ms infinite;
}

.cursor.typing-true {
  animation: none;
}

.opening {
  opacity: 1;
  transition: all 0.5s;
}

.opening > h1 {
  color: #666466;
}

.opening > h1 > span > span.ok {
  color: #adb938;
}

.opening.opacityOn {
  opacity: 0;
}

@keyframes blinker {
  0% {
    background-color: #adb938;
  }
  50% {
    background-color: transparent;
  }
  100% {
    background-color: #adb938;
  }
}

/* opening */

/* ==== section1 ==== */

#section1 {
  width: 100%;
  height: 100%;
}

#section1 > .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}

#section1 > .container > .bgdSwiper {
  width: 100%;
  height: 1200px;
}

#section1 > .container > .bgdSwiper > .section1Swiper {
  height: 100%;
  position: relative;
}

#section1 > .container > .bgdSwiper > .section1Swiper > .swiper-wrapper {
}

#section1
  > .container
  > .bgdSwiper
  > .section1Swiper
  > .swiper-wrapper
  > .swiper-slide {
  width: 100%;
  z-index: 2;
  position: relative;
}

#section1
  > .container
  > .bgdSwiper
  > .section1Swiper
  > .swiper-wrapper
  > .swiper-slide
  > .imgBox {
  width: 100%;
}

#section1
  > .container
  > .bgdSwiper
  > .section1Swiper
  > .swiper-wrapper
  > .swiper-slide
  > .imgBox
  > img {
  width: 100%;
}

#section1
  > .container
  > .bgdSwiper
  > .section1Swiper
  > .swiper-wrapper
  > .swiper-slide
  > .textBox2 {
  position: absolute;
  top: 61%;
  left: 100px;
  z-index: 3;
}

#section1
  > .container
  > .bgdSwiper
  > .section1Swiper
  > .swiper-wrapper
  > .swiper-slide
  > .textBox2
  > p {
  font-size: 30px;
  color: white;
  margin: 0;
}

#section1
  > .container
  > .bgdSwiper
  > .section1Swiper
  > .swiper-wrapper
  > .swiper-slide
  > .textBox2
  > p.h1 {
  font-weight: bold;
}

#section1 > .container > .bgdSwiper > .section1Swiper > .textBox {
  position: absolute;
  z-index: 3;
  top: 38%;
  left: 100px;
}

#section1 > .container > .bgdSwiper > .section1Swiper > .textBox > p {
  font-size: 55px;
  color: white;
  margin: 0;
  line-height: 110px;
}

#section1 > .container > .bgdSwiper > .section1Swiper > .textBox > p.boldF {
  font-weight: bold;
  font-size: 75px;
  margin-top: -15px;
  word-spacing: -10px;
}

#section1
  > .container
  > .bgdSwiper
  > .section1Swiper
  > .textBox
  > p.boldF
  > br {
  display: none;
}

#section1 > .container > .bgdSwiper > .section1Swiper > .swiper-button-next {
  position: absolute;
  top: 76%;
  left: 350px;
  color: white;
  transform: scale(0.4);
}

#section1 > .container > .bgdSwiper > .section1Swiper > .swiper-button-prev {
  position: absolute;
  top: 76%;
  left: 100px;
  color: white;
  transform: scale(0.4);
}

#section1 > .container > .bgdSwiper > .section1Swiper > .swiper-pagination {
  position: absolute;
  top: 75.3%;
  left: 150px;
  color: white;
  width: 200px;
  height: 25px;
  letter-spacing: 15px;
}

/* ==== section1 ==== */

/* ==== section2 ==== */

#section2 {
}

#section2 > .container {
  padding: 100px 0;
}

#section2 > .container > .textLine {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#section2 > .container > .textLine > p {
  margin: 0;
}

#section2 > .container > .textLine > p .strong {
  font-weight: bold;
}

#section2 > .container > .textLine > p.h1 {
  font-size: 65px;
  color: #adb938;
  letter-spacing: -2px;
  text-align: center;
}

#section2 > .container > .textLine > p.h1 > br {
  display: none;
}

#section2 > .container > .textLine > .secondBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  gap: 0.4rem;
}

#section2 > .container > .textLine > .secondBox * {
  font-family: "Pretendard-Regular";
}

#section2 > .container > .textLine > .secondBox > p {
  margin: 0;
  font-size: 40px;
  letter-spacing: -2px;
}

#section2 > .container > .textLine > .secondBox > p > .strong {
  font-family: "Pretendard-Bold";
}

#section2 > .container > .boxLine {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  gap: 6rem;
  margin-top: 140px;
}

#section2 > .container > .boxLine > .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#section2 > .container > .boxLine > .box > .imgBox {
}

#section2 > .container > .boxLine > .box > .imgBox > img {
}

#section2 > .container > .boxLine > .box > p {
  font-family: "Pretendard-Regular";
  font-size: 26px;
  margin: 0;
  font-weight: bold;
  margin-top: 2px;
}

#section2 > .container > .boxLine > .box > p.h1 {
  font-size: 31px;
  font-weight: bold;
  color: #adb938;
  margin: 29px 0 10px 0;
}

#section2 > .container > .boxLine > .box > p.h2 {
  line-height: 32px;
  text-align: center;
}

/* ==== section2 ==== */

/* ==== section3 ==== */

#section3 {
  background-image: url("img/section3/section3.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 1200px;
}

#section3 > .container {
  padding: 0;
}

#section3 > .container > .content {
  width: 100%;
  position: relative;
}

#section3 > .container > .content > .bgdImg {
  height: 1200px;
}

#section3 > .container > .content > .bgdImg > img {
  width: 100%;
}

#section3 > .container > .content > .textLine {
  width: 100%;
  position: absolute;
  top: 9%;
  left: 100px;
  transform: translate(-100px, -50%);
  z-index: 99;
}

#section3 > .container > .content > .textLine > .textLine1 {
  position: absolute;
  top: 150px;
  left: 100px;
}

#section3 > .container > .content > .textLine > .textLine1 > p {
  font-size: 38px;
  color: white;
  margin: 2px;
}

#section3 > .container > .content > .textLine > .textLine1 > p.nt {
}

#section3 > .container > .content > .textLine > .textLine1 > p.bt {
  font-size: 65px;
  font-weight: bold;
}

#section3 > .container > .content > .textLine > .textLine1 > p.yt {
  font-size: 65px;
  font-weight: bold;
  color: #feff8e;
}

#section3 > .container > .content > .textLine > .textLine1 > p.yt:nth-child(4) {
  margin-top: 0;
}

#section3 > .container > .content > .textLine > .logLine {
  position: absolute;
  top: 550px;
  left: 100px;
}

#section3 > .container > .content > .textLine > .textLine2 {
  position: absolute;
  top: 670px;
  left: 100px;
}

#section3 > .container > .content > .textLine > .textLine2 > p {
  font-size: 30px;
  font-family: "Pretendard-Regular";
  color: white;
}

#section3 > .container > .content > .textLine > .textLine2 > p > span.strong {
  font-weight: bold;
  font-family: "Pretendard-Bold";
}

#section3 > .container > .content > .tablet {
  width: 1000px;
  position: absolute;
  top: 250px;
  right: 3%;
  z-index: 70;
}

#section3 > .container > .content > .tablet > img {
  width: 100%;
}

/* ==== section3 ==== */

/* ==== section4 ==== */

#section4 {
  height: 1200px;
  background-color: #f7f7f7;
}

#section4 > .container {
  padding: 0;
}

#section4 > .container > .textLine {
  margin-top: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#section4 > .container > .textLine > p {
  margin: 0;
  font-size: 38px;
  letter-spacing: -2px;
}
#section4 > .container > .textLine > p > br {
  display: none;
}

#section4 > .container > .textLine > p.h1 {
  font-size: 65px;
  margin-top: 10px;
}

#section4 > .container > .textLine > p > span.strong {
  font-weight: bold;
}

#section4 > .container > .swiperLine {
  margin-top: 80px;
  width: 1540px;
}

#section4 > .container > .swiperLine > .section4Swiper {
  position: relative;
}

#section4 > .container > .swiperLine > .section4Swiper > .swiper-wrapper {
}

#section4
  > .container
  > .swiperLine
  > .section4Swiper
  > .swiper-wrapper
  > .swiper-slide {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#section4
  > .container
  > .swiperLine
  > .section4Swiper
  > .swiper-wrapper
  > .swiper-slide
  > .box {
  width: 1400px;
  height: 650px;
  background-color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#section4
  > .container
  > .swiperLine
  > .section4Swiper
  > .swiper-wrapper
  > .swiper-slide
  > .box
  > .leftLine {
  width: 33%;
  padding-left: 2%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#section4
  > .container
  > .swiperLine
  > .section4Swiper
  > .swiper-wrapper
  > .swiper-slide
  > .box
  > .leftLine
  > .topT {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#section4
  > .container
  > .swiperLine
  > .section4Swiper
  > .swiper-wrapper
  > .swiper-slide
  > .box
  > .leftLine
  > .topT
  > p {
  font-size: 40px;
  color: #adb938;
  margin: 0;
}

#section4
  > .container
  > .swiperLine
  > .section4Swiper
  > .swiper-wrapper
  > .swiper-slide
  > .box
  > .leftLine
  > .topT
  > p.h1 {
  font-weight: bold;
  font-size: 50px;
}

#section4
  > .container
  > .swiperLine
  > .section4Swiper
  > .swiper-wrapper
  > .swiper-slide
  > .box
  > .leftLine
  > .divLine {
  margin-top: 55px;
  margin-left: 10px;
  width: 50px;
  height: 2px;
  background-color: black;
}

#section4
  > .container
  > .swiperLine
  > .section4Swiper
  > .swiper-wrapper
  > .swiper-slide
  > .box
  > .leftLine
  > .subT {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

p.boldT {
  font-family: "Pretendard-Bold";
}

#section4
  > .container
  > .swiperLine
  > .section4Swiper
  > .swiper-wrapper
  > .swiper-slide
  > .box
  > .leftLine
  > .subT
  > p {
  font-family: "Pretendard-Regular";
  margin: 3px;
  font-size: 28px;
  letter-spacing: -2px;
}

#section4
  > .container
  > .swiperLine
  > .section4Swiper
  > .swiper-wrapper
  > .swiper-slide
  > .box
  > .leftLine
  > .subT
  > p
  > span {
  font-family: "Pretendard-Bold";
}

#section4
  > .container
  > .swiperLine
  > .section4Swiper
  > .swiper-wrapper
  > .swiper-slide
  > .box
  > .leftLine
  > .tagLine {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  margin-top: 90px;
  margin-left: 20px;
}

#section4
  > .container
  > .swiperLine
  > .section4Swiper
  > .swiper-wrapper
  > .swiper-slide
  > .box
  > .leftLine
  > .tagLine
  > .tLine {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

#section4
  > .container
  > .swiperLine
  > .section4Swiper
  > .swiper-wrapper
  > .swiper-slide
  > .box
  > .leftLine
  > .tagLine
  > .tLine
  > p {
  font-family: "Pretendard-Regular";
  border: 1px solid #000000;
  border-radius: 50px;
  padding: 5px 13px;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

#section4
  > .container
  > .swiperLine
  > .section4Swiper
  > .swiper-wrapper
  > .swiper-slide
  > .box
  > .rightLine {
  width: 65%;
}

#section4
  > .container
  > .swiperLine
  > .section4Swiper
  > .swiper-wrapper
  > .swiper-slide
  > .box
  > .rightLine
  > .imgBox {
  width: 100%;
}

#section4
  > .container
  > .swiperLine
  > .section4Swiper
  > .swiper-wrapper
  > .swiper-slide
  > .box
  > .rightLine
  > .imgBox
  > img {
  width: 100%;
}

#section4 > .container > .swiperLine > .section4Swiper > .swiper-button-next {
  position: absolute;
  color: black;
}

#section4 > .container > .swiperLine > .section4Swiper > .swiper-button-prev {
  position: absolute;
  color: black;
}

#section4 > .container > .swiperLine > .section4Swiper > .swiper-pagination {
  position: absolute;
  color: white;
  font-size: 60px;
  font-family: "Pretendard-Regular";
  width: 251px;
  height: 100px;
  top: 30px;
  left: 77%;
}

#section4
  > .container
  > .swiperLine
  > .section4Swiper
  > .swiper-pagination
  > .swiper-pagination-current {
  font-size: 60px;
}

#section4
  > .container
  > .swiperLine
  > .section4Swiper
  > .swiper-pagination
  > .midT {
  font-size: 45px;
}

#section4
  > .container
  > .swiperLine
  > .section4Swiper
  > .swiper-pagination
  > .swiper-pagination-total {
  font-size: 45px;
}

/* ==== section4 ==== */

/* ==== section5 ==== */

#section5 {
  background-image: url("img/section5/bgd.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 1200px;
}

#section5 > .container {
}

#section5 > .container > .textLine {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#section5 > .container > .textLine > .mainT {
  margin-top: 80px;
}

#section5 > .container > .textLine > .mainT > p {
  font-size: 65px;
  margin: 0;
  color: white;
}

#section5 > .container > .textLine > .mainT > p > span.green {
  color: #adb938;
  font-family: "GmarketSansBold";
}

#section5 > .container > .textLine > .subT {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#section5 > .container > .textLine > .subT > p {
  margin: 0;
  font-size: 35px;
  font-family: "Pretendard-Regular";
  color: white;
}
#section5 > .container > .textLine > .subT > p > span.strong {
  font-family: "Pretendard-Regular";
}

@keyframes rollingleft1 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100%);
  }
  50.01% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes rollingleft2 {
  0% {
    transition: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}

@keyframes rollingright1 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100%);
  }
  50.01% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes rollingright2 {
  0% {
    transition: translateX(0);
  }
  100% {
    transform: translateX(200%);
  }
}

#section5 > .container > .boxLine {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 150px;
  gap: 1rem;
  width: 100%;
  overflow: hidden;
}

#section5 > .container > .boxLine > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

#section5 > .container > .boxLine > div > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

#section5 > .container > .boxLine > div > div > ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
#section5 > .container > .boxLine > div > div > ul > li {

}

#section5 > .container > .boxLine > div > div > ul > li > .box {
    width: 330px;
}

#section5 > .container > .boxLine > div > div > ul > li > .box > img {
    width: 100%;
}
#section5 > .container > .boxLine > .wrapper1 > .boxSwiper1.original {
  animation: rollingleft1 200s linear infinite;
}

#section5 > .container > .boxLine > .wrapper1 > .boxSwiper1.clone {
  animation: rollingleft2 200s linear infinite;
}

#section5 > .container > .boxLine > .wrapper2 > .boxSwiper2.original {
  animation: rollingright1 200s linear infinite;
}

#section5 > .container > .boxLine > .wrapper2 > .boxSwiper2.clone {
  animation: rollingright2 200s linear infinite;
}

#section5 > .container > .boxLine > .wrapper3 > .boxSwiper3.original {
  animation: rollingleft1 200s linear infinite;
}

#section5 > .container > .boxLine > .wrapper3 > .boxSwiper3.clone {
  animation: rollingleft2 200s linear infinite;
}

/* ==== section5 ==== */

/* ==== section6 ==== */

#section6 {
  background-image: url("img/section6/bgd.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 1200px;
}

#section6 > .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  height: 100%;
}

#section6 > .container > .leftLine {
  margin-left: 100px;
}

#section6 > .container > .leftLine > .topTLine {
}

#section6 > .container > .leftLine > .topTLine > p {
  margin: 0;
}
#section6 > .container > .leftLine > .topTLine > p > span.strong {
  color: #adb938;
}

#section6 > .container > .leftLine > .topTLine > p.subT {
  font-size: 45px;
}

#section6 > .container > .leftLine > .topTLine > p.headT {
  font-size: 65px;
}

#section6 > .container > .leftLine > .topTLine > p.headT > br {
  display: none;
}

#section6 > .container > .leftLine > .subTLine {
  margin-top: 40px;
}

#section6 > .container > .leftLine > .subTLine > p {
  font-family: "Pretendard-Regular";
  font-size: 34px;
  margin: 0;
  font-weight: bold;
}

#section6 > .container > .leftLine > .boxLine {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 50px;
}

#section6 > .container > .leftLine > .boxLine * {
  font-family: "Pretendard-Regular";
  margin-top: 40px;
}

#section6 > .container > .leftLine > .boxLine > .box * {
  margin: 0;
}

#section6 > .container > .leftLine > .boxLine > .box > .boxT {
}

#section6 > .container > .leftLine > .boxLine > .box > .boxT > p {
  display: inline;
  width: 100%;
  padding: 2px 14px;
  color: #adb938;
  border-radius: 50px;
  border: 1px solid #adb938;
  font-weight: bold;
  font-size: 30px;
  font-family: "Pretendard-Bold";
}

#section6 > .container > .leftLine > .boxLine > .box > .tLine {
  margin-top: 10px;
}

#section6 > .container > .leftLine > .boxLine > .box > .tLine > p {
  font-weight: bold;
  font-size: 28px;
}

#section6 > .container > .rightLine {
  position: relative;
  width: 50%;
  height: 100%;
}

@keyframes goormEffect1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}

@keyframes goormEffect2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}

#section6 > .container > .rightLine > div {
  position: absolute;
}

#section6 > .container > .rightLine > .iso {
  right: 90px;
  top: -65px;
  animation: goormEffect2 1s infinite alternate;
}

#section6 > .container > .rightLine > .iso > img {
}

#section6 > .container > .rightLine > .haccp {
  top: 400px;
  right: 240px;
  animation: goormEffect2 1s infinite alternate;
}

#section6 > .container > .rightLine > .haccp > img {
}

#section6 > .container > .rightLine > .samsung {
  bottom: -90px;
  right: -60px;
  animation: goormEffect1 1s infinite alternate;
}

#section6 > .container > .rightLine > .samsung > img {
}

/* ==== section6 ==== */

/* ==== section7 ==== */

#section7 {
  background-image: url("img/section7/bgd.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 900px;
}

#section7 > .container > .textLine {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#section7 > .container > .textLine > .headLine {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 115px;
}

#section7 > .container > .textLine > .headLine > p {
  margin: 0;
  color: white;
}

#section7 > .container > .textLine > .headLine > p.subT {
  font-size: 45px;
}

#section7 > .container > .textLine > .headLine > p.headT {
  font-size: 65px;
}

#section7 > .container > .textLine > .bodyLine {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

#section7 > .container > .textLine > .bodyLine > p {
  margin: 0;
  color: white;
  font-size: 29px;
  font-family: "Pretendard-Regular";
  line-height: 40px;
}

/* ==== section7 ==== */

/* ==== section8 ==== */

#section8 {
}

#section8 > .container {
  position: relative;
  padding-bottom: 150px;
}

#section8 > .container > .parcelLine {
  position: relative;
  top: -440px;
  left: 100px;
}

#section8 > .container > .parcelLine > img {
}

#section8 > .container > .textLine {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 110px;
}

#section8 > .container > .textLine > p {
  margin: 0;
}

#section8 > .container > .textLine > p.subT {
  font-size: 45px;
}

#section8 > .container > .textLine > p.mainT {
  font-size: 65px;
  margin-top: -10px;
  text-align: center;
}

#section8 > .container > .textLine > p.mainT > br {
  display: none;
}

#section8 > .container > .boxLine {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 100px;
}

#section8 > .container > .boxLine > .box.hoverB {
  width: 636px;
  filter: brightness(110%);
}

#section8 > .container > .boxLine > .box {
  width: 330px;
  height: 680px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background-size: cover;
  border-radius: 30px;
  filter: brightness(80%);
  transition: all 0.3s;
  cursor: pointer;
}

#section8 > .container > .boxLine > .box > .topT {
  margin-left: 30px;
  margin-top: 55px;
}

#section8 > .container > .boxLine > .box > .topT > p {
  margin: 0;
  color: white;
  font-family: "Pretendard-Regular";
}

#section8 > .container > .boxLine > .box > .topT > .subT {
  font-size: 23px;
}

#section8 > .container > .boxLine > .box > .topT > .mainT {
  margin-left: 0;
  font-size: 48px;
  font-weight: bold;
}

#section8 > .container > .boxLine > .box > .topT > .mainT:nth-child(2) {
  margin-top: 20px;
}

#section8 > .container > .boxLine > .box > .bottomT {
  margin-left: 30px;
  margin-bottom: 55px;
}

@keyframes hoverAnimeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hoverAnimeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#section8 > .container > .boxLine > .box > .bottomT > p {
  color: white;
  font-size: 25px;
  margin: 0;
  opacity: 0;
  transition: all 1s;
  animation: hoverAnimeOut 0.01s linear;
}

#section8 > .container > .boxLine > .box > .bottomT > p.viewT {
  opacity: 1;
  animation: hoverAnimeIn 0.5s linear;
}

#section8 > .container > .boxLine > .box.b1 {
  background-image: url(img/section8/i1.webp);
  background-size: cover;
}

#section8 > .container > .boxLine > .box.b2 {
  background-image: url(img/section8/i2.webp);
  background-size: cover;
}

#section8 > .container > .boxLine > .box.b3 {
  background-image: url(img/section8/i3.webp);
  background-size: cover;
}

#section8 > .container > .boxLine > .box.b4 {
  background-image: url(img/section8/i4.webp);
  background-size: cover;
}

/* ==== section8 ==== */

/* ==== section9 ==== */

#section9 {
    width: 100%;
    height: 3800px;
    padding: 0;
}

#section9 > .container {
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
}

#section9 > .container > .bgd {
  width: 100%;
  background-image: url("img/section9/bgd.webp");
  background-attachment: fixed;
  z-index: 99;
  height: 100%;
  position: absolute;
}

#section9 > .container > .contentLine {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

#section9 > .container > .contentLine > .leftLine {
  position: absolute;
  top: 0;
  padding-left: 100px;
  padding-top: 280px;
  transition: all 0.3s;
}

#section9 > .container > .contentLine > .leftLine.fixedT {
  position: fixed;
  top: 0;
  padding-left: 100px;
  padding-top: 280px;
}

#section9 > .container > .contentLine > .leftDummy {
  width: 730px;
}

#section9 > .container > .contentLine > .leftLine > .headTLine {
}

#section9 > .container > .contentLine > .leftLine > .headTLine > p {
  margin: 0;
  color: white;
}

#section9 > .container > .contentLine > .leftLine > .headTLine > .subT {
  font-size: 45px;
}

#section9 > .container > .contentLine > .leftLine > .headTLine > .mainT {
  font-size: 65px;
}

#section9 > .container > .contentLine > .leftLine > .headTLine > .mainT > br {
  display: none;
}

#section9 > .container > .contentLine > .leftLine > .tagLine {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  margin-top: 50px;
}
#section9 > .container > .contentLine > .leftLine > .tagLine > .tagD {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

#section9 > .container > .contentLine > .leftLine > .tagLine > .tagD > p {
  color: white;
  font-family: "Pretendard-Regular";
  border: 1px solid white;
  padding: 7px 25px;
  border-radius: 50px;
  font-size: 30px;
  margin: 0;
}

#section9 > .container > .contentLine > .leftLine > .bottomTLine {
  margin-top: 60px;
}
#section9 > .container > .contentLine > .leftLine > .bottomTLine > p {
  margin: 0;
  color: white;
  font-family: "Pretendard-Regular";
  line-height: 45px;
  font-size: 37px;
}
#section9 > .container > .contentLine > .leftLine > .bottomTLine > p > span {
  font-family: "Pretendard-Bold";
}

#section9 > .container > .contentLine > .rightLine {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2.3rem;
  position: relative;
  margin-left: 140px;
}

#section9 > .container > .contentLine > .rightLine > .leftImgLine {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  position: absolute;
  top: 60px;
  right: 475px;
}

#section9 > .container > .contentLine > .rightLine > .rightImgLine {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  position: absolute;
  top: 200px;
  right: 0;
}

/* ==== section9 ==== */

/* ==== section10 ==== */

#section10 {
  width: 100%;
  height: auto;
  padding: 50px 0 0 0;
}

#section10 > .container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 100px;
}

#section10 > .container > .leftLine {
  width: 50%;
  position: relative;
}

#section10 > .container > .leftLine > .textTLine {
  margin-left: 85px;
  position: absolute;
  z-index: 99;
}

#section10 > .container > .leftLine > .textTLine > .headLine {
}

#section10 > .container > .leftLine > .textTLine > .headLine > p {
  margin: 0;
}

#section10 > .container > .leftLine > .textTLine > .headLine > p.h1 {
  font-size: 60px;
}

#section10 > .container > .leftLine > .textTLine > .headLine > p.h2 {
  font-size: 35px;
  margin-bottom: 10px;
}
#section10 > .container > .leftLine > .textTLine > .headLine > p.h1.green {
  font-family: "GmarketSansBold";
  color: #adb938;
  margin-top: -10px;
}

#section10 > .container > .leftLine > .textTLine > .infoLine {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  margin-top: 80px;
  margin-left: 5px;
}

#section10 > .container > .leftLine > .textTLine > .infoLine > .h1 {
  margin: 0;
  font-weight: bold;
  font-size: 40px;
  font-family: "Pretendard-ExtraBold";
  margin-bottom: 40px;
}

#section10 > .container > .leftLine > .textTLine > .infoLine > .info {
}

#section10
  > .container
  > .leftLine
  > .textTLine
  > .infoLine
  > .info:nth-child(2) {
  margin-top: -10px;
}

#section10 > .container > .leftLine > .textTLine > .infoLine > .info > .infoH {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

#section10
  > .container
  > .leftLine
  > .textTLine
  > .infoLine
  > .info
  > .infoH
  > img {
  width: 20px;
}

#section10
  > .container
  > .leftLine
  > .textTLine
  > .infoLine
  > .info
  > .infoH
  > p {
  font-family: "Pretendard-Bold";
  font-size: 25px;
  font-weight: bold;
  margin: 0;
}

#section10 > .container > .leftLine > .textTLine > .infoLine > .info > p {
  margin: 0;
  font-weight: bold;
  font-size: 25px;
  margin-top: 10px;
  font-family: "Pretendard-Light";
}
#section10 > .container > .leftLine > .textTLine > .infoLine > .info > p > br {
  display: none;
}

#section10 > .container > .rightLine {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  margin-top: 45px;
}

#section10 > .container > .rightLine > .formLine {
  margin-right: 100px;
  padding: 0px 60px 40px 60px;
  border: 1px solid #adb938;
  border-top: 25px solid #adb938;
}

#section10 > .container > .rightLine > .formLine > form {
}

#section10 > .container > .rightLine > .formLine > form * {
  font-family: "Pretendard-Regular";
}

#section10 > .container > .rightLine > .formLine > form > .h1 {
  font-size: 30px;
  font-weight: bold;
}

#section10 > .container > .rightLine > .formLine > form > .selectBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}

#section10 > .container > .rightLine > .formLine > form > .selectBox > .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
#section10
  > .container
  > .rightLine
  > .formLine
  > form
  > .selectBox
  > .box
  > label {
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

#section10
  > .container
  > .rightLine
  > .formLine
  > form
  > .selectBox
  > .box
  > input {
  margin: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#section10 > .container > .rightLine > .formLine > form > .inputBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  margin-top: 50px;
}

#section10 > .container > .rightLine > .formLine > form > .inputBox > input {
  width: 100%;
  border: none;
  border-bottom: 1px solid black;
  font-size: 20px;
  padding: 15px 0;
}

#section10 > .container > .rightLine > .formLine > form > .inputBox > textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid black;
  font-size: 20px;
  height: 200px;
}

#section10 > .container > .rightLine > .formLine > form > .checkBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

#section10 > .container > .rightLine > .formLine > form > .checkBox > .privacy {
}

ul > li {
  list-style: none;
}

#section10
  > .container
  > .rightLine
  > .formLine
  > form
  > .checkBox
  > .privacy
  > .clearfix {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  gap: 1px;
  margin: 0;
  cursor: pointer;
}

#section10
  > .container
  > .rightLine
  > .formLine
  > form
  > .checkBox
  > .privacy
  > .clearfix
  > li {
  font-size: 18px;
  letter-spacing: -1px;
  color: black;
  font-weight: bold;
  margin-left: 5px;
  cursor: pointer;
}

#section10
  > .container
  > .rightLine
  > .formLine
  > form
  > .checkBox
  > .privacy
  > .clearfix
  > li
  > label {
  cursor: pointer;
}

#section10
  > .container
  > .rightLine
  > .formLine
  > form
  > .checkBox
  > .privacy
  > .clearfix
  > li
  > input {
  margin: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#section10
  > .container
  > .rightLine
  > .formLine
  > form
  > .checkBox
  > .privacy
  > .clearfix
  > li.high {
  font-weight: bold;
  margin-left: 5px;
  cursor: pointer;
  cursor: pointer;
}

#section10
  > .container
  > .rightLine
  > .formLine
  > form
  > .checkBox
  > .buttonLine {
}

#section10
  > .container
  > .rightLine
  > .formLine
  > form
  > .checkBox
  > .buttonLine
  > button {
  background-color: white;
  font-size: 18px;
  border: 1px solid black;
  padding: 10px 50px;
  cursor: pointer;
  transition: all 0.3s;
  color: black;
}

#section10
  > .container
  > .rightLine
  > .formLine
  > form
  > .checkBox
  > .buttonLine
  > button:hover {
  background-color: #adb938;
  border: 1px solid #adb938;
}

#section10 > .bottomLine {
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 80px;
}

#section10 > .bottomLine > #map {
  width: 90% !important;
  height: 100%;
}

/* ==== section10 ==== */

/* ==== section11 ==== */

.swiper-container {
  overflow: visible;
}
.swiper-slide {
  opacity: 0.3;
  transition: opacity 0.2s;
}
.swiper-slide-active,
.swiper-slide-active + .swiper-slide,
.swiper-slide-active + .swiper-slide + .swiper-slide,
.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
  opacity: 1;
}

#section11 {
  width: 100%;
  height: auto;
  padding: 50px 0 0 0;
}

#section11 > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

#section11 > .container > .parcelLine {
  position: absolute;
  top: -450px;
  left: 30%;
}
#section11 > .container > .parcelLine > img {
  width: 900px;
}

#section11 > .container > .headTop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 75px;
}

#section11 > .container > .headTop > p {
  margin: 0;
}

#section11 > .container > .headTop > p.h1 {
  font-size: 60px;
  margin-top: -10px;
  text-align: center;
}

#section11 > .container > .headTop > p.h1 > br {
  display: none;
}

#section11 > .container > .headTop > p.h2 {
  font-size: 35px;
}

#section11 > .container > .bodyT {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

#section11 > .container > .bodyT > p {
  margin: 0;
}

#section11 > .container > .bodyT > p.h2 {
  font-size: 23px;
  font-family: "Pretendard-Regular";
}

#section11 > .container > .bodyT > p > span.strong {
  font-family: "Pretendard-Bold";
  font-weight: bold;
}

#section11 > .container > .sliderLine {
  margin-top: 80px;
  width: 1460px;
  overflow-x: scroll;
}

#section11 > .container > .sliderLine::-webkit-scrollbar {
  height: 10px;
  background-color: #d3d3d3;
}

#section11 > .container > .sliderLine::-webkit-scrollbar-thumb {
  background-color: #adb938;
  height: 10px;
  border-radius: 10px;
  cursor: pointer;
}

#section11 > .container > .sliderLine > .boxLine {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  padding-bottom: 50px;
}
#section11 > .container > .sliderLine > .boxLine > .imgBox {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

#section11 > .container > .sliderLine > .boxLine > .imgBox > .box {
  width: 400px;
  height: 260px;
  object-fit: cover;
  overflow: hidden;
}

#section11 > .container > .sliderLine > .boxLine > .imgBox > .box > img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

/* ==== section11 ==== */

footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: #adb938;
  padding: 50px 0px;
}

footer > .footer-content {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 3rem;
  padding: 30px 200px;
}
footer > .footer-content > p {
  color: white;
  margin-bottom: 0;
}
.footer-content > .info {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
}

.footer-content > .info > .line {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.footer-content > .info > .line > span {
  color: white;
}

.footer-content > .info > .line > p {
  margin: 0;
  color: white;
}

#section2 > .container > .textLine > .secondBox > p.mobTarg > br {
  display: none;
}

/* ===== media ===== */

@media all and (max-width: 1600px) {
  .navigation > .container > .navLine {
    margin-left: 0;
  }

  #section1 > .container > .bgdSwiper > .section1Swiper > .textBox > p {
    font-size: 45px;
  }

  #section1 > .container > .bgdSwiper > .section1Swiper > .textBox > p.boldF {
    font-size: 65px;
  }

  #section1 > .container > .bgdSwiper {
    height: auto;
  }

  #section1
    > .container
    > .bgdSwiper
    > .section1Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .textBox2 {
    top: 69.5%;
  }

  #section1 > .container > .bgdSwiper > .section1Swiper > .swiper-button-next,
  #section1 > .container > .bgdSwiper > .section1Swiper > .swiper-button-prev {
    top: 86.3%;
  }

  #section1 > .container > .bgdSwiper > .section1Swiper > .swiper-pagination {
    top: 85%;
  }

  #section2 > .container > .boxLine > .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #section2 > .container > .boxLine > .box > .imgBox > img {
    width: 230px;
  }

  #section2 > .container > .boxLine > .box > p.h2 {
    font-size: 23px;
    margin-top: 10px;
    text-align: center;
  }
  #section2 > .container > .boxLine > .box > p.h1 {
    font-size: 27px;
  }

  #section3 {
    height: 1000px;
  }

  #section3 > .container > .content > .tablet > img {
    width: 745px;
  }
  #section3 > .container > .content > .tablet {
    width: 0;
    top: 300px;
    right: 51%;
  }

  #section3 > .container > .content > .textLine > .textLine1 > p.yt,
  #section3 > .container > .content > .textLine > .textLine1 > p.bt {
    font-size: 60px;
  }
  #section3 > .container > .content > .textLine > .textLine1 > p.nt {
    font-size: 33px;
  }

  #section3 > .container > .content > .textLine > .logLine > img {
    width: 90px;
  }
  #section3 > .container > .content > .textLine > .textLine2 > p {
    margin: 0;
  }
  #section3 > .container > .content > .textLine > .textLine2 > p {
    font-size: 28px;
  }

  #section4 > .container > .swiperLine {
    width: 1265px;
  }

  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box {
    width: 1100px;
    height: 510px;
  }

  #section4 > .container > .swiperLine > .section4Swiper > .swiper-pagination {
    font-size: 60px;
    top: 30px;
    left: 73%;
  }
  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-pagination
    > .swiper-pagination-total,
  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-pagination
    > .midT {
    font-size: 43px;
  }

  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine
    > .topT
    > p.h1 {
    font-size: 43px;
  }
  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine
    > .topT
    > p {
    font-size: 37px;
  }

  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine
    > .subT
    > p {
    font-size: 26px;
  }

  #section5 > .container > .textLine > .mainT > p {
    font-size: 60px;
  }
  #section5 > .container > .textLine > .subT > p {
    font-size: 32px;
  }

  #section5 > .container > .boxLine > div > div > ul > li > .box {
  }

  #section5 > .container > .boxLine > div > div > ul > li > .box > img {
  }

  #section6 > .container > .leftLine > .topTLine > p.headT {
    font-size: 60px;
  }

  #section6 > .container > .leftLine > .topTLine > p.subT {
    font-size: 40px;
  }

  #section6 {
    background-position: 95% 50%;
  }

  #section6 > .container > .rightLine {
    width: 35%;
  }
  #section6 > .container > .rightLine > .iso,
  #section6 > .container > .rightLine > .haccp,
  #section6 > .container > .rightLine > .samsung {
    width: 330px;
  }

  #section6 > .container > .rightLine > .iso {
    right: -38px;
    top: -50px;
  }

  #section6 > .container > .rightLine > .haccp {
    right: 240px;
  }

  #section6 > .container > .rightLine > .samsung {
    right: -90px;
  }
  #section8 > .container > .boxLine > .box {
    width: 290px;
  }
  #section8 > .container > .boxLine > .box > .topT > .subT {
    font-size: 20px;
  }
  #section8 > .container > .boxLine > .box > .topT > .mainT {
    font-size: 43px;
  }
  #section8 > .container > .boxLine > .box.hoverB {
    width: 415px;
  }
  #section8 > .container > .boxLine > .box > .bottomT > p {
    font-size: 20px;
  }
  #section9 {
    height: 3000px;
  }
  #section9 > .container > .contentLine > .rightLine > .leftImgLine > img {
    width: 300px;
  }

  #section9 > .container > .contentLine > .rightLine > .rightImgLine {
    right: 50px;
    top: 450px;
  }

  #section9 > .container > .contentLine > .rightLine > .leftImgLine {
    right: 380px;
    top: 300px;
  }

  #section9 > .container > .contentLine > .rightLine > .rightImgLine > img {
    width: 300px;
  }
  #section9 > .container > .contentLine > .leftLine,
  #section9 > .container > .contentLine > .leftLine.fixedT {
    padding-left: 70px;
  }

  #section9 > .container > .contentLine > .leftLine > .headTLine > .subT {
    font-size: 42px;
  }
  #section9 > .container > .contentLine > .leftLine > .headTLine > .mainT {
    font-size: 55px;
  }
  #section10 > .container > .leftLine > .textTLine {
    margin-left: 100px;
  }

  #section10 > .container > .rightLine > .formLine {
    margin-right: 100px;
  }

  footer > .footer-content {
    padding: 30px 70px;
  }
}

@media all and (max-width: 1480px) {
  #section11 > .container > .parcelLine {
    left: 25%;
  }
  #section11 > .container > .sliderLine {
    width: 90%;
  }
  .navigation > .container > .navLine {
    margin-left: 0;
  }

  #section1 > .container > .bgdSwiper > .section1Swiper > .textBox > p {
    font-size: 45px;
  }

  #section1 > .container > .bgdSwiper > .section1Swiper > .textBox > p.boldF {
    font-size: 65px;
  }

  #section1 > .container > .bgdSwiper {
    height: auto;
  }

  #section1
    > .container
    > .bgdSwiper
    > .section1Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .textBox2 {
    top: 69.5%;
  }

  #section1 > .container > .bgdSwiper > .section1Swiper > .swiper-button-next,
  #section1 > .container > .bgdSwiper > .section1Swiper > .swiper-button-prev {
    top: 86.3%;
  }

  #section1 > .container > .bgdSwiper > .section1Swiper > .swiper-pagination {
    top: 85%;
  }

  #section2 > .container > .boxLine > .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #section2 > .container > .boxLine > .box > .imgBox > img {
    width: 230px;
  }

  #section2 > .container > .boxLine > .box > p.h2 {
    font-size: 23px;
    margin-top: 10px;
    text-align: center;
  }
  #section2 > .container > .boxLine > .box > p.h1 {
    font-size: 27px;
  }

  #section3 > .container > .content > .tablet > img {
    width: 670px;
  }
  #section3 > .container > .content > .tablet {
    width: 0;
    top: 275px;
    right: 50%;
  }

  #section3 > .container > .content > .textLine > .textLine1 > p.yt,
  #section3 > .container > .content > .textLine > .textLine1 > p.bt {
    font-size: 60px;
  }
  #section3 > .container > .content > .textLine > .textLine1 > p.nt {
    font-size: 33px;
  }

  #section3 > .container > .content > .textLine > .logLine > img {
    width: 90px;
  }
  #section3 > .container > .content > .textLine > .textLine2 > p {
    margin: 0;
  }
  #section3 > .container > .content > .textLine > .textLine2 > p {
    font-size: 28px;
  }

  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine
    > .tagLine {
    margin-top: 30px;
  }

  #section4 > .container > .swiperLine {
    width: 1265px;
  }

  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box {
    width: 1100px;
    height: 510px;
  }

  #section4 > .container > .swiperLine > .section4Swiper > .swiper-pagination {
    font-size: 60px;
    top: 30px;
    left: 73%;
  }
  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-pagination
    > .swiper-pagination-total,
  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-pagination
    > .midT {
    font-size: 43px;
  }

  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine
    > .topT
    > p.h1 {
    font-size: 43px;
  }
  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine
    > .topT
    > p {
    font-size: 37px;
  }

  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine
    > .subT
    > p {
    font-size: 26px;
  }

  #section5 {
    height: 1000px;
  }

  #section5 > .container > .textLine > .mainT > p {
    font-size: 60px;
  }
  #section5 > .container > .textLine > .subT > p {
    font-size: 32px;
  }

  #section5 > .container > .boxLine > div > div > ul > li > .box {
    width: 290px;
  }

  #section5 > .container > .boxLine > div > div > ul > li > .box > img {
  }

  #section6 > .container > .leftLine > .topTLine > p.headT {
    font-size: 60px;
  }

  #section6 > .container > .leftLine > .topTLine > p.subT {
    font-size: 40px;
  }

  #section6 {
    background-position: 95% 50%;
  }

  #section6 > .container > .rightLine {
    width: 35%;
  }
  #section6 > .container > .rightLine > .iso,
  #section6 > .container > .rightLine > .haccp,
  #section6 > .container > .rightLine > .samsung {
    width: 330px;
  }

  #section6 > .container > .rightLine > .iso {
    right: 25px;
  }

  #section6 > .container > .rightLine > .haccp {
    right: 290px;
  }

  #section6 > .container > .rightLine > .samsung {
    right: 10px;
  }
  #section8 > .container > .boxLine > .box {
    width: 290px;
  }
  #section8 > .container > .boxLine > .box > .topT > .subT {
    font-size: 20px;
  }
  #section8 > .container > .boxLine > .box > .topT > .mainT {
    font-size: 43px;
  }
  #section8 > .container > .boxLine > .box.hoverB {
    width: 415px;
  }
  #section8 > .container > .boxLine > .box > .bottomT > p {
    font-size: 20px;
  }
  #section9 {
    height: 3000px;
  }
  #section9 > .container > .contentLine > .rightLine > .leftImgLine > img {
    width: 300px;
  }

  #section9 > .container > .contentLine > .rightLine > .rightImgLine {
    right: 50px;
    top: 450px;
  }

  #section9 > .container > .contentLine > .rightLine > .leftImgLine {
    right: 380px;
    top: 300px;
  }

  #section9 > .container > .contentLine > .rightLine > .rightImgLine > img {
    width: 300px;
  }
  #section9 > .container > .contentLine > .leftLine,
  #section9 > .container > .contentLine > .leftLine.fixedT {
    padding-left: 70px;
    padding-top: 220px;
  }

  #section9 > .container > .contentLine > .leftLine > .headTLine > .subT {
    font-size: 42px;
  }
  #section9 > .container > .contentLine > .leftLine > .headTLine > .mainT {
    font-size: 55px;
  }
  #section10 > .container > .leftLine > .textTLine {
    margin-left: 100px;
  }

  #section10 > .container > .rightLine > .formLine {
    margin-right: 100px;
  }

  footer > .footer-content {
    padding: 30px 70px;
  }
}

@media all and (max-width: 1280px) {
  #section11 > .container > .sliderLine {
    width: 90%;
  }
  .navigation > .container > .navLine > a {
    font-size: 26px;
  }
  body
    > main
    > div.navigation
    > div.container
    > div.navLine
    > a:nth-child(3)
    > img {
    width: 140px;
  }
  body > main > div.navigation > div.container > div.navLine > a.nhv > img {
    width: 158px;
  }
  #section2 > .container > .boxLine > .box > .imgBox > img {
    width: 199px;
  }
  #section2 > .container > .boxLine {
    gap: 4rem;
  }
  #section2 > .container > .boxLine > .box > p.h2 {
    font-size: 21px;
  }
  #section2 > .container > .textLine > p.h1 {
    font-size: 60px;
  }
  #section2 > .container > .textLine > .secondBox > p {
    font-size: 35px;
  }
  #section3 > .container > .content > .textLine > .textLine1 > p.yt,
  #section3 > .container > .content > .textLine > .textLine1 > p.bt {
    font-size: 50px;
  }
  #section3 > .container > .content > .textLine > .textLine1 > p.nt {
    font-size: 35px;
  }
  #section3 > .container > .content > .textLine > .textLine2 > p {
    font-size: 26px;
  }
  #section3 > .container > .content > .textLine > .logLine > img {
    width: 80px;
  }
  #section3 > .container > .content > .textLine > .textLine2 {
    top: 650px;
  }
  #section3 > .container > .content > .tablet > img {
    width: 650px;
  }
  #section3 > .container > .content > .tablet {
    right: 54%;
  }

  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine
    > .tagLine
    > .tLine
    > p {
    font-size: 17px;
  }
  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine
    > .tagLine {
    margin-top: 50px;
  }
  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine
    > .subT
    > p {
    font-size: 23px;
  }
  #section6 > .container > .leftLine > .topTLine > p.subT {
    font-size: 37px;
  }

  #section6 > .container > .leftLine > .topTLine > p.headT {
    font-size: 55px;
  }
  #section6 > .container > .leftLine > .subTLine > p {
    font-size: 29px;
  }
  #section6 > .container > .leftLine > .boxLine > .box > .tLine > p {
    font-size: 24px;
  }
  #section6 > .container > .leftLine > .boxLine > .box > .boxT > p {
    font-size: 23px;
  }
  #section6 {
    height: 1000px;
  }

  #section6 > .container > .rightLine > .iso,
  #section6 > .container > .rightLine > .samsung {
    width: 280px;
  }

  #section6 > .container > .rightLine > .haccp {
    width: 320px;
  }

  #section6 > .container > .rightLine > div > img {
    width: 100%;
  }

  #section6 > .container > .rightLine > .iso {
    right: 60px;
    top: -25px;
  }

  #section6 > .container > .rightLine > .haccp {
    right: 220px;
    top: 350px;
  }

  #section6 > .container > .rightLine > .samsung {
    right: 5px;
    bottom: -70px;
  }

  #section8 > .container > .boxLine > .box {
    width: 275px;
    height: 550px;
  }
  #section8 > .container > .boxLine > .box > .topT > .mainT {
    font-size: 35px;
  }
  #section8 > .container > .boxLine > .box > .bottomT > p.viewT {
    font-family: "Pretendard-Regular";
  }
  #section8 > .container > .boxLine > .box.hoverB {
    width: 360px;
  }

  #section9 {
    height: 2700px;
  }

  #section9 > .container > .contentLine > .rightLine > .leftImgLine > img {
    width: 250px;
  }

  #section9 > .container > .contentLine > .rightLine > .rightImgLine {
    right: 30px;
    top: 540px;
  }

  #section9 > .container > .contentLine > .rightLine > .leftImgLine {
    right: 320px;
    top: 390px;
  }

  #section9 > .container > .contentLine > .rightLine > .rightImgLine > img {
    width: 250px;
  }

  #section10 > .container > .leftLine > .textTLine > .headLine > p.h2 {
    font-size: 33px;
  }

  #section10 > .container > .leftLine > .textTLine > .headLine > p.h1 {
    font-size: 52px;
  }
  #section10
    > .container
    > .rightLine
    > .formLine
    > form
    > .checkBox
    > .privacy
    > .clearfix
    > li {
    font-size: 17px;
  }

  #section10
    > .container
    > .rightLine
    > .formLine
    > form
    > .checkBox
    > .buttonLine
    > button {
    padding: 10px 35px;
  }
  #section10 > .container > .rightLine > .formLine > form > .selectBox {
    gap: 1rem;
  }
}

@media all and (max-width: 1024px) {
  #section10 > .container > .leftLine {
    position: inherit;
  }
  #section10 > .container > .leftLine > .textTLine {
    position: relative;
  }

  .navigation > .container > .navLine {
    gap: 2rem;
  }

  #section1 > .container > .bgdSwiper > .section1Swiper > .textBox > p {
    font-size: 35px;
  }
  #section1 > .container > .bgdSwiper > .section1Swiper > .textBox > p.boldF {
    font-size: 57px;
  }
  #section1
    > .container
    > .bgdSwiper
    > .section1Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .textBox2
    > p {
    font-size: 26px;
  }
  #section1 > .container > .bgdSwiper > .section1Swiper > .swiper-pagination {
    top: 84.3%;
  }
  #section2 > .container > .textLine > p.h1 {
    font-size: 55px;
  }
  #section2 > .container > .textLine > .secondBox > p {
    font-size: 32px;
  }
  #section2 > .container > .boxLine {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #section3 {
    height: 1200px;
  }
  #section3 > .container > .content {
    justify-content: flex-end;
  }

  #section3 > .container > .content > .textLine > .textLine1,
  #section3 > .container > .content > .textLine > .logLine,
  #section3 > .container > .content > .textLine > .textLine2 {
    position: initial;
  }

  #section3 > .container > .content > .textLine,
  #section3 > .container > .content > .tablet {
    position: initial;
    width: auto;
  }
  #section3 > .container > .content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #section3 > .container {
    width: 100%;
    height: 100%;

    transform: initial;
  }

  #section4 > .container > .swiperLine {
    width: 1024px;
  }

  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box {
    width: 920px;
    height: 425px;
  }
  #section4 > .container > .swiperLine > .section4Swiper > .swiper-pagination {
    left: 70%;
  }

  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-pagination
    > .swiper-pagination-total,
  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-pagination
    > .midT {
    font-size: 39px;
  }
  #section4 > .container > .swiperLine > .section4Swiper > .swiper-pagination {
    font-size: 54px;
  }
  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-pagination
    > .swiper-pagination-current {
    font-size: 54px;
  }

  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine
    > .topT
    > p {
    font-size: 29px;
  }

  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine
    > .topT
    > p.h1 {
    font-size: 32px;
  }

  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine
    > .subT {
    margin-top: 20px;
  }

  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine
    > .divLine {
    margin-top: 35px;
  }

  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine
    > .subT
    > p {
    font-size: 21px;
  }

  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine
    > .tagLine {
    margin-top: 20px;
  }

  #section4 {
    height: 900px;
  }

  #section4 > .container > .textLine {
    margin-top: 100px;
  }

  #section4 > .container > .textLine > p {
    font-size: 34px;
  }

  #section4 > .container > .textLine > p.h1 {
    font-size: 55px;
  }

  #section5 > .container > .textLine > .mainT > p {
    font-size: 55px;
  }

  #section3 > .container > .content > .textLine > .logLine > img {
    display: none;
  }

  #section3 > .container > .content > .textLine > .textLine2 > p {
    margin-top: 30px;
  }

  #section3 > .container > .content > .textLine {
    margin-top: 300px;
  }

  #section3 > .container > .content > .tablet {
    margin-top: -100px;
    margin-bottom: 50px;
  }
  #section6 {
    background-position: 28% 50%;
    height: auto;
    padding: 50px 0;
  }
  #section6 > .container > .leftLine {
    margin-left: 0;
    margin-top: 30px;
  }

  #section6 > .container > .leftLine > .boxLine {
    gap: 0;
  }

  #section6 > .container {
    flex-direction: column;
    justify-content: center;
  }

  #section6 > .container > .rightLine {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 70px;
  }

  #section6 > .container > .rightLine > .iso {
    position: initial;
    width: 250px;
  }

  #section6 > .container > .rightLine > .haccp {
    position: initial;
    width: 250px;
  }

  #section6 > .container > .rightLine > .samsung {
    position: initial;
    width: 250px;
  }

  #section6 > .container > .rightLine > div > img {
    width: 250px;
  }
  #section7 > .container > .textLine > .headLine > p.subT {
    font-size: 43px;
  }

  #section7 > .container > .textLine > .headLine > p.headT {
    font-size: 59px;
  }
  #section8 > .container > .boxLine {
    flex-wrap: wrap;
  }
  #section8 > .container > .boxLine > .box {
    width: 340px;
  }
  #section8 > .container > .boxLine > .box.hoverB {
    width: 400px;
  }

  #section9 {
    height: 3000px;
  }

  #section9 > .container > .contentLine > .leftDummy {
    display: none;
  }
  #section9 > .container > .contentLine {
    flex-direction: column;
    align-items: center;
  }

  #section9 > .container > .contentLine > .leftLine,
  #section9 > .container > .contentLine > .leftLine.fixedT {
    padding-left: 0;
    padding-top: 160px;
    position: initial;
  }

  #section9 > .container > .contentLine > .leftLine {
    position: initial;
  }

  #section9 > .container > .contentLine > .rightLine {
    margin-top: -120px;
    margin-left: 0;
  }

  #section9 > .container > .contentLine > .rightLine > .leftImgLine,
  #section9 > .container > .contentLine > .rightLine > .rightImgLine {
    position: initial;
  }
  #section10 > .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 100px;
    gap: 5rem;
  }

  #section10 {
    padding: 60px 0 0 0;
  }

  #section10 > .container > .leftLine > .textTLine {
    margin-left: 0;
  }

  #section10 > .container > .leftLine > .textTLine > .headLine {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #section10 > .container > .leftLine > .textTLine > .headLine > p.h2 {
    font-size: 36px;
  }

  #section10 > .container > .leftLine > .textTLine > .headLine > p.h1 {
    font-size: 59px;
  }

  #section10 > .container > .leftLine {
    position: inherit;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #section10 > .container > .leftLine > .textTLine > .headLine > p.h1 {
    font-size: 65px;
  }
  #section10 > .container > .rightLine > .formLine {
    margin-right: 0;
  }

  #section1 > .container > .bgdSwiper > .section1Swiper > .swiper-button-next,
  #section1 > .container > .bgdSwiper > .section1Swiper > .swiper-button-prev {
    top: 89.3%;
  }

  #section1 > .container > .bgdSwiper > .section1Swiper > .swiper-pagination {
    top: 87.3%;
  }
}
/* 작업 후 834까지 */
@media all and (max-width: 834px) {
  .navigation > .container > .navLine {
    width: 100%;
  }
  #section1 > .container > .bgdSwiper > .section1Swiper > .textBox > p.boldF {
    line-height: -10px;
  }
  #section1
    > .container
    > .bgdSwiper
    > .section1Swiper
    > .textBox
    > p.boldF
    > br {
    display: block;
  }

  #section1
    > .container
    > .bgdSwiper
    > .section1Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .imgBox {
    width: 1200px;
  }
  #section1
    > .container
    > .bgdSwiper
    > .section1Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .imgBox
    > img {
    position: relative;
    right: 200px;
  }
  #section1 > .container > .bgdSwiper > .section1Swiper > .textBox > p {
    font-size: 47px;
    letter-spacing: -1px;
    margin-bottom: 0px;
  }
  #section1 > .container > .bgdSwiper > .section1Swiper > .textBox > p.boldF {
    font-family: "GmarketSansBold";
    font-size: 65px;
    line-height: 70px;
    margin-bottom: 20px;
  }
  .navigation > .container > .iconLine {
    display: none;
  }
  #section1 > .container > .bgdSwiper > .section1Swiper > .swiper-button-prev {
    left: 45px;
  }
  #section1 > .container > .bgdSwiper > .section1Swiper > .swiper-pagination {
    left: 80px;
  }
  #section1 > .container > .bgdSwiper > .section1Swiper > .swiper-button-next {
    left: 280px;
  }
  .navigation > .container > .navLine {
    width: 100%;
    justify-content: center;
  }
  .navigation > .container > .navLine > a {
    font-size: 22px;
  }
  #section1
    > .container
    > .bgdSwiper
    > .section1Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .textBox2
    > p {
    font-size: 23px;
  }
  body
    > main
    > div.navigation
    > div.container
    > div.navLine
    > a:nth-child(3)
    > img {
    width: 120px;
  }
  #section1
    > .container
    > .bgdSwiper
    > .section1Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .textBox2 {
    width: 48%;
    top: 62%;
    left: 50px;
    margin-top: 30px;
  }

  #section1 > .container > .bgdSwiper > .section1Swiper > .textBox {
    left: 50px;
    top: 34%;
  }
  #section1 > .container > .bgdSwiper > .section1Swiper > .swiper-button-next,
  #section1 > .container > .bgdSwiper > .section1Swiper > .swiper-button-prev {
    top: 86.3%;
  }
  #section1 > .container > .bgdSwiper > .section1Swiper > .swiper-pagination {
    top: 84.7%;
  }
  #section2 > .container > .textLine > p.h1 {
    font-size: 46px;
    line-height: 60px;
  }
  #section2 > .container > .textLine > p.h1 > br {
    display: block;
  }
  #section2 > .container > .textLine > .secondBox > p {
    font-size: 30px;
  }

  #section2 > .container > .boxLine {
    align-items: flex-end;
  }
  #section3 {
    width: 100%;
    height: auto;
  }
  #section3 > .container {
    padding: 100px 0;
  }
  #section3 > .container > .content > .textLine {
    transform: none;
    margin-top: 0;
  }
  #section3 > .container > .content > .textLine > .textLine1 > p {
    display: inline-block;
  }
  #section3 > .container > .content > .textLine > .textLine2 > p {
    display: inline-block;
  }
  #section3 > .container > .content > .textLine > .textLine2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #section3 > .container > .content > .textLine > .textLine1 > p.yt,
  #section3 > .container > .content > .textLine > .textLine1 > p.bt {
    font-size: 44px;
  }
  #section3 > .container > .content > .textLine > .textLine1 > p.nt {
    font-size: 22px;
  }
  #section3 > .container > .content > .textLine > .textLine2 > p {
    font-size: 22px;
    text-align: center;
  }
  #section3 > .container > .content > .tablet {
    margin-top: 50px;
    margin-bottom: 0;
  }
  #section3 > .container > .content > .textLine > .textLine1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #section3 > .container > .content > .textLine > .textLine1 > p.yt {
    font-family: "GmarketSansBold";
    margin-top: 10px;
  }

  #section3
    > .container
    > .content
    > .textLine
    > .textLine1
    > p.yt:nth-child(4) {
    margin-top: -5px;
  }

  #section4 {
    height: auto;
  }

  #section4 > .container > .swiperLine {
    margin-top: 20px;
  }

  #section4 > .container > .textLine {
    gap: 1rem;
  }

  #section4 > .container > .textLine > p {
    text-align: center;
    line-height: 60px;
  }

  #section4 > .container > .textLine > p > br {
    display: block;
  }

  #section4 > .container > .textLine > p.h1 {
    font-size: 52px;
    margin-top: -15px;
  }

  #section4 > .container > .swiperLine > .section4Swiper {
    margin-bottom: 100px;
  }

  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box {
    width: 600px;
    height: 1000px;
    flex-direction: column;
  }
  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine {
    height: 510px;
  }
  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine
    > .tagLine {
    display: flex;
    margin-left: 0;
    margin-top: 20px;
    gap: 0.5rem;
    align-items: center;
  }

  #section4 > .container > .swiperLine > .section4Swiper > .swiper-button-next {
    right: 225px;
    top: 300px;
  }
  #section4 > .container > .swiperLine > .section4Swiper > .swiper-button-prev {
    left: 225px;
    top: 300px;
  }

  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine {
    align-items: center;
    padding: 50px 0;
    width: 100%;
  }
  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine
    > .topT {
    width: 100%;
  }
  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine
    > .topT {
    align-items: center;
  }
  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine
    > .topT
    > p {
    font-size: 50px;
  }
  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine
    > .topT
    > p.h1 {
    font-size: 51px;
  }
  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine
    > .subT
    > p {
    font-size: 24px;
  }
  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine
    > .tagLine
    > .tLine
    > p {
    font-size: 21px;
  }

  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .rightLine {
    width: 100%;
  }

  #section4 > .container > .swiperLine > .section4Swiper > .swiper-pagination {
    left: 55%;
    top: 90%;
  }

  #section5 > .container > .textLine > .mainT > p {
    font-size: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 60px;
  }
  #section5 > .container > .textLine > .subT {
    width: 54%;
  }

  #section5 > .container > .textLine > .subT > p {
    font-size: 29px;
    text-align: center;
  }

  #section5 > .container > .boxLine > div > div > ul > li > .box > img {
    width: 320px;
  }

  #section5 {
    height: 1020px;
  }
  #section6 > .container {
    position: relative;
  }

  #section6 {
    background-position: 35% 50%;
    height: auto;
    padding: 50px 0;
  }

  #section6 > .container > .rightLine > div > img,
  #section6 > .container > .rightLine > .haccp,
  #section6 > .container > .rightLine > .iso,
  #section6 > .container > .rightLine > .samsung {
    width: 175px;
  }

  #section6 > .container > .leftLine > .topTLine > p.headT > br {
    display: block;
  }

  #section6 > .container > .leftLine > .boxLine > .box > .tLine {
    width: 52%;
    margin-top: 10px;
  }
  #section6 > .container > .rightLine {
    flex-direction: column;
    position: absolute;
    left: 220px;
    top: 70px;
  }

  #section7 > .container > .textLine > .headLine > p.headT {
    font-size: 51px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 60px;
  }

  #section7 > .container > .textLine > .bodyLine {
    width: 43%;
    text-align: center;
  }

  #section7 > .container > .textLine > .headLine > p.subT {
    font-size: 33px;
    margin-bottom: 0;
  }

  #section11 > .container > .parcelLine {
    left: 3%;
  }

  #section8 > .container > .parcelLine > img {
    width: 725px;
  }
  #section8 > .container > .boxLine > .box {
    background-position: 55% 0;
  }

  #section8 > .container > .parcelLine {
    top: -320px;
  }

  #section8 > .container > .textLine > p.mainT > br {
    display: block;
  }
  #section8 > .container > .textLine {
    padding-top: 210px;
  }
  #section8 > .container > .textLine > p.mainT {
    font-size: 60px;
  }

  #section8 > .container > .textLine > p.subT {
    font-size: 33px;
    margin-bottom: 10px;
  }

  #section8 > .container > .boxLine > .box {
    width: 300px;
  }
  #section9 {
    height: 3100px;
  }

  #section9 > .container > .contentLine > .rightLine {
    margin-top: -70px;
  }

  #section10 > .container > .rightLine {
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #section11 > .container > .headTop > p.h1 {
    margin-top: 2px;
  }

  #section11 > .container > .bodyT > p.h2 {
    font-size: 27px;
  }

  #section11 > .container > .headTop > p.h1 > br {
    display: block;
  }

  .footer-content > .info > .line {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  #section11 > .container > .bodyT {
    width: 52%;
    text-align: center;
  }

  #section11 > .container > .sliderLine {
    width: 87%;
  }
  #section9 > .container > .contentLine > .leftLine {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #section9 > .container > .contentLine > .rightLine > .rightImgLine {
    margin-top: -150px;
  }
  #section9 > .container > .contentLine > .leftLine > .headTLine {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #section9 > .container > .contentLine > .leftLine > .headTLine > .subT {
    font-size: 29px;
  }
  #section9 > .container > .contentLine > .leftLine > .headTLine > .mainT {
    text-align: center;
    font-size: 51px;
  }
  #section9 > .container > .contentLine > .leftLine > .tagLine {
    align-items: center;
  }
  #section9 > .container > .contentLine > .leftLine > .bottomTLine {
    width: 76%;
    margin-top: 60px;
    text-align: center;
  }

  #section10 > .bottomLine {
    margin-top: 100px;
  }
  #section10 > .container > .leftLine > .textTLine > .headLine {
    align-items: flex-start;
  }
  #section10 > .container > .leftLine > .textTLine > .headLine > p.h1 {
    font-size: 55px;
  }
  #section10 > .container > .leftLine > .textTLine > .headLine > p.h2 {
    font-size: 33px;
    margin-bottom: 10px;
  }
  #section10 > .container > .leftLine > .textTLine > .infoLine {
    margin-top: 60px;
  }
  #section10 > .container > .leftLine > .textTLine {
    margin-right: 80px;
  }
  #section10 > .container > .rightLine > .formLine {
    margin-right: 0;
  }
  footer {
    padding: 20px 0;
  }
}
/* 작업 후 600까지 */
@media all and (max-width: 600px) {
  .navigation {
    display: none;
  }

  .navigationMob {
    display: flex;
  }

  .navigation > .container > .navLine {
    margin: 0;
    gap: 1rem;
  }

  .navigation > .container > .navLine > a > img {
    width: 90px;
  }
  .navigation > .container > .navLine > a {
    font-size: 18px;
  }

  #section1 > .container > .bgdSwiper > .section1Swiper > .textBox > p.boldF {
    font-size: 50px;
    line-height: 55px;
  }
  #section1 > .container > .bgdSwiper > .section1Swiper > .textBox > p {
    font-size: 35px;
  }

  #section1
    > .container
    > .bgdSwiper
    > .section1Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .textBox2
    > p {
    font-size: 19px;
  }
  #section1 > .container > .bgdSwiper > .section1Swiper > .swiper-pagination {
    font-size: 14px;
    top: 84%;
    left: 55px;
  }
  #section1 > .container > .bgdSwiper > .section1Swiper > .swiper-button-next {
    left: 220px;
  }

  #section1 > .container > .bgdSwiper > .section1Swiper > .swiper-button-next,
  #section1 > .container > .bgdSwiper > .section1Swiper > .swiper-button-prev {
    transform: scale(0.3);
    top: 85%;
  }

  #section4 > .container > .textLine > p {
    font-size: 29px;
  }
  #section4 > .container > .textLine > p.h1 {
    font-size: 45px;
    margin-top: -30px;
  }

  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine
    > .topT
    > p {
    font-size: 30px;
  }
  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine
    > .topT
    > p.h1 {
    font-size: 42px;
    font-family: "GmarketSansBold";
  }
  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine
    > .subT {
    display: flex;
    margin-top: 20px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box {
    width: 43%;
    height: auto;
  }
  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine {
    padding-bottom: 0;
    height: 500px;
  }
  #section4 > .container > .textLine {
    margin-top: 50px;
  }
  #section4 > .container > .swiperLine > .section4Swiper {
    margin-bottom: 50px;
  }
  #section4 > .container > .swiperLine > .section4Swiper > .swiper-pagination {
    font-family: "Pretendard-ExtraLight";
    left: 50%;
    font-weight: normal;
    letter-spacing: -2px;
  }

  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-pagination
    * {
    font-family: "Pretendard-ExtraLight";
  }
  #section4
    > div
    > div.swiperLine
    > div
    > div.swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal
    > span:nth-child(1) {
    font-weight: bold;
  }
  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-pagination
    > .swiper-pagination-current {
    font-weight: bold;
  }
  #section4 > .container > .swiperLine > .section4Swiper > .swiper-button-next {
    right: 300px;
    transform: scale(0.7);
  }
  #section4 > .container > .swiperLine > .section4Swiper > .swiper-button-prev {
    left: 300px;
    transform: scale(0.7);
  }
  #section2 > .container > .textLine > p.h1 {
    font-size: 43px;
    line-height: 53px;
  }
  #section2 > .container > .textLine > .secondBox > p.mobTarg > br {
    display: block;
  }
  #section2 > .container > .textLine > .secondBox > p {
    text-align: center;
    font-size: 25px;
  }
  #section2 > .container > .boxLine > .box > .imgBox > img {
    width: 160px;
  }
  #section2 > .container > .boxLine > .box > p.h1 {
    font-size: 22px;
    margin: 0;
    margin-top: 10px;
  }
  #section2 > .container > .boxLine > .box > p.h2 {
    font-size: 17px;
    margin-top: 5px;
    line-height: 23px;
  }
  #section2 > div > div.boxLine > div:nth-child(2) > div > img {
    width: 130px;
  }
  #section2 > div > div.boxLine > div:nth-child(4) > div > img {
    width: 140px;
  }
  #section2 > .container > .boxLine {
    gap: 3rem;
    margin-top: 90px;
  }

  #section3 > .container > .content > .textLine > .textLine1 > p.yt,
  #section3 > .container > .content > .textLine > .textLine1 > p.bt {
    font-size: 43px;
  }

  #section3 > .container > .content > .textLine > .textLine1 > p.nt {
    font-size: 23px;
  }
  #section3 > .container > .content > .tablet > img {
    width: 400px;
  }

  #section5 > .container > .boxLine > div > div > ul > li > .box > img {
    width: 200px;
  }
  #section5 > .container > .boxLine {
    margin-top: 100px;
    gap: 0.5rem;
  }
  #section5 {
    height: 800px;
  }

  #section5 > .container > .textLine > .subT {
    width: 67%;
  }

  #section5 > .container > .textLine > .subT > p {
    font-size: 25px;
  }
  #section6 > .container > .leftLine {
    margin-left: 35px;
  }
  #section6 > .container > .leftLine > .boxLine {
    margin-top: 30px;
  }
  #section6 > .container > .rightLine {
    width: auto;
    left: 300px;
    top: 100px;
  }
  #section6 > .container > .leftLine > .topTLine > p.subT {
    font-size: 25px;
  }
  #section6 > .container > .leftLine > .topTLine > p.headT {
    font-size: 45px;
  }
  #section6 > .container > .leftLine > .subTLine > p {
    font-size: 24px;
  }
  #section6 > .container > .leftLine > .boxLine > .box > .tLine > p {
    font-size: 20px;
  }
  #section6 > .container > .leftLine > .boxLine > .box > .boxT > p {
    font-size: 19px;
  }
  #section6 > .container > .rightLine > div > img,
  #section6 > .container > .rightLine > .haccp,
  #section6 > .container > .rightLine > .iso,
  #section6 > .container > .rightLine > .samsung {
    width: 130px;
  }

  #section8 > .container > .textLine > p.subT {
    font-size: 28px;
  }
  #section8 > .container > .textLine > p.mainT {
    font-size: 50px;
  }

  #section8 > .container > .boxLine > .box {
    width: 190px;
    height: 400px;
  }
  #section8 > .container > .boxLine {
    gap: 1rem;
  }
  #section8 > .container > .boxLine > .box > .topT > .mainT {
    font-size: 28px;
  }
  #section8 > .container > .boxLine > .box > .topT > .mainT:nth-child(2) {
    margin-top: 10px;
  }
  #section8 > .container > .boxLine > .box > .topT {
    margin-left: 15px;
    margin-top: 30px;
  }
  #section8 > .container > .boxLine > .box > .topT > .subT {
    font-size: 14px;
  }
  #section8 > .container > .boxLine > .box.hoverB {
    width: 230px;
  }
  #section8 > .container > .boxLine > .box > .bottomT > p {
    font-size: 18px;
  }
  #section8 > .container > .boxLine > .box > .bottomT {
    margin-left: 20px;
    margin-bottom: 35px;
    padding-right: 50px;
  }
  #section8 > .container > .boxLine {
    margin-top: 70px;
  }
  #section8 > .container > .textLine {
    padding-top: 50px;
  }
  #section8 > .container {
    padding-bottom: 80px;
  }
  #section7 {
    height: 650px;
  }
  section > .container {
    padding-top: 10px;
  }
  #section7 > .container > .textLine > .headLine > p.subT {
    font-size: 25px;
  }
  #section7 > .container > .textLine > .headLine > p.headT {
    font-size: 38px;
    line-height: 45px;
  }
  #section7 > .container > .textLine > .bodyLine > p {
    font-size: 22px;
  }
  #section7 > .container > .textLine > .bodyLine {
    width: 60%;
  }
  #section11 > .container > .parcelLine > img {
    width: 500px;
  }
  #section11 > .container > .parcelLine {
    top: -270px;
    left: 4%;
  }
  #section11 > .container > .headTop > p.h2 {
    font-size: 25px;
  }
  #section11 > .container > .headTop > p.h1 {
    font-size: 38px;
  }
  #section11 > .container > .bodyT {
    width: 72%;
  }
  #section11 > .container > .bodyT > p.h2 {
    font-size: 23px;
  }
  #section11 > .container > .headTop {
    padding-top: 0;
  }
  #section9 {
    height: 2250px;
  }

  #section9 > .container > .contentLine > .leftLine > .headTLine > .subT {
    font-size: 25px;
  }

  #section9 > .container > .contentLine > .leftLine > .headTLine > .mainT {
    font-size: 38px;
  }
  #section9 > .container > .contentLine > .leftLine > .headTLine > .mainT > br {
    display: block;
  }
  #section9 > .container > .contentLine > .leftLine,
  #section9 > .container > .contentLine > .leftLine.fixedT {
    padding-top: 80px;
  }
  #section9 > .container > .contentLine > .leftLine > .tagLine {
    gap: 1rem;
    margin-top: 30px;
  }
  #section9 > .container > .contentLine > .leftLine > .tagLine > .tagD > p {
    font-size: 20px;
    padding: 7px 18px;
  }
  #section9 > .container > .contentLine > .leftLine > .bottomTLine > p {
    font-size: 23px;
    line-height: 35px;
  }
  #section9 > .container > .contentLine > .leftLine > .bottomTLine {
    margin-top: 35px;
  }
  #section9 > .container > .contentLine > .rightLine {
    gap: 1rem;
    margin-top: -70px;
  }
  #section9 > .container > .contentLine > .rightLine > .leftImgLine > img,
  #section9 > .container > .contentLine > .rightLine > .rightImgLine > img {
    width: 210px;
  }
  #section9 > .container > .contentLine > .rightLine > .leftImgLine,
  #section9 > .container > .contentLine > .rightLine > .rightImgLine {
    gap: 1rem;
  }

  #section10 > .container > .leftLine > .textTLine > .headLine > p.h1 {
    font-size: 44px;
  }

  #section10 > .container > .leftLine > .textTLine > .headLine > p.h2 {
    font-size: 28px;
  }
  #section10 > .container > .leftLine > .textTLine {
    margin-right: 40px;
  }
  #section10 > .container > .leftLine > .textTLine > .infoLine > .h1 {
    font-size: 37px;
  }
  #section10
    > .container
    > .leftLine
    > .textTLine
    > .infoLine
    > .info
    > p
    > br {
    display: block;
  }
  #section10 > .container > .leftLine > .textTLine > .infoLine > .info > p {
    font-size: 19px;
  }
  #section10
    > .container
    > .leftLine
    > .textTLine
    > .infoLine
    > .info
    > .infoH
    > p {
    font-size: 21px;
    font-weight: initial;
  }
  #section10
    > div.container
    > div.leftLine
    > div
    > div.infoLine
    > div:nth-child(3)
    > p:nth-child(3) {
    margin-top: -2px;
  }

  #section10 > .container > .rightLine > .formLine > form > .checkBox {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  #section10 > .container > .rightLine > .formLine > form > .selectBox {
    flex-wrap: wrap;
  }

  #section10
    > .container
    > .rightLine
    > .formLine
    > form
    > .selectBox
    > .box
    > label {
    font-size: 18px;
  }
  footer > .footer-content {
    padding: 5px 40px;
    gap: 1rem;
  }
  footer > .footer-content > img {
    width: 100px;
  }
  #section11 > .container > .sliderLine {
    margin-top: 40px;
  }
  #section11 > .container > .sliderLine > .boxLine {
    gap: 1.2rem;
  }
  #section11 > .container > .sliderLine > .boxLine > .imgBox {
    gap: 1.2rem;
  }
  #section11 > .container > .sliderLine > .boxLine > .imgBox > .box {
    width: 200px;
  }

  #section2 > .container > .textLine > .secondBox {
    gap: 0;
  }
  .footer-content > .info > .line > span {
    font-size: 12px;
  }
  .footer-content > .info > .line > p {
    font-size: 12px;
  }
  .footer-content > .info {
    gap: 2px;
  }
  .footer-content > .info > .line {
    gap: 2px;
  }
  #section6 {
    background-image: url(img/section6/bgdM.webp);
  }
}
/* 작업 후 479까지 */
@media all and (max-width: 478px) {
  #typed {
    font-size: 20px;
  }
  #typed > img {
    width: 40px;
  }
  .navigation > .container > .navLine > a > img {
    width: 70px;
  }
  .navigation > .container > .navLine > a {
    font-size: 16px;
  }
  .navigation > .container > .navLine {
    gap: 0.8rem;
  }
  #section1 > .container > .bgdSwiper > .section1Swiper > .textBox {
    left: 25px;
  }
  #section1
    > .container
    > .bgdSwiper
    > .section1Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .textBox2 {
    left: 25px;
    top: 61%;
    width: 60%;
  }

  #section1 > .container > .bgdSwiper > .section1Swiper > .swiper-pagination {
    width: 28%;
    font-size: 14px;
    top: 84%;
    left: 70px;
    z-index: 9999;
  }
  #section1 > .container > .bgdSwiper > .section1Swiper > .swiper-button-next {
    left: 190px;
    z-index: 9999;
  }
  #section1 > .container > .bgdSwiper > .section1Swiper > .swiper-button-prev {
    left: 20px;
    z-index: 9999;
  }

  #section1 > .container > .bgdSwiper > .section1Swiper > .swiper-button-next,
  #section1 > .container > .bgdSwiper > .section1Swiper > .swiper-button-prev {
    transform: scale(0.3);
    top: 85%;
  }
  #section4 > .container > .textLine > p {
    font-size: 26px;
  }
  #section4 > .container > .textLine > p.h1 {
    font-size: 41px;
    line-height: 52px;
  }
  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box {
    width: 35%;
  }

  #section4 > .container > .swiperLine > .section4Swiper > .swiper-button-prev {
    left: 340px;
  }
  #section4 > .container > .swiperLine > .section4Swiper > .swiper-button-next {
    right: 340px;
  }
  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine {
    height: 450px;
  }
  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine
    > .topT
    > p {
    font-size: 28px;
  }
  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine
    > .topT
    > p.h1 {
    font-size: 39px;
  }
  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine
    > .subT
    > p {
    font-size: 22px;
  }
  #section4
    > .container
    > .swiperLine
    > .section4Swiper
    > .swiper-wrapper
    > .swiper-slide
    > .box
    > .leftLine
    > .tagLine
    > .tLine
    > p {
    font-size: 18px;
  }
  #section4 > .container > .swiperLine > .section4Swiper > .swiper-pagination {
    left: 47%;
  }
  #section2 > .container {
    padding: 65px 0;
  }
  #section2 > .container > .textLine > p.h1 {
    font-size: 39px;
    line-height: 46px;
  }

  #section2 > .container > .boxLine {
    gap: 1rem;
    margin-top: 50px;
  }
  #section2 > .container > .textLine > .secondBox > p {
    font-size: 21px;
  }
  #section2 > .container > .boxLine > .box > .imgBox > img {
    width: 110px;
  }
  #section2 > .container > .boxLine > .box > p.h1 {
    font-size: 19px;
    margin-top: 5px;
  }
  #section2 > .container > .boxLine > .box > p.h2 {
    font-size: 15px;
  }

  #section2 > .container > .boxLine > .box:nth-child(2) > .imgBox > img {
    width: 90px;
  }

  #section2 > .container > .boxLine > .box:nth-child(4) > .imgBox > img {
    width: 90px;
  }
  #section3 > .container > .content > .textLine > .textLine1 > p.nt {
    font-size: 22px;
  }
  #section3 > .container > .content > .textLine > .textLine1 > p.yt,
  #section3 > .container > .content > .textLine > .textLine1 > p.bt {
    font-size: 39px;
  }
  #section3 > .container > .content > .textLine > .textLine2 > p {
    font-size: 19px;
  }
  #section3 > .container > .content > .tablet > img {
    width: 350px;
  }
  #section5 {
    height: 840px;
  }
  #section5 > .container > .textLine > .mainT > p {
    font-size: 41px;
    line-height: 52px;
  }
  #section5 > .container > .textLine > .subT > p {
    font-size: 21px;
  }
  #section5 > .container > .boxLine > div > div > ul > li > .box {
    width: 200px;
  }
  #section6 > .container > .leftLine > .topTLine > p.subT {
    font-size: 22px;
  }
  #section6 > .container > .leftLine > .topTLine > p.headT {
    font-size: 39px;
  }
  #section6 > .container > .leftLine > .subTLine > p {
    font-size: 19px;
  }

  #section6 > .container > .leftLine > .boxLine > .box > .tLine > p {
    font-size: 15px;
  }
  #section6 > .container > .leftLine > .boxLine > .box > .boxT > p {
    font-size: 12px;
  }
  #section6 > .container > .rightLine > div > img,
  #section6 > .container > .rightLine > .haccp,
  #section6 > .container > .rightLine > .iso,
  #section6 > .container > .rightLine > .samsung {
    width: 90px;
  }
  #section6 > .container > .rightLine {
    left: 250px;
    gap: 1rem;
  }
  #section8 > .container > .textLine > p.subT {
    font-size: 21px;
  }
  #section8 > .container > .textLine > p.mainT {
    font-size: 38px;
  }
  #section8 > .container > .boxLine > .box {
    width: 150px;
    height: 300px;
  }
  #section8 > .container > .boxLine > .box.hoverB {
    width: 190px;
  }
  #section8 > .container > .boxLine > .box > .topT > .mainT:nth-child(2) {
    font-size: 20px;
  }
  #section8 > .container > .boxLine > .box > .topT > .subT {
    font-size: 12px;
  }
  #section8 > .container > .boxLine > .box > .bottomT > p {
    font-size: 13px;
  }
  #section7 {
    height: 600px;
  }
  #section7 > .container > .textLine > .bodyLine > p {
    line-height: 30px;
  }
  #section7 > .container > .textLine > .headLine > p.subT {
    font-size: 21px;
  }
  #section7 > .container > .textLine > .headLine > p.headT {
    font-size: 32px;
    line-height: 40px;
  }
  #section11 > .container > .parcelLine > img {
    width: 400px;
  }
  #section11 > .container > .parcelLine {
    top: -220px;
  }
  #section11 > .container > .headTop > p.h2 {
    font-size: 21px;
  }
  #section11 > .container > .headTop > p.h1 {
    font-size: 36px;
  }
  #section11 > .container > .bodyT > p.h2 {
    font-size: 19px;
  }
  #section9 {
    height: 2300px;
  }
  #section10 > .container {
    gap: 3rem;
  }
  #section9 > .container > .contentLine > .leftLine > .tagLine > .tagD {
    gap: 0.8rem;
  }
  #section9 > .container > .contentLine > .leftLine > .bottomTLine > p {
    font-size: 21px;
  }
  #section9 > .container > .contentLine > .rightLine > .leftImgLine > img,
  #section9 > .container > .contentLine > .rightLine > .rightImgLine > img {
    width: 170px;
  }
  #section10 > .container > .leftLine > .textTLine > .headLine > p.h2 {
    font-size: 22px;
  }
  #section10 > .container > .leftLine > .textTLine > .headLine > p.h1 {
    font-size: 36px;
  }
  #section10 > .container > .leftLine > .textTLine > .infoLine > .h1 {
    font-size: 32px;
  }
  #section10 > .container > .leftLine > .textTLine {
    margin-right: 20px;
  }
  #section10 > .container > .rightLine > .formLine {
    padding: 0px 30px 40px 30px;
  }
  #section11 > .container > .sliderLine {
    margin-top: 40px;
  }
  #section11 > .container > .sliderLine > .boxLine {
    gap: 1.2rem;
    padding-bottom: 10px;
  }
  
  #section11 > .container > .sliderLine > .boxLine::-webkit-scrollbar {
    height: 8px;
  }
  #section11 > .container > .sliderLine > .boxLine::-webkit-scrollbar-thumb {
    background-color: #AFB94F;
    height: 8px;
    border-radius: 10px;
    cursor: pointer;
  }
  #section11 > .container > .sliderLine > .boxLine > .imgBox {
    gap: 1.2rem;
  }
  #section11 > .container > .sliderLine > .boxLine > .imgBox > .box {
    width: 200px;
    height: 150px;
  }
  footer > .footer-content > img {
    width: 80px;
  }
  footer > .footer-content {
    padding: 5px 20px;
  }
  .footer-content > .info > .line > span {
    font-size: 10px;
  }
  .footer-content > .info > .line > p {
    font-size: 10px;
  }
}
/* 작업 후 414까지 */
@media all and (max-width: 320px) {
}

/* ===== media ===== */
