@import url(/reset.css);
.flex {
  display: flex;
  justify-content: space-between;
}

header {
  height: 100px;
}
header .h_inner {
  width: 1400px;
  margin: auto;
  padding: 15px 0;
  align-items: center;
}
header .h_inner h1 {
  width: 150px;
}
header .h_inner h1 img {
  width: 100%;
}
header .h_inner .nav {
  gap: 100px;
  font-size: 20px;
}
header .h_inner .gnb {
  gap: 20px;
}

#sect1 {
  position: relative;
}
#sect1 .yummy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#sect1 .yummy img {
  width: 100%;
}

#sect2 {
  position: relative;
  overflow-x: hidden;
}
#sect2 ul.brand-icon li {
  width: 88px;
  height: 88px;
  cursor: pointer;
}
#sect2 ul.brand-icon li:nth-child(1) {
  background-image: url(./img/main_con01_off.png);
}
#sect2 ul.brand-icon li:nth-child(2) {
  background-image: url(./img/main_con02_off.png);
}
#sect2 ul.brand-icon li:nth-child(3) {
  background-image: url(./img/main_con03_off.png);
}
#sect2 ul.brand-icon li:nth-child(4) {
  background-image: url(./img/main_con04_off.png);
}
#sect2 ul.brand-icon li:nth-child(1).on,
#sect2 ul.brand-icon li:nth-child(1):hover {
  background-image: url(./img//main_con01_on.png);
}
#sect2 ul.brand-icon li:nth-child(2).on,
#sect2 ul.brand-icon li:nth-child(2):hover {
  background-image: url(./img/main_con02_on.png);
}
#sect2 ul.brand-icon li:nth-child(3).on,
#sect2 ul.brand-icon li:nth-child(3):hover {
  background-image: url(./img/main_con03_on.png);
}
#sect2 ul.brand-icon li:nth-child(4).on,
#sect2 ul.brand-icon li:nth-child(4):hover {
  background-image: url(./img/main_con04_on.png);
}
#sect2 ul.brand-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 3rem;
  display: flex;
  gap: 1rem;
  z-index: 99;
}
#sect2 .fadeswiper-pagination {
  position: absolute;
  left: 712px;
  display: flex;
  gap: 70px !important;
  top: 78px;
  z-index: 90;
}
#sect2 .fadeswiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: initial;
}
#sect2 .swiper-slide .summary {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 300px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 300px;
}
#sect2 .swiper-slide .summary h3 {
  width: 200px;
}
#sect2 .swiper-slide .summary p {
  font-size: 18px;
  margin-top: 50px;
}
#sect2 .swiper-slide .summary p em {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  margin: 1rem;
}

#sect3 {
  width: 59%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 36%;
  margin: 100px auto;
}
#sect3 iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#sect4 .title {
  text-align: center;
}
#sect4 .title img {
  margin: auto;
}
#sect4 .circle {
  position: relative;
  width: 57%;
  margin: 50px auto;
}
#sect4 .circle h3 img {
  width: 20%;
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translate(-50%, 50%);
}
#sect4 .circle img.rotate {
  width: 100%;
}

#sect5 {
  max-width: 1200px;
  margin: auto;
}
#sect5 .sticky {
  text-align: center;
  position: relative;
  z-index: 99;
  background: #fff;
}
#sect5 .sticky.on {
  position: sticky;
  top: 0;
}
#sect5 .sticky h2 {
  padding: 1rem;
}
#sect5 .sticky .menu {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
#sect5 .sticky .menu ul {
  display: flex;
}
#sect5 .sticky .menu ul li {
  border: 1px solid #000;
}
#sect5 .sticky .menu ul li:nth-child(2), #sect5 .sticky .menu ul li:nth-child(3), #sect5 .sticky .menu ul li:nth-child(4) {
  border-left: transparent;
}
#sect5 .sticky .menu ul li a {
  height: 100%;
  width: 200px;
  display: block;
  padding: 10px;
  cursor: pointer;
}
#sect5 .sticky .menu ul li a.on {
  background: #000;
  color: #fff;
}
#sect5 h3 {
  text-align: center;
  margin-bottom: 4rem;
}
#sect5 article {
  margin-bottom: 2rem;
}
#sect5 article ul {
  width: 80%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 3rem;
}
#sect5 article ul li {
  position: relative;
  opacity: 0;
  top: 50px;
  text-align: center;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#sect5 article ul li em,
#sect5 article ul li b {
  display: inline-block;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  width: 67px;
  height: 27px;
  border-radius: 100px;
  font-weight: normal;
  font-style: normal;
  line-height: 27px;
  color: #fff;
  font-size: 13px;
}
#sect5 article ul li b {
  background: #f38708;
}
#sect5 article ul li b.new {
  background: #e90929;
}
#sect5 article ul li b.sum {
  background: #5dc2e2;
}
#sect5 article ul li b.win {
  background: #9b2237;
}
#sect5 article ul li img {
  width: 100%;
}
#sect5 article ul li.color {
  cursor: pointer;
}

@media only screen and (max-width: 540px) {
  #sect5 article ul {
    gap: 50px;
  }
  #sect5 article ul li {
    width: 40%;
  }
}
@media only screen and (min-width: 541px) {
  #sect5 article li {
    width: 30%;
  }
}
@media only screen and (min-width: 1200px) {
  #sect5 article li {
    width: 16.6666%;
  }
}