@import url("vendor/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&display=swap");
:root {
  --font168:8.75vw;
  --font128:6.6667vw;
  --font96:5vw;
  --font74:3.855vw;
  --font69:3.5938vw;
  --font64:3.33335vw;
  --font60:3.125vw;
  --font48:2.5vw;
  --font40:2.0835vw;
  --font34:1.77085vw;
  --font32:1.66671vw;
  --font28:1.4584vw;
  --font24:1.25vw;
  --font22:1.14585vw;
  --font20:1.0417vw;
  --font18:0.9375vw;
  --font16:0.83334vw;
  --font14:0.72917vw;
  --font10:0.5209vw;
}

@media all and (max-width: 1660px) {
  :root {
    --font168:calc(0.1vw + 8.75vw);
    --font128:calc(0.1vw + 6.6667vw);
    --font96:calc(0.1vw + 5vw);
    --font74:calc(0.1vw + 3.855vw);
    --font69:calc(0.1vw + 3.5938vw);
    --font64:calc(0.1vw + 3.33335vw);
    --font60:calc(0.1vw + 3.125vw);
    --font48:calc(0.1vw + 2.5vw);
    --font40:calc(0.1vw + 2.0835vw);
    --font34:calc(0.1vw + 1.77085vw);
    --font32:calc(0.1vw + 1.66671vw);
    --font28:calc(0.1vw + 1.4584vw);
    --font24:calc(0.1vw + 1.25vw);
    --font22:calc(0.1vw + 1.14585vw);
    --font20:calc(0.1vw + 1.0417vw);
    --font18:calc(0.1vw + 0.9375vw);
    --font16:calc(0.1vw + 0.83334vw);
    --font14:calc(0.1vw + 0.72917vw);
    --font10:calc(0.1vw + 0.5209vw);
  }
}
@media all and (max-width: 1440px) {
  :root {
    --font168:calc(0.2vw + 8.75vw);
    --font128:calc(0.2vw + 6.6667vw);
    --font96:calc(0.2vw + 5vw);
    --font74:calc(0.2vw + 3.855vw);
    --font69:calc(0.2vw + 3.5938vw);
    --font64:calc(0.2vw + 3.33335vw);
    --font60:calc(0.2vw + 3.125vw);
    --font48:calc(0.2vw + 2.5vw);
    --font40:calc(0.2vw + 2.0835vw);
    --font34:calc(0.2vw + 1.77085vw);
    --font32:calc(0.2vw + 1.66671vw);
    --font28:calc(0.2vw + 1.4584vw);
    --font24:calc(0.2vw + 1.25vw);
    --font22:calc(0.2vw + 1.14585vw);
    --font20:calc(0.2vw + 1.0417vw);
    --font18:calc(0.2vw + 0.9375vw);
    --font16:calc(0.2vw + 0.83334vw);
    --font14:calc(0.2vw + 0.72917vw);
    --font10:calc(0.2vw + 0.5209vw);
  }
}
@media all and (max-width: 1024px) {
  :root {
    --font168:calc(0.6vw + 8.75vw);
    --font128:calc(0.6vw + 6.6667vw);
    --font96:calc(0.6vw + 5vw);
    --font74:calc(0.6vw + 3.855vw);
    --font69:calc(0.6vw + 3.5938vw);
    --font64:calc(0.6vw + 3.33335vw);
    --font60:calc(0.6vw + 3.125vw);
    --font48:calc(0.6vw + 2.5vw);
    --font40:calc(0.6vw + 2.0835vw);
    --font34:calc(0.6vw + 1.77085vw);
    --font32:calc(0.6vw + 1.66671vw);
    --font28:calc(0.6vw + 1.4584vw);
    --font24:calc(0.6vw + 1.25vw);
    --font22:calc(0.6vw + 1.14585vw);
    --font20:calc(0.6vw + 1.0417vw);
    --font18:calc(0.6vw + 0.9375vw);
    --font16:calc(0.6vw + 0.83334vw);
    --font14:calc(0.6vw + 0.72917vw);
    --font10:calc(0.6vw + 0.5209vw);
  }
}
body, html {
  font-family: "Noto Sans TC", "Oswald", sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  color: #292929;
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  100% {
    overflow: 1;
  }
}
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;
}

