@charset "utf-8";

/* mian Background Slide */

.no-overflow {
  overflow: hidden;
}

.slider-area {
  position: relative;
} 


.hero-slider {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  height: 980px;
}

.columns {
  position: relative;
}

.hero-image img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 1200px;
  position: relative;
  z-index: 1;
}

.slick-slider {
  overflow: hidden;
}

.slick-slider div.slick-active .hero-image img {
  animation: myMove 6s 1 ease-in-out;
}

@keyframes myMove {
  from {
    transform: scale(1.2, 1.2);
    transform-origin: 50% 50%;
  }

  to {
    transform: scale(1.0, 1.0);
    transform-origin: 50% 50%;
  }
}

.over-content {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 300px;
  height: 300px;
  background: #FFFFCC;
  text-align: center;
  line-height: 300px;
}

#mainWrap {
  top: 0;
  left: 0;
  width: 100%;
  /* height: 1280px; */
  position: relative;
}

/* #mainWrap .mainHeader .logoBox{width:105px;margin:20px auto 10px;padding:0;}
#mainWrap .mainHeader .logoBox > img{display:block;width:100%;} */

#mainWrap .mainHeader {
  width: 100%;
  height: 100px;
  z-index: 100;
  position: fixed;
  min-width: 900px;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
}

/* #mainWrap .mainHeader .headerBox{overflow:hidden;width:1200px;margin:0 auto;}
#mainWrap .mainHeader .headerBox > li{width:180px;float:left;}
#mainWrap .mainHeader .headerBox > li > a{padding:40px 0;text-align:center;font-size:18px;font-family:'NanumBarunGothic';display:block;color:#fff;}
#mainWrap .mainHeader .headerBox > li > a:hover{font-weight:600;color:#84af3b;}

#mainWrap .mainHeader .headerBox > li.logo > a{padding:19px 0;} */

#mainWrap .mainHeader .rightBtn {
  position: absolute;
  right: 25px;
  top: 28px;
  background: #002b5c;
  border-radius: 15px;
  display: flex;
  padding: 10px;
}

#mainWrap .mainHeader .rightBtn>li {
  color: #fff;
  margin-right: 20px;
  position: relative;
}

#mainWrap .mainHeader .rightBtn>li:last-child {
  margin-right: 0;
}

#mainWrap .mainHeader .rightBtn>li:first-child::after {
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

#mainWrap .mainHeader .rightBtn .memBtn {
  display: inline-block;
}

#mainWrap .mainHeader .rightBtn .memBtn>img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

#mainWrap .mainHeader .rightBtn .gnbBtn {
  width: 57px;
  padding: 17px 0;
  display: block;
  cursor: pointer;
}

#mainWrap .mainHeader .rightBtn .gnbBtn>img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.main-logo {
  margin: 20px 0 0 20px;
}

.nav {
  width: 1200px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 25px;
  color: #fff;
  z-index: 101;
}

.gnb {
  width: 100%;
  text-align: center;
  font-size: 0;
}

.gnb-list {
  display: inline-block;
  width: 100%;
  max-width: 150px;
  text-align: center;
  position: relative;
}

.gnb-list a {
  display: block;
  padding: 15px 0 25px;
  font-size: 17px;
  font-weight: 300;
}

.sub {
  /* display: none; */
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 70px;
  visibility: hidden;
}

.sub li {
  text-align: center;
  display: block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin: 10px 0;
}

.sub li a:hover {
  color: #8ec055;
  font-weight: 700;
}

.sub li a {
  font-size: 15px;
  font-weight: 300;
  transition: all 0.2s ease-in-out;
  padding: 5px 0;
}

.sub.sub-open {
  /* opacity: 1; */
  visibility: visible;
}

.sub-bg {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}

.sub-bg-open {
  visibility: visible;
}

/* .siteAll{position:absolute;top:19px;right:20px;width:50px;cursor:pointer;}
.siteAll .toggleMenu {
	float: right;
	border: none;
	cursor: pointer;
	display: inline-block;
	outline: none;
	padding: 0;
	pointer-events: initial;
	position: absolute;
	vertical-align: middle;
	z-index: 1110;
	background-size:100% 100%;
	top: 20px;
	right: 0px;
} */

/*---�ܹ��Ÿ޴�---*/

