@font-face {
  font-family: MoeLI;
  src: url(../font/MoeLI.ttf);
}
body {
  font-family: Helvetica, Arial, LiHei Pro, sans-serif, Microsoft JhengHei;
  margin: 0 auto;
  max-width: 1920px;
  background: url(../img/bg01.jpg);
  overflow-x: hidden;
}

.header {
  background: #006597;
  background: linear-gradient(to bottom, #006597 0%, #044e73 100%, #044e73 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#006597", endColorstr="#044e73",GradientType=0 );
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 5px 0;
  z-index: 9;
}

.head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1680px;
  margin: 0 auto;
}

.logo {
  padding: 10px;
}

.nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav a {
  display: block;
  color: #fff;
  font-weight: bold;
  width: 125px;
  text-align: center;
  padding: 27px 20px;
  transition: 0.3s;
}
.nav a:hover, .nav a.active {
  color: #d0be7c;
}

.head_padding {
  height: 98px;
}

.banner {
  position: relative;
  z-index: 2;
}
.banner li.banner01 {
  width: 100%;
  height: 728px;
  background: url(../img/banner_bg01.jpg) top center no-repeat;
  padding-top: 12%;
}

.banner_row01 {
  max-width: 1024px;
  margin: 0px auto;
  background: url(../img/banner_row01.png) center center no-repeat;
  padding-bottom: 5%;
}

.banner_row02 {
  max-width: 1024px;
  margin: 10px auto;
  background: url(../img/banner_row02.png) center center no-repeat;
  padding-bottom: 3%;
  margin-top: 2.5%;
}

.banner_row03 {
  max-width: 1024px;
  margin: 10px auto;
  background: url(../img/banner_row03.png) center center no-repeat;
  padding-bottom: 3%;
  margin-top: 2.5%;
}

section {
  padding: 100px 0 20px;
}

.wrapper {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 20px;
}

h3.title {
  font-size: 2.3em;
  font-family: MoeLI;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

#home {
  position: relative;
  z-index: 2;
}
#home p {
  margin-bottom: 20px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 24px;
}

.home_are {
  max-width: 1270px;
  margin: 20px auto;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.home_li {
  width: 360px;
}

.home_img {
  text-align: center;
}

.home_TiBor {
  background: #03537b;
  padding: 5px;
  margin-bottom: 20px;
}

.sec01_title {
  background: #07618e;
  border: 1px solid #cbb394;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 18px 0;
  font-weight: 500;
  letter-spacing: 2px;
}

.home_con_bor {
  width: calc(100% - 10px);
  height: 258px;
  border: 1px solid #cbb394;
  padding: 0;
  margin-left: 10px;
  padding-top: 10px;
}

.home_con {
  border: 1px solid #947209;
  height: 263px;
  padding: 10px 20px;
  margin-left: -10px;
  width: 100%;
}

.home_SubTitle {
  text-align: center;
  font-size: 18px;
  color: #c38c00;
  font-weight: 600;
  padding: 15px 0;
}

#home .home_con p {
  font-size: 15px;
  text-align: left;
  line-height: 20px;
}

.about_are {
  border: 1px solid #947209;
  max-width: 1270px;
  margin: 50px auto;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
}

.about_li {
  width: 300px;
}

.about_img {
  text-align: center;
  margin: 10px auto;
}

.about_img img {
  width: 200px;
}

.about_title {
  margin: 30px auto;
  text-align: center;
  font-size: 20px;
  color: #c38c00;
  font-weight: bold;
}

.about_con {
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  min-height: 150px;
}

.divider {
  height: 350px;
  width: 1px;
  border-left: 1px solid #947209;
}

.about_rk {
  text-align: center;
  font-weight: bold;
}

#project {
  position: relative;
  z-index: 2;
  background: url(../img/bg02.jpg) top center no-repeat;
}
#project .wrapper {
  max-width: 1500px;
}

.project_are {
  max-width: 1270px;
  margin: 20px auto;
  border: 1px solid #947209;
  padding: 20px 0;
  margin-bottom: 70px;
}

.project_are .slick-next, .detail_options .slick-next {
  width: 45px;
  height: 100px;
  background: url(../img/btn_next.png) center center no-repeat;
  background-size: 100%;
  right: -80px;
}
.project_are .slick-prev, .detail_options .slick-prev {
  width: 45px;
  height: 100px;
  background: url(../img/btn_prev.png) center center no-repeat;
  background-size: 100%;
  left: -80px;
}
.project_are .slick-prev:before, .project_are .slick-next:before, .detail_options .slick-prev:before, .detail_options .slick-next:before {
  font-size: 0;
}