h3, p {
  /*text-align: justify;*/
  text-justify: inter-word;
  word-break: break-all;
}

.clear-fix {
  clear: both;
}

::-moz-placeholder {
  color: #666666;
}

::placeholder {
  color: #666666;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
  background: #F8F8F8;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #DCDCDC;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #343339;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
header .header-div {
  background-image: url(./../images/header_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 11px 0;
}
header .header-div .block-outer {
  position: relative;
  max-width: 1700px;
}
header .header-div .block-outer .two-cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header .header-div .block-outer .two-cols .col01 .brand a {
  display: flex;
}
header .header-div .block-outer .two-cols .col01 .brand a img {
  height: 64px;
}
header .header-div .block-outer .two-cols .col02 .navi ul {
  display: flex;
  flex-wrap: wrap;
}
header .header-div .block-outer .two-cols .col02 .navi ul li {
  position: relative;
  display: inline-block;
}
header .header-div .block-outer .two-cols .col02 .navi ul li a {
  display: block;
  font-size: 16px;
  color: #333;
  padding: 10px 15px;
}
header .header-div .block-outer .two-cols .col02 .navi ul li a:hover {
  color: #06A4A8;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu .sub-search-box {
  position: absolute;
  display: none;
  right: -30px;
  background-color: #F7F7F7;
  padding: 32px;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu .sub-search-box .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 320px;
  border: 1px solid #CCCCCC;
  border-radius: 100px;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu .sub-search-box .box input {
  width: calc(100% - 120px - 16px);
  padding: 0;
  font-size: 20px;
  color: #333;
  background-color: transparent;
  border: none;
  margin-left: 16px;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu .sub-search-box .box button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  border-radius: 100px;
  min-width: 120px;
  min-height: 48px;
  padding: 0 10px;
  background-color: #06A4A8;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu .sub-search-box .box button i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(./../images/icon_search_white.svg);
  margin-right: 8px;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu .sub-version-box {
  position: absolute;
  display: none;
  background-color: #F7F7F7;
  min-width: 96px;
  right: -24px;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu .sub-version-box .sub-items .sub-item {
  border-bottom: 1px solid #CCCCCC;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu .sub-version-box .sub-items .sub-item:last-child {
  border-bottom: none;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu .sub-version-box .sub-items .sub-item:last-child a {
  display: block;
  color: #333333;
  font-size: 16px;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu .sub-version-box .sub-items .sub-item:last-child a:hover {
  color: #06A4A8;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu a i {
  display: inline-block;
  width: 24px;
  height: 24px;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu.search-had-menu a {
  padding: 10px;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu.search-had-menu a i {
  background-image: url(./../images/icon_search_gray.svg);
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu.search-had-menu:hover .sub-search-box {
  display: block;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu.version-had-menu a {
  padding: 10px;
  padding-right: 0;
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu.version-had-menu a i {
  background-image: url(./../images/icon_version_gray.svg);
}
header .header-div .block-outer .two-cols .col02 .navi ul li.had-menu.version-had-menu:hover .sub-version-box {
  display: block;
}

@media all and (max-width: 1800px) {
  header .header-div .block-outer {
    max-width: 100%;
  }
}
@media all and (max-width: 1279px) {
  header .header-div {
    padding: 8px 0;
  }
  header .header-div .block-outer .two-cols .col01 .brand a img {
    height: 48px;
  }
  header .header-div .block-outer .two-cols .col02 {
    display: none;
  }
}
.toggle-btn {
  position: fixed;
  right: 15px;
  top: 20px;
  width: 20px;
  padding: 0;
  display: none;
  z-index: 10;
  background-color: transparent;
  border-radius: 0;
  height: 30px;
}
.toggle-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #666666;
  margin: 6px 0;
}

.body_mobile_navi_active .toggle-btn span:nth-child(1) {
  transform: rotate(45deg);
  margin-bottom: -8px;
}
.body_mobile_navi_active .toggle-btn span:nth-child(2) {
  transform: rotate(-45deg);
}
.body_mobile_navi_active .toggle-btn span:nth-child(3) {
  display: none;
}
.body_mobile_navi_active #mobile-nav {
  display: block;
}
.body_mobile_navi_active .overlap {
  display: block;
}

.overlap {
  display: none;
  position: fixed;
  left: 0px;
  top: 64px;
  width: 100%;
  height: calc(100% - 64px);
  background-color: rgba(255, 255, 255, 0);
  z-index: 98;
}

#mobile-nav {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 64px;
  width: 375px;
  height: calc(100% - 64px);
  background-color: #FAFAFA;
}
#mobile-nav.active {
  display: block;
}
#mobile-nav .block-outer {
  max-width: 100%;
  height: 100%;
  padding: 0;
}
#mobile-nav .navi ul li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #292929;
  position: relative;
}
#mobile-nav .navi ul li a img {
  width: 100%;
}
#mobile-nav .navi ul li a img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#mobile-nav .navi ul li a:hover img:nth-child(1) {
  opacity: 0;
}
#mobile-nav .navi ul li a:hover img:nth-child(2) {
  opacity: 1;
}
#mobile-nav .search-version .search {
  padding: 20px 0;
}
#mobile-nav .search-version .search .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 320px;
  border: 1px solid #CCCCCC;
  border-radius: 100px;
  margin: 0 auto;
}
#mobile-nav .search-version .search .box input {
  width: calc(100% - 120px - 16px);
  padding: 0;
  font-size: 20px;
  color: #333;
  background-color: transparent;
  border: none;
  margin-left: 16px;
}
#mobile-nav .search-version .search .box button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  border-radius: 100px;
  min-width: 120px;
  min-height: 48px;
  padding: 0 10px;
  background-color: #06A4A8;
}
#mobile-nav .search-version .search .box button i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(./../images/icon_search_white.svg);
  margin-right: 5px;
}
#mobile-nav .search-version .version .links {
  display: flex;
  flex-wrap: wrap;
}
#mobile-nav .search-version .version .links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  font-size: 20px;
  color: #169C9F;
  min-height: 64px;
}

