/* main slide */
#section1{
    width: 100%;
    height: 100vh;
    position: relative;
}

.slider-for{
    width: 100%;
    height: 100vh;
}

.prograssImg1{
    width: 100%;
    height: 100vh !important;
    background-image: url(../images/slide01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.prograssImg2{
    width: 100%;
    height: 100vh !important;
    background-image: url(../images/slide02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.prograssImg3{
    width: 100%;
    height: 100vh !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 5px;
}

.proBar {
    margin-left: 10px;
    width: 120px;
    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: 3px;
    font-size: 18px;
}

.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: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.big{
    font-size: 64px;
    color: #fff;
    line-height: 75px;
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.big1{
    margin-top: 30px;
}

.big2{
    margin-top: 70px;
}

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: 20px;
    color: #fff;
    width: 100px;
    border-bottom: 1px solid #fff;
    text-align: right;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
}
/* // main slide */


/* main container */
#container{
    width: 100%;
}

.section01{
    width: 100%;
}

.section01 ul{
    width: 100%;
    display: flex;
}

.section01 ul li{
    width: 33.33%;
    border-right: 1px solid #eee;
    box-sizing: border-box;
    padding: 150px 0;
    text-align: center;
    cursor: pointer;
}

.section01 ul li:first-child{
    border-left: 1px solid #eee;
}

.section01 ul li p{
    font-size: 32px;
    font-weight: bold;
    margin-top: 50px;
    line-height: 40px;
}

.section01 ul li:last-child p{
    margin-top: 70px;
}

.section01 ul li span{
    font-size: 20px;
    margin-top: 50px;
    line-height: 30px;
    display: block;
}

.section01 ul li:last-child span{
    margin-top: 70px;
}

.read_more{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 65px;
}

.read_more a{
    width: 180px;
    height: 55px;
    border: 3px solid #00529b;
    box-sizing: border-box;
    color: #00529b;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.read_more a img{
    margin-left: 10px;
}

.section01 ul li:last-child .read_more{
    margin-top: 95px;
}

.section02{
    width: 100%;
    height: 900px;
    background-image: url(../images/main_img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section02 .center{
    height: 100%;
    position: relative;
}

.sec2_text{
    position: absolute;
}

.sec2_text p{
    font-size: 26px;
    font-weight: bold;
}

.sec2_text span{
    font-size: 18px;
    line-height: 28px;
    display: block;
    margin-top: 10px;
}

.sec2_text1,
.sec2_text2{
    text-align: right;
}

.sec2_text1{
    top: 75px;
    left: 80px;
}

.sec2_text2{
    bottom: 200px;
    left: 20px;
}

.sec2_text3{
    top: 180px;
    right: 70px;
}

.sec2_text4{
    bottom: 140px;
    right: 130px;
}
