.wrapper {
    padding: 5em 0 0 0;
}
.row.spot-diagnosis .col-12{
    padding-left: 20px !important;
}
.page-link{
    font-family: 'Poppins Regular';
    color: black;
    font-size: 15px;
}
.page-item{
    padding: 0;
}
.page-nav{
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.in-detail{
    border: 1px solid #999;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 15px;
    display: inline-block;
    cursor: pointer;
}
.row.spot-diagnosis{
    padding-top: 70px !important;
}
.row.spot-diagnosis .col-12{
    padding-top: 0;
    margin-bottom: 10px;
    position: relative;
}
.bookmark{
    position: absolute;
    width: 25px;
    height: 25px;
    z-index: 55;
    left: 50px;
    display: flex;
    align-items: center;
}
.bookmark img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: opacity(.5) invert(80%) sepia(7%) saturate(0%) hue-rotate(212deg) brightness(110%) contrast(95%);
    transition: .2s;
}
.bookmark img:hover{
    filter: none;
}
/* .row.spot-diagnosis .title{
    border: 1px solid #999;
    display: flex;
    align-items: center;
    padding: 20px 30px;
    position: relative;
    background-color: white;
}
.row.spot-diagnosis .title::after{
    content: '';
    background-color: #3056D4;
    width: 1%;
    height: 100%;
    position: absolute;
    left: 0;
}
.row.spot-diagnosis .title_img{
    width: 20%;
    margin-right: 20px;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
}
.row.spot-diagnosis .title_img img{
    display: block;
    width: 50px;
    height: 50px;
    object-fit: cover;
    z-index: 3;
    border-radius: 100%;
    border: 1px solid #999;
}
.row.spot-diagnosis .title_txt{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: 'NotokrR', 'Poppins Regular';
    color: black;
    line-height: 30px;
}
.row.spot-diagnosis .title_txt:hover{
    color: #3056D4;
}
.row.spot-diagnosis .title_v{
    width: 10%;
    display: flex;
    justify-content: center;
}
.row.spot-diagnosis .title_v img{
    width: 30px;
    height: 30px;
    object-fit: cover;
} */
.spot-item{
    margin-bottom: 20px;
}
.spot-item img{
    width: 100%;
    height: 100%;
}
.title_txt{
    width: 80%;
    margin-left: 25px;
    font-size: 15px;
    line-height: 20px;
    font-family: 'NotokrR', 'Poppins Regular';
}
.title_txt .num{
    font-size: 13px;
    font-family: 'NotokrR', 'Poppins Regular';
    padding: 02px 30px;
    background-color: #3056D4;
    border-radius: 5px;
    display: inline-block;
}
.title_txt .num a{
    color: white;
}
.title_txt hr{
    opacity: .4;
}
.title_txt p{
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
.bottom_txt{
    margin-top: 30px;
}
.bottom_txt p{
    display: flex;
    align-items: center;
}
.bottom_txt .date{
    color: rgb(155, 155, 155);
}
.feedback img{
    width: 16px;
    margin-right: 5px;
}
@media screen and (max-width:1680px) {
    .spot-col{
        padding-left: 100px !important;
    }
}
@media screen and (max-width:1280px) {
    .spot-col{
        padding-left: 70px !important;
    }
    .spot-item{
        margin-bottom: 20px;
    }
}
@media screen and (max-width:840px) {
    .spot-col{
        padding-left: 60px !important;
    }
}
@media screen and (max-width:736px) {
    .spot-col{
        padding-left: 40px !important;
    }
}
@media screen and (max-width:480px) {
    .row.row.spot-diagnosis{
        padding-top: 40px !important;
    }
}
.con{
    border: 1px solid #999;
    border-top: none;
    border-radius: 0;
}
.con header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.question p{
    font-size: 15px;
    font-family: 'NotokrR';
    line-height: 25px;
}

.question p:nth-child(1){
    background-color: #3056D4;
    border-radius: 50px;
    padding: 5px 10px;
    color: white;
    display: inline-block;
    margin-bottom: 20px;
}
.img-thum{
    max-width: 600px;
    position: relative;
}
.img-thum img{
    width: 100%;
    border: 2px solid rgb(141, 141, 141);
    margin-top: 20px;
}
.img-thum::after{
    content: '보기이미지';
    width: 70px;
    height: 30px;
    position: absolute;
    background-color: rgb(141, 141, 141);
    text-align: center;
    color: white;
    font-size: 12px;
    font-family: 'NotokrL';
    line-height: 30px;
    left: 0;
    top: -10px;
}
.quiz_content{
    border-radius: 10px;
}
.radio-wrap{
    font-size: 15px;
    font-family: 'NotokrR';
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
}
.form-group label{
    font-family: 'NotokrR, Poppins Regular ' !important;
}
.form-group img{
    display: block;
}
.radio-wrap img{
    max-width: 200px;
}

.unique_number{
    padding: 10px 20px;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    background-color: #3056D4;
    border-radius: 0 50px 50px 0;
    color: white;
    margin-bottom: 0;
}
/* btn */
.btn-wrap{
    display: flex;
    justify-content: flex-end;
}
.btn-wrapper{
    width: 100%;
    display: flex;
    justify-content: end;
}
/* button{
    background-color: #3056D4 !important;
    color: white !important;
    font-family: 'NotokrR';
    display: flex;
    justify-content: end;
    margin-left: 10px;
}
button:hover{
    background-color: #2143af !important;
}
button:nth-child(1){
    background-color: rgb(32, 133, 32) !important;
}
button:nth-child(1):hover{
    background-color: rgb(22, 104, 22) !important;
} */

@media screen and (max-width:1280px) {
    .row.spot-diagnosis .title_txt{
        font-size: 17px;
        line-height: 25px;
    }
    .bookmark{
        left: 25px;
    }
}

@media screen and (max-width:840px) {
    .row.spot-diagnosis .title_txt{
        font-size: 15px;
        line-height: 20px;
    }
    .bookmark{
        margin-right: 20px;
    }
}

@media screen and (max-width:480px) {
    .radio-wrap{
        margin-top: 1em !important;
    }
    .bookmark{
        left: 10px;
        top: 10px;
    }
}