.section-footer {
  background-color: #F7F7F7;
  padding: 32px 0;
  text-align: center;
}
.section-footer .two-cols {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.section-footer .two-cols .col01 img {
  height: 32px;
}
.section-footer .two-cols .col02 {
  font-size: 16px;
  color: #999999;
  padding-left: 15px;
}

/* Safari */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media all and (max-width: 1279px) {
  .toggle-btn {
    display: inline-block;
  }
}
@media all and (max-width: 992px) {
  .section-footer .two-cols {
    display: block;
  }
}
@media all and (max-width: 640px) {
  #mobile-nav {
    width: 100%;
  }
  .section-footer .two-cols {
    display: block;
  }
  .section-footer .two-cols .col02 {
    font-size: 12px;
    margin-top: 10px;
  }
  .section-footer .two-cols .col02 p span {
    display: block;
  }
}
main {
  padding-top: 86px;
}

.block-outer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}

.section-home .web-img-links {
  position: relative;
}
.section-home .web-img-links .img {
  display: flex;
  flex-wrap: wrap;
}
.section-home .web-img-links .img img {
  width: 100%;
}
.section-home .web-img-links .links {
  position: absolute;
  top: 0;
  /*left: calc(50% - 640px);           
  width: 1280px;*/
  left: 0;
  width: 100%;
  height: 100%;
}
.section-home .web-img-links .links a {
  display: inline-flex;
  position: absolute;
}
.section-home .web-img-links .links a img {
  /*height: 152px;*/
  height: 7.91vw;
  transition: 0.3s ease;
}
.section-home .web-img-links .links a img:nth-child(2) {
  position: absolute;
  top: 0;
  opacity: 0;
}
.section-home .web-img-links .links a:hover img:nth-child(1) {
  opacity: 0;
}
.section-home .web-img-links .links a:hover img:nth-child(2) {
  opacity: 1;
}
.section-home .web-img-links .links .btn-blue {
  top: 33%;
  left: 5%;
}
.section-home .web-img-links .links .btn-green {
  top: 59%;
  right: 22%;
}
.section-home .web-img-links .links .btn-purple {
  top: 11%;
  right: 5%;
}
.section-home .mobile-banner {
  display: none;
}
.section-home .mobile-banner img {
  width: 100%;
}
.section-home .mobile-img-links {
  display: none;
}
.section-home .mobile-img-links .links {
  display: flex;
  flex-wrap: wrap;
}
.section-home .mobile-img-links .links a {
  display: inline-flex;
  width: 33.3333333333%;
  position: relative;
}
.section-home .mobile-img-links .links a img {
  width: 100%;
}
.section-home .mobile-img-links .links a img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.section-home .mobile-img-links .links a:hover img:nth-child(1) {
  opacity: 0;
}
.section-home .mobile-img-links .links a:hover img:nth-child(2) {
  opacity: 1;
}

