* {
  position: relative;
  font-family: 'NanumBarunGothic', sans-serif;
  box-sizing: border-box;
  font-style: normal;
}
html, body, ul, li, h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
  padding: 0;
}
body {
  font-weight: 400;
  overflow-x: hidden;
}
ul, li {
  list-style: none;
}
li, a {
  display: inline-block;
}
a, a:LINK, a:VISITED, a:ACTIVE {
  text-decoration: none;
  color: inherit;
}
span {
  font-size: inherit;
  font-weight: inherit;
}
strong {
  font-family: inherit;
  font-size: inherit;
  font-weight: 800;
  text-shadow: none;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #FFF;
  border-bottom: 1px solid #E1E6EB;
  transition: all 0.2s;
  z-index: 9;
}
header.show::before {
  content: '';
  position: absolute;
  top: 70px;
  height: 80px;
  left: calc(50% - 960px);
  width: 1920px;
  border-bottom: 1px solid #E1E6EB;
  transition: all 0.2s;
}
header > div {
  width: 880px;
  line-height: 70px;
  margin: auto;
  text-align: right;
}
header > div > a.btn-home {
  position: absolute;
  top: 23px;
  left: 0;
  z-index: 9;
}
header > div > a.btn-home > img {
  position: absolute;
  top: 0;
  left: 0;
}
header > div > nav > ul > li {
  margin-left: 60px;
}
header > div > nav > ul > li {
  position: static;
}
header > div > nav > ul > li:first-child > ul {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 80px;
  line-height: 80px;
  padding-right: 140px;
  background: rgba(255, 255, 255, 0.55);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}
header > div > nav > ul > li:first-child > ul.show {
  visibility: visible;
  opacity: 1;
  transition: all 0.2s;
}
header > div > nav > ul > li:first-child > ul > li {
  margin-left: 35px;
}
header > div > nav > ul > li:first-child > ul > li a {
  font-size: 18px;
  transition: all 0.2s;
}
header > div > nav > ul > li:last-child::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 30px;
  width: 2px;
  height: 10px;
  background: #DCE2E6;
}
header > div > nav > ul > li > a {
  font-size: 18px;
  font-weight: 700;
  transition: all 0.2s;
}
header > div > nav > ul > li > a:HOVER, 
header > div > nav > ul > li:first-child > ul > li a:HOVER {
  color: #3977CE;
  transition: all 0.2s;
}
header > div > nav > ul > li.active > a {
  color: #3977CE;
}
header > div > img {
  position: absolute;
  top: 37px;
  left: 144px;
}



footer {
  width: 100%;
  height: 190px;
  padding: 50px 0;
  background: #F8F8F8;
}
footer > div {
  width: 880px;
  margin: auto;
  text-align: right;
}
footer > div > img {
  position: absolute;
  top: 17px;
  left: 0;
}
footer > div {
  line-height: 22px;
  text-align: right;
}
footer > div > p {
  font-family: 'NanumSquare', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #5B5B5B;
  transform: skew(-0.03deg);
  text-shadow: 0 0 rgba(128, 128, 128, 0.5);
}
#wrapper-main {
  padding-top: 70px;
}
#wrapper-main > section {
  padding-top: 40px;
}
#wrapper-main > section > div {
  width: 880px;
  margin: auto;
}
#wrapper-main > section > div > h3 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 30px;
}
#wrapper-main > section.product {
  padding-bottom: 60px;
}
#wrapper-main > section.product > div > div.item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#wrapper-main > section.product > div > div.item-list > div {
  width: calc(50% - 15px);
  border: 1px solid #F2F2F2;
}
#wrapper-main > section.product > div > div.item-list > div > figure {
  width: 100%;
  height: 240px;
  line-height: 240px;
  text-align: center;
  background: #F2F2F2;
}
#wrapper-main > section.product > div > div.item-list > div > figure + div {
  padding: 20px 22px;
}
#wrapper-main > section.product > div > div.item-list > div > figure + div > p {
  font-size: 18px;
  color: #5A5A5A;
  padding-bottom: 3px;
}
#wrapper-main > section.product > div > div.item-list > div > figure + div > p.name {
  color: #000;
  font-weight: 700;
  padding-bottom: 10px;
}


#wrapper-main > section.product > div > div.item-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#wrapper-main > section.product > div > div.item-details > div {
  width: calc(100%);
  border: 1px solid #F2F2F2;
}
#wrapper-main > section.product > div > div.item-details > div > figure {
  width: 100%;
  height: 240px;
  line-height: 240px;
  text-align: center;
  background: #F2F2F2;
}
#wrapper-main > section.product > div > div.item-details > div > figure + div {
  padding: 20px 22px;
}
#wrapper-main > section.product > div > div.item-details > div > figure + div > p {
  font-size: 18px;
  color: #5A5A5A;
  padding-bottom: 3px;
}
#wrapper-main > section.product > div > div.item-details > div > figure + div > p.name {
  color: #000;
  font-weight: 700;
  padding-bottom: 10px;
}

