 /*==================== 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%;
  background: #444;
}


.cont-style-02 .cont-box h2 {
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 80px;
}


.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.7;
  background-color: #00375d;
}


.cont-style-02 .cont-box {
  padding: 0 30px;
  text-align: center;
  flex-grow: 1;
}


.cont-style-02 .cont-box:last-of-type {
  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: #0060a1;
  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>img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


.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: 18px !important;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #fff;
  line-height: 27px;
}


.cont-style-02 .cont-box p {
  color: #fff;
  padding-bottom: 25px;
}


.bg-parallax-main {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
}


.cont-style-02 .features > div {
  float: left;
  width: 20%;
}


.cont-style-02 .features::after {
  content: "";
  display: block;
  clear: both;
}





@media screen and (max-width: 992px) {
  /* --------- style-02 ---------*/
}


@media screen and (max-width: 768px) {
  .cont-style-02 .cont-box {
    padding: 15px 30px;
  }


  .cont-style-02 .cont-box h2 {
    margin-bottom: 30px;
  }


  .cont-style-02 .features > div {
    width: 33.3%;
  }
}


/*==================== 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;
}


/*==================== 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: 50px;
  }
  .cont-style-05 .cont-box:last-of-type {
    margin-bottom: 0;
  }


}


/*==================== style-0301 ====================*/
.cont-style-0301 {
  margin-bottom: 80px;
}


.cont-style-0301 .sec-box01 h2 {
  text-align: center;
}


.cont-style-0301 .sec-box01 h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin: 20px auto;
  background: #0060a1;
}


.cont-style-0301 .sec-box01 {
  padding: 80px 150px 0;
}


.cont-style-0301 .sec-box01 .youtubeWrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}


.cont-style-0301 .sec-box01 .youtubeWrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 992px) {
  .cont-style-0301 .container {
    height: inherit;
  }


  .cont-style-0301 .sec-box01 {
    height: inherit;
    border: none;
    box-shadow: none;
    padding: 20px 15px 0;
  }
}


@media screen and (max-width: 768px) {
  .cont-style-0301 {
    margin-bottom: 50px;
  }
}

