@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.ttf) format("truetype");
}

body{
    background-color: #e5e5ff;
    font-family: 'NanumSquareNeo';
    font-weight: 600;
}
section{
    margin: 0 auto;
    height: 100%;
    text-align: center;
}
.p1_completed{
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    height: 100vh;
}
.p1_completed>div{
    background-color: #fff;
    box-shadow: 0px 0px 30px #c8c8f9;
    padding: 100px;
    border-radius: 40px;
}
.p1_completed>div img{
    width: 400px;
}
.p1_completed>div p{
    margin-top: 50px;
    line-height: 1.4;
    word-break: keep-all;
    font-size: 26px;
}
.p1_completed>a{
    display: inline-block;
    color: #fff;
    background-color: #9475ec;
    padding:15px 60px;
    border-radius: 500px;
    text-decoration: none;
    transition: all 0.2s;
    font-size: 20px;
    line-height: 1.4;
    box-shadow: 0px 0px 30px #c8c8f9;
    font-weight: 300;
    word-break: keep-all;
}
.p1_completed>a span{
    font-size: 26px;
    font-weight: bold;
}
.p1_completed>a:hover{
    background-color: #5a36bf;
}

.p2_completed{
    width: 70%;
    background-color: #f2f2fb;
    box-shadow: 0px 0px 30px #c8c8f9;
    box-sizing: border-box;
}
.p2_completed .cont1{
    background-color: #fcfcfe;
    padding: 30px 0;
}
.p2_completed h2{
    width: fit-content;
    margin: 0 auto;
    background-color: #9475ec;
    color: #fff;
    padding: 20px 40px;
    font-size: 26px;
    border-radius: 500px;
    word-break: keep-all;
}
.p2_completed.p2 ul{
    display: flex;
    justify-content: center;
    gap: 30px;
}
.p2_completed.p2 ul li{
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 10px;
    margin-top: 30px;
    width: 25%;
    background-color: #fff;
}
.p2_completed.p2 ul li p{
    font-size: 20px;
    line-height: 1.7;
    padding: 10px;
    font-weight: 300;
}
.p2_completed.p2 ul li p span{
    font-size: 24px;
    display: inline-block;
    padding: 5px 30px;
    font-weight: 600;
    border-radius: 200px;
    word-break: keep-all;
}
.p2_completed.p2 ul li:nth-child(1) p span{
    background-color: #fecfcf;
    color: #ff3a3a;
}
.p2_completed.p2 ul li:nth-child(2) p span{
    background-color: #d3f9e8;
    color: #18b86d;
}
.p2_completed.p2 ul li img{
    width: 100%;
    border-radius: 12px;
}
.p2_completed h3{
    text-align: left;
    color: #2e3f54;
    font-size: 20px;
    margin-bottom: 20px;
}
.p2_completed table{
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 0px 10px #dcdce7;
    border-radius: 20px;
    overflow: hidden;
    word-break: keep-all;
}
.p2_completed table th,
.p2_completed table td{
    padding: 18px;
    line-height: 1.3;
	vertical-align: middle;
}
.p2_completed table th{
    background-color: #6d4ccb;
    color: #fff;
}
.p2_completed table th:not(:last-child){
    border-right: 1px solid #ad90fd;
}
.p2_completed table td{
    font-weight: normal;
    border-bottom: 1px solid #f1f1f1;
}
.p2_completed table td a{
    text-decoration: none;
    color: #fff;
    background-color: #4eb4ff;
    display: inline-block;
    padding: 6px 13px;
    border-radius: 200px;
    transition: all 0.2s;
}
.p2_completed table td a:hover{
    background-color: #0089eb;
}
.p2_completed table td:not(:nth-child(4)){
    border-right: 1px solid #f1f1f1;
}
.p2_completed .cont2{
    padding: 30px;
}

