@import url(//cdn.jsdelivr.net/nanumsquare/1.0/nanumsquare.css);
@import url('../fonts/CoreGothicD-1Thin/styles.css');
@import url('../fonts/CoreGothicD-5Medium/styles.css');
@import url('../fonts/CoreGothicD-6Bold/styles.css');

.mentor-container {
    font-family: 'NanumSquare', 'coregtd';
}

.mentor-container strong {
    font-weight: bold;
    font-family: NanumSqaure;
}

.info-title-wrap {
    background-color: #123b61;
    color: #FFF;
    text-align: center;
    padding: 10px 0;
}

.info-title-wrap .info-title {
    font-size: 36px;
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
}

.mentor-title-wrap {
    background-color: #ededed;
}

.mentor-title-wrap h1 {
    font-size: 32px;
    padding: 30px 0;
    text-align: center;
    color: #123b61;
    font-weight: bold;
    font-family: 'coregtd600';
}

.mentor-title-wrap h1 span {
    margin: 0 auto;
}

.table-box .table-title {
    border-top: 5px solid #123B61;
    border-bottom: 3px solid #123b61;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: #123b61;
    padding: 20px 0px;
    font-family: 'coregtd600';
}

.table-box .table-wrapper table {
    border-top: 1px solid #ddd;
}

.table-box .table > tbody > tr > td, .table-box .table > tbody > tr > th, .table-box .table > tfoot > tr > td, .table-box .table > tfoot > tr > th, .table-box .table > thead > tr > td, .table-box .table > thead > tr > th {
    font-size: 16px;
    line-height: 1.8;
}

.table-box .table > tbody > tr > td:nth-child(1) {
    width: 10%;
}

.table-box .table-contents {
    font-size: 16px;
    line-height: 1.8;
    padding: 30px 0;
    text-align: center;
}

.logo-wrap {
    margin-bottom: 100px;
    text-align: center;
    margin-top: 60px;
}

.mentor-profile-wrapper {
    width: 100%;
}

.mentor-profile-wrapper > img {
    width: 100%;
    height: auto;
}

.mentor-profile-description {
    text-align: center;
}

.mentor-profile-description > span:nth-child(1) {
    font-size: 110%;
    font-weight: 600;
    color: #6a7c93;
}

.bar-chart {
    position: relative;
    width: 100%;
    margin-top: 15px;
}

.bar-chart > .legend {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    margin-bottom: -45px;
    border-top: 1px solid #000;
}

.bar-chart > .legend > .item {
    position: relative;
    display: inline-block;
    float: left;
    width: 25%;
}

.bar-chart > .legend > .item:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 1px;
    height: 8px;
    background-color: #000;
    margin-top: -8px;
}

.bar-chart > .legend > .item.text-right:before {
    right: 0;
    left: auto;
}

.bar-chart > .legend > .item h4 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bar-chart > .chart {
    position: relative;
    width: 100%;
}

.bar-chart > .chart > .item {
    position: relative;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
}

.bar-chart > .chart > .item > .bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: lightgray;
    z-index: 5;
}

.bar-chart > .chart > .item > .bar > .percent {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    padding-right: 12px;
    z-index: 15;
}

.bar-chart > .chart > .item > .bar > .item-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: lawngreen;
    z-index: 10;
}

.bar-chart > .chart > .item:nth-child(1) > .bar > .item-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: darkorange;
    z-index: 10;
}

.bar-chart > .chart > .item:nth-child(2) > .bar > .item-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: lightskyblue;
    z-index: 10;
}

.bar-chart > .chart > .item:nth-child(3) > .bar > .item-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #d43f3a;
    z-index: 10;
}

.bar-chart > .chart > .item:nth-child(4) > .bar > .item-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #3e50b4;
    z-index: 10;
}

.bar-chart > .chart > .item > .bar > .item-progress > .title {
    display: block;
    position: absolute;
    height: 40px;
    line-height: 40px;
    padding-left: 12px;
    z-index: 15;
    white-space: nowrap;
}

/*코치 히어로스쿨 상세*/
.mentor-wrapper h2 {
    margin-top: 20px;
    font-family: 'coregtd600';
    font-size: 28px;
    margin-bottom: 20px; 
}
.mentor-wrapper .mentor-box {
    width: 20%;
    margin-bottom: 28px;
}
.mentor-profile-wrapper {
    text-align: center;
}
.mentor-profile-wrapper > img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.mentor-profile-description > span:nth-child(1) {
    font-size: 110%;
    font-weight: 600;
    color: #0B3C5E;  
    font-size: 16px;
} 