.toggleMenu span::before {
  content: '';
  display: block;
  position: fixed;
  width: 55px;
  height: 35px;
  top: 34px;
  right: 20px;
  background: url('/images/main/gnbBtn.png')no-repeat center;
  background-size: 100%;
}

.toggleMenu.active span::before {
  content: '';
  background: none
}

.toggleMenu.active::after {
  content: '';
  display: block;
  position: fixed;
  width: 39px;
  height: 39px;
  right: 350px;
  top: 150px;
  background: url('../images/x-box.png')no-repeat center;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

/*---�޴�---*/
#menu {
  background-color: rgba(255, 255, 255, 1);
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  text-align: left;
  top: 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 101;
}

#menu.open {
  opacity: 1;
  visibility: visible;
}

#menu.open li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

#menu.open li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#menu.open li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

animation-delay: 1s;

#menu.open li {
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#menu ul:hover a {
  opacity: 0.5;
}

#menu ul a {
  -webkit-transform: translateZ(0);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#menu .main-nav {
  position: relative;
  top: 45%;
  left: 50%;
  width: 1380px;
  overflow: hidden;
  margin-left: -690px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#menu .main-nav .hambergerLogo {
  width: 200px;
  margin: 0 auto 70px;
  display: block;
}

#menu .main-nav>ul.titleBox {
  width: 1380px;
  overflow: hidden;
  padding-bottom: 30px;
}

#menu .main-nav>ul.titleBox>li {
  width: 170px;
  float: left;
  text-align: center;
}

#menu .main-nav>ul.titleBox>li>a.title {
  font-size: 22px;
  font-weight: 500;
  color: #3a3a3a;
  height: 40px;
  line-height: 40px;
}

#menu .main-nav>ul.titleBox>li>a {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}

#menu .main-nav>ul>li>a:hover {
  opacity: 1;
  font-size: 20px;
  text-decoration: underline;
  color: #2696d1;
}


#scrollmenuwrap {
  position: relative;
  width: 100%;
  z-index: 100;
}

#scrollmenu2 {
  width: 100%;
  background: #000000;
  opacity: 0.7;
  margin: 0 auto;
  height: 360px;
  position: absolute;
  top: 0;
  text-align: left;
  z-index: 1000;
  display: none;
  min-width: 1200px;
}

#scrollmenu2 .menuBox {
  width: 1120px;
  margin: 0 auto;
}

#scrollmenu2 .menu {
  position: relative;
  top: 0;
}

#scrollmenu2 .menu .subMenu {
  position: absolute;
  cursor: pointer;
  letter-spacing: -1px;
  width: 160px;
  height: 300px;
  margin-top: 10px;
  border-right: 1px solid #4a4a4a;
  text-align: center;
}

#scrollmenu2 .menu .subMenu.ul1 {
  left: 0;
}

#scrollmenu2 .menu .subMenu.ul2 {
  left: 160px;
}

#scrollmenu2 .menu .subMenu.ul3 {
  left: 320px;
}

#scrollmenu2 .menu .subMenu.ul4 {
  left: 480px;
}

#scrollmenu2 .menu .subMenu.ul5 {
  left: 640px;
}

#scrollmenu2 .menu .subMenu.ul6 {
  left: 800px;
}

#scrollmenu2 .menu .subMenu.ul7 {
  left: 960px;
  border-right: 0;
}

#scrollmenu2 .menu .subMenu li a {
  display: block;
  color: #fff;
  padding: 13px 0;
}

#scrollmenu2 .menu .subMenu li a:hover {
  color: #8ec055;
  font-weight: bold;
}



