@import url("vendor/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
body, html {
  font-family: 'Noto Sans TC', sans-serif;
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

a {
  transition: 0.5s ease;
  text-decoration: none;
}

button {
  transition: 0.5s ease;
}

textarea, select, input, button {
  outline: none;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.clear-fix {
  clear: both;
}

.orange {
  color: #d57c2a;
}

.header-div {
  position: relative;
  z-index: 2;
}

.header-div .top-div {
  position: fixed;
  z-index: 2;
  left: 0;
  top: 15px;
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
}

.header-div .top-div .outer-div {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.header-div .top-div .outer-div .links .navi li {
  display: inline-block;
}

.header-div .top-div .outer-div .links .navi li a {
  font-size: 16px;
  color: #2A6198;
  padding: 10px 15px;
  display: inline-block;
  position: relative;
}

.header-div .top-div .outer-div .links .navi li a:hover {
  color: #938C8A;
}

.header-div .top-div .outer-div .links .navi li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 1px;
  height: 15px;
  background-color: #2A6198;
}

.header-div .top-div .outer-div .links .navi li:nth-child(2) a:before {
  background-color: transparent;
}

.header-div .top-div .outer-div .links .navi li.mobile-lang {
  display: none;
}

.header-div .top-div .outer-div .links .navi li.mobile-lang a:before {
  background-color: transparent;
}

.header-div .top-div .outer-div .links .navi li.web-lang {
  position: relative;
}

.header-div .top-div .outer-div .links .navi li.web-lang a {
  padding: 5px 10px;
}

.header-div .top-div .outer-div .links .navi li.web-lang a img {
  margin-bottom: -6px;
}

.header-div .top-div .outer-div .links .navi li.web-lang a:before {
  top: 12px;
  background-color: transparent;
}

.header-div .top-div .outer-div .links .navi li.web-lang .dropdown {
  position: absolute;
  background-color: #fff;
  display: none;
  width: 100px;
  left: calc(50% - 50px);
}

.header-div .top-div .outer-div .links .navi li.web-lang .dropdown a {
  padding: 10px;
  text-align: center;
  display: block;
}

.header-div .top-div .outer-div .links .navi li.web-lang .dropdown a:before {
  background-color: transparent;
}

.header-div .top-div .outer-div .links .navi li.web-lang:hover .dropdown {
  display: block;
}

.header-div .bottom-div {
  position: relative;
}

.header-div .bottom-div .outer-div .owl-header-banner .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 630px;
}

.header-div .bottom-div .outer-div .owl-header-banner .item .info-outer {
  width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.header-div .bottom-div .outer-div .owl-header-banner .item .info-outer .info {
  margin-top: 5vw;
  color: #fff;
}

.header-div .bottom-div .outer-div .owl-header-banner .item .info-outer .info h1 {
  font-size: 36px;
  font-weight: 700;
}

.header-div .bottom-div .outer-div .owl-header-banner .item .info-outer .info p {
  font-size: 18px;
  margin-top: 10px;
  white-space: normal;
}

.header-div .bottom-div .outer-div .owl-header-banner .item .info-outer .info pre {
  white-space: normal;
}

.header-div .bottom-div .outer-div .owl-header-banner .item .info-outer .info a {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
  border-radius: 100px;
  border: 2px solid #fff;
  padding: 10px 35px;
  margin-top: 40px;
}

.header-div .bottom-div .outer-div .owl-header-banner .item .info-outer .info a span {
  display: inline-block;
}

.header-div .bottom-div .outer-div .owl-header-banner .item .info-outer .info a img {
  width: 40px;
  margin-left: 10px;
}

.header-div .bottom-div .outer-div .owl-header-banner .item .info-outer .info a:hover {
  background-color: #2A6198;
}

.header-div .bottom-div .outer-div .owl-header-banner .owl-dots {
  position: absolute;
  width: 1140px;
  bottom: 20px;
  padding: 0;
  text-align: right;
}

.header-div .bottom-div .outer-div .owl-header-banner .owl-dots .owl-dot {
  border-radius: 0;
  width: 50px;
  height: 2px;
  margin: 0 8px;
  background-color: #fff;
}

.header-div .bottom-div .outer-div .owl-header-banner .owl-dots .owl-dot.active {
  height: 8px;
}

.scroll .header-div {
  position: relative;
}

.scroll .header-div .top-div {
  top: 0;
  box-shadow: 0px 5px 5p x 0px rgba(0, 0, 0, 0.2);
}

@media all and (max-width: 1200px) {
  .header-div .bottom-div .outer-div .owl-header-banner .item {
    height: 550px;
  }
  .header-div .bottom-div .outer-div .owl-header-banner .item .info-outer {
    width: calc(100% - 30px);
  }
  .header-div .bottom-div .outer-div .owl-header-banner .owl-dots {
    width: 100%;
    text-align: center;
  }
  .header-div .top-div .outer-div .links .navi li.web-lang .dropdown {
    right: 0;
    left: auto;
  }
  .header-div .top-div .outer-div .links .navi li a {
    padding: 10px;
  }
}

@media all and (max-width: 992px) {
  .header-div .top-div {
    top: 0;
  }
  .header-div .top-div .outer-div .links {
    display: none;
  }
  .header-div .bottom-div .outer-div .owl-header-banner .item {
    height: 80vh;
    padding-top: 55px;
  }
  .header-div .bottom-div .outer-div .owl-header-banner .item .info-outer .info {
    margin-top: 0;
  }
  .header-div .bottom-div .outer-div .owl-header-banner .item .info-outer .info h1 {
    font-size: 28px;
  }
  .header-div .bottom-div .outer-div .owl-header-banner .item .info-outer .info p {
    font-size: 15px;
  }
  .header-div .bottom-div .outer-div .owl-header-banner .owl-dots .owl-dot {
    width: 30px;
  }
}

@media all and (max-width: 640px) {
  .header-div .bottom-div .outer-div .owl-header-banner .item .info-outer .info a {
    font-size: 16px;
    margin-top: 20px;
    padding: 5px 20px;
  }
}

footer {
  position: relative;
  z-index: 10;
  margin-top: 10px;
}

footer .footer-div {
  background-color: #013667;
}

footer .footer-div .top-div {
  padding: 45px 0 15px 0;
}

footer .footer-div .top-div .outer-div {
  text-align: center;
}

footer .footer-div .bottom-div {
  text-align: center;
  padding: 20px 0;
}

footer .footer-div .bottom-div .outer-div a {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: #fff;
}

footer .footer-div .bottom-div .outer-div a img {
  margin-right: 15px;
}

.toggle-btn {
  display: none;
  position: fixed;
  top: 15px;
  right: 15px;
  width: 26px;
  height: 30px;
  z-index: 889;
  background: none;
  border: none;
  padding: 0;
}

.toggle-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #4b4b4b;
  margin: 5px 0;
  transition: 0.5s ease;
}

.body-mobile-active {
  overflow: hidden;
}

.body-mobile-active .toggle-btn {
  right: 15px;
  z-index: 999;
}

.body-mobile-active .toggle-btn span {
  background-color: #fff;
}

.body-mobile-active .toggle-btn span:nth-child(1) {
  transform: rotate(-45deg);
}

.body-mobile-active .toggle-btn span:nth-child(2) {
  transform: rotate(-135deg);
  position: absolute;
  top: 9px;
}

.body-mobile-active .toggle-btn span:nth-child(3) {
  display: none;
}

.hide {
  display: none;
}

.overlay {
  z-index: 130;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.body-mobile-active .overlay {
  display: block;
}

#mobile-nav {
  z-index: 130;
  display: none;
  position: fixed;
  left: 0;
  top: 0px;
  height: 100vh;
  bottom: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  overflow-y: auto;
  background-color: #013667;
  width: 100%;
}

#mobile-nav .brand {
  display: block;
  padding: 6px 15px;
  text-align: center;
}

#mobile-nav .brand img {
  height: 50px;
  margin-bottom: -5px;
}

