@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif;
    list-style-type: none;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

table {
    width: 100%;
    border-collapse: collapse;
}


#contain {
    width: 645.55px;
    height: 2800px; /*border: 1px solid red;*/
    margin: 0 auto;
}

#contain > .logo-container > img {
    width: 121.34px;
    height: 34.12px;
    display: block;
    margin: 24px auto;
    display: inline-block;
}

#contain > .logo-container {
    text-align: center;
}

.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 10;
}

.con1 {
    height: 102.03px; /*border: 1px solid #000;*/
}

.name {
    width: 319.14px;
    height: 102.03px;
    float: left;
}

.tosel {
    width: 242.12px;
    height: 93.34px;
    float: right;
    margin: 5px 23px 0 0;
}

.tosel > img {
    width: 100%;
    height: 100%;
}

.name > table {
    text-align: left;
}

.table tr {
    border-bottom: 1.21345px solid #1E2F97;
}

.con1 > .name .table td {
    padding: 7px 0;
}

.con1 > .name .table th {
    padding: 7px 0;
}

.table tr:first-child {
    font-size: 14px;
}

.table tr:nth-child(2) {
    font-size: 12px;
}

.table tr:nth-child(3) {
    font-size: 12px;
}

.table tr:nth-child(2) > td:nth-child(1), td:nth-child(3) {
    font-weight: 500;
}

.table tr:nth-child(3) > td:nth-child(1), td:nth-child(3) {
    font-weight: 500;
}

.con2 { /*border: 1px solid blue;*/
    height: 190.57px;
    margin-top: 15px;
}

.con10 { /*border: 1px solid blue;*/
    height: 190.57px;
    margin-top: 50px;
}

