/* 
 * 퍼블리싱 파일외 css 엎어쓰기
 * Created on : 2023. 12. 31.
 * Author     : JEONGMIN KIM
 */
.display-none {
    display: none;
}

#allMenu,
#share-wrap {
    display: none;
}

#shareButton:hover + .share-wrap,
#share-wrap:hover {
    display: block;
}

.star-score-w .inp-radio-star.checked .icon-radio {
    background-image: url('../images/common/icon_star_on.png');
    background-size: 14px auto;
}

.popup-wrap.active {
    display: flex;
}


#header .logo {
    z-index: 20;
}

#header .all_menu {
    padding-left: 12px;
    padding-right: 12px;
}

@media (max-width: 980px){
    #allMenu {
        display: none !important;
    }
}

.today-content-wrap.swiper-slide {
    margin-bottom: 20px;
}
.IssueContent.section {
    margin-top: -20px;
}

.board-wrap .faq-item dd {
    display: none;
}

/*사전역량진단 진단결과 그래프*/
.donut-size {
    font-size: 12em;
    padding: 15px 0;
}

.pie-wrapper {
    position: relative;
    width: 1em;
    height: 1em;
    margin: 0px auto;
}
.pie-wrapper .pie {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    clip: rect(0, 1em, 1em, 0.5em);
}
.pie-wrapper .half-circle {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0.1em solid #ba9164;
    border-radius: 50%;
    clip: rect(0em, 0.5em, 1em, 0em);
}
.pie-wrapper .right-side {
    transform: rotate(0deg);
}
.pie-wrapper .label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background: none;
    border-radius: 50%;
    color: #a97d50;
    font-size: 0.20em;
    font-weight: bolder;
    line-height: 2.6em;
    text-align: center;
    cursor: default;
    z-index: 2;
}
.pie-wrapper .smaller {
    padding-bottom: 20px;
    color: #909090;
    font-size: 0.45em;
    font-weight: normal;
    vertical-align: middle;
}
.pie-wrapper .shadow {
    width: 100%;
    height: 100%;
    border: 0.1em solid #dedede;
    border-radius: 50%;
}
.pie-wrapper .shadow:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 4px solid #FFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pie-wrapper .shadow:after {
    content: '';
    display: block;
    width: calc(100% - 45px);
    height: calc(100% - 45px);
    border: 4px solid #FFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 직무역량 진단결과  Bar */
.competencyDiagnosisBar .c3-y-line line {
    stroke: rgba(0, 0, 0, 1);
}
.competencyDiagnosisBar .c3-y-grid-line line {
  stroke: rgba(231, 189, 147, 0.7);
}
.competencyDiagnosisBar .c3-axis-x text {
    font-size: 14px;
    font-weight: bolder;
    font-family: 'Pretendard', "돋움", Dotum, Arial, sans-serif;
    line-height: 2;
    white-space: pre-wrap;
}
.competencyDiagnosisBar .c3-axis-y text {
    font-size: 12px;
    font-family: 'Pretendard', "돋움", Dotum, Arial, sans-serif;
}
.competencyDiagnosisBar .c3-axis-x path,
.competencyDiagnosisBar .c3-axis-x line,
.competencyDiagnosisBar .c3-axis-y path,
.competencyDiagnosisBar .c3-axis-y line {
    display: none;
}

.competencyDiagnosisBar .c3-tooltip-container .c3-tooltip tr:first-child th {
    background-color: #e4c793; /*2025-02-24*/
}
.competencyDiagnosisBar .c3-tooltip-container .c3-tooltip .c3-tooltip-name--currentScore,
.competencyDiagnosisBar .c3-tooltip-container .c3-tooltip .c3-tooltip-name--score td.name{
    display: none;
}

.mypage-stats-graph .legend {
    display: flex;
    font-size: 13px;
    color: #000;
    margin-bottom: 5px;
    margin-left: 30px;
}
.mypage-stats-graph .legend .legend-item.score {
    margin-right: 10px;
}
.mypage-stats-graph .legend .legend-item.score .box{
    display: inline-block;
    width: 25px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0.3);
}
.mypage-stats-graph .legend .legend-item.currentScore .box{
    display: inline-block;
    width: 25px;
    height: 8px;
    background-color: rgba(233,210,169,0.8); /*2025-02-24*/
}

@media (max-width: 980px){
    .competencyDiagnosisBar .c3-axis-x text {
        font-size: 12px;
    }
    .competencyDiagnosisBar .c3-axis-y text {
        font-size: 10px;
    }
}
@media (max-width: 800px){
    .diagnosis_board .bbs-list-flex > div.column-full {
        width: 100%;
    }
}

/* MY페이지 - 학습통계 및 포인트 */
/* 분야별 학습통계 - 도넛 */
.statistics_doughnut_box {
    display: flex; 
    flex-direction: row; 
    justify-content: flex-start;
    height: 200px;
}
.statistics_doughnut_box > div:first-child {
    width: 30%;
    margin-left: 2vw;
    margin-right: 2vw;
}
.legend-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.statistics_doughnut_score td {
    font-family: var(--bs-font-sans-serif);
    padding: 10px 10px;
    color: #000;
    font-weight: 600;
}
.statistics_doughnut_score td:first-child {
    padding-left: 0;
    padding-right: 0;
}
.statistics_doughnut_score td:first-child,
.statistics_doughnut_score td:nth-child(2){
    text-wrap: nowrap;
}
.statistics_doughnut_score td{
    text-align: left;
}
.statistics_doughnut_score td span {
    display: block;
    width: 24px;
    height: 15px;
    border-radius: 10px;
}
@media (max-width: 800px){
    .statistics_doughnut_box > div:first-child {
        margin-left: 5vw;
        margin-right: 5.5vw;
    }
    .statistics_doughnut_score td {
        padding: 5px 5px;
    }
}

.selectator_memberShip {
    display: none;
}