@charset "utf-8";
/* health_view */
.my_result_box .cont_title > span { display: block; font-size: 16px; font-weight: 600; color: var(--black-70); line-height: 22px; margin-bottom: 2px; }
.my_result_box .tab_nav { position: relative; display: flex; z-index: 1; margin-top: 24px; } 
.my_result_box .tab_nav::after { position: absolute; left: 50%; bottom: 1px; transform: translate(-50%); width: calc(100% + 40px); height: 100%; box-shadow: var(--shadow-01); content: ''; display: block; z-index: -1; }
.my_result_box .tab_nav li { width: 50%; font-size: 16px; font-weight: 500; color: var(--gray-03); line-height: 22px; padding: 12px; text-align: center; border-bottom: 2px solid transparent; cursor: pointer; } 
.my_result_box .tab_nav li.on { font-weight: 700; color: var(--purple); border-bottom: 2px solid var(--purple); } 
.my_result_box .tab_cont_wrap { width: 100%; padding-top: 24px; } 
.result_list > .fold { display: none; margin-top: 20px; } 
.result_list .btn_more.active::after { transform: rotate(180deg); }

/* none_data_box */
.none_data_box { width: 100%; text-align: center; padding: 20px; background: #ffffff; border-radius: 16px; box-shadow: var(--shadow-02); }
.none_data_box img { width: 76px; }
.none_data_box h4 { font-size: 18px; font-weight: 700; line-height: 24px; margin-top: 12px; }
.none_data_box p { font-size: 14px; font-weight: 400; line-height: 20px; margin-top: 6px; }