* {
  outline: none;
  padding: 0px;
}
::-webkit-input-placeholder {
  color: #7a7a7a;
}
:-moz-placeholder {
  color: #7a7a7a;
  opacity: 1;
}
::-moz-placeholder {
  color: #7a7a7a;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #7a7a7a;
}
.noscroll {
  overflow: hidden !important;
}
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll !important;
  z-index: 999;
}
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
}
body {
  font-family: 'Open Sans', 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
input[type="text"],
textarea {
  font-family: 'Open Sans', 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
  font-size: 14px;
}
a {
  text-decoration: none;
  cursor: pointer;
}
button {
  font-family: 'Open Sans', 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
  font-size: 14px;
  cursor: pointer;
}
button:hover {
  opacity: 0.9;
}
p,
ul,
ol {
  margin: 0px;
  padding: 0px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: middle;
  border: 0px;
  -ms-interpolation-mode: bicubic;
}
.clearboth {
  clear: both;
}
.bx-wrapper {
  border: 0px;
  box-shadow: none;
  margin: auto;
}
#cboxOverlay {
  background: rgba(0,0,0,0.5);
}
#cboxClose2 {
  position: relative;
  max-width: 648px;
  height: 46px;
  margin: auto;
  background-color: #fff;
  margin-top: -5px;
  border-top: 1px #747474 solid;
  background-image: url(img/page/icon_popup_close.png);
  background-position: 600px center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#wrapper {
  position: relative;
  margin: auto;
}
#pageback {
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  width: 70px;
}
.jc-bs3-container {
  max-width: 40%;
  margin: auto;
}
#header {
  position: relative;
  background: #fff;
  border-top: 4px #023f88 solid;
  z-index: 100;
}
#header2 {
  min-height: 189px;
  background-color: #023F88;
  display: flex;
  position: relative;
  z-index: 9;
  width: 100%;
}
@media (max-width: 1199px) {
  #header2 {
    min-height: 155px;
  }
}
@media (max-width: 767px) {
  #header2 {
    min-height: 111px;
  }
}
#header2.open + .pulldown {
  display: flex;
}
#header2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: transparent linear-gradient(270deg,#061a43 0%,#41a08b 41%,#57cc99 100%) 0% 0% no-repeat padding-box;
}
#header2 .container {
  max-width: 1784px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
