@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  vertical-align: middle;
}

body {
  font-family: "Noto Sans KR", sans-serif;
  color: #333;
  font-weight: 300;
}

/*컴파일되는주석 (.css)에 같이 보여짐.*/
a {
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 1;
  text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
  color: #333;
  font-weight: 400;
}

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

.clear::after {
  content: '';
  display: block;
  clear: both;
  width: 0;
  height: 0;
  visibility: hidden;
}

* {
  text-align: center;
}

h2 {
  width: 0;
  height: 0;
  overflow: hidden;
  text-indent: -99999px;
  visibility: hidden;
  display: none;
}

h3 {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
}

body {
  width: 100%;
}

s
.wrap {
  width: 1200px;
  margin: 0 auto;
}

header {
  width: 1200px;
  margin: 0 auto;
  z-index: 999;
}

header h1.logo {
  width: 250px;
  margin: 10px auto;
}

header h1.logo img {
  width: 250px;
}

header nav#gnb {
  text-align: center;
  width: 100%;
  height: 50px;
  padding: 0 auto;
}

header nav#gnb a {
  color: #333;
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 24px;
  display: block;
  line-height: 50px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

header nav#gnb > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  margin: 0 auto;
  line-height: 50px;
}

header nav#gnb > ul li {
  width: 100%;
  position: relative;
  background-color: #999;
}

header nav#gnb > ul li:nth-child(n+2)::before {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background: #333;
  position: absolute;
  top: 5px;
  left: -0.5px;
}

header nav#gnb > ul li .submenu {
  display: none;
  width: 240px;
  height: 50px;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 9999;
}

header nav#gnb > ul li:hover > a {
  font-weight: 700;
  font-size: 1.6em;
}

#m_banner {
  width: 1200px;
  height: 600px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

#m_banner img {
  width: 1200px;
  margin-top: -50px;
}

#m_banner div {
  width: 1200px;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: radial-gradient(circle, black 0%, rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0) 50%);
}

#m_banner div h4 {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 30px;
  font-weight: normal;
}

#m_banner div p {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 36px;
  font-weight: bold;
}

#product {
  width: 100%;
  height: 500px;
  margin: 100px auto;
  background: url("../images/p_bnr.jpg") center center/cover;
  position: relative;
  overflow: hidden;
}

#product > div {
  width: 700px;
  height: 1200px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(15deg);
          transform: translate(-50%, -50%) rotate(15deg);
  background-color: rgba(255, 255, 255, 0.7);
}

#product > div div {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-15deg);
          transform: translate(-50%, -50%) rotate(-15deg);
}

#product > div ul {
  width: 600px;
}

#product > div li {
  width: 150px;
  margin: 15px 25px 0;
  float: left;
}

#product > div li img {
  width: 150px;
  border-radius: 50%;
}

#product > div li p {
  font-weight: bold;
}

#search {
  width: 600px;
  margin: 0 auto;
}

#search h3 {
  margin-bottom: 20px;
}

#search > form {
  width: 600px;
  border: 3px solid #333;
  border-radius: 20px;
}

#search > form * {
  text-align: left;
}

#search > form > div {
  width: 400px;
  margin: 20px 100px;
}

#search > form > div li {
  float: left;
}

#search > form input {
  width: 100%;
  height: 30px;
  line-height: 20px;
  margin-bottom: 10px;
  border: 1px solid #666;
  border-radius: 2px;
  text-indent: 20px;
}

#search > form .submit {
  border: none;
  background: #333;
  border-radius: 10px;
  text-align: center;
  text-indent: 0;
  color: #fff;
  width: 200px;
  height: 50px;
  margin-bottom: 20px;
}

#search > form select {
  width: 100%;
  height: 30px;
  text-indent: 20px;
}

#search > form .name li {
  padding: 0 15px;
  border-left: #333 1px solid;
  height: 15px;
  line-height: 12px;
}

#search > form .name li a {
  font-size: 12px;
}

#search > form .name li:first-child {
  border-left: 0;
}

#search > form #selectable input {
  width: 20px;
  height: 20px;
  margin-right: 30px;
  border-radius: 50%;
  border: 0.1px solid #ccc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#search > form #selectable input:nth-child(1) {
  background: red;
}

#search > form #selectable input:nth-child(2) {
  background: orange;
}

#search > form #selectable input:nth-child(3) {
  background: yellow;
}

#search > form #selectable input:nth-child(4) {
  background: green;
}

#search > form #selectable input:nth-child(5) {
  background: blue;
}

#search > form #selectable input:nth-child(6) {
  background: white;
}

#search > form #selectable input:nth-child(7) {
  background: black;
}

#search > form #selectable input:checked {
  border: 2.5px solid #333;
}

#search > form #selectable input:nth-child(7):checked {
  border-color: #666;
}

#search h5 {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}

#best {
  margin: 100px auto;
}

#best > ul {
  width: 1050px;
  margin: 20px auto 0;
}

#best > ul > li {
  float: left;
  width: 350px;
  height: 350px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
}

#best > ul > li:nth-child(n+4) {
  border-bottom: 1px solid #666;
}

#best > ul > li:nth-child(3n) {
  border-right: 1px solid #666;
}

#best > ul > li img {
  width: 100%;
}

#best > ul > li div {
  position: absolute;
  display: block;
  width: 120px;
  height: 50px;
  line-height: 50px;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: 400;
  font-size: 1.4em;
}

#lower_bnr {
  width: 1200px;
  height: 435px;
  margin: 0 auto 100px;
}

#lower_bnr > div {
  height: 435px;
  position: relative;
  background: url("../images/f_bnr1.png") left top/50% no-repeat, url("../images/f_bnr2.png") right top/50% no-repeat;
}

#lower_bnr > div div {
  position: absolute;
  width: 25%;
  height: 30%;
  top: 60%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border-radius: 10px;
}

#lower_bnr > div div:first-child {
  left: 12.5%;
}

#lower_bnr > div div:last-child {
  right: 12.5%;
}

#lower_bnr > div div p {
  font-size: 2rem;
  line-height: 1.5;
  text-transform: uppercase;
}

#lower_bnr > div div p:first-child {
  font-size: 2.5rem;
}

footer {
  width: 100%;
  height: 220px;
  padding: 20px 0 10px;
  background: #666;
  color: #fff;
}

footer ul {
  margin: 0 auto;
  width: 1200px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer ul li {
  width: 200px;
}

footer ul li a {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
  color: #fff !important;
}

footer address {
  font-style: normal;
  line-height: 2;
  margin: 20px 0;
}

footer a {
  display: block;
  width: 300px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  font-size: 1.1rem;
  color: #fff !important;
}
/*# sourceMappingURL=style.css.map */