/* main scrollmenu
#scrollmenuwrap{position:relative;width:100%;z-index:100;}
#scrollmenu {width:100%;margin:0 auto;height:500px;background:#000;opacity:0.8;position:absolute;top:0;text-align:left;z-index: 1000;display:none;min-width:1280px;}

#scrollmenu .scrollLogo{width:105px;margin:20px auto 10px;}
#scrollmenu .scrollLogo > a{display:block;}

#scrollmenu .menu {position:relative;margin:10px auto 0;width:1120px;top:0;}
#scrollmenu .menu .title{position:absolute;cursor:pointer;}
#scrollmenu .menu .title.tt1 {left: 0;}
#scrollmenu .menu .title.tt2 {left: 160px;}
#scrollmenu .menu .title.tt3 {left: 320px;}
#scrollmenu .menu .title.tt4 {left: 480px;}
#scrollmenu .menu .title.tt5 {left: 640px;}
#scrollmenu .menu .title.tt6 {left: 800px;}
#scrollmenu .menu .title.tt7 {left: 960px;}

#scrollmenu .menu .title > a{width:160px;padding:19px 0;text-align:center;font-size:18px;font-family:'NanumBarunGothic';display:block;color:#8ec055;}

#scrollmenu .menu .subMenu {position:absolute;cursor:pointer;letter-spacing:-1px;width:160px;height:300px;margin-top:60px;border-right:1px solid #4a4a4a;text-align:center;}
#scrollmenu .menu .subMenu.ul1 {left: 0;}
#scrollmenu .menu .subMenu.ul2 {left: 160px;}
#scrollmenu .menu .subMenu.ul3 {left: 320px;}
#scrollmenu .menu .subMenu.ul4 {left: 480px;}
#scrollmenu .menu .subMenu.ul5 {left: 640px;}
#scrollmenu .menu .subMenu.ul6 {left: 800px;}
#scrollmenu .menu .subMenu.ul7 {left: 960px;border-right:0;}

#scrollmenu .menu .subMenu li a {display:block;color:#fff;padding:13px 0;}
#scrollmenu .menu .subMenu li a:hover {color:#8ec055;font-weight:bold;} */

#wrap .mainCont {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 99;
  right: 50%;
  transform: translateX(50%);
}

#wrap .mainCont .leftTxtBox {
  float: left;
  width: 600px;
  margin-top: 370px;
}

#wrap .mainCont .leftTxtBox .leftTxt {
  display: block;
}

#wrap .mainCont .rightCalBox {
  float: left;
  width: 600px;
  padding: 270px 0 0 120px;
  position: relative;
  z-index: 80;
}

#wrap .mainCont .rightCalBox .rightCal {
  position: absolute;
  background: #fff;
  opacity: 0.3;
  width: 480px;
  height: 500px;
}

#wrap .mainCont .rightCalBox .calBox {
  width: 480px;
  height: 500px;
  padding-top: 30px;
  position: relative;
}

#wrap .mainCont .rightCalBox .calBox .monthChoice {
  width: 250px;
  overflow: hidden;
  margin: 0 auto;
}

#wrap .mainCont .rightCalBox .calBox .monthChoice>li.title {
  font-size: 16px;
  color: #393939;
  text-align: center;
  font-family: Noto Sans Kr;
}

#wrap .mainCont .rightCalBox .calBox .monthChoice>li.title.tt2 {
  font-size: 18px;
  margin-bottom: 15px;
  height: 25px;
  line-height: 25px;
}

#wrap  .mainCont .rightCalBox .calBox .monthChoice>li.monthBtnBox {
  width: 170px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
}

#wrap .mainCont .rightCalBox .calBox .monthChoice>li.monthBtnBox .monthBtn {
  float: left;
  font-size: 20px;
  color: #292929;
}

#wrap .mainCont .rightCalBox .calBox .monthChoice>li.monthBtnBox .month {
  float: left;
  color: #292929;
  font-weight: bold;
  width: 120px;
  font-size: 40px;
  text-align: center;
}

#wrap .mainCont .rightCalBox .calBox .monthChoice>li.today {
  width: 45px;
  height: 23px;
  line-height: 23px;
  border-radius: 15px;
  margin: 10px auto;
  font-size: 13px;
  background: #3c3c3c;
  color: #fff;
  text-align: center;
}

#wrap .mainCont .rightCalBox .calBox .mainCalendar {
  text-align: center;
  width: 450px;
  height: 292px;
  margin: 0 auto;
}

#wrap .mainCont .rightCalBox .calBox .mainCalendar th {
  font-size: 15px;
  color: #1f1f1f;
  font-weight: bold;
  padding: 10px 0;
}

#wrap .mainCont .rightCalBox .calBox .mainCalendar td {
  width: 60px;
  height: 43px;
  font-size: 19px;
  color: #d3d3d3;
  font-family: 'NanumBarunGothic';
  font-weight: 500;
  letter-spacing: -1px;
  cursor: pointer
}

#wrap .mainCont .rightCalBox .calBox .mainCalendar td a {
  height: 44px
}

#wrap .mainCont .rightCalBox .calBox .mainCalendar .possible.sun {
  color: #89060a;
}

#wrap .mainCont .rightCalBox .calBox .mainCalendar .possible.sat {
  color: #004797;
}