.project_img {
  margin-bottom: 15px;
}

.project_text {
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
  color: #ae8014;
  font-size: 18px;
}

.project_detail {
  max-width: 1270px;
  margin: 0 auto;
  transition: height 5s;
}

.detail_options {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
}
.detail_options li {
  background: #127cb1;
  padding: 5px;
  width: calc(33.3% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
  cursor: pointer;
}
.detail_options li:nth-child(3n+3) {
  margin-right: 0;
}
.detail_options li.active {
  background: #03537b;
}
.detail_options li.active .liBorder {
  border: 1px solid #cbb394;
  background: #07618e;
}

.liBorder {
  border: 1px solid #127cb1;
  background: #127cb1;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.detail_table {
  display: none;
}
.detail_table table.table {
  margin-bottom: 30px;
}
.detail_table table.table tr {
  border-bottom: 1px solid #a3a3a3;
}
.detail_table table.table tr td {
  padding: 10px 5px;
  font-size: 16px;
}
.detail_table table.table tr th {
  padding: 10px 5px;
  font-size: 18px;
  font-weight: bold;
}
.detail_table table.table tr td.td01 {
  width: 8%;
  text-align: right;
}
.detail_table table.table tr td.td02 {
  text-align: center;
  width: 11%;
}
.detail_table table.table tr td.td03 {
  text-align: left;
  width: 11%;
}
.detail_table table.table tr td.td04 {
  text-align: center;
  width: 5%;
}
.detail_table table.table tr td.td05 {
  text-align: center;
  width: 5%;
}
.detail_table table.table tr td.td06 {
  text-align: center;
  width: 11%;
}
.detail_table table.table tr td.td07 {
  text-align: left;
  width: 33%;
}
.detail_table table.table tr th.th03 {
  text-align: left;
}
.detail_table table.table tr:nth-last-child(2) {
  border-bottom: none;
}
.detail_table table.table tr.thead, .detail_table table.table tr.tfoot {
  border-top: 1px solid #947209;
  border-bottom: 2px solid #947209;
}
.detail_table table.table tr.tfoot th.th07 {
  text-align: left;
}
.detail_table table.table span.numbg {
  background: url(../img/number_bg.png) center center no-repeat;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 2px;
  padding: 8px;
  display: inline-block;
}

.detail_table.show {
  display: block;
}

.detail_remarks {
  margin-left: 100px;
  line-height: 30px;
}
.detail_remarks ul {
  margin-left: 17px;
}
.detail_remarks ul li {
  list-style-type: decimal;
}

#advisory {
  position: relative;
  z-index: 2;
  background: url(../img/bg03.jpg) top center no-repeat;
}
#advisory h3.title {
  margin-bottom: 40px;
}

.advisory_are {
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.contact01 {
  border: 1px solid #cbb394;
  padding: 0;
  margin-left: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
}

.con_border {
  border: 1px solid #947209;
  padding: 20px 40px;
  margin-left: -10px;
  margin-bottom: -10px;
  width: 100%;
}

.contact_title {
  font-size: 18px;
  font-weight: bold;
}
.contact_title span.con_name {
  color: #c38c00;
}
.contact_title span.site {
  display: inline-block;
  margin-left: 10px;
  color: #03537b;
  background: url(../img/number_bg.png) center center no-repeat;
  padding: 9px;
  margin: 10px auto;
}

.contact_img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.contact_img img:nth-child(2) {
  margin-left: 10px;
}

.contact_text {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 10px;
}

#news {
  position: relative;
  z-index: 2;
}
#news h3.title {
  margin-bottom: 50px;
}

.news_are {
  display: flex;
  justify-content: end;
  align-items: end;
}

.news_left {
  text-align: center;
}

.news_decoration {
  margin-bottom: 10px;
}

.news_left_txt {
  font-family: "MoeLI";
  font-size: 20px;
  font-weight: bold;
}
.news_left_txt p {
  margin-bottom: 20px;
  line-height: 23px;
}

.news_search_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 270px;
  margin: 0 auto;
  padding: 5px 10px;
  background: #ffffff;
  border-radius: 10px;
  border: 2px solid #cccccc;
}
.news_search_bar input {
  flex-grow: 1;
  border: none;
  padding: 5px;
  font-size: 16px;
}
.news_search_bar button {
  background: none;
  border: none;
  cursor: pointer;
}

