/* CSS Document */
body {
  background: #000;
}
#gift {
  color: #000;
}
#gift a {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 1;
}
#gift a:hover {
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  opacity: 0.7;
}
#gift .tit {
  font-size: 35px;
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
}
#gift .giftWrap {
  width: 800px;
  margin: 0 auto;
}
#gift .giftArea {
  width: 900px;
  margin: 0 auto;
  background: #fff;
  font-size: 14px;
  line-height: 1.8;
}
#gift .giftArea .kv {
  width: 500px;
  margin: 0 auto;
  padding-top: 50px;
}
#gift .giftArea p.leadTxt {
  font-size: 16px;
  letter-spacing: 1.5px;
  text-align: center;
  padding: 30px 0;
}
#gift .giftArea .wrapBtn {
  margin-bottom: 50px;
  font-size: 18px;
}
#gift .giftArea .wrapBtn a {
  border: 1px solid #000;
  display: block;
  width: 400px;
  height: 90px;
  text-decoration: none;
  background-image: url("../img/gift_bana.png"), url("../img/arrow_black.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 10% center, 95% center;
  background-size: auto 70px, 16px auto;
  padding: 16px 0 0 115px;
  line-height: 1.6;
  margin: 0 auto;
}
#gift .giftArea .anchor {
  display: flex;
  justify-content: space-around;
}
#gift .giftArea .anchor li {
  margin-bottom: 5px;
  margin-right: 15px;
  text-align: center;
  width: 240px;
}
#gift .giftArea .anchor li:first-child {
  width: 290px;
}
#gift .giftArea .anchor li:nth-child(3) {
  flex-grow: 1;
  margin-right: 0;
}
#gift .giftArea .anchor a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  display: block;
  background: #000 url("../img/arrow_white.png") no-repeat 95% 45%;
  background-size: 16px auto;
  color: #fff;
  text-decoration: none;
}
#gift .giftArea .cateTit {
  margin: 50px auto 25px;
  width: 800px;
  font-size: 18px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  line-height: 60px;
  height: 60px;
}
#gift .giftArea .pTxt {
  text-align: center;
  font-size: 16px;
}
#gift .giftArea .freeGift {
  padding-bottom: 50px;
  text-align: center;
}
#gift .setItem {
  border-bottom: 1px solid #DEDEDE;
  display: flex;
  padding-bottom: 50px;
  margin-bottom: 50px;
}


#gift #limited .setItem:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#gift .setItem dt {
  text-align: right;
  width: 50%;
  padding-left: 50px;
  box-sizing: border-box;
}
#gift .setItem dt img {
  margin-right: 50px;
}
#gift .setItem dd {
  text-align: left;
  width: 50%;
  padding-right: 50px;
  box-sizing: border-box;
}
#gift .setItem dd h2 {
  padding-bottom: 20px;
  font-size: 18px;
}
#gift .setItem dd h2 a {
  text-decoration: none;
}
#gift .setItem dd p.limTxt {
  padding-bottom: 10px;
  letter-spacing: 0.5px;
}
#gift .setItem dd p.limPrice {
  padding-bottom: 12px;
}
#gift .setItem dd p.buy {
  width: 100px;
  height: 30px;
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 600;
}
#gift .setItem dd p.buy a {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 30px;
  display: block;
  background: #000;
  color: #fff;
  text-decoration: none;
}
#gift .setItem .toggle-switch {
  display: block;
  background: #DEDEDE;
  width: 200px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 1;
}
#gift .setItem .toggle-switch:hover {
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  opacity: 0.7;
}
#gift .setItem .itemList {
  display: none;
  font-size: 12px;
  padding-top: 10px;
}
#gift .setItem .toggle-switch span::before, #gift .setItem .toggle-switch span::after {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  border-radius: 5px;
  background: #000;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#gift .setItem .toggle-switch span::after {
  background: #000;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
#gift .setItem .toggle-switch span.active::after {
  transform: rotate(0);
  transition: 0.5s;
}
#gift .setItem .itemList li {
  padding-bottom: 10px;
}
#gift .oneItem ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 600px;
  margin: 0 auto;
}
#gift .oneItem li {
  width: 300px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  text-align: center;
  letter-spacing: 0;
}
#gift .oneItem li p:first-child {
  padding: 1px;
}
#gift .oneItem li p.gName {
  font-size: 16px;
}
#gift .oneItem li p.gName a {
  text-decoration: none;
  display: block;
}
#gift .oneItem li p.gName span {
  font-size: 13px;
  padding-bottom: 8px;
  display: block;
}
#gift .oneItem li p.gPrice {
  padding-bottom: 12px;
}
#gift .oneItem li p.buy {
  width: 100px;
  height: 30px;
  text-align: center;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 600;
}
#gift .oneItem li p.buy a {
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: block;
  background: #000;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
#gift .freeWrapping {
  border-top: 1px solid #DEDEDE;
  padding-top: 40px;
  text-align: center;
  margin-top: 50px;
}
#gift .freeWrapping h3 {
  font-size: 24px;
  letter-spacing: 5.0px;
  padding-bottom: 50px;
}
#gift .freeWrapping .giftImg {
  margin: 0 0 50px;
}
#gift .freeWrapping .giftNote {
  width: 440px;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
  padding: 15px 0 50px;
}