#wrap .mainCont .rightCalBox .calBox .mainCalendar td.today {
  font-size: 19px;
  width: 43px;
  height: 43px;
  line-height: 47px;
  font-weight: 600;
  color: #fff;
  background: #3c3c3c;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}

#wrap .mainCont .rightCalBox .calBox .mainCalendar .on {
  color: #fff;
  background: #199dd4;
  border-radius: 9px
}

#wrap .mainCont .rightCalBox .calBox .mainCalendar .possible {
  color: #292929;
}

#wrap .mainCont .rightCalBox .calBox .mainCalendar .impossible {
  color: #e2e2e2;
}

#wrap  .mainSlideBox {
  width: 1200px;
  margin: 150px auto 0;
  position: absolute;
  bottom: 0;
}

#wrap  .mainSlideBox .leftSlide {
  display: inline-block;
  width: 585px;
  height: 230px;
  margin-right: 20px;
}

/* slide
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  -webkit-transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  width: 100%;
  bottom: -30px;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  padding-top: 15px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  border: 1px solid #d7d7d7;
  text-indent: -9999px;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  outline: 0;
  border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #9acd66;
  border: 1px solid #9acd66;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-controls-direction a.disabled {}

.bx-controls-direction {
  margin-top: 110px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  outline: 0;
  width: 28px;
  height: 49px;
  text-indent: -9999px;
  z-index: 70;
}

.bx-wrapper .bx-prev {
  left: 0;
  background: url(../images/controls_arwL.png) no-repeat;
}

.bx-wrapper .bx-next {
  right: 0;
  background: url(../images/controls_arwR.png) no-repeat;
}

#mainWrap .mainSlideBox .rightSlide {
  display: inline-block;
  width: 585px;
  height: 200px;
}


/* firstCont */
.firstCont {
  width: 100%;
  height: 720px;
  padding-top: 120px;
  position: relative;
}

.firstCont .titleBox {
  width: 1200px;
  margin: 0 auto;
}

.firstCont .titleBox .midTitle {
  font-size: 50px;
  font-family: 'Noto Sans Kr';
  color: #000000;
  text-align: center;
}

.firstCont .titleBox .midTitle span.mini {
  display: block;
  font-size: 19px;
  color: #7c7c7c;
  margin-top: 15px;
}

