#wrap .content .back{
    display: inline-block;
    padding: 0.3rem 0.6rem;
    border: 1px solid #b4b4b4;
    border-radius: 1.5rem;
    margin-top: 1rem;
    font-size: 0.8rem;
    color: #b4b4b4;
}
#wrap .content .box{
    margin-top: 1rem;
}
#wrap .content .box .tit{
    font-size: 1.6rem;
    font-weight: 700;
}
#wrap .content .box .date{
    margin-top: 0.6rem;
    font-size: 0.9rem;
    color: #cbcbcb;
    font-weight: 300;
}
#wrap .content .box .section{
    margin-top: 1.2rem;
    
}
#wrap .content .box .section .intro{
    font-size: 1rem;
	line-height: 1.3;
}
#wrap .content .box .list_box{
    text-align: center;
    border: 1px solid #9f9f9f;
    padding: 1rem 2rem;
    margin-top: 1rem;
    border-radius: 1rem;
}
#wrap .content .box .list_box p{
    font-size: 1.2rem;
    font-weight: 700;
}

#wrap .content .box .list_box .list_wrap {text-align: left;}
#wrap .content .box .list_box .list_wrap li {
	display: flex;
    line-height: 1.5rem;
}
#wrap .content .box .list_box .list_wrap li a { display: flex; align-items: center;}
#wrap .content .box .list_box .list_wrap li a h2 span{
    margin-left: 1rem;
    line-height: 1.5rem;
}
#wrap .content .box .section .con h2,
#wrap .content .box .section .con h3 {
    font-size: 1.5rem;
    border-bottom: 3px solid #fcbe20;
    padding-bottom: 0.5rem;
	margin: 0.5rem 0;
}
#wrap .content  .box .section .con h2 *,
#wrap .content  .box .section .con h3 * {
    font-size: 1.5rem !important;
    color: #fcbe20 !important;
   
}
#wrap .content  .box .section .con {
    margin-top: 1rem;
}
#wrap .content  .box .section .con table {
    width: 100%;overflow: auto;display: block;
}

#wrap .content .box .section .con * {
    line-height: 1.3;
    font-weight: inherit;
}

#wrap .content .box .section .con strong { 
    font-weight: bold;
}
#wrap .content .box .section .con u { 
    text-decoration: underline;
}
#wrap .content .box .section .con td { padding: .5rem;}
#wrap .content .box .section .con ul, 
#wrap .content .box .section .con ol { padding-left: 1rem;}

/* 240430 수정 */
#wrap.content_1 .content .box .list_box .list_wrap li a { line-height: 1.5rem;}
.nextBtn { max-width: 340px; font-weight: 600; color: #fff; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;border-radius: 30px; padding: .8rem; position: fixed; bottom: 150px; left: 50%; transform: translateX(-50%); width: 90%; text-align: center; background: #2e45bf; font-size: 1.4rem; z-index: 9999; }
.nextBtn span { font-size: 1.2rem; color: #fff;}

@media screen and (max-width: 767px) {
#wrap .content .box .section .con img { width: 100%; height: auto;}

}
