/* BASIC css start */
.basiccateComent {
  height: 42px;
  line-height: 42px;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #ececec;
  font-size: 15px;
  font-weight: 500;
  font-size: 16px;
}
.basiccateComent h2 {
  width: 0;
  height: 0;
  overflow: hidden;
}
.basiccateComent span {
  color: #f40d08;
  font-weight: normal;
}
.basiccateComent > a {
  display: block;
  width: 80px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.basiccateComent > a > p {
  width: 21px;
  height: 21px;
  margin: 9.5px auto;
  border: 1px solid #ccc;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.basiccateComent > a > p > i {
  font-style: normal;
  font-size: 11px;
  line-height: 11px;
  color: #ccc;
}
/* »ó´Ü Ä«Å×°í¸® ¸í */

.section__plan {
  font-family: "nixgonm", -apple-system, BlinkMacSystemFont, "Malgun Gothic",
    "¸¼Àº °íµñ", helvetica, "Apple SD Gothic Neo", arial, dotum, µ¸¿ò,
    sans-serif;
  position: relative;
}
.section__plan img {
  width: 100%;
}
.planMain {
  width: 100%;
  overflow: hidden;
  position: relative;
}
/* ³»¿ë */

.itemList {
  width: 100%;
  background: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 30vw;
}
.itemList1 {
  background: #212c58;
}
.itemList2 {
  background: #361f5c;
}
.itemList3 {
  background: #0d1636;
}
.itemList__tit {
  line-height: 2.4em;
  font-size: 1.2em;
  width: 92%;
  border-bottom: 1px solid #262626;
  margin: 8% 0px 4% 0px;
  color: #262626;
}
.itemList1 .itemList__tit {
  border-bottom: 1px solid #e5faff;
  color: #e5faff;
}
.itemBackgroundIn {
  width: 92%;
  background-size: 100%;
}
.itemContents {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.itemContents ul {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 2%;
}
.itemContents ul li {
  float: left;
  width: 48%;
  /*
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  */
  padding: 6% 4.87% 6.224% 4.87%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  margin: 0px 2% 2% 0px;
  border-radius: 15px;
}

.itemContents ul li img {
  width: 100%;
}
.itemContents ul li .mainItemtxt {
  width: 100%;
  font-size: 1em;
  line-height: 1em;
  height: 3em;
  overflow: hidden;
  margin-top: 4%;
  text-align: center;
  font-weight: bold;
  color: #000;
}
.itemContents ul li .mainItemPrice {
  width: 100%;
  font-size: 1.1em;
  line-height: 1em;
  margin-top: 8%;
  text-align: right;
  font-weight: bold;
  color: #aaa;
  text-decoration: line-through;
}
.itemContents ul li .mainItemPrice span {
  font-size: 0.7em;
}
.itemContents ul li .priceBox {
  width: 100%;
  margin-top: 2%;
  letter-spacing: -1px;
}
.itemContents ul li .saleNum {
  font-size: 1em;
  line-height: 1.6em;
  text-align: center;
  color: #fff;
  background: #202020;
  padding-top: 2px;
}
.itemContents ul li .priceBox .mainItemPriceSale {
  font-size: 1.3em;
  line-height: 1em;
  text-align: right;
  font-weight: bold;
  color: #000;
  float: right;
}
.itemContents ul li .priceBox .mainItemPriceSale span {
  font-size: 0.7em;
}
.itemContents ul li .mainItemBtn {
  width: 90%;
  font-size: 1.1em;
  line-height: 2em;
  box-sizing: border-box;
  border: 1px solid #202020;
  color: #202020;
  text-align: center;
  margin: 8% auto 0px auto;
  font-weight: bold;
}
.itemContents ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* ºäÆ÷Æ® ³»¿ë */
.itemBbottom img {
  width: 100%;
}
/* ºäÆ÷Æ® ³»¿ë ÇÏ´Ü */

@media all and (min-width: 400px) {
  .plan__title .title-name {
    font-size: 7.7vw;
  }
  .title__circle-image {
    width: 354px;
    height: 354px;
  }

  .title__circle-image .circle-image {
    width: 354px;
    height: 354px;
  }

  /* ÀÌ¹ÌÁö ½½¶óÀÌµå Å©±â Á¶Á¤ */

  .itemContents ul li .mainItemtxt {
    font-size: 1.1em;
  }
  .itemContents ul li .mainItemPrice {
    font-size: 1.1em;
  }
  .itemContents ul li .priceBox .mainItemPriceSale {
    font-size: 1.6em;
  }
  .itemContents ul li .mainItemBtn {
    font-size: 1.1em;
  }
  /* °Ë»ö°á°ú °¶·¯¸® ºäÆ÷Æ® ³»¿ë */
}

@media all and (min-width: 768px) {
  .itemContents ul li {
    width: 23%;
    padding: 2.385% 2.385% 2.904% 2.385%;
  }
  .itemContents ul li .priceBox .mainItemPriceSale {
    font-size: 1.4em;
  }
  /* °Ë»ö°á°ú °¶·¯¸® ºäÆ÷Æ® ³»¿ë */
}

@media all and (min-width: 1000px) {
  .itemContents ul li .mainItemtxt {
    font-size: 1.2em;
  }
  .itemContents ul li .mainItemBtn {
    font-size: 1.2em;
  }
  .itemContents ul li .priceBox .mainItemPriceSale {
    font-size: 1.6em;
  }
  /* °Ë»ö°á°ú °¶·¯¸® ºäÆ÷Æ® ³»¿ë */
}

/* BASIC css end */