#mobile-nav ul {
  margin: 0 15px;
  padding: 0;
  list-style: none;
}

#mobile-nav ul li {
  display: block;
}

#mobile-nav ul li.web-lang {
  display: none;
}

#mobile-nav ul li.mobile-lang {
  display: flex;
  margin-top: 15px;
}

#mobile-nav ul li.mobile-lang a {
  width: 50%;
  position: relative;
}

#mobile-nav ul li.mobile-lang a:nth-child(2):before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  width: 1px;
  height: 15px;
  background-color: #fff;
}

#mobile-nav ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: block;
  padding: 15px 10px;
  text-align: center;
  border-bottom: 1px solid rgba(155, 155, 155, 0.5);
  position: relative;
}

#mobile-nav ul li a.had_sub_navi i {
  position: absolute;
  right: 10px;
  top: 25px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #d57c2a transparent transparent transparent;
}

#mobile-nav ul li .dropdown {
  display: none;
  border-bottom: 1px solid rgba(155, 155, 155, 0.5);
}

#mobile-nav ul li .dropdown a {
  border: none;
  padding: 8px 0;
}

#mobile-nav ul li.active a.had_sub_navi {
  font-weight: 700;
  border-color: rgba(155, 155, 155, 0);
  color: #d57c2a;
}

#mobile-nav ul li.active a.had_sub_navi i {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 8px 4px;
  border-color: transparent transparent rgba(155, 155, 155, 0.7) transparent;
}

#mobile-nav ul li.active .dropdown {
  display: block;
}

.body-mobile-active #mobile-nav {
  display: block;
}

.gotop {
  z-index: 88;
  position: fixed;
  display: none;
  background-image: url(./../images/icon_gotop.svg);
  background-position: center;
  background-size: 100%;
  width: 36px;
  height: 36px;
  right: 10px;
  bottom: 40px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 100px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
}

.scroll .gotop {
  display: block;
}

@media all and (max-width: 992px) {
  .toggle-btn {
    display: inline-block;
  }
}

