/* Quirks Mode 를 위한 가운데 정렬 */ 
/* html {
    width:100vw;
    height:100vh;
} */

/* body { 
    text-align: center; 
} */

hr { 
    max-width: 500px;
    width: 100vw; /* 정렬하려는 요소의 넓이를 반드시 지정 */
    margin: 3 auto; 
}

/*div css*/
/*/////////////////////////////////////////////*/
.mobile-container {
    max-width: 500px;
    margin: auto;
    height: 50px;
    color: black;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
  }
  
.topnav {
    display: inline-flex;
    justify-content: flex-end;
    overflow: hidden;
    background-color: #0BD7CC;
    position: relative;
}

.topnav a.active {
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: white;
    height: 60px;
    left: 0;
    top: 0;
    padding-right: 20px;

    text-decoration : none;
    font-family: "Times New Roman", serif;
    font-size: 26px;
    font-weight: bold;
    color: black;
}

.topnav a.icon {
    background: #0BD7CC;
    display: flex;
    justify-content: flex-end;
    align-items: center;

    color: white;
    text-decoration: none;
    padding: 14px 16px;
}

.linknav {
    display: none;
}

.linknav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

#myLinks {
    overflow: hidden;
    background-color: #0BD7CC;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;

    color: white;
    text-decoration: none;
    font-size: 17px;
    display: block;
}
/*
#myLinks :hover {
    background-color: white;
    color: black;
}
*/
#section {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*/////////////////////////////////////////////*/
/* .title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Times New Roman", serif;
    font-size: 30px;
    font-weight: bold;
} */

#site {
    display: flex;
    justify-content: center;
    align-items: center;
}

#alt {
    font-size: 12px;
    color: gray;
}


.info {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Arial", serif;
    font-size: 14px;
    margin: 10 auto;
}
.info2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Arial", serif;
    font-size: 14px;
    margin: 10 auto;
}
.info3 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Arial", serif;
    font-size: 14px;
    margin: 10 auto;
}

.sample {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 10px;
}

.g2 {
    width: 150px;
    height: 150px;
    padding-right: 10px;
    align-self: stretch;
}
.g3 {
    width: 150px;
    height: 150px;
    padding-left: 10px;
    align-self: stretch;
}

.input {
    display: flex;
    justify-content: center;
    align-items: center;
}

.g4 {
    width: 150px;
    height: 150px;
    padding-right: 10px;
    align-self: stretch;
}

.form {
    width: 150px;
    height: 150px;
    padding-left: 10px;
    align-self: stretch;
}

#up_img {
    display: flex;
    justify-content: center;
    align-items: center;
    color: gray;
    font-size: 15px;
}

/* #up_img:hover {
    color: whitesmoke;
} */

.detect {
    display: flex;
    justify-content: center;
    align-items: center;
}

.clone_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

#result {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    font-size: 20px;
    font-weight: bold;
}
#result2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    font-size: 20px;
    font-weight: bold;
}

#cview {
    display: flex;
    justify-content: center;
    align-items: center;

    border: 2px solid black;
}

#comments {
    display: flex;
    justify-content: center;
    align-items: center;
}

#msg {
    font-size: 12px;
    width: 400px;
    color: gray;
}

#result_msg {
    display: none;
    justify-content: center;
    align-items: center;
}

#result_sub {
    font-size: 15px;
    color: gray;
    margin-top: 0px;
    margin-bottom: 10px;
}

/* #result_treatment {
    display: none;
    justify-content: center;
    align-items: center;
} */

#treatment_list {
    font-size: 15px;
    color: gray;
    margin-top: 0px;
    margin-bottom: 10px;
}

/*btn css*/
.button {
    width: 70px;

    font-size: 25px;
    font-weight: bold;
    border: 2px solid black;
    background-color: rgba(0,0,0,0);
    color: #0BD7CC; padding: 20px;
}

.button:hover {
    color:white;
    background-color: gray;
}

#btn_up {
    visibility: hidden;
}

.btn_result {
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 30px;
    font-weight: bold;
    border: 2px solid black;
    background-color: rgba(0,0,0,0);
    color: #0BD7CC; padding: 10px 100px 10px 100px;
}

.btn_result:hover {
    color:white;
    background-color: gray;
}


.pp {
    max-width: 500px;
    margin: auto;
}

.organization {
    font-size: 20px;
    text-align: left;
    margin: 0 10px
}
.participants {
    font-size: 13px;
    text-align: left;
    margin:10px;
}
.work {
    font-size: 13px;
    text-align: left;
    margin: 0 10px
}



.pucontainer {
    max-width: 500px;
    display: grid;
    text-align: left;
    grid-template-columns: 3fr 7fr;
    margin: 0 auto;
    display: none;
}
.pu1 img{
    width: 200px;
}
.pu2 {
    margin: 5px;
}
.pu2 strong{
    font-size: 15px;
}
.pu2 dl dt {width:15%; font-size: 10px; float: left;}
.pu2 dl dd {width:85%; font-size: 10px; float: left;}

.pucontainer2 {
    max-width: 500px;
    text-align: left;
    margin: 0 auto;
}

.puimg0 {
    display: block;
    width: 300px;
    height: auto;
    margin: 0 auto;
}

.puimg {
    display: block;
    width: 200px;
    height: auto;
    margin: 0 auto;
}

.pucontainer2 dl dt{
    font-size: 20px;
}

.pucontainer2 dl dd{
    font-size: 13px;
}

.pucontainer2 { 
    margin-top:28px;
}
.pucontainer2 dt { 
    font-weight:bold;
    font-size:1em; 
    color:#0e787c; 
    line-height:1;
}
/*
.pucontainer2 dd { 
    line-height:1.5em; 
    border-bottom:1px solid #ddd;
}
*/
.pucontainer2 dl, dt, dd {
  list-style-type: none; 
  margin: 0;
}