#header2 .container .left {
  box-sizing: border-box;
  padding-top: 6px;
  padding-left: 17px;
  max-width: 380px;
}
@media (max-width: 1199px) {
  #header2 .container .left {
    padding-left: 19px;
  }
}
@media (max-width: 767px) {
  #header2 .container .left {
    padding-top: 0;
  }
}
#header2 .container .left .logo {
  display: inline-block;
  width: 100%;
}
#header2 .container .left .logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  #header2 .container .left .logo img {
    height: 105px;
    width: auto;
  }
}
@media (max-width: 767px) {
  #header2 .container .left .logo img {
    height: 89px;
    width: auto;
  }
}/*953795e33e25c16a067bcfa2a5842f5b*/
@media (max-width: 1199px) {
  #header2 .container .left .logo .desk {
    display: none;
  }
}
@media (min-width: 1200px) {
  #header2 .container .left .logo .tab {
    display: none;
  }
}
@media (max-width: 767px) {
  #header2 .container .left .logo .tab {
    display: none;
  }
}
@media (min-width: 768px) {
  #header2 .container .left .logo .mob {
    display: none;
  }
}
#header2 .container .right {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  box-sizing: border-box;
  padding-bottom: 31px;
  flex-shrink: 0;
}
@media (max-width: 1799px) {
  #header2 .container .right {
    padding-right: 15px;
  }
}
@media (max-width: 1274px) {
  #header2 .container .right {
    display: none;
  }
}
#header2 .container .right .top .top_wrapper {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 29px;
}
#header2 .container .right .top .top_wrapper .links_container {
  display: flex;
}
#header2 .container .right .top .top_wrapper .links_container .link_cell {
  position: relative;
  box-sizing: border-box;
  padding-left: 31px;
  padding-right: 28px;
}
#header2 .container .right .top .top_wrapper .links_container .link_cell:first-child {
  padding-left: 0;
}
#header2 .container .right .top .top_wrapper .links_container .link_cell:first-child::before {
  display: none;
}
#header2 .container .right .top .top_wrapper .links_container .link_cell:last-child {
  padding-right: 0;
}
#header2 .container .right .top .top_wrapper .links_container .link_cell:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 14px;
  background-color: #fff;
  transform: translateY(-50%);
}
#header2 .container .right .top .top_wrapper .links_container .link_cell .link {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.15px;
  color: #FFFFFF;
  position: relative;
}
#header2 .container .right .top .top_wrapper .links_container .link_cell .link:hover::before,
#header2 .container .right .top .top_wrapper .links_container .link_cell .link.current::before {
  transform: scaleX(1) translateY(100%);
}
#header2 .container .right .top .top_wrapper .links_container .link_cell .link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 3px;
  background-color: #5BA03D;
  transform: scaleX(0) translateY(100%);
  transform-origin: center;
  transition: transform 0.5s;
}
#header2 .container .right .top .top_wrapper .social {
  position: relative;
  box-sizing: border-box;
  padding-left: 16px;
}
#header2 .container .right .top .top_wrapper .social::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 14px;
  background-color: #fff;
  transform: translateY(-50%);
}
#header2 .container .right .top .top_wrapper .social a.social_link {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  background-size: 8.5px;
  background-repeat: no-repeat;
  background-position: center;
}
#header2 .container .right .bot {
  margin-top: 15px;
  box-sizing: border-box;
  padding-right: 17px;
}
#header2 .container .right .bot .bot_wrapper .links_container {
  display: flex;
  gap: 25px;
}
#header2 .container .right .bot .bot_wrapper .links_container .link_cell {
  display: inline-block;
  position: relative;
}
#header2 .container .right .bot .bot_wrapper .links_container .link_cell:hover .child_container {
  pointer-events: all;
}
#header2 .container .right .bot .bot_wrapper .links_container .link_cell:hover .child_container .child_wrapper {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0%);
}
#header2 .container .right .bot .bot_wrapper .links_container .link_cell:hover .link::before,
#header2 .container .right .bot .bot_wrapper .links_container .link_cell.current .link::before {
  transform: scaleX(1) translateY(100%);
}
#header2 .container .right .bot .bot_wrapper .links_container .link_cell:last-child .child_container,
#header2 .container .right .bot .bot_wrapper .links_container .link_cell:nth-last-child(2) .child_container {
  justify-content: flex-end;
}
#header2 .container .right .bot .bot_wrapper .links_container .link_cell .link {
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0.17px;
  color: #FFFFFF;
  position: relative;
}
#header2 .container .right .bot .bot_wrapper .links_container .link_cell .link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background-color: #5BA03D;
  transform: scaleX(0) translateY(100%);
  transform-origin: center;
  transition: transform 0.5s;
}
#header2 .container .right .bot .bot_wrapper .links_container .link_cell .child_container {
  position: absolute;
  display: flex;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  box-sizing: border-box;
  padding-top: 21px;
  pointer-events: none;
  width: 100%;
}
#header2 .container .right .bot .bot_wrapper .links_container .link_cell .child_container .child_wrapper {
  background-color: rgba(0,40,89,0.95);
  box-sizing: border-box;
  padding-top: 1px;
  padding-left: 7.5px;
  padding-right: 11.5px;
  display: flex;
  flex-flow: column;
  width: 246px;
  flex-shrink: 0;
  pointer-events: none;
  transition: opacity 0.5s, transform 0.5s;
  transform: translateY(-15px);
  opacity: 0;
}
#header2 .container .right .bot .bot_wrapper .links_container .link_cell .child_container .child_wrapper .child_link_cell {
  box-sizing: border-box;
  border-bottom: 1px solid rgba(154,186,224,0.48);
}
#header2 .container .right .bot .bot_wrapper .links_container .link_cell .child_container .child_wrapper .child_link_cell:last-child {
  border-bottom: 0px;
}
#header2 .container .right .bot .bot_wrapper .links_container .link_cell .child_container .child_wrapper .child_link_cell .child_link {
  display: block;
  box-sizing: border-box;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.15px;
  color: #ffffff;
  transition: color 0.25s;
}
#header2 .container .right .bot .bot_wrapper .links_container .link_cell .child_container .child_wrapper .child_link_cell .child_link:hover {
  color: #60bb38;
}
#header2 .container .menu {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('img/1/icon_inner_menu_open.svg');
  width: 24px;
  height: 19px;
  margin-right: 30px;
}
@media (min-width: 1275px) {
  #header2 .container .menu {
    display: none;
  }
}
#header-top {
  position: relative;
  max-width: 1005px;
  margin: auto;
  height: 113px;
  z-index: 100;
}
body,
html {
  min-width: 480px;
}
#web-logo {
  position: absolute;
  display: block;
  width: 451px;
  width: 558px;
  top: 12px;
  left: -1px;
  z-index: 100;
}
#device-menu-control {
  position: absolute;
  display: none;
  width: 54px;
  top: 50%;
  right: 20px;
  margin-top: -24px;
}
#device-menu-container {
  position: absolute;
  display: none;
  top: 118px;
  left: 0px;
  right: 0px;
  z-index: 1000;
}
#device-menu {
  position: relative;
  display: none;
  background-image: url(img/header/bg.png);
  padding: 20px;
  list-style: none;
}
#device-menu .device-menu-item-link {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
#device-menu .device-menu-item-link-2 {
  border-top: 1px #2965ad solid;
}
#device-menu .device-menu-item-arrow {
  position: absolute;
  display: block;
  width: 31px;
  height: 10px;
  top: 10px;
  right: 20px;
}
#device-menu .device-menu-item-link:hover {
  background-color: #5ba03d;
}
#device-menu .device-menu-item-link-actived {
  background-color: #5ba03d;
}
#device-menu .sub-device-menu {
  position: relative;
  display: none;
  background: #2965ad;
  padding: 20px;
  list-style: none;
}
#device-menu .sub-device-menu-item-link {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  color: #fff;
}
#device-menu .sub-device-menu-item-link:hover {
  background-color: #5ba03d;
}
#top-external-link {
  position: absolute;
  display: inline-block;
  background: #023f88;
  top: 50%;
  right: -142px;
  padding: 5px 20px;
  border: 2px solid #8fb1d9;
  margin-top: -25px;
}
#top-external-link > img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#top-external-link > span {
  display: inline-block;
  color: #fff;
  line-height: 20px;
  vertical-align: middle;
}
#top-external-link2 {
  position: relative;
  display: block;
  background: #023f88;
  padding: 5px 10px;
  border: 2px solid #8fb1d9;
  margin: 20px;
}
#top-external-link2 > img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#top-external-link2 > span {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  vertical-align: middle;
}
#header-line {
  position: relative;
  background-image: url(img/header/line.png);
  height: 1px;
}
#header-bottom {
  position: relative;
  max-width: 1005px;
  margin: auto;
  height: 38px;
}
.menu {
  position: relative;
  list-style: none;
  height: 38px;
  margin-left: -16px;
  margin-right: -21px;
}
.menu .menu-item {
  position: relative;
  float: left;
}
.menu .menu-item:hover {
  background: #023f88;
}
.menu .menu-item .menu-item-link {
  position: relative;
  display: block;
  padding-top: 9px;
  padding-left: 16px;
  padding-right: 16px;
}
.menu .menu-item .menu-item-link span {
  position: relative;
  display: block;
  color: #67686a;
  font-size: 15px;
  font-weight: 600;
  height: 25px;
  border-bottom: 4px transparent solid;
}
.menu .menu-item .menu-item-link-actived span {
  border-bottom: 4px #5ba03d solid;
}
.menu .menu-item:hover>.menu-item-link span {
  color: #fff;
  border-bottom: 4px transparent solid;
}
.menu .menu-item .sub-menu {
  position: absolute;
  display: none;
  list-style: none;
  width: 250px;
  background-image: url(img/header/bg.png);
  top: 38px;
  left: 0px;
}
.menu .menu-item .sub-menu-right {
  right: 0px;
  left: auto;
}
.menu .menu-item .sub-menu .sub-menu-item {
  position: relative;
}
.menu .menu-item .sub-menu .sub-menu-item .sub-menu-item-line {
  position: relative;
  background-image: url(img/header/line2.png);
  margin-left: 13px;
  margin-right: 13px;
  height: 1px;
}
.menu .menu-item .sub-menu .sub-menu-item .sub-menu-item-link {
  position: relative;
  display: block;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 13px;
  padding-right: 13px;
}
.menu .menu-item .sub-menu .sub-menu-item .sub-menu-item-link:hover {
  background: #5ba03d;
}
.menu .menu-item .sub-menu .sub-menu-item .sub-menu-item-link span {
  display: block;
  font-size: 14px;
  color: #fff;
  padding-left: 14px;
  padding-right: 15px;
}
.menu .menu-item:hover>.sub-menu {
  display: block;
}
#content {
  position: relative;
}
#footer {
  position: relative;
  border-top: 1px #dedede solid;
  background: #fff;
}
#footer-inner {
  position: relative;
  max-width: 1005px;
  margin: auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-menu {
  list-style: none;
  white-space: nowrap;
  margin: auto;
}
.footer-menu .footer-menu-item {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #67686a;
}
.footer-menu .footer-menu-item .footer-menu-item-link {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #67686a;
}
#footer-copyright {
  position: relative;
  text-align: center;
  font-size: 12px;
  color: #67686a;
  margin-top: 15px;
}
#footer-copyright * {
  font-size: 12px;
  color: #67686a;
}
#page-path {
  position: relative;
  border-top: 0px #dedede solid;
  background: #E5ECF4;
  height: 40px;
  line-height: 40px;
}
#page-path-inner {
  position: relative;
  font-size: 13px;
  color: #474747;
  max-width: 987px;
  margin: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#page-path-inner a {
  font-size: 13px;
  color: #474747;
}
#page-path-inner a:last-child {
  color: #474747;
}
#page-path-inner .path-arrow {
  margin-left: 15px;
  margin-right: 15px;
}
#page-content {
  position: relative;
  max-width: 1005px;
  margin: auto;
  padding-top: 16px;
  padding-top: 71px;
  padding-bottom: 59px;
}
#page-content-left {
  position: relative;
  display: block;
  float: left;
  width: 259px;
  margin-left: 10px;
}
.left-header-title {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #242424;
  height: 19px;
  line-height: 19px;
  margin-top: 25px;
  margin-bottom: 10px;
  padding-left: 6px;
}
.left-header-more {
  position: absolute;
  display: block;
  top: 0px;
  right: 6px;
  width: 19px;
  height: 19px;
}
.page-content-left-top {
  position: relative;
  height: 15px;
  background-image: url(img/page/box_shadow_top.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.page-content-left-inner {
  position: relative;
  background-image: url(img/page/box_shadow_repeat.png);
  background-position: center top;
}
.page-content-left-bottom {
  position: relative;
  height: 12px;
  background-image: url(img/page/box_shadow_bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
#left-menu {
  position: relative;
  list-style: none;
}
#left-menu .left-menu-item {
  position: relative;
  padding-left: 19px;
  padding-right: 19px;
}
#left-menu .left-menu-item .left-menu-item-line {
  position: relative;
  background-image: url(img/page/line3.png);
  height: 1px;
}
#left-menu .left-menu-item .left-menu-item-link {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #464646;
  padding-top: 8px;
  padding-bottom: 8px;
}
#left-menu .left-menu-item-actived .left-menu-item-link {
  position: relative;
  font-weight: bold;
  color: #023f88;
}
#left-menu .left-menu-item .left-menu-item-link .left-menu-item-arrow {
  position: absolute;
  display: block;
  width: 11px;
  height: 6px;
  top: 7px;
  right: 2px;
}
.left-submenu {
  list-style-image: url(img/page/submenu_arrow.png);
  padding-left: 15px;
  padding-bottom: 10px;
}
.left-submenu .left-submenu-item {
  position: relative;
  padding-top: 10px;
  padding-bottom: 9px;
  font-size: 13px;
  border-top: 1px #f0f0f0 solid;
}
.left-submenu .left-submenu-item-first {
  border-top: 0px #f0f0f0 solid;
}
.left-submenu .left-submenu-item .left-submenu-item-link {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #235c0b;
}
.left-submenu .left-submenu-item-actived .left-submenu-item-link {
  text-decoration: underline;
}
.left-news-item {
  position: relative;
  border: 1px #e1e1e1 solid;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-left: 14px;
  margin-right: 14px;
}
.left-news-item a {
  display: block;
}
.left-news-item-date {
  color: #67686a;
}
.left-news-item-title {
  color: #023f88;
  margin-top: 10px;
}
.left-gallery-item {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.left-gallery-item a {
  display: block;
}
.left-gallery-item .album-item-photo-2 {
  float: left;
  margin-left: 7px;
}
.left-gallery-item .album-item-photo-2:first-child {
  margin-left: 0px;
}
#page-conent-right {
  position: relative;
  min-height: 580px;
  margin-left: 284px;
}
#page-conent-right * {
  font-size: 14px;
  color: #67686a;
  line-height: 22px;
}
#page-conent-right table {
  width: 100%;
}
#page-conent-right table tr th,
#page-conent-right table tr td {
  padding: 5px;
  background-color: #fff;
}
#page-conent-right ul,
#page-conent-right ol {
  display: table;
  margin-left: 20px;
}
#page-conent-right ul li,
#page-conent-right ol li {
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 22px;
}
#page-conent-right .bx-wrapper ul,
#page-conent-right .bx-wrapper ol {
  display: block;
  margin: auto;
}
#page-conent-right .bx-wrapper ul li,
#page-conent-right .bx-wrapper ol li {
  padding: 0px;
  line-height: normal;
}
#page-title {
  position: relative;
  width: 100%;
  font-size: 15px;
  color: #000;
  padding-bottom: 12px;
  border-bottom: 2px #023f88 solid;
}
#page-details {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 17px;
  text-align: justify;
  overflow: hidden;
}
#page-details ul,
#page-details ol {
  list-style-image: url(img/page/blue_dot.png);
  margin-left: 15px;
}
.mypager-containr {
  position: relative;
  margin: auto;
  clear: both;
}
.mypager-list {
  position: relative;
  list-style: none;
  padding-left: 0px !important;
}
.mypager-item-prev {
  position: relative;
  float: left;
  margin-left: 3px;
  margin-right: 3px;
}
.mypager-item-prev a {
  position: relative;
  display: block;
  width: 11px;
  height: 22px;
  border: 1px transparent solid;
  overflow: hidden;
  background-image: url(img/page/pager_arrow_left.png);
  background-repeat: no-repeat;
  background-position: center;
}
.mypager-item-next {
  position: relative;
  float: left;
  margin-left: 3px;
  margin-right: 3px;
}
.mypager-item-next a {
  position: relative;
  display: block;
  width: 11px;
  height: 22px;
  border: 1px transparent solid;
  overflow: hidden;
  background-image: url(img/page/pager_arrow_right.png);
  background-repeat: no-repeat;
  background-position: center;
}
.mypager-item {
  position: relative;
  float: left;
  margin-left: 3px;
  margin-right: 3px;
}
.mypager-item a {
  position: relative;
  display: block;
  background: #fff;
  width: 22px;
  height: 22px;
  border: 1px #d8d8d8 solid;
  font-size: 12px !important;
  font-weight: 600;
  color: #828282 !important;
  text-align: center;
  line-height: 22px;
  overflow: hidden;
}
.mypager-item-first a,
.mypager-item-last a {
  width: 30px;
}
.mypager-item-2 a {
  background: #023f88;
  border: 1px #023f88 solid;
  color: #fff !important;
}
.mypager-item-2 a:hover {
  background: #023f88;
  border: 1px #023f88 solid;
  color: #fff !important;
}
.mypager-item-jump {
  position: relative;
  float: left;
  margin-left: 3px;
  margin-right: 3px;
}
.gotopagebox {
  display: block;
  width: 30px;
  height: 22px;
  line-height: 22px;
  padding-left: 2px;
  padding-right: 2px;
  background: #fff;
  border: 1px #023f88 solid;
  color: #828282 !important;
}
@media only screen and (max-width: 1300px) {
  #top-external-link {
    right: 0px;
  }
}
@media only screen and (max-width: 1080px) {
  #header-bottom {
    display: none;
  }
  #device-menu-control {
    display: block;
  }
  #device-menu-container {
    display: block;
  }
  #top-external-link {
    display: none;
  }
  #page-path {
    padding-left: 10px;
    padding-right: 10px;
  }
  #page-conent-right {
    padding-right: 10px;
  }
  #footer-inner {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .footer-menu {
    display: none;
  }
  #footer-copyright {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 800px) {
  #page-content-left {
    display: none;
  }
  #page-conent-right {
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 0px;
  }
  #footer-copyright span {
    display: block;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 680px) {
  .jc-bs3-container {
    max-width: 90%;
  }
  #header-top {
    height: 80px;
  }
  #web-logo {
    width: 260px;
    left: 10px;
  }
  #device-menu-control {
    width: 40px;
    right: 10px;
    margin-top: -17px;
  }
  #device-menu-container {
    top: 85px;
  }
  #device-menu {
    padding: 10px;
  }
  #device-menu .device-menu-item-link {
    font-size: 16px;
  }
  #device-menu .sub-device-menu {
    padding: 10px;
  }
  #device-menu .sub-device-menu-item-link {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  #colorbox {
    left: 50% !important;
    transform: translate(-50%,0%);
    top: 20px !important;
  }
}
.page_banner {
  position: relative;
  min-height: 262px;
  display: flex;
  background-color: #d8e6f6;
}
@media (max-width: 1199px) {
  .page_banner {
    flex-flow: column;
  }
}
.page_banner .background {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url('img/graphic_innerbanner_bg.png');
  background-position-x: calc(100% - 965px);
  background-size: calc(100% - 653px);
  background-position-y: bottom;
  background-repeat: no-repeat;
}
@media (min-width: 1905px) {
  .page_banner .background {
    background-size: 1248px;
  }
}
@media (max-width: 1199px) {
  .page_banner .background {
    position: relative;
    background: unset;
  }
}
.page_banner .background .image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  clip-path: polygon(60px 0%,100% 0%,100% 100%,0% 100%);
}
@media (max-width: 1199px) {
  .page_banner .background .image {
    clip-path: unset;
    position: relative;
    width: 100%;
    height: auto;
  }
}
.page_banner .background .image img {
  height: 100%;
  width: auto;
}
@media (max-width: 1199px) {
  .page_banner .background .image img {
    width: 100%;
    height: auto;
  }
}
.page_banner .front {
  position: relative;
  display: flex;
  width: 100%;
}
@media (max-width: 1199px) {
  .page_banner .front {
    background-image: url('img/graphic_innerbanner_bg.svg');
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: 670px;
    align-items: center;
    min-height: 125px;
    box-sizing: border-box;
    padding: 0 20px;
  }
}
.page_banner .front .container {
  max-width: 981px;
  margin-left: auto;
  width: 100%;
  display: flex;
  margin-right: auto;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: 18px;
}
@media (max-width: 1199px) {
  .page_banner .front .container {
    padding-bottom: 0;
  }
}
.page_banner .front .container .page_title {
  font-weight: 700;
  font-size: 52px;
  line-height: 70px;
  letter-spacing: 0px;
  color: #023F88;
  margin: 0px;
  max-width: 550px;
}
@media (max-width: 1399px) {
  .page_banner .front .container .page_title {
    font-size: 33px;
  }
}
@media (max-width: 1199px) {
  .page_banner .front .container .page_title {
    font-size: 52px;
  }
}
#footer2 {
  position: relative;
  box-sizing: border-box;
}
#footer2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: transparent linear-gradient(90deg,#023f88 0%,#57cc99 100%) 0% 0% no-repeat padding-box;
}
#footer2 .footer_wrapper .top {
  background-color: #e5ecf4;
  box-sizing: border-box;
  padding: 0 20px;
  padding-bottom: 75px;
}
@media (max-width: 1199px) {
  #footer2 .footer_wrapper .top {
    padding-bottom: 50px;
  }
}
#footer2 .footer_wrapper .top .container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 1199px) {
  #footer2 .footer_wrapper .top .container {
    flex-flow: column;
  }
}
#footer2 .footer_wrapper .top .left {
  box-sizing: border-box;
  padding-top: 79px;
  width: calc(100% - 190px);
}
@media (max-width: 1199px) {
  #footer2 .footer_wrapper .top .left {
    width: 100%;
  }
}
#footer2 .footer_wrapper .top .left .logo img {
  width: 337px;
  height: auto;
}
#footer2 .footer_wrapper .top .left .info_wrapper {
  display: flex;
  flex-flow: wrap;
  margin-top: 37px;
  gap: 13px 0;
}
#footer2 .footer_wrapper .top .left .info_wrapper .info_cell {
  width: 42.4%;
  box-sizing: border-box;
  position: relative;
  padding-top: 9px;
  padding-bottom: 10px;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  #footer2 .footer_wrapper .top .left .info_wrapper .info_cell {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #footer2 .footer_wrapper .top .left .info_wrapper .info_cell {
    width: 100%;
  }
}
#footer2 .footer_wrapper .top .left .info_wrapper .info_cell .info {
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #474747;
  box-sizing: border-box;
  padding-left: 61px;
  padding-right: 15px;
}
#footer2 .footer_wrapper .top .left .info_wrapper .info_cell .info span.icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center;
}
#footer2 .footer_wrapper .top .left .info_wrapper .info_cell .info.tel span.icon {
  background-image: url('img/icon_footer_contact.svg');
}
#footer2 .footer_wrapper .top .left .info_wrapper .info_cell .info.address span.icon {
  background-image: url('img/icon_footer_lcoation.svg');
}
#footer2 .footer_wrapper .top .left .info_wrapper .info_cell .info.email span.icon {
  background-image: url('img/icon_footer_mail.svg');
}
#footer2 .footer_wrapper .top .left .info_wrapper .info_cell .info.website span.icon {
  background-image: url('img/icon_footer_link.svg');
}
#footer2 .footer_wrapper .top .left .info_wrapper .info_cell .info.fax span.icon {
  background-image: url('img/icon_footer_fax.svg');
}
#footer2 .footer_wrapper .top .right {
  width: 190px;
  box-sizing: border-box;
  padding-top: 84px;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  #footer2 .footer_wrapper .top .right {
    width: 100%;
    padding-top: 50px;
  }
}
#footer2 .footer_wrapper .top .right .links_container {
  display: flex;
  flex-flow: column;
  gap: 17px;
}
#footer2 .footer_wrapper .top .right .links_container .link_cell .link {
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.17px;
  color: #474747;
}
#footer2 .footer_wrapper .bottom {
  min-height: 105px;
  background-color: #fff;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 20px;
}
@media (max-width: 1199px) {
  #footer2 .footer_wrapper .bottom {
    min-height: 103px;
  }
}
#footer2 .footer_wrapper .bottom .container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1199px) {
  #footer2 .footer_wrapper .bottom .container p {
    max-width: 568px;
  }
}
#footer2 .footer_wrapper .bottom .container p,
#footer2 .footer_wrapper .bottom .container p a,
#footer2 .footer_wrapper .bottom .container p span {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.15px;
  color: #474747;
}
#footer2 .footer_wrapper .bottom .container .social {
  box-sizing: border-box;
  padding-top: 1px;
  display: flex;
  gap: 10px 10px;
  flex-flow: wrap;
  justify-content: flex-end;
}
#footer2 .footer_wrapper .bottom .container .social .social_link {
  flex-shrink: 0;
  display: inline-block;
  width: 34px;
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px;
}
.backtoTop_container {
  height: 0px;
  position: sticky;
  display: flex;
  width: 100%;
  align-items: center;
  z-index: 5;
  box-sizing: border-box;
  padding: 0 30px;
}
.backtoTop_container .container {
  max-width: 1762px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.backtoTop_container .container .backtoTop {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #1a759f;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-image: url('img/arrow_white.png');
  background-size: 40px;
}
@media (max-width: 1199px) {
  .backtoTop_container .container .backtoTop {
    top: 3px;
  }
}
.pulldown {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  display: flex;
  flex-flow: column;
  display: none;
}
.pulldown .pulldown_head {
  box-sizing: border-box;
  padding: 0 20px;
  padding-top: 11px;
  display: flex;
  justify-content: space-between;
}
.pulldown .pulldown_head .logo {
  display: inline-block;
}
.pulldown .pulldown_head .logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .pulldown .pulldown_head .logo img {
    margin-top: 17px;
    height: 105px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .pulldown .pulldown_head .logo img {
    margin-top: 0px;
    height: 89px;
    width: auto;
  }
}
@media (max-width: 1199px) {
  .pulldown .pulldown_head .logo .desk {
    display: none;
  }
}
@media (min-width: 1200px) {
  .pulldown .pulldown_head .logo .tab {
    display: none;
  }
}
@media (max-width: 767px) {
  .pulldown .pulldown_head .logo .tab {
    display: none;
  }
}
@media (min-width: 768px) {
  .pulldown .pulldown_head .logo .mob {
    display: none;
  }
}
.pulldown .pulldown_head .close_but {
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('img/1/icon_menu_close.svg');
  width: 25px;
  height: 25px;
  margin-top: 53px;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .pulldown .pulldown_head .close_but {
    margin-top: 17px;
    margin-right: 0px;
  }
}
.pulldown .extra_link {
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  gap: 30px;
  padding: 20px 20px;
  flex-shrink: 0;
  padding-bottom: 45px;
}
.pulldown .extra_link .link_cell .link {
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0.15px;
  color: #474747;
}
.pulldown .links_container {
  background-color: #f4feff;
  height: 100%;
  display: flex;
  gap: 35px;
  flex-flow: column;
  box-sizing: border-box;
  padding-top: 45px;
  padding-bottom: 45px;
  overflow-y: auto;
}
.pulldown .links_container .link_cell {
  display: inline-block;
  position: relative;
  text-align: center;
}
.pulldown .links_container .link_cell.open {
  margin-bottom: -3px;
}
.pulldown .links_container .link_cell.open .arrow::before {
  transform: rotate(270deg);
}
.pulldown .links_container .link_cell.open .child_container {
  display: block;
}
.pulldown .links_container .link_cell.current {
  margin-bottom: -1px;
}
.pulldown .links_container .link_cell.current .link {
  color: #023f88;
}
.pulldown .links_container .link_cell.current .link::before {
  transform: scaleX(1) translateY(100%);
}
.pulldown .links_container .link_cell .link {
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0.17px;
  color: #474747;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.pulldown .links_container .link_cell .arrow {
  display: inline-block;
  vertical-align: top;
  width: 0px;
  position: relative;
  height: 20px;
  margin-left: -4px;
}
.pulldown .links_container .link_cell .arrow:before {
  content: '';
  position: absolute;
  left: 14px;
  top: 0;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('img/header/path_arrow.png');
  transform: rotate(90deg);
  transition: transform 0.75s;
}
.pulldown .links_container .link_cell .child_container {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  display: none;
}
.pulldown .links_container .link_cell .child_container .child_wrapper {
  box-sizing: border-box;
  padding-top: 12px;
  padding-bottom: 0px;
  padding-left: 7.5px;
  padding-right: 11.5px;
  display: flex;
  flex-flow: column;
  width: 100%;
  flex-shrink: 0;
}
.pulldown .links_container .link_cell .child_container .child_wrapper .child_link_cell {
  box-sizing: border-box;
}
.pulldown .links_container .link_cell .child_container .child_wrapper .child_link_cell:last-child {
  border-bottom: 0px;
}
.pulldown .links_container .link_cell .child_container .child_wrapper .child_link_cell .child_link {
  display: block;
  box-sizing: border-box;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.16px;
  color: #919191;
  transition: color 0.25s;
}
.pulldown .links_container .link_cell .child_container .child_wrapper .child_link_cell .child_link:hover,
.pulldown .links_container .link_cell .child_container .child_wrapper .child_link_cell .child_link.current {
  color: #5ba03d;
}
.pulldown .social {
  background-color: #f4feff;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 0 20px;
  padding-top: 21px;
  padding-bottom: 20px;
  display: flex;
  gap: 10px 10px;
  justify-content: center;
  flex-flow: wrap;
  min-height: 133px;
}
.pulldown .social .social_link {
  flex-shrink: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
}
html.noscroll {
  overflow: hidden !important;
}
@media (max-width: 479px) {
  body {
    position: relative;
  }
  #colorbox {
    min-width: 480px;
  }
  #colorbox #cboxWrapper {
    width: 100% !important;
    height: 100% !important;
  }
  #colorbox #cboxWrapper #cboxContent {
    min-width: 440px;
    min-height: calc(100% - 20px);
  }
}
#header2 {
  background-color: transparent;
}
#header2::before {
  display: none;
}
@media (max-width: 1199px) {
  #header2 .container {
    align-items: flex-start;
  }
}
#header2 .container .right .top .top_wrapper .links_container .link_cell:before,
#header2 .container .right .top .top_wrapper .social::before {
  background-color: #aaa;
}
@media (max-width: 1199px) {
  #header2 .container .left {
    padding-left: 30px;
    padding-top: 11px;
    max-width: 331px;
  }
}
@media (max-width: 767px) {
  #header2 .container .left {
    padding-left: 21px;
  }
}
#header2 .container .right .top .top_wrapper .links_container .link_cell .link {
  color: #474747;
}
#header2 .container .right .bot .bot_wrapper .links_container .link_cell .link {
  color: #474747;
}
#header2 .container .menu {
  background-image: url('img/1/icon_menu_open.svg');
}
@media (max-width: 1199px) {
  #header2 .container .menu {
    margin-top: 34px;
  }
}
@media (max-width: 767px) {
  #header2 .container .menu {
    margin-top: 31px;
    margin-right: 20px;
  }
}
.pulldown .pulldown_head .logo {
  margin-left: 10px;
  width: 301px;
}
@media (max-width: 767px) {
  .pulldown .pulldown_head .logo {
    margin-left: 1px;
  }
}
.pulldown .pulldown_head .logo img {
  margin-top: 0;
}
.pulldown .pulldown_head .close_but {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .pulldown .pulldown_head .close_but {
    margin-top: 17px;
  }
}
@media screen and (min-width: 1200px) {
  #header2 {
    position: absolute;
  }
  #header2 .container .left {
    box-sizing: border-box;
    padding-top: 6px;
    padding-left: 16px;
    max-width: 396px;
  }
}
#left-panel {
  position: relative;
  display: inline-block;
  width: calc(100% - 330px);
  vertical-align: top;
  margin-top: 20px;
  margin-bottom: 40px;
}
#right-panel {
  position: relative;
  background-image: url(img/home/bg-achievements.png);
  background-position: center bottom;
  display: inline-block;
  width: 360px;
  padding: 0px 30px;
  margin-top: 20px;
  margin-right: -30px;
  margin-bottom: 40px;
  box-sizing: border-box;
  vertical-align: top;
}
#right-panel > div {
  position: relative;
  padding: 30px;
}
#right-panel > div:before {
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  box-shadow: 0px 0px 60px #f1f1f1;
}
#right-panel .top-name {
  font-size: 18px;
  font-weight: bold;
}
#right-panel .list {
  position: relative;
  padding: 60px 0px;
}
#right-panel .list ul {
  list-style: none;
}
#right-panel .list .block {
  position: relative;
  padding: 18px 0px;
  border-top: 2px solid #023f88;
}
#right-panel .list .block-1 {
  border-top: 0px;
}
#right-panel .list .block > a {
  display: block;
}
#right-panel .list .item-name {
  font-size: 15px;
  font-weight: bold;
  color: #023f88;
}
#right-panel .list .award-name {
  font-size: 15px;
  margin-top: 5px;
  color: #000;
}
#right-panel .list .class-name {
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
  margin-top: 5px;
  width: 50px;
  color: #000;
}
#right-panel .list .student-name {
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
  margin-top: 5px;
  width: calc(100% - 50px);
  color: #000;
}
#right-panel .bx-wrapper .bx-controls-direction a {
  background: url(img/home/icon-arrow-up.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  width: 79px;
  height: 25px;
  margin-top: 0px;
  top: -35px;
  margin-left: -40px;
}
#right-panel .bx-wrapper .bx-controls-direction a.bx-next {
  top: auto;
  bottom: -45px;
  transform: rotate(180deg);
}
#right-panel .view {
  position: absolute;
  background-image: url(img/home/bg-achievements.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 120px;
  padding-bottom: 20px;
  left: -60px;
  right: -60px;
  bottom: -60px;
  text-align: center;
  z-index: 1;
}
#right-panel .view > a {
  display: block;
  font-size: 15px;
  color: #000;
  line-height: 30px;
}
#home-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#home-slider .deco-c .d1 {
  z-index: 1;
  height: 291px;
  width: 100%;
  left: 0;
  top: 0;
  background: transparent linear-gradient(180deg,#FFFFFF 0%,#FFFFFFB2 63%,#FFFFFF00 100%);
}
#left-panel #home-slider {
  width: 100%;
  left: 0px;
  margin: auto;
}
#home-slider-inner {
  position: relative;
}
#home-slider-inner .home-large {
  position: relative;
  display: block;
}
#home-slider-inner .home-small {
  position: relative;
  display: none;
}
#home-mask {
  position: relative;
  width: 1357px;
  height: 0px;
  margin: auto;
  z-index: 100;
}
#home-building {
  position: absolute;
  right: 46px;
  bottom: 0px;
}
#left-panel #home-mask {
  width: 100%;
}
#left-panel #home-building {
  width: 30%;
  right: 16px;
}
#home-building-inner {
  position: relative;
}
#home-building-details {
  position: absolute;
  display: block;
  width: 86px;
  height: 86px;
  right: -14px;
  bottom: 21px;
  z-index: 10;
}
#bx-pager-home {
  position: relative;
  max-width: 1005px;
  margin: auto;
  margin-top: -8px;
  z-index: 200;
}
#bx-pager-home .bx-pager-item {
  position: relative;
  display: block;
  float: left;
  height: 8px;
  background: rgba(255,255,255,0.7);
  overflow: hidden;
}
#bx-pager-home .active {
  background: #1e5495;
}
#device-home-building {
  position: relative;
  display: none;
}
#device-home-building-details {
  position: absolute;
  display: block;
  width: 86px;
  height: 86px;
  right: 18px;
  bottom: 11px;
  z-index: 10;
}
#video-toggle {
  cursor: pointer;
  position: absolute;
  left: -6px;
  bottom: -7px;
}
#video-toggle.played .play {
  display: none;
}
#video-toggle:not(.played) .pause {
  display: none;
}
#home-video-top {
  position: relative;
}
#home-video-top .deco-c .d1 {
  z-index: 1;
  height: 170px;
  width: 100%;
  left: 0;
  top: -1px;
  background: transparent linear-gradient(180deg,#FFFFFF 0%,#FFFFFFB2 63%,#FFFFFF00 100%);
}
#home-video-top > img {
  position: relative;
  width: 100%;
  height: auto;
}
#home-video-top video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bluborder {
  width: 100%;
  height: 10px;
  background: transparent linear-gradient(90deg,#023F88 0%,#57CC99 100%);
}
.title-group {
  position: relative;
  flex-grow: 1;
}
.title-group .title1 {
  width: 100%;
  font-style: italic;
  letter-spacing: 0.45px;
  color: #D9EBD4;
  font-weight: bold;
  font-size: 60px;
  line-height: 60px;
  opacity: 1;
  transition: all 1s cubic-bezier(0.65,0.05,0.36,1);
}
.title-group .title1:not(.animated) {
  opacity: 0;
  transform: translateX(-100%);
}
.title-group .title2 {
  width: 100%;
  position: absolute;
  top: 27px;
  left: 28px;
  font-weight: bold;
  font-size: 32px;
  line-height: 60px;
  letter-spacing: 0.32px;
  color: #023F88;
  opacity: 1;
  transition: all 1s cubic-bezier(0.65,0.05,0.36,1);
}
.title-group .title2:not(.animated) {
  opacity: 0;
  transform: translateX(-100%);
}
#home-welcome {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  #home-welcome {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  #home-welcome {
    padding: 0 20px;
  }
}
#home-welcome .deco-c .d1 {
  right: -104px;
  top: -192px;
}
#home-welcome .deco-c .d1 img {
  max-width: 733px;
}
#home-welcome .deco-c .bottom {
  bottom: -130px;
  left: 0;
  width: 100%;
}
#home-welcome .deco-c .bottom img {
  width: 100%;
  height: auto;
}
#home-welcome .lv2-w {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding-top: 136px;
  padding-bottom: 118px;
}
#home-welcome .lv2-w .editor-box .editor {
  transition: all 1s cubic-bezier(0.65,0.05,0.36,1);
  margin-top: 54px;
}
#home-welcome .lv2-w .editor-box .editor * {
  line-height: 29px !important;
  font-family: Open Sans;
}
#home-welcome .lv2-w .editor-box:not(.animated) .editor {
  opacity: 0;
  transform: translateY(100%);
}
#home-welcome .lv2-w .list-c {
  margin-top: 97px;
  position: relative;
}
#home-welcome .lv2-w .list-c .list-w {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 37px;
  transition: all 1s cubic-bezier(0.65,0.05,0.36,1);
}
#home-welcome .lv2-w .list-c .list-w .item {
  overflow: hidden;
  position: relative;
  width: calc((100% - (37px * (3 - 1))) / 3);
}
#home-welcome .lv2-w .list-c .list-w .item .img {
  position: relative;
}
#home-welcome .lv2-w .list-c .list-w .item .img img {
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  left: 50%;
  display: block;
  transform: translateX(-50%) translateY(0%) scale(1);
  transition: 0.75s all ease;
}
#home-welcome .lv2-w .list-c .list-w .item .img::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 134px;
  pointer-events: none;
  background: transparent linear-gradient(180deg,rgba(113,176,204,0) 20%,#00283a 100%) 0% 0% no-repeat padding-box;
}
#home-welcome .lv2-w .list-c .list-w .item .img::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 134px;
  pointer-events: none;
  background: transparent linear-gradient(180deg,rgba(113,176,204,0) 0%,#b5efff 100%) 0% 0% no-repeat padding-box;
}
#home-welcome .lv2-w .list-c .list-w .item .title {
  width: 100%;
  padding-bottom: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 26px;
  line-height: 60px;
}
#home-welcome .lv2-w .list-c .list-w .item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 72%;
  height: 9px;
  background-color: #5BA03D;
  pointer-events: none;
  transform: translateX(-100%);
  transition: 0.75s all ease;
}
#home-welcome .lv2-w .list-c .list-w .item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 28%;
  height: 9px;
  background-color: #023F88;
  pointer-events: none;
  transform: translateX(100%);
  transition: 0.75s all ease;
  z-index: 1;
}
#home-welcome .lv2-w .list-c .list-w .item .svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  stroke: #5BA03D;
  stroke-width: 2.5px;
  transition: 0.75s all ease;
  fill: none;
}
#home-welcome .lv2-w .list-c .list-w .item:hover::after,
#home-welcome .lv2-w .list-c .list-w .item:hover::before {
  transform: translateX(0%);
}
#home-welcome .lv2-w .list-c .list-w .item:hover .img img {
  transform: translateX(-50%) translateY(0%) scale(1.2);
}
#home-welcome .lv2-w .list-c .list-w .item:hover .svg {
  stroke-dashoffset: 0;
}
#home-welcome .lv2-w .list-c:not(.animated) .list-w {
  opacity: 0;
  transform: translateY(100%);
}
#home-number {
  position: relative;
  max-width: 100%;
  padding: 0 30px;
  background-image: url('img/1/img_data_bg_d.jpg');
  background-size: cover;
  background-position: center;
}
@media (max-width: 1199px) {
  #home-number {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  #home-number {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1199px) {
  #home-number {
    background-image: url('img/1/img_data_bg_t.jpg');
  }
}
@media screen and (max-width: 767px) {
  #home-number {
    background-image: url('img/1/img_data_bg_m.jpg');
  }
}
#home-number .deco-c .left {
  left: 35px;
  top: 20px;
  opacity: 0.19;
}
#home-number .deco-c .right {
  transform: scaleX(-1);
  right: 35px;
  top: 20px;
  opacity: 0.19;
}
#home-number .lv2-w {
  padding-top: 130px;
  padding-bottom: 113px;
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
#home-number .lv2-w .list-c {
  position: relative;
}
#home-number .lv2-w .list-c .list-w {
  display: flex;
  flex-wrap: wrap;
  gap: 66px;
  transition: all 1s cubic-bezier(0.65,0.05,0.36,1);
}
#home-number .lv2-w .list-c .list-w .item {
  width: calc((100% - (66px * (4 - 1))) / 4);
}
#home-number .lv2-w .list-c .list-w .item .img {
  text-align: center;
}
#home-number .lv2-w .list-c .list-w .item .img img {
  border: 5px solid #5BA03D;
  max-width: 185px;
  border-radius: 100px;
  background-color: #fff;
  width: 100%;
  height: auto;
}
#home-number .lv2-w .list-c .list-w .item .num-c {
  margin-top: 5px;
  position: relative;
  text-align: center;
}
#home-number .lv2-w .list-c .list-w .item .num-c .num-w {
  position: relative;
  display: inline-block;
}
#home-number .lv2-w .list-c .list-w .item .num-c .num-w .num {
  font-weight: bold;
  font-size: 70px;
  line-height: 96px;
  letter-spacing: 0px;
  color: #FFFFFF;
}
#home-number .lv2-w .list-c .list-w .item .num-c .num-w .unit {
  position: absolute;
  left: 100%;
  top: 0;
  letter-spacing: 0.3px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 30px;
  line-height: 96px;
  margin-left: 5px;
}
#home-number .lv2-w .list-c .list-w .item .title {
  margin-top: 10px;
  text-align: center;
  letter-spacing: 0.29px;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
}
#home-number .lv2-w .list-c:not(.animated) .list-w {
  opacity: 0;
  transform: translateY(100%);
}
.home-bg {
  padding-bottom: 102px;
  background: url('img/1/graphic_bg_3.png') no-repeat center 110px;
}
.more-box {
  text-align: center;
  width: 100%;
  margin-top: 45px;
}
.more-box .more {
  display: inline-block;
  margin: 0;
}
.more {
  position: relative;
  display: block;
  transition: 0.75s all ease;
  background-color: #023F88;
  max-height: 30px;
  margin-top: 26px;
  border: 1px solid transparent;
  transition: all 1s cubic-bezier(0.65,0.05,0.36,1);
}
.more p {
  transition: 0.75s all ease;
  padding: 5px 24px;
  text-align: center;
  letter-spacing: 0.15px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}
