section {
  width: 100%;
  margin: 0;
}

article {
  width: 1240px;
  min-height: 100px;
  margin: 20px auto;
  padding: 20px;
}

#main_banner {
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slide>ul {
  width: 300%;
  height: 100%;
  position: relative;
  left: 0;
  display: flex;
}

.slide>ul>li {
  width: 33.3333%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slide>ul>li>img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#brand {
  width: 100%;
  height: 161px;
}

.copy {
  font-family: 'Cafe24Anemone';
  font-weight: 350;
  font-size: 35pt;
  color: #96221E;
  width: 600px;
  margin: 0 auto;
  position: relative;
}

.copy::before,
.copy::after {
  content: "";
  position: absolute;
  height: 6px;
  background-color: #96221E;
}

.copy::before {
  right: calc(50% + 273px);
  top: 38px;
  width: 700px;
}

.copy::after {
  left: calc(50% + 273px);
  top: 129px;
  width: 700px;
}

.copy>li:nth-child(2) {
  text-align: center;
}

.copy>li:last-child {
  text-align: right;
}

.about_44 {
  font-family: 'Barlow', sans-serif;
  font-size: 25pt;
  color: #96221E;
  width: fit-content;
  padding: 0 50px;
  height: 50px;
  border-bottom: 6px solid #96221E;
  margin: 0 auto;
  text-align: center;
}


.sub_copy {
  width: 484px;
  margin: 20px auto;
  font-family: 'Cafe24ProSlim';
  font-weight: 700;
  text-align: center;
  font-size: 30px;
}


.sub_copy_2 {
  width: 560px;
  margin: 0 auto;
  font-family: 'Cafe24ProSlim';
  font-weight: 150;
  text-align: center;
  font-size: 20px;
  line-height: 2.5;
}

h3 {
  font-family: 'Cafe24Anemone';
  color: #96221E;
  padding: 25px 0;
}


#zip_bob {
  height: calc(72px + 870px);
  padding: 0;
  position: relative;
}


.box1,
.box2 {
  display: grid;
  width: calc(280px * 9 + 20px * 8);
  height: 425px;
  position: absolute;
  overflow: hidden;
}

.box1 {
  right: 0px;
  bottom: 445px;
}

.box2 {
  left: 0;
  bottom: 0;
}



.zip_bob_1,
.zip_bob_2 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 20px;
  position: relative;
}


.zip_bob_1>li,
.zip_bob_2>li {
  width: 280px;
  background-color: #c7c7c7;
}

.zip_bob_1>li>a,
.zip_bob_2>li>a {
  font-family: 'Cafe24ProSlim';
  font-size: 16px;
}

#product {
  position: relative;
  overflow: hidden;
}

#product>ul {
  width: calc(295px * 9 + 20 * 8);
  height: 330px;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 20px;
  position: relative;
}


.prev,
.next {
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 164px;
  cursor: pointer;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}


#best {
  position: relative;
  overflow: hidden;
}


.prev_b,
.next_b {
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 164px;
  cursor: pointer;
}

.prev_b {
  left: 0;
}

.next_b {
  right: 0;
}

#best>ul {
  width: calc(295px * 9 + 20 * 8);
  height: 330px;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 20px;
  position: relative;
}



#new {
  position: relative;
  overflow: hidden;
}

#new>ul {
  width: calc(295px * 9 + 20 * 8);
  height: 330px;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 20px;
  position: relative;
}

.prev_n,
.next_n {
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 164px;
  cursor: pointer;
}

.prev_n {
  left: 0;
}

.next_n {
  right: 0;
}

.news {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.news>li {
  position: relative;
  overflow: hidden;
}

.textBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0006;
  align-content: end;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  transition: all .2;
  font-family: 'Cafe24Anemone';
  font-size: 26px;
  line-height: 1.3;
}

.news>li:hover .textBox {
  opacity: 1;
}

.news>li:nth-child(1) {
  grid-column: span 5;
}

.news>li:nth-child(2) {
  grid-column: span 3;
}

.news>li:nth-child(3) {
  grid-column: span 4;
}

.news>li:nth-child(4) {
  grid-column: span 3;
}

