.header .header_inner h1, .about .about_inner .ask dt, .footer .footer_inner .footer_lg, .footer .footer_inner .footer_info ul li i, .footer .go_top, .file_box .file_search label, .file_box .file_txt .close, .btn_box ul li a[class^="btn_white_"], .news_wrap .search_box .search label, .news_wrap .search_box .search button span, .news_wrap .notice_bottom .pagination .pg_arr span {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 0;
  height: 0;
}

.news .news_inner .news_feeds ul li a, .news_wrap .notice_list .tit em, .page_list ul li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

* {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

html {
  overflow-x: hidden !important;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 0;
}

.space-xs {
  clear: both;
  font-size: 0;
  width: 100%;
  height: 15px;
}

.space-s {
  clear: both;
  font-size: 0;
  width: 100%;
  height: 30px;
}

.space-m {
  clear: both;
  font-size: 0;
  width: 100%;
  height: 50px;
}

.space-l {
  clear: both;
  font-size: 0;
  width: 100%;
  height: 80px;
}

.space-xl {
  clear: both;
  font-size: 0;
  width: 100%;
  height: 100px;
}

.dng_wrap {
  width: 100%;
  position: relative;
  text-align: center;
  min-width: 360px;
}

.dng_wrap:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
}

.dng_wrap .go_home {
  position: absolute;
  left: 20px;
  top: 20px;
}

.dng_wrap .go_home a {
  display: block;
  background-color: #e1e1e1;
  color: #555;
  font-weight: 500;
  transition: all 0.25s ease-in 0s;
  -webkit-transition: all 0.25s ease-in 0s;
  -moz-transition: all 0.25s ease-in 0s;
  -ms-transition: all 0.25s ease-in 0s;
  -o-transition: all 0.25s ease-in 0s;
  position: relative;
  line-height: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 0 30px 0 50px;
  font-size: 16px;
}

.dng_wrap .go_home a i {
  position: absolute;
  transition: all 0.25s ease-in 0s;
  -webkit-transition: all 0.25s ease-in 0s;
  -moz-transition: all 0.25s ease-in 0s;
  -ms-transition: all 0.25s ease-in 0s;
  -o-transition: all 0.25s ease-in 0s;
  left: 20px;
  top: 8px;
  width: 24px;
  height: 24px;
  background-image: url("/images/ico_go_home.png");
  background-position: 0 0;
}

.dng_wrap .go_home a:hover {
  background-color: #1231dd;
  color: white;
}

.dng_wrap .go_home a:hover i {
  background-position: -24px 0;
}

.dng_wrap .dng_inner {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  padding: 50px 20px;
}

.dng_wrap .dng_inner:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
}

.dng_wrap .dng_inner h1 {
  width: 100%;
  text-align: center;
  color: black;
  font-weight: 800;
  font-size: 40px;
  line-height: 1.2;
}

.dng_wrap .guide {
  width: 100%;
  color: #999;
  line-height: 1.4;
  font-weight: 500;
  font-size: 16px;
  padding: 0 0 0 26px;
  position: relative;
  text-align: left;
}

.dng_wrap .guide:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url("/images/ico_guide.png");
}

.main h2 {
  color: black;
  font-weight: 700;
  width: 100%;
  text-align: center;
  font-size: 40px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.main .sub_ttl {
  color: #1231dd;
  font-weight: 800;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.main .section {
  position: relative;
}

#fp-nav li:last-child {
  opacity: 0;
}

#fp-nav.dark ul li a span, .fp-slidesNav.dark ul li a span {
  background: #333 !important;
}

#fp-nav.dark ul li .fp-tooltip {
  color: #333 !important;
}

@media (max-width: 1000px) {
  .fp-section {
    position: relative !important;
    height: auto !important;
  }
  .fp-tableCell {
    height: 100% !important;
    padding: 30px 0;
  }
}

@media (max-width: 900px) {
  .space-xs {
    clear: both;
    font-size: 0;
    width: 100%;
    height: 10px;
  }
  .space-s {
    clear: both;
    font-size: 0;
    width: 100%;
    height: 15px;
  }
  .space-m {
    clear: both;
    font-size: 0;
    width: 100%;
    height: 25px;
  }
  .space-l {
    clear: both;
    font-size: 0;
    width: 100%;
    height: 40px;
  }
  .space-xl {
    clear: both;
    font-size: 0;
    width: 100%;
    height: 50px;
  }
  .dng_wrap .go_home {
    left: 10px;
    top: 10px;
  }
  .dng_wrap .go_home a {
    line-height: 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 0 20px 0 40px;
    font-size: 14px;
  }
  .dng_wrap .go_home a i {
    left: 10px;
    top: 3px;
    width: 24px;
    height: 24px;
  }
  .dng_wrap .dng_inner {
    padding: 50px 15px;
  }
  .dng_wrap .dng_inner h1 {
    font-size: 30px;
  }
  .dng_wrap .guide {
    font-size: 14px;
  }
}

@media (max-width: 1500px) {
  #fp-nav ul li .fp-tooltip {
    display: none;
  }
}

@media (max-width: 1099px) {
  .main h2 {
    font-size: 30px;
    margin-top: 20px;
  }
  .main .sub_ttl {
    font-size: 16px;
  }
}

.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  text-align: center;
  padding: 30px 0;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
}

.header .header_inner {
  width: 100%;
  max-width: 1400px;
  min-width: 360px;
  margin: 0 auto;
  position: relative;
}

.header .header_inner:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
}

.header .header_inner h1 {
  background-image: url("/images/header_lg_white.png");
  float: left;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  background-size: 100% auto;
}

.header .header_inner .gnb {
  width: 100%;
}

.header .header_inner .gnb ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.header .header_inner .gnb ul li {
  flex: 0 0 16.66%;
  text-align: center;
}

.header .header_inner .gnb ul li a {
  color: white;
  font-weight: 600;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
}

.header.scroll {
  padding: 10px 15px !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  background-image: none !important;
}

.header.scroll .header_inner {
  padding: 0 0 0 180px !important;
}

.header.scroll .header_inner h1 {
  width: 150px;
  height: 60px;
  background-image: url("/images/header_lg_white.png");
  background-size: 150px auto;
}

.header.scroll .header_inner .gnb ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.header.scroll .header_inner .gnb ul li {
  flex: 0 0 16.66%;
  text-align: center;
}

.header.scroll .header_inner .gnb ul li a {
  font-size: 18px;
  line-height: 60px;
  color: white;
}

@media (max-width: 1200px) {
  .header.scroll {
    display: none;
  }
}