.more:hover {
  border: 1px solid #023F88;
  background: #fff;
}
.more:hover p {
  color: #023F88;
}
.more:not(.animated) {
  opacity: 0;
  transform: translateY(100%);
}
.details {
  display: block;
  transition: 0.75s all ease;
  padding: 6px 26px;
  background-color: #5BA03D;
  text-align: center;
  letter-spacing: 0.15px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  max-height: 32px;
  margin-top: 26px;
  border: 1px solid transparent;
}
.details:hover {
  border: 1px solid #5BA03D;
  color: #5BA03D;
  background: #fff;
}
#home-news {
  max-width: 100%;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  #home-news {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  #home-news {
    padding: 0 20px;
  }
}
#home-news .lv2-w {
  padding-top: 97px;
  width: 100%;
  max-width: 1540px;
  margin: auto;
}
#home-news .lv2-w .top {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#home-news .lv2-w .list-outer .list-c {
  margin-top: 40px;
  position: relative;
  transition: all 1s cubic-bezier(0.65,0.05,0.36,1);
}
#home-news .lv2-w .list-outer .list-c .bx-wrapper {
  background-color: transparent;
}
#home-news .lv2-w .list-outer .list-c .bx-wrapper .bx-controls .bx-controls-direction a {
  margin-top: 0px;
  transform: translateY(-50%);
}
#home-news .lv2-w .list-outer .list-c .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: 0px;
  background: url('img/1/arrow_slider_on_l.png') no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
}
#home-news .lv2-w .list-outer .list-c .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: 0px;
  background: url('img/1/arrow_slider_on.png') no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
}
#home-news .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item {
  display: flex;
  padding: 0 70px;
  box-sizing: border-box;
  position: relative;
}
#home-news .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .img {
  max-width: 690px;
  flex-shrink: 0;
}
#home-news .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .img img {
  width: 100%;
  height: auto;
}
#home-news .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .text-c {
  padding: 28px 46px 28px 28px;
  box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
  border: 1px solid #e9fce4;
  background-color: #fff;
  margin-top: 26px;
  flex-grow: 1;
  margin-bottom: 24px;
  position: relative;
  display: flex;
}
#home-news .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .text-c::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -27px;
  width: 30px;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
}
#home-news .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .text-c::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -27px;
  width: 11px;
  height: 100%;
  background-color: #5ba03d;
  pointer-events: none;
}
#home-news .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .text-c .text-w {
  width: 100%;
  margin: auto 0;
}
#home-news .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .text-c .text-w .date {
  letter-spacing: 0.2px;
  color: #5BA03D;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 20px;
  border-bottom: 1px solid #5ba03d;
}
#home-news .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .text-c .text-w .title {
  letter-spacing: 0.22px;
  color: #474747;
  font-weight: bold;
  font-size: 22px;
  margin-top: 20px;
  line-height: 30px;
  text-wrap: wrap;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#home-news .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .text-c .text-w .detail-box {
  text-align: center;
  width: 100%;
  margin-top: 28px;
}
#home-news .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .text-c .text-w .detail-box .details {
  display: inline-block;
}
#home-news .lv2-w .list-outer:not(.animated) .list-c {
  opacity: 0;
  transform: translateY(100%);
}
#home-video {
  max-width: 100%;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  #home-video {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  #home-video {
    padding: 0 20px;
  }
}
#home-video .lv2-w {
  padding-top: 110px;
  width: 100%;
  max-width: 1540px;
  margin: auto;
}
#home-video .lv2-w .top {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#home-video .lv2-w .list-outer .list-c {
  margin-top: 46px;
  position: relative;
  transition: all 1s cubic-bezier(0.65,0.05,0.36,1);
}
#home-video .lv2-w .list-outer .list-c .bx-wrapper {
  background-color: transparent;
}
#home-video .lv2-w .list-outer .list-c .bx-wrapper .bx-controls .bx-controls-direction a {
  top: 105px;
  margin-top: 0px;
}
#home-video .lv2-w .list-outer .list-c .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: -68px;
  background: url('img/1/arrow_slider_on_l.png') no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1599px) {
  #home-video .lv2-w .list-outer .list-c .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: 0px;
  }
}
#home-video .lv2-w .list-outer .list-c .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: -68px;
  background: url('img/1/arrow_slider_on.png') no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1599px) {
  #home-video .lv2-w .list-outer .list-c .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: 0px;
  }
}
#home-video .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item {
  cursor: pointer;
  position: relative;
}
#home-video .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .img {
  position: relative;
  max-width: 442px;
  flex-shrink: 0;
}
#home-video .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #313131;
  opacity: 0.51;
  pointer-events: none;
  z-index: 1;
}
#home-video .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url('img/1/icon_video_play.svg') no-repeat center center;
  pointer-events: none;
  z-index: 1;
}
#home-video .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .img img {
  width: 100%;
  height: auto;
}
#home-video .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .text-c {
  flex-grow: 1;
  margin-bottom: 24px;
  position: relative;
  padding: 20px;
  display: flex;
  background-color: unset;
}
#home-video .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .text-c .text-w {
  width: 100%;
  margin: auto 0;
}
#home-video .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .text-c .text-w .date {
  text-align: center;
  letter-spacing: 0.15px;
  color: #5B7C9C;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}
