html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: rgb(77, 77, 77);
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* //////////////////////////////////////////// */
h1 {
  font-size: 60px;
  font-weight: 700;
}
h2 {
  font-size: 34px;
  font-weight: 700;
}
h3 {
  font-size: 22px;
  font-weight: 500;
}
h4 {
  font-size: 17px;
  font-weight: 500;
}
hr {
  margin: 100px;
  border: 1px solid rgb(242, 242, 242);
}
b {
  font-weight: 700;
}
img {
  border-radius: 14px;
}
/* //////////////////////////////////// */
header {
  position: sticky;
  top: 0;
  left: 0;
  margin: auto;
  padding: 0 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  height: 100px;
  align-items: center;
  max-width: 1220px;
  background-color: rgba(255, 255, 255, 0.9);
  border-end-start-radius: 30px;
  border-end-end-radius: 30px;
  z-index: 1000;
}
#logo {
  width: 200px;
  height: 50px;
  cursor: pointer;
}
#login {
  width: 200px;
  display: flex;
  justify-content: end;
}
#loginButton {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}
#hamburger {
  display: none;
}
nav {
  display: flex;
}
.mainMenu {
  margin: auto;
  padding: 0 20px;
  cursor: pointer;
  width: 70px;
}
/* ///////////////////////////////////////////// */
#slideShow {
  position: relative;
  display: flex;
  max-width: 1280px;
  height: 410px;
  margin: auto;
}
.slide {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.active {
  opacity: 1;
  transition: all 1s;
}
.slide > img {
  height: 420px;
  width: 100%;
  border-radius: 0px;
  object-fit: cover;
}
.slideText {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  font-size: 40px;
  text-align: center;
}
.slideText > p:first-child {
  color: rgb(170, 170, 170);
  font-size: 70px;
  font-weight: 300;
  line-height: 60px;
  text-align: center;
}
.slideText > p:last-child {
  color: rgb(170, 170, 170);
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 60px;
  padding-top: 20px;
}
.upImage {
  position: relative;
  display: flex;
  margin: auto;
  max-width: 1220px;
  height: 280px;
}
.upImage > img {
  width: 100%;
  border-radius: 0px;
  object-fit: cover;
}
.upImageText {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
}
.upImageText > p:first-child {
  color: rgb(170, 170, 170);
  font-size: 50px;
  font-weight: 300;
  text-align: center;
}
.upImageText > p:last-child {
  color: rgb(170, 170, 170);
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  padding-top: 20px;
}
.colorWhite {
  color: white;
}
/* //////////////////////////////////// */
#contentsArea {
  margin: auto;
  max-width: 1240px;
  padding: 0 20px;
}
#greetings {
  padding: 40px 0 20px 0;
}
#greetings h1 {
  margin-top: 150px;
  margin-bottom: 100px;
}
#greetingsContents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#greetingsContents > p {
  min-width: 280px;
  width: 500px;
  line-height: 30px;
  flex-grow: 1;
  padding: 0 50px 0 0;
  text-align: center;
  margin: 40px 0;
}
#greetingsContents > img {
  object-fit: cover;
  margin: 40px 0;
  min-width: 300px;
  width: 550px;
  height: 440px;
}

#cultureCenter {
  padding: 100px 0 70px 0;
}
#cultureCenter h1 {
  margin-bottom: 120px;
}
#cultureCenter > img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
#curtureCenterContents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 80px 0;
}
#curtureCenterContents > img {
  min-width: 280px;
  width: 600px;
  height: 440px;
  flex-grow: 1;
  object-fit: cover;
}
#curtureCenterText {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 280px;
  width: 520px;
  padding: 0 30px;
}
#curtureCenterText h2 {
  text-align: center;
  margin: 30px 0;
  min-width: 280px;
}
#curtureCenterText > div {
  text-align: center;
  min-width: 280px;
  line-height: 30px;
}
#curtureCenterPhotoSlide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
#curtureCenterPhotoSlide img {
  object-fit: cover;
  flex-grow: 1;
  min-width: 280px;
  width: 300px;
  height: 220px;
}
#localFood {
  padding: 50px 0 70px 0;
}
#localFood h1 {
  width: 100%;
  margin-bottom: 120px;
}
#localFoodContents {
  width: 100%;
  min-width: 280px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#localFoodContents > img {
  object-fit: cover;
  min-width: 280px;
  flex-grow: 1;
  height: 500px;
}
#localFoodText {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 280px;
  width: 520px;
  padding: 0 30px;
}
#localFoodText h2 {
  margin: 30px 0;
}
#localFoodText h3 {
  margin: 40px 0;
}
#localFoodText ol li {
  font-size: 16px;
  line-height: 40px;
}
#localFoodText h4 {
  padding-top: 30px;
  line-height: 30px;
  font-weight: 700;
}
#localFoodImg {
  object-fit: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 100px 0 150px 0;
  gap: 10px;
}
#localFoodImg img {
  flex-grow: 1;
  object-fit: cover;
  min-width: 280px;
  width: 300px;
  height: 220px;
}
/* /////////////////////////////////// */
footer {
  background-color: rgb(250, 250, 250);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
  min-width: 280px;
  max-width: 1240px;
  margin: auto;
}
footer > h4 {
  font-weight: 700;
  margin-bottom: 10px;
}
footer > p {
  padding: 0 30px;
  min-width: 280px;
  font-size: 13px;
  text-align: center;
  line-height: 18px;
}

/* ///////////////////////////////////// */

