/* main slide */
#section1{
    width: 100%;
    height: 320px;
    position: relative;
    margin-top: 70px;
}

.slider-for{
    width: 100%;
    height: 320px;
}

.prograssImg1{
    width: 100%;
    height: 320px !important;
    background-image: url(../images/slide01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.prograssImg2{
    width: 100%;
    height: 320px !important;
    background-image: url(../images/slide02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.prograssImg3{
    width: 100%;
    height: 320px !important;
    background-image: url(../images/slide03.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slickLine {
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrowLocation {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.arrowLocation .prev,
.arrowLocation .next {
    color: #fff;
    margin: 0 3px;
    font-size: 12px;
}

.proBar {
    margin-left: 5px;
    width: 50px;
    background-color: rgba(255, 255, 255, 0.3);
}

.pro-bar {
    height: 1px;
    background: #fff;
}

.pro-ani {
    animation: proBar 2s 1;
    width: 100%;
}

.pagingInfo {
    font-family: 'NanumSquareL', sans-serif;
    letter-spacing: 2px;
    font-size: 12px;
}

.pagingInfo .num {
    font-family: 'NanumSquareB', sans-serif;
}

@keyframes proBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.pagingInfo {
    color: #fff;
}

.slickText {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
}

.slickText .center{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.big{
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.5px;
}

.big1{
    margin-bottom: 20px;
}

.big2{
    margin-top: 20px;
}

span.font_blue{
    color: #144f92;
}

span.under_line{
    display: inline;
    background-image: linear-gradient(
          transparent 83%,
          #00529b 17%
    );
    background-repeat: no-repeat;
    background-size: 100% 85%;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.scroll{
    position: absolute;
    font-family: 'NanumSquareR', sans-serif;
    font-size: 10px;
    color: #fff;
    width: 50px;
    border-bottom: 1px solid #fff;
    text-align: right;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
}
/* // main slide */


/* main container */
#container{
    width: 100%;
}

.section01{
    width: 100%;
}

.section01 ul{
    width: 100%;
}

.section01 ul li{
    width: 100%;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    padding: 30px 0;
    text-align: center;
}

.section01 ul li:last-child{
    border-bottom: 0;
}

.section01 ul li>img{
    width: 50px;
}

.section01 ul li p{
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 20px;
}

.section01 ul li span{
    font-size: 12px;
    margin-top: 20px;
    line-height: 18px;
    word-break: keep-all;
    display: block;
    letter-spacing: -0.5px;
}

.read_more{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.read_more a{
    width: 130px;
    height: 35px;
    border: 2px solid #00529b;
    box-sizing: border-box;
    color: #00529b;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.read_more a img{
    margin-left: 7px;
}

.section02{
    width: 100%;
    background-color: #f8f8f8;
    padding: 40px 0;
}

.sec2_title{
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #00529b;
}

.section02 .center{
    height: 100%;
}

.sec2_text{
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

.sec2_text img{
    width: 50px;
}

.sec2_text p{
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
}

.sec2_text span{
    font-size: 10px;
    line-height: 15px;
    display: block;
    margin-top: 10px;
    word-break: keep-all;
}