.con10 > .record > h2 {
    font-size: 12.1345px;
    line-height: 18px;
    background: linear-gradient(269.86deg, #1E2F97 0%, #1AA7EC 100%) no-repeat;
    box-shadow: 0px 0px 9.29565px rgba(86, 174, 238, 0.25);
    text-indent: 11.8px;
    border-radius: 9.29565px 9.29565px 0px 0px;
    color: #fff;
    padding: 6px 0;
    border: 1px solid #1E2F97;
    border-bottom: none;
}

.score ul {
    background: linear-gradient(269.86deg, #1E2F97 0%, #1AA7EC 100%) no-repeat;
    box-shadow: 0px 0px 9.29565px rgba(86, 174, 238, 0.25);
    border-radius: 9.29565px 9.29565px 0px 0px;
    border: 1.21345px solid #1E2F97;
    border-bottom: none;
}

.score ul li {
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    font-size: 13.3479px;
    line-height: 19px;
    padding: 0px 39px 3px 46.7px;
    color: #fff;
}

.score2 {
    display: flex;
    height: 86%;
    border: 1.21345px solid #1E2F97;
    border-radius: 0 0 9.29565px 9.29565px;
    position: relative;
}

.score2 > h3 {
    position: absolute;
    top: 80px;
    right: 231px;
}

.score2 > div {
    text-align: center;
    position: relative;
}

.score2 > div:nth-child(1) {
    width: 22.5%;
    border-radius: 0 0 0 9.29565px;
    border-right: 1.21345px solid #1E2F97;
}

.score2 > div:nth-child(2) {
    width: 22.5%;
    border-right: 1.21345px solid #1E2F97;
}

.score2 > div:nth-child(3) {
    width: 22.5%;
}

.score2 > div:nth-child(4) {
    border-radius: 0 0 9.29565px 0;
    border-left: 1.21345px solid #1E2F97;
    width: 33%;
}

#hallOfFame {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.flip-container {
    perspective: 300px;
    cursor: pointer;
}

.flip-item {
    backface-visibility: hidden;
    transition: 1s;
}

.flip-item.front {
    /* 앞면 카드가 부유하게 되어, 뒷면 카드가 아래에서 위로 올라감 -> 요소 두개가 겹치게 됨*/
    position: absolute;
    /* 명시적으로 기본값 설정, 없어도 됨*/
    transform: rotateY(0deg);
}

.flip-container:hover .flip-item.front {
    transform: rotateY(180deg);
}

.flip-container .flip-item.back {
    /*y축을 중심으로 -180도 회전*/
    transform: rotateY(-180deg);
}

.flip-container:hover .flip-item.back {
    transform: rotateY(0deg);
}


.score2 > div p {
    font-size: 9.70756px;
    text-align: center;
    line-height: 14px;
    margin-top: 5px;
}

.score2 > div > h1 {
    position: absolute;
    top: 53px;
    font-size: 36.4034px;
    line-height: 53px;
}

.score2 > div:nth-child(1) > h1 {
    left: 52px;
}

.score2 > div:nth-child(2) > h1 {
    left: 63px;
}

.score2 > div:nth-child(3) > h1 {
    left: 39px;
    font-size: 29px;
}

.score2 > div:nth-child(3) > h1 > span {
    font-size: 13px;
}

.one {
    width: 180px;
    height: 180px;
    margin: -5px 0 0 -14px;
    display: block;
}

.two {
    width: 91.25px;
    height: 91.25px;
    margin-top: 10px;
}

.con3 {
    width: 100%;
    height: 110.48px;
    margin-top: 18px;
}

.con3 .pe h2 {
    font-size: 12.1345px;
    line-height: 18px;
    background: linear-gradient(269.86deg, #1E2F97 0%, #1AA7EC 100%) no-repeat;
    text-indent: 11.8px;
    border-radius: 9.29565px 9.29565px 0px 0px;
    color: #fff;
    padding: 6px 0;
    border: 1px solid #1E2F97;
    border-bottom: none;
}

.pe2 > ul {
    display: flex;
    flex-wrap: nowrap;
}

.pe2 > ul > li {
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 14px;
    padding: 4px 21.516px;

}

/*.con3 ul {  text-align: center; width: 100%; border: 1px solid #1E2F97; height: 21px; border-top: none;}*/
/*.con3 ul li { */
/*	font-weight: 900; font-size: 10.921px; line-height: 16px; color: #8e96cb; padding: 2px 18.125px;*/
/*	float: left;  border-right: 1px solid #1E2F97; */
/*}*/
/*.con3 ul li:last-child { border-right: none; }*/
/*.pe2 ul li.active { color: #1E2F97;}*/

.pe3 {
    width: 100%;
    border: 1px solid #1E2F97;
    border-top: none;
    height: 56px;
    border-radius: 0 0 9.29565px 9.29565px;
}

.pe3 p {
    font-style: normal;
    font-weight: normal;
    font-size: 10.921px;
    line-height: 16px;
    padding: 11px 11px 0 11px;
}

.con4 {
    width: 100%;
    height: 160.17px;
    margin-top: 11px;
}

.con4 > .record > h2 {
    font-size: 12.1345px;
    line-height: 18px;
    background: linear-gradient(269.86deg, #1E2F97 0%, #1AA7EC 100%) no-repeat;
    box-shadow: 0px 0px 9.29565px rgba(86, 174, 238, 0.25);
    text-indent: 11.8px;
    border-radius: 9.29565px 9.29565px 0px 0px;
    color: #fff;
    padding: 6px 0;
    border: 1px solid #1E2F97;
    border-bottom: none;
}

.record_t {
    border: 1px solid #1E2F97;
    border-radius: 0 0 9.29565px 9.29565px;
    border-top: none;
}

.record_t > table {
    text-align: center;
    border-radius: 1em;
}

.record_t > table td {
    font-size: 10.2252px;
    padding: 8px 0;
    font-style: normal;
    font-weight: 100;
    border-bottom: 1px solid #1E2F97;
}

.record_t > table th {
    font-size: 10.2252px;
    padding: 8px 0;
    border-bottom: 1px solid #1E2F97;
}

.record_t > table tr:nth-child(4) td {
    border: none;
}

.record_t > table tr:nth-child(4) th {
    border: none;
}


.con5 {
    width: 100%;
    height: 197.79px;
    margin-top: 14px;
}

.con5 > .avg > h2 {
    font-size: 12.1345px;
    line-height: 18px;
    background: linear-gradient(269.86deg, #1E2F97 0%, #1AA7EC 100%) no-repeat;
    box-shadow: 0px 0px 9.29565px rgba(86, 174, 238, 0.25);
    text-indent: 11.8px;
    border-radius: 9.29565px 9.29565px 0px 0px;
    color: #fff;
    padding: 6px 0;
    border: 1px solid #1E2F97;
    border-bottom: none;
}

.con5 > .avg2 {
    display: flex;
    width: 100%;
    height: 100%;
}

.con5 > .avg2 > div {
    border: 1px solid #1E2F97;
    width: 50%;
    position: relative;
    border-top: none;
}

.con5 > .avg2 > div:first-child {
    border-radius: 0 0 0 9.29565px;
    border-right: none;
}

.con5 > .avg2 > div:last-child {
    border-radius: 0 0 9.29565px 0;
}

.con5 > .avg2 > div img {
    position: absolute;
    width: 44.47px;
    height: 53px;
    top: 27px;
}

.con5 > .avg2 > div:first-child > img {
    left: 12px;
}

.con5 > .avg2 > div:last-child > img {
    left: 210px;
}

.con5 > .avg2 > div > img:nth-child(3) {
    width: 12px;
    height: 8.53px;
    position: absolute;
    top: 100px;
    left: 28px;
}

.con5 > .avg2 > div > h3:nth-child(4) {
    font-style: normal;
    font-weight: normal;
    font-size: 9.70756px;
    line-height: 14px;
    margin: 10px 0 0 12px;
}

.con5 > .avg2 > div .num {
    position: absolute;
    width: 32.3px;
    height: 32.3px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 13.1961px;
    font-style: normal;
    font-weight: bold;
    top: 33px;
}

.con5 > .avg2 > div > .a {
    right: 23px;
}

.con5 > .avg2 > div > .b {
    right: 71.5px;
}

.con5 > .avg2 > div > p {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    transform: scale(0.85);
}

.con5 > .avg2 > div:first-child > p {
    margin: 10px 0 0 -10px;
    width: 340px;
}

.con5 > .avg2 > div:last-child > p {
    margin: 10px 0 0 -18px;
    width: 358px;
}


.con5 > .avg2 > div:first-child > span {
    display: block;
    width: 254.54px;
    height: 12.68px;
    background: linear-gradient(90deg, #7B7CF8 0%, #1E2F97 100%);
    margin: 85.73px 0 0 33.12px;
}

.con5 > .avg2 > div:last-child > span {
    display: block;
    width: 254.54px;
    height: 12.68px;
    background: linear-gradient(90deg, #7DD6F8 0%, #1E2F97 100%);
    margin: 85.73px 0 0 33.12px;
}

.qr > img {
    float: left;
    width: 66.57px;
    height: 66.74px;
    margin-top: 48px;
}

.qr span {
    float: left;
    width: 466px;
    margin: 81px 0 0 13px;
    font-style: normal;
    font-weight: normal;
    font-size: 12.1345px;
    line-height: 18px;
}


.con6 {
    width: 100%;
    height: 276px; /*border: 1px solid blue;*/
    margin-top: 20px;
}

.con6 > .se1 > h2 {
    font-size: 12.1345px;
    line-height: 18px;
    background: linear-gradient(269.86deg, #1E2F97 0%, #1AA7EC 100%) no-repeat;
    box-shadow: 0px 0px 9.29565px rgba(86, 174, 238, 0.25);
    text-indent: 11.8px;
    border-radius: 9.29565px 9.29565px 0px 0px;
    color: #fff;
    padding: 6px 0;
    border: 1px solid #1E2F97;
    border-bottom: none;
}

.se1_1 {
    width: 100%;
    height: 100%;
    border: 1px solid #1E2F97;
    display: flex;
    border-top: none;
    border-radius: 0 0 9.29565px 9.29565px;
}

.se1_1 > .radar1 {
    width: 43%;
}

.se1_1 > .radar1_t {
    width: 55%;
}

.se1_1 > .radar1_t > h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 17px;
    color: #4ADFDA;
    text-shadow: 1px 1px 2px rgba(86, 174, 238, 0.3);
    margin-top: 25px;
    margin-left: 20px;
}

.se1_1 > .radar1_t > h1:nth-child(1) {
    margin-top: 43px;
}

.se1_1 > .radar1_t > p {
    font-style: normal;
    font-weight: 100;
    font-size: 10px;
    line-height: 14px;
    margin-top: 2px;
    margin-left: 20px;
}


.con7 {
    width: 100%;
    height: 330px; /**/
    margin-top: 46px;
}

.con7 > .se2 > h2 {
    font-size: 12.1345px;
    line-height: 18px;
    background: linear-gradient(269.86deg, #1E2F97 0%, #1AA7EC 100%) no-repeat;
    box-shadow: 0px 0px 9.29565px rgba(86, 174, 238, 0.25);
    text-indent: 11.8px;
    border-radius: 9.29565px 9.29565px 0px 0px;
    color: #fff;
    padding: 6px 0;
    border: 1px solid #1E2F97;
    border-bottom: none;
}

.se2_1 {
    width: 100%;
    height: 100%;
    border: 1px solid #1E2F97;
    display: flex;
    border-top: none;
    border-radius: 0 0 9.29565px 9.29565px;
}

.se2_1 > .radar2 {
    width: 50%;
}

.se2_1 > .radar2_t {
    width: 50%;
}

.se2_1 > .radar2_t > h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 17px;
    color: #1AA7EC;
    text-shadow: 1px 1px 2px rgba(86, 174, 238, 0.25);
    margin-top: 24px;
    margin-left: 20px;
}

.se2_1 > .radar2_t > h1:nth-child(1) {
    margin-top: 37px;
}

.se2_1 > .radar2_t > p {
    font-style: normal;
    font-weight: 100;
    font-size: 10px;
    line-height: 14px;
    margin-left: 20px;
}


.con8 {
    width: 100%;
    height: 695px;
    margin-top: 46px;
}

.con8 > .int > h2 {
    font-size: 12.1345px;
    line-height: 18px;
    background: linear-gradient(269.86deg, #1E2F97 0%, #1AA7EC 100%) no-repeat;
    box-shadow: 0px 0px 9.29565px rgba(86, 174, 238, 0.25);
    text-indent: 11.8px;
    border-radius: 9.29565px 9.29565px 0px 0px;
    color: #fff;
    padding: 6px 0;
    border: 1px solid #1E2F97;
    border-bottom: none;
}

.graph {
    display: flex;
    height: 138.69px;
    align-items: center;
    justify-content: space-around;
    border-right: 1px solid #1E2F97;
    border-left: 1px solid #1E2F97;
}

.graph > div {
    width: 24px;
    border-radius: 3px;
    margin: top auto;
    margin-top: auto;
}

.graph_text {
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 17px;
    color: #1aa7ec;
}

.graph_text ul {
    display: flex;
    border: 1px solid #1E2F97;
    border-top: none;
}

.graph_text ul li {
    display: inline-block;
    padding: 7.57px 0 21.74px 0;
}

.graph > div {
    height: 10px;
    background: rgba(255, 255, 255, 0.1);
}

.graph_text ul li:nth-child(1) {
    padding-left: 7px;
    padding-right: 5px;
}

.graph_text ul li:nth-child(2) {
    padding-left: 10px;
    padding-right: 5px;
}

.graph_text ul li:nth-child(3) {
    padding-left: 10px;
    padding-right: 5px;
}

.graph_text ul li:nth-child(4) {
    padding-left: 9px;
    padding-right: 5px;
}

.graph_text ul li:nth-child(5) {
    padding-left: 19px;
    padding-right: 5px;
}

.graph_text ul li:nth-child(6) {
    padding-left: 31px;
    padding-right: 5px;
}

.graph_text ul li:nth-child(7) {
    padding-left: 23px;
    padding-right: 5px;
}

.graph_text ul li:nth-child(8) {
    padding-left: 19px;
    padding-right: 5px;
}


.int1 {
    width: 100%;
    border: 1px solid #1E2F97;
    border-top: none;
    display: flex;
    align-items: center;
}

.int1 > h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 17px;
    color: #1aa7ec;
    text-align: center;
    width: 15%;
    margin-left: 13px;
}

.int1 > p {
    font-style: normal;
    font-weight: 100;
    font-size: 10px;
    line-height: 13px;
    transform: scale(0.9);
    width: 822px;
    padding: 9px 0;
}

.int2 {
    width: 100%;
    border: 1px solid #1E2F97;
    border-top: none;
    display: flex;
    align-items: center;
    border-radius: 0 0 9.29565px 9.29565px;
}

.int2 > h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 17px;
    color: #1aa7ec;
    text-align: center;
    width: 15%;
    margin-left: 13px;
}

.int2 > p {
    font-style: normal;
    font-weight: 100;
    font-size: 10px;
    line-height: 13px;
    transform: scale(0.9);
    width: 822px;
    padding: 9px 0;
}


.con9 {
    width: 100%;
    height: 208px;
    margin-top: 5px;
}

.con9 > .suc {
    background: linear-gradient(269.86deg, #1E2F97 0%, #1AA7EC 100%) no-repeat;
    box-shadow: 0px 0px 9.29565px rgba(86, 174, 238, 0.25);
    border-radius: 9.29565px 9.29565px 0px 0px;
    color: #fff;
    padding: 3px 0;
    border: 1px solid #1E2F97;
    border-bottom: none;
}

.con9 > .suc > h2 {
    display: inline-block;
    font-size: 12.1345px;
    line-height: 18px;
    text-indent: 11.8px;
}

.con9 > .suc > h2:nth-child(2) {
    margin-left: 223px;
}


.con9 > .suc2 {
    width: 100%;
    height: 100%;
    border: 1px solid #1E2F97;
    display: flex;
    border-top: none;
    border-radius: 0 0 9.29565px 9.29565px
}

.con9 > .suc2 > div {
    width: 50%;
    height: 207px;
}

.con9 > .suc2 > div:nth-child(1) {
    border-right: 1px solid #1E2F97;
}

.suc2_t {
    font-size: 10px;
    text-align: center;
}

.suc2_t th {
    padding: 13px 0 12px 0;
    font-style: normal;
    line-height: 14px;
    font-size: 11px;
}

.suc2_t td {
    padding-bottom: 10px;
    font-size: 10px;
}


.suc2_g {
    font-size: 9px;
    line-height: 13px;
    padding-top: 18px;
    font-style: normal;
    font-weight: bold;
}

.suc2_g ul {
}

.suc2_g ul li {
    display: inline-block;
    transform: scale(0.9);
}

.suc2_g ul li:nth-child(1) {
    margin: 0 13px 0 15px;
}

.suc2_g ul li:nth-child(2) {
    margin-right: 25px;
}

.suc2_g ul li:nth-child(3) {
    margin-right: 26px;
}

.suc2_g ul li:nth-child(4) {
    margin-right: 12px;
}

.suc2_g ul li:nth-child(5) {
    margin-right: 0px;
}

.suc2_g2 {
    text-align: center;
    margin-top: 18px;
    position: relative;
}

.suc2_g2 > img {
    width: 290px;
    height: 145px;
    margin: 0 auto;
}


.suc2_g2 > .grade_bar {
    position: absolute;
    top: 32px;
    left: 16px;
    border: 0.5px dashed #1E3BA0;
    width: 290px;
    height: 8.5px;
}

.grade_bar > .grade_point {
    position: absolute;
    top: 0;
    left: 173px;
    width: 59px;
    height: 7.5px;
    border-radius: 2.5px;
    background: linear-gradient(269.11deg, #1F3299 0.19%, #1BA6EC 100%);
    box-shadow: 0px 2px 12px rgba(50, 107, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.grade_bar > .grade_point > h2 {
    font-size: 10px;
    transform: scale(0.45);
    color: #fff;
}

.pe2 > ul > li:nth-child(1) {
    background: #f3f7fc
}

.pe2 > ul > li:nth-child(2) {
    background: #d8e6f5
}

.pe2 > ul > li:nth-child(3) {
    background: #c6d9ef
}

.pe2 > ul > li:nth-child(4) {
    background: #9fb9d8
}

.pe2 > ul > li:nth-child(5) {
    background: #8BACD4
}

.pe2 > ul > li:nth-child(6) {
    background: #78a0d1
}

.pe2 > ul > li:nth-child(7) {
    background: #6393cc
}

.pe2 > ul > li.active {
    background: transparent;
    color: #fff !important;
}

.pe2 > ul > li {
    color: #1E2F97;
}

.pe2 > ul {
    background: linear-gradient(269.86deg, #1E2F97 0%, #1AA7EC 100%) no-repeat;
    border-left: 1px solid #1E2F97;
    border-right: 1px solid #1E2F97;
}

.btn-grad-up {
    background-image: linear-gradient(to right, #1E2F97 0%, #1AA7EC 100%)
}

.btn-grad-down {
    background-image: linear-gradient(to right, #1AA7EC 0%, #1E2F97 100%)
}

.btn-grad-reset {
    background-image: linear-gradient(to right, #1E2F97 0%, #1E2F97 100%)
}

.btn-grad-info {
    background-image: linear-gradient(to right, #1AA7EC 0%, #1AA7EC 100%)
}

.btn-grad-share {
    background-image: linear-gradient(to right, #1AA7EC 0%, #1AA7EC 100%)
}

.btn-grad-print {
    background-image: linear-gradient(to right, #1AA7EC 0%, #1AA7EC 100%)
}

.btn-grad {
    margin: 5px;
    padding: 5px 25px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    font-weight: bold;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
}

.btn-grad-up:hover {
    background-position: right center; /* change the direction of the change here */
    text-decoration: none;
}

.btn-grad-down:hover {
    background-position: right center; /* change the direction of the change here */
    text-decoration: none;
}


.util {
    position: fixed !important;
    top: 15px;
    right: 120px;
    z-index: 9;
}
