.newFAQS_box{margin:50px 14.375vw}.newFAQS_box *{font-family:BarlowMedium}.newFAQS_title_pc{position:relative;width:100%}.newFAQS_title_pc img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.newFAQS_box .newFAQS_title_mobile{font-size:var(--font-size-24);line-height:32px;margin-bottom:29px}.newFAQS_box .newFAQS_content{display:-webkit-box;display:-ms-flexbox;display:flex}.newFAQS_box .newFAQS_content .content_left{min-width:280px;margin-right:20px;position:sticky;top:15vh;left:0;right:0;max-height:100vh}.newFAQS_box .newFAQS_content .content_left .list_item{font-size:var(--font-size-18);padding-bottom:15px}.newFAQS_box .newFAQS_content .content_left .list_item .item_title{color:#ccc;cursor:pointer}.newFAQS_box .newFAQS_content .content_left .list_item .active_title{color:#000;cursor:pointer;font-weight:500;font-size:var(--font-size-20)}.newFAQS_box .newFAQS_content .content_right{-webkit-box-flex:1;-ms-flex:1;flex:1}.newFAQS_box .newFAQS_content .content_right .faqs_list .faqs_item{padding:15px 0;border-top:.5px solid #ccc}.newFAQS_box .newFAQS_content .content_right .faqs_list .faqs_item:last-child{border-bottom:.5px solid #ccc}.newFAQS_box .newFAQS_content .content_right .faqs_list .faqs_item .problem_txt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 15px;cursor:pointer;font-size:var(--font-size-18);font-weight:600;font-family:var(--font-style-BarlowBold)}.newFAQS_box .newFAQS_content .content_right .faqs_list .faqs_item .problem_txt .icon{cursor:pointer;-webkit-transform-origin:center center;transform-origin:center center;min-width:18px;min-height:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-size:100% 100%;background-position:center;background-repeat:no-repeat;background-image:url("/static/images/add.png")}.newFAQS_box .newFAQS_content .content_right .faqs_list .faqs_item.on .problem_txt .icon{background-image:url("/static/images/decrease.png");-webkit-transform:rotateZ(90deg);transform:rotateZ(90deg)}.newFAQS_box .newFAQS_content .content_right .faqs_list .faqs_item .answer_txt{display:none;padding:15px 15px 0;font-size:var(--font-size-16);font-family:var(--font-style-BarlowRegular);line-height:24px}.newFAQS_box .newFAQS_content .content_right .faqs_list .faqs_item .answer_txt *{font-size:var(--font-size-16);font-family:var(--font-style-BarlowRegular);line-height:24px}.newFAQS_box .newFAQS_content .content_right .faqs_list .faqs_item .answer_txt a{border-bottom:1px solid #000}.newFAQS_box .newFAQS_content .content_left .close_problem_pop{display:none}.newFAQS_box .newFAQS_content .show_problem_pop{display:none}.newFAQS_box .newFAQS_content .content_right .faqs_list .faqs_item .answer_txt.answer_visible{display:block}.newFAQS_title_mobile{display:none}.newFAQS_title_pc .newFAQS_title{position:absolute;bottom:50px;left:14.375vw;font-size:var(--font-size-24);line-height:28px;color:#fff}.newFAQS_box .newFAQS_content .content_left .close_problem_pop,.show_problem_pop{display:none}.newFAQS_box .newFAQS_content .content_left .close_problem_pop.on,.show_problem_pop.on{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width: 768px){.newFAQS_box{margin:30px 5%}.newFAQS_box .newFAQS_content .content_left{position:fixed;top:0;right:0;width:100vw;max-width:375px;height:100vh;z-index:-1;overflow-y:hidden;-webkit-transition:none;transition:none;display:none;opacity:0}.newFAQS_box .newFAQS_content .content_left.on{z-index:9999;-webkit-box-shadow:1px 4px 8px rgba(0,0,0,.25);box-shadow:1px 4px 8px rgba(0,0,0,.25);display:block;opacity:1}.newFAQS_box .newFAQS_content .content_left .problem_list{overflow-y:scroll;background-color:#fff;height:100%;width:100%;padding-top:15px;position:relative}.newFAQS_box .newFAQS_content .content_left .problem_list::-webkit-scrollbar{width:0}.newFAQS_box .newFAQS_content .content_left .list_item{font-size:var(--font-size-18)}.newFAQS_box .newFAQS_content .content_left .problem_list .category_item{padding-left:15px}.newFAQS_box .newFAQS_content .content_left .close_problem_pop{display:block;position:absolute;top:15px;right:15px;width:18px;height:18px}.newFAQS_box .newFAQS_content .content_left .close_problem_pop img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.newFAQS_box .newFAQS_content .show_problem_pop{display:block;position:fixed;top:150px;right:15px;font-size:var(--font-size-28);height:36px;width:36px;padding:8px;background-color:#ccc;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.newFAQS_box .newFAQS_content .show_problem_pop img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.newFAQS_box .newFAQS_title{margin-bottom:20px}.newFAQS_title_pc{display:none}.newFAQS_title_mobile{display:block}.newFAQS_title_mobile_category{display:block;font-size:var(--font-size-16);font-family:BarlowMedium;width:100%}}