.section-banner .block-outer {
  max-width: 100%;
  position: relative;
  padding: 0;
}
.section-banner .block-outer .img {
  display: flex;
  flex-wrap: wrap;
}
.section-banner .block-outer .img img {
  width: 100%;
}
.section-banner .block-outer .img img.mobile {
  display: none;
}
.section-banner .block-outer .info {
  position: absolute;
  /*/width: 1280px;
  left: calc(50% - 640px);
  */
  width: 1700px;
  left: calc(50% - 850px);
  top: 0;
}
.section-banner .block-outer .info h2 {
  color: #fff;
  /*font-size: 96px;*/
  font-size: var(--font96);
  font-weight: 700;
  line-height: 1.2;
  margin-top: 5vw;
  margin-bottom: 0;
  padding: 0;
}
.section-banner .block-outer .info h3 {
  color: #fff;
  /*font-size: 48px;*/
  font-size: var(--font48);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
.section-banner.section-banner-green .info h2 {
  text-shadow: 0px -1px 6px rgb(0, 162, 154);
}
.section-banner.section-banner-green .info h3 {
  text-shadow: 0px -1px 6px rgb(0, 162, 154);
}
.section-banner.section-banner-blue .info h2 {
  text-shadow: 0px -1px 6px rgb(3, 110, 184);
}
.section-banner.section-banner-blue .info h3 {
  text-shadow: 0px -1px 6px rgb(3, 110, 184);
}
.section-banner.section-banner-purple .info h2 {
  text-shadow: 0px -1px 6px rgb(123, 89, 163);
}
.section-banner.section-banner-purple .info h3 {
  text-shadow: 0px -1px 6px rgb(123, 89, 163);
}

.section-breadcrumb {
  padding: 32px 0;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
.section-breadcrumb .block-outer {
  display: flex;
  align-items: center;
}
.section-breadcrumb a {
  color: #333333;
}
.section-breadcrumb .home {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(./../images/icon_home_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.section-breadcrumb i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(./../images/icon_arrow_right_blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 15px;
}
.section-breadcrumb b {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}
.section-breadcrumb span {
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
}

.section-list .list-items {
  width: 832px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto;
  padding: 30px 0;
}
.section-list .list-items .item {
  width: calc(33.3333333333% - 32px);
  margin: 16px;
}
.section-list .list-items .item .box a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000000;
  min-height: 74px;
  padding: 0 10px;
  text-align: center;
  width: calc(100% - 20px);
}
.section-list .list-items .item .box a:hover {
  /*transform: scale(1.1);*/
}
.section-list .list-items.list-items-green .item .box a {
  border: 1px solid #96CC98;
  border-bottom: 5px solid #96CC98;
}
.section-list .list-items.list-items-green .item .box a:hover {
  background-color: #96CC98;
  color: #fff;
}
.section-list .list-items.list-items-blue .item .box a {
  border: 1px solid #5A97D1;
  border-bottom: 5px solid #5A97D1;
}
.section-list .list-items.list-items-blue .item .box a:hover {
  background-color: #5A97D1;
  color: #fff;
}
.section-list .list-items.list-items-purple .item .box a {
  border: 1px solid #8965A1;
  border-bottom: 5px solid #8965A1;
}
.section-list .list-items.list-items-purple .item .box a:hover {
  background-color: #8965A1;
  color: #fff;
}
.section-list .list-items.list-items-search {
  width: 1120px;
}
.section-list .list-items.list-items-search .item {
  width: calc(25% - 32px);
}
.section-list .list-items.list-items-search .item .box a {
  border: 1px solid #11B6C9;
  border-bottom: 5px solid #11B6C9;
}
.section-list .list-items.list-items-search .item .box a:hover {
  background-color: #11B6C9;
  color: #fff;
}
.section-list .search-div .title h3 {
  font-size: 32px;
  font-weight: 700;
  background: linear-gradient(0deg, #96CC98 0%, #7CC9CE 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.section-list .search-div .search {
  padding: 15px 0;
}
.section-list .search-div .search .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 320px;
  border: 1px solid #CCCCCC;
  border-radius: 100px;
  margin: 0 auto;
}
.section-list .search-div .search .box input {
  width: calc(100% - 120px - 16px);
  padding: 0;
  font-size: 20px;
  color: #333;
  background-color: transparent;
  border: none;
  margin-left: 16px;
}
.section-list .search-div .search .box button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  border-radius: 100px;
  min-width: 120px;
  min-height: 48px;
  padding: 0 10px;
  background-color: #06A4A8;
}
.section-list .search-div .search .box button i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(./../images/icon_search_white.svg);
  margin-right: 8px;
}
.section-list .search-div .result p {
  text-align: center;
  font-size: 16px;
  color: #000;
}
.section-list .search-div .result p b {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: #274A9C;
}
.section-list .mobile-paginate-div {
  padding: 15px 0;
  display: none;
  align-items: center;
  justify-content: center;
}
.section-list .mobile-paginate-div a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  min-height: 24px;
  color: #000;
  font-size: 16px;
}
.section-list .mobile-paginate-div a:hover, .section-list .mobile-paginate-div a.active {
  color: #11B6C9;
}
.section-list .mobile-paginate-div a.btn-prev {
  background-image: url(./../images/icon_paginate_left_arrow_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.section-list .mobile-paginate-div a.btn-next {
  background-image: url(./../images/icon_paginate_right_arrow_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.section-list .list-items + .mobile-paginate-div {
  margin-top: -30px;
  margin-bottom: 30px;
}

.section-detail .detail-content {
  padding: 30px 0;
}
.section-detail .detail-content .sub-title h3 {
  font-size: 28px;
  color: #000000;
}
.section-detail .detail-content .sub-block {
  padding: 32px 0;
}
.section-detail .detail-content .sub-block h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.section-detail .detail-content .sub-block p {
  font-size: 16px;
  color: #000000;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.section-detail .detail-content .sub-block.sub-block-border {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.section-detail .detail-content .sub-block sub {
  vertical-align: sub;
  font-size: smaller;
}
.section-detail .detail-content .sub-block sup {
  vertical-align: super;
  font-size: smaller;
}
.section-detail .detail-content.detail-content-purple .sub-block h4 {
  color: #8965A1;
}
.section-detail .detail-content.detail-content-purple .smallSwiper .swiper-slide .box img {
  border: 1px solid #8965A1;
}
.section-detail .detail-content.detail-content-purple .smallSwiper .swiper-button-next {
  background-image: url(./../images/icon_slider_arrow_right_purple.svg);
}
.section-detail .detail-content.detail-content-purple .smallSwiper .swiper-button-prev {
  background-image: url(./../images/icon_slider_arrow_left_purple.svg);
}
.section-detail .detail-content.detail-content-green .sub-block h4 {
  color: #96CC98;
}
.section-detail .detail-content.detail-content-green .smallSwiper .swiper-slide .box img {
  border: 1px solid #96CC98;
}
.section-detail .detail-content.detail-content-green .smallSwiper .swiper-button-next {
  background-image: url(./../images/icon_slider_arrow_right_green.svg);
}
.section-detail .detail-content.detail-content-green .smallSwiper .swiper-button-prev {
  background-image: url(./../images/icon_slider_arrow_left_green.svg);
}
.section-detail .detail-content.detail-content-blue .sub-block h4 {
  color: #5A97D1;
}
.section-detail .detail-content.detail-content-blue .smallSwiper .swiper-slide .box img {
  border: 1px solid #5A97D1;
}
.section-detail .detail-content.detail-content-blue .smallSwiper .swiper-button-next {
  background-image: url(./../images/icon_slider_arrow_right_blue.svg);
}
.section-detail .detail-content.detail-content-blue .smallSwiper .swiper-button-prev {
  background-image: url(./../images/icon_slider_arrow_left_blue.svg);
}
.section-detail .detail-content .bigSwiper .swiper-wrapper {
  height: auto;
}
.section-detail .detail-content .bigSwiper .swiper-slide {
  height: 480px;
}
.section-detail .detail-content .bigSwiper .swiper-slide .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-height: 480px;
  height: 100%;
}
.section-detail .detail-content .bigSwiper .swiper-slide .box img {
  max-height: 100%;
  max-width: 100%;
}
.section-detail .detail-content .smallSwiper {
  margin-top: 30px;
  padding: 0 80px;
}
.section-detail .detail-content .smallSwiper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  background-color: #fff;
  z-index: 2;
}
.section-detail .detail-content .smallSwiper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background-color: #fff;
  z-index: 2;
}
.section-detail .detail-content .smallSwiper .swiper-wrapper {
  height: auto;
}
.section-detail .detail-content .smallSwiper .swiper-slide.swiper-slide-thumb-active .box {
  border: 5px solid #11B6C9;
}
.section-detail .detail-content .smallSwiper .swiper-slide .box {
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 140px;
  border: 5px solid #fff;
}
.section-detail .detail-content .smallSwiper .swiper-slide .box img {
  width: 100%;
}
.section-detail .detail-content .smallSwiper .swiper-button-next {
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  width: 48px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
}
.section-detail .detail-content .smallSwiper .swiper-button-next:after {
  content: "";
}
.section-detail .detail-content .smallSwiper .swiper-button-prev {
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  width: 48px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
}
.section-detail .detail-content .smallSwiper .swiper-button-prev:after {
  content: "";
}
.section-detail .back-to-list {
  padding: 32px 0;
  text-align: center;
}
.section-detail .back-to-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #06A4A8;
  min-width: 84px;
  min-height: 43px;
  font-size: 16px;
  padding: 0 20px;
  color: #fff;
}
.section-detail .back-to-list a:hover {
  /*transform: scale(1.1);*/
  background-color: #274a9c;
}

