
/*banner*/
.main_banner {
  width: 100%;
  display: block;
}

.main_banner .visual_slide_item {
  position: relative;
  height: 800px;
  background-repeat: no-repeat;
  background-image: url(../img/main/main_banner_1.jpg);
  background-size: cover;
  background-position: center;
}

.main_banner .visual_slide_item2 {
  background-image: url(../img/main/main_banner_2.jpg);
}

.main_banner .swiper-button-prev,
.main_banner .swiper-button-next {
  margin-top: 0;
  width: 130px;
  height: 80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 84px auto;
  outline: 0;
  background-position: center;
}

.main_banner .swiper-container-horizontal > .swiper-pagination-bullets,
.main_banner .swiper-pagination-custom,
.main_banner .swiper-pagination-fraction {
  bottom: 80px;
}

.main_banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.main_banner .swiper-pagination-bullet {
  border-radius: 0;
  width: 50px;
  height: 5px;
  background: rgba(255, 255, 255, 0.55);
  border-color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

.main_banner .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.95);
}

.main_banner .banner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.main_banner .banner_content h2.title {
  color: #fff;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: -1px;
  font-weight: 700;
}

.main_banner .banner_content .desc {
  margin: 20px 0 0;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 100;
  word-break: keep-all;
}

.main_banner .banner_content .view_more {
  -webkit-transition: .3s;
  transition: .3s;
  background: #fff;
  margin: 32px 0 0;
  position: relative;
  width: 180px;
  height: 50px;
}

.main_banner .banner_content .view_more a {
  width: 100%;
  line-height: 50px;
  color: #444;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.main_banner .banner_content .view_more:hover {
  background: #2185d0;
}

.main_banner .banner_content .view_more:hover a {
  color: #fff;
}

/*section1 S*/
.section1 .left_con {
  width: 30%;
  float: left;
}

.section1 .left_con > img {
  width: 100%;
}

.section1 .right_con {
  float: left;
  width: 40%;
  padding-right: 40px;
}

.section1 .right_title > h5 {
  font-size: 18px;
  color: #2185d0;
  line-height: 24px;
  padding: 15px 0;
}

.section1 .right_title > p {
  font-size: 36px;
  color: #333;
  line-height: 40px;
}

.section1 .right_text > p {
  font-size: 16px;
  color: #656565;
  line-height: 25px;
  padding: 30px 0 20px;
  letter-spacing: -0.2px;
}

.section1 .right_btn {
  width: 180px;
  height: 45px;
  margin: 30px 0;
  background: #2185d0;
  padding: 10px 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #2185d0;
}

.section1 .right_btn:hover {
  border: 1px solid #2185d0;
  background: #fff;
}

.section1 .right_btn:hover a {
  color: #2185d0;
}

.section1 .right_btn a {
  width: 100%;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}

.section1 .left_list {
  float: left;
  width: 30%;
  padding-left: 40px;
  padding-top: 5px;
}