.news_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news_btn {
  padding: 20px;
}
.news_btn button {
  background: none;
  border: none;
  cursor: pointer;
}

.news_list {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 15px;
}

.box01 {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 3;
}
.box01 .news_box_border {
  margin-left: -10px;
  width: 100%;
  height: calc(100% + 10px);
}

.news_box_border_out {
  border: 1px solid #cbb394;
  padding: 0;
  margin-left: 10px;
  padding-top: 10px;
  height: calc(100% - 10px);
}

.news_box_border {
  border: 1px solid #947209;
  padding: 20px;
}

.news_title {
  color: #c38c00;
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  line-height: 20px;
  height: 41px;
  overflow: hidden;
  margin-bottom: 20px;
}

.news_photo {
  margin-bottom: 15px;
}

.news_date {
  color: #c9aa84;
  font-size: 18px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.news_outline {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 23px;
  color: #000000;
}

.news_pages {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 70px auto 30px;
}
.news_pages ul {
  display: flex;
}
.news_pages ul a {
  color: #c9aa84;
  font-size: 18px;
  padding: 5px 10px;
  border: 1px solid #c9aa84;
  margin: 0px 10px;
}
.news_pages ul a.active, .news_pages ul a:hover {
  color: #ffffff;
  background: #c9aa84;
}

section#inside {
  padding: 70px 0;
  max-width: 1420px;
  margin: 0 auto;
  min-height: calc(100vh - 176px);
}

.page_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.page_title {
  color: #c38c00;
  font-weight: bold;
  font-size: 18px;
}

.page_body {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 30px;
}

.page_content {
  width: 50%;
}

.page_date {
  color: #c9aa84;
  font-size: 18px;
  margin-bottom: 15px;
}

.page_video iframe {
  width: 100%;
  max-width: 670px;
}

.page_text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.page_album {
  width: 45%;
  padding: 0 20px;
  margin-top: 35px;
}

.album_big01, .album_big02 {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 90%;
}
.album_big01 .slick-prev, .album_big02 .slick-prev {
  width: 5%;
  left: -6%;
  height: 100px;
  background: url(../img/btn_prev.png) center center no-repeat;
  background-size: 100%;
  font-size: 0;
}
.album_big01 .slick-next, .album_big02 .slick-next {
  width: 5%;
  right: -6%;
  height: 100px;
  background: url(../img/btn_next.png) center center no-repeat;
  background-size: 100%;
  font-size: 0;
}

.album_big01 li {
  cursor: pointer;
}

.album_small01, .album_small02 {
  margin: 0 auto;
  width: 90%;
}
.album_small01 li, .album_small02 li {
  cursor: pointer;
}
.album_small01 .slick-active, .album_small02 .slick-active {
  opacity: 0.6;
}
.album_small01 .slick-current, .album_small02 .slick-current {
  opacity: 1;
}

footer {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  background: #03537b;
  width: 100%;
  display: block;
  padding: 30px;
  font-size: 18px;
  letter-spacing: 1px;
}

.inlinebox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000000d1;
  z-index: 10;
}

