@media (max-width: 480px) {
  .br480 {
    display: block;
  }
}

.top_menu {
  margin-bottom: 95px;
}
@media (max-width: 991px) {
  .top_menu {
    margin-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .top_menu {
    margin-bottom: 40px;
  }
}
.top_menu.mb60 {
  margin-bottom: 60px;
}
.top_menu .top_menu_pc .menu_ul > li {
  margin-right: 36px;
  padding-bottom: 13px;
}
.top_menu .top_menu_pc .menu_ul > li > a {
  font-family: "notosans";
}
.top_menu .top_menu_mobile .top_menu_drop > a {
  font-family: "notosans";
  color: #0f5dc9;
  border-bottom: 1px solid #0f5dc9;
}
@media (max-width: 480px) {
  .top_menu .top_menu_mobile .top_menu_drop > a {
    font-size: 14px;
  }
}

.category_modify.gallery {
  display: flex;
}
@media (max-width: 991px) {
  .category_modify.gallery {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .category_modify.gallery ul {
    margin-bottom: 10px;
  }
}
.category_modify > ul.category_modify_ul > li.active a {
  font-weight: 500;
}
.category_modify > ul.category_modify_ul > li a {
  font-size: 17px;
  color: #666;
  font-weight: 300;
}
.category_modify > ul.category_modify_ul > li a::after {
  background: #cfcfcf;
}

.sub-title-box {
  margin-bottom: 70px;
}
@media (max-width: 480px) {
  .sub-title-box {
    margin-bottom: 40px;
  }
}
.sub-title-box h4 {
  font-size: 35px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .sub-title-box h4 {
    font-size: 22px;
  }
}
.sub-title-box p {
  font-size: 17px;
  color: #666;
  padding-top: 25px;
}

.top_banner .top_banner_txt .menu_nav {
  display: flex;
  margin-bottom: 26px;
}
.top_banner .top_banner_txt .menu_nav a {
  display: flex;
  align-items: center;
}
.top_banner .top_banner_txt .menu_nav a img {
  top: -1px;
}
@media (max-width: 480px) {
  .top_banner .top_banner_txt .menu_nav a img {
    top: 0px;
  }
}
.top_banner .top_banner_txt .menu_nav a span {
  font-family: "notosans";
}
.top_banner .top_banner_txt .menu_nav a span.text {
  margin-left: 10px;
}
@media (max-width: 480px) {
  .top_banner .top_banner_txt .menu_nav a span.text {
    margin-left: 6px;
  }
}
.top_banner .top_banner_txt .menu_nav > p {
  display: flex;
  align-items: center;
  font-family: "notosans";
}
@media (max-width: 480px) {
  .top_banner .top_banner_txt .menu_nav > p {
    font-size: 12px;
    align-items: center;
  }
}
.top_banner .top_banner_txt .menu_nav > p span {
  font-family: "notosans";
}
.top_banner .top_banner_txt .menu_nav > p span.menu_angle {
  font-family: "Nanum Gothic";
  font-size: 11px;
  margin-top: 1px;
}

.list-none {
  padding: 100px 0 50px 0;
}

.pagination li {
  display: inline-block;
  width: 30px;
}
.pagination li a {
  width: unset;
  padding: 0 12px !important;
  font-size: 16px !important;
  font-weight: 400;
  display: block;
  width: 100%;
  position: relative;
  color: #999 !important;
  font-weight: 500;
}
.pagination li a i::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.pagination li:nth-child(1) a i::before {
  background-image: url(../../img/page-first.png);
}
.pagination li:nth-child(2) a i::before {
  background-image: url(../../img/page-prev.png);
}
.pagination li:nth-last-child(2) a i::before {
  background-image: url(../../img/page-next.png);
}
.pagination li:last-child a i::before {
  background-image: url(../../img/page-last.png);
}
.pagination li.active a {
  color: #02419a !important;
}

.board-list .list-page {
  margin: 20px 0 0 !important;
}
.board-list .list-page .pagination li a {
  padding: 0 12px !important;
  font-size: 16px !important;
  position: relative;
  color: #999 !important;
}

.gallery_board ~ .list-page {
  margin: 60px 0 0 !important;
}
@media (max-width: 480px) {
  .gallery_board ~ .list-page {
    margin: 50px 0 0 !important;
  }
}

.mc04_product .banner-container .swiper-slide > a .banner_text p {
  font-size: 18px;
}

.section-wrapper.m01_01 .section:last-child {
  padding-top: 100px;
}
@media (max-width: 480px) {
  .section-wrapper.m01_01 .section:last-child {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.section-wrapper .section {
  padding: 80px 0;
}
@media (max-width: 480px) {
  .section-wrapper .section {
    padding: 60px 0;
  }
}
.section-wrapper .section.no-padding {
  padding: 0;
}
.section-wrapper .section.section-bg-grey {
  background-color: #f9f9f9;
}
.section-wrapper .section:first-child {
  padding-top: 0;
}
.section-wrapper .section:last-child {
  padding-bottom: 120px;
}
@media (max-width: 480px) {
  .section-wrapper .section:last-child {
    padding-bottom: 60px;
  }
}

.board-list .gallery_container .list-container {
  margin-bottom: -60px;
}
.board-list .gallery_board .fix_gallery_content {
  margin-top: 20px;
}
.board-list .gallery_board .fix_gallery_content h5 {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .board-list .gallery_board .fix_gallery_content h5 {
    font-size: 16px;
  }
}

.m01_03 .map iframe {
  width: 100%;
  height: 500px;
}
@media (max-width: 480px) {
  .m01_03 .map iframe {
    height: 275px;
  }
}
.m01_03 .container_img {
  margin-top: 60px;
}
@media (max-width: 480px) {
  .m01_03 .container_img {
    margin-top: 40px;
  }
}

.m02_02 .section1 {
  position: relative;
  padding-bottom: 140px;
}
@media (max-width: 991px) {
  .m02_02 .section1 {
    padding-bottom: 34%;
  }
}
.m02_02 .section1 .bg {
  position: absolute;
  background-image: url(../../img/m02_02_02.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 714px;
  bottom: 0;
  left: 0;
}
.m02_02 .section1 .bg img {
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .m02_02 .section1 .bg {
    height: auto;
    background-image: none;
    background-position: center bottom;
  }
}
.board_style.inquiry_style .list-board {
  margin-bottom: 25px;
}
.board_style.inquiry_style .list-board .wr-1 span {
  border-radius: 15px;
  font-size: 13px;
  min-width: 95px;
  transform: translate(-50%, -50%);
  margin: 0;
}
@media (max-width: 480px) {
  .board_style.inquiry_style .list-board .wr-1 span {
    min-width: 70px;
  }
}
.board_style.inquiry_style .list-board .wr-1 span.grey {
  color: #666;
  border: 1px solid #bcbcbc;
}
.board_style.inquiry_style .list-board .wr-1 span.blue {
  color: #02419a;
  border: 1px solid #02419a;
}
.board_style .list-board .div-head {
  background-color: #fff;
  border-top: 1px solid #333;
  padding: 21px 0;
}
.board_style .list-board .div-head > span {
  font-size: 16px;
  font-weight: 400;
}
.board_style .list-board .div-head > span.wr-num {
  width: 8%;
}
.board_style .list-board .div-head > span.wr-1 {
  width: 15%;
}
@media (max-width: 480px) {
  .board_style .list-board .div-head > span.wr-1 {
    width: 20%;
  }
}
.board_style .list-board .div-head > span.wr-name {
  width: 15%;
}
.board_style .list-board .list-body li > div {
  padding: 21px 0;
  font-size: 16px;
}
.board_style .list-board .list-body li > div.wr-num {
  width: 8%;
}
.board_style .list-board .list-body li > div.wr-1 {
  width: 15%;
}
@media (max-width: 480px) {
  .board_style .list-board .list-body li > div.wr-1 {
    width: 20%;
  }
}
.board_style .list-board .list-body li > div.wr-name {
  width: 15%;
}
.board_style .list-board .list-body .wr-subject .item-subject {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.board_style .list-tsearch {
  padding: 0;
  background-color: inherit;
  margin-bottom: 20px;
  border: none;
}
.board_style .list-tsearch.gallery_search {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .board_style .list-tsearch.gallery_search {
    width: 100%;
  }
}
.board_style .list-tsearch .inner {
  display: flex;
  justify-content: right;
}
.board_style .list-tsearch .inner .form-group {
  margin-bottom: 0;
}
.board_style .list-tsearch .inner .form-group input,
.board_style .list-tsearch .inner .form-group select {
  height: 40px;
  font-size: 14px;
  color: #777;
  padding: 0 15px;
  width: 100%;
  border: 1px solid #eee;
}
.board_style .list-tsearch .inner .form-group.select select {
  width: 110px;
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../../img/table-select-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
}
.board_style .list-tsearch .inner .form-group.search-word {
  position: relative;
  margin-left: 10px;
  min-width: 260px;
}
@media (max-width: 768px) {
  .board_style .list-tsearch .inner .form-group.search-word {
    min-width: unset;
    flex: 1;
  }
}
.board_style .list-tsearch .inner .form-group.search-word input {
  padding-right: 40px;
}
.board_style .list-tsearch .inner .form-group.search-word button.search-icon {
  position: absolute;
  background-color: transparent;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
}

.btn-group .write-btn {
  padding: 13px 30px;
  font-size: 14px;
  color: #fff;
  background-color: #bcbcbc;
  display: block;
  border-radius: 19px;
}

.form-group {
  margin-bottom: 0;
}

.search_page .search_category .pc_category ul {
  display: flex;
  flex-wrap: wrap;
}
.search_page .search_category .pc_category ul li {
  width: auto;
}
.search_page .search_category .pc_category ul li a {
  padding: 0 20px;
}