@media (min-width: 1400px) {
  .header {
    padding: 0 15px !important;
  }
  .header .header_inner {
    padding: 20px 0 0 300px;
  }
  .header .header_inner h1 {
    position: absolute;
    left: 0;
    top: 20px;
    width: 190px;
    height: 72px;
  }
  .header .header_inner .gnb ul li a {
    font-size: 22px;
    line-height: 72px;
  }
  .header .header_inner .gnb ul li:last-child {
    padding: 0 0 0 60px;
  }
  .header.scroll {
    padding: 10px 15px !important;
  }
  .header.scroll .header_inner {
    padding: 0 0 0 180px !important;
  }
  .header.scroll .header_inner h1 {
    margin-top: -20px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .header {
    padding: 0 15px !important;
  }
  .header .header_inner {
    padding: 20px 0 0 240px;
  }
  .header .header_inner h1 {
    position: absolute;
    left: 0;
    top: 20px;
    width: 170px;
    height: 65px;
  }
  .header .header_inner .gnb ul li a {
    font-size: 22px;
    line-height: 65px;
  }
  .header .header_inner .gnb ul li:last-child {
    padding: 0 0 0 60px;
  }
  .header.scroll {
    padding: 10px 15px !important;
  }
  .header.scroll h1 {
    top: 0px !important;
  }
}

@media (min-width: 800px) and (max-width: 1199px) {
  .header {
    padding: 0 15px !important;
  }
  .header .header_inner {
    padding: 20px 0 0 150px;
  }
  .header .header_inner h1 {
    position: absolute;
    left: 0;
    top: 20px;
    width: 120px;
    height: 46px;
  }
  .header .header_inner .gnb ul li a {
    font-size: 18px;
    line-height: 46px;
  }
  .header .header_inner .gnb ul li:last-child {
    padding: 0 0 0 30px;
  }
  .header.scroll {
    padding: 10px 15px !important;
  }
}

@media (min-width: 500px) and (max-width: 799px) {
  .header {
    padding: 0 15px !important;
  }
  .header .header_inner {
    padding: 70px 0 0 0;
  }
  .header .header_inner h1 {
    position: absolute;
    left: 50%;
    top: 20px;
    width: 100px;
    height: 38px;
    margin-left: -50px;
  }
  .header .header_inner .gnb ul li a {
    font-size: 16px;
    line-height: 46px;
  }
  .header.scroll {
    padding: 10px 15px !important;
  }
}

@media (max-width: 499px) {
  .header {
    padding: 0 15px !important;
  }
  .header .header_inner {
    padding: 70px 0 0 0;
  }
  .header .header_inner h1 {
    position: absolute;
    left: 50%;
    top: 20px;
    width: 100px;
    height: 38px;
    margin-left: -50px;
  }
  .header .header_inner .gnb ul d li a {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
  }
  .header.scroll {
    padding: 10px 15px !important;
  }
}

.bg_video {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.bg_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.bg_video .mouse-scroll {
  display: block;
  text-decoration: none;
  overflow: hidden;
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 10;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.bg_video .mouse-scroll .mouse {
  position: relative;
  display: block;
  width: 30px;
  height: 50px;
  border: 3px solid #d1d1d1;
  border-radius: 15px;
}

.bg_video .mouse-scroll .mouse .mouse-movement {
  position: absolute;
  display: block;
  top: 20%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  background: #d1d1d1;
  border-radius: 50%;
  -webkit-animation: scroll-ani 3s linear infinite;
  -moz-animation: scroll-ani 3s linear infinite;
  animation: scroll-ani 3s linear infinite;
}

.bg_video .mouse-scroll .mouse-message {
  line-height: 24px;
  font-size: 13px;
  font-weight: 600;
  color: #d1d1d1;
}

.feature {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.feature .bg_feature {
  position: absolute;
  background-image: url("/images/bg_feature.png");
}

.feature .bg_feature2 {
  position: absolute;
  background-image: url("/images/bg_feature2.png");
}

.feature .feature_inner {
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.feature .hd .t1 {
  color: #f34500;
  font-weight: 700;
}

.feature .hd .t2 {
  color: #010d21;
  font-weight: 800;
  line-height: 1.2;
  padding-bottom: 50px;
}

.feature .hd .t3 {
  color: #555555;
  font-weight: 600;
  line-height: 1.3;
}

.feature .tech {
  width: 100%;
  position: relative;
}

.feature .tech .feature_swiper {
  width: 100%;
}

.feature .tech .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.feature .tech .swiper-wrapper .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature .tech .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid white;
}

.feature .tech .swiper-pagination-bullet-active {
  background-color: #173980;
  border: 1px solid #173980;
}

.feature .tech .feature_feed {
  width: 100%;
  position: relative;
}

.feature .tech .feature_feed .ttl {
  width: 100%;
  color: black;
  font-weight: 700;
}

.feature .tech .feature_feed .con {
  width: 100%;
  position: relative;
}

.feature .tech .feature_feed .con .pic img {
  width: 100%;
  height: auto;
  max-width: 400px;
}

.feature .tech .feature_feed .con .exp {
  width: 100%;
}

.feature .tech .feature_feed .con .exp ul {
  width: 100%;
}

.feature .tech .feature_feed .con .exp ul li {
  width: 100%;
  position: relative;
  color: #555;
  line-height: 1.4;
  padding: 0 0 5px 13px;
}

.feature .tech .feature_feed .con .exp ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #1231dd;
}

@media (max-width: 1399px) {
  .feature {
    padding: 0 15px !important;
  }
}

@media (min-width: 1200px) {
  .feature .bg_feature {
    right: -100px;
    top: -100px;
    width: 526px;
    height: 526px;
  }
  .feature .bg_feature2 {
    left: 100px;
    bottom: 100px;
    width: 271px;
    height: 271px;
  }
  .feature .feature_inner {
    padding-left: 350px;
  }
  .feature .hd {
    position: absolute;
    left: 0;
    top: 0;
  }
  .feature .hd .t1 {
    font-size: 28px;
    padding-bottom: 30px;
  }
  .feature .hd .t2 {
    font-size: 40px;
    padding-bottom: 50px;
  }
  .feature .hd .t3 {
    font-size: 18px;
  }
  .feature .tech {
    padding: 0 100px;
  }
  .feature .tech .feature_swiper {
    padding: 0 0 100px 0;
  }
  .feature .tech .feature_swiper .feature_prev {
    left: 0 !important;
  }
  .feature .tech .feature_swiper .feature_next {
    right: 0 !important;
  }
  .feature .tech .feature_swiper .feature_pagination {
    bottom: 0 !important;
  }
  .feature .tech .feature_feed .ttl {
    font-size: 36px;
    padding-bottom: 30px;
    text-align: center;
  }
  .feature .tech .feature_feed .con {
    padding: 30px 0 0 430px;
    min-height: 300px;
  }
  .feature .tech .feature_feed .con .pic {
    position: absolute;
    left: 0;
    top: 0;
  }
  .feature .tech .feature_feed .con .exp ul li {
    font-size: 16px;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .feature .bg_feature {
    right: -50px;
    top: -50px;
    width: 300px;
    height: 300px;
    background-size: 300px auto;
  }
  .feature .bg_feature2 {
    left: 50px;
    bottom: 50px;
    width: 150px;
    height: 150px;
    background-size: 150px auto;
  }
  .feature .feature_inner {
    padding: 0;
  }
  .feature .hd {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
  }
  .feature .hd .t1 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .feature .hd .t2 {
    font-size: 35px;
    padding-bottom: 20px;
  }
  .feature .hd .t2 br {
    display: none;
  }
  .feature .hd .t3 {
    font-size: 16px;
  }
  .feature .tech {
    padding: 0 100px;
  }
  .feature .tech .feature_swiper {
    padding: 0 0 100px 0;
  }
  .feature .tech .feature_swiper .feature_prev {
    left: 0 !important;
  }
  .feature .tech .feature_swiper .feature_next {
    right: 0 !important;
  }
  .feature .tech .feature_swiper .feature_pagination {
    bottom: 0 !important;
  }
  .feature .tech .feature_feed .ttl {
    font-size: 36px;
    padding-bottom: 30px;
    text-align: center;
  }
  .feature .tech .feature_feed .con {
    padding: 30px 0 0 430px;
    min-height: 300px;
  }
  .feature .tech .feature_feed .con .pic {
    position: absolute;
    left: 0;
    top: 0;
  }
  .feature .tech .feature_feed .con .exp ul li {
    font-size: 16px;
  }
}

@media (min-width: 800px) and (max-width: 999px) {
  .feature .bg_feature {
    right: -50px;
    top: -50px;
    width: 300px;
    height: 300px;
    background-size: 300px auto;
  }
  .feature .bg_feature2 {
    left: 50px;
    bottom: 50px;
    width: 150px;
    height: 150px;
    background-size: 150px auto;
  }
  .feature .feature_inner {
    padding: 0;
  }
  .feature .hd {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
  }
  .feature .hd .t1 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .feature .hd .t2 {
    font-size: 35px;
    padding-bottom: 20px;
  }
  .feature .hd .t2 br {
    display: none;
  }
  .feature .hd .t3 {
    font-size: 16px;
  }
  .feature .tech {
    padding: 0 100px;
  }
  .feature .tech .feature_swiper {
    padding: 0 0 100px 0;
  }
  .feature .tech .feature_swiper .feature_prev {
    left: 50px !important;
  }
  .feature .tech .feature_swiper .feature_next {
    right: 50px !important;
  }
  .feature .tech .feature_swiper .feature_pagination {
    bottom: 30px !important;
  }
  .feature .tech .feature_feed .ttl {
    font-size: 36px;
    padding-bottom: 30px;
    text-align: center;
  }
  .feature .tech .feature_feed .con {
    padding: 30px 0 0 430px;
    min-height: 300px;
  }
  .feature .tech .feature_feed .con .pic {
    position: absolute;
    left: 0;
    top: 0;
  }
  .feature .tech .feature_feed .con .exp ul li {
    font-size: 16px;
  }
}

@media (min-width: 500px) and (max-width: 799px) {
  .feature .bg_feature {
    right: -50px;
    top: -50px;
    width: 300px;
    height: 300px;
    background-size: 300px auto;
  }
  .feature .bg_feature2 {
    left: -10px;
    bottom: 10px;
    width: 150px;
    height: 150px;
    background-size: 150px auto;
  }
  .feature .feature_inner {
    padding: 0;
  }
  .feature .hd {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
  }
  .feature .hd .t1 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .feature .hd .t2 {
    font-size: 35px;
    padding-bottom: 20px;
  }
  .feature .hd .t2 br {
    display: none;
  }
  .feature .hd .t3 {
    font-size: 16px;
  }
  .feature .tech {
    padding: 0 30px;
  }
  .feature .tech .feature_swiper {
    padding: 0 0 0 0;
  }
  .feature .tech .feature_swiper .feature_prev {
    left: 30px !important;
  }
  .feature .tech .feature_swiper .feature_next {
    right: 30px !important;
  }
  .feature .tech .feature_swiper .feature_pagination {
    bottom: 30px !important;
  }
  .feature .tech .feature_feed .ttl {
    font-size: 36px;
    padding-bottom: 30px;
    text-align: center;
  }
  .feature .tech .feature_feed .con {
    padding: 30px 0 0 0;
    min-height: 300px;
  }
  .feature .tech .feature_feed .con .pic {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .feature .tech .feature_feed .con .exp {
    margin-bottom: 20px;
  }
  .feature .tech .feature_feed .con .exp ul li {
    font-size: 16px;
  }
}

@media (max-width: 499px) {
  .feature .bg_feature {
    right: -50px;
    top: -50px;
    width: 300px;
    height: 300px;
    background-size: 300px auto;
  }
  .feature .bg_feature2 {
    left: -10px;
    bottom: 20px;
    width: 150px;
    height: 150px;
    background-size: 150px auto;
  }
  .feature .feature_inner {
    padding: 0;
  }
  .feature .hd {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
  }
  .feature .hd .t1 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .feature .hd .t2 {
    font-size: 35px;
    padding-bottom: 20px;
  }
  .feature .hd .t2 br {
    display: none;
  }
  .feature .hd .t3 {
    font-size: 16px;
  }
  .feature .tech {
    padding: 0 30px;
  }
  .feature .tech .feature_swiper {
    padding: 0 0 0 0;
  }
  .feature .tech .feature_swiper .feature_prev {
    left: 30px !important;
  }
  .feature .tech .feature_swiper .feature_next {
    right: 30px !important;
  }
  .feature .tech .feature_swiper .feature_pagination {
    bottom: 30px !important;
  }
  .feature .tech .feature_feed .ttl {
    font-size: 36px;
    padding-bottom: 30px;
    text-align: center;
  }
  .feature .tech .feature_feed .con {
    padding: 30px 0 0 0;
    min-height: 300px;
  }
  .feature .tech .feature_feed .con .pic {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .feature .tech .feature_feed .con .exp {
    margin-bottom: 20px;
  }
  .feature .tech .feature_feed .con .exp ul li {
    font-size: 16px;
  }
}

@keyframes bounce {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.station {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  min-width: 360px;
}

.station .station_inner {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}

.station .station_inner .station_feeds {
  width: 100%;
  max-width: 1400px;
  height: auto;
}

.station .station_inner .station_feeds .station_pic {
  width: 100%;
}

.station .station_inner .station_feeds .station_pic .pic {
  width: 100%;
  position: relative;
}

.station .station_inner .station_feeds .station_pic .pic img {
  width: 100%;
  height: auto;
}

.station .station_inner .station_feeds .station_pic .pic .station_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.station .station_inner .station_feeds .station_pic .pic .station_btn .ani_bttn {
  position: relative;
  width: 50px;
  height: 50px;
}

.station .station_inner .station_feeds .station_pic .pic .station_btn .ani_bttn i {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  animation: bounce 2.0s infinite ease-in-out;
}

.station .station_inner .station_feeds .station_pic .pic .station_btn .ani_bttn button {
  position: absolute;
  left: 50%;
  top: 50%;
  outline: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.5);
}

.station .station_inner .station_feeds .station_pic .pic .station_btn .ani_bttn button:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-image: url("../images/ico_plus.png");
  background-position: center center;
  background-size: 100% 100%;
}

.station .station_inner .station_feeds .station_feature {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
}

.station .station_inner .station_feeds .station_feature .table {
  width: 100%;
}

.station .station_inner .station_feeds .station_feature .table h3 {
  width: 100%;
  font-weight: 700;
  text-align: left;
  color: #1231dd;
  border-bottom: 1px solid #c1c1c1;
}

.station .station_inner .station_feeds .station_feature .table ul {
  width: 100%;
}

.station .station_inner .station_feeds .station_feature .table ul li {
  text-align: left;
  position: relative;
}

.station .station_inner .station_feeds .station_feature .table ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #1231dd;
}

.pop_station_wrap {
  width: 100%;
  max-width: 960px;
  min-width: 360px;
  padding: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}

.pop_station_wrap .pop_station {
  width: 100%;
  background-color: white;
}

.pop_station_wrap .pop_station .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.pop_station_wrap .pop_station .swiper-wrapper .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pop_station_wrap .pop_station .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.pop_station_wrap .pop_station .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid white;
}

.pop_station_wrap .pop_station .swiper-pagination-bullet-active {
  background-color: #173980;
  border: 1px solid #173980;
}

.pop_station_wrap .pop_station .station_close {
  position: absolute;
  width: 40px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
}

.pop_station_wrap .pop_station .station_close .inner {
  width: inherit;
  text-align: center;
  position: relative;
}

.pop_station_wrap .pop_station .station_close .inner label {
  transition: all .3s ease-in;
  opacity: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 30px;
}

.pop_station_wrap .pop_station .station_close .inner:before {
  position: absolute;
  content: '';
  height: 1px;
  width: inherit;
  left: 0;
  transition: all .3s ease-in;
  top: 50%;
  transform: rotate(45deg);
}

.pop_station_wrap .pop_station .station_close .inner:after {
  position: absolute;
  content: '';
  height: 1px;
  width: inherit;
  left: 0;
  transition: all .3s ease-in;
  bottom: 50%;
  transform: rotate(-45deg);
}

.pop_station_wrap .pop_station .station_close:hover .inner label {
  opacity: 1;
}

.pop_station_wrap .pop_station .station_close:hover .inner:before {
  transform: rotate(0);
  top: 0;
}

.pop_station_wrap .pop_station .station_close:hover .inner:after {
  transform: rotate(0);
  bottom: 0;
}

@media (min-width: 1400px) {
  .station {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0 15px 0 15px;
  }
  .station .station_inner .station_feeds {
    position: absolute;
    left: 50%;
    top: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .station .station_inner .station_feeds .station_pic {
    padding: 30px;
  }
  .station .station_inner .station_feeds .station_pic .pic {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .station .station_inner .station_feeds .station_pic .pic .station_btn {
    width: 60px;
    height: 60px;
  }
  .station .station_inner .station_feeds .station_feature .table-1 {
    flex: 70% 0 0;
  }
  .station .station_inner .station_feeds .station_feature .table-1 ul {
    float: left;
  }
  .station .station_inner .station_feeds .station_feature .table-1 ul li {
    float: left;
    width: 50%;
  }
  .station .station_inner .station_feeds .station_feature .table-2 {
    flex: 30% 0 0;
  }
  .station .station_inner .station_feeds .station_feature .table-2 ul {
    width: 100%;
  }
  .station .station_inner .station_feeds .station_feature .table-2 ul li {
    width: 100%;
  }
  .station .station_inner .station_feeds .station_feature .table {
    padding: 0 20px;
  }
  .station .station_inner .station_feeds .station_feature .table h3 {
    font-size: 26px;
    margin: 15px 0;
    padding: 10px 0 10px 10px;
  }
  .station .station_inner .station_feeds .station_feature .table ul {
    padding: 0 10px;
  }
  .station .station_inner .station_feeds .station_feature .table ul li {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 5px;
    padding: 0 10px 0 10px;
  }
  .station li {
    width: 25%;
    padding: 20px;
  }
  .pop_station {
    padding: 100px 180px;
  }
  .pop_station .station_prev {
    left: 100px !important;
  }
  .pop_station .station_next {
    right: 100px !important;
  }
  .pop_station .station_pagination {
    bottom: 50px !important;
  }
  .pop_station .station_close {
    right: 40px;
    top: 40px;
  }
  .pop_station .station_close .inner label {
    color: black;
  }
  .pop_station .station_close .inner:before {
    background: black;
  }
  .pop_station .station_close .inner:after {
    background: black;
  }
}

@media (min-width: 1000px) and (max-width: 1399px) {
  .station {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0 15px 0 15px;
  }
  .station .station_inner .station_feeds {
    position: absolute;
    left: 50%;
    top: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .station .station_inner .station_feeds .station_pic {
    padding: 30px;
  }
  .station .station_inner .station_feeds .station_pic .pic {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .station .station_inner .station_feeds .station_pic .pic .station_btn {
    width: 60px;
    height: 60px;
  }
  .station .station_inner .station_feeds .station_feature .table-1 {
    flex: 70% 0 0;
  }
  .station .station_inner .station_feeds .station_feature .table-1 ul {
    float: left;
  }
  .station .station_inner .station_feeds .station_feature .table-1 ul li {
    float: left;
    width: 50%;
  }
  .station .station_inner .station_feeds .station_feature .table-2 {
    flex: 30% 0 0;
  }
  .station .station_inner .station_feeds .station_feature .table-2 ul {
    width: 100%;
  }
  .station .station_inner .station_feeds .station_feature .table-2 ul li {
    width: 100%;
  }
  .station .station_inner .station_feeds .station_feature .table {
    padding: 0 20px;
  }
  .station .station_inner .station_feeds .station_feature .table h3 {
    font-size: 26px;
    margin: 15px 0;
    padding: 10px 0 10px 10px;
  }
  .station .station_inner .station_feeds .station_feature .table ul {
    padding: 0 10px;
  }
  .station .station_inner .station_feeds .station_feature .table ul li {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 5px;
    padding: 0 10px 0 10px;
  }
  .station li {
    width: 25%;
    padding: 20px;
  }
  .pop_station {
    padding: 100px 180px;
  }
  .pop_station .station_prev {
    left: 100px !important;
  }
  .pop_station .station_next {
    right: 100px !important;
  }
  .pop_station .station_pagination {
    bottom: 50px !important;
  }
  .pop_station .station_close {
    right: 40px;
    top: 40px;
  }
  .pop_station .station_close .inner label {
    color: black;
  }
  .pop_station .station_close .inner:before {
    background: black;
  }
  .pop_station .station_close .inner:after {
    background: black;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .station {
    padding: 15px;
    position: relative;
  }
  .station .station_inner .station_feeds {
    position: relative;
  }
  .station .station_inner .station_feeds .station_pic {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .station .station_inner .station_feeds .station_pic .pic {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .station .station_inner .station_feeds .station_pic .pic .station_btn {
    width: 60px;
    height: 60px;
  }
  .station .station_inner .station_feeds .station_feature .table-1 {
    flex: 100% 0 0;
  }
  .station .station_inner .station_feeds .station_feature .table-1 ul {
    float: left;
  }
  .station .station_inner .station_feeds .station_feature .table-1 ul li {
    float: left;
    width: 50%;
  }
  .station .station_inner .station_feeds .station_feature .table-2 {
    flex: 100% 0 0;
  }
  .station .station_inner .station_feeds .station_feature .table-2 ul {
    float: left;
  }
  .station .station_inner .station_feeds .station_feature .table-2 ul li {
    float: left;
    width: 50%;
  }
  .station .station_inner .station_feeds .station_feature .table {
    padding: 0 20px;
  }
  .station .station_inner .station_feeds .station_feature .table h3 {
    font-size: 22px;
    margin: 15px 0;
    padding: 10px 0 10px 10px;
  }
  .station .station_inner .station_feeds .station_feature .table ul {
    padding: 0 10px;
  }
  .station .station_inner .station_feeds .station_feature .table ul li {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 5px;
    padding: 0 10px 0 10px;
  }
  .station li {
    width: 33.33%;
    padding: 15px;
  }
  .pop_station {
    padding: 60px 90px;
  }
  .pop_station .station_prev {
    left: 50px !important;
  }
  .pop_station .station_next {
    right: 50px !important;
  }
  .pop_station .station_pagination {
    bottom: 30px !important;
  }
  .pop_station .station_close {
    right: 40px;
    top: 40px;
  }
  .pop_station .station_close .inner label {
    color: black;
  }
  .pop_station .station_close .inner:before {
    background: black;
  }
  .pop_station .station_close .inner:after {
    background: black;
  }
}

@media (min-width: 500px) and (max-width: 699px) {
  .station {
    padding: 15px;
    position: relative;
  }
  .station .station_inner .station_feeds {
    position: relative;
  }
  .station .station_inner .station_feeds .station_pic {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .station .station_inner .station_feeds .station_pic .pic {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .station .station_inner .station_feeds .station_pic .pic .station_btn {
    width: 60px;
    height: 60px;
  }
  .station .station_inner .station_feeds .station_feature .table-1 {
    flex: 100% 0 0;
  }
  .station .station_inner .station_feeds .station_feature .table-1 ul {
    float: left;
  }
  .station .station_inner .station_feeds .station_feature .table-1 ul li {
    float: left;
    width: 100%;
  }
  .station .station_inner .station_feeds .station_feature .table-2 {
    flex: 100% 0 0;
  }
  .station .station_inner .station_feeds .station_feature .table-2 ul {
    float: left;
  }
  .station .station_inner .station_feeds .station_feature .table-2 ul li {
    float: left;
    width: 100%;
  }
  .station .station_inner .station_feeds .station_feature .table {
    padding: 0 20px;
  }
  .station .station_inner .station_feeds .station_feature .table h3 {
    font-size: 18px;
    margin: 10px 0;
    padding: 10px 0 10px 10px;
  }
  .station .station_inner .station_feeds .station_feature .table ul {
    padding: 0 10px;
  }
  .station .station_inner .station_feeds .station_feature .table ul li {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 5px;
    padding: 0 10px 0 10px;
  }
  .station li {
    width: 50%;
    padding: 10px;
  }
  .pop_station {
    padding: 0 0;
  }
  .pop_station .station_prev {
    left: 30px !important;
  }
  .pop_station .station_next {
    right: 30px !important;
  }
  .pop_station .station_pagination {
    bottom: 30px !important;
  }
  .pop_station .station_close {
    right: 20px;
    top: -30px;
  }
  .pop_station .station_close .inner label {
    color: white;
  }
  .pop_station .station_close .inner:before {
    background: white;
  }
  .pop_station .station_close .inner:after {
    background: white;
  }
}

@media (max-width: 499px) {
  .station {
    padding: 15px;
    position: relative;
  }
  .station .station_inner .station_feeds {
    position: relative;
  }
  .station .station_inner .station_feeds .station_pic {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .station .station_inner .station_feeds .station_pic .pic {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .station .station_inner .station_feeds .station_pic .pic .station_btn {
    width: 60px;
    height: 60px;
  }
  .station .station_inner .station_feeds .station_feature .table-1 {
    flex: 100% 0 0;
  }
  .station .station_inner .station_feeds .station_feature .table-1 ul {
    float: left;
  }
  .station .station_inner .station_feeds .station_feature .table-1 ul li {
    float: left;
    width: 100%;
  }
  .station .station_inner .station_feeds .station_feature .table-2 {
    flex: 100% 0 0;
  }
  .station .station_inner .station_feeds .station_feature .table-2 ul {
    float: left;
  }
  .station .station_inner .station_feeds .station_feature .table-2 ul li {
    float: left;
    width: 100%;
  }
  .station .station_inner .station_feeds .station_feature .table {
    padding: 0 20px;
  }
  .station .station_inner .station_feeds .station_feature .table h3 {
    font-size: 18px;
    margin: 10px 0;
    padding: 10px 0 10px 10px;
  }
  .station .station_inner .station_feeds .station_feature .table ul {
    padding: 0 10px;
  }
  .station .station_inner .station_feeds .station_feature .table ul li {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 5px;
    padding: 0 10px 0 10px;
  }
  .station li {
    width: 100%;
    padding: 10px;
  }
  .pop_station .station_prev {
    left: 30px !important;
  }
  .pop_station .station_next {
    right: 30px !important;
  }
  .pop_station .station_pagination {
    bottom: 30px !important;
  }
  .pop_station .station_close {
    right: 20px;
    top: -30px;
  }
  .pop_station .station_close .inner label {
    color: white;
  }
  .pop_station .station_close .inner:before {
    background: white;
  }
  .pop_station .station_close .inner:after {
    background: white;
  }
}

.drone {
  width: 100%;
  height: 100%;
  background-image: url("/images/bg_drone.png");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.drone .drone_inner {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}

.drone .drone_inner .drone_feeds {
  width: 100%;
  max-width: 1400px;
  height: auto;
  background-color: white;
}

.drone .drone_inner .drone_feeds .drone_pic .pic {
  width: 100%;
}

.drone .drone_inner .drone_feeds .drone_pic .pic img {
  width: 100%;
  height: auto;
}

.drone .drone_inner .drone_feeds .drone_pic .view {
  width: 100%;
  text-align: center;
  padding: 30px 0 0 0;
}

.drone .drone_inner .drone_feeds .drone_pic .view .drone_btn {
  outline: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #555;
  border: 1px solid #d1d1d1;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
}

.drone .drone_inner .drone_feeds .drone_pic .view .drone_btn:hover {
  box-shadow: inset 0 0 0 1px #1231dd;
  border: 1px solid #1231dd;
}

.drone .drone_inner .drone_feeds .drone_feature {
  background-color: rgba(255, 255, 255, 0.9);
}

.drone .drone_inner .drone_feeds .drone_feature h3 {
  width: 100%;
  font-weight: 700;
  text-align: center;
  color: black;
}

.drone .drone_inner .drone_feeds .drone_feature .table {
  width: 100%;
  margin: 0 0 20px 0;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}

.drone .drone_inner .drone_feeds .drone_feature .table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

.drone .drone_inner .drone_feeds .drone_feature .table table tr {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}

.drone .drone_inner .drone_feeds .drone_feature .table table tr th {
  background-color: #f1f1f1;
  color: black;
}

.drone .drone_inner .drone_feeds .drone_feature .table table tr td {
  color: #555;
}

.drone .drone_inner .drone_feeds .drone_feature .table table tr .th {
  color: black;
}

.pop_mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
}

.pop_drone_wrap {
  width: 100%;
  max-width: 960px;
  min-width: 360px;
  padding: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}

.pop_drone_wrap .pop_drone {
  width: 100%;
  background-color: white;
}

.pop_drone_wrap .pop_drone .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.pop_drone_wrap .pop_drone .swiper-wrapper .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pop_drone_wrap .pop_drone .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.pop_drone_wrap .pop_drone .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid white;
}

.pop_drone_wrap .pop_drone .swiper-pagination-bullet-active {
  background-color: #173980;
  border: 1px solid #173980;
}

.pop_drone_wrap .pop_drone .drone_close {
  position: absolute;
  width: 40px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
}

.pop_drone_wrap .pop_drone .drone_close .inner {
  width: inherit;
  text-align: center;
  position: relative;
}

.pop_drone_wrap .pop_drone .drone_close .inner label {
  transition: all .3s ease-in;
  opacity: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 30px;
}

.pop_drone_wrap .pop_drone .drone_close .inner:before {
  position: absolute;
  content: '';
  height: 1px;
  width: inherit;
  left: 0;
  transition: all .3s ease-in;
  top: 50%;
  transform: rotate(45deg);
}

.pop_drone_wrap .pop_drone .drone_close .inner:after {
  position: absolute;
  content: '';
  height: 1px;
  width: inherit;
  left: 0;
  transition: all .3s ease-in;
  bottom: 50%;
  transform: rotate(-45deg);
}

.pop_drone_wrap .pop_drone .drone_close:hover .inner label {
  opacity: 1;
}

.pop_drone_wrap .pop_drone .drone_close:hover .inner:before {
  transform: rotate(0);
  top: 0;
}

.pop_drone_wrap .pop_drone .drone_close:hover .inner:after {
  transform: rotate(0);
  bottom: 0;
}

@media (min-width: 1400px) {
  .drone {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0 100px 0 15px;
  }
  .drone .drone_inner .drone_feeds {
    position: absolute;
    left: 50%;
    top: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }
  .drone .drone_inner .drone_feeds .drone_pic {
    flex: 60% 0 0;
    padding: 30px;
  }
  .drone .drone_inner .drone_feeds .drone_pic .pic {
    width: 100%;
    padding-right: 50px;
  }
  .drone .drone_inner .drone_feeds .drone_pic .view {
    padding: 30px 0 0 0;
  }
  .drone .drone_inner .drone_feeds .drone_pic .view .drone_btn {
    font-size: 15px;
    line-height: 30px;
    padding: 0 15px !important;
  }
  .drone .drone_inner .drone_feeds .drone_feature {
    flex: 40% 0 0;
  }
  .drone .drone_inner .drone_feeds .drone_feature h3 {
    font-size: 24px;
    margin: 15px 0;
  }
  .drone .drone_inner .drone_feeds .drone_feature table tr th {
    font-size: 14px;
    line-height: 1.3;
    padding: 5px;
  }
  .drone .drone_inner .drone_feeds .drone_feature table tr td {
    font-size: 14px;
    line-height: 1.3;
    padding: 5px;
  }
  .drone li {
    width: 25%;
    padding: 20px;
  }
  .pop_drone {
    padding: 100px 180px;
  }
  .pop_drone .drone_prev {
    left: 100px !important;
  }
  .pop_drone .drone_next {
    right: 100px !important;
  }
  .pop_drone .drone_pagination {
    bottom: 50px !important;
  }
  .pop_drone .drone_close {
    right: 40px;
    top: 40px;
  }
  .pop_drone .drone_close .inner label {
    color: black;
  }
  .pop_drone .drone_close .inner:before {
    background: black;
  }
  .pop_drone .drone_close .inner:after {
    background: black;
  }
}

@media (min-width: 1000px) and (max-width: 1399px) {
  .drone {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0 100px 0 15px;
  }
  .drone .drone_inner .drone_feeds {
    position: absolute;
    left: 50%;
    top: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }
  .drone .drone_inner .drone_feeds .drone_pic {
    flex: 60% 0 0;
    padding: 30px;
  }
  .drone .drone_inner .drone_feeds .drone_pic .pic {
    width: 100%;
    padding-right: 50px;
  }
  .drone .drone_inner .drone_feeds .drone_pic .view {
    padding: 30px 0 0 0;
  }
  .drone .drone_inner .drone_feeds .drone_pic .view .drone_btn {
    font-size: 15px;
    line-height: 30px;
    padding: 0 15px !important;
  }
  .drone .drone_inner .drone_feeds .drone_feature {
    flex: 40% 0 0;
  }
  .drone .drone_inner .drone_feeds .drone_feature h3 {
    font-size: 24px;
    margin: 15px 0;
  }
  .drone .drone_inner .drone_feeds .drone_feature table tr th {
    font-size: 14px;
    line-height: 1.3;
    padding: 5px;
  }
  .drone .drone_inner .drone_feeds .drone_feature table tr td {
    font-size: 14px;
    line-height: 1.3;
    padding: 5px;
  }
  .drone li {
    width: 25%;
    padding: 20px;
  }
  .pop_drone {
    padding: 100px 180px;
  }
  .pop_drone .drone_prev {
    left: 100px !important;
  }
  .pop_drone .drone_next {
    right: 100px !important;
  }
  .pop_drone .drone_pagination {
    bottom: 50px !important;
  }
  .pop_drone .drone_close {
    right: 40px;
    top: 40px;
  }
  .pop_drone .drone_close .inner label {
    color: black;
  }
  .pop_drone .drone_close .inner:before {
    background: black;
  }
  .pop_drone .drone_close .inner:after {
    background: black;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .drone {
    padding: 15px;
    position: relative;
    margin-top: -30px;
  }
  .drone .drone_inner .drone_feeds {
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 20px;
  }
  .drone .drone_inner .drone_feeds .drone_pic {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .drone .drone_inner .drone_feeds .drone_pic .pic {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .drone .drone_inner .drone_feeds .drone_pic .view {
    padding: 0 0 0 0;
  }
  .drone .drone_inner .drone_feeds .drone_pic .view .drone_btn {
    font-size: 14px;
    line-height: 30px;
    padding: 0 15px !important;
  }
  .drone .drone_inner .drone_feeds .drone_feature {
    width: 100%;
  }
  .drone .drone_inner .drone_feeds .drone_feature h3 {
    font-size: 24px;
    margin: 15px 0;
    text-align: left;
  }
  .drone .drone_inner .drone_feeds .drone_feature .table {
    margin: 0 0 10px 0;
  }
  .drone .drone_inner .drone_feeds .drone_feature .table table tr th {
    font-size: 13px;
    line-height: 1.3;
    padding: 3px;
  }
  .drone .drone_inner .drone_feeds .drone_feature .table table tr td {
    font-size: 13px;
    line-height: 1.3;
    padding: 3px;
  }
  .drone li {
    width: 33.33%;
    padding: 15px;
  }
  .pop_drone {
    padding: 60px 90px;
  }
  .pop_drone .drone_prev {
    left: 50px !important;
  }
  .pop_drone .drone_next {
    right: 50px !important;
  }
  .pop_drone .drone_pagination {
    bottom: 30px !important;
  }
  .pop_drone .drone_close {
    right: 40px;
    top: 40px;
  }
  .pop_drone .drone_close .inner label {
    color: black;
  }
  .pop_drone .drone_close .inner:before {
    background: black;
  }
  .pop_drone .drone_close .inner:after {
    background: black;
  }
}

@media (min-width: 500px) and (max-width: 699px) {
  .drone {
    padding: 15px;
    position: relative;
    margin-top: -30px;
  }
  .drone .drone_inner .drone_feeds {
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 20px;
  }
  .drone .drone_inner .drone_feeds .drone_pic {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .drone .drone_inner .drone_feeds .drone_pic .pic {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .drone .drone_inner .drone_feeds .drone_pic .view {
    padding: 0 0 0 0;
  }
  .drone .drone_inner .drone_feeds .drone_pic .view .drone_btn {
    font-size: 14px;
    line-height: 30px;
    padding: 0 15px !important;
  }
  .drone .drone_inner .drone_feeds .drone_feature {
    width: 100%;
  }
  .drone .drone_inner .drone_feeds .drone_feature h3 {
    font-size: 24px;
    margin: 15px 0;
    text-align: left;
  }
  .drone .drone_inner .drone_feeds .drone_feature .table {
    margin: 0 0 10px 0;
  }
  .drone .drone_inner .drone_feeds .drone_feature .table table tr th {
    font-size: 13px;
    line-height: 1.3;
    padding: 3px;
  }
  .drone .drone_inner .drone_feeds .drone_feature .table table tr td {
    font-size: 13px;
    line-height: 1.3;
    padding: 3px;
  }
  .drone li {
    width: 50%;
    padding: 10px;
  }
  .pop_drone {
    padding: 0 0;
  }
  .pop_drone .drone_prev {
    left: 30px !important;
  }
  .pop_drone .drone_next {
    right: 30px !important;
  }
  .pop_drone .drone_pagination {
    bottom: 30px !important;
  }
  .pop_drone .drone_close {
    right: 20px;
    top: -30px;
  }
  .pop_drone .drone_close .inner label {
    color: white;
  }
  .pop_drone .drone_close .inner:before {
    background: white;
  }
  .pop_drone .drone_close .inner:after {
    background: white;
  }
}

@media (max-width: 499px) {
  .drone {
    padding: 15px;
    position: relative;
    margin-top: -30px;
  }
  .drone .drone_inner .drone_feeds {
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 20px;
  }
  .drone .drone_inner .drone_feeds .drone_pic {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .drone .drone_inner .drone_feeds .drone_pic .pic {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .drone .drone_inner .drone_feeds .drone_pic .view {
    padding: 0 0 0 0;
  }
  .drone .drone_inner .drone_feeds .drone_pic .view .drone_btn {
    font-size: 14px;
    line-height: 30px;
    padding: 0 15px !important;
  }
  .drone .drone_inner .drone_feeds .drone_feature {
    width: 100%;
  }
  .drone .drone_inner .drone_feeds .drone_feature h3 {
    font-size: 24px;
    margin: 15px 0;
    text-align: left;
  }
  .drone .drone_inner .drone_feeds .drone_feature .table {
    margin: 0 0 10px 0;
  }
  .drone .drone_inner .drone_feeds .drone_feature .table table tr th {
    font-size: 13px;
    line-height: 1.3;
    padding: 3px;
  }
  .drone .drone_inner .drone_feeds .drone_feature .table table tr td {
    font-size: 13px;
    line-height: 1.3;
    padding: 3px;
  }
  .drone li {
    width: 100%;
    padding: 10px;
  }
  .pop_drone .drone_prev {
    left: 30px !important;
  }
  .pop_drone .drone_next {
    right: 30px !important;
  }
  .pop_drone .drone_pagination {
    bottom: 30px !important;
  }
  .pop_drone .drone_close {
    right: 20px;
    top: -30px;
  }
  .pop_drone .drone_close .inner label {
    color: white;
  }
  .pop_drone .drone_close .inner:before {
    background: white;
  }
  .pop_drone .drone_close .inner:after {
    background: white;
  }
}

.news {
  width: 100%;
  position: relative;
}

.news .bg_news {
  color: #f5f5f5;
  font-weight: 900;
  position: absolute;
  left: -10px;
  top: 10%;
  font-size: 250px;
}

.news .news_inner {
  width: 100%;
  max-width: 1400px;
  min-width: 360px;
  height: auto;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.news .news_inner .news_feeds {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
}

.news .news_inner .news_feeds ul {
  width: 100%;
}

.news .news_inner .news_feeds ul li {
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
}

.news .news_inner .news_feeds ul li:hover {
  box-shadow: inset 0 0 0 2px #1231dd;
  border: 1px solid #1231dd;
}

.news .news_inner .news_feeds ul li span.date {
  position: absolute;
  color: #000;
  text-align: left;
  font-weight: 600;
}

.news .news_inner .news_feeds ul li span.new {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #000;
  font-size: 18px;
  line-height: 40px;
  width: 100px;
  text-align: right;
}

.news .news_inner .news_feeds ul li span.new i {
  color: #f21414;
  display: inline-block;
  line-height: 20px;
  background-color: #ffeaea;
  font-size: 12px;
  font-weight: 700;
  padding: 0 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.news .news_inner .news_feeds ul li a {
  width: 100%;
  display: block;
  font-weight: 600;
  text-align: left;
  color: #444;
}

.news .news_inner .news_feeds a.more {
  display: inline-block;
  font-weight: 600;
  color: #000;
  margin: 0 auto;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  position: relative;
}

.news .news_inner .news_feeds a.more i {
  display: inline-block;
  background-image: url("/images/ico_plus.png");
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
}

.news .news_inner .news_feeds a.more:hover i {
  transform: rotate(90deg);
}

@media (min-width: 1500px) {
  .news .bg_news {
    left: -10px;
    top: 10%;
    font-size: 250px;
  }
  .news .news_inner .news_feeds ul {
    margin: 80px 0 50px 0;
  }
  .news .news_inner .news_feeds ul li {
    height: 80px;
    margin-bottom: 10px;
    padding: 20px 120px;
  }
  .news .news_inner .news_feeds ul li span.date {
    left: 20px;
    top: 20px;
    font-size: 18px;
    line-height: 40px;
    width: 100px;
  }
  .news .news_inner .news_feeds ul li span.new {
    right: 20px;
    top: 20px;
    font-size: 18px;
    line-height: 40px;
    width: 100px;
  }
  .news .news_inner .news_feeds ul li a {
    font-size: 20px;
    line-height: 40px;
  }
  .news .news_inner .news_feeds a.more {
    font-size: 20px;
    padding-right: 30px;
  }
  .news .news_inner .news_feeds a.more i {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 1100px) and (max-width: 1499px) {
  .news .bg_news {
    left: -10px;
    top: 10%;
    font-size: 180px;
  }
  .news .news_inner .news_feeds ul {
    margin: 80px 0 50px 0;
  }
  .news .news_inner .news_feeds ul li {
    height: 80px;
    margin-bottom: 10px;
    padding: 20px 120px;
  }
  .news .news_inner .news_feeds ul li span.date {
    left: 20px;
    top: 20px;
    font-size: 18px;
    line-height: 40px;
    width: 100px;
  }
  .news .news_inner .news_feeds ul li span.new {
    right: 20px;
    top: 20px;
    font-size: 18px;
    line-height: 40px;
    width: 100px;
  }
  .news .news_inner .news_feeds ul li a {
    font-size: 20px;
    line-height: 40px;
  }
  .news .news_inner .news_feeds a.more {
    font-size: 20px;
    padding-right: 30px;
  }
  .news .news_inner .news_feeds a.more i {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 600px) and (max-width: 1099px) {
  .news .bg_news {
    left: -10px;
    top: 10px;
    font-size: 100px;
  }
  .news .news_inner {
    padding: 0 15px;
  }
  .news .news_inner .news_feeds ul {
    margin: 60px 0 30px 0;
  }
  .news .news_inner .news_feeds ul li {
    height: 60px;
    margin-bottom: 10px;
    padding: 10px 100px;
  }
  .news .news_inner .news_feeds ul li span.date {
    left: 20px;
    top: 10px;
    font-size: 16px;
    line-height: 40px;
    width: 80px;
  }
  .news .news_inner .news_feeds ul li span.new {
    right: 20px;
    top: 10px;
    font-size: 16px;
    line-height: 40px;
    width: 80px;
  }
  .news .news_inner .news_feeds ul li a {
    font-size: 18px;
    line-height: 40px;
  }
  .news .news_inner .news_feeds a.more {
    font-size: 16px;
    padding-right: 22px;
  }
  .news .news_inner .news_feeds a.more i {
    width: 18px;
    height: 18px;
    background-size: 18px auto;
  }
}

@media (max-width: 599px) {
  .news .bg_news {
    left: -10px;
    top: 10px;
    font-size: 60px;
  }
  .news .news_inner {
    padding: 0 15px;
  }
  .news .news_inner .news_feeds ul {
    margin: 30px 0 15px 0;
  }
  .news .news_inner .news_feeds ul li {
    height: 50px;
    margin-bottom: 10px;
    padding: 10px 80px;
  }
  .news .news_inner .news_feeds ul li span.date {
    left: 15px;
    top: 10px;
    font-size: 14px;
    line-height: 30px;
    width: 60px;
  }
  .news .news_inner .news_feeds ul li span.new {
    right: 15px;
    top: 10px;
    font-size: 14px;
    line-height: 30px;
    width: 60px;
  }
  .news .news_inner .news_feeds ul li a {
    font-size: 16px;
    line-height: 30px;
  }
  .news .news_inner .news_feeds a.more {
    font-size: 16px;
    padding-right: 22px;
  }
  .news .news_inner .news_feeds a.more i {
    width: 18px;
    height: 18px;
    background-size: 18px auto;
  }
}

.about {
  width: 100%;
  position: relative;
  text-align: center;
}

.about .bg_about {
  color: #dfebfc;
  font-weight: 900;
  position: absolute;
}

.about .about_inner {
  width: 100%;
  max-width: 1400px;
  min-width: 360px;
  height: auto;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.about .about_inner .exp {
  width: 100%;
  float: left;
}

.about .about_inner .exp:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
}

.about .about_inner .exp li {
  float: left;
  text-align: left;
  position: relative;
}

.about .about_inner .exp li .pic {
  position: absolute;
}

.about .about_inner .exp li .pic img {
  width: 100%;
  height: auto;
}

.about .about_inner .exp li .txt {
  width: 100%;
  color: #555;
}

.about .about_inner .ask {
  border: 1px solid #e1e1e1;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}

.about .about_inner .ask:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
}

.about .about_inner .ask dt {
  float: left;
  border-right: 1px solid #e1e1e1;
  background-image: url("/images/ico_email.png");
  background-position: center center;
}

.about .about_inner .ask dd.txt {
  float: left;
  color: #555;
}

.about .about_inner .ask dd.btn {
  position: absolute;
}

.about .about_inner .ask dd.btn a {
  display: block;
  background-color: #1231dd;
  color: white;
  background-image: url("/images/ico_arrow.png");
  background-position: right center;
}

@media (min-width: 1500px) {
  .about .bg_about {
    right: -30px;
    top: 2%;
    font-size: 200px;
  }
  .about .about_inner {
    padding: 0 0;
  }
  .about .about_inner .exp {
    padding: 40px 0;
  }
  .about .about_inner .exp li {
    width: 50%;
    padding: 30px 20px 10px 250px;
    min-height: 170px;
  }
  .about .about_inner .exp li .pic {
    width: 220px;
    left: 0;
    top: 10px;
  }
  .about .about_inner .exp li .txt {
    font-size: 18px;
    line-height: 1.4;
  }
  .about .about_inner .ask {
    width: 60%;
    min-width: 50%;
  }
  .about .about_inner .ask dt {
    width: 100px;
    height: 70px;
  }
  .about .about_inner .ask dd.txt {
    height: 70px;
    padding: 10px 30px;
    font-size: 22px;
    line-height: 50px;
  }
  .about .about_inner .ask dd.btn {
    right: 10px;
    top: 10px;
  }
  .about .about_inner .ask dd.btn a {
    font-size: 16px;
    line-height: 50px;
    padding: 0 60px 0 30px;
  }
}

@media (min-width: 1100px) and (max-width: 1499px) {
  .about .bg_about {
    right: -30px;
    top: 2%;
    font-size: 200px;
  }
  .about .about_inner {
    padding: 0 20px;
  }
  .about .about_inner .exp {
    padding: 40px 0;
  }
  .about .about_inner .exp li {
    width: 50%;
    padding: 30px 20px 10px 250px;
    min-height: 170px;
  }
  .about .about_inner .exp li .pic {
    width: 220px;
    left: 0;
    top: 10px;
  }
  .about .about_inner .exp li .txt {
    font-size: 18px;
    line-height: 1.4;
  }
  .about .about_inner .ask {
    width: 50%;
    min-width: 50%;
  }
  .about .about_inner .ask dt {
    width: 100px;
    height: 70px;
  }
  .about .about_inner .ask dd.txt {
    height: 70px;
    padding: 10px 20px;
    font-size: 22px;
    line-height: 50px;
  }
  .about .about_inner .ask dd.btn {
    right: 10px;
    top: 10px;
  }
  .about .about_inner .ask dd.btn a {
    font-size: 16px;
    line-height: 50px;
    padding: 0 60px 0 30px;
  }
}

@media (min-width: 600px) and (max-width: 1099px) {
  .about .bg_about {
    right: -10px;
    top: 10px;
    font-size: 100px;
  }
  .about .about_inner {
    padding: 0 50px 0 15px;
  }
  .about .about_inner .exp {
    padding: 20px 0;
  }
  .about .about_inner .exp li {
    width: 100%;
    padding: 30px 20px 10px 200px;
    min-height: 140px;
  }
  .about .about_inner .exp li .pic {
    width: 180px;
    left: 0;
    top: 10px;
  }
  .about .about_inner .exp li .txt {
    font-size: 16px;
    line-height: 1.4;
  }
  .about .about_inner .ask {
    width: 90%;
    min-width: 50%;
  }
  .about .about_inner .ask dt {
    width: 80px;
    height: 60px;
    background-size: 60px auto;
  }
  .about .about_inner .ask dd.txt {
    height: 60px;
    padding: 10px 15px;
    font-size: 20px;
    line-height: 40px;
  }
  .about .about_inner .ask dd.btn {
    right: 10px;
    top: 10px;
  }
  .about .about_inner .ask dd.btn a {
    font-size: 14px;
    line-height: 40px;
    padding: 0 50px 0 20px;
  }
}

@media (max-width: 599px) {
  .about .bg_about {
    right: -10px;
    top: 10px;
    font-size: 60px;
  }
  .about .about_inner {
    padding: 0 15px 0 15px;
  }
  .about .about_inner .exp {
    padding: 20px 0;
  }
  .about .about_inner .exp li {
    width: 100%;
    padding: 150px 10px 10px 10px;
    min-height: 140px;
  }
  .about .about_inner .exp li .pic {
    width: 180px;
    left: 50%;
    top: 10px;
    margin-left: -90px;
  }
  .about .about_inner .exp li .txt {
    font-size: 16px;
    line-height: 1.4;
  }
  .about .about_inner .ask {
    width: 100%;
    min-width: 50%;
    margin: 0 0 120px 0;
  }
  .about .about_inner .ask dt {
    width: 80px;
    height: 60px;
    background-size: 60px auto;
  }
  .about .about_inner .ask dd.txt {
    height: 60px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 40px;
  }
  .about .about_inner .ask dd.btn {
    right: 0;
    top: 70px;
  }
  .about .about_inner .ask dd.btn a {
    font-size: 14px;
    line-height: 40px;
    padding: 0 50px 0 20px;
  }
}

.footer {
  text-align: center;
  position: relative;
}

.footer .footer_inner {
  width: 100%;
  max-width: 1400px;
  min-width: 360px;
  height: auto;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.footer .footer_inner:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
}

.footer .footer_inner .footer_lg {
  background-image: url("/images/footer_lg.png");
}

.footer .footer_inner .footer_or {
  color: white;
  font-weight: 400;
}

.footer .footer_inner .footer_or span {
  display: inline-block;
  width: 20px;
}

.footer .footer_inner .footer_info ul li {
  color: white;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  padding: 0 0 0 28px;
}

.footer .footer_inner .footer_info ul li i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 28px;
  height: 28px;
  background-image: url("/images/ico_footer.png");
}

.footer .footer_inner .footer_info ul li i.address {
  background-position: 0 0;
}

.footer .footer_inner .footer_info ul li i.email {
  background-position: 0 -56px;
}

.footer .footer_inner .footer_info ul li i.fax {
  background-position: 0 -84px;
}

.footer .footer_inner .footer_cr {
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #999;
  font-weight: 400;
  font-size: 15px;
}

.footer .go_top {
  background-color: #282828;
  text-align: center;
  border: none;
  outline: none;
  background-image: url("/images/go_top.png");
  background-position: center center;
  cursor: pointer;
}

@media (min-width: 1600px) {
  .footer {
    padding: 40px 0;
    height: 200px;
  }
  .footer .footer_inner .footer_lg {
    float: left;
    width: 170px;
    height: 80px;
  }
  .footer .footer_inner .footer_or {
    float: left;
    font-size: 15px;
    line-height: 20px;
    margin: 30px 0 0 30px;
  }
  .footer .footer_inner .footer_info {
    float: left;
    margin: 27px 0 0 30px;
  }
  .footer .footer_inner .footer_info ul {
    float: left;
  }
  .footer .footer_inner .footer_info ul li {
    font-size: 15px;
    float: left;
    margin-right: 15px;
  }
  .footer .footer_inner .footer_cr {
    right: 0;
    font-size: 15px;
  }
  .footer .go_top {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100%;
  }
}

@media (min-width: 1000px) and (max-width: 1599px) {
  .footer {
    padding: 15px 0;
  }
  .footer .footer_inner {
    padding: 0 15px;
  }
  .footer .footer_inner .footer_lg {
    float: left;
    width: 170px;
    height: 80px;
  }
  .footer .footer_inner .footer_or {
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 20px;
    margin: 10px 0 0 10px;
  }
  .footer .footer_inner .footer_info {
    width: 100%;
    float: left;
    margin: 5px 0 0 5px;
  }
  .footer .footer_inner .footer_info ul {
    float: left;
  }
  .footer .footer_inner .footer_info ul li {
    font-size: 15px;
    float: left;
    margin-right: 15px;
  }
  .footer .footer_inner .footer_cr {
    position: relative;
    float: left;
    font-size: 15px;
    margin: 10px 0 0 10px;
  }
  .footer .go_top {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 100%;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .footer {
    padding: 0 0;
  }
  .footer .fp-tableCell {
    padding: 10px 0;
  }
  .footer .footer_inner .footer_lg {
    width: 170px;
    height: 80px;
    margin: 0 auto;
  }
  .footer .footer_inner .footer_or {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    text-align: center;
    padding: 5px 0 0 0;
  }
  .footer .footer_inner .footer_info {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 5px 0 0 0;
  }
  .footer .footer_inner .footer_info:after {
    content: "";
    height: 0;
    line-height: 0;
    clear: both;
    display: block;
  }
  .footer .footer_inner .footer_info ul {
    display: inline-block;
    margin: 0 auto;
  }
  .footer .footer_inner .footer_info ul li {
    font-size: 14px;
    margin: 0 10px;
    float: left;
  }
  .footer .footer_inner .footer_cr {
    position: relative;
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 10px 0 0 0;
  }
  .footer .go_top {
    position: absolute;
    right: 0;
    top: -80px;
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 599px) {
  .footer {
    padding: 0 0;
  }
  .footer .fp-tableCell {
    padding: 10px 0;
  }
  .footer .footer_inner .footer_lg {
    width: 170px;
    height: 80px;
    margin: 0 auto;
  }
  .footer .footer_inner .footer_or {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    text-align: center;
    padding: 5px 0 0 0;
  }
  .footer .footer_inner .footer_info {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 5px 0 0 0;
  }
  .footer .footer_inner .footer_info:after {
    content: "";
    height: 0;
    line-height: 0;
    clear: both;
    display: block;
  }
  .footer .footer_inner .footer_info ul {
    display: inline-block;
    margin: 0 auto;
  }
  .footer .footer_inner .footer_info ul li {
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
  }
  .footer .footer_inner .footer_cr {
    position: relative;
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 10px 0 0 0;
  }
  .footer .go_top {
    position: absolute;
    right: 0;
    top: -60px;
    width: 60px;
    height: 60px;
    background-size: 30px auto;
  }
}

@-webkit-keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  70% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

@-moz-keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  70% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

@keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  70% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

.ask_form {
  width: 100%;
  position: relative;
  border-top: 2px solid #e1e1e1;
}

.ask_form ul.form_box {
  width: 100%;
  position: relative;
}

.ask_form ul.form_box li {
  width: 100%;
  position: relative;
  padding: 10px 20px 10px 20px;
  border-bottom: 1px solid #e1e1e1;
}

.ask_form ul.form_box li.textarea {
  padding: 20px;
}

.ask_form ul.form_box li.textarea textarea {
  width: 100%;
  min-height: 430px;
  padding: 20px 30px;
  resize: none;
  color: #363636;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
  border: 0;
  background: #f1f1f1;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.ask_form ul.form_box li.textarea textarea::placeholder {
  color: #898989;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -1px;
}

.ask_form ul.form_box li.textarea textarea:focus-visible {
  outline: 1;
}

.ask_ok {
  position: relative;
  color: #555;
  font-size: 20px;
  line-height: 1.3;
  padding: 5px 0 20px 120px;
  text-align: left;
  min-height: 60px;
  display: inline-block;
  margin: 0 auto;
}

.ask_ok:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 60px;
  background-image: url("/images/ico_ask_write_ok.png");
}

.input_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  text-align: left;
}

.input_box label {
  flex-basis: 150px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
  padding-left: 20px;
}

.input_box input[type="text"], .input_box input[type="password"] {
  height: 40px;
  padding: 0 20px;
  color: #363636;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  background: #f1f1f1;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.input_box input[type="text"]::placeholder, .input_box input[type="password"]::placeholder {
  color: #898989;
  font-size: 16px;
  font-weight: 300;
}

.input_box input[type="text"]:focus-visible, .input_box input[type="password"]:focus-visible {
  outline: 1;
}

.input_box .value {
  font-size: 16px;
  color: #363636;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
}

.input_box .select_box select {
  height: 40px;
  padding: 0 10px;
  color: #363636;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.input_box.name input[type="text"] {
  width: 200px;
}

.input_box.tel input[type="text"] {
  width: 300px;
}

.input_box.email input[type="text"] {
  width: 300px;
}

.input_box.title input[type="text"] {
  flex-basis: 0;
  flex-grow: 1;
}

.input_box.file input[type="file"] {
  flex-basis: 0;
  flex-grow: 1;
}

.input_box .point {
  display: block;
  margin-left: 20px;
  color: #ff592e;
  font-size: 14px;
  font-weight: 400;
}

.file_box {
  display: flex;
  align-items: center;
}

.file_box > label {
  min-width: 140px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
}

.file_box .file_search {
  display: flex;
  align-items: center;
}

.file_box .file_search label {
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  border: 1px solid #e1e1e1;
  cursor: pointer;
}

.file_box .file_search label:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
  background: url(../images/ico_file.png) no-repeat;
  transition: all 0.5s ease-in 0s;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
}

.file_box .file_search label:hover:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.file_box .file_search input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}

.file_box .file_search .file_tit {
  width: 150px;
  height: 40px;
  text-align: center;
  border: 1px solid #e1e1e1;
}

.file_box .file_search .file_tit::placeholder {
  color: #464646;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -1px;
}

.file_box .file_search .file_tit:focus-visible {
  outline: 0;
}

.file_box .file_txt {
  color: #464646;
  font-size: 16px;
  font-weight: 300;
  line-height: 39px;
}

.file_box .file_txt span {
  display: inline-block;
  padding-right: 30px;
}

.file_box .file_txt .close {
  width: 12px;
  height: 12px;
  background: url(../images/ico_close.png) no-repeat;
}

.btn_box {
  margin: 50px auto 0;
  text-align: center;
}

.btn_box ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn_box ul li {
  display: flex;
}

.btn_box ul li a {
  display: block;
  position: relative;
  padding: 0 60px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  line-height: 50px;
}

.btn_box ul li a.btn_blue {
  background-color: #1231dd;
}

.btn_box ul li a.btn_yellow {
  background: #f7ca18;
}

.btn_box ul li a.btn_red {
  background: #ff0000;
}

.btn_box ul li a.btn_gray {
  background: #363636;
}

.btn_box ul li a[class^="btn_white_"] {
  width: 50px;
  height: 50px;
  padding: 0;
  border: 1px solid #e1e1e1;
  background: #fff;
}

.btn_box ul li a[class^="btn_white_"]:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -12px;
  margin-left: -12px;
  background-repeat: no-repeat;
}

.btn_box ul li a[class^="btn_white_"].btn_white_login:before {
  background-image: url(../images/ico_login.png);
  background-size: 100% auto;
}

.btn_box ul li a[class^="btn_white_"].btn_white_logout:before {
  background-image: url(../images/ico_logout.png);
  background-size: 100% auto;
}

.btn_box ul li a:hover {
  border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
}

.btn_box ul li + li {
  margin-left: 10px;
}

.btn_box.btn_admin {
  display: flex;
  justify-content: end;
  position: relative;
  margin-top: 30px;
}

.checkbox-group {
  text-align: left;
  display: inline-block;
}

.checkbox-group label {
  color: #666666;
  font-size: 16px;
  cursor: pointer;
  border: 1px dotted transparent;
  position: relative;
  min-height: 18px;
  padding: 0 0 0 24px;
}

.checkbox-group label span {
  width: 18px;
  height: 18px;
  background-color: #d6dde7;
  background-image: url("../images/ui-icons_white_256x240.png");
  background-position: -63px,-144px;
  box-shadow: none;
  border-radius: 0;
  border: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.checkbox-group input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.checkbox-group input:checked ~ label span {
  background-color: #192C4F;
}

.checkbox-group input:focus ~ label {
  border: 1px dotted #999999;
}

@media (max-width: 900px) {
  .ask_form ul.form_box li {
    padding: 5px 10px 5px 10px;
  }
  .ask_form ul.form_box li.textarea {
    padding: 10px;
  }
  .ask_form ul.form_box li.textarea textarea {
    min-height: 200px;
    padding: 10px 15px;
    font-size: 14px;
  }
  .input_box label {
    flex: 30% 0 0;
    font-size: 16px;
    padding-left: 10px;
  }
  .input_box input[type="text"], .input_box input[type="password"] {
    flex: 70% 0 0;
    height: 34px;
    padding: 0 10px;
    color: #363636;
    font-size: 14px;
    background: #f1f1f1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .input_box input[type="text"]::placeholder, .input_box input[type="password"]::placeholder {
    font-size: 14px;
  }
  .input_box .select_box {
    flex: 70% 0 0;
  }
  .input_box .select_box select {
    height: 34px;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .input_box .point {
    padding-left: 10px;
    margin-left: 0;
    font-size: 13px;
    flex: 100% 0 0;
    padding: 10px 0 0 30%;
  }
  .btn_box {
    margin: 25px auto 0;
  }
  .btn_box ul li a {
    padding: 0 20px;
    font-size: 14px;
    line-height: 40px;
  }
  .btn_box ul li a[class^="btn_white_"] {
    width: 40px;
    height: 40px;
  }
  .btn_box ul li a[class^="btn_white_"]:before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
  }
  .ask_ok {
    font-size: 15px;
    line-height: 1.3;
    padding: 0 0 20px 75px;
    min-height: 30px;
  }
  .ask_ok:before {
    width: 66px;
    height: 40px;
    background-size: 66px auto;
  }
}

.login_box {
  margin: 50px auto 100px;
  text-align: center;
}

.login_box .login {
  display: inline-block;
  margin: 0 auto;
  padding: 50px 77px 47px;
  border: 1px solid #e1e1e1;
}

.login_box .login_form li {
  margin-top: 20px;
}

.login_box .login_form li:first-child {
  margin-top: 0;
}

.login_box .login_form .input_box {
  justify-content: center;
}

.login_box .login_form .input_box label {
  min-width: 152px;
  color: #363636;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
}

.login_box .btn_box {
  margin-top: 40px;
}

@media (max-width: 900px) {
  .login_box {
    margin: 30px auto 50px;
  }
  .login_box .login {
    padding: 40px;
  }
  .login_box .login_form li {
    margin-top: 20px;
  }
  .login_box .login_form li:first-child {
    margin-top: 0;
  }
  .login_box .login_form .input_box {
    justify-content: left;
  }
  .login_box .login_form .input_box label {
    width: 100%;
    display: block;
    text-align: left;
    color: #363636;
    font-size: 16px;
    padding: 0 0 10px 0;
  }
  .login_box .login_form input[type="text"], .login_box .login_form input[type="password"] {
    flex: 100% 0 0;
  }
  .login_box .btn_box {
    margin-top: 30px;
  }
}

.news_exp {
  position: relative;
  color: #555;
  font-size: 20px;
  line-height: 1.3;
  padding: 20px 0 20px 120px;
  text-align: left;
  min-height: 80px;
  display: inline-block;
  margin: 0 auto;
}

.news_exp:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 80px;
  background-image: url("/images/ico_news.png");
}

@media (max-width: 900px) {
  .news_exp {
    font-size: 15px;
    line-height: 1.3;
    padding: 10px 0 20px 60px;
    min-height: 40px;
  }
  .news_exp:before {
    width: 50px;
    height: 40px;
    background-size: 50px auto;
  }
}

.news_wrap {
  width: 100%;
  position: relative;
}

.news_wrap .search_box {
  display: flex;
  padding-right: 20px;
  justify-content: space-between;
  align-items: center;
}

.news_wrap .search_box p {
  display: flex;
  align-items: center;
  position: relative;
  color: #363636;
  font-weight: 500;
  letter-spacing: -1px;
  padding-left: 50px;
}

.news_wrap .search_box p span {
  display: inline-block;
  color: #ff592e;
  padding: 0 0 0 5px;
}

.news_wrap .search_box p:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 41px;
  margin-top: -20px;
  background: url(../images/ico_logo.png) no-repeat;
}

.news_wrap .search_box .search {
  display: flex;
  align-items: center;
}

.news_wrap .search_box .search label {
  flex-basis: 0;
}

.news_wrap .search_box .search button {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  border: 0;
  background: 0;
}

.news_wrap .search_box .search button span {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/ico_search.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.news_wrap .notice_list {
  margin-top: 20px;
}

.news_wrap .notice_list li {
  display: flex;
  align-items: center;
  position: relative;
  border-top: 1px solid #e1e1e1;
}

.news_wrap .notice_list li:first-child {
  border-top: 2px solid #056eb8;
}

.news_wrap .notice_list li:last-child {
  border-bottom: 1px solid #e1e1e1;
}

.news_wrap .notice_list li:after {
  content: '';
  display: block;
  clear: both;
}

.news_wrap .notice_list .date {
  position: absolute;
  left: 0;
  display: block;
  color: #898989;
  font-family: 'Poppins';
  font-weight: 500;
  text-align: center;
}

.news_wrap .notice_list .label_noti {
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background: #00a19a;
}

.news_wrap .notice_list .tit {
  width: 100%;
  text-align: left;
}

.news_wrap .notice_list .tit span {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.news_wrap .notice_list .tit em {
  display: block;
  position: relative;
}

.news_wrap .notice_list .tit em:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: #e4f3ff;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  z-index: -1;
}

.news_wrap .notice_list .tit .new {
  display: block;
  color: #ff592e;
  font-family: 'Poppins';
  font-weight: 600;
}

.news_wrap .notice_list .tit:hover em:before {
  height: 50%;
}

.news_wrap .notice_list .writer {
  position: absolute;
  right: 0;
  display: block;
  color: #363636;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-align: center;
}

.news_wrap .notice_bottom {
  position: relative;
}

.news_wrap .notice_bottom .pagination {
  display: flex;
  justify-content: center;
}

.news_wrap .notice_bottom .pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
  border: 1px solid #e1e1e1;
  background: #fff;
  transition: all 0.5s ease-in 0s;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
}

.news_wrap .notice_bottom .pagination a:hover {
  background: #ebebeb;
}

.news_wrap .notice_bottom .pagination a span {
  display: block;
  color: #898989;
  font-family: 'Poppins';
  font-weight: 600;
}

.news_wrap .notice_bottom .pagination a.pg_active {
  border: #00a19a;
  background: #00a19a;
}

.news_wrap .notice_bottom .pagination a.pg_active span {
  color: #fff;
}

.news_wrap .notice_bottom .pagination .pg_arr span {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}

.news_wrap .notice_bottom .pagination .pg_arr.btn_first span {
  background-image: url(../images/btn_first.png);
}

.news_wrap .notice_bottom .pagination .pg_arr.btn_last span {
  background-image: url(../images/btn_last.png);
}

.news_wrap .notice_bottom .pagination .pg_arr.btn_prev span {
  background-image: url(../images/btn_prev.png);
}

.news_wrap .notice_bottom .pagination .pg_arr.btn_next span {
  background-image: url(../images/btn_next.png);
}

.news_wrap .notice_bottom .btn_box {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}

@media (min-width: 1000px) {
  .news_wrap .search_box p {
    height: 40px;
    font-size: 18px;
  }
  .news_wrap .search_box .search input[type="text"] {
    width: 250px;
    font-size: 16px;
  }
  .news_wrap .notice_list li {
    padding: 20px 80px 20px 130px;
  }
  .news_wrap .notice_list .date {
    top: 20px;
    width: 120px;
    font-size: 16px;
    line-height: 27px;
  }
  .news_wrap .notice_list .label_noti {
    width: 60px;
    font-size: 16px;
    line-height: 27px;
  }
  .news_wrap .notice_list .tit span {
    font-size: 18px;
    line-height: 27px;
  }
  .news_wrap .notice_list .tit .new {
    margin-left: 14px;
    font-size: 16px;
  }
  .news_wrap .notice_list .writer {
    top: 20px;
    width: 80px;
    font-size: 16px;
    line-height: 27px;
  }
  .news_wrap .notice_bottom {
    margin-top: 45px;
  }
  .news_wrap .notice_bottom .pagination a {
    width: 50px;
    height: 50px;
  }
  .news_wrap .notice_bottom .pagination a span {
    font-size: 16px;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .news_wrap .search_box p {
    height: 40px;
    font-size: 15px;
  }
  .news_wrap .search_box .search input[type="text"] {
    width: 160px;
    font-size: 14px;
  }
  .news_wrap .notice_list li {
    padding: 10px 60px 10px 100px;
  }
  .news_wrap .notice_list .date {
    top: 10px;
    width: 100px;
    font-size: 14px;
    line-height: 22px;
  }
  .news_wrap .notice_list .label_noti {
    width: 60px;
    font-size: 14px;
    line-height: 22px;
  }
  .news_wrap .notice_list .tit span {
    font-size: 16px;
    line-height: 22px;
  }
  .news_wrap .notice_list .tit .new {
    margin-left: 8px;
    font-size: 12px;
  }
  .news_wrap .notice_list .writer {
    top: 10px;
    width: 60px;
    font-size: 14px;
    line-height: 22px;
  }
  .news_wrap .notice_bottom {
    margin-top: 25px;
  }
  .news_wrap .notice_bottom .pagination a {
    width: 40px;
    height: 40px;
  }
  .news_wrap .notice_bottom .pagination a span {
    font-size: 14px;
  }
  .news_wrap .notice_bottom .btn_admin {
    width: 100%;
    position: relative;
    margin-top: 10px;
  }
}

@media (max-width: 599px) {
  .news_wrap .search_box p {
    height: 40px;
    font-size: 15px;
  }
  .news_wrap .search_box .search input[type="text"] {
    width: 160px;
    font-size: 14px;
  }
  .news_wrap .notice_list li {
    padding: 40px 10px 10px 10px;
  }
  .news_wrap .notice_list .date {
    top: 10px;
    width: 100px;
    font-size: 14px;
    line-height: 22px;
  }
  .news_wrap .notice_list .label_noti {
    width: 60px;
    font-size: 14px;
    line-height: 22px;
  }
  .news_wrap .notice_list .tit span {
    font-size: 16px;
    line-height: 22px;
  }
  .news_wrap .notice_list .tit .new {
    margin-left: 8px;
    font-size: 12px;
  }
  .news_wrap .notice_list .writer {
    top: 10px;
    width: 60px;
    font-size: 14px;
    line-height: 22px;
  }
  .news_wrap .notice_bottom {
    margin-top: 25px;
  }
  .news_wrap .notice_bottom .pagination a {
    width: 40px;
    height: 40px;
  }
  .news_wrap .notice_bottom .pagination a span {
    font-size: 14px;
  }
  .news_wrap .notice_bottom .btn_admin {
    width: 100%;
    position: relative;
    margin-top: 10px;
  }
}

.view_list {
  margin-top: 40px;
}

.view_list .tit {
  padding: 15px;
  border-top: 2px solid #056eb8;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
}

.view_list .tit .noti {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
  background: #00a19a;
  color: #fff;
  font-weight: 600;
}

.view_list .tit h4 {
  color: #000;
  font-weight: 600;
  letter-spacing: -1px;
}

.view_list .att_file {
  width: 100%;
  text-align: left;
  padding: 10px;
}

.view_list .att_file b {
  color: #1231dd;
}

.view_list .att_file a {
  color: #444;
}

.view_list .txt {
  position: relative;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
  object-fit: scale-down;
}

.view_list .txt .info {
  position: absolute;
  right: 0;
  top: 10px;
  display: inline-block;
  color: #363636;
  font-family: 'Pretendard';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-align: right;
}

.view_list .txt p {
  color: #464646;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.6em;
  word-break: keep-all;
  width: 100%;
  object-fit: contain;
  text-align: left;
}

.view_list .txt p.img {
  width: 100%;
  text-align: center;
}

.view_list .txt img {
  max-width: 800px;
  width: 100%;
  height: auto;
}

.page_list ul li {
  display: flex;
  align-items: center;
  border-top: 1px solid #e1e1e1;
}

.page_list ul li:last-child {
  border-bottom: 1px solid #e1e1e1;
}

.page_list ul li p {
  position: relative;
  color: #000;
  font-weight: 600;
  letter-spacing: -1px;
}

.page_list ul li p:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  height: 9px;
  margin-top: -4.5px;
  background-repeat: no-repeat;
}

.page_list ul li a {
  display: block;
  color: #464646;
  font-weight: 400;
  letter-spacing: -1px;
  text-align: left;
}

.page_list ul li.next p:before {
  background-image: url(../images/ico_top.png);
}

.page_list ul li.prev p:before {
  background-image: url(../images/ico_bottom.png);
}

@media (min-width: 1000px) {
  .view_list .tit .noti {
    padding: 5px 15px 5px 15px;
    font-size: 16px;
  }
  .view_list .tit h4 {
    font-size: 24px;
  }
  .view_list .txt {
    padding: 80px 50px 50px 50px;
  }
  .view_list .txt p {
    font-size: 18px;
  }
  .view_list .txt p.img {
    margin-top: 30px;
  }
  .page_list {
    margin-top: 100px;
  }
  .page_list ul li {
    padding: 20px 20px 20px 68px;
  }
  .page_list ul li p {
    font-size: 18px;
    padding-right: 48px;
  }
  .page_list ul li a {
    font-size: 16px;
    width: calc(100% - 120px);
    margin-left: 25px;
  }
}

@media (max-width: 999px) {
  .view_list .tit .noti {
    padding: 3px 10px 3px 10px;
    font-size: 14px;
  }
  .view_list .tit h4 {
    font-size: 20px;
  }
  .view_list .txt {
    padding: 50px 20px 30px 20px;
  }
  .view_list .txt p {
    font-size: 15px;
  }
  .view_list .txt p.img {
    margin-top: 20px;
  }
  .page_list {
    margin-top: 50px;
  }
  .page_list ul li {
    padding: 10px 10px 10px 20px;
  }
  .page_list ul li p {
    font-size: 16px;
    padding-right: 32px;
  }
  .page_list ul li a {
    font-size: 15px;
    width: calc(100% - 100px);
    margin-left: 20px;
  }
}

.write_list {
  margin-top: 40px;
}

.write_list li {
  padding: 10px 20px 10px 68px;
  border-top: 1px solid #e1e1e1;
}

.write_list li:first-child {
  border-top: 2px solid #056eb8;
}

.write_list li:last-child {
  border-bottom: 1px solid #e1e1e1;
}

.write_list li.txt {
  position: relative;
  padding: 20px;
}

.write_list li.txt .info {
  position: absolute;
  top: 10px;
  right: 0;
  color: #363636;
  font-family: 'Pretendard';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.write_list li.txt textarea {
  width: 100%;
  min-height: 430px;
  padding: 20px 30px;
  resize: none;
  color: #363636;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
  border: 0;
  background: #ebebeb;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.write_list li.txt textarea::placeholder {
  color: #898989;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -1px;
}

.write_list li.txt textarea:focus-visible {
  outline: 0;
}
