/* 결과 페이지 레이아웃 */

* {
    box-sizing: border-box;

}


#cont {
    max-width: 960px;
    margin: 0 auto;
}


.top-content h1 {
    font-size: 2em;
    color: white;
}

.client-info h1 {
    color: #444;
}

/*결과 탭*/
label,
a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: inherit;
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
}



.layout {
    display: -ms-grid;
    display: grid;
    height: 100%;
    width: 100%;
    overflow: hidden;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.layout>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.layout>*:nth-child(2),
.layout>*:nth-child(2n+3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.layout>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.layout>*:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.layout>*:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.layout>*:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.layout>*:nth-child(9) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.layout>*:nth-child(10) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
}

.layout>*:nth-child(12) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
}

.layout>*:nth-child(13) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.layout>*:nth-child(15) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

input[type="radio"] {
    display: none;
}

label.nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    background: #ecf0f1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background 0.4s, padding-left 0.2s;
    transition: background 0.4s, padding-left 0.2s;
    padding-left: 0;
    width: 300px;
    margin: 0 auto;
}

input[type="radio"]:checked+.page+label.nav {
    background: linear-gradient(122deg, rgba(16, 107, 181, 1) 0%, rgba(16, 107, 181, 0.9) 100%);
    color: #fff;
    font-size: 24px;
}

input[type="radio"]:checked+.page+label.nav svg {
    opacity: 1;
}

label.nav span {
    padding-left: 0px;
    position: relative;
    text-align: center;
    font-family: WhitneyHTF-Bold;
    font-weight: bold;
}

