@charset "UTF-8";
/*서브비쥬얼*/
.visual1:before{ background: url('../images/sub_visual_1.png') center center no-repeat; background-size: cover;}
.sub-tit-1dep {
    width: 100%;
    background: #f1f1f1;
    margin-bottom: 30px;
}
.sub-tit-1dep span {
    display: inline-block;
    padding: 18px 50px;
    padding-left: 25px;
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: -0.8pt;
    background: #1458a6;
}
p.title {
    font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', sans-serif;
    color: #000;
    font-size: 22px;
    margin-top: 80px;
    margin-bottom: 25px;
    text-align: left;
    font-weight: 500;
}
p.title:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 5px solid #1458a6;
    border-radius: 100%;
    margin-right: 6px;
}
p.main-txt {
    color: #333;
    font-size: 16px;
    word-break: keep-all;
    line-height: 1.5;
}
span.sub-txt {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #f1f1f1;
    padding-top: 30px;
    color: #757a80;
    font-weight: normal;
    font-size: 15px;
}

.txt-box1 {
    margin: 20px 0;
    border: 1px solid #86b4e6;
    border-radius: 5px;
    padding: 18px 20px;
    color: #333;
    font-weight: 500;
}
ul.txt-list{
    background: #f6f6f6;
    padding: 20px;
    border-radius: 5px;
}
ul.txt-list li {
    font-size:15px;
    font-size: 15px;
    color: #666;
    margin: 6px 0;
}