.section1 .left_list .left_list_tit {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.section1 .left_list li {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}

.section1 .left_list li:last-child {
  border-bottom: 0;
}

.section1 .left_list li span {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #656565;
}

/*section1 E*/
@media screen and (max-width: 1024px) {
  .section1 .right_title > p {
    font-size: 30px;
  }
  .section1 .right_con {
    width: 100%;
    padding: 0;
  }
  .section1 .left_con {
    width: 45%;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .section1 .left_list {
    width: 55%;
    padding-left: 20px;
    padding-top: 0;
  }
  .section1 .right_btn {
    margin: 20px 0;
  }
  .section1 .left_list li {
    padding: 16px 0;
  }
}

@media screen and (max-width: 610px) {
  .section1 .left_con {
    width: 100%;
    float: none;
  }
  .section1 .left_list {
    width: 100%;
    padding: 20px 0 0;
  }
  .section1 .left_list .left_list_tit {
    margin-bottom: 8px;
    font-size: 16px;
  }
}

/*  */
.sec1_list {
  margin-left: -10px;
  margin-right: -10px;
}

.sec1_item {
  float: left;
  width: 33.333%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sec1_box {
  position: relative;
  overflow: hidden;
}

.sec1_hover {
  position: absolute;
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.64);
  color: #fff;
}

.sec1_con_tit {
  font-size: 24px;
}

.sec1_img img {
  width: 100%;
}

.sec1_con_info {
  padding: 25px 0;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 300;
  color: #ccc;
}

.sec1_view {
  font-size: 24px;
  color: #ccc;
}

@media screen and (max-width: 768px) {
  /* section1 */
  .sec1_list {
    margin: 0;
  }
  .sec1_item {
    float: none;
    width: 100%;
    max-width: 360px;
    padding: 0;
    margin: 0 auto 10px;
  }
  .sec1_hover {
    top: 0;
    left: 0;
  }
  .sec1_con_tit {
    font-size: 18px;
  }
  .sec1_con_info {
    font-size: 14px;
  }
}

/* 최신글 */
.section_bg {
  background-color: #fbfbfb;
  position: relative;
}

.section_bg2 {
  background-color: #f1f1f1;
  position: relative;
}

.main-board-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  height: 100%;
  margin: 0 -5px;
}

.main-board-content .lat li .new_icon {
  display: none;
}

.main-list-board {
  width: 40%;
  padding: 0 5px;
}

.main-list-board .lat .lat_title {
  display: none;
}

.main-board-content .latest-wrap {
  background: #fff;
  height: 100%;
}

.main-board-content .latest-wrap .lt-wrap {
  width: 100%;
}

.main-board-content .latest-wrap .tabs {
  border-bottom: 1px solid #d9d9d9;
  font-size: 12px;
}

.main-board-content .latest-wrap .tabs a:hover {
  color: #000;
}

.main-board-content .latest-wrap .tabs a {
  position: relative;
  float: left;
  display: block;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  text-align: center;
  color: #aaa;
  line-height: 45px;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
}

.main-board-content .latest-wrap .tabs a.active {
  color: #141414;
}

.main-board-content .latest-wrap .tabs a.active::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #141414;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.main-board-content .latest-wrap .lt {
  position: relative;
  float: left;
  margin-bottom: 20px;
  padding-bottom: 10px;
  width: 100%;
  height: 100%;
  border-bottom: 0;
}

.main-board-content .latest-wrap .lt a {
  color: #333;
}

.main-board-content .latest-wrap .lt img {
  display: inline;
}

.board_tab_con {
  display: none;
}

.board_tab_con.on {
  display: block;
  height: 100%;
  overflow: hidden;
}

.board_tab_con .lat {
  margin-bottom: 0;
  border: 0;
  background: transparent;
}

.board_tab_con .lat ul {
  padding: 32px 10px;
}

.board_tab_con .lat li {
  padding-right: 96px;
}

.board_tab_con .lat .lt_cmt {
  display: none;
}

.board_tab_con .lat li + li {
  margin-top: 12px;
}

.board_tab_con .lat .lt_date {
  font-size: 14px;
  letter-spacing: -0.4px;
}

.board_tab_con .lat li:before {
  display: none;
}

