@charset "UTF-8";

/**/
/* All Style*/
/**/

/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap'); */


* {
    margin:0px;
    padding:0px;
}

html {
    height: 100%;
}

body{
    width: 100%;
    height: 100%;
        /* 임시 가운데정렬 코드 */
/*    background: url(../images/bg.png) no-repeat; */
    background-size: cover;
}


html,body {
    overflow: hidden;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

/*  */
/* header */
/*  */

#header {
    width: 100%;
    position: fixed;
    height: 120px;
    background-color: white;
    margin-bottom: 30px;
}

#header .h_cont_first {
    height: 70px;
    margin: 0 auto;
    display: flex;
    border-bottom: 1px solid rgba(73, 73, 73, 0.575);
}

#header h1 img {
    width: 200px;
}

#header .h_cont {
    width: 80vw;
    margin: 0 auto;
    margin: 0;
}

#header .h_cont .cont_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .h_cont .cont_1 .cont_1t {
    margin-left: 25px;
    font-size: 18px;
    font-weight: 600;
}

#header .h_cont .cont_login {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .h_cont .cont_login img {
    width: 70px;
}

#header .h_cont .cont_login .people {
    margin-right: 10px;
    color: #004282;
    font-size: 17px;
    font-weight: 500;
}

#header .h_cont .cont_login .login {
    font-size: 17px;
    font-weight: 500;
}


/* gnb */


#header .gnb {
    height: 50px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(73, 73, 73, 0.575);
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

#header .gnb nav {
    width: 80vw;
    margin: 0 auto;
}

#header .gnb nav ul {
    height: 50px;
    display: flex;
    align-items: center;
}

#header .gnb nav ul li {
    margin-right: 60px;
}

#header .gnb nav ul li a {
    color: black;
    font-size: 18px;
    font-weight: 500;
}

#header .gnb nav ul li a:hover {
    color: #007DC5;
    transition: 0.3s;
}


/*  */
/* container */
/*  */

#container {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #0095DA;
    border-radius: 25px;
    /* 임시 가운데정렬 코드 */
}

/*  */
/* section_1 */

#container .section_1 {
    width: 80vw;
    margin: 0 auto;
    height: 300px;
    display: flex;
    align-items: center;
}


#container .section_1 .s1_cont_t2 {
    height: 300px;
    background-color: #007DC5;
    border-right: 1px solid white;
}

#container .section_1 .s1_cont_img {
    width: 740px;
    height: 300px;
    border-top-right-radius: 21px;
    background-image: url(../img/section_1/s1_three_1.png);
}

/* s1_cont_t1 */

#container .section_1 .s1_cont_t1 {
    width: 430px;
    height: 300px;
    border-top-left-radius: 20px;
    background-color: #007DC5;
    border-right: 1px solid white;
}

#container .section_1 .s1_cont_t1 .cont_1_text img{
    width: 80px;
    height: 80px;
}

#container .section_1 .s1_cont_t1 .cont_1_text {
    display: flex;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 10%;
    margin-right: 10%;
    border-bottom: 2px solid white;
}

#container .section_1 .s1_cont_t1 .cont_1_text .t1_sub P {
    font-size: 22px;
    color: white;
    font-weight: 700;
    margin-bottom: 15px;
}

#container .section_1 .s1_cont_t1 .cont_1_text .t1_sub h4 {
    font-size: 13px;
    color: white;
    font-weight: 200;
    margin-bottom: 2%;
}

#container .section_1 .s1_cont_t1 table {
    display: flex;
    justify-content: center;
}

#container .section_1 .s1_cont_t1 table tbody tr td {
    font-size: 15px;
    color: white;
    border-bottom: 1px solid white;
    padding-top: 2px;
    padding-bottom: 2px;
}

#container .section_1 .s1_cont_t1 table tbody {
    color: white;
    font-size: 15px;
}

#container .section_1 .s1_cont_t1 table tbody .tb_t {
    font-size: 10px;
}

#container .section_1 .s1_cont_t1 table tbody .zero {
    color: rgb(16, 16, 70);
    font-size: 20px;
}

#container .section_1 .s1_cont_t1 .sub {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

#container .section_1 .s1_cont_t1 .sub h4 {
    height: 27px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: white;
}

#container .section_1 .s1_cont_t1 .sub p {
    color: rgb(16, 16, 70);
    font-size: 20px;
}


/* s1_cont_t2 */

#container .section_1 .s1_cont_t2 {
    width: 370px;
    height: 300px;
    background-color: #007DC5;
}

#container .section_1 .s1_cont_t2 .t2_sub img {
    width: 80px;
    height: 80px;
}

#container .section_1 .s1_cont_t2 .t2_sub P {
    font-size: 20px;
    color: white;
    font-weight: 700;
    margin-bottom: 15px;
}

#container .section_1 .s1_cont_t2 .t2_sub {
    display: flex;
    align-items: center;
    margin-top: 12%;
    margin-bottom: 5%;
    margin-left: 10%;
    margin-right: 10%;
    border-bottom: 2px solid white;
}

#container .section_1 .s1_cont_t2 table {
    display: flex;
    align-items: center;
    justify-content: center;
}