@media all and (max-width: 640px) {
  footer .footer-div .top-div .col01 {
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
  footer .footer-div .top-div .col02 {
    width: 100%;
    margin-top: 10px;
  }
}

main {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.anchor-div {
  position: relative;
  height: 1px;
  overflow: hidden;
}

.anchor-div span {
  display: block;
  margin-top: -50px;
  height: 50px;
}

.section-div h2 {
  text-align: center;
  font-size: 36px;
}

.section-div h2 b {
  display: inline-block;
  background-color: #013667;
  min-width: 200px;
  border-radius: 100px;
  padding: 0 30px;
  text-align: center;
  color: #fff;
  font-size: 36px;
  line-height: 1.6;
}

.block-div .block-outer {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 18px;
}

.section-01 {
  position: relative;
}

.section-01 .block-01 {
  padding-top: 30px;
  position: relative;
  z-index: 10;
}

.section-01 .block-01 .two-cols {
  display: flex;
  align-items: center;
}

.section-01 .block-01 .two-cols .col {
  font-size: 14px;
  width: 50%;
}

.section-01 .block-01 .two-cols .col img {
  width: 100%;
}

.section-01 .block-01 .two-cols .col ol {
  color: #000;
  margin-left: 0px;
  list-style: decimal;
  font-size: 27px;
  padding-left: 30px;
}

.section-01 .block-01 .two-cols .col p {
  color: #938C8A;
  margin-top: 30px;
  font-size: 18px;
}

.section-01 .block-01 .two-cols .col:nth-child(2) {
  width: calc(50% - 40px);
  padding-left: 40px;
}

.section-01 .block-02 {
  margin-top: -10px;
  position: relative;
  z-index: 1;
  background-color: rgba(43, 126, 187, 0.1);
  padding: 30px 0;
}

.section-01 .block-02 .three-items {
  display: flex;
}

.section-01 .block-02 .three-items .item {
  width: calc(100% / 3);
  text-align: center;
  position: relative;
}

.section-01 .block-02 .three-items .item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 1px;
  height: 40px;
  background-color: #000;
}

.section-01 .block-02 .three-items .item:first-child:before {
  background-color: transparent;
}

.section-01 .block-02 .three-items .item .two-cols {
  display: inline-flex;
  align-content: center;
}

.section-01 .block-02 .three-items .item .two-cols .col02 {
  color: #013667;
  font-size: 18px;
  margin-left: 20px;
  text-align: left;
}

.section-01 .block-02 .three-items .item .two-cols .col02 h3 {
  font-weight: 700;
  font-size: 18px;
}

.section-01 .block-02 .three-items .item .dropdown-list {
  padding: 0 10px;
  margin: 0 auto;
  margin-top: 35px;
  position: relative;
  min-width: 240px;
  width: max-content;
}

.section-01 .block-02 .three-items .item .dropdown-list button {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  border-radius: 100px;
  border: none;
  background-color: #013667;
  padding: 10px 0;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.section-01 .block-02 .three-items .item .dropdown-list button b {
  margin-left: 30px;
  display: inline-block;
}

.section-01 .block-02 .three-items .item .dropdown-list button img {
  margin-right: 15px;
}

.section-01 .block-02 .three-items .item .dropdown-list .dropdown-div {
  display: none;
  background-color: #013667;
  color: #fff;
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  line-height: 1.8;
  margin: 8px 20px 0 20px;
  padding: 10px 25px;
  position: absolute;
  left: 0;
  width: calc(100% - 50px - 40px);
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.section-01 .block-02 .three-items .item .dropdown-list:hover .dropdown-div {
  display: block;
}

.section-01 .block-03 {
  background-color: #E6E6E6;
  padding: 45px 0;
  overflow: hidden;
}

.section-01 .block-03 .desc {
  font-size: 18px;
}

.section-01 .block-03 .desc p {
  color: #013667;
  margin-bottom: 20px;
}

.section-01 .block-03 .desc p:last-child {
  margin-bottom: 0;
}

.section-01 .block-03 .five-items {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 50px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

.section-01 .block-03 .five-items .item {
  width: calc(100% / 5);
  position: relative;
}

.section-01 .block-03 .five-items .item .hover-div {
  display: none;
  position: absolute;
  background-color: #013667;
  color: #fff;
  padding: 35px 10px;
  border-radius: 20px;
  left: -45px;
  right: -45px;
  top: -100px;
  bottom: -45px;
  z-index: 99;
}

.section-01 .block-03 .five-items .item .hover-div .img {
  text-align: center;
}

.section-01 .block-03 .five-items .item .hover-div .info {
  text-align: center;
  min-height: 390px;
}

.section-01 .block-03 .five-items .item .hover-div .info h3 {
  font-size: 24px;
}

.section-01 .block-03 .five-items .item .hover-div .info .list-items {
  margin-top: 20px;
  font-size: 14px;
  /*height: 180px;*/
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 370px;
}

.section-01 .block-03 .five-items .item .hover-div .info .list-items ul {
  display: flex;
  flex-wrap: wrap;
}

.section-01 .block-03 .five-items .item .hover-div .info .list-items ul li {
  width: calc(50% - 8px - 20px);
  padding-left: 5px;
  display: inline-block;
  border-left: 3px solid #fff;
  text-align: left;
  margin: 5px 10px;
}

.section-01 .block-03 .five-items .item .hover-div .action {
  text-align: center;
  margin-top: 15px;
}

.section-01 .block-03 .five-items .item .hover-div .action button {
  padding: 0;
  background-color: transparent;
}

.section-01 .block-03 .five-items .item:nth-child(1) .general-div {
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.section-01 .block-03 .five-items .item:nth-child(5) .general-div {
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.section-01 .block-03 .five-items .item .general-div {
  padding: 30px 20px;
  background: white;
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(92%, white), color-stop(100%, #f7f7f7));
  background: linear-gradient(to right, white 0%, white 92%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=1 );
}

.section-01 .block-03 .five-items .item .general-div .img {
  text-align: center;
}

.section-01 .block-03 .five-items .item .general-div .info {
  text-align: center;
}

.section-01 .block-03 .five-items .item .general-div .info h3 {
  color: #013667;
  font-size: 24px;
  font-weight: 700;
}

.section-01 .block-03 .five-items .item .general-div .info p {
  text-align: left;
  color: #938C8A;
  font-size: 16px;
  margin-top: 15px;
  min-height: 210px;
}

.section-01 .block-03 .five-items .item .general-div .action {
  text-align: center;
}

.section-01 .block-03 .five-items .item .general-div .action button {
  padding: 0;
  background-color: transparent;
}

.section-01 .block-03 .five-items .item:hover .hover-div {
  display: block;
}

.section-02 {
  position: relative;
}

.section-02 .block-01 {
  padding: 45px 0;
  background: url(../images/block_service_bg_01.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.section-02 .block-01 .four-items {
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  background-color: #fff;
  margin-top: 35px;
}

.section-02 .block-01 .four-items .item {
  width: calc(100% / 4);
  position: relative;
}

.section-02 .block-01 .four-items .item:nth-child(even) {
  background-color: #E6E6E6;
}

.section-02 .block-01 .four-items .item:nth-child(even) .hover-div {
  background-color: #E6E6E6;
}

.section-02 .block-01 .four-items .item:nth-child(4) {
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.section-02 .block-01 .four-items .item:nth-child(4) .hover-div {
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.section-02 .block-01 .four-items .item:nth-child(1) .hover-div {
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.section-02 .block-01 .four-items .item .general-div {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 80px 0;
}

.section-02 .block-01 .four-items .item .general-div h3 {
  font-size: 23px;
  color: #013667;
}

.section-02 .block-01 .four-items .item .hover-div {
  display: none;
  position: absolute;
  left: -50px;
  top: -40px;
  right: -50px;
  bottom: -40px;
  z-index: 10;
  background-color: #fff;
  text-align: center;
  padding: 30px;
}

.section-02 .block-01 .four-items .item .hover-div h3 {
  font-size: 23px;
  color: #013667;
  border-bottom: 1px solid #013667;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.section-02 .block-01 .four-items .item .hover-div p {
  text-align: left;
  font-size: 16px;
  color: #013667;
  max-height: 230px;
  overflow-y: auto;
}

.section-02 .block-01 .four-items .item .hover-div ul li {
  font-size: 16px;
  color: #013667;
  margin-bottom: 5px;
}

.section-02 .block-01 .four-items .item .hover-div ul li i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: #013667;
  margin-right: 5px;
}

.section-02 .block-01 .four-items .item:hover .hover-div {
  display: block;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
}

.section-02 .block-01 .owl-four-items {
  margin-top: 35px;
  display: none;
}

.section-02 .block-01 .owl-four-items .item {
  width: 100%;
  position: relative;
}

.section-02 .block-01 .owl-four-items .item:nth-child(even) {
  background-color: #E6E6E6;
}

.section-02 .block-01 .owl-four-items .item:nth-child(even) .hover-div {
  background-color: #E6E6E6;
}

.section-02 .block-01 .owl-four-items .item:nth-child(4) {
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.section-02 .block-01 .owl-four-items .item:nth-child(4) .hover-div {
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.section-02 .block-01 .owl-four-items .item:nth-child(1) .hover-div {
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.section-02 .block-01 .owl-four-items .item .general-div {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 80px 0;
  background-color: #fff;
  border-radius: 20px;
}

.section-02 .block-01 .owl-four-items .item .general-div h3 {
  font-size: 23px;
  color: #013667;
}

.section-02 .block-01 .owl-four-items .item .hover-div {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  z-index: 10;
  background-color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 20px;
}

.section-02 .block-01 .owl-four-items .item .hover-div h3 {
  font-size: 23px;
  color: #013667;
  border-bottom: 1px solid #013667;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.section-02 .block-01 .owl-four-items .item .hover-div p {
  text-align: left;
  font-size: 14px;
  color: #013667;
  max-height: 200px;
  overflow-y: auto;
}

.section-02 .block-01 .owl-four-items .item .hover-div ul {
  display: flex;
  flex-wrap: wrap;
}

.section-02 .block-01 .owl-four-items .item .hover-div ul li {
  font-size: 14px;
  color: #013667;
  margin: 10px 0;
  display: inline-block;
  width: 50%;
}

.section-02 .block-01 .owl-four-items .item .hover-div ul li i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: #013667;
  margin-right: 5px;
}

.section-02 .block-01 .owl-four-items .item .hover-div ul.ul-one-li-list li {
  width: 100%;
}

.section-02 .block-01 .owl-four-items .item.active .hover-div {
  display: block;
}

.section-02 .block-01 .owl-four-items .owl-dots {
  text-align: center;
}

.section-02 .block-01 .owl-four-items .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background-color: #fff;
  margin: 0 10px;
}

.section-02 .block-01 .owl-four-items .owl-dots .owl-dot.active span {
  background-color: #2B7EBB;
}

.section-03 .block-01 {
  padding: 30px 0;
}

.section-03 .block-01 .info {
  color: #938C8A;
  margin-top: 20px;
}

.section-03 .block-01 .info p {
  font-size: 18px;
  border: 1px solid #013667;
  padding: 15px 60px;
  border-radius: 10px;
}

.section-03 .block-02 {
  padding: 45px 0;
  background: url(../images/block_benefit_bg_01.jpg) center no-repeat;
  background-size: cover;
}

.section-03 .block-02 .two-cols {
  display: flex;
  flex-wrap: wrap;
}

.section-03 .block-02 .two-cols.mobile {
  display: none;
}

.section-03 .block-02 .two-cols .col01 {
  width: 80px;
}

.section-03 .block-02 .two-cols .col01 h3 {
  font-size: 24px;
  color: #fff;
  width: 25px;
  text-align: center;
}

.section-03 .block-02 .two-cols .col02 {
  width: calc(100% - 80px);
}

.section-03 .block-02 .two-cols .col02 .step-div {
  display: flex;
  flex-wrap: wrap;
}

.section-03 .block-02 .two-cols .col02 .step-div .item {
  width: calc(100% / 4);
  display: flex;
}

.section-03 .block-02 .two-cols .col02 .step-div .item .left-div .img {
  text-align: center;
}

.section-03 .block-02 .two-cols .col02 .step-div .item .left-div .info {
  margin-top: 30px;
}

.section-03 .block-02 .two-cols .col02 .step-div .item .left-div .info p {
  font-size: 16px;
  color: #fff;
}

.section-03 .block-02 .two-cols .col02 .step-div .item .right-div {
  padding-top: 30px;
}

.section-03 .block-03 {
  padding: 45px 0;
  background-color: #E6E6E6;
}

.section-03 .block-03 .tab-list-div.mobile {
  display: none;
}

.section-03 .block-03 .tab-list-div .tab-links {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #708082;
}

.section-03 .block-03 .tab-list-div .tab-links .item {
  width: calc(100% / 3);
}

.section-03 .block-03 .tab-list-div .tab-links .item.active a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 4px;
  width: 100%;
  background-color: #606060;
}

.section-03 .block-03 .tab-list-div .tab-links .item a {
  display: block;
  color: #9E9D9D;
  font-size: 24px;
  text-align: center;
  padding: 10px 0;
  position: relative;
}

.section-03 .block-03 .tab-list-div .tab-links .item a:hover a {
  color: #606060;
}

.section-03 .block-03 .tab-list-div .tab-links .item a:hover:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 4px;
  width: 100%;
  background-color: #606060;
}

.section-03 .block-03 .tab-list-div .tab-content {
  margin-top: 40px;
}

.section-03 .block-03 .tab-list-div .tab-content .content-div {
  display: none;
}

.section-03 .block-03 .tab-list-div .tab-content .content-div.active {
  display: block;
}

.section-03 .block-03 .tab-list-div .tab-content .content-div h3 {
  text-align: center;
  font-size: 21px;
  color: #2B7EBB;
}

.section-03 .block-03 .tab-list-div .tab-content .content-div h3 span {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}

.section-03 .block-03 .tab-list-div .tab-content .content-div h3 span:before {
  content: '';
  position: absolute;
  left: calc(50% - 23px);
  bottom: 0;
  width: 46px;
  height: 3px;
  background-color: #2B7EBB;
}

.section-03 .block-03 .tab-list-div .tab-content .content-div p {
  text-align: center;
  font-size: 18px;
  color: #938C8A;
  margin: 15px 0;
}

.section-03 .block-03 .tab-list-div .tab-content .content-div .img {
  text-align: center;
}

.section-03 .block-03 .tab-list-div .tab-content .content-div .img img {
  max-width: 100%;
  margin: 15px auto;
}

.section-03 .block-03 .tab-list-div .tab-content .content-div .img .mobile {
  display: none;
}

.section-03 .block-03 .tab-list-div .owl-tab-banner h3 {
  text-align: center;
  font-size: 21px;
  color: #2B7EBB;
}

.section-03 .block-03 .tab-list-div .owl-tab-banner h3 span {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}

.section-03 .block-03 .tab-list-div .owl-tab-banner h3 span:before {
  content: '';
  position: absolute;
  left: calc(50% - 23px);
  bottom: 0;
  width: 46px;
  height: 3px;
  background-color: #2B7EBB;
}

.section-03 .block-03 .tab-list-div .owl-tab-banner p {
  text-align: left;
  font-size: 16px;
  color: #938C8A;
  margin: 15px 0;
}

.section-03 .block-03 .tab-list-div .owl-tab-banner .owl-dots {
  text-align: center;
  padding-top: 20px;
}

.section-03 .block-03 .tab-list-div .owl-tab-banner .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background-color: #fff;
  margin: 0 10px;
}

.section-03 .block-03 .tab-list-div .owl-tab-banner .owl-dots .owl-dot.active span {
  background-color: #2B7EBB;
}

.section-04 .block-div .info {
  color: #fff;
}

.section-04 .block-div .info h3 {
  font-size: 24px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.section-04 .block-div .info h3 small {
  font-size: 21px;
}

.section-04 .block-div .info p {
  font-size: 18px;
}

.section-04 .block-div ul {
  margin-left: 20px;
  list-style: disc;
}

.section-04 .block-01 {
  padding: 30px 0;
}

.section-04 .block-02 {
  padding: 55px 0;
  background: url(../images/block_scope_bg_01.jpg) left center no-repeat;
  background-size: cover;
}

.section-04 .block-02 .info {
  margin-left: 500px;
}

.section-04 .block-03 {
  padding: 55px 0;
  background: url(../images/block_scope_bg_02.jpg) right center no-repeat;
  background-size: cover;
}

.section-04 .block-03 .info {
  margin-right: 500px;
}

.section-04 .block-04 {
  padding: 55px 0;
  background: url(../images/block_scope_bg_03.jpg) left center no-repeat;
  background-size: cover;
}

.section-04 .block-04 .info {
  margin-left: 500px;
}

.section-04 .block-05 {
  padding: 55px 0;
  background: url(../images/block_scope_bg_04.jpg) right center no-repeat;
  background-size: cover;
}

.section-04 .block-05 .info {
  margin-right: 500px;
}

.section-05 .block-01 {
  margin-top: 55px;
  background: url(../images/block_about_bg_01.jpg) no-repeat left center #013667;
  background-size: auto 100%;
}

.section-05 .block-01 .two-cols {
  display: flex;
}

.section-05 .block-01 .two-cols .col01 {
  width: calc(50% - 80px);
  background-color: #fff;
  text-align: left;
  padding: 15px 40px 0 40px;
}

.section-05 .block-01 .two-cols .col01 h2 {
  text-align: left;
}

.section-05 .block-01 .two-cols .col01 p {
  font-size: 18px;
  color: #938C8A;
  margin-top: 20px;
}

.section-05 .block-01 .two-cols .col02 {
  width: 50%;
  display: flex;
}

.section-05 .block-01 .two-cols .col02 img {
  width: 100%;
}

.section-06 .block-01 {
  padding: 50px 0;
}

.section-06 .block-01 .block-outer {
  padding: 0 50px;
  max-width: 1040px;
}

.section-06 .block-01 .block-outer .owl-partner {
  margin-top: 60px;
}

.section-06 .block-01 .block-outer .owl-partner .owl-item .item {
  padding: 0 15px;
  height: 60px;
  width: calc(100% - 30px);
  display: flex;
  align-items: center;
}

.section-06 .block-01 .block-outer .owl-partner .owl-item .item img {
  max-width: 100%;
  max-height: 60px;
  width: auto;
  margin: 0 auto;
}

.section-06 .block-01 .block-outer .owl-partner .owl-nav.disabled {
  display: block;
}

.section-06 .block-01 .block-outer .owl-partner .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  background: url(../images/icon_arrow_blue_left.svg);
}

.section-06 .block-01 .block-outer .owl-partner .owl-nav .owl-prev span {
  display: none;
}

.section-06 .block-01 .block-outer .owl-partner .owl-nav .owl-next {
  position: absolute;
  right: -50px;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  background: url(../images/icon_arrow_blue_right.svg);
}

.section-06 .block-01 .block-outer .owl-partner .owl-nav .owl-next span {
  display: none;
}

.section-07 .block-01 {
  padding: 65px 0;
  background: url(../images/block_expert_bg_01.jpg) center no-repeat;
  background-size: cover;
}

.section-07 .block-01 .two-cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.section-07 .block-01 .two-cols .col01 {
  width: 390px;
  padding-right: 60px;
  text-align: left;
}

.section-07 .block-01 .two-cols .col01 h2 {
  margin-bottom: 45px;
}

.section-07 .block-01 .two-cols .col01 h2 b {
  background-color: #fff;
  color: #013667;
}

.section-07 .block-01 .two-cols .col01 h3 {
  color: #fff;
  font-size: 24px;
}

.section-07 .block-01 .two-cols .col01 p {
  color: #fff;
  font-size: 14px;
}

.section-07 .block-01 .two-cols .col01 hr {
  margin: 20px 0;
}

.section-07 .block-01 .two-cols .col02 {
  width: calc(100% - 450px);
}

.section-07 .block-01 .two-cols .col02 iframe {
  width: 100%;
  height: 410px;
}

.section-8 .block-01 {
  padding: 65px 0;
}

.section-8 .block-01 .news-list-div {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.section-8 .block-01 .news-list-div .item {
  width: calc(100% / 3 - 30px);
  margin: 15px;
  padding-bottom: 50px;
}

.section-8 .block-01 .news-list-div .item .video-img iframe {
  width: 100%;
  height: 200px;
}

.section-8 .block-01 .news-list-div .item .video-img img {
  width: 100%;
}

.section-8 .block-01 .news-list-div .item .info h3 {
  font-size: 21px;
  color: #17205D;
  margin-bottom: 10px;
  font-weight: 700;
}

.section-8 .block-01 .news-list-div .item .info h3 span {
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
}

.section-8 .block-01 .news-list-div .item .info h3 span:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: #17205D;
}

.section-8 .block-01 .news-list-div .item .info h4 {
  font-size: 14px;
  color: #17205D;
  font-weight: 700;
  margin: 10px 0;
}

.section-8 .block-01 .news-list-div .item .info p {
  font-size: 16px;
  color: #929292;
}

.section-8 .block-01 .news-list-div .item .more {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}

.section-8 .block-01 .news-list-div .item .more a {
  display: inline-block;
  background-color: #013667;
  font-size: 18px;
  border-radius: 100px;
  color: #fff;
  padding: 10px 35px;
}

.section-8 .block-01 .news-list-div .item .more a img {
  margin-left: 20px;
}

.section-8 .block-01 .pagination {
  text-align: center;
  padding-top: 35px;
}

.section-8 .block-01 .pagination a {
  font-size: 18px;
  color: #929292;
  display: inline-block;
  margin: 0 10px;
}

.section-8 .block-01 .pagination a.active {
  color: #17205D;
}

.section-8 .block-01 .pagination a:hover {
  color: #17205D;
}

.section-9 .block-01 {
  padding: 40px 0;
  background-color: #464C5C;
}

.section-9 .block-01 h2 {
  border-bottom: 1px solid #fff;
}

.section-9 .block-01 h2 b {
  background-color: transparent;
  font-size: 28px;
}

.section-9 .block-01 p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin: 20px 0;
}

.section-9 .form-div .radio-button-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section-9 .form-div .radio-button-list .item .radio-container {
  position: relative;
  display: inline-block;
  margin: 5px;
}

.section-9 .form-div .radio-button-list .item .radio-container input {
  display: none;
  position: absolute;
}

.section-9 .form-div .radio-button-list .item .radio-container .checkmark {
  width: max-content;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid #fff;
  border-radius: 100px;
}

.section-9 .form-div .radio-button-list .item .radio-container input:checked ~ .checkmark {
  background-color: #013667;
}

.section-9 .form-div .middle-div {
  text-align: right;
}

.section-9 .form-div .bottom-div {
  margin-top: 0px;
}

.section-9 .form-div .bottom-div input {
  width: calc(100%  - 30px);
  padding: 15px;
  color: #17205D;
  font-size: 14px;
  border: none;
  background-color: #fff;
  border-radius: 10px;
}

.section-9 .form-div .bottom-div textarea {
  width: calc(100%  - 30px);
  padding: 15px;
  color: #17205D;
  font-size: 14px;
  border: none;
  background-color: #fff;
  border-radius: 10px;
  height: 70px;
}

.section-9 .form-div .three-items {
  display: flex;
  margin-left: -18px;
  margin-right: -18px;
}

.section-9 .form-div .three-items .item {
  width: calc(100% / 3 - 36px);
  margin: 18px;
}

.section-9 .form-div .two-items {
  display: flex;
  margin-left: -18px;
  margin-right: -18px;
}

.section-9 .form-div .two-items .item {
  width: calc(100% / 3 - 36px);
  margin: 18px;
}

.section-9 .form-div .two-items .item:nth-child(1) {
  width: calc(100% / 3 * 2 - 36px);
}

.section-9 .form-div .two-items .item:nth-child(2) {
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.section-9 .form-div .two-items .item:nth-child(2) button {
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 10px 30px;
  background-color: transparent;
  font-size: 18px;
  color: #fff;
}

.section-9 .form-div .two-items .item:nth-child(2) button img {
  margin-left: 55px;
}

.section-9 .form-div .two-items .item:nth-child(2) button:hover {
  background-color: #013667;
}

.body-eng .section-01 .block-01 .two-cols {
  padding-bottom: 30px;
}

.body-eng .section-01 .block-01 .two-cols .col ol {
  font-size: 22px;
  margin-left: 0;
  padding-left: 26px;
  list-style: decimal;
}

.body-eng .section-01 .block-01 .two-cols .col p {
  font-size: 16px;
  margin-top: 20px;
}

.body-eng .section-01 .block-02 .three-items .item .dropdown-list .dropdown-div {
  width: calc(100% - 40px - 30px);
  padding: 10px 15px;
  font-size: 15px;
}

.body-eng .section-01 .block-02 .three-items .item .dropdown-list button {
  font-size: 16px;
  margin-left: 0px;
  margin-right: 10px;
}

.body-eng .section-01 .block-02 .three-items .item .dropdown-list button b {
  margin-left: 15px;
  display: inline-block;
}

.body-eng .section-01 .block-03 .five-items .item .general-div .info p {
  min-height: 230px;
}

.body-eng .section-03 .block-01 .info p {
  text-align: center;
}

.body-eng .section-03 .block-02 .two-cols .col01 {
  width: 100%;
}

.body-eng .section-03 .block-02 .two-cols .col01 h3 {
  width: 100%;
}

.body-eng .section-03 .block-02 .two-cols .col02 {
  margin-top: 30px;
  width: 100%;
}

.body-eng .section-01 .block-03 .five-items .item .hover-div {
  top: -45px;
}

.body-eng .section-01 .block-03 .five-items .item .hover-div .info {
  min-height: 350px;
}

.body-eng .section-01 .block-03 .five-items .item .hover-div .info .list-items ul li {
  margin: 10px;
}

@media all and (max-width: 1200px) {
  .section-8 .block-01 .news-list-div {
    margin-left: 0;
    margin-right: 0;
  }
  .section-9 .form-div .three-items {
    margin-left: 0;
    margin-right: 0;
  }
  .section-9 .form-div .two-items {
    margin-left: 0;
    margin-right: 0;
  }
}

@media all and (max-width: 1140px) {
  .section-01 .block-03 .five-items {
    justify-content: center;
    background-color: transparent;
    box-shadow: none;
  }
  .section-01 .block-03 .five-items .item {
    width: calc(100% / 3 - 20px);
    background-color: #fff;
    margin: 10px;
    border-radius: 20px;
  }
  .section-01 .block-03 .five-items .item:nth-child(1) .general-div {
    border-radius: 20px;
  }
  .section-01 .block-03 .five-items .item:nth-child(2) .general-div {
    border-radius: 20px;
  }
  .section-01 .block-03 .five-items .item:nth-child(3) .general-div {
    border-radius: 20px;
  }
  .section-01 .block-03 .five-items .item:nth-child(4) .general-div {
    border-radius: 20px;
  }
  .section-01 .block-03 .five-items .item:nth-child(5) .general-div {
    border-radius: 20px;
  }
  .section-01 .block-03 .five-items .item .hover-div {
    left: 0;
    right: 0;
  }
  .section-04 .block-02 .info {
    margin-left: 10vw;
  }
  .section-04 .block-03 .info {
    margin-right: 10vw;
  }
  .section-04 .block-04 .info {
    margin-left: 10vw;
  }
  .section-04 .block-05 .info {
    margin-right: 10vw;
  }
  .section-06 .block-01 .block-outer .owl-partner .owl-nav .owl-prev {
    left: -30px;
  }
  .section-06 .block-01 .block-outer .owl-partner .owl-nav .owl-next {
    right: -30px;
  }
  .section-07 .block-01 .two-cols {
    display: block;
  }
  .section-07 .block-01 .two-cols .col01 {
    width: 100%;
    padding-right: 0;
  }
  .section-07 .block-01 .two-cols .col02 {
    width: 100%;
    margin-top: 30px;
  }
  .section-07 .block-01 .two-cols .col02 iframe {
    height: 55vw;
  }
  .section-8 .block-01 .news-list-div {
    display: block;
  }
  .section-8 .block-01 .news-list-div .item {
    width: 100%;
    margin: 15px 0;
    padding-bottom: 0;
  }
  .section-8 .block-01 .news-list-div .item .video-img iframe {
    height: 55vw;
  }
  .section-8 .block-01 .news-list-div .item .video-img img {
    width: 100%;
  }
  .section-8 .block-01 .news-list-div .item .more {
    position: relative;
    bottom: auto;
  }
}

@media all and (max-width: 992px) {
  .section-div h2 b {
    font-size: 28px;
  }
  .section-01 .block-01 .two-cols {
    display: block;
  }
  .section-01 .block-01 .two-cols .col {
    width: 100%;
    margin: 15px 0;
  }
  .section-01 .block-01 .two-cols .col:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
  .section-01 .block-02 {
    margin-top: 0;
  }
  .section-01 .block-02 .three-items {
    display: block;
    position: relative;
  }
  .section-01 .block-02 .three-items .item {
    width: 100%;
    margin: 15px 0;
  }
  .section-01 .block-02 .three-items .item:before {
    background-color: transparent;
  }
  .section-01 .block-02 .three-items .item:nth-child(1) {
    z-index: 3;
  }
  .section-01 .block-02 .three-items .item:nth-child(2) {
    z-index: 2;
  }
  .section-01 .block-02 .three-items .item:nth-child(3) {
    z-index: 1;
  }
  .section-01 .block-02 .three-items .item .dropdown-list {
    margin-top: 15px;
    width: calc(100% - 20px);
  }
  .section-01 .block-02 .three-items .item .dropdown-list button {
    font-size: 18px;
    padding: 6px 0;
    margin-left: 0;
  }
  .section-01 .block-02 .three-items .item .dropdown-list button b {
    width: calc(100% - 30px);
  }
  .section-01 .block-02 .three-items .item .dropdown-list button img {
    height: 24px;
  }
  .section-01 .block-02 .three-items .item {
    margin-bottom: 30px;
  }
  .section-01 .block-02 .three-items .item .dropdown-list:hover .dropdown-div {
    display: none;
  }
  .section-01 .block-02 .three-items .item.active .dropdown-list button img {
    transform: rotate(180deg);
  }
  .section-01 .block-02 .three-items .item.active .dropdown-list .dropdown-div {
    display: block;
  }
  .section-01 .block-03 .five-items .item {
    position: relative;
  }
  .section-01 .block-03 .five-items .item:hover .hover-div {
    display: none;
  }
  .section-01 .block-03 .five-items .item.active {
    z-index: 888;
  }
  .section-01 .block-03 .five-items .item.active .hover-div {
    display: block;
  }
  .section-01 .block-03 .five-items .item .hover-div {
    left: -25px;
    right: -25px;
    bottom: -75px;
    padding-top: 15px;
    z-index: 999;
  }
  .section-01 .block-03 .five-items .item .hover-div .info .list-items {
    font-size: 13px;
    max-height: 400px;
  }
  .section-01 .block-03 .five-items .item .hover-div .info .list-items ul li {
    margin: 2px 3px;
  }
  .section-02 .block-01 .four-items {
    background-color: transparent;
  }
  .section-02 .block-01 .four-items .item {
    width: calc(100% / 2 - 20px);
    margin: 10px;
    background-color: #fff;
  }
  .section-02 .block-01 .four-items .item:hover .hover-div {
    display: none;
  }
  .section-02 .block-01 .four-items .item.active .hover-div {
    display: block;
  }
  .section-02 .block-01 .four-items .item:nth-child(1) {
    border-radius: 20px;
  }
  .section-02 .block-01 .four-items .item:nth-child(2) {
    border-radius: 20px;
  }
  .section-02 .block-01 .four-items .item:nth-child(3) {
    border-radius: 20px;
  }
  .section-02 .block-01 .four-items .item:nth-child(4) {
    border-radius: 20px;
  }
  .section-02 .block-01 .four-items .item .hover-div {
    left: 0;
    right: 0;
  }
  .section-02 .block-01 .four-items .item:nth-child(1) .hover-div {
    border-radius: 20px;
  }
  .section-02 .block-01 .four-items .item:nth-child(2) .hover-div {
    border-radius: 20px;
  }
  .section-02 .block-01 .four-items .item:nth-child(3) .hover-div {
    border-radius: 20px;
  }
  .section-02 .block-01 .four-items .item:nth-child(4) .hover-div {
    border-radius: 20px;
  }
  .section-03 .block-03 .tab-list-div .tab-links .item a {
    font-size: 16px;
  }
  .section-04 .block-02 {
    position: relative;
  }
  .section-04 .block-02:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .section-04 .block-02 .block-outer {
    position: relative;
  }
  .section-04 .block-03 {
    position: relative;
  }
  .section-04 .block-03:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .section-04 .block-03 .block-outer {
    position: relative;
  }
  .section-04 .block-04 {
    position: relative;
  }
  .section-04 .block-04:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .section-04 .block-04 .block-outer {
    position: relative;
  }
  .section-04 .block-05 {
    position: relative;
  }
  .section-04 .block-05:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .section-04 .block-05 .block-outer {
    position: relative;
  }
  .section-05 .block-01 {
    background: none;
  }
  .section-05 .block-01 .two-cols {
    display: block;
  }
  .section-05 .block-01 .two-cols .col01 {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .section-05 .block-01 .two-cols .col01 h2 {
    text-align: center;
  }
  .section-05 .block-01 .two-cols .col01 p {
    margin-top: 15px;
    text-align: left;
  }
  .section-05 .block-01 .two-cols .col02 {
    width: 100%;
    margin-top: 20px;
  }
  .section-07 .block-01 {
    position: relative;
  }
  .section-07 .block-01:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .body-eng .section-01 .block-03 .five-items .item .hover-div {
    bottom: -45px;
  }
}

@media all and (max-width: 920px) {
  .section-03 .block-02 .two-cols .col01 {
    width: 100%;
    text-align: center;
  }
  .section-03 .block-02 .two-cols .col01 h3 {
    width: 100%;
  }
  .section-03 .block-02 .two-cols .col02 {
    width: 100%;
  }
  .section-03 .block-02 .two-cols .col02 .step-div {
    display: block;
  }
  .section-03 .block-02 .two-cols .col02 .step-div .item {
    width: 100%;
    display: block;
  }
  .section-03 .block-02 .two-cols .col02 .step-div .item .left-div {
    text-align: center;
  }
  .section-03 .block-02 .two-cols .col02 .step-div .item .right-div {
    text-align: center;
    padding-bottom: 15px;
  }
  .section-03 .block-02 .two-cols .col02 .step-div .item .right-div img {
    transform: rotate(90deg);
  }
}

@media all and (max-width: 740px) {
  .section-01 .block-01 .two-cols .col ol {
    font-size: 17px;
    padding-left: 22px;
  }
  .section-01 .block-01 .two-cols .col p {
    font-size: 15px;
  }
  .section-01 .block-03 .five-items {
    position: relative;
  }
  .section-01 .block-03 .five-items .item {
    width: 100%;
    margin: 10px 0;
  }
  .section-01 .block-03 .five-items .item .general-div .info p {
    min-height: auto;
    margin-bottom: 15px;
    text-align: center;
  }
  .section-01 .block-03 .five-items .item .general-div .info p span {
    display: block;
  }
  .section-01 .block-03 .five-items .item .hover-div {
    bottom: 0;
    left: 0;
    right: 0;
  }
  .section-01 .block-03 .five-items .item .hover-div .info .list-items {
    height: 25vw;
    /*min-height: 50vw;*/
  }
  .section-01 .block-03 .five-items .item.active {
    z-index: 66;
  }
  .section-01 .block-03 .five-items .item:last-child .hover-div {
    top: auto;
    bottom: 0;
  }
  .section-01 .block-03 .desc p span {
    display: block;
    margin-bottom: 0px;
  }
  .section-01 .block-03 .desc p span :last-child {
    margin-bottom: 0;
  }
  .section-02 .block-01 .four-items {
    display: none;
  }
  .section-02 .block-01 .four-items .item {
    width: 100%;
    margin: 15px 0;
  }
  .section-02 .block-01 .four-items .item .hover-div {
    top: 0;
    bottom: auto;
  }
  .section-02 .block-01 .owl-four-items {
    display: block;
  }
  .section-02 .block-01 .owl-four-items .item {
    width: 100%;
    margin: 15px 0;
  }
  .section-02 .block-01 .owl-four-items .item .hover-div {
    top: 0;
    bottom: auto;
  }
  .section-02 .block-01 .owl-four-items .item .hover-div ul li span {
    display: block;
  }
  .section-03 .block-01 .info p {
    padding: 15px;
  }
  .section-03 .block-02 .two-cols.mobile {
    display: none;
  }
  .section-03 .block-02 .two-cols .col02 .step-div .item .left-div .info p span {
    display: block;
  }
  .section-03 .block-03 .tab-list-div.web {
    display: none;
  }
  .section-03 .block-03 .tab-list-div.mobile {
    display: block;
  }
  .section-03 .block-03 .tab-list-div .tab-content .content-div .img img.web {
    display: none;
  }
  .section-03 .block-03 .tab-list-div .tab-content .content-div .img img.mobile {
    display: block;
  }
  .section-04 .block-02 .info {
    margin-left: 0;
  }
  .section-04 .block-02 .info h3 {
    font-size: 20px;
  }
  .section-04 .block-02 .info p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
  }
  .section-04 .block-02 .info p span {
    display: block;
    margin-bottom: 25px;
  }
  .section-04 .block-02 .info p:last-child p span {
    margin-bottom: 0px;
  }
  .section-04 .block-03 .info {
    margin-right: 0;
  }
  .section-04 .block-04 .info {
    font-size: 15px;
    margin-left: 0;
  }
  .section-04 .block-04 .info ul {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .section-04 .block-05 .info {
    margin-right: 0;
  }
  .section-03 .block-03 .tab-list-div .tab-links .item:hover a:before {
    /*background-color: transparent;*/
  }
  .section-03 .block-03 .tab-list-div .tab-content .content-div p {
    font-size: 15px;
  }
  .section-04 .block-div .info p {
    font-size: 15px !important;
  }
  .section-01 .block-03 .desc p {
    font-size: 15px;
  }
  .section-05 .block-01 .two-cols .col01 p span {
    display: block;
    margin-bottom: 20px;
  }
  .section-05 .block-01 .two-cols .col01 p {
    font-size: 15px;
  }
  .section-07 .block-01 .two-cols .col01 h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .section-07 .block-01 .two-cols .col01 p {
    font-size: 15px;
  }
  .section-07 .block-01 .two-cols .col01 p span {
    display: block;
  }
  .section-8 .block-01 .news-list-div .item .info h3 {
    font-size: 20px;
  }
  .section-8 .block-01 .news-list-div .item .info p {
    font-size: 15px;
  }
  .section-8 .block-01 .news-list-div .item .more a {
    padding: 5px 15px;
    font-size: 15px;
  }
  .section-9 .form-div .radio-button-list .item .radio-container .checkmark {
    padding: 10px 10px;
  }
  .section-9 .form-div .middle-div {
    text-align: center;
    margin-top: 15px;
  }
  .section-9 .form-div .three-items {
    display: block;
  }
  .section-9 .form-div .three-items .item {
    width: 100%;
    margin: 10px 0;
  }
  .section-9 .form-div .two-items {
    display: block;
  }
  .section-9 .form-div .two-items .item {
    width: 100%;
    margin: 10px 0;
  }
  .section-9 .form-div .two-items .item:nth-child(1) {
    width: 100%;
  }
  .section-9 .form-div .two-items .item:nth-child(2) {
    width: 100%;
  }
  .section-9 .form-div .two-items .item:nth-child(2) button {
    width: 35vw;
    margin: 0 auto;
  }
  .section-9 .form-div .two-items .item:nth-child(2) button img {
    display: none;
  }
  .section-01 .block-03 .five-items .item .hover-div .info {
    min-height: fit-content;
  }
  .section-01 .block-03 .five-items .item:first-child .hover-div {
    bottom: -10vw;
  }
  .body-eng .section-01 .block-01 .two-cols .col ol {
    font-size: 18px;
    padding-left: 23px;
  }
  .body-eng .section-01 .block-01 .two-cols .col p {
    font-size: 15px;
  }
  .body-eng .section-01 .block-03 .five-items .item .general-div .info p {
    min-height: auto;
  }
  .body-eng .section-01 .block-03 .five-items .item .hover-div {
    top: 0;
    bottom: 0;
    min-height: 100%;
  }
  .body-eng .section-01 .block-03 .five-items .item .hover-div .info {
    min-height: auto;
  }
  .body-eng .section-01 .block-03 .five-items .item .hover-div .info {
    min-height: fit-content;
  }
  .body-eng .section-01 .block-03 .five-items .item .hover-div .info {
    min-height: 50vw;
  }
}

@media all and (max-width: 640px) {
  .section-03 .block-02 .two-cols.web {
    display: none;
  }
  .section-03 .block-02 .two-cols.mobile {
    display: block;
  }
  .section-01 .block-03 .five-items .item .hover-div .info .list-items {
    height: auto;
    max-height: fit-content;
    min-height: 30vw;
  }
  .section-01 .block-03 .five-items .item .hover-div .info .list-items {
    min-height: 15vw;
  }
  .section-01 .block-03 .five-items .item:nth-child(1) .hover-div {
    bottom: -15vw;
  }
  .section-01 .block-03 .five-items .item:nth-child(2) .hover-div {
    top: 0;
  }
  .section-01 .block-03 .five-items .item:nth-child(3) .hover-div {
    top: 0;
  }
  .section-01 .block-03 .five-items .item:nth-child(3) .hover-div .img {
    margin-top: 20px;
  }
  .section-01 .block-03 .five-items .item:nth-child(4) .hover-div .img {
    margin-top: 20px;
  }
  .section-01 .block-03 .five-items .item:nth-child(4) .hover-div {
    top: 0;
  }
  .section-01 .block-03 .five-items .item:nth-child(5) .hover-div {
    top: -15vw;
    bottom: -8vw;
  }
  .section-01 .block-03 .five-items .item .hover-div .action {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
  }
  .body-eng .section-01 .block-03 .five-items .item .hover-div .info {
    min-height: auto;
  }
  .body-eng .section-01 .block-02 .three-items .item.active .dropdown-list .dropdown-div {
    margin: 8px 10px 0 10px;
    width: calc(100% - 20px - 30px);
  }
  .body-eng .section-01 .block-03 .five-items .item .hover-div {
    top: 0;
    bottom: auto;
  }
  .body-eng .section-01 .block-03 .five-items .item:nth-child(1) .hover-div {
    top: -12vw;
    bottom: -12vw;
  }
  .body-eng .section-01 .block-03 .five-items .item:nth-child(2) .hover-div {
    bottom: 0;
    min-height: auto;
  }
  .body-eng .section-01 .block-03 .five-items .item:nth-child(3) .hover-div {
    bottom: 0;
    min-height: auto;
  }
  .section-01 .block-02 .three-items .item.active .dropdown-list .dropdown-div {
    width: calc(100% - 20px - 50px);
    margin: 8px 10px 0 10px;
  }
  .body-eng .section-03 .block-03 .tab-list-div .tab-links {
    justify-content: space-between;
  }
  .body-eng .section-03 .block-03 .tab-list-div .tab-links .item {
    width: auto;
  }
}

@media all and (max-width: 480px) {
  .section-div h2 b {
    min-width: 160px;
    font-size: 24px;
  }
}

.body-none-header-banner .header-div .top-div {
  top: 0;
}

.body-none-header-banner main {
  margin-top: 20px;
}

.section-news-detail .video-img {
  text-align: center;
}

.section-news-detail .video-img iframe {
  width: 960px;
  height: 540px;
}

.section-news-detail .video-img img {
  max-width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

.section-news-detail .block-01 {
  padding: 50px 0;
}

.section-news-detail .block-01 img {
  max-width: 80%;
  width: 80%;
  margin: 30px 10%;
}

.section-news-detail .block-01 h2 {
  text-align: left;
  color: #17205D;
  position: relative;
  margin-bottom: 15px;
  font-weight: 700;
}

.section-news-detail .block-01 h2 span {
  display: inline-block;
  padding-bottom: 10px;
}

.section-news-detail .block-01 h2 span:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #17205D;
}

.section-news-detail .block-01 h3 {
  font-size: 24px;
  font-weight: 700;
}

.section-news-detail .block-01 h4 {
  margin: 15px 0;
}

.section-news-detail .block-01 p {
  font-size: 16px;
  line-height: 1.8;
}

.section-news-detail .action {
  text-align: center;
  padding: 30px 0;
}

.section-news-detail .action a {
  display: inline-block;
  background-color: #013667;
  font-size: 18px;
  border-radius: 100px;
  color: #fff;
  padding: 10px 35px;
}

@media all and (max-width: 740px) {
  .section-news-detail .video-img img {
    width: 100%;
  }
  .section-news-detail .video-img iframe {
    width: 100%;
    height: 55vw;
  }
  .section-news-detail .block-01 h2 {
    font-size: 28px;
  }
  .section-news-detail .block-01 h3 {
    font-size: 20px;
  }
  .section-news-detail .block-01 p {
    font-size: 14px;
  }
  .section-news-detail .block-01 img {
    max-width: 100%;
    margin: 15px 0;
    width: 100%;
  }
}
/*# sourceMappingURL=main.css.map */