.inlinebox_align {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.inlinebox_border {
  width: 100%;
  max-width: 900px;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 10px;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius: 10px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-radius: 10px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  background: url(../img/bg01.jpg);
}

.inlinebox_line {
  -webkit-border-radius: 10px;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius: 10px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-radius: 10px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border: 3px solid #987203;
  padding: 17px;
}

.box_close {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.box_close img {
  cursor: pointer;
}

.inlinebox_border2 {
  background: #ffffff;
  width: 100%;
  max-width: 450px;
  border-radius: 10px;
  background: url(../img/bg01.jpg);
  padding: 8px;
}

.inlinebox_line2 {
  min-height: 200px;
  border: 2px solid #124d6f;
  border-radius: 10px;
}

.inlinebox_body {
  padding: 10px;
}

.noText_con {
  text-align: center;
  padding-top: 20px;
}

.dec01 {
  background: url(../img/dec01.png) top left;
  position: absolute;
  top: 780px;
  right: 0;
  width: 377px;
  height: 649px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.7;
}

.dec02 {
  background: url(../img/dec02.png) top right;
  position: absolute;
  top: 1500px;
  left: 0;
  width: 379px;
  height: 531px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.4;
}

.dec03 {
  background: url(../img/dec03.png) top left;
  position: absolute;
  top: 3480px;
  right: 0;
  width: 262px;
  height: 382px;
  pointer-events: none;
  z-index: 3;
  opacity: 0.6;
}

.dec04 {
  background: url(../img/dec02.png) top right;
  position: absolute;
  top: 4000px;
  left: 0;
  width: 379px;
  height: 531px;
  pointer-events: none;
  z-index: 3;
  opacity: 0.4;
}

.dec05 {
  background: url(../img/dec01.png) top left;
  position: absolute;
  top: 10px;
  right: 0;
  width: 377px;
  height: 649px;
  pointer-events: none;
  z-index: -1;
  opacity: 0.7;
}

.dec06 {
  background: url(../img/dec02.png) top right;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 379px;
  height: 531px;
  pointer-events: none;
  z-index: -1;
  opacity: 0.4;
}

.backTop {
  position: fixed;
  bottom: 8%;
  z-index: 9;
  right: 30px;
  cursor: pointer;
  display: none;
}

.slider {
  width: 50%;
  margin: 100px auto;
}

.slick-slide {
  margin: 0px 20px;
}
.slick-slide img {
  width: 100%;
}

.slick-prev:before, .slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.m_menu, .m_nav, .m_con_img, .m_about_are, .m_contact_img {
  display: none;
}

@media all and (max-width: 1440px) {
  .dec {
    display: none;
  }

  .news_are {
    display: block;
  }

  .news_left {
    text-align: center;
    display: grid;
    grid-template-columns: 40% 40%;
    justify-content: center;
    margin-bottom: 40px;
  }

  .news_decoration {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 3;
  }

  .project_are {
    max-width: 1024px;
  }

  section#inside {
    padding: 10px;
  }
}
@media all and (max-width: 1280px) {
  body {
    overflow-x: auto;
  }
}
@media all and (max-width: 1024px) {
  .nav, .con_img, .news_decoration, .news_left_txt, .news_btn, .news_btn, .news_outline, .box05 {
    display: none;
  }

  header, footer {
    max-width: 1024px;
  }

  .header {
    padding: 10px;
    width: 100%;
  }

  .logo {
    padding: 0;
  }
  .logo img {
    height: 60px;
  }

  .head {
    max-width: none;
  }

  .m_menu {
    display: block;
    width: 50px;
    height: 50px;
    transition: 0.3s;
  }
  .m_menu li {
    position: absolute;
    transition: 0.5s;
  }
  .m_menu li.ml02 {
    margin-top: 16px;
  }
  .m_menu li.ml03 {
    margin-top: 32px;
  }

  .m_menu.on li.ml01 {
    transform: rotate(45deg);
    margin-top: 16px;
  }
  .m_menu.on li.ml02 {
    opacity: 0;
  }
  .m_menu.on li.ml03 {
    transform: rotate(-45deg);
    margin-top: 16px;
  }
  .m_nav {
    position: fixed;
    width: 100%;
    height: calc(100% - 83px);
    background: #024a6ee8;
    z-index: 10;
    padding: 10px;
    overflow-y: scroll !important;
  }
  .m_nav a {
    display: block;
    text-align: center;
    padding: 20px 0;
    color: #ffffff;
    font-size: 20px;
    transition: 0.3s;
  }
  .m_nav a.active {
    color: #d0be7c;
  }

  .m_nav.show {
    display: blcok;
  }

  .banner li.banner01 {
    width: 100%;
    height: auto;
    padding-bottom: 15.5%;
    background: url(../img/banner_m01_bg.jpg) top center no-repeat;
    background-size: 100%;
    padding-top: 21%;
  }

  .banner_row01, .banner_row02, .banner_row03 {
    background-size: 100%;
  }

  .banner_row02, .banner_row03 {
    margin-top: 7%;
  }

  .head_padding {
    height: 83px;
  }

  .wrapper {
    padding: 0 10px;
  }

  .project_btn {
    padding: 10px 10px;
  }

  .project_frame_border {
    width: calc(100% - 136px);
  }

  .project_frame {
    width: calc(100% - 20px);
  }
  .project_frame ul li {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
  .advisory_are {
    justify-content: center;
  }

  .contact01 {
    margin: 0 30px;
  }

  .m_con_img {
    display: block;
    text-align: center;
    margin: 30px 0;
  }

  section#news {
    padding-top: 10px;
  }

  .news_left {
    display: block;
  }

  .news_search_bar {
    width: 80%;
  }

  .project_are {
    max-width: 90%;
  }

  .project_are .slick-prev, .detail_options .slick-prev {
    width: 5%;
    left: -6%;
  }

  .project_are .slick-next, .detail_options .slick-next {
    width: 5%;
    right: -6%;
  }

  .news_list {
    display: flex;
    justify-content: end;
    align-items: end;
    flex-wrap: wrap;
    gap: 0;
  }

  .news_box_border_out {
    border: none;
    margin: 0;
    height: auto;
    padding: 0;
  }

  .news_box {
    width: calc(50% - 10px);
    margin: 5px;
  }

  .box01 .news_box_border {
    height: auto;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .box01 .news_photo {
    order: 1;
    width: 100%;
  }
  .box01 .news_date {
    order: 2;
    width: 100%;
  }
  .box01 .news_title {
    order: 3;
    width: 100%;
  }

  .news_photo img {
    width: 100%;
  }

  .news_pages {
    margin-top: 30px;
  }

  .home_li {
    width: calc(100% / 3);
    padding: 10px;
  }

  .home_are {
    width: 100%;
  }

  section {
    padding: 50px 0 20px;
  }

  .about_are {
    padding: 30px 20px;
  }

  .page_body {
    flex-wrap: wrap;
  }

  .page_content {
    width: 100%;
  }

  .page_video {
    text-align: center;
  }

  .page_album {
    width: 100%;
    margin-bottom: 30px;
  }

  .album_big01, .album_small01 {
    width: 95%;
  }

  .detail_remarks ul {
    margin-left: 30px;
  }
}
@media all and (max-width: 768px) {
  .about_are, .contact_img {
    display: none;
  }

  section {
    padding: 30px 0 20px;
  }

  .home_are {
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home_li {
    width: 100%;
    max-width: 600px;
  }

  .home_con_bor {
    height: auto;
    margin-bottom: 10px;
  }

  .home_con {
    height: auto;
    margin-bottom: -10px;
    min-height: 200px;
  }

  .m_about_are {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border: 1px solid #947209;
    margin-bottom: 20px;
    padding: 20px;
  }
  .m_about_are .slick-dots li button:before {
    font-size: 50px;
    color: #dac7a1;
    opacity: 1;
  }
  .m_about_are .slick-dots li.slick-active button:before {
    color: #ae8014;
  }

  .about_img {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .about_img img {
    max-width: 288px;
  }

  .detail_options {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .detail_options li {
    background: #03537b;
    margin: 20px auto;
  }
  .detail_options li .liBorder {
    border: 1px solid #cbb394;
    background: #07618e;
  }
  .detail_options .slick-slide {
    margin: 0 5px;
  }

  .detail_table {
    overflow-x: scroll;
  }
  .detail_table table.table {
    width: 1000px;
  }

  .detail_remarks {
    width: 700px;
  }

  .contact01 {
    width: 50%;
  }

  .m_contact_img {
    display: flex;
    justify-content: center;
  }
  .m_contact_img img {
    height: 100px;
  }
  .m_contact_img a:nth-child(2) img {
    margin-left: 10px;
  }

  .contact_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  span.con_name {
    flex-grow: 1;
  }

  .con_border {
    padding: 10px 25px 20px;
  }

  .project_are_padding {
    padding: 0 5px;
  }
}
@media all and (max-width: 640px) {
  .advisory_are {
    flex-wrap: wrap;
  }

  .contact01 {
    width: 100%;
    margin-bottom: 30px;
  }

  #advisory {
    background-size: auto 100%;
  }
  #advisory .wrapper {
    padding: 0;
  }

  .m_con_img {
    background: url(../img/advisory_img2.png) top center no-repeat;
    background-size: 133%;
    margin: 0;
    padding-bottom: 92%;
  }
  .m_con_img img {
    display: none;
  }

  .detail_remarks {
    margin-left: 0;
  }

  .about_img img {
    max-width: 230px;
  }

  .album_big01, .album_small01 {
    width: 100%;
  }
  .album_big01 .slick-slide, .album_small01 .slick-slide {
    margin: 0 10px;
  }
}
@media all and (max-width: 480px) {
  .news_box {
    width: 100%;
    margin: 5px 0;
  }

  h3.title {
    font-size: 2em;
  }

  .news_search_bar {
    width: 100%;
  }

  .box04 {
    display: none;
  }

  .backTop {
    right: 10px;
    bottom: 4%;
  }
  .backTop img {
    width: 40px;
  }

  .page_video iframe {
    height: 250px;
  }

  .m_about_are {
    padding: 10px;
  }

  .about_img img {
    width: 230px;
    height: 230px;
  }

  .liBorder {
    font-size: 16px;
  }
}
/*# sourceMappingURL=css.css.map */