@charset 'utf-8';


/*3. 탭메뉴영역*/
/*현재 메뉴*/
.tab_menu ul li:nth-child(2) a{
    border-bottom: 4px solid #0c4da2;
    color: #0c4da2;
}


/*4. 컨텐츠영역*/
.contents{
    width: 90%;
    margin: 0 auto;
    padding: 60px 0 80px;
    overflow-x: hidden;
}
.contents h3{
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}

.divider{
    width: 100px;
    margin: 0 auto;
    height: 1px;
    background-color: #bdbdbd;
}


/*sec공통영역*/
.contents .anchor{
    width: 100%;
    margin: 0 auto;
    background-color: #0c4da2;
    color: #fff;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    padding: 12px;
    margin-bottom: 0;
    box-sizing: border-box;
}
.contents .anchor li{
    font-size: 14px;
    padding: 0 12px;
    border-right: 1px solid #aeaeae;
}
.contents .anchor li:first-child{
    padding-left: 0;
}
.contents .anchor li:last-child{
    padding-right: 0;
    border-right: 0;
}

.contents .img_box{
    margin-top: 60px;
    width: 100%;
}
.contents .img_box.mt{
    margin-top: 20px;
}
.contents .img_box ul li:first-child{
    margin-bottom: 16px;
}
.contents .img_box img{
    width: 100%;
}
.contents .text_box{
    margin-top: 40px;
}
.contents .text_box .year{
    margin-top: 48px;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 28px;
}
.contents .text_box .year:first-child{
    margin-top: 0;
}
.contents .text_box ul{
    position: relative;
}
.contents .text_box ul::after{
    content:"";
    position:absolute;
    left: 6px;
    top: 12px;
    width: 1px;
    height: calc(100% - 24px) ;
    border-left: 1px solid #0c4da2;
}

.contents .sec03 .text_box ul::after{
    height: calc(100% - 84px) ;
}
@media all and (min-width:365px){
    .contents .sec03 .text_box ul::after{
        height: calc(100% - 56px) ;
    }
}
@media all and (min-width:694px){
    .contents .sec03 .text_box ul::after{
        height: calc(100% - 28px) ;
    }
}
@media all and (min-width:1132px){
    .contents .sec03 .text_box ul::after{
        height: calc(100% - 56px) ;
    }
}

.contents .sec02 .text_box ul::after{
    height: calc(100% - 48px) ;
}
@media all and (min-width:421px){
    .contents .sec02 .text_box ul::after{
        height: calc(100% - 28px) ;
    }
}

.contents .text_box ul li{
    font-size: 16px;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.75;
    letter-spacing: 0;
    -ms-word-break: keep-all;
    word-break: keep-all;
    /* list-style: outside; */
    list-style: none;
    margin-left: 24px;
    padding-bottom: 24px;
    position: relative;
}
.contents .text_box ul li:last-child{
    padding-bottom: 0;
}
.contents .text_box ul li::after{
    content:"";
    position:absolute;
    left: -23px;
    top: 9px;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border: 3px solid #0c4da2;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
    z-index: 99;
}



@media all and (min-width:768px){ 
    /*4. 컨텐츠영역*/
    .contents{
        padding-top: 80px;
    }
    .contents h3{
        margin-bottom: 80px;
    }
    
    
    /*sec공통영역*/
    .contents .anchor{
        padding: 14px;
    }
    .contents .anchor li{
        font-size: 16px;
        padding: 0 20px;
    }

    .contents .img_box{
        margin-top: 100px;
    }
    .contents .img_box ul li:first-child{
        margin-bottom: 20px;
    }
    .contents .text_box .year{
        margin-top: 60px;
        font-size: 40px;
    }
    .contents .text_box tr td{
        padding-bottom: 28px;
    }

}




@media all and (min-width:1132px){
    /*4. 컨텐츠영역*/
    .contents{
        width: 1132px;
        padding: 80px 0 100px;
    }
    
    
    /*sec공통영역*/
    .contents article{
        margin-top: 100px;
    }
    .contents article.mt{
        margin-top: 60px;
    }
    .contents .img_box{
        width: 500px;
        margin: 0;
        margin-top: 76px;
    }
    .contents .img_box.mt{
        margin-top: 76px;
    }
    .contents .img_box ul li:first-child{
        margin-bottom: 48px;
    }
    .contents .text_box{
        width: 571px;
        margin-top: 0;
    }
    .contents .text_box ul li{
        padding-bottom: 24px;
        margin-left: 40px;
    }
    .contents .text_box ul li::after{
        left: -39px;
    }
    
    /*sec04, sec02영역*/
    .sec04 .img_box,
    .sec02 .img_box{
        /*플롯*/
        float: right;
    }
    .sec04 .text_box,
    .sec02 .text_box{
        /*플롯*/
        float: left;
    }
    
    
    /*sec03, sec01영역*/
    .sec03 .img_box,
    .sec01 .img_box{
        /*플롯*/
        float: left;
    }
    .sec03 .text_box,
    .sec01 .text_box{
        /*플롯*/
        float: right;
    }

}