#infomationArea {
  margin: auto;
  max-width: 1220px;
  padding: 0 20px 100px;
  display: flex;
  flex-direction: column;
}
#infomationArea > h1 {
  height: 100px;
  text-align: center;
  padding: 200px 0 160px 0;
  line-height: 80px;
}
#infomationArea > img {
  min-width: 280px;
  flex-grow: 1;
  object-fit: cover;
}

#productArea {
  margin: auto;
  max-width: 1220px;
  padding: 0 30px 200px;
}
#productArea > h1 {
  font-size: 35px;
  font-weight: 500;
  padding: 80px 0 100px;
}
#productArea > img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin: 200px 0 0;
}
#articleArea {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 20px;
}
#articleArea article {
  max-width: 290px;
  height: 270px;
  flex-grow: 1;
  cursor: pointer;
}
#articleArea article > img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
#articleArea .productTitle {
  font-size: 16px;
  font-weight: 500;
  padding: 14px 5px 10px;
}
#articleArea .productDescript {
  font-size: 13px;
  line-height: 20px;
  padding: 0 5px 16px;
  color: grey;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#productBottomImg {
  position: relative;
  display: flex;
  margin: auto;
  max-width: 1280px;
  height: 280px;
}
#productBottomImg > img {
  width: 100%;
  border-radius: 0px;
  object-fit: cover;
  border-start-start-radius: 20px;
  border-start-end-radius: 20px;
}
#productBottomImg > p {
  position: absolute;
  width: 100%;
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  color: rgb(170, 170, 170);
  top: 50%;
  transform: translateY(-50%);
}

#notificationArea {
  margin: auto;
  max-width: 1220px;
  padding: 0 30px 150px;
}
#notificationArea > h1 {
  font-size: 35px;
  font-weight: 500;
  padding: 80px 0 100px;
}
#notificationArea > img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin: 200px 0 0;
}
#notificationArticle {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 20px;
}
#notificationArticle > article {
  max-width: 287px;
  height: 360px;
  flex-grow: 1;
  border: 1px solid rgb(239, 239, 239);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
#notificationArticle > article > img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 0;
}
.notificationTitle {
  font-size: 16px;
  font-weight: 500;
  padding: 20px 12px 18px;
}
.notificationDescript {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.7;
  max-height: 45px;
  padding: 0 12px 16px;
  color: grey;
}
#welcomeArea {
  margin: auto;
  max-width: 1220px;
  padding: 0 30px 150px;
}
#welcomeArea > h1 {
  font-size: 35px;
  font-weight: 500;
  padding: 80px 0 100px;
}
#welcomeArea > p {
  padding: 30px 0 0;
}
.wayToArea {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.wayToArea img {
  flex-grow: 1;
  min-width: 320px;
  border: 1px solid rgb(234, 234, 234);
}

/* ///////////////////////////////////////// */

#blackCurtain {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.821);
  z-index: 1001;
  overflow-y: scroll;
  padding: 0 20px;
  transition: all 0.3s;
  box-sizing: border-box;
  flex-direction: column;
}
#blackCurtain > img {
  margin: auto;
  width: 80%;
  opacity: 0;
  min-width: 280px;
  transition: all 0.5s;
}
#blackCurtain > p {
  display: none;
  opacity: 0;
  background-color: rgba(245, 245, 245, 0.75);
  position: sticky;
  bottom: 0px;
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
  justify-content: center;
  font-size: 22px;
  font-weight: 800;
  border-start-start-radius: 10px;
  border-start-end-radius: 10px;
  transition: all 0.3s;
  cursor: pointer;
}

/* ////////////////////////////////////////// */
@media screen and (max-width: 1023px) {
  h1 {
    text-align: center;
    font-size: 45px;
    line-height: 55px;
  }
  h2 {
    font-size: 30px;
  }
  .slideText > p:first-child {
    color: rgb(170, 170, 170);
    font-size: 40px;
    text-align: center;
    line-height: 50px;
    font-weight: 300;
  }
  .slideText > p:last-child {
    color: rgb(170, 170, 170);
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    line-height: 60px;
    padding-top: 20px;
  }
  #greetingsContents > p {
    padding: 0 30px;
  }

  /* /////////////////////////////////////////// */
  header {
    justify-content: space-between;
    height: 70px;
    top: 0;
    left: 0;
    margin: auto;
    padding: 0 10px;
    background-color: rgba(255, 255, 255, 0.9);
    border-end-start-radius: 30px;
    border-end-end-radius: 30px;
  }

  #logo {
    width: 200px;
    height: 50px;
    cursor: pointer;
  }
  #hamburger {
    display: block;
    width: 34px;
  }
  #hamburger > img {
    width: 26px;
    height: 26px;
    filter: opacity(0.5) drop-shadow(0 0 0 #cfcfcf);
    object-fit: cover;
    cursor: pointer;
    border-radius: 0;
  }

  #login {
    display: none;
  }
  nav {
    display: none;
    background-color: rgba(255, 255, 255, 0.9);
    border-end-start-radius: 10px;
    border-end-end-radius: 10px;
    position: fixed;
    top: 70px;
    right: 50%;
    transform: translateX(50%);
    width: 80%;
    margin: auto;
    flex-direction: row;
    justify-content: space-evenly;
    height: 40px;
  }
  .mainMenu {
    border-radius: 20%;
    margin: auto;
    cursor: pointer;
    padding: 8px 0;
    width: 70px;
    font-size: 14px;
    text-align: center;
  }

  #productBottomImg > p {
    font-size: 30px;
  }

  #blackCurtain > p {
    padding: 10px 0;
    font-size: 16px;
  }
}
