/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* COLOR VARIABLE */
/* FONT VARIABLE */
/*OTHER VARIABLE */
#main.sell .firstRow {
  padding: 2rem 0;
}

#main.sell .firstRow h2 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

#main.sell .firstRow .logo {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

#main.sell .firstRow .logo img {
  width: 250px;
}

#main.sell .firstRow p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
}

#main.sell .firstRow .list {
  margin-bottom: 1.5rem;
}

#main.sell .firstRow .list h3 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #FEB310;
  margin-bottom: 1rem;
}

#main.sell .firstRow .list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 5%;
}

@media screen and (min-width: 768px) {
  #main.sell .firstRow .list ul {
    gap: 0 2.5%;
  }
}

#main.sell .firstRow .list ul li {
  width: 40%;
  height: 37vw;
  background-color: #FEB310;
  margin-bottom: 1rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #main.sell .firstRow .list ul li {
    width: 22.5%;
    height: 162px;
    padding: 3% 2.5%;
  }
}

#main.sell .firstRow .list ul li span {
  font-weight: bold;
  padding-top: 0.75rem;
}

@media screen and (min-width: 768px) {
  #main.sell .firstRow .list ul li span {
    font-size: 18px;
  }
}

#main.sell .firstRow .list ul li img {
  width: 50%;
}

#main.sell .firstRow .list ul li img.img1 {
  width: 50%;
}

@media screen and (min-width: 768px) {
  #main.sell .firstRow .list ul li img.img1 {
    width: 60%;
  }
}

#main.sell .firstRow .list ul li img.img2 {
  width: 45%;
}

#main.sell .firstRow .list ul li img.img3 {
  width: 35%;
}

#main.sell .firstRow .list ul li img.img4 {
  width: 45%;
}

#main.sell .firstRow .btnBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  #main.sell .firstRow .btnBox {
    flex-direction: row;
  }
}

#main.sell .firstRow .btnBox a {
  width: 60%;
  padding: 0.5rem 1rem;
  text-align: center;
  background-color: #FFEB3F;
  border: 2px solid #FFEB3F;
  border-radius: 4px;
  font-weight: bold;
}

#main.sell .secondSection {
  background-image: url(../../img/sell/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 2rem 0;
}

#main.sell .secondSection #one {
  position: absolute;
  top: 0;
}

#main.sell .secondSection:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
}

#main.sell .secondSection h2, #main.sell .secondSection ul {
  position: relative;
}

#main.sell .secondSection h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

#main.sell .secondSection ul li {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5%;
  border-radius: 4px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  #main.sell .secondSection ul li {
    padding: 1.5rem;
  }
}

#main.sell .secondSection ul li h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0.25rem;
}

#main.sell .secondSection ul li p {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  #main.sell .secondSection ul li p {
    font-size: 1rem;
  }
}

#main.sell .contactBtn {
  padding: 2rem 0;
}

@media screen and (min-width: 768px) {
  #main.sell .contactBtn div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
  }
}

#main.sell .contactBtn div a {
  width: 90%;
  margin: auto;
  background-color: #FFEB3F;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 0.25rem;
}

@media screen and (min-width: 768px) {
  #main.sell .contactBtn div a {
    width: auto;
    flex: 1;
  }
}

#main.sell .stepSection {
  padding: 1.5rem 0;
  position: relative;
}

#main.sell .stepSection #two {
  position: absolute;
  top: 0;
}

#main.sell .stepSection h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

#main.sell .stepSection .listStep .item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #CDCDCD;
}

#main.sell .stepSection .listStep .item h3 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.sell .stepSection .listStep .item .content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

#main.sell .stepSection .listStep .item .content .img {
  width: 45%;
  margin: auto;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.sell .stepSection .listStep .item .content .img {
    width: 25%;
    margin: 0;
    margin-right: 2.5rem;
  }
}

#main.sell .stepSection .listStep .item .content .img img {
  width: 100%;
}

#main.sell .stepSection .listStep .item .content .desc {
  padding: 0 5%;
}

@media screen and (min-width: 768px) {
  #main.sell .stepSection .listStep .item .content .desc {
    padding: 0;
    flex: 1;
  }
}

#main.sell .faqSection {
  padding: 1.5rem 0;
  background-color: #F2F1EC;
  position: relative;
}

#main.sell .faqSection #three {
  position: absolute;
  top: 0;
}

#main.sell .faqSection h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

#main.sell .faqSection .listFaq .item {
  padding: 1.25rem 0;
  border-bottom: 1px solid #CDCDCD;
}

#main.sell .faqSection .listFaq .item .question,
#main.sell .faqSection .listFaq .item .answer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

#main.sell .faqSection .listFaq .item .question span,
#main.sell .faqSection .listFaq .item .answer span {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  font-weight: bold;
}

#main.sell .faqSection .listFaq .item .question p,
#main.sell .faqSection .listFaq .item .answer p {
  flex: 1;
}

#main.sell .faqSection .listFaq .item .question {
  margin-bottom: 0.5rem;
}

#main.sell .faqSection .listFaq .item .question span {
  background-color: #CCC;
}

#main.sell .faqSection .listFaq .item .answer span {
  background-color: #FFEB3F;
}

/*# sourceMappingURL=sell.css.map */