@charset "utf-8";

body:has(.fadeUpTrigger_office1.isActive) .faq-left a:first-of-type{
  color:#FE763C;
}

body:has(.fadeUpTrigger_office2.isActive) .faq-left a:nth-of-type(2){
  color:#FE763C;
}

body:has(.fadeUpTrigger_office3.isActive) .faq-left a:nth-of-type(3){
  color:#FE763C;
}

body:has(.fadeUpTrigger_office4.isActive) .faq-left a:nth-of-type(4){
  color:#FE763C;
}

#root:has(.faq-left) {
  overflow:visible;
}

.faq{
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.faq-left{
  width:245px;
  background:#fff;
  border-radius:10px;
}

@media screen and (min-width: 1280px) {
  .faq-left{
    position: sticky;
    top: 10%;
    left: 0;
  }
}

.faq-left > p{
  color:#fff;
  font-size:20px;
  background:#2E0000;
  border-radius:20px 20px 0 0;
  padding:4px 1rem;
}

.faq-left a{
  display:block;
  margin:1.5rem 1rem;
}

.faq-left a:hover{
  opacity:0.7;
}

.faq-item:not(:first-child){
  padding-top:5rem;
}

@media screen and (min-width: 1280px) {
  .faq-right{
    width:calc(100% - 245px - 100px ) ;
  }
}

.faq-right h2{
  font-size:clamp(1.125rem, 0.833rem + 0.97vw, 2rem);
  display:flex;
  align-items:center;
  gap:20px;
  margin-bottom:3rem;
}

.faq-right h2::before{
  content:"";
  display:block;
  width:40px;
  aspect-ratio:40/37;
  background:url(https://asunosmile.com/system_panel/uploads/images/20260908122131820965.png) no-repeat center/contain;
}

.accordion{
  margin-top:2.5rem;
  padding:2rem 0;
  background-image: repeating-linear-gradient(90deg, #2e0000, #2e0000 5px, transparent 5px, transparent 10px), repeating-linear-gradient(90deg, #2e0000, #2e0000 5px, transparent 5px, transparent 10px);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 100% 1px, 100% 1px;
}

.accordion-header {
  position: relative;
  font-size:clamp(0.875rem, 0.792rem + 0.28vw, 1.125rem);
}

.accordion-content {
  padding: 24px 0 0 ;
  font-weight:400;
}

.accordion-header p,
.accordion-content  p{
  padding-left: 50px;
  position: relative;
}

.accordion-content  p{
  line-height: 1.5;
}

.accordion-header p::before{
  position: absolute;
  content:"";
  top: 0;
  left: 0;
  width:30px;
  height:30px;
  background:url(https://asunosmile.com/system_panel/uploads/images/20260908121407842546.png) no-repeat center/contain;
}

.accordion-content p::before{
  position: absolute;
  content:"";
  top: 0;
  left: 0;
  width:30px;
  height:30px;
  background:url(https://asunosmile.com/system_panel/uploads/images/20260908121407940998.png) no-repeat center/contain;
}


.down-qa-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  position:relative;
}

.down-qa-wrap::before{
  position: absolute;
  content:"";
  bottom: 0;
  right: -25%;
  width:14.5%;
  aspect-ratio:195/140;
  opacity:0;
  transition:1s;
  background:url( https://asunosmile.com/system_panel/uploads/images/20260908140955870037.png) no-repeat center/contain;
}

.down-qa-wrap.fadeUp::before{
  opacity:1;
  right: -5%;
}

.down-qa-wrap > img{
  width:40%;
}

.down-qa-txt{
  width:55%;
}

.down-qa-txt h2{
  font-size:clamp(1.125rem, 1rem + 0.42vw, 1.5rem);
  margin-bottom:1.5rem;
}

.down-qa-txt p{
  line-height:calc(40/16);
}

.down-qa{
  position:relative;
  display:block;
}

.down-qa .container{
  display: flex;
  flex-direction: column;
  gap: 7.5rem;
  align-items: center;
}

.down-qa-anker{
  display:flex;
  gap:2.5rem;
  flex-wrap:wrap;
  justify-content: center;
}

.down-qa-anker .arrow-btn{
  margin:0;
}

.down-qa .faq-right {
  width: 100%;
  max-width: 960px;
}

.down-qa-title{
  display:flex;
  justify-content: center;
  gap: 1.5rem;
  align-items: center;
}

.down-qa-title img{
  width:3rem;
}

.down-qa .faq-right .down-qa-title h2{
  margin:0;
}

.down-qa .faq-right .down-qa-title h2::before{
  display:none;
}

.down-qa .faq-right .accordion{
  background:none;
  padding: 0;
  margin-top: 4rem;
}

.down-qa .faq-right .accordion-header{
  font-size:clamp(1rem, 0.917rem + 0.28vw, 1.25rem);
}

.down-qa .faq-right .accordion-header p::before{
  width:35px;
  height:35px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background:url(https://asunosmile.com/system_panel/uploads/images/20260908142738756508.png) no-repeat center/contain;
}

.down-qa .faq-right .accordion-content{
  padding:2.5rem;
  background:#fff;
  border-radius:1rem;
  margin:1.5rem 0 0;
}

.down-qa .faq-right .accordion-content p::before{
  width:11%;
  height:auto;
  aspect-ratio:1/1;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background:url(https://asunosmile.com/system_panel/uploads/images/20260908142946234771.png) no-repeat center/contain;
}

.down-qa .faq-right .accordion-content p{
  padding-left:15%;
}

#body .accordion-content p::before{
  background:url(https://asunosmile.com/system_panel/uploads/images/20260908143552320857.png) no-repeat center/contain;
}

#feeling .accordion-content p::before{
  background:url(https://asunosmile.com/system_panel/uploads/images/20260908143613599144.png) no-repeat center/contain;
}

.down-bg1{
  position: absolute;
  top: 25%;
  right: 0%;
  width: 31%;
  aspect-ratio:590/396;
  z-index:-1;
}


.down-bg2{
  position: absolute;
  top: 56%;
  left: 0%;
  width: 31%;
  aspect-ratio:590/396;
  z-index:-1;

}

.down-bg3{
  position: absolute;
  bottom: 0;
  right: 0%;
  width: 31%;
  aspect-ratio:590/396;
  z-index:-1;
}

@media screen and (max-width: 1600px) {
  .down-bg2{
    left:-5%;
  }
  .down-bg1,
  .down-bg3{
    right:-5%;
  }
}

@media screen and (max-width: 1400px) {
  .down-bg3{
    right:-7.5%;
  }
  .down-qa-wrap::before{
    bottom: -10%;
  }
  .down-qa-wrap.fadeUp::before{
    right: -10%;
  }
}

@media screen and (max-width: 1279px) {
  .faq{
    flex-direction: column;
    gap: 3rem;
  }
  .faq-right h2{
    margin-bottom:1rem;
  }
  .down-bg1{
    top: 27%;
  }
  .down-bg2 {
    left: -7%;
    top: 58%;
  }
  .down-bg3 {
    right: -10%;
    bottom: -3%;
  }
}

@media screen and (max-width: 1024px) {
  .down-qa-wrap{
    flex-direction: column;
    gap: 3rem;
  }
  .down-qa-wrap > img {
    width: 100%;
    max-width: 600px;
  }
  .down-qa-txt {
    width: 100%;
  }
  .down-qa-wrap::before{
    bottom: 0;
  }
  .down-qa-wrap.fadeUp::before {
    right: -7%;
  }
  .down-qa-anker{
    gap:1.5rem;
  }
  .down-qa-anker .arrow-btn{
    width:280px;
  }
}

@media screen and (max-width: 767px) {
  .accordion-header,
  .accordion-content{
    padding: 1rem 0;
  }
  .accordion-header{
    padding: 1rem 0 0;
  }
  .accordion-header::after{
    width: 15px;
    height: 15px;
  }
  .accordion-header p::after,
  .accordion-content p::after{
    left: 1.5rem;
  }
  .faq-left > p{
    font-size: 16px;
  }
  .faq-right h2{
    gap: 0.5rem;
  }
  .accordion {
    margin-top: 1.5rem;
    padding: 1rem 0;
  }
  .accordion-header p, .accordion-content p {
    padding-left: 40px;
  }
  .accordion-header p::before,
  .accordion-content p::before{
    width:24px;
    height:24px;
  }
  .down-qa-wrap{
    gap:1rem;
  }
  .down-qa-txt h2{
    margin-bottom: 1rem;
  }
  .down-qa-wrap::before{
    bottom: -3rem;
    width: 5rem;
  }
  .down-qa-wrap.fadeUp::before{
    right: 0;
  }
  .down-qa .container{
    gap:2.5rem;
  }
  .down-qa .faq-right .accordion{
    margin-top: 2rem;
  }
  .down-qa-title{
    gap:1rem;
  }
  .down-qa-title img {
    width: 2rem;
  }
  .down-qa .faq-right .accordion-content p{
    padding:3rem 0 0;
  }
  .down-qa .faq-right .accordion-content p::before{
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width:2.5rem;
  }
  .down-qa .faq-right .accordion-content {
    padding: 1rem 1.5rem 1.5rem;
  }
  .down-qa .faq-right .accordion-header p::before {
    width: 30px;
    height: 30px;
  }
  .down-qa .faq-right {
    width: 90%;
  }
  .down-bg3 {
    bottom: -1%;
  }
  .down-qa .faq-right .accordion-header{
    font-size:14px;
  }
}