#container .section_1 .s1_cont_t2 table tbody tr td {
    font-size: 15px;
    color: white;
    border-bottom: 1px solid white;
    padding-top: 10px;
    padding-bottom: 2px;
}

#container .section_1 .s1_cont_t2 table tbody tr .zero {
    color: rgb(16, 16, 70);
}


/*  */
/* section_2 */

#container .section_2 {
    width: 80vw;
    margin: 0 auto;
    height: 180px;
    background-color: white;
}

#container .section_2 .icon img {
    width: 150px;
    height: 150px;
}

#container .section_2 .icon {
    display: flex;
    align-items: center;
    justify-content: space-around;
}


/*  */
/* section_3 */

#container .section_3 {
    width: 80vw;
    margin: 0 auto;
    height: 200px;
    background-color: white;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    display: flex;
}

/* s3_1 */

#container .section_3 .s3_1 {
    width: 300px;
    height: 200px;
    padding-left: 2%;
}

#container .section_3 .s3_1 .tab_content input[type="radio"] {
    display: none;
}

#container .section_3 .s3_1 .tab_content input[type="radio"] + label {
    width: 100px;
    display: inline-block;
    padding: 10px;
    color: black;
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #007DC5;
    font-weight: 600;
}

#container .section_3 .s3_1 .tab_content input[type="radio"]:checked + label {
    border: 1px solid #007DC5;
    background: white;
    color: #007DC5;
    width: 100px;
}

.conbox {
    width: 250px;
    height: 100px;
    margin: 0 auto;
    display: none;
}

input[id="tab01"]:checked ~ .con1 {
    display: block;
}

input[id="tab02"]:checked ~ .con2 {
    display: block;
}

#container .section_3 .s3_1 .tab_content .conbox ul li {
    list-style-type: circle;
}

#container .section_3 .s3_1 .tab_content .conbox ul li a {
    color: black;
    font-size: 1.1rem;
}

/* s3_graph_1 */

#container .section_3 .s3_graph_1 {
    width: 300px;
    height: 200px;
    margin-right: 30px;
}

#container .section_3 .s3_graph_1 .s3_graph_t .s3_text {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #007DC5;
}

#container .section_3 .s3_graph_1 .s3_graph_t .s3_text .s3_t1 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #007DC5;
    font-weight: 600;
}

#container .section_3 .s3_graph_1 .s3_graph_t .s3_text .s3_t2 {
    margin-bottom: 15px;
}

#container .section_3 .s3_graph_1 .s3_graph_t .s3_text .s3_t2 a {
    color: black;
    font-size: 13px;
}

#container .section_3 .s3_graph_1 .graph_1 {
    /* display: flex;
    justify-content: center; */
    text-align: center;
}

/* s3_3 */

#container .section_3 .s3_3 {
    width: 300px;
    height: 200px;
    margin-right: 30px;
}

#container .section_3 .s3_3 .s3_3_t .s3_3_tlist {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #007DC5;
    margin-bottom: 20px;
}

#container .section_3 .s3_3 .s3_3_t .s3_3_tlist .s3_t3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #007DC5;
    font-weight: 600;
}

#container .section_3 .s3_3 .s3_3_t .s3_3_tlist .s3_t4 {
    margin-bottom: 15px;
}

#container .section_3 .s3_3 .s3_3_t .s3_3_tlist .s3_t4 a {
    font-size: 13px;
    color: black;
}

#container .section_3 .s3_3 .s3_3_t3 ul {
    width: 250px;
    height: 100px;
    margin: 0 auto;
}

#container .section_3 .s3_3 .s3_3_t3 ul li {
    list-style-type: circle;
}

#container .section_3 .s3_3 .s3_3_t3 ul li a {
    color: black;
    font-size: 1.2rem;
}

/* s3_graph_2 */

#container .section_3 .s3_graph_2 {
    width: 500px;
    height: 200px;
}

#container .section_3 .s3_graph_2 .g2_h3 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 8px;
    border-bottom: 1px solid #007DC5;
}

#container .section_3 .s3_graph_2 .g2_h3 button[type=button] {
    height: 25px;
}

#container .section_3 .s3_graph_2 .g2_h3 h3 {
    font-size: 1.3rem;
    color: #007DC5;
}

#container .section_3 .s3_graph_2 .g2_h3 p {
    color: black;
    font-size: 13px;
}

/* circle graph */

#container .section_3 .s3_graph_2 .circle_graph {
    display: flex;
    align-items: center;
    justify-content: center;
}
  
#container .section_3 .s3_graph_2 .circle_graph .single-chart {
    width: 33%;
    justify-content: space-around ;
}
  
.circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 80%;
    max-height: 250px;
}
  
.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
}
  
.circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}


/* Graph animation */

@keyframes progress {
    0% {
      stroke-dasharray: 0 100;
    }
}
  
.circular-chart.orange .circle {
    stroke: #ff9f00;
}
  
.circular-chart.green .circle {
    stroke: #4CC790;
}
  
.circular-chart.blue .circle {
    stroke: #3c9ee5;
}
  
.percentage {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}

.graph_name {
    position: relative;
    top: -16%;
    left: -4%;
    transform: translate(0, -20%);
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.graph_name p {
    font-size: 18px;
    font-weight: 700;
}