@charset "utf-8";
/* 메인비주얼 */
.pc {
  display: block !important;
}
@media screen and (max-width: 1000px) {
  .pc {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
}

.main-visual{width:1400px; margin: 0 auto;}
.main-visual .swiper-pagination {
  text-align: center;
  padding-left: 0;
  bottom: 10px !important;
}
.main-visual .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #858585;
}
.main-visual .swiper-pagination .swiper-pagination-bullet-active {
  width: 60px;
  background: #ff0000;
  border-radius: 10px;
}
.main-visual .swiper-slide {
  text-align: center;
}
.main-visual .swiper-slide img {
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
.main-visual{width:100%; margin: 0 auto;}
  .main-visual .swiper-pagination {
    text-align: center;
    padding-left: 0;
    bottom: 10px !important;
  }
  .main-visual .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: #858585;
  }
  .main-visual .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    background: #ff0000;
    border-radius: 8px;
  }
}
.main-section01 {
 /* background: url(../img/main/bg01.jpg) no-repeat center center;*/
  background-size: cover;
  padding: 115px 0;
}
.main-section01 .tit {
  font-size: 42px;
  font-weight: bold;
  color: #2d2d2d;
}
.main-section01 .tit:after {
  content: "";
  width: 25px;
  display: block;
  height: 2px;
  background: #2d2d2d;
  margin: 15px 0 45px;
}
.main-section01 .tabs a {
  display: inline-block;
  width: 164px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  color: #2d2d2d;
  border: 1px solid #eaeaea;
  margin-right: 3px;
}
.main-section01 .tabs a.active {
  background: #ff0000;
  border: 1px solid #ff0000;
  color: #fff;
}
.main-section01 .con {
  padding-top: 52px;
  position: relative;
}
.main-section01 .con .box {
  width: 80%;
  background: url(../img/main/bg0101.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 80px 75px;
  font-size: 19px;
  line-height: 30px;
}
.main-section01 .con .box span {
  display: block;
}
.main-section01 .con .box p {
  display: block;
  font-size: 52px;
  font-weight: 500;
  padding-top: 30px;
}
.main-section01 .con .box p:after {
  content: "";
  width: 100px;
  height: 4px;
  display: block;
  background: #fff;
  margin: 30px 0;
}
.main-section01 .con .box a {
  display: block;
  margin-top: 65px;
}
.main-section01 .con .photo {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: -19px 14px 20px 5px rgba(0, 0, 0, 0.3);
}
.main-section01 .gallery-thumbs .swiper-slide {
  width: 164px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  color: #2d2d2d;
  border: 1px solid #eaeaea;
  margin-right: 3px;
  cursor: pointer;
}
.main-section01 .gallery-thumbs .swiper-slide-thumb-active {
  background: #ff0000;
  border: 1px solid #ff0000;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .main-section01 {
    background: url(../img/main/bg01.jpg) no-repeat center center;
    background-size: cover;
    padding: 50px 0;
  }
  .main-section01 .tit {
    font-size: 20px;
    font-weight: bold;
    color: #2d2d2d;
  }
  .main-section01 .tit:after {
    content: "";
    width: 25px;
    display: block;
    height: 2px;
    background: #2d2d2d;
    margin: 15px 0 45px;
  }
  .main-section01 .tabs a {
    display: inline-block;
    width: 30%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #2d2d2d;
    border: 1px solid #eaeaea;
    margin-right: 3px;
    margin-bottom: 20px;
  }
  .main-section01 .tabs a.active {
    background: #ff0000;
    border: 1px solid #ff0000;
    color: #fff;
  }
  .main-section01 .con {
    padding-top: 52px;
    position: relative;
  }
  .main-section01 .con .box {
    width: 80%;
    background: url(../img/main/bg0101.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    padding: 80px 30px 30px;
    font-size: 14px;
    line-height: 20px;
  }
  .main-section01 .con .box span {
    display: block;
  }
  .main-section01 .con .box p {
    display: block;
    font-size: 30px;
    font-weight: 500;
    padding-top: 20px;
  }
  .main-section01 .con .box p:after {
    content: "";
    width: 100px;
    height: 4px;
    display: block;
    background: #fff;
    margin: 20px 0;
  }
  .main-section01 .con .box a {
    display: block;
    margin-top: 20px;
  }
  .main-section01 .con .photo {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: -19px 14px 20px 5px rgba(0, 0, 0, 0.3);
  }
}

.main-section02 {
  background: url(../img/main/bg02.jpg) no-repeat center center;
  background-size: cover;
  padding: 240px 0;
}
.main-section02 .con {
  width: 33%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5%;
  font-size: 19px;
  line-height: 30px;
  word-break: keep-all;
}
.main-section02 .tit {
  font-size: 42px;
  font-weight: bold;
  color: #2d2d2d;
}
.main-section02 .tit:after {
  content: "";
  width: 25px;
  display: block;
  height: 2px;
  background: #2d2d2d;
  margin: 15px 0 45px;
}
.main-section02 .con p {
  display: block;
  font-size: 52px;
  line-height: 60px;
  margin-bottom: 30px;
}
.main-section02 .viedeo-box {
  display: inline-block;
  width: 60%;
  vertical-align: middle;
  box-shadow: -19px 14px 20px 5px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1000px) {
  .main-section02 {
    background: url(../img/main/bg02.jpg) no-repeat center center;
    background-size: cover;
    padding: 50px 0;
  }
  .main-section02 .con {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    font-size: 14px;
    line-height: 20px;
    word-break: keep-all;
  }
  .main-section02 .tit {
    font-size: 20px;
    font-weight: bold;
    color: #2d2d2d;
  }
  .main-section02 .tit:after {
    content: "";
    width: 25px;
    display: block;
    height: 2px;
    background: #2d2d2d;
    margin: 15px 0 20px;
  }
  .main-section02 .con p {
    display: block;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .main-section02 .viedeo-box {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    box-shadow: -19px 14px 20px 5px rgba(0, 0, 0, 0.3);
    margin-top: 20px;
  }
}

.main-section03 {
  background: #ebebeb url(../img/main/bg03.jpg) no-repeat 0 center;
  background-size: contain;
  position: relative;
}
.main-section03 .center_wrap {
  position: static;
}
.main-section03 .center_wrap .con {
  width: 60%;
  padding: 230px 0;
  display: inline-block;
  vertical-align: middle;
}
.main-section03 .tit b {
  font-size: 42px;
  font-weight: bold;
  color: #2d2d2d;
}
.main-section03 .tit p {
  font-size: 19px;
  font-weight: 300;
  display: block;
}
.main-section03 .tit a {
  float: right;
  display: inline-block;
  margin-top: -30px;
  font-size: 18px;
  text-decoration: underline;
}
.main-section03 .con > a {
  display: inline-block;
  vertical-align: top;
  width: 31.8%;
  margin-right: 1.5%;
  background: #fff;
  margin-top: 40px;
}
.main-section03 .con > a:nth-of-type(3n) {
  margin-right: 0;
}
.main-section03 .con > a img {
  height: 220px;
  width: 100%;
}
.main-section03 .con > a .txt {
  padding: 20px 25px;
}
.main-section03 .con > a .txt p {
  display: block;
  font-size: 22px;
  font-weight: 300;
  height: 90px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 22px;
}
.main-section03 .con > a .txt span {
  display: block;
  font-size: 18px;
  color: #adadad;
}
.main-section03 .banner {
  position: absolute;
  width: 35%;
  top: 0;
  height: 100%;
  right: 0;
}
.main-section03 .banner li {
  padding: 75px 45px;
  color: #fff;
  background: #002661;
}
.main-section03 .banner li p {
  display: inline-block;
  width: 350px;
  color: #fff;
  vertical-align: middle;
}
.main-section03 .banner li p b {
  font-size: 32px;
}
.main-section03 .banner li p b:after {
  content: "";
  width: 25px;
  display: block;
  height: 2px;
  background: #fff;
  margin: 15px 0 15px;
}
.main-section03 .banner li span {
  font-size: 17px;
  font-weight: 300;
}
.main-section03 .banner li img {
  display: inline-block;
  vertical-align: middle;
}

.main-section03 .banner li:nth-child(1) {
  background: #0091d0;
  padding-top: 160px;
}

.main-section03 .banner li:nth-child(3) {
  background: #061733;
  padding-bottom: 154px;
}

@media screen and (max-width: 1255px) {
  .main-section03 .banner li {
    padding: 75px 18px;
  }
  .main-section03 .banner li a {
    width: 100%;
  }
  .main-section03 .banner li p {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .main-section03 {
    background: #ebebeb url(../img/main/bg03.jpg) no-repeat 0 center;
    background-size: contain;
    position: relative;
  }
  .main-section03 .center_wrap {
    position: static;
  }
  .main-section03 .center_wrap .con {
    width: 100%;
    padding: 50px 0;
    display: inline-block;
    vertical-align: middle;
  }
  .main-section03 .tit b {
    font-size: 20px;
    font-weight: bold;
    color: #2d2d2d;
  }
  .main-section03 .tit p {
    font-size: 14px;
    font-weight: 300;
    display: block;
  }
  .main-section03 .tit a {
    float: right;
    display: inline-block;
    margin-top: -45px;
    font-size: 16px;
    text-decoration: underline;
  }
  .main-section03 .con > a {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 1.5%;
    background: #fff;
    margin-top: 40px;
  }
  .main-section03 .con > a:nth-of-type(3n) {
    margin-right: 1.5%;
  }
  .main-section03 .con > a:nth-of-type(2n) {
    margin-right: 0;
  }
  .main-section03 .con > a img {
    height: auto;
    width: 100%;
  }
  .main-section03 .con > a .txt {
    padding: 20px 25px;
  }
  .main-section03 .con > a .txt p {
    display: block;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .main-section03 .con > a .txt span {
    display: block;
    font-size: 13px;
    color: #adadad;
  }
  .main-section03 .banner {
    position: relative;
    width: 100%;
    top: 0;
    height: 100%;
    right: 0;
  }
  .main-section03 .banner li {
    padding: 20px;
    color: #fff;
    background: #002661;
  }
  .main-section03 .banner li p {
    display: inline-block;
    width: 100%;
    color: #fff;
    vertical-align: middle;
  }
  .main-section03 .banner li p b {
    font-size: 20px;
  }
  .main-section03 .banner li p b:after {
    content: "";
    width: 25px;
    display: block;
    height: 2px;
    background: #fff;
    margin: 15px 0 15px;
  }
  .main-section03 .banner li span {
    font-size: 14px;
    font-weight: 300;
  }
  .main-section03 .banner li img {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    margin-top: 10px;
  }

  .main-section03 .banner li:nth-child(1) {
    background: #0091d0;
    padding-top: 20px;
  }

  .main-section03 .banner li:nth-child(3) {
    background: #061733;
    padding-bottom: 20px;
  }
}

.main-section04 {
  background: url(../img/main/map.jpg) no-repeat center center;
  height: 687px;
  padding-top: 230px;
}
.main-section04 .con {
  width: 463px;
  background: url(../img/main/map-bg.png) no-repeat center center;
  color: #fff;
  padding: 60px 0 90px 70px;
  box-sizing: border-box;
}
.main-section04 .con b {
  font-size: 42px;
  display: block;
}
.main-section04 .con > span {
  display: block;
  font-size: 20px;
  font-weight: 300;
  padding: 40px 0 25px;
}
.main-section04 .con p {
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
}
.main-section04 .con p b {
  display: inline-block;
  font-weight: bold;
  font-size: 32px;
  margin-left: 10px;
}
.main-section04 .con a {
  display: inline-block;
  height: 57px;
  line-height: 57px;
  border: 1px solid #fff;
  font-size: 20px;
  padding: 0 24px;
  color: #fff;
  margin-top: 40px;
}
.main-section04 .con a span {
  display: inline-block;
  margin-left: 15px;
  font-size: 37px;
  font-weight: 100;
  vertical-align: sub;
}

@media screen and (max-width: 1000px) {
  .main-section04 {
    background: url(../img/main/map-m.jpg) no-repeat center center;
    height: auto;
    padding: 20px;
  }
  .main-section04 .con {
    width: 100%;
    background: url(../img/main/map-bg.png) no-repeat center center;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
  }
  .main-section04 .con b {
    font-size: 20px;
    display: block;
  }
  .main-section04 .con > span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    padding: 20px 0 10px;
  }
  .main-section04 .con p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
  }
  .main-section04 .con p b {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    margin-left: 10px;
  }
  .main-section04 .con a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    font-size: 14px;
    padding: 0 20px;
    color: #fff;
    margin-top: 20px;
  }
  .main-section04 .con a span {
    display: inline-block;
    margin-left: 15px;
    font-size: 35px;
    font-weight: 100;
    vertical-align: sub;
  }
}

.main-partner {
  line-height: 130px;
}
.main-partner p {
  font-size: 32px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 35px;
}
.main-partner .swiper-slide {
  width: auto;
  padding: 0 20px;
}
.main-partner .swiper-slide img {
  max-height: 40px;
  max-width: 125px;
  width: auto;
  height: auto;
}
.main-partner .con {
  width: 90%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 50px;
  box-sizing: border-box;
}
.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

@media screen and (max-width: 1000px) {
  .main-partner {
    line-height: 50px;
  }
  .main-partner p {
    font-size: 20px;
    display: block;
    vertical-align: middle;
    padding-right: 0px;
  }
  .main-partner .swiper-slide {
    width: auto;
    padding: 0 20px;
  }
  .main-partner .swiper-slide img {
    max-height: 20px;
    max-width: 80px;
    width: auto;
    height: auto;
  }
  .main-partner .con {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 50px;
    box-sizing: border-box;
    margin-bottom: 15px;
  }
}
