@charset "UTF-8";

@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

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

a {
  text-decoration: none;
  font-family: 'Pretendard-Regular';
}

ul,
li,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  overflow-x: hidden;
}

#wrap {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}

p,
h1,
span,
h2,
h3,
h4 {
  font-family: 'Pretendard-Regular'!important;
}


@media (max-width:599px) {

  #wrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  /*헤더 (로고,네비)*/
  header {
    background: rgba(0, 0, 0, 1);
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0 auto;
    justify-content: space-around;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    top: 0;
    z-index: 10;
  }

  header>#logo {
    width: 250px;
    height: auto;
  }

  header>#nav {
    width: 80%;
    padding: 2% 0;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  header>#nav>ul:nth-of-type(1) {
    display: flex;
    margin: 15px 0px;
    font-size: 15px;
  }


  li a {
    text-decoration: none;
    color: #c6b075;
    margin: calc(30/720*100vw);
  }

  li a:hover {
    color: #fff;
  }

  /*슬라이더 (사진)*/
  #slider {
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 850px;
    margin: 0 auto;
  }


  footer {
    background-color: #202020;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  footer>#bottom {
    width: 100%;
    height: auto;
    flex-flow: column wrap;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  footer>#bottom>.bottombox {
    width: 100%;
    height: 250px;
  }

  footer>#bottom>.bottombox>h3 {
    margin: 40px 0 0 50px;
    color: #c6b075;
    opacity: 0.5;
  }

  footer>#bottom>.bottombox>ul {
    margin: 10px 0 0 25px;
    color: #eee;
    opacity: 0.7;
    font-size: 13px;
  }

  footer>#bottom>.bottombox>ul>li {
    margin: 15px 0 0 25px;
    color: #eee;
    opacity: 0.7;
    font-size: 13px;
  }



  footer>#bottom>.bottombox:nth-of-type(4) {
    width: 90%;
    height: 300px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  footer>#bottom>.bottombox img {
    opacity: 0.6;
    width: 90%;
  }
}


@media (min-width:600px) {

  #wrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  /*헤더 (로고,네비)*/
  header {
    background: rgba(0, 0, 0, 1);
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0 auto;
    justify-content: space-around;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    top: 0;
    z-index: 10;
  }

  header>#logo {
    width: 250px;
    height: auto;
    margin: 0 0 0 50px;
  }

  header>#nav {
    width: 600px;
    height: 80px;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  header>#nav>ul:nth-of-type(1) {
    display: flex;
    margin: 45px 60px;
    font-size: 15px;
  }


  li a {
    text-decoration: none;
    color: #c6b075;
    margin: 35px;
  }

  li a:hover {
    color: #fcf4e5;
  }

  /*슬라이더 (사진)*/
  #slider {
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 650px;
    margin: 0 auto;
  }


  footer {
    background-color: #202020;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  footer>#bottom {
    width: 100%;
    height: auto;
    flex-flow: row wrap;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  footer>#bottom>.bottombox {
    width: 45%;
    height: 250px;
  }

  footer>#bottom>.bottombox>h3 {
    margin: 40px 0 0 50px;
    color: #c6b075;
    opacity: 0.5;
  }

  footer>#bottom>.bottombox>ul {
    margin: 10px 0 0 25px;
    color: #eee;
    opacity: 0.7;
    font-size: 13px;
  }

  footer>#bottom>.bottombox>ul>li {
    margin: 15px 0 0 25px;
    color: #eee;
    opacity: 0.7;
    font-size: 13px;
  }



  footer>#bottom>.bottombox:nth-of-type(4) {
    width: 45%;
    height: 300px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  footer>#bottom>.bottombox img {
    opacity: 0.6;
    width: 80%;
    height: 60%;
  }

}


@media (min-width:1000px) {

  #wrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  /*헤더 (로고,네비)*/
  header {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    justify-content: space-around;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    top: 0;
    z-index: 10;
  }

  header>#logo {
    width: 250px;
    height: auto;
    margin: 0 0 0 50px;
  }

  header>#nav {
    width: 600px;
    height: 80px;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  header>#nav>ul:nth-of-type(1) {
    display: flex;
    margin: 45px 60px;
    font-size: 15px;
  }


  li a {
    text-decoration: none;
    color: #c6b075;
    margin: 35px;
    font-size: 1.2rem;
  }

  li a:hover {
    color: #fff;
  }

  /*슬라이더 (사진)*/
  #slider {
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 650px;
    margin: 0 auto;
  }


  footer {
    background-color: #202020;
    width: 100%;
    height: 350px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  footer>#bottom {
    width: 1200px;
    height: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  footer>#bottom>.bottombox {
    width: 20%;
    height: 300px;
  }

  footer>#bottom>.bottombox>h3 {
    margin: 40px 0 0 50px;
    color: #c6b075;
    opacity: 0.5;
  }

  footer>#bottom>.bottombox>ul {
    margin: 30px 0 0 25px;
    color: #eee;
    opacity: 0.7;
    font-size: 13px;
  }

  footer>#bottom>.bottombox>ul>li {
    margin: 15px 0 0 25px;
    color: #eee;
    opacity: 0.7;
    font-size: 13px;
  }



  footer>#bottom>.bottombox:nth-of-type(4) {
    width: 30%;
    height: 300px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  footer>#bottom>.bottombox img {
    opacity: 0.6;
  }

}