.topBtns {
  margin: 96px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.topBtn {
  width: 320px;
  color: #fff;
  border-radius: 48px;
  border-width: 1px;
  padding: 16px 24px;
  text-align: center;
  background: var(--black, #301a13);
  border: 1px solid var(--gray, #eae8e7);
}
.topBtn:hover{
  color: #fff;
}
.bottom_arrow {
  width: 24px;
  vertical-align: middle;
  margin-right: 8px;
}
.faqCon {
  margin-bottom: 96px;
}
.faqConTop {
  position: relative;
}
.faqImg {
  width: 296px;
}
.faqConTopTitle {
  position: absolute;
  bottom: 0;
  left: 50%;
  font-family: "noto600";
  font-size: 32px;
  line-height: 180%;
  text-align: center;
  transform: translateX(-50%);
}
.faqItem {
  margin-bottom: 24px;
  border-radius: 24px;
  border-width: 1px;
  background: var(--light-gray-80, #f4f4f4cc);
  border: 1px solid var(--gray, #eae8e7);
}
.faqItemQA {
  padding: 32px;
  display: flex;
}
.faqItemQA:last-child {
  padding-top: 18px;
}
.faqItemL {
  font-size: 32px;
  line-height: 100%;
  color: var(--pink, #d52057);
  margin-right: 24px;
}
.faqItemQTxt {
  font-family: "noto600";
  font-size: 16px;
  line-height: 180%;
}
.faqItemATxt {
  font-size: 16px;
  line-height: 180%;
}
.islink {
  color: var(--pink, #d52057);
  text-decoration: underline;
  cursor: pointer;
}
.flowerAndGrass {
  width: 254px;
  margin-top: 36px;
}
.faqConTop2 {
  text-align: right;
}
.faqImg2 {
  width: 212px;
}
.grassBirdGrass {
  width: 277px;
  margin-top: 32px;
}
.contactPart {
  background: url(../img/contactPartBg.jpg) no-repeat center;
  background-size: cover;
  padding: 104px 0;
}
.contactPartCon {
  background: var(--light-gray-80, #f4f4f4cc);
  border: 1px solid var(--gray, #eae8e7);
  max-width: 920px;
  padding: 80px 260px;
  backdrop-filter: blur(24px);
  border-radius: 24px;
  margin: 0 auto;
  text-align: center;
}
.contactPartConTitle{
font-size: 64px;
line-height: 100%;
text-transform: uppercase;
}
.contactPartConTxt{
font-family: 'noto600';
font-size: 20px;
line-height: 180%;
margin-bottom: 32px;
margin-top: -5px;
}
.contactPartConTxt2{
font-family: 'noto600';
margin-bottom: 32px;
font-size: 16px;
line-height: 180%;
}
.contactPartConBtn{
width: fit-content;
border-radius: 48px;
border-width: 1px;
padding-top: 16px;
padding-right: 24px;
padding-bottom: 16px;
padding-left: 24px;
background: var(--black, #301A13);
color: #fff;
margin: 0 auto;
border: 1px solid var(--gray, #EAE8E7);
}
.contactPartConBtn:hover{
color: #fff;
}
.emailImg{
  width: 24px;
  vertical-align: middle;
  margin-right: 8px;
}
@media screen and (max-width: 960px) {
  .contactPartCon {
  padding: 80px;
  width: calc(100% - 40px);
  } .topBtns {
  margin: 96px auto;
  display: block;
}
.topBtn {
  width: 320px;
  color: #fff;
  border-radius: 48px;
  border-width: 1px;
  padding: 16px 24px;
  text-align: center;
  background: var(--black, #301a13);
  border: 1px solid var(--gray, #eae8e7);
}
}
@media screen and (max-width: 650px) {
 .topBtns {
  margin: 56px auto;
  display: block;
}
.topBtn {
  width: 100%;
}
.topBtn:last-child {
  margin-top: 16px;
}
.faqImg {
  width: 140px;
  margin-left: -53px;
  margin-bottom: -50px;
}
.faqConTopTitle{
  font-size: 24px;
  line-height: 180%;
}
.faqCon{
  margin-bottom: 56px;
}
.faqItemQA{
  padding: 16px 20px;
}
.faqItemQA:last-child {
  padding-top: 4px;
}
.faqItem{
  margin-bottom: 16px;
}
.faqItemL {
  font-size: 24px;
  margin-right: 12px;
}
.flowerAndGrass{
  margin-top: 16px;
  width: 188px;
}
.faqConTopTitle{
  width: 100%;
}
.faqImg2{
  width: 67px;
  margin-bottom: -20px;
}.grassBirdGrass {
    width: 200px;
    margin-top: 16px;
}
.contactPartCon{
  padding: 56px 24px;
}
.contactPartConTitle{
  font-size: 48px;
}
.contactPartConTxt{
  margin-bottom: 24px;
  font-size: 18px;
}
.contactPart{
  padding: 64px 0;
}
.contactPartConBtn{
  width: 100%;
}
}