.board_tab_con .lat li a {
  font-size: 15px;
  word-break: keep-all;
  overflow: hidden;
  white-space: normal;
  letter-spacing: -0.4px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-height: 16px;
  max-height: 16px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.board_tab_con .lat li a:hover {
  color: #000;
  font-weight: 700;
}

.main-gallery-board .pic_lt .lat_title a {
  display: block;
  text-align: center;
  color: #141414;
  font-size: 14px;
  font-weight: bold;
}

.main-gallery-board .pic_lt .lat_title a::after {
  display: none;
}

.main-gallery-board {
  width: 60%;
  padding: 0 5px;
}

.main-gallery-board .pic_lt {
  border: 0;
}

.main-gallery-board .pic_lt ul {
  margin: 0 -4px;
  padding: 20px 15px 10px;
}

.main-gallery-board .pic_lt li {
  width: 25%;
  padding: 0px 4px;
}

.main-gallery-board .pic_lt li a.lt_tit {
  overflow: hidden;
  white-space: normal;
  letter-spacing: -0.4px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-size: 14px;
  max-height: 32px;
  line-height: 16px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.main-gallery-board .pic_lt li .new_icon {
  display: none;
}

.gallery-list {
  width: 100%;
  height: 100%;
  background: #fff;
}

.gallery-list .pic_lt .lat_title {
  background-color: #fff;
}

.gallery-list .pic_lt .lt_date {
  font-size: 14px;
  letter-spacing: -0.4px;
  line-height: 16px;
}

.gallery-list .pic_lt li .lt_img {
  margin: 0 0 8px;
}

@media screen and (max-width: 980px) {
  .main-list-board {
    width: 100%;
  }
  .main-gallery-board {
    width: 100%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .main-gallery-board .pic_lt li {
    width: 50%;
    margin-bottom: 8px;
  }
  .board_tab_con .lat li {
    padding-left: 0;
  }
}

/*section1*/
.main_wrap .sect1_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.main_wrap .sect1_con::after {
  content: '';
  display: block;
  clear: both;
}

.main_wrap .sect1_con li {
  width: 16.4%;
  padding: 0 5px 20px 5px;
}

.main_wrap .sect1 .s1icon {
  width: 75px;
  height: 75px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.main_wrap .sect1 .s1i1 {
  background-image: url("../img/main/main-icon1.png");
}

.main_wrap .sect1 .s1i2 {
  background-image: url("../img/main/main-icon2.png");
}

.main_wrap .sect1 .s1i3 {
  background-image: url("../img/main/main-icon3.png");
}

.main_wrap .sect1 .s1i4 {
  background-image: url("../img/main/main-icon4.png");
}

.main_wrap .sect1 .s1i5 {
  background-image: url("../img/main/main-icon5.png");
}

.main_wrap .sect1 .s1i6 {
  background-image: url("../img/main/main-icon6.png");
}

.main_wrap .sect1 .s1i7 {
  background-image: url("../img/main/main-icon7.png");
}

.main_wrap .sect1 .s1i8 {
  background-image: url("../img/main/main-icon8.png");
}

.main_wrap .sect1 .s1i9 {
  background-image: url("../img/main/main-icon9.png");
}

.main_wrap .sect1 .s1i10 {
  background-image: url("../img/main/main-icon10.png");
}

.main_wrap .sect1 .s1i11 {
  background-image: url("../img/main/main-icon11.png");
}

.main_wrap .sect1 .s1i12 {
  background-image: url("../img/main/main-icon4.png");
}



.main_wrap .sect1 .s1tbox {
  text-align: center;
}

.main_wrap .sect1 .s1tbox p {
  padding: 10px 0;
  font-size: 18px;
  line-height: 34px;
  color: #333;
}

.main_wrap .sect1 .s1tbox span {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  display: block;
  margin-bottom: 20px;
}

/*section1 */
/*section3 */
/*section3 */
/*section4 */
.main_wrap .section_wrap.section-gallery {
  padding-bottom: 0;
  padding-top: 0;
}

.main_wrap .sect4 .latest_wr .pic_lt {
  border: none;
  margin: 0;
}

.main_wrap .sect4 .latest_wr .lat_title {
  display: none;
}

.main_wrap .sect4 .latest_wr .pic_lt ul {
  padding: 0;
}

.main_wrap .sect4 .latest_wr .lt_more {
  display: none;
}

.main_wrap .sect4 .latest_wr .pic_lt li {
  padding: 0;
  width: 25%;
  position: relative;
  overflow: hidden;
}

.main_wrap .sect4 .latest_wr .pic_lt li .lt_img {
  margin: 0;
}

.main_wrap .sect4 .latest_wr .pic_lt li .new_icon {
  display: none;
}

.main_wrap .sect4 .latest_wr .pic_lt .lt_date {
  display: none;
}

.view_large {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  padding: 12px;
  z-index: 10;
  -webkit-transition: .3s;
  transition: .3s;
}

.view_large .view_con {
  width: 100%;
  height: 100%;
  display: table;
}

.view_large .la_text {
  padding: 20px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: table-cell;
  vertical-align: middle;
}

.view_large .la_text img {
  display: none;
}

.view_large .la_text .lat_title_txt {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
  margin-bottom: 10px;
}

.view_large .la_text .lat_con_txt {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #b7b7b7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 66px;
}

.main_wrap .sect4 .latest_wr .pic_lt li:hover .view_large {
  bottom: 0;
}

/*section4 */
@media screen and (max-width: 1199px) {
  .main_wrap .sect1 .s1tbox span {
    word-break: keep-all;
  }
  .main_wrap .sect1 .s1tbox span br {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .main_banner .banner_content .desc {
    word-break: keep-all;
    font-size: 20px;
  }
  .main_banner .banner_content .desc br {
    display: none;
  }
  .main_banner .banner_content h2.title {
    font-size: 40px;
  }
  .main_banner .visual_slide_item {
    height: 680px;
  }
  .main_wrap .sect1 .s1tbox p {
    font-size: 15px;
  }
  .main_wrap .sect3_tbox p {
    word-break: keep-all;
  }
  .main_wrap .sect3_tbox p br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .main_banner .banner_content h2.title {
    font-size: 55px;
    line-height: 55px;
  }
  .main_banner .banner_content .desc {
    font-size: 18px;
    line-height: 23px;
  }
  .main_banner .banner_content .view_more {
    width: 170px;
    height: 45px;
  }
  .main_banner .banner_content .view_more a {
    line-height: 45px;
  }
  .main_wrap .sect2_box .sect2_img .bg_img {
    height: 550px;
  }
  .main_wrap .sect2_box .sect2_img {
    background: #f9f9f9;
  }
  .main_wrap .sect1 .s1icon {
    width: 65px;
    height: 65px;
  }
  .main_wrap .sect1_con li {
    padding: 10px 10px 20px;
    width: 50%;
  }
  .main_wrap .sect1_con li:nth-child(2n) {
    border-left: 1px solid #ddd;
  }
  .main_wrap .sect1_con li:nth-child(1),
  .main_wrap .sect1_con li:nth-child(2),
  .main_wrap .sect1_con li:nth-child(3),
  .main_wrap .sect1_con li:nth-child(4),
  .main_wrap .sect1_con li:nth-child(5),
  .main_wrap .sect1_con li:nth-child(6),
  .main_wrap .sect1_con li:nth-child(7),
  .main_wrap .sect1_con li:nth-child(8),
  .main_wrap .sect1_con li:nth-child(9),
  .main_wrap .sect1_con li:nth-child(10),
  .main_wrap .sect1_con li:nth-child(11),
  .main_wrap .sect1_con li:nth-child(12){
    border-bottom: 1px solid #ddd;
  }
  .main_wrap .sect1 .s1tbox span {
    font-size: 13px;
    line-height: 18px;
  }
  .main_wrap .sect4 .latest_wr .pic_lt li .view_large {
    bottom: 0;
  }
  .view_large .la_text .lat_con_txt {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .main_banner .visual_slide_item {
    height: 590px;
  }
  .main_wrap .sect4 .latest_wr .pic_lt li {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .main_banner .banner_content h2.title {
    font-size: 30px;
    line-height: 50px;
  }
  .main_banner .banner_content .desc {
    font-size: 14px;
    line-height: 22px;
  }
  .main_banner .banner_content .view_more {
    width: 160px;
    height: 40px;
  }
  .main_banner .banner_content .view_more a {
    font-size: 14px;
    line-height: 43px;
  }
  .main_banner .swiper-pagination-bullet {
    width: 40px;
  }
  .main_wrap .sect1 .s1tbox p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: -0.2px;
  }
  .main_wrap .sect3_tbox p {
    font-size: 16px;
  }
  .main_wrap .sect3_tbox .sect3_p {
    font-size: 13px;
  }
  .main_banner .visual_slide_item {
    height: 540px;
  }
}

@media screen and (min-width: 1600px) {
  .main_wrap .sect4 .latest_wr .pic_lt li {
    width: 12.5%;
  }
}

