@charset "utf-8";
/** FAQ - 고객센터 **/
.faq_section { background-color: rgba(138,82,220,0.04); }
.faq_section .inner { padding: 76px 24px 56px; }
.faq_section h2 { font-size: 40px; font-weight: 400; line-height: 30px; }
.faq_section p { font-size: var(--font-regular); line-height: 26px; margin-top: 32px; }
.faq_section a { display: block; width: 100%; height: 64px; font-size: var(--font-small); font-weight: 700; line-height: 64px; text-align: center; background: var(--color-kakao); border-radius: var(--border-radius); margin-top: 32px; }
.faq_section a::before { width: 24px; height: 24px; background: url(../../image/icon/btn_icon_kakao.svg) no-repeat center center; content: ''; display: inline-block; vertical-align: -6px; margin-right: 18px; }

/* faq_list */
.faq_list .inner { padding: 48px 24px 88px; }
.tab_nav { display: flex; flex-wrap: wrap; justify-content: flex-start; }
.tab_nav li { display: inline-block; height: 38px; font-size: var(--font-small); font-weight: 700; color: var(--color-gray); line-height: 38px; padding: 0 14px; background: var(--bg-gray); border-radius: 20px; cursor: pointer; margin-right: 10px; margin-bottom: 10px; }
.tab_nav li.on { background-color: var(--color-main); color: var(--color-white); } 
.tab_cont .tab_box { display: none; margin-top: 14px; }
.tab_cont .tab_box.on { display: block; }
.list_box ul::-webkit-scrollbar { display: none; }
.list_box ul li { width: 100%; border-bottom: var(--border-light); overflow: hidden; } 
.list_box ul li .title { display: flex; align-items: flex-start; justify-content: space-between; width: 100%; padding: 24px 0; cursor: pointer; } 
.list_box ul li .title em { display: block; font-size: var(--font-regular); font-weight: 700; line-height: 22px; color: var(--color-dark-gray); } 
.list_box ul li .detail_open { position: relative; display: block; width: 30px; min-width: 30px; height: 22px; } 
.list_box ul li .detail_open::before { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 14px; height: 2px; background: var(--color-black); content: ''; display: block; }
.list_box ul li .detail_open::after { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 2px; height: 14px; background: var(--color-black); content: ''; display: block; transition: all .3s ease-in-out; }
.list_box ul li.on .detail_open::after { transform: translate(-50%, -50%) rotate(90deg); } 
.list_box ul li .answer { display: none; font-size: var(--font-small); color: var(--color-dark-gray); line-height: 23px; word-break: keep-all; padding: 0 0 24px; }