  .index_jiahn_wrap {
    padding-top:30px;
    padding-bottom:30px;
  }
  .index_jiahn_wrap .main_list_latest {
    margin-bottom:20px;
  }
  .jiahn_top20 {
    padding-top:20px;
  }
  .main_sec3 .pic_lt .swiper-button-prev:after {
    left: 8%;
    background-image: url(../img/main/banner_left_btn.png);
  }
  
  .main_sec3 .pic_lt .swiper-button-next:after {
    right: 8%;
    background-image: url(../img/main/banner_right_btn.png);
  }
  
  /*index.css*/
  /*main visual S*/
  .main_visual {
    position: relative;
  }
  
  .main_visual .swiper-button-next:after,
  .main_visual .swiper-button-prev:after {
    display: none;
  }
  
  .main_visual_wrap .main_visual_slide .swiper-slide.slide-img {
    background-repeat: no-repeat;
    background-position: center center;
    height: 550px;
    background-size: cover;
  }
  
  .main_visual_wrap .main_visual_slide .swiper-slide::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
  
  .main_visual_wrap .main_visual_slide .swiper-slide.slide-img1 {
    background-image: url(/homeimg/mban_01.jpg);
  }
  
  .main_visual_wrap .main_visual_slide .swiper-slide.slide-img2 {
    background-image: url(/homeimg/mban_02.jpg);
  }
  
  .main_visual_wrap .main_visual_slide .swiper-slide.slide-img3 {
    background-image: url(/homeimg/mban_03.jpg);
  }
  
  .main_visual_wrap .inner {
    height: 100%;
  }
  
  .slide-content {
    text-align: center;/****************Ãß°¡*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  
  .slide-content h2 {
    font-size: 60px;
    line-height: 85px;
    color: #fff;
  }
  
  .slide-content p {
    padding-top: 12px;
    text-align: center;/***************left->center*/
    font-size: 20px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.8);
  }
  
  .main-slide-more {
    margin:0 auto;/****************Ãß°¡*/
    margin-top: 20px;
    width: 180px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 20px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.1);
  }
  
  .main_visual_wrap .main_visual_slide .swiper-container-horizontal > .swiper-pagination-bullets,
  .main_visual_wrap .main_visual_slide .swiper-pagination-custom,
  .main_visual_wrap .main_visual_slide .swiper-pagination-fraction {
    bottom: 5%;
  }
  
  .main_visual_wrap .main_visual_slide .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0.9) !important;
    width: 40px !important;
    border-radius: 0;
  }
  
  .main_visual_wrap .main_visual_slide .swiper-button-next {
    background-image: none;

  }
  
  .main_visual_wrap .main_visual_slide .swiper-button-prev {
    background-image: none;
   
  }
  
  .main_visual_wrap .main_visual_slide .swiper-button-next,
  .main_visual_wrap .main_visual_slide .swiper-button-prev {
    width: 60px;
    height: 60px;
  }
  
  .main_visual_wrap .swiper-button-next:after,
  .main_visual_wrap .swiper-button-prev:after {
    display: none;
  }
  
  .main_visual_wrap .main_visual_slide .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.55);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .main_visual_wrap .main_visual_slide .swiper-button-next img {
    width: 100%;
  }
  
  .main_visual_wrap .main_visual_slide .swiper-button-prev img {
    width: 100%;
  }
  
  /*main visual E*/

  .section_wrap .section .sect_tbox .tit_line {
    width: 50px;
    height: 2px;
    background: #d71812;
    margin: 15px 0;
  }
  
  .section_wrap .section .sect_tbox h6 {
    font-size: 18px;
    color: #787878;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 6px;
  }
  
  .section_wrap .section .sect_tbox h5 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
  }
  
  .section_wrap .section .sect_tbox h5 span {
    font-weight: bold;
  }
  
  .section_wrap .section .sect_tbox p {
    font-size: 16px;
    color: #666;
    line-height: 25px;
    margin-top: 45px;
    margin-bottom: 15px;
  }
  
  .main_section.main_sec0 {
    padding: 40px 0;
  }
  
  .sec1_box_list {
    padding: 20px 0;
  }
  
  .sec1_box_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    border: 1px solid #ddd;
  }
  
  .sec1_box_list ul li:nth-child(2n) {
    background-color: #f4f7f9;
  }
  
  .sec1_box_list ul li + li {
    border-left: 1px solid #ddd;
  }
  
  .sec1_box_list .sec0_box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  
  .sec1_box_list .sec0_box .sec0_link {
    padding: 20px;
  }
  
  .sec1_box_list .sec0_box .sec0_box_icon {
    display: block;
    margin: 0 auto 16px;
    width: 64px;
  }
  
  .sec1_box_list .sec0_box .sec0_box_icon_qr {
    display: block;
    margin: 0 auto 16px;
    width: 120px;
  }

  .sec1_box_list .sec0_box .sec0_box_icon img {
    width: 100%;
  }

    .sec1_box_list .sec0_box .sec0_box_icon_qr img {
    width: 100%;
  }
  
  .sec1_box_list .sec0_box_article {
    text-align: center;
  }
  
  .sec1_box_list .sec0_box_name {
    padding-bottom: 15px;
    font-size: 18px;
    color: #141414;
    font-weight: 700;
    letter-spacing: -0.2px;
  }
  
  .sec1_box_list .sec0_box_desc {
    font-size: 14px;
    color: #141414;
    line-height: 1.6;
    letter-spacing: -0.4px;
  }
  
  /*section1 E*/
  /*section2 */
  .section_wrap .sect2_box {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .section_wrap .sect2_box .sect2_img {
    width: 50%;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  
  .section_wrap .sect2_box .sect2_img .sect2_img_thumbnail {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
  }
  
  .section_wrap .sect2_box .sect2_img .sect2_img_thumbnail.sect2_img_thumbnail1 {
    background-image: url("../img/main/section2_img1.png");
  }
  
  .section_wrap .sect2_box .sect2_img .sect2_img_thumbnail.sect2_img_thumbnail2 {
    background-image: url("../img/main/section2_img2.png");
  }
  
  .section_wrap .sect2_tbox h3 {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -0.6px;
    color: #333;
  }
  
  .section_wrap .sect2_tbox h3 span {
    color: #2185d0;
  }
  
  .section_wrap .sect2_box .sect2_img .sect2_tbox p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    padding: 20px 0;
  }
  
  .section_wrap .sect2_box {
    overflow: hidden;
  }
  
  .section_wrap .sect2_box .sect2_content {
    width: 50%;
    padding: 40px 30px;
    min-height: 500px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    background-color: #f9f9f9;
  }
  
  .section_wrap .sect2_box .sect2_content.sect2_content_list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  .section_wrap .sect2_box .sect2_content::before {
    content: attr(data-txt);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: rgba(0, 0, 0, 0.04);
    font-size: 120px;
    font-weight: 900;
    overflow: hidden;
    line-height: 140%;
    text-indent: -24px;
    white-space: nowrap;
  }
  
  .section_wrap .sect2_box .sect2_content .sect2_tbox {
    position: relative;
    width: 80%;
    max-width: 600px;
  }
  
  .section_wrap .sect2_box .sect2_content .box_text {
    font-size: 16px;
    color: #676767;
    line-height: 22px;
    letter-spacing: -0.2px;
    word-break: keep-all;
  }
  
  .section_wrap .sect2_box .sect2_content .sect2_tbox .sect2_item {
    overflow: hidden;
    margin: 20px 0;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .section_wrap .sect2_box .sect2_content .sect2_tbox .sect2_item li {
    width: 50%;
    padding: 10px 10px;
    padding-left: 0;
  }
  
  .section_wrap .sect2_box .sect2_content .sect2_tbox .sect2_item li h5 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin-bottom: 4px;
  }
  
  .section_wrap .sect2_box .sect2_content .sect2_tbox .sect2_item li p {
    font-size: 16px;
    line-height: 22px;
    color: #888;
    word-break: keep-all;
  }
  
  .section_wrap .sect2_box .sect2_img {
    width: 50%;
    float: right;
  }
  
  .section_wrap .sect2_box .sect2_img img {
    width: 100%;
  }
  
  .section_wrap .sect2_box .detail_view {
    margin: 16px 0 0;
    width: 180px;
    text-align: center;
    border: 1px solid #676767;
    font-size: 15px;
    display: block;
    line-height: 20px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.1);
  }
  
  /*section3 E*/
  
  .sect3 .s3tbox {
    margin-bottom: 60px;
    text-align: center;
  }
  
  .sect3 .latest_wr {
    position: relative;
  }
  
  .sect3 .tit_area .desc {
    margin: 4px auto 0;
  }
  
  .sect3 .tit_area .main_tit {
    line-height: 60px;
  }
  
  .sect3 .pic_lt .latest-slide-container {
    padding: 40px 0;
  }
  
  .sect3 .pic_lt .swiper-container {
    padding-bottom: 70px;
  }
  
  .sect3 .pic_lt .swiper-container .slide-control-wrap {
    position: relative;
  }
  
  .sect3 .pic_lt .lt_more {
    display: none;
  }
  
  .sect3 .pic_lt .gall_img {
    background-color: #eee;
    position: relative;
    overflow: hidden;
  }
  
  .sect3 .pic_lt .gall_img .board-thumbnail {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .sect3 .pic_lt .gall_text_area {
    padding: 16px 0 0;
  }
  
  .sect3 .pic_lt .gall_title {
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
    max-height: 1.3em;
    word-break: keep-all;
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    text-align: left;
  }
  
  .sect3 .pic_lt .gall_content {
    margin: 10px auto 6px;
  }
  
  .sect3 .pic_lt .gall_content p {
    margin: 0 auto;
    width: 100%;
    color: #888;
    font-size: 14px;
    word-break: keep-all;
    overflow: hidden;
    -webkit-overflow: hidden;
    -ms-overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
    max-height: 40px;
    text-align: left;
  }
  
  .sect3 .pic_lt .gall_content img {
    display: none;
  }
  
  .sect3 .pic_lt .lt_date {
    padding-bottom: 30px;
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
    display: none;
  }
  
  .sect3 .pic_lt .lt_date .fa {
    margin-right: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #888;
  }
  
  .sect3 .pic_lt .latest-slide-wrap {
    max-width: 380px;
  }
  
  .sect3 .pic_lt .swiper-pagination {
    width: 100%;
    bottom: -36px;
  }
  
  .sect3 .pic_lt .swiper-pagination-bullet {
    width: 12px;
    height: 4px;
    opacity: 1;
    border-radius: 0;
    background-color: #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
  }
  
  .sect3 .pic_lt .swiper-pagination-bullet-active {
    background-color: #141414;
  }
  
  .sect3 .pic_lt .swiper-button-next,
  .sect3 .pic_lt .swiper-button-prev {
    width: auto;
    top: 24px;
  }
  
  .sect3 .pic_lt .swiper-button-next:hover,
  .sect3 .pic_lt .swiper-button-prev:hover {
    cursor: pointer;
  }
  
  .sect3 .pic_lt .swiper-button-next {
    right: 0;
  }
  
  .sect3 .pic_lt .swiper-button-prev {
    left: 0;
  }
  
  .sect3 .pic_lt .swiper-button-prev:after,
  .sect3 .pic_lt .swiper-button-next:after {
    content: '';
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: center;
  }
  
  .sect3 .pic_lt .swiper-button-prev:after {
    background-image: url(../img/main/banner_left_btn.png);
  }
  
  .sect3 .pic_lt .swiper-button-next:after {
    background-image: url(../img/main/banner_right_btn.png);
  }
  
  /*section3 E*/
  /*section4 S*/
  
  .sect4 .s3tbox {
    margin-bottom: 60px;
  }
  
  .lat .lat_title a.title-name {
    padding-right: 16px;
    font-size: 20px;
    line-height: 24px;
    color: #333;
  }
  
  .lat .lat_title a:after {
    display: none;
  }
  
  .lat {
    border: none;
  }
  
  .lat li {
    padding: 9px 0;
    border-bottom: 1px solid #eee;
  }
  
  .lat ul {
    padding: 15px 0;
  }
  
  .lat .lat_title {
    padding: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #555;
    background: #fff;
  }
  
  .lat .lat_title .lt_more {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    width: 90px;
    top: 0;
    right: 2px;
    border: 1px solid #ddd;
    padding: 4px 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  
  .lat li a {
    font-size: 16px;
    color: #666;
    padding-right: 84px;
    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: 20px;
    max-height: 20px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }
  
  .lat li:before {
    display: none;
  }
  
  .lat .lt_date {
    top: 9px;
    line-height: 22px;
    color: #999;
    font-size: 14px;
  }
  
  .pic_lt {
    border: none;
  }
  
  .pic_lt .lt_more {
    font-size: 16px;
    line-height: 25px;
    color: #666;
    width: 115px;
    top: 0;
    right: 2px;
    border: 1px solid #ddd;
    padding: 5px 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  
  .pic_lt .lat_title {
    border: none;
  }
  
  .pic_lt .lat_title a {
    font-size: 24px;
    line-height: 25px;
    color: #333;
  }
  
  .pic_lt .lat_title a:after {
    display: none;
  }
  
  .pic_lt .lat_title {
    padding: 0;
  }
  
  .pic_lt li {
    width: 100%;
    padding: 20px 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
  }
  
  .pic_lt li a {
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
  }
  
  .owl-item a {
    font-size: 16px;
    line-height: 25px;
    color: #666;
    margin: 25px 0;
  }
  
  .pic_lt li:hover a {
    color: #d71812 !important;
  }
  
  .pic_lt li:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  
  .pic_lt li:hover .lt_date {
    color: #333;
  }
  
  .pic_lt .lt_date {
    font-size: 16px;
    color: #999;
    line-height: 25px;
  }
  
  .pic_lt {
    margin-bottom: 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  
  .pic_lt li .lt_img img {
    margin-bottom: 15px 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  
  .lat .lat_title .lt_more:hover {
    background: #f9f9f9;
  }
  
  .pic_lt .lt_more:hover {
    color: #d71812;
    border: 1px solid #ddd;
  }
  
  .lat li a {
    -webkit-transition: .2s;
    transition: .2s;
  }
  
  .lat li a:hover {
    color: #000;
    font-weight: 600;
  }
  
  .main_sec4-box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -4px;
    height: 100%;
  }
  
  .main_sec4-box2 .box-list {
    width: 50%;
    padding: 0 4px;
  }
  
  .main_sec4-box2 .box-list1 .box-item {
    background-image: url(/homeimg/maingo/maingo_1.png);
  }
  
  .main_sec4-box2 .box-list2 .box-item {
    background-image: url(/homeimg/maingo/maingo_2.png);
  }
  
  .main_sec4-box2 .box-item {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 30px 10px;
    background-color: #6582A6;
    background-repeat: no-repeat;
    background-size: 100%; /*430pxÀ» 100%·Î º¯°æ*/
    background-position: 90% 90%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .main_sec4-box2 .box-item:hover {  -webkit-transform: scale(1.02);  transform: scale(1.02);  -webkit-transition: all 0.8s;  transition: all 0.8s;  opacity: 0.8;}

  .main_sec4-box2 .box-item::before{
    content: "";
    opacity: 0.6;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #000;
    }


  .main_sec4-box2 .box-list:nth-child(2) .box-item {
    background-color: #20426B;
  }
  
  .main_sec4-box2 .box-list:nth-child(3) .box-item {
    background-color: #6582A6;
  }
  
  .main_sec4-box2 .box-list:nth-child(4) .box-item {
    background-color: #20426B;
  }
  
  .main_sec4-box2 .tit {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
  }
  
  .main_sec4-box2 .txt {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    margin-bottom: 12px;
  }
  
  .main_sec4-box2 .more-btn {
    display: block;
    font-weight: 700;
    color: #fff;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url(../img/main/arrow_icon2.png);
    background-size: cover;
    margin: 0 auto;
  }
  
  /* //section4*/
  @media screen and (max-width: 1199px) {
    .inner {
      width: 100%;
      padding: 0 20px;
    }

    .main_visual_wrap .main_visual_slide .swiper-button-next,
    .main_visual_wrap .main_visual_slide .swiper-button-prev {
      display: none;
    }

    .section_wrap .section .sect_tbox p {
      word-break: keep-all;
    }
    .section_wrap .section .sect_tbox p br {
      display: none;
    }
    .section_wrap .sect2_box .sect2_content {
      min-height: 400px;
    }
    .section_wrap .sect2_box .sect2_content .sect2_tbox {
      width: 100%;
      max-width: none;
    }
    .section_wrap .sect2_box .sect2_img .sect2_tbox {
      width: 85%;
    }
    .section_wrap .sect2_tbox h3 {
      font-size: 28px;
      line-height: 28px;
    }
    .section_wrap .sect2_box .sect2_img .sect2_tbox p {
      font-size: 13px;
      line-height: 20px;
      padding: 15px 0;
    }
    .section_wrap .sect2_box .sect2_content_list .sect2_tbox .sect2_item {
      margin: 15px 0;
    }
    .section_wrap .sect2_box .sect2_content_list .sect2_tbox .sect2_item li h5 {
      font-size: 15px;
    }
    .section_wrap .sect2_box .sect2_content_list .sect2_tbox .sect2_item li p {
      font-size: 13px;
      line-height: 20px;
    }
    .section_wrap .sect2_tbox h3 {
      font-size: 32px;
      line-height: 40px;
    }
    .section_wrap .sect2_box .sect2_img .sect2_tbox p {
      font-size: 16px;
      line-height: 22px;
      padding: 20px 0;
    }
  }
  
  @media screen and (max-width: 980px) {
    .slide-content h2 {
      font-size: 50px;
      line-height: 70px;
    }
    .main_visual_wrap .main_visual_slide .swiper-slide.slide-img {
      height: 680px;
    }
    .section_wrap .section .sect_tbox p {
      word-break: keep-all;
    }
    .section_wrap .section .sect_tbox h6 {
      font-size: 17px;
    }
    .section_wrap .section .sect_tbox h5 {
      font-size: 32px;
    }
    .section_wrap .section .sect_tbox p {
      font-size: 15px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .slide-content h2 {
      font-size: 40px;
      line-height: 55px;
    }
    .main_visual_wrap .main_visual_slide .swiper-button-next,
    .main_visual_wrap .main_visual_slide .swiper-button-prev {
      width: 45px;
      height: 45px;
    }
    .main_visual_wrap .main_visual_slide .swiper-slide.slide-img {
      height: 500px;
    }
    .section_wrap .section .sect_tbox p {
      word-break: keep-all;
    }
    .section_wrap .section .sect_tbox h6 {
      font-size: 16px;
    }
    .section_wrap .section .sect_tbox h5 {
      font-size: 30px;
    }
    .section_wrap .section .sect_tbox p {
      font-size: 14px;
    }
    .sec1_box_list ul {
      margin: 0;
    }
    .sec1_box_list .sec0_box {
      width: 50%;
    }
    .sec1_box_list ul li:nth-child(4) {
      background-color: #fff;
    }
    .sec1_box_list ul li:nth-child(3) {
      background-color: #f4f7f9;
    }
    .sec1_box_list ul li + li {
      border-left: 0;
    }
    .section_wrap .sect2_box .sect2_content {
      width: 100%;
    }
    .section_wrap .sect2_box .sect2_img {
      height: 300px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
    }
    .section_wrap .sect2_box .sect2_content_list {
      background: #f9f9f9;
    }
    .section_wrap .sect2_box .sect2_content_list .sect2_tbox .sect2_item {
      padding: 20px 0;
    }
    .section_wrap .sect2_box .sect2_content_list .sect2_tbox .sect2_item li h5 {
      font-size: 18px;
      line-height: 30px;
    }
    .section_wrap .sect2_box .sect2_content_list .sect2_tbox .sect2_item li p {
      font-size: 14px;
    }
    .section_wrap .sect2_box .sect2_content_list .bg_img {
      height: 550px;
    }

    .sect3 .s3tbox {
      margin-bottom: 30px;
    }
    .lt_wr {
      width: 100%;
      margin: 0;
      margin-left: 0 !important;
    }
    .lat .lat_title a.title-name {
      font-size: 22px;
    }
    .lat .lat_title .lt_more {
      font-size: 14px;
      top: 3px;
      padding: 3px 0;
    }
    .lat li a {
      font-size: 15px;
    }
    .lat .lt_date {
      font-size: 15px;
    }
    .pic_lt .lt_more {
      font-size: 14px;
      padding: 3px 0;
    }
    .pic_lt .lat_title a {
      font-size: 22px;
    }
    .owl-item a {
      font-size: 15px;
    }
    .pic_lt .lt_date {
      font-size: 15px;
    }

    .main_sec4-box2 .box-item {    /* ¹è°æÀÌ¹ÌÁö ÀçÁ¶Á¤ »ðÀÔ */
	  background-size: 360px; 
	  background-position: 50% 30%;
	}

	.sec1_box_list { display:none; } /* Äü¹öÆ° °¡¸² */

  }
  
  @media screen and (max-width: 600px) {
    .slide-content h2 {
      font-size: 35px;
      line-height: 50px;
    }

    .main_visual_wrap .main_visual_slide .swiper-slide.slide-img {
      height: 400px;
    }
    .main_visual_wrap .main_visual_slide .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
    }
    .main_visual_wrap .main_visual_slide .swiper-pagination-bullet-active {
      width: 35px !important;
    }
    .lat .lat_title .lt_more {
      width: 100px;
    }
    .pic_lt .lt_more {
      width: 100px;
    }
    .section_wrap .sect2_box .sect2_content_list .sect2_tbox .sect2_item li {
      width: 100%;
    }
  }
  
  @media screen and (max-width: 480px) {
    .slide-content h2 {
      font-size: 26px;
      line-height: 40px;
    }
    .main_visual_wrap .main_visual_slide .swiper-slide.slide-img {
      height: 350px;
    }
    .section_wrap .section .sect_tbox h6 {
      font-size: 15px;
      line-height: 20px;
    }
    .section_wrap .section .sect_tbox h5 {
      font-size: 24px;
      line-height: 35px;
    }
    .section_wrap .section .sect_tbox p {
      font-size: 13px;
      line-height: 20px;
    }
    .section_wrap .section .sect_tbox .tit_line {
      width: 35px;
    }
    .sec1_box_list .sec0_box {
      width: 100%;
    }
    .sec1_box_list ul li:nth-child(4) {
      background-color: #f4f7f9;
    }
    .sec1_box_list ul li:nth-child(3) {
      background-color: #fff;
    }
    .sec1_box_list ul {
      margin: 0;
    }
    .section_wrap .sect2_tbox h3 {
      font-size: 26px;
      line-height: 35px;
    }
    .section_wrap .sect2_box .sect2_img .sect2_tbox p {
      font-size: 13px;
      line-height: 22px;
    }
    .lat .lat_title a.title-name {
      font-size: 20px;
    }
    .lat .lat_title .lt_more {
      font-size: 14px;
      top: 4px;
      width: 90px;
    }
    .lat li a {
      font-size: 14px;
    }
    .lat .lt_date {
      font-size: 14px;
    }
    .section_wrap .sect4 .sect_tbox h5 {
      word-break: keep-all;
    }
    .pic_lt .lt_more {
      width: 90px;
      font-size: 14px;
    }
    .pic_lt .lat_title a {
      font-size: 20px;
    }
    .owl-item a {
      font-size: 13px;
    }
    .pic_lt .lt_date {
      font-size: 13px;
    }
    .pic_lt .lt_date {
      padding: 0;
    }
    /*    .main_sec4-box2 .box-list { 
          width: 100%;
      } */
  }
  
  @media screen and (max-width: 360px) {
    .section_wrap .section .sect_tbox p {
      margin-top: 30px;
    }
    .section_wrap .sect1 .sect_tbox .mat_p {
      margin-top: 10px;
    }
    .section_wrap .section .sect_tbox h5 {
      word-break: keep-all;
    }
  }
  
  /*# sourceMappingURL=widgets.css.map */
  