.p3_completed{
    background-color: #fff;
}
.p3_completed .cont1{
    padding: 30px;
    background-color: #fff;
}
.p3_completed table{
    margin-top: 30px;
}
.p3_completed .cont2 h3{
    text-align: center;
}
.p3_completed .cont2 h3 span{
    background-color: #ffecdf;
    margin-right: 10px;
    padding: 6px 20px;
    border-radius: 200px;
    color: #ff7113;
}
.p3_completed .cont2 h3 span.sky{
    background-color: #dff5ff;
    color: #1f87b8;  
}
.p3_completed .cont2 h3 span.pink{
    background-color: #ffeff7;
    color: #ff57ab;  
}
.p3_completed .cont2 ul{
    text-align: left;
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 20px;
    margin-top: 30px;
    padding: 30px;
}
.p3_completed .cont2 ul li:first-child{
    margin-bottom: 10px;
}
.p3_completed .cont2 ul li:not(:last-child){
    background-color: #f3f1f7;
    padding: 13px 20px;
    border-radius: 200px;
    line-height: 1.6;
}
.p3_completed .cont2 ul li>div{
    width: 500px;
    height: 350px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 30px;
    border-radius: 20px;
}
.p3_completed .cont2 ul li>div img{
    width: 100%;
}
.p3_completed .cont2 table td{
	vertical-align: middle !important;
}

.p3_completed .cont3{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-bottom: 30px;
}
.p3_completed .cont3 li{
    width: fit-content;
}
.p3_completed .cont3 li a{
    text-decoration: none;
    color: #fff;
    transition: all .2s;
    display: inline-block;
    padding: 16px 0;
    font-size: 20px;
    border-radius: 200px;
    width: 270px;
}
.p3_completed .cont3 li:first-child a{
    background-color: #9475ec;
}
.p3_completed .cont3 li:first-child:hover a{
    background-color: #5a36bf;
}
.p3_completed .cont3 li:last-child a{
    background-color: #ec7589;
}
.p3_completed .cont3 li:last-child:hover a{
    background-color: #d12440;
}

.p4_completed .cont1 p{
    margin-top: 35px;
    font-size: 26px;
    color: #ec7589;
}
.p4_completed .cont2{
    padding-top: 0;
}
.p4_completed .cont2 div img{
    border-radius: 20px;
    width: 100%;
}
.p4_completed .cont2 div{
    width: fit-content;
    margin: 0 auto;
}
.p3_completed.p4_completed .cont2 ul li{
    background-color: transparent;
    padding: 0;
    font-weight: normal;
    line-height: 1.6;
}
.p4_completed .cont2 ul li p{
    font-size: 20px;
    color: #2e3f54;
    font-weight: 600;
}

@media (max-width: 1600px) {
    .p2_completed{
        width: 100%;
    }
} 
@media (max-width: 1280px) {
    .p2_completed.p2 ul li{
        width:40%;
    }
} 
@media (max-width: 1000px) {
    .p1_completed>div{
        padding:10%;
    }
} 
@media (max-width: 800px) {
    .p2_completed h2{
        font-size: 20px;
        line-height: 1.3;
        padding: 8px 40px;
    }
    .p2_completed .cont1 {
        padding: 30px;
    }
    .p2_completed.p2 ul li{
        width:100%;
    }
    .p2_completed.p2 ul li:last-child{
        margin-top: 0;
    }
    .p2_completed.p2 ul{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
} 
@media (max-width: 600px) {
    .p1_completed>div img{
        width: 100%;
    }
    .p3_completed .cont2 ul li>div{
        width: 100%;
        height: auto;
    }
} 
@media (max-width: 500px) {
    .p1_completed>div p{
        font-size: 16px;
    }
    .p1_completed>a{
        font-size: 12px;
    }
    .p1_completed>a span{
        font-size: 16px;
    }
    .p2_completed .cont2{
        padding: 20px;
    }
    html,.p2_completed .cont1{
        background-color: #f2f2fb;
    }
    .p2_completed.p4_completed .cont1{
        background-color: #fff;
    }
    .p2_completed{
        box-shadow: none;
    }
    .p2_completed.p2 ul li p{
        font-size: 16px;
    }
    .p2_completed.p2 ul li p span{
        line-height: 1.3;
        font-size: 20px;
    }
    .p3_completed .cont2 h3 span{
        display: block;
        width: fit-content;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .p3_completed .cont2 ul li:not(:last-child){
        border-radius: 10px;
    }
    .p3_completed .cont3 li a{
        font-size: 16px;
    }
    .p3_completed .cont2 ul li>div{
        border-radius: 10px;
    }
} 
