/*==================== style-01 ====================*/
.cont-style-01{


}




.cont-style-01 .sec-box01 {
    padding: 80px 150px 0;
}

.cont-style-01 .sec-box01 h2 {
    text-align:center;
}


.cont-style-01 .sec-box01 h2::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    margin: 20px auto;
    background: #0060a1;

}

.cont-style-01 .sec-box01 p{

    text-align:center;
}


.cont-style-01 .sec-box01 a{
    margin: 30px auto;
    display: table;

}

.cont-style-01 .sec-box01 img {
     width:100%;
}





.cont-style-01 .sec-box02 {

}




@media screen and (max-width: 992px) {

/* --------- style-01 ---------*/

.cont-style-01 .container {
    height: inherit;
}

.cont-style-01 .sec-box01 {
    height: inherit;
    border:none;
    box-shadow:none;
    padding:20px 15px 0;
}

}





/*==================== style-02 ====================*/

.cont-style-02 {
    width: 100%;
}


.cont-style-02 .cont-box h2 {
    text-align:center;
    color:#fff;
    position:relative;
}


.cont-style-02 .cont-box h2::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    margin: 20px auto;
    background: #fff;

}


.bg-overlay-black {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    background-color: #000;
}



.cont-style-02 .cont-box {
    padding:0 30px;

    text-align: center;
    flex-grow: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.2);

}

.cont-style-02 .cont-box:nth-of-type(3n+0){
   border-right:none;
}


.cont-style-02 .cont-box .icon {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.cont-style-02 .cont-box .icon i{
    font-size: 40px;
    color: #0060a1;
    top: 50%;
    left:50%;
    display: inline-table;
    position: absolute;
    transform: translate(-50%, -50%);
}

.cont-style-02 .cont-box h3{

    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 24px;
    color:#fff;

} 

.cont-style-02 .cont-box p {
   color:#fff;
   padding-bottom:25px;
}

.cont-style-02 .cont-box a {
   color:#fff;
   padding:5px 20px;
   border-color: #fff; 
}

.cont-style-02 .cont-box a:hover {
   border-color: #0060a1; 
   background:#0060a1;
}


.cont-style-02 .sec-box:nth-child(1) {

}




@media screen and (max-width: 992px) {

/* --------- style-02 ---------*/



}

@media screen and (max-width: 768px) {
 .cont-style-02 .cont-box {
    padding :15px; 30px;
 } 

}


/*==================== style-03 ====================*/


.cont-style-03 .sec-box01 h2 {
    text-align:center;
}

.cont-style-03 .sec-box01 h2::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    margin: 20px auto;
    background: #0060a1;

}


.cont-style-03 .img_resize a img { width:100%; }



/*==================== style-04 ====================*/

.cont-style-04 {
    background: #f4f4f4;
    border-top: 1px solid #cecece;
}
.notice-tabs .nav-tabs > li {
    width: 30%;
    text-align: center;
    background: #f9f9f9;
}
.board_noticelist {
    padding: 30px 0 30px 20px;
    background: #fff;
    height: 277px;
}

.nav-tabs {
    border-bottom: 0;
}
.nav-tabs > li > a {
    border: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: 0;
}
.cont-style-04 .sec-box01 .cont-box {
    padding: 15px;
}
.cont-style-04 .sec-box01 .cont-box h5 {
    margin-top: 25px;
    font-size: 25px;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.cont-style-04 .sec-box01 .cont-box p {
    font-size: 14px;
    line-height: 25px;
}
.cont-style-04 .sec-box01 .tel-box p {
    color: #ff6863;
    font-size: 28px;
    padding: 10px 0;
    font-weight: 700;
}
.cont-style-04 .sec-box01 .tel-box p i {
    padding-right: 8px;
}

.cont-style-04 .sec-box01 .text-box {
    border-left: 1px solid #cecece;
}
.cont-style-04 .sec-box01 .text-box p i {
    padding-right: 5px;
}

.cont-style-04 .sec-box02 .cont-box01 {
    background: #0060a1;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
    border: 4px solid #0060a1;
}
.cont-style-04 .sec-box02 .cont-box01:hover {
    border: 4px solid #fff;
}
.cont-style-04 .sec-box02 .cont-box02 {
    background: #00a19e;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
    border: 4px solid #00a19e;
}
.cont-style-04 .sec-box02 .cont-box02:hover {
    border: 4px solid #fff;
}

.cont-style-04 .sec-box02 a {
    padding: 25px;
    display: block;
}
.cont-style-04 .sec-box02 i {
    display: inline-block;
    font-size: 50px;
    padding: 0 20px;
    color: #fff;
}


.cont-style-04 .sec-box02 .txt_box {
    display: inline-block;
}

.cont-style-04 .sec-box02 .txt_box h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}
.cont-style-04 .sec-box02 .txt_box p {
    color: #fff;
}


@media screen and (max-width: 992px) {

    .cont-style-04 .sec-box01 .text-box {
        border: none;
    }
}

@media screen and (max-width: 768px) {
    .cont-style-04 .sec-box02 i {
        display: none;
    }

    .cont-style-04 .sec-box02 a {
        padding: 0;
        text-align: center;
    }
    .board_noticelist {
       height:auto;
    }

}



/*==================== style-05 ====================*/


.cont-style-05 {
   text-align: center;  
   border-top:1px solid #cecece;
}


.cont-style-05 .cont-box h3 {
   margin:20px 0;
   text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px
}

.cont-style-05 .cont-box i{
  font-size: 40px;



}

.cont-style-05 .social-i{


}

.cont-style-05 .social-i i{
  font-size:20px;
  padding:0 15px;
}

@media screen and (max-width: 992px) { 
  .cont-style-05 .cont-box {
    margin-bottom:20px;
  }

}