.inner{
    margin: 70px auto 100px;
}


/* 슬릭 */
/* 도트위치 */

.slick_wrap .slick-dots{
    bottom: -26px;
}
.slick-dots li {
    background-color: #000;
}

/* 테이블 */
.table1 {
    margin-top: 15px;
    border: 1px solid #ccc;
    cursor: pointer; 
}
thead {
    border-top: 5px solid #042A6F;
    font-size: 16px;
    font-weight: bold;
}
thead>tr>th {
    padding: 10px;
    background-color: #F1F1F1;
}

tbody>tr>td {
    font-size: 15px;
}
.buttonWrap {
    margin-top: 5px;
    background-color: #042A6F;
    border: 1px solid #042A6F;
}
.m_but {
    margin: 0 auto;
}
.m_but>a {
    line-height: 4px;
    display: block;
    color: #fff;
}
.program_1 {
   padding: 0 30px;
}

.slick_m_con {
    padding: 0 5px;
}












.introduce{
    width:100%;
}

.introduce .introduceList{
    width:100%;
    margin-top:30px;
    display:flex;
    gap:10px;
    flex-flow:wrap;
}


.introduce .introduceList li{
    width:100%;
    border:1px solid #e5e5e5;
    padding:10px;
    box-sizing:border-box;
}


.introduce .introduceList li .thum{
    width:100%;
}

.introduce .introduceList li .thum img{
    width:100%;
}

.introduce .introduceList li .subj{
    width:100%;
    font-size:18px;
    color:#222;
    font-weight:600;
    margin-top:16px;
}

.introduce .introduceList li .subs{
    width:100%;
    font-size:14px;
    color:#444;
    margin-top:12px;
    word-break:keep-all;
    line-heighT:22px;
}


.effect{
    width:100%;
    margin-top:80px;
}

.effect .effectVisual{
    width:100%;
    margin-top:30px;
}

.effect .effectVisual li{
    width:100%;
    margin:0px 5px;
}

.effect .effectVisual li .thum{
    width:100%;
}

.effect .effectVisual li .thum img{
    width:100%;
}

.effect .effectVisual li .txA{
    width:100%;
    margin-top:24px;
    opacity:0;
}

.effect .effectVisual li .txA .subj{
    font-size:18px;
    color:#222;
    font-weighT:600;
    text-align:Center;
}

.effect .effectVisual li .txA .subs{
    font-size:14px;
    color:#444;
    margin-top:12px;
    text-align:Center;
    word-break:keep-all;
    line-height:22px;
}

.effect .effectVisual .slick-center .txA{
    opacity:1;
}





.process{
    width:100%;
    margin-top:80px;
}


.process .processList{
    width:100%;
    margin-top:30px;
    display:flex;
    gap:30px;
    position:Relative;
    flex-flow:wrap;
}

.process .processList:after{
    content:'';
    position:absolute;
    width:283px;
    height:62px;
    bottom:-70px;
    background:url('../../../images/sub/effectArrow-3.png') center center no-repeat;
    left:30%
}

.process .processList li{
    width:calc(100% / 2 - 15px);
}

.process .processList li:last-child{
    width:calc(100% / 2 - 15px);
}



.process .processList li .ico{
    width:90px;
    margin:0 auto;
    position:relative;
}

.process .processList li .ico img{
    width:100%;
}


.process .processList li .ico:before{
    content:'';
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:17px;
    height:24px;
    background:url('../../../../images/sub/effectArrow-1.png') center center no-repeat;
    left:0%;
    display:none;
}

.process .processList li:first-child .ico:before{
    display:none;
}

.process .processList li:last-child .ico:before{
    content:'';
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:39px;
    height:24px;
    background:url('../../../images/sub/effectArrow-2.png') center center no-repeat;
    left:0%;
    display:none;
}


.process .processList li:last-child .ico:after{
    content:'수료기준 충족';
    position:absolute;
    bottom:15px;
    width:100%;
    text-align:Center;
    left:-148%;
    color:#16469D;
    display:none;
}



.process .processList li .tx{
    text-align:center;
    font-size:18px;
    font-weight:600;
    margin-top:12px;
}


.process .img{
    width:100%;
    margin-top:30px;
}

.process .img img{
    width:100%;
}

.eduP{
    width:100%;
    margin-top:80px;
}


.eduP .arlList{
    width:100%;
    margin-top:24px;
    padding-left:20px;
    box-sizing:border-box;
}

.eduP .arlList li{
    width:100%;
    margin-top:12px;
    font-size:13px;
    color:#777;
    word-break:keep-all;
    list-style:disc;
}

.schedule{
    width:100%;
    margin-top:80px;
}



.tableA{
    width:100%;
    margin-top:30px;
}

.tableA table{
    width:100%;
    border:1px solid #e5e5e5;
}

.tableA table thead{
    border:0;
}


.tableA table thead tr th{
    background:#16469D;
    color:#fff;
    border:0;
}


.tableA table tr th{
    padding:20px 10px;
    font-size:13px;
    color:#444;
    font-weight:normal;
    background:#fff;
    line-height:22px;
    border-right:1px solid #e5e5e5;
    word-break:keep-all;
}