.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.loading .dots span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #06A4A8;
  border-radius: 50%;
  animation: dotsAnimate 1.4s ease-in-out infinite both;
}
.loading .dots span:nth-child(1) {
  animation-delay: -0.32s;
}
.loading .dots span:nth-child(2) {
  animation-delay: -0.16s;
}
.loading .dots span:nth-child(3) {
  animation-delay: 0;
}
@keyframes dotsAnimate {
  0%, 80%, to {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media all and (max-width: 1800px) {
  .section-banner .block-outer .info {
    left: 0;
    width: calc(100% - 32px);
    padding: 0 16px;
  }
}
@media all and (max-width: 1280px) {
  .section-home .web-img-links .links {
    left: 0;
    width: 100%;
  }
  .section-home .web-img-links .links a img {
    width: 22.7vw;
    height: auto;
  }
  .section-banner .block-outer .info {
    left: 0;
    width: calc(100% - 32px);
    padding: 0 16px;
  }
  .section-list .list-items.list-items-search {
    width: 100%;
  }
  .section-list .list-items .item {
    margin: 8px;
    width: calc(33.3333333333% - 16px);
  }
}
@media all and (max-width: 1279px) {
  main {
    padding-top: 64px;
  }
}
@media all and (max-width: 992px) {
  .section-list .list-items {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
  .section-list .list-items.list-items-search .item {
    width: calc(33.3333333333% - 16px);
  }
}
@media all and (max-width: 767px) {
  .section-home .web-img-links {
    display: none;
  }
  .section-home .mobile-banner {
    display: flex;
  }
  .section-home .mobile-img-links {
    display: block;
  }
  .section-banner .block-outer .img img.mobile {
    display: flex;
  }
  .section-banner .block-outer .img img.web {
    display: none;
  }
  .section-banner .block-outer .info {
    display: flex;
    height: 100%;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
  .section-banner .block-outer .info h2 {
    margin-top: 0;
  }
  .section-breadcrumb {
    display: none;
  }
  .section-list .list-items .item {
    width: calc(50% - 16px);
  }
  .section-list .list-items .item .box a {
    font-size: 14px;
    padding: 0 8px;
  }
  .section-list .list-items.list-items-search .item {
    width: calc(50% - 16px);
  }
  .section-list .mobile-paginate-div {
    display: flex;
  }
  .section-list .search-div .title {
    margin-top: 30px;
  }
  .section-list .search-div .title h3 {
    font-size: 24px;
  }
  .section-detail .detail-content .sub-title h3 {
    font-size: 24px;
  }
  .section-detail .detail-content .bigSwiper .swiper-slide {
    height: 100vw;
  }
  .section-detail .detail-content .bigSwiper .swiper-slide .box {
    max-height: 100vw;
  }
  .section-detail .detail-content .smallSwiper {
    padding: 0 35px;
  }
  .section-detail .detail-content .smallSwiper:before {
    width: 35px;
  }
  .section-detail .detail-content .smallSwiper:after {
    width: 35px;
  }
  .section-detail .detail-content .smallSwiper .swiper-button-next {
    width: 24px;
    height: 24px;
    background-size: contain;
    top: calc(50% + 12px);
    right: 0;
  }
  .section-detail .detail-content .smallSwiper .swiper-button-prev {
    top: calc(50% + 12px);
    left: 0;
    width: 24px;
    height: 24px;
    background-size: contain;
  }
  .section-detail .detail-content .smallSwiper .swiper-slide.swiper-slide-thumb-active .box {
    border: 3px solid #11B6C9;
  }
  .section-detail .detail-content .smallSwiper .swiper-slide .box {
    height: 20vw;
    border: 3px solid #fff;
  }
}
@media all and (max-width: 640px) {
  .section-banner .block-outer .info h2 {
    font-size: 24px;
  }
  .section-banner .block-outer .info h3 {
    font-size: 16px;
    margin-top: 5px;
  }
  .section-banner .block-outer .info h3 span {
    display: block;
  }
}/*# sourceMappingURL=main.css.map */