.news>li:nth-child(5) {
  grid-column: span 4;
}

.news>li:nth-child(6) {
  grid-column: span 5;
}

#text {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  position: relative;
  line-height: 2;
  font-family: Inter, sans-serif;
}

.career>ul {
  border: 5px solid #96221E;
  padding: 10px;
  height: 230px;
}

#text>div>ul>li::before {
  content: url(../img/index_img/career_circlr.png);
  padding: 0 10px;
}

#text>div>ul>li>a {
  display: inline-block;
  width: calc(100% - 40px);
  position: relative;
}

#text>div>ul>li>a::before {
  content: "2026.02.21";
  position: absolute;
  right: 0;
  background-color: #fff;
}

.notice>ul {
  border: 5px solid #96221E;
  padding: 10px;
  height: 230px;
}


/**since 부분**/
.middle_contents {
  position: relative;
}

.middle_contents>ul {
  height: 235px;
  display: grid;
  grid-template-columns: repeat(4, 3fr);
  gap: 30px;
  font-family: 'Cafe24Anemone';
}

.middle_contents .top {
  height: 100px;
  width: 208px;
  border-bottom: 3px solid #96221E;
  position: relative;
  text-align: center;
}

.middle_contents .bottom {
  font-size: 24px;
  padding: 10px 0;
}

.middle_contents .bottom p {
  font-family: 'Cafe24AnemoneAir';
  font-size: 16px;
  padding: 10px 0;
}

.middle_contents .top>h4 {
  font-size: 32px;
  color: #96221E;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 10px;
  align-content: end;
}

.middle_contents .top .since {
  font-weight: 800;
  font-size: 32px;
  font-family: 'Barlow', sans-serif;
  position: absolute;
  left: 0;
  top: 0;
}

.middle_contents .map {
  text-align: left;
  padding-left: 30px;
  background-image: url(../img/index_img/37768450_155Y_clgn4t385lmm2s1d6gg68qb7d5q62r10chnn8so\ 1.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.middle_contents .left {
  text-align-last: left;
  padding-left: 60px;
}

.middle_contents .left {
  height: 100px;
  width: 208px;
  border-bottom: 3px solid #96221E;
}

.middle_contents .bottom3>h4 {
  font-size: 24px;
  padding: 10px 0;
}

.middle_contents .bottom3>p {
  font-family: 'Cafe24AnemoneAir';
  font-size: 16px;
  padding: 10px 0;
}

/**since 부분 종료**/

.france {
  width: 100%;
  padding: 0;
  height: 328px;
}


.franceBox {
  border: 7px solid #96221E;
  width: 1240px;
  box-sizing: border-box;
  height: 328px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 20px;
}


.franceBox::before,
.franceBox::after {
  content: "";
  position: absolute;
  height: 6px;
  background-color: #96221E;
}

.franceBox::before {
  right: calc(50% + 613px);
  top: 70px;
  width: 600px;
}

.franceBox::after {
  left: calc(50% + 613px);
  top: 250px;
  width: 600px;
}

.left {
  font-family: 'Cafe24Anemone';
  font-size: 28px;
  padding-left: 20px;
}

.left>h2 {
  padding: 20px 120px;
  color: #96221E;
}

.left>p {
  padding-top: 15px;
  font-family: 'Cafe24ProSlim';
  font-weight: 100;
  line-height: 1.5;
  font-size: 24px;
}

.right {
  background-image: url(../img/index_img/image_18.jpg);
  background-size: cover;
}

.bottom_banner>ul {
  height: 200px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.bottom_banner>ul>li>a {
  display: block;
  background-color: #96221E;
  height: 100%;
  position: relative;
}

.bottom_banner>ul>li>a>span {
  font-family: 'Cafe24Anemone';
  font-size: 35px;
  color: #fff;
  position: absolute;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
}

.bottom_banner>ul>li>a>img {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}


.bottom_banner>ul>li:nth-child(1) {
  grid-column: span 3;
}

.bottom_banner>ul>li:nth-child(2) {
  grid-column: span 6;
}

.bottom_banner>ul>li:nth-child(3) {
  grid-column: span 3;
}