#home-video .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .text-c .text-w .title {
  margin-top: 8px;
  text-align: center;
  letter-spacing: 0.18px;
  color: #474747;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  transition: 0.75s color ease;
}
#home-video .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item:hover .text-c .text-w .title {
  color: #023F88;
}
#home-video .lv2-w .list-outer:not(.animated) .list-c {
  opacity: 0;
  transform: translateY(100%);
}
#home-publications,
#home-photo {
  max-width: 100%;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  #home-publications,
  #home-photo {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  #home-publications,
  #home-photo {
    padding: 0 20px;
  }
}
#home-publications .lv2-w,
#home-photo .lv2-w {
  padding-top: 68px;
  width: 100%;
  max-width: 1540px;
  margin: auto;
}
#home-publications .lv2-w .top,
#home-photo .lv2-w .top {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#home-publications .lv2-w .list-outer .list-c,
#home-photo .lv2-w .list-outer .list-c {
  transition: all 1s cubic-bezier(0.65,0.05,0.36,1);
  margin-top: 41px;
  position: relative;
}
#home-publications .lv2-w .list-outer .list-c .bx-wrapper,
#home-photo .lv2-w .list-outer .list-c .bx-wrapper {
  background-color: transparent;
}
#home-publications .lv2-w .list-outer .list-c .bx-wrapper .bx-controls .bx-controls-direction a,
#home-photo .lv2-w .list-outer .list-c .bx-wrapper .bx-controls .bx-controls-direction a {
  top: 127px;
  margin-top: 0px;
}
#home-publications .lv2-w .list-outer .list-c .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
#home-photo .lv2-w .list-outer .list-c .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: -68px;
  background: url('img/1/arrow_slider_on_l.png') no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1599px) {
  #home-publications .lv2-w .list-outer .list-c .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
  #home-photo .lv2-w .list-outer .list-c .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: 0px;
  }
}
#home-publications .lv2-w .list-outer .list-c .bx-wrapper .bx-controls .bx-controls-direction .bx-next,
#home-photo .lv2-w .list-outer .list-c .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: -68px;
  background: url('img/1/arrow_slider_on.png') no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1599px) {
  #home-publications .lv2-w .list-outer .list-c .bx-wrapper .bx-controls .bx-controls-direction .bx-next,
  #home-photo .lv2-w .list-outer .list-c .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: 0px;
  }
}
#home-publications .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item,
#home-photo .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item {
  cursor: pointer;
  position: relative;
}
#home-publications .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .img,
#home-photo .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .img {
  position: relative;
  max-width: 320px;
  flex-shrink: 0;
}
#home-publications .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .img img,
#home-photo .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .img img {
  width: 100%;
  height: auto;
}
#home-publications .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .text-c,
#home-photo .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .text-c {
  flex-grow: 1;
  margin-bottom: 24px;
  position: relative;
  padding: 20px;
  display: flex;
  background-color: unset;
}
#home-publications .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .text-c .text-w,
#home-photo .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .text-c .text-w {
  width: 100%;
  margin: auto 0;
}
#home-publications .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .text-c .text-w .date,
#home-photo .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .text-c .text-w .date {
  text-align: center;
  letter-spacing: 0.15px;
  color: #5B7C9C;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}