.firstCont .mainLinkBox {
  width: 100%;
  height: 280px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.firstCont .mainLinkBox::after {
  content: "";
  width: 100%;
  z-index: -1;
  height: 1px;
  background: #c2c2c2;
  position: absolute;
  top: 50%;
  transform: translateY(45px);
}

.firstCont .mainLinkBox>ul {
  width: 145px;
  margin-right: 50px;
}

.firstCont .mainLinkBox>ul:last-child {
  margin-right: 0;
}

.firstCont .mainLinkBox>ul>li.btnBg {
  background: url('../images/main/mainLinkIcon01.png')no-repeat center;
  width: 145px;
  height: 145px;
  border-radius: 50%;
}

.firstCont .mainLinkBox>ul>li.btnBg.btn2 {
  background: url('../images/main/mainLinkIcon02.png')no-repeat center;
  width: 145px;
  height: 145px;
  border-radius: 50%;
}

.firstCont .mainLinkBox>ul>li.btnBg.btn3 {
  background: url('../images/main/mainLinkIcon03.png')no-repeat center;
  width: 145px;
  height: 145px;
  border-radius: 50%;
}

.firstCont .mainLinkBox>ul>li.btnBg.btn4 {
  background: url('../images/main/mainLinkIcon04.png')no-repeat center;
  width: 145px;
  height: 145px;
  border-radius: 50%;
}

.firstCont .mainLinkBox>ul>li.btnBg.btn5 {
  background: url('../images/main/mainLinkIcon05.png')no-repeat center;
  width: 145px;
  height: 145px;
  border-radius: 50%;
}

.firstCont .mainLinkBox>ul>li.btnBg.btn6 {
  background: url('../images/main/mainLinkIcon06.png')no-repeat center;
  width: 145px;
  height: 145px;
  border-radius: 50%;
}

.firstCont .mainLinkBox>ul>li.btnBg>a {
  display: block;
  width: 145px;
  height: 145px;
}

.firstCont .mainLinkBox>ul>li.btnBg:hover {
  background: url('../images/main/mainLinkIcon_on01.png')no-repeat center;
  width: 145px;
  height: 145px;
  box-shadow: 1px 1px 7px #e1e1e1;
  border-radius: 50%;
  cursor: pointer;
}

.firstCont .mainLinkBox>ul>li.btnBg.btn2:hover {
  background: url('../images/main/mainLinkIcon_on02.png')no-repeat center;
  width: 145px;
  height: 145px;
  box-shadow: 1px 1px 7px #e1e1e1;
  border-radius: 50%;
  cursor: pointer;
}

.firstCont .mainLinkBox>ul>li.btnBg.btn3:hover {
  background: url('../images/main/mainLinkIcon_on03.png')no-repeat center;
  width: 145px;
  height: 145px;
  box-shadow: 1px 1px 7px #e1e1e1;
  border-radius: 50%;
  cursor: pointer;
}

.firstCont .mainLinkBox>ul>li.btnBg.btn4:hover {
  background: url('../images/main/mainLinkIcon_on04.png')no-repeat center;
  width: 145px;
  height: 145px;
  box-shadow: 1px 1px 7px #e1e1e1;
  border-radius: 50%;
  cursor: pointer;
}

.firstCont .mainLinkBox>ul>li.btnBg.btn5:hover {
  background: url('../images/main/mainLinkIcon_on05.png')no-repeat center;
  width: 145px;
  height: 145px;
  box-shadow: 1px 1px 7px #e1e1e1;
  border-radius: 50%;
  cursor: pointer;
}

.firstCont .mainLinkBox>ul>li.btnBg.btn6:hover {
  background: url('../images/main/mainLinkIcon_on06.png')no-repeat center;
  width: 145px;
  height: 145px;
  box-shadow: 1px 1px 7px #e1e1e1;
  border-radius: 50%;
  cursor: pointer;
}

.firstCont .mainLinkBox>ul>li.linkTitle {
  /*display:none;*/
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
  font-family: 'Noto Sans Kr';
  color: #b2b2b2;
}

.firstCont .titleBox.top {
  margin-top: 70px;
}


.firstCont .mainLinkBox>ul>li.btnBg:hover~.firstCont .mainLinkBox>ul>li.linkTitle {
  color: #000;
}

/* secondCont */
.secondCont {
  height: 530px;
  margin: 30px auto 0;
  position: relative;
}

.secondCont .secondSlide {
  width: 100%;
  height: 100%;
}

.secondCont .second-slider {
  font-size: 13px;
  line-height: 20px;
  color: #000;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.secondSlide-img {
  width: 70%;
  height: 100%;
}

.secondSlide-img img {
  height: 100%;
  object-fit: cover;
}

.secondCont .secondSlide-txt {
  width: 650px;
  height: 100%;
  position: absolute;
  background: #fff;
  right: 0;
  padding: 50px 0 0 50px;
  text-align: left;
}

.secondSlide-txt .big {
  font-size: 50px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}

.secondSlide-txt .p-small {
  font-size: 14px;
  color: #a8a8a8;
  font-weight: 300;
}

.secondSlide-txt .p-mid {
  font-size: 16px;
  color: #000;
  white-space: pre-line;
  line-height: 27px;
}

.secondSlide-txt a {
  display: block;
  background: url(/images/main/icon_main_more.svg)no-repeat;
  width: 70px;
  height: 33px;
  filter: brightness(0);
  margin-top: 80px;
  opacity: 0.3;
}

.secondSlide-txt a:hover {
  opacity: 0.8;
}

.second-slider-wrap {
  height: 100%;
}

.swiper-button-next.slider3-next {
  width: 50px;
  height: 50px;
  background: #9acd66;
  position: absolute;
  right: 0;
  left: unset;
  bottom: 0;
  top: unset;
}

.swiper-button-next.slider3-next::after {
  content: "▶";
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper-button-prev.slider3-prev {
  width: 50px;
  height: 50px;
  background: #a8a8a8;
  position: absolute;
  right: 50px;
  left: unset;
  top: unset;
  bottom: 0;
}

.swiper-button-prev.slider3-prev::after {
  content: "◀";
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper-button-prev.slider3-prev {
  color: #a8a8a8;
}

.swiper-button-next.slider3-next {
  color: #9acd66;
}

/* thirdCont */
.thirdCont {
  background: #f5f5f5;
  width: 100%;
  height: 700px;
}

.thirdCont .titleTxt {
  font-size: 38px;
  width: 300px;
  font-weight: 600;
  margin: 0 auto;
  padding: 100px 0 50px;
  text-align: center;
}

.thirdCont .infoListBox {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.thirdCont .infoListBox .noticeBox {
  width: 1200px;
  height: 140px;
  padding: 40px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 15px;
  box-shadow: 0px 2px 2px #e1e1e1;
}

.thirdCont .infoListBox .noticeBox .notice {
  width: 1020px;
  float: left;
}

.thirdCont .infoListBox .noticeBox .notice .title {
  padding-right: 10px;
  margin-bottom: 15px;
}

.thirdCont .infoListBox .noticeBox .notice .title>a {
  font-size: 24px;
  font-weight: 600;
  color: #030303;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
}

.thirdCont .infoListBox .noticeBox .notice .date {
  font-size: 12px;
}

.thirdCont .infoListBox .noticeBox .noticeMore {
  width: 100px;
  float: left;
}

.thirdCont .infoListBox .noticeBox .noticeMore a.list {
  font-size: 15px;
  margin-top: 20px;
  line-height: 23px;
  color: #000000;
  overflow: hidden;
  display: block;
}

.thirdCont .infoListBox .noticeBox .noticeMore a.list>img {
  float: right;
}

.thirdCont .infoListBox .infoList {
  width: 595px;
  margin-right: 10px;
  float: left;
}

.thirdCont .infoListBox .infoList .infoBox {
  width: 595px;
  height: 140px;
  padding: 0 40px;
  box-shadow: 0px 2px 2px #e1e1e1;
  background: #fff;
  margin-bottom: 15px;
  overflow: hidden;
}

.thirdCont .infoListBox .infoList .infoBox .title {
  float: left;
  width: 200px;
  height: 140px;
  line-height: 140px;
  font-size: 24px;
  font-weight: 600;
  color: #030303;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
}

.thirdCont .infoListBox .infoList .infoBox .text {
  float: right;
  font-size: 17px;
  padding: 45px 0;
  line-height: 25px;
  text-align: right;
  color: #666666;
}

.thirdCont .infoListBox .infoList .infoBox .text.txt1 {
  padding: 43px 0;
  font-weight: bold;
  font-size: 20px;
  color: #030303;
}

.thirdCont .infoListBox .infoList .infoBox .text.txt2 {
  padding: 57px 0;
}

.thirdCont .infoListBox .infoList .infoBox .text .miniTxt {
  display: block;
  margin-top: 7px;
}

.thirdCont .infoListBox .infoList.map {
  margin-right: 0;
}

.thirdCont .infoListBox .map {
  width: 590px;
  height: 250px;
}


/*---------------- footer ----------------*/
#mainFooterWrap {
  width: 100%;
  clear: both;
}

#mainFooterWrap .termsBox {
  width: 100%;
  height: 50px;
  background: #45454f;
  overflow: hidden;
}

#mainFooterWrap .termsBox .terms {
  /*width:1200px;margin:0 auto;*/
  text-align: right;
  margin-right: 30px;
}

#mainFooterWrap .termsBox .terms .termsLink {
  display: inline-block;
  color: #8d8d92;
  font-size: 12px;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
}

#mainFooterWrap .termsBox .terms span {
  color: #8d8d92;
}

#mainFooterWrap .footerBox {
  width: 100%;
  height: 250px;
  background: #45454f;
  position: relative;
}

#mainFooterWrap .footerBox .footer {
  width: 1200px;
  margin: 0 auto;
  /*padding:28px 0;*/
}

#mainFooterWrap .footerBox .footer .footerLogo {
  width: 175px;
  margin: 0 auto 20px;
  display: block;
}

#mainFooterWrap .footerBox .footer .infoBox {
  width: 700px;
  line-height: 25px;
  margin: 10px auto 0;
}

#mainFooterWrap .footerBox .footer .infoBox p {
  font-size: 12px;
  line-height: 22px;
  color: #8d8d92;
  text-align: center;
}

#mainFooterWrap .footerBox .footer .infoBox p:nth-child(2) {
  margin-top: 5px;
}

/*.main_popup*/
.main_popup a {
  color: #fff;
  display: inline-block;
}

.pull-right {
  float: right;
}

.popup_bottom {
  overflow: hidden;
  background-color: #6d6d6d;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  margin-top: -5px;
}