label.nav svg {
    left: 0;
    top: -3px;
    position: absolute;
    width: 15px;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
    padding: 0px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.page-contents>* {
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.page-contents>*:nth-child(1) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.page-contents>*:nth-child(2) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.page-contents>*:nth-child(3) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.page-contents>*:nth-child(4) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.page-contents>*:nth-child(5) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.page-contents>*:nth-child(6) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.page-contents>*:nth-child(7) {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

.page-contents>*:nth-child(8) {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

.page-contents>*:nth-child(9) {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

.page-contents>*:nth-child(10) {
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s;
}

.page-contents>*:nth-child(11) {
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s;
}

.page-contents>*:nth-child(12) {
    -webkit-transition-delay: 2.6s;
    transition-delay: 2.6s;
}

.page-contents>*:nth-child(13) {
    -webkit-transition-delay: 2.8s;
    transition-delay: 2.8s;
}

.page-contents>*:nth-child(14) {
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
}

.page-contents>*:nth-child(15) {
    -webkit-transition-delay: 3.2s;
    transition-delay: 3.2s;
}

.page-contents>*:nth-child(16) {
    -webkit-transition-delay: 3.4s;
    transition-delay: 3.4s;
}

.page-contents>*:nth-child(17) {
    -webkit-transition-delay: 3.6s;
    transition-delay: 3.6s;
}

.page-contents>*:nth-child(18) {
    -webkit-transition-delay: 3.8s;
    transition-delay: 3.8s;
}

.page-contents>*:nth-child(19) {
    -webkit-transition-delay: 4s;
    transition-delay: 4s;
}

.page-contents>*:nth-child(20) {
    -webkit-transition-delay: 4.2s;
    transition-delay: 4.2s;
}

input[type="radio"]+.page {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
}

input[type="radio"]:checked+.page {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

input[type="radio"]:checked+.page .page-contents>* {
    opacity: 1;
}

.page-contents {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

/*상단 애니메이션*/

.top-content {
    height: 400px;
    background: linear-gradient(122deg, rgba(72, 198, 239, 1) 0%, rgba(111, 134, 214, 1) 100%);
    position: relative;
}

.top-content .result-title {
    padding-top: 150px;
    color: white;
}

.layout {
    margin-top: 100px;
}

/*결과 항목 표시 css*/
.container-fluid {
    left: 0;
    position: relative;
    top: 0;
    -webkit-transform: none;
    transform: none;
}

.card-body table {
    border-collapse: separate;
    border-spacing: 0 10px;
    font-size: 16px;
    width: auto;
}

.card-body table tr td {
    font-size: 20px;
}

.card-body table tr td:nth-child(3) {
    text-align: right;
}

.card-body table tr:nth-child(1) td:nth-child(1)::before {
    content: '■';
    color: #ED1B23;
}

.card-body table tr:nth-child(2) td:nth-child(1)::before {
    content: '■';
    color: #F15A28;
}

.card-body table tr:nth-child(3) td:nth-child(1)::before {
    content: '■';
    color: #D7DF22;
}

.card-body table tr:nth-child(4) td:nth-child(1)::before {
    content: '■';
    color: #EC008C;
}

.card-body table tr:nth-child(5) td:nth-child(1)::before {
    content: '■';
    color: #662C91;
}

.card-body table tr:nth-child(6) td:nth-child(1)::before {
    content: '■';
    color: #59c7c4;
}

.card-body table tr:nth-child(7) td:nth-child(1)::before {
    content: '■';
    color: #38B549;
}

.card-body table tr:nth-child(8) td:nth-child(1)::before {
    content: '■';
    color: #00AEEF;
}

.card-body {
    background-color: white;
}


.result-card {
    background-color: white;
    border-radius: 1px;
    height: 500px;
    margin: 0 auto;
    max-width: 1200px;
    overflow: visible;
    margin-top: 30px;
}

/*결과화면 사람 이미지 디자인*/
.media {
    height: 100%;
    background: url(/img/man.png), -webkit-gradient(linear,
            left top, left bottom,
            color-stop(12.5%, #000000),
            color-stop(12.5%, #000000), color-stop(25%, #000000),
            color-stop(25%, #000000), color-stop(32.392857%, #000000),
            color-stop(32.392857%, #000000), color-stop(52.380952%, #000000),
            color-stop(52.380952%, #000000), color-stop(66.666667%, #000000),
            color-stop(66.666667%, #000000), color-stop(82.976191%, #000000),
            color-stop(82.976191%, #000000), color-stop(90.773811%, #000000),
            color-stop(90.773811%, #000000), to(#000000));
    background: url(/img/man.png), linear-gradient(to bottom,
            #000000 12.5%,
            #000000 12.5%, #000000 25%,
            #000000 25%, #000000 32.392857%,
            #000000 32.392857%, #000000 52.380952%,
            #000000 52.380952%, #000000 66.666667%,
            #000000 66.666667%, #000000 82.976191%,
            #000000 82.976191%, #000000 90.773811%,
            #000000 90.773811%, #000000 100%);
    /*결과 백그라운드 색상*/
    background-size: cover;
    background-position: center center;
}

.card-body {
    color: #7a7a7a;
    height: 100%;
    display: grid;
}

/*n대 핵심역량*/
.trd-ability {
    max-width: 1200px;
    height: auto;
    margin: 50px auto;

}

.trd-ability .circle:after {
    top: 5px;
    left: 5px;
}

#ability-desc {
    margin: 0 auto;
    height: auto;
}

.tab-content {
    text-align: left;
}

.tab-content h1 {
    display: table;
    margin: 12px auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 6px 30px 6px 30px;
}

.tab-content p {
    margin: 10px auto;
    max-width: 620px;
}

#tab-0 h1 {
    display: table;
    margin: 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 6px 3px 6px 3px;
}

.tagline {
    font-size: 8px;
    text-transform: uppercase;
}

.result-title {
    color: #252830;
    font-size: 18px;
    font-weight: 400;
}

.divider {
    background: #7a7a7a;
    height: 2px;
    margin: 25px auto;
    width: 40px;
}

.paragraph {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

.read-more {
    bottom: 25px;
    color: #7a7a7a;
    cursor: pointer;
    left: 50%;
    padding: 5px;
    position: absolute;
    text-decoration: none;
    top: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.read-more:hover,
.read-more:focus,
.read-more:visited {
    color: #252830;
    text-decoration: none;
}

.main-competency {
    max-width: 1200px;
    margin: 0 auto;
}

.card p {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.card-number {
    visibility: hidden;
}

.overlay {
    top: 85px;
    left: 51px;
}

.no-result img {
    max-width: 100%
}

@media (max-width:768px) {

    .overlay {
        left: inherit;
    }

    .tab-content p {
        font-size: 16px;
    }

    .result-card {
        background-color: white;
        border-radius: 1px;
        height: 350px;
        margin: 0 auto;
        max-width: 1200px;
        overflow: visible;
        margin-top: 30px;
    }

    .card p {
        font-size: 16px;
        text-align: center;
    }

}

@media (max-width:970px) {
    .layout {}
}

@media (max-width:500px) {
    table {
        width: 99%;
    }

    .card-body table tr td {
        font-size: 14px;
    }

    .media {
        height: 100%;
        background: url(/img/woman3.png), -webkit-gradient(linear,
                left top, left bottom,
                color-stop(12.5%, #000000),
                color-stop(12.5%, #000000), color-stop(25%, #000000),
                color-stop(25%, #000000), color-stop(32.392857%, #000000),
                color-stop(32.392857%, #000000), color-stop(52.380952%, #000000),
                color-stop(52.380952%, #000000), color-stop(66.666667%, #000000),
                color-stop(66.666667%, #000000), color-stop(82.976191%, #000000),
                color-stop(82.976191%, #000000), color-stop(90.773811%, #000000),
                color-stop(90.773811%, #000000), to(#000000));
        background: url(/img/woman3.png), linear-gradient(to bottom,
                #000000 12.5%,
                #000000 12.5%, #000000 25%,
                #000000 25%, #000000 32.392857%,
                #000000 32.392857%, #000000 52.380952%,
                #000000 52.380952%, #000000 66.666667%,
                #000000 66.666667%, #000000 82.976191%,
                #000000 82.976191%, #000000 90.773811%,
                #000000 90.773811%, #000000 100%);
        /*결과 백그라운드 색상*/
        background-size: cover;
        background-position: center center;
    }
}

.card {
    height: 280px;
}

.overlay {
    width: 86px;
    height: 86px;
    top: 75px;
    left: 36px;
}

.circle {
    width: 100px;
    height: 100px;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.circle img {
    width: 50px;
}

.circle:after {
    width: 86px;
    height: 86px;
}

.m-title {
    font-size: 22px;
}

#ability p {
    padding: 0 1em;
}

@media (max-width:970px) {
    .layout {
        margin-top: 20px;
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.modal__trigger:hover .circle {
    animation-name: bounce;
    -moz-animation-name: bounce;
}

h3 {
    font-family: WhitneyHTF-Semi;
    font-weight: 600;
}

.result-card p,
.page-contents p {
    max-width: 600px;
    padding: 0;
    /*line-height: 1.25em;*/
    line-height: 20px;
}

.result-card p {
    margin-top: 20px;
}

#chart h1,
#survey h1 {
    background: linear-gradient(122deg, rgba(16, 107, 181, 1) 0%, rgba(16, 107, 181, 0.9) 100%);
    color: white;
    padding: 6px 20px 6px 20px;
}

#chart h1 {
    margin-bottom: 20px;
}

#chart p {
    max-width: 600px;
    padding: 0;
    line-height: 1.25em;
}

#survey h1 {
    margin: 20px auto;
}

#survey h3 {
    font-size: 24px;
    margin: 20px auto;

}

@media (max-width:970px) {
    #survey h3 {
        font-size: 18px;
    }
}

/* Rating Star Widgets Style */
.form-control {
    margin-bottom: 20px;
}

.rating-stars::after {
    content: "";
    display: block;
    height: 1px;
    background: #eee;
    width: 50%;
    margin: auto;
}


.rating-stars ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.rating-stars ul>li.star {
    display: inline-block;

}

/* Idle State of the stars */
.rating-stars ul>li.star>i.fa {
    font-size: 2.5em;
    /* Change the size of the stars */
    color: #ccc;
    /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul>li.star.hover>i.fa {
    color: #FFCC36;
}

/* Selected state of the stars */
.rating-stars ul>li.star.selected>i.fa {
    color: #FF912C;
}

input[type=submit] {
    background-color: #106bb5 !important;
    color: #fff;
    padding: .55em 1em;
    letter-spacing: 0;
    text-transform: none;
    height: 100%;
    font-size: 1em;
    font-family: WhitneyHTF-Semi, sans-serif;
    -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    cursor: pointer;
    margin-top: 20px;
}

.speech-bubble {
    -webkit-filter: drop-shadow(-1px -1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(-1px -1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.15));
    border-radius: 5px;
    background: #ffffff;
    margin: 0;
    margin-bottom: 20px;
    padding: 1.2rem 1.5rem;
    position: relative;
    background: #fff;
    color: white;
    font-family: WhitneyHTF-Medium;
}

/*하단 핵심역량 설명 문구*/
.v-application .pulsetext {
    margin-bottom: 10px;
    font-weight: bold;
    padding: 20px 30px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 5px 5px 10px #d9d9d9, -5px -5px 10px #ffffff;
}

.trd-ability span {
    position: absolute;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 2px solid #444;
    border-bottom: 2px solid #444;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: .1;
    -webkit-animation: pulse2 1.5s linear infinite;
    animation: pulse2 1.5s linear infinite;
    box-sizing: border-box;
}

select {
    width: 100%;
    max-width: 500px;
    height: 30px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    background: url(img/arrow.png) no-repeat right 13px center;
    background-size: 13px;
    padding-left: 13px;
}

.result-domain .main-row {
    margin-top: 30px;
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}

@keyframes pulse2 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: rotate(-45deg) translate(-5px, 5px);
        opacity: 0;
    }
}

.tabc {
    position: relative;
    width: 100%;
    max-width:900px;
    margin: auto;
}

/* 그래프 슬라이드 */
.cBtns {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cBtns ul{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.cBtn{
    font-size: 12px;
    width: 30%;
    padding: 12px 0;
    border:1px solid #e2e2e2;
    width: 100%;
    cursor: pointer;
}
.bgBlue {
    background-color: #106bb5;
    color: white;
}