@charset "utf-8";

@font-face {
  font-family: 'SUIT-Regular';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

header {
  width: 100%;
  height: 290px;
}

#header-top {
  width: 1440px;
  height: 60px;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  margin: 0 auto;
}

#header-top>a {
  margin-left: 20px;
}

#header-top img {
  height: 45px;
}

#icon {
  width: 173px;
  height: 45px;
}

#icon ul {
  display: flex;
}

#icon a {
  margin: 15px;
}

.search {
  width: 550px;
  height: 50px;
  margin: 60px auto 60px;
}

.add-search {
  border-radius: 4px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  border:1px solid rgb(146, 146, 146);
}

.add-search input {
  border: 0;
  outline: 0;
  margin-left: 20px;
  padding: 15px 30px;
  flex: 1; /*플렉스 아이템의 크기를 설정하는 요소*/
}

.add-search button {
  border: 0;
  color: #000000;
  font-size: 16px;
  padding: 15px 30px;
  cursor: pointer;
}

nav{
  width: 100%;
}

.menu {
  width: 1200px;
  height: 100px;
  z-index: 1;
  margin: 0 auto;
  display: flex;
}

.menu>li {
  width: 200px;
  height: 50px;
  margin-top: 10px;
  margin-left: -20px;
}

.menu>li>a {
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.submenu {
  width: 200px;
  z-index: 1;
  position: relative;
  display: none;
}

.submenu>li>a {
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  color: #000;
}

.submenu>li>a:hover {
  background-color: #e2e2e2;
}

#imgslide {
  width: 100%;
  height: 580px;
}

.slidelist {
  width: 100%;
  height: 580px;
}

.slidelist a {
  width: 100%;
  height: 580px;
  margin: 0 auto;
  text-align: center;
}

.slidelist img {
  height: 100%;
  object-fit: contain;
}

#banner {
  width: 100%;
  height: 215px;
}

#banner a {
  width: 1440px;
  margin: 0 auto;
}

#contents {
  width: 100%;
}

.new {
  width: 1270px;
  height: 700px;
  margin: 0 auto;
}

.new h3 {
  height: 80px;
  line-height: 80px;
  padding: 10px;
}

.new_list {
  width: 100%;
  height: 700px;
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
}

.new_item_list a {
  width: 300px;
  height: 410px;
  margin: 5px;
}

.new_item_list>a>img {
  width: 300px;
  height: 410px;
}

.item_name {
  width: 300px;
  height: 25px;
  margin: 0 5px;
  display: flex;
  justify-content: space-between;
}

.item_name span{
  color:rgb(101, 101, 101);
  font-family: 'SUIT-Regular';
}

.new_item_list span {
  height: 25px;
  margin: 0 5px;
  font-size: 14px;
}

.new_item_list p {
  width: 35px;
  height: 20px;
  margin: 0 5px;
  font-size: 14px;
  font-weight: bold;
  background-color: #e2e2e2;
}

.best {
  width: 1270px;
  height: 700px;
  margin: 0 auto;
}

.best h3 {
  height: 80px;
  line-height: 80px;
  padding: 10px;
}

.best_list {
  width: 100%;
  height: 700px;
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
}

.best_item_list a {
  width: 300px;
  height: 410px;
  margin: 10px 5px;
}

.best_item_list>a>img {
  width: 300px;
  height: 410px;
}

.best_item_list span {
  height: 25px;
  margin: 0 5px;
  font-size: 14px;
}

.best_item_list p {
  width: 35px;
  height: 20px;
  margin: 0 5px;
  font-size: 14px;
  font-weight: bold;
  background-color: #e2e2e2;
}

#banner2 {
  width: 1440px;
  height: 300px;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
}

#banner2>div {
  flex-basis: 50%;
}

.review>a {
  width: 100%;
}

.review img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.present img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

footer {
  width: 100%;
  height: 320px;
  background-color: #e2e2e2;
  padding-top: 30px;
}

.footer-content {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.footer-content a {
  text-decoration: none;
  font-size: 16px;
}

.left {
  flex-basis: 60%;
}

.center, .right {
  flex-basis: 20%;
}

.col h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.col h3 {
  font-size: 26px;
  margin-bottom: 20px;
}

.footer-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin-top: 20px;
  margin-left: 20px;
  font-weight: bold;
}

.footer-nav li:not(:last-child) {
  padding-right: 20px;
  border-right: 1px solid #000000;
}

.footer-info {
  margin-top: 20px;
  margin-left: 20px;
}

.socials {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
}

.copyright {
  width: 1440px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}