#home-publications .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .text-c .text-w .title,
#home-photo .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .text-c .text-w .title {
  margin-top: 8px;
  text-align: center;
  letter-spacing: 0.18px;
  color: #474747;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  transition: 0.75s color ease;
}
#home-publications .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item:hover .text-c .text-w .title,
#home-photo .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item:hover .text-c .text-w .title {
  color: #023F88;
}
#home-publications .lv2-w .list-outer:not(.animated) .list-c,
#home-photo .lv2-w .list-outer:not(.animated) .list-c {
  opacity: 0;
  transform: translateY(100%);
}
@media screen and (max-width: 1199px) {
  #home-video-top .deco-c .d1 {
    background: transparent linear-gradient(180deg,#FFFFFF 0%,#FFFFFFB2 40%,#FFFFFF00 100%);
    height: 40px;
  }
  #home-slider .deco-c .d1 {
    background: transparent linear-gradient(180deg,#FFFFFF 0%,#FFFFFFB2 63%,#FFFFFF00 100%);
    height: 47px;
  }
  #home-welcome .deco-c .d1 {
    right: -137px;
    top: -83px;
  }
  #home-welcome .deco-c .d1 img {
    height: 360px;
    width: auto;
  }
  #home-welcome .deco-c .bottom {
    bottom: 0;
  }
  #home-welcome .lv2-w {
    padding-top: 69px;
    padding-bottom: 80px;
  }
  #home-welcome .lv2-w .list-c {
    margin-top: 71px;
  }
  #home-welcome .lv2-w .list-c .list-w {
    gap: 18px;
  }
  #home-welcome .lv2-w .list-c .list-w .item {
    width: calc((100% - (18px * (3 - 1))) / 3);
  }
  #home-welcome .lv2-w .list-c .list-w .item .img::before {
    height: 68px;
  }
  #home-welcome .lv2-w .list-c .list-w .item .img::after {
    height: 68px;
  }
  #home-welcome .lv2-w .list-c .list-w .item .title {
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
  }
  #home-number {
    background-position: center;
  }
  #home-number .deco-c .left {
    display: none;
  }
  #home-number .deco-c .right {
    display: none;
  }
  #home-number .lv2-w {
    padding-top: 69px;
    padding-bottom: 49px;
  }
  #home-number .lv2-w .list-c {
    padding: 0 30px;
  }
  #home-number .lv2-w .list-c .list-w {
    gap: 45px 50px;
  }
  #home-number .lv2-w .list-c .list-w .item {
    width: calc((100% - (50px * (2 - 1))) / 2);
  }
  #home-number .lv2-w .list-c .list-w .item .num-c {
    margin-top: 4px;
  }
  #home-number .lv2-w .list-c .list-w .item .num-c .num-w .num {
    letter-spacing: 0px;
    font-weight: bold;
    font-size: 70px;
    line-height: 96px;
  }
  #home-number .lv2-w .list-c .list-w .item .num-c .num-w .unit {
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    letter-spacing: 0.3px;
    margin-left: 8px;
    margin-top: 28px;
  }
  #home-number .lv2-w .list-c .list-w .item .title {
    letter-spacing: 0.29px;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
  }
  .home-bg {
    background: url(img/1/graphic_bg_3.png) no-repeat center 360px;
    padding-bottom: 113px;
  }
  #home-news .lv2-w {
    padding-top: 62px;
  }
  #home-news .lv2-w .list-outer .list-c {
    margin-top: 48px;
  }
  #home-news .lv2-w .list-outer .list-c .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    top: -50px !important;
    left: unset !important;
    right: 75px !important;
  }
  #home-news .lv2-w .list-outer .list-c .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    top: -50px !important;
    left: unset !important;
    right: 0px !important;
  }
  #home-news .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item {
    margin: auto;
    padding: 0;
    flex-direction: column;
  }
  #home-news .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .img {
    max-width: 708px;
    margin: auto;
  }
  #home-news .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .text-c {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
    padding: 33px 40px 60px 40px;
    margin: 0 22px 0 21px;
  }
  #home-news .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .text-c::before {
    width: 100%;
    height: 30px;
    top: -24px;
    left: 0;
  }
  #home-news .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .text-c::after {
    width: 100%;
    height: 10px;
    top: -34px;
    left: 0;
  }
  #home-news .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .text-c .text-w .date {
    padding-bottom: 17px;
  }
  #home-news .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .text-c .text-w .detail-box {
    margin-top: 15px;
  }
  #home-video .lv2-w {
    padding-top: 69px;
  }
  #home-video .lv2-w .list-outer .list-c {
    margin-top: 53px;
  }
  #home-video .lv2-w .list-outer .list-c .bx-wrapper {
    position: unset;
  }
  #home-video .lv2-w .list-outer .list-c .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    top: -75px !important;
    left: unset !important;
    right: 75px !important;
  }
  #home-video .lv2-w .list-outer .list-c .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    top: -75px !important;
    left: unset !important;
    right: 0px !important;
  }
  #home-video .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .img {
    margin: auto;
  }
  #home-video .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .text-c {
    padding: 18px 4px;
    margin-bottom: 0;
  }
  #home-video .lv2-w .more-box {
    margin-top: 7px;
  }
  #home-publications .lv2-w,
  #home-photo .lv2-w {
    padding-top: 48px;
  }
  #home-publications .lv2-w .list-outer .list-c,
  #home-photo .lv2-w .list-outer .list-c {
    margin-top: 52px;
  }
  #home-publications .lv2-w .list-outer .list-c .bx-wrapper,
  #home-photo .lv2-w .list-outer .list-c .bx-wrapper {
    position: unset;
  }
  #home-publications .lv2-w .list-outer .list-c .bx-wrapper .bx-controls-direction .bx-prev,
  #home-photo .lv2-w .list-outer .list-c .bx-wrapper .bx-controls-direction .bx-prev {
    top: -75px !important;
    left: unset !important;
    right: 75px;
  }
  #home-publications .lv2-w .list-outer .list-c .bx-wrapper .bx-controls-direction .bx-next,
  #home-photo .lv2-w .list-outer .list-c .bx-wrapper .bx-controls-direction .bx-next {
    top: -75px !important;
    left: unset !important;
    right: 0px !important;
  }
  #home-publications .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .text-c,
  #home-photo .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w .item .text-c {
    padding: 13px 4px;
  }
  #home-publications .lv2-w .more-box,
  #home-photo .lv2-w .more-box {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #video-toggle {
    left: -25px;
    bottom: -28px;
  }
  #home-video-top .deco-c .d1 {
    background: transparent linear-gradient(180deg,#FFFFFF 0%,#FFFFFFB2 23%,#FFFFFF00 100%);
    height: 30px;
  }
  #home-slider .deco-c .d1 {
    background: transparent linear-gradient(180deg,#FFFFFF 0%,#FFFFFFB2 63%,#FFFFFF00 100%);
    height: 38px;
  }
  .title-group .title1 {
    font-weight: bold;
    font-size: 42px;
    line-height: 60px;
    letter-spacing: -1px;
    margin-left: -5px;
  }
  .title-group .title2 {
    letter-spacing: 0.22px;
    font-weight: bold;
    font-size: 22px;
    line-height: 60px;
    top: 23px;
  }
  #home-welcome .deco-c {
    opacity: 0.5;
  }
  #home-welcome .deco-c .d1 {
    right: -160px;
    top: -156px;
  }
  #home-welcome .deco-c .d1 img {
    height: 498px;
  }
  #home-welcome .lv2-w {
    padding-top: 42px;
    padding-bottom: 70px;
  }
  #home-welcome .lv2-w .editor {
    margin-top: 48px;
  }
  #home-welcome .lv2-w .list-c {
    margin-top: 55px;
  }
  #home-welcome .lv2-w .list-c .list-w {
    gap: 12px;
  }
  #home-welcome .lv2-w .list-c .list-w .item {
    width: calc((100% - (12px * (2 - 1))) / 2);
  }
  #home-number .lv2-w {
    padding-bottom: 46px;
  }
  #home-number .lv2-w .list-c {
    padding: 0 0px;
  }
  #home-number .lv2-w .list-c .list-w {
    gap: 46px 0;
  }
  #home-number .lv2-w .list-c .list-w .item {
    width: calc((100% - (0px * (2 - 1))) / 2);
  }
  #home-number .lv2-w .list-c .list-w .item .img img {
    max-width: 163px;
  }
  #home-number .lv2-w .list-c .list-w .item .num-c {
    margin-top: 6px;
  }
  #home-number .lv2-w .list-c .list-w .item .num-c .num-w .num {
    font-weight: bold;
    font-size: 61px;
    line-height: 83px;
  }
  #home-number .lv2-w .list-c .list-w .item .num-c .num-w .unit {
    font-weight: bold;
    font-size: 26px;
    line-height: 36px;
    margin-left: 5px;
    margin-top: 26px;
  }
  .home-bg {
    padding-bottom: 88px;
  }
  #home-news .lv2-w {
    padding-top: 20px;
  }
  #home-news .lv2-w .list-c {
    margin-top: 32px;
  }
  #home-news .lv2-w .list-c .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    top: -44px;
  }
  #home-news .lv2-w .list-c .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    top: -44px;
  }
  #home-news .lv2-w .list-c .bx-wrapper .bx-viewport .list-w .item .text-c {
    padding: 20px 30px 42px 30px;
  }
  #home-news .lv2-w .list-c .bx-wrapper .bx-viewport .list-w .item .text-c::before {
    top: -24px;
  }
  #home-news .lv2-w .list-c .bx-wrapper .bx-viewport .list-w .item .text-c::after {
    top: -24px;
  }
  #home-news .lv2-w .list-c .bx-wrapper .bx-viewport .list-w .item .text-c .text-w .date {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.18px;
  }
  #home-news .lv2-w .list-c .bx-wrapper .bx-viewport .list-w .item .text-c .text-w .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    margin-top: 21px;
  }
  #home-news .lv2-w .more-box {
    margin-top: 8px;
  }
  #home-video .lv2-w {
    padding-top: 48px;
  }
  #home-video .lv2-w .list-c {
    margin-top: 29px;
  }
  #home-video .lv2-w .list-c .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    top: -61px;
  }
  #home-video .lv2-w .list-c .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    top: -61px;
  }
  #home-video .lv2-w .list-c .bx-wrapper .bx-viewport .list-w .item .text-c {
    padding: 20px 4px;
  }
  #home-publications .lv2-w,
  #home-photo .lv2-w {
    padding-top: 50px;
  }
  #home-publications .lv2-w .list-c,
  #home-photo .lv2-w .list-c {
    margin-top: 29px;
  }
  #home-publications .lv2-w .list-c .bx-wrapper .bx-controls-direction .bx-prev,
  #home-photo .lv2-w .list-c .bx-wrapper .bx-controls-direction .bx-prev {
    top: -61px !important;
  }
  #home-publications .lv2-w .list-c .bx-wrapper .bx-controls-direction .bx-next,
  #home-photo .lv2-w .list-c .bx-wrapper .bx-controls-direction .bx-next {
    top: -61px !important;
  }
  #home-publications .lv2-w .list-c .bx-wrapper .bx-viewport .list-w .item .text-c,
  #home-photo .lv2-w .list-c .bx-wrapper .bx-viewport .list-w .item .text-c {
    padding: 22px 4px;
  }
  #home-publications .lv2-w .list-c .bx-wrapper .bx-viewport .list-w .item .text-c .text-w .title,
  #home-photo .lv2-w .list-c .bx-wrapper .bx-viewport .list-w .item .text-c .text-w .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.18px;
  }
}
#latestnews-container {
  position: relative;
  max-width: 1005px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 30px;
}
#left-panel #latestnews-container {
  padding-left: 95px;
  padding-right: 95px;
}
#latestnews-container .latestnews-item {
  max-width: 307px;
  margin: auto;
  overflow: hidden;
  border-bottom: 4px #1c5ab0 solid;
}
#latestnews-container .latestnews-item-photo {
  position: relative;
}
#latestnews-container .latestnews-item-month {
  position: absolute;
  display: block;
  font-size: 16px;
  color: #fff;
  background: #023f88;
  width: 71px;
  height: 46px;
  bottom: 0px;
  right: 50px;
  text-align: center;
  line-height: 46px;
  text-transform: uppercase;
}
#latestnews-container .latestnews-item-day {
  position: absolute;
  display: block;
  font-size: 16px;
  color: #fff;
  background: #5d5d5d;
  width: 46px;
  height: 46px;
  bottom: 0px;
  right: 0px;
  text-align: center;
  line-height: 46px;
}
#latestnews-container .bx-wrapper .bx-controls-direction a {
  width: 37px;
  height: 114px;
  margin-top: -47px;
}
#latestnews-container .bx-wrapper .bx-prev {
  background: url(img/page/arrow_grey_left.png);
  background-repeat: no-repeat;
  left: -55px;
}
#latestnews-container .bx-wrapper .bx-next {
  background: url(img/page/arrow_grey_right.png);
  background-repeat: no-repeat;
  right: -55px;
}
#left-panel #latestnews-container  .bx-wrapper .bx-controls-direction a {
  width: 25px;
  height: 79px;
  margin-top: -35px;
}
#left-panel #latestnews-container .bx-wrapper .bx-prev {
  background: url(img/home/icon-arrow-left.png);
  background-size: contain;
  left: -55px;
}
#left-panel #latestnews-container .bx-wrapper .bx-next {
  background: url(img/home/icon-arrow-right.png);
  background-size: contain;
  right: -55px;
}
#latestnews-container .latestnews-item-title {
  height: 96px;
  font-size: 20px;
  font-weight: 700;
  color: #242424;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 400px;
}
#shortcut-container {
  position: relative;
  background-image: url(img/home/shortcut_bg.png);
  background-position: center;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 10px;
}
#shortcut-inner {
  position: relative;
  max-width: 1005px;
  margin: auto;
}
#shortcut-container .shortcut-item {
  position: relative;
  float: left;
  width: 35%;
  padding-top: 22px;
  padding-bottom: 22px;
}
#shortcut-container .shortcut-item a {
  display: block;
}
#shortcut-container .shortcut-item-2 {
  width: 36.5%;
}
#shortcut-container .shortcut-item-5 {
  width: 36.5%;
}
#shortcut-container .shortcut-item-3 {
  width: 28.5%;
}
#shortcut-container .shortcut-item-6 {
  width: 28.5%;
}
#shortcut-container .shortcut-item .shortcut-item-icon {
  position: relative;
  float: left;
}
#shortcut-container .shortcut-item .shortcut-item-right {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  color: #fff;
  height: 86px;
  display: table-cell;
  vertical-align: middle;
}
#shortcut-container .shortcut-item .shortcut-item-right span {
  font-weight: 700;
}
.shortcut-item-break {
  clear: both;
  width: 100%;
  display: none;
}
.shortcut-item-break-3 {
  display: block;
}
.shortcut-item-break-6 {
  display: block;
}
@media only screen and (max-width: 1080px) {
  #left-panel {
    display: block;
    width: 100%;
    margin-top: 0px;
  }
  #right-panel {
    display: block;
    width: 100%;
  }
  #right-panel .view {
    position: absolute;
    background-image: url(img/home/bg-achievements-m.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 90px;
    left: auto;
    right: -30px;
    top: 30px;
    bottom: -30px;
    text-align: center;
    z-index: 1;
  }
  #right-panel .view > a {
    display: none;
  }
  #right-panel .top-name {
    text-align: center;
  }
  #right-panel .list {
    padding: 20px 0px;
  }
  #right-panel .list .block {
    border: 0px !important;
  }
  #right-panel .bx-controls-direction {
    display: none;
  }
  #latestnews-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #left-panel #latestnews-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ct {
  content: "";
  display: block;
}
.deco-c {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
}
.deco-c *:not(img) {
  position: absolute;
  pointer-events: none;
}
.outer {
  max-width: 100%;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .outer {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .outer {
    padding: 0 20px;
  }
}
body .m-hide,
body .t-hide {
  display: block !important;
}
body .m-show,
body .t-show,
body .d-hide {
  display: none !important;
}
body .d-show {
  display: block !important;
}
@media screen and (max-width: 1199px) {
  body .m-hide,
  body .d-hide {
    display: block !important;
  }
  body .m-show,
  body .d-show,
  body .t-hide {
    display: none !important;
  }
  body .t-show {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  body .t-hide,
  body .d-hide {
    display: block !important;
  }
  body .t-show,
  body .d-show,
  body .m-hide {
    display: none !important;
  }
  body .m-show {
    display: block !important;
  }
}
#home-publications .lv2-w .list-outer .list-c .bx-wrapper .bx-viewport .list-w {
  margin-top: 0;
}
#home-publications .lv2-w .list-outer .list-c .bx-wrapper .bx-controls .bx-controls-direction a {
  top: 206px;
}
