#sit_hhtml > div > img {
  display: inline-block;
}

.detailInfor {
  padding-top: 100px;
  width: 100%;
  width: 80%;
  margin: 0 auto;
  display: flex;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .detailInfor {
    padding-top: 70px;
    margin-bottom: 70px;
  }
}
.detailInfor .ngp {
  margin-top: 20px;
  width: 100%;
  height: 60px;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 40px;
  font-size: 0.875rem;
}
.detailInfor .ngp img {
  margin-right: 10px;
}
.detailInfor .left {
  flex-shrink: 0;
  width: calc(50% - 30px);
  box-sizing: border-box;
  margin-right: 2%;
}
.detailInfor .left figure {
  width: 100%;
  height: 550px;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.detailInfor .left figure:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.detailInfor .left figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detailInfor .left ul li:last-of-type {
  margin-right: 0;
}
.detailInfor .left ul li a {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.detailInfor .left ul li a:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.detailInfor .left ul li a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-sizing: border-box;
  padding: 0;
}
.detailInfor .right {
  width: 50%;
  box-sizing: border-box;
}
.detailInfor .right .tail {
  font-size: 1.5625rem;
  color: #707070;
}
.detailInfor .right h2 {
  padding: 20px 0;
  font-size: 2rem;
  border-bottom: 1px solid #000;
  font-size: 3.125rem;
  font-weight: 600;
}
.detailInfor .right p {
  padding: 20px 10px;
  font-size: 0.875rem;
  color: #232323;
  line-height: 24px;
  border-bottom: 1px solid #aaa;
}
.detailInfor .right p.sub_txt {
  font-size: 1.25rem;
  color: #000;
  padding: 25px 10px;
  line-height: 1.5;
}
.detailInfor .right dl {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 20px 10px;
  font-size: 0.93rem;
  border-bottom: 1px solid #000;
}
.detailInfor .right dl dt {
  width: 140px;
  margin-bottom: 15px;
  line-height: 35px;
  font-size: 1.25rem;
  font-weight: 600;
}
.detailInfor .right dl dt:last-of-type {
  margin-bottom: 0;
}
.detailInfor .right dl dd {
  line-height: 35px;
  width: calc(100% - 140px);
  font-size: 1rem;
}
.detailInfor .right dl dd select {
  border: 1px solid #aaa;
  height: 35px;
}
.detailInfor .right ul {
  padding-top: 20px;
  display: flex;
}
.detailInfor .right ul.attachment-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.detailInfor .right ul.attachment-list li {
  position: relative;
  width: auto;
  height: auto;
  margin-right: 0;
  flex: 1 1 30%;
}
.detailInfor .right ul.attachment-list li a {
  position: relative;
  width: 100%;
  height: auto;
  padding: 14px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #fff !important;
  color: #000 !important;
  border: 2px solid #3A6697;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  transition: 0.2s all ease-in-out;
}
.detailInfor .right ul.attachment-list li a:hover {
  border: 2px solid #fff;
  background-color: #3A6697 !important;
  color: #fff !important;
}
.detailInfor .right ul li {
  width: 100%;
  margin-right: 10px;
  box-sizing: border-box;
  border-radius: 10px;
}
.detailInfor .right ul li:last-of-type {
  margin-right: 0;
  border: 0;
}
.detailInfor .right ul li:last-of-type a {
  background-color: #3A6697;
  color: #fff;
}
.detailInfor .right ul li .cartBtn {
  background: #545454 !important;
  font-family: "NanumSquare", sans-serif !important;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  border-radius: 10px;
  font-size: 1.875rem;
  font-weight: 600;
  margin: 0;
}
.detailInfor .right ul li .cartBtn i {
  background: url("/img/cart_con.png") no-repeat center/34px 33px;
  width: 34px;
  height: 33px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.detailInfor .right ul li .buyBtn {
  background: #3B3E9B !important;
  font-family: "NanumSquare", sans-serif !important;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin: 0;
  border-radius: 10px;
  font-size: 1.875rem;
  font-weight: 600;
}
.detailInfor .right ul li .buyBtn i {
  background: url("/img/buy_con.png") no-repeat center/34px 33px;
  width: 34px;
  height: 33px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.detailInfor .right ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  border-radius: 10px;
  font-size: 1.875rem;
  font-weight: 600;
}
.detailInfor .right ul li a.listbtn {
  border: 1px solid #aaa;
}
.detailInfor .right ul li a.listbtn i {
  background: url("/img/list_con.png") no-repeat center/34px 33px;
  width: 34px;
  height: 33px;
  display: inline-block;
  margin: 0 10px 0 0;
}

@media (max-width: 1600px) {
  .detailInfor .left figure {
    height: 515px;
  }
  .detailInfor .right .tail {
    font-size: 1.2625rem;
  }
  .detailInfor .right h2 {
    font-size: 2.125rem;
  }
  .detailInfor .right p.sub_txt {
    font-size: 1rem;
  }
  .detailInfor .right ul li .buyBtn {
    font-size: 1.275rem;
  }
  .detailInfor .right ul li .buyBtn i {
    margin: 0 5px 0 0;
    background: url("/img/buy_con.png") no-repeat center/26px 25px;
  }
  .detailInfor .right ul li .cartBtn {
    font-size: 1.275rem;
  }
  .detailInfor .right ul li .cartBtn i {
    margin: 0 5px 0 0;
    background: url("/img/cart_con.png") no-repeat center/26px 25px;
  }
  .detailInfor .right ul li a {
    font-size: 1.275rem;
  }
  .detailInfor .right ul li a.listbtn i {
    margin: 0 5px 0 0;
    background: url("/img/list_con.png") no-repeat center/26px 25px;
  }
}
@media (max-width: 1024px) {
  .detailInfor {
    align-items: center;
    flex-direction: column;
  }
  .detailInfor .left {
    flex-shrink: 0;
    width: 80%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .detailInfor .left figure {
    height: auto;
  }
  .detailInfor .right {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .detailInfor {
    align-items: center;
    flex-direction: column;
  }
  .detailInfor .left {
    flex-shrink: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .detailInfor .right {
    width: 100%;
  }
}
.detailcontent {
  box-sizing: border-box;
  width: 80%;
  margin: 0 auto;
}
.detailcontent img {
  margin: auto;
}
.detailcontent h3 {
  padding: 20px 0;
  text-align: center;
  font-size: 2.125rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .detailcontent h3 {
    font-size: 1rem;
  }
}
.detailcontent > div:not(:last-child) {
  margin-bottom: 80px;
}
.detailcontent > div h4 {
  display: flex;
  align-items: center;
  font-size: 1.875rem;
  color: #3A6697;
  font-weight: bold;
  margin-bottom: 40px;
}
.detailcontent > div h4 img {
  margin-right: 30px;
}
.detailcontent > div dl {
  background-color: #f8f8f8;
  padding: 80px 90px;
  display: flex;
  flex-wrap: wrap;
}
.detailcontent > div dl.fdr {
  flex-direction: column;
}
.detailcontent > div dl.fdr dt {
  width: 100%;
}
.detailcontent > div dl.fdr dd {
  width: 100%;
}
.detailcontent > div dl dt {
  font-weight: bold;
  font-size: 25px;
  font-weight: bold;
  width: 200px;
  line-height: 26px;
  margin-bottom: 28px;
}
.detailcontent > div dl dd {
  width: calc(100% - 200px);
  font-size: 18px;
  color: #666;
  line-height: 26px;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .detailcontent > div:not(:last-child) {
    margin-bottom: 40px;
  }
  .detailcontent > div h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .detailcontent > div h4 img {
    margin-right: 20px;
  }
  .detailcontent > div dl {
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .detailcontent > div dl.fdr {
    flex-direction: column;
  }
  .detailcontent > div dl.fdr dt {
    width: 100%;
  }
  .detailcontent > div dl.fdr dd {
    width: 100%;
  }
  .detailcontent > div dl dt {
    font-weight: bold;
    font-size: 25px;
    font-weight: bold;
    width: 100%;
    line-height: 26px;
    margin-bottom: 28px;
  }
  .detailcontent > div dl dd {
    width: 100%;
    font-size: 18px;
    color: #666;
    line-height: 26px;
    margin-bottom: 28px;
  }
}

@media (max-width: 480px) {
  .detailcontent {
    width: 90%;
  }
  .detailInfor {
    width: 90%;
  }
  .detailInfor .right .tail {
    font-size: 1rem;
  }
  .detailInfor .right h2 {
    font-size: 1.5rem;
    padding: 10px 0;
  }
  .detailInfor .right dl dt {
    font-size: 1rem;
  }
  .detailInfor .right ul li {
    margin-right: 5px;
  }
  .detailInfor .right ul li .cartBtn {
    font-size: 0.9rem;
    height: 50px;
  }
  .detailInfor .right ul li .cartBtn i {
    margin: 0;
    background: url("/img/cart_con.png") no-repeat center/19px 19px;
    width: 25px;
    height: 24px;
  }
  .detailInfor .right ul li .buyBtn {
    font-size: 0.9rem;
    height: 50px;
  }
  .detailInfor .right ul li .buyBtn i {
    margin: 0;
    background: url("/img/buy_con.png") no-repeat center/19px 19px;
    width: 25px;
    height: 24px;
  }
  .detailInfor .right ul li a {
    font-size: 0.9rem;
    height: 50px;
  }
  .detailInfor .right ul li a.listbtn i {
    margin: 0;
    background: url("/img/list_con.png") no-repeat center/19px 19px;
    width: 25px;
    height: 24px;
  }
}/*# sourceMappingURL=item.css.map */