body {
    background-color: whitesmoke;
    color: #333;
}
img.copy-img {
    width: 600px;
    filter: invert(75%);
}

div.copy2, section.copy2 {
    background-color: #DDD;
}


.d2 {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(374px, 1fr));
}
div.pt {
    width: 130px;
    padding: 3px 30px;
    background: linear-gradient(#2196F3, #3e699d, #004984);
    color: whitesmoke;
    font-weight: 500;
    margin: 10px 0px;    
    font-family: 'Do Hyeon';
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    padding-top: 5px;
}

div.pt span {
    font-family: 'Do Hyeon';
}

div.pt2 {
    width: 180px;
    display: inline-block;
    padding: 3px 20px;
    background-color: crimson;
    color: gold;
    font-weight: 500;
    margin: 10px 0px;
}

div.pt3 {
    padding: 3px 10px;
    background-color: #28AC38;
    color: #fff;
    border-radius: 10px;
    font-weight: 300;
    margin: 10px 0px;

}

div.pt4 {
    padding: 3px 10px;
    background-color: #F29300;
    color: #fff;
    border-radius: 10px;
    font-weight: 300;
    margin: 10px 0px;

}

div.pt5 {
    padding: 3px 10px;
    background-color: #E50051;
    color: #fff;
    border-radius: 10px;
    font-weight: 300;
    margin: 10px 0px;

}

.ptc {

}

div.pt3 strong, div.pt4 strong, div.pt5 strong {
    font-weight: 700;
}

h4 {
    color: royalblue;
    font-weight: 700;
}
div.cc {
    display: flex;
    margin: 4px 0;
    gap: 1rem;
}

div.cc h5 {
    min-width: 60px;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    
}

div.p-table {
    display: flex;
    justify-content: space-between;
}

div.p-table p {
    display: flex;
    justify-content: space-between;
}


td.cm {
    vertical-align: middle;
    text-align: center;
}

ul {
    margin: 0 0 0 -40px;
}

div.pts {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
}



.run_div {
    height: 200px !important;
    justify-content: center;
    flex-direction: column !important;
    color: whitesmoke;
    font-size: 1.2rem;
    margin-top: -60px;
}

.run_div h1 {
    font-family: 'Do Hyeon';
    font-weight: 700;
    font-size: 4rem;
}

.run_div p.w3-center {
    color: gold;
}


td img.w3-image {
    max-width: 100% !important;
}

ul.cont-ul, ul.cont-ul li {
    list-style-type: none;
}











@media screen and (max-width: 768px) {

    .content-pic {
        display: grid;
        /*flex-direction: column;
        justify-content: flex-start;*/
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        margin: 40px 0;
    }
    div.run_div {
        height: 250px!important;
        margin-top: 10px;
    }
    img.copy-img {
        max-width: 100%;
    }

    div.pts {
        display: block;
    }

    div.pts > div:nth-child(2) {
        padding-left: 20px;
        margin-bottom: 20px;
    }

    section.copy2 {
        font-size: 0.8rem;
    }
   
    td {
        font-size: 13px;
    }

}