.dropdown-faqs-contents{display:grid;gap:10px;grid-template-columns:repeat(var(--max-columns,2),1fr);margin:0 auto;max-width:var(--max-width,100%);-webkit-box-align:start;-ms-flex-align:start;align-items:start}@media only screen and (max-width:767px){.dropdown-faqs-contents{grid-template-columns:1fr}}.dropdown-faqs-contents .content{background:#fff;border:1px solid #e8e8e4;border-radius:12px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.dropdown-faqs-contents .content .question{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:64px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;padding:0 20px;width:100%}.dropdown-faqs-contents .content .question span{font-size:11px}.dropdown-faqs-contents .content .text{color:#595959;max-height:0;overflow:hidden;-webkit-transition:max-height .4s ease;transition:max-height .4s ease;will-change:max-height}.dropdown-faqs-contents .content .text>div{padding:20px}.dropdown-faqs-contents .content.open .text>div{border-top:1px solid #e8e8e4}.dropdown-faqs-contents .content.open .question span{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:transfrm .4s ease;transition:transfrm .4s ease}