@charset "UTF-8";
@import url("../plugins/fontello/css/0xe804.css");
@import url("../plugins/fontello/css/0xe804-embedded.css");
@import url("../plugins/slick/1.9/slick.min.css");
@import url("../plugins/swiper-master/swiper-bundle.min.css");
@import url("../plugins/WOW-master/css/libs/animate.css");
@import url("../plugins/Magnific-Popup-master/dist/magnific-popup.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
}

h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
  text-decoration: none;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  margin: 0px;
  padding: 0px;
  line-height: 1;
}

table {
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template,
[hidden] {
  display: none;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate360R {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes scrollUp {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes scrollDown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes scrollDown2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes downAnimation {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes rightAnimationRotate180 {
  0% {
    transform: translateX(0px) rotate(180deg);
  }
  50% {
    transform: translateX(5px) rotate(180deg);
  }
  100% {
    transform: translateX(0px) rotate(180deg);
  }
}
@keyframes rightAnimationScaleX {
  0% {
    transform: translateX(0px) scaleX(-1);
  }
  50% {
    transform: translateX(5px) scaleX(-1);
  }
  100% {
    transform: translateX(0px) scaleX(-1);
  }
}
@keyframes rightAnimation {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes leftAnimation {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes leftAnimationScaleX {
  0% {
    transform: translateX(0px) scaleX(-1);
  }
  50% {
    transform: translateX(-5px) scaleX(-1);
  }
  100% {
    transform: translateX(0px) scaleX(-1);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fbox {
  to {
    background-position: -100000000px 0;
  }
}
@keyframes hasItem {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
  outline: 0;
}
*::before {
  box-sizing: border-box;
}
*::after {
  box-sizing: border-box;
}

html {
  color: #08111f;
  font-size: 1rem;
}

body {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  color: #08111f;
  font-family: "Barlow", "Noto Sans TC", Arial, "微軟正黑體", "Microsoft JhengHei", "蘋果儷中黑", "Apple LiGothic Medium", sans-serif, "0xe804";
  line-height: 1.4;
  scrollbar-color: #004080 rgba(0, 0, 0, 0.2);
  scrollbar-width: thin;
  background: #fff;
}
body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 100px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #004080;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

a {
  color: #08111f;
}
a:hover {
  color: #004080;
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
  margin: 0px;
  line-height: 1;
}

figure {
  margin: 0px;
}

.picAnimated {
  opacity: 1;
}

.wrapper {
  position: relative;
}

.container {
  position: relative;
  width: calc(100% - 120px);
  max-width: 1440px;
  padding-right: 60px;
  padding-left: 60px;
  margin: 0 auto;
  box-sizing: content-box;
}
@media screen and (max-width: 1440px) {
  .container {
    width: calc(100% - 120px);
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    width: calc(100% - 80px);
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
  }
}

section {
  position: relative;
}

[type=text],
[type=password],
[type=email] {
  border: none;
  width: 100%;
  border: 1px solid #000;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus {
  outline: none !important;
}

textarea {
  padding: 5px 10px;
  line-height: 1.4;
  font-weight: normal;
  color: #666666;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select {
  position: relative;
  padding: 0 5px;
  font-size: 1.25rem;
  color: #000;
  font-weight: 600;
}
.select::before {
  content: "";
  display: block;
  position: absolute;
  text-indent: 0px;
  width: 8px;
  aspect-ratio: 1;
  right: 10px;
  top: 15px;
  z-index: 5;
  border: 2px solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.select select {
  line-height: 1.4;
  font-weight: normal;
  color: #666666;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding: 5px 30px 10px 10px;
  border-radius: 5px;
}

select::-ms-expand {
  display: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
button:focus {
  outline: none !important;
}

.privacyBox {
  position: fixed;
  background: #000;
  z-index: 9999;
  bottom: 0px;
  width: 100%;
  color: #e7e7e7;
  padding: 20px;
  font-weight: 100;
  letter-spacing: 1px;
  text-align: center;
}
.privacyBox a {
  color: #03CACF;
}
.privacyBox .closePrivacy {
  right: 12px;
  top: 15px;
  max-width: 100px;
  line-height: 30px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 3px 5px;
  color: #e7e7e7;
  display: block;
  background: #004080;
  font-weight: 500;
  cursor: pointer;
  margin: 10px auto 0 auto;
}

.editor {
  line-height: 1.6;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tableBox {
  overflow-x: auto;
  scrollbar-color: #004080 rgba(0, 0, 0, 0.2);
  scrollbar-width: thin;
}
.tableBox::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.tableBox::-webkit-scrollbar-thumb {
  border-radius: 100px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #004080;
}
.tableBox::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

.pic {
  line-height: 0;
  position: relative;
  isolation: isolate;
}
.pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.inBanner {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.inBanner .pic {
  height: 260px;
  line-height: 0;
  position: relative;
  text-align: right;
}
.inBanner .pic img {
  -o-object-fit: cover;
     object-fit: cover;
}

.unitTitleBox {
  width: 100%;
  z-index: 2;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .unitTitleBox {
    margin-bottom: 30px;
  }
}
.unitTitleBox .container {
  width: 100%;
}
.unitTitleBox .title {
  font-size: 3.5rem;
  line-height: 1;
  color: #06111F;
  font-weight: bold;
  z-index: 9;
  padding-bottom: 30px;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .unitTitleBox .title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1000px) {
  .unitTitleBox .title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .unitTitleBox .title {
    font-size: 1.875rem;
  }
}
.unitTitleBox .title::before {
  content: "";
  width: 50px;
  height: 6px;
  background: #03CACF;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.unitTitleBox .subTitle {
  font-size: 32px;
  font-weight: 600;
  color: #fff !important;
}
@media screen and (max-width: 1000px) {
  .unitTitleBox .subTitle {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .unitTitleBox .subTitle {
    font-size: 1.125rem;
  }
}
.unitTitleBox .description {
  color: #666666;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .unitTitleBox .description {
    font-size: 1rem;
  }
}

.pageTitle {
  font-size: 2.875rem;
  font-weight: 700;
  color: #004080;
  position: relative;
  margin: 0 0 20px;
  line-height: 1.2;
  isolation: isolate;
}
@media screen and (max-width: 1000px) {
  .pageTitle {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 767px) {
  .pageTitle {
    font-size: 1.75rem;
  }
}

.pageNav {
  background: #F0F0F0;
  position: sticky;
  top: 70px;
  z-index: 50;
  overflow-x: auto;
  scrollbar-color: #0099FF rgba(0, 0, 0, 0.2);
  scrollbar-width: thin;
}
@media screen and (max-width: 1000px) {
  .pageNav {
    top: 50px;
  }
}
.pageNav::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.pageNav::-webkit-scrollbar-thumb {
  border-radius: 100px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #0099FF;
}
.pageNav::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.pageNav ul {
  display: flex;
}
.pageNav ul li.active a {
  color: #0099FF;
}
.pageNav a {
  font-size: 1.3125rem;
  font-weight: bold;
  color: #2D2D2C;
  display: block;
  padding: 20px 30px 20px 0;
  white-space: nowrap;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .pageNav a {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .pageNav a {
    font-size: 1rem;
  }
}
.pageNav a:hover {
  color: #0099FF;
}

.inMore {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0.7;
  color: #004080;
  border: #004080 1px solid;
  z-index: 9;
  max-width: 190px;
  height: 50px;
  border-radius: 50px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  padding: 0 15px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .inMore {
    font-size: 13px;
    max-width: 160px;
    height: 40px;
  }
}
.inMore::before {
  content: "";
  position: absolute;
  width: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: #004080;
  z-index: -1;
  transition: all 0.3s ease;
}
.inMore:hover {
  color: #fff;
}
.inMore:hover::before {
  width: 100%;
  left: 0;
}

.innerPage {
  position: relative;
  background: #F5F5F5 url("../images/in/bg.png") center bottom no-repeat;
}
.innerPage .container {
  max-width: 1280px;
}
.innerPage .mainBox {
  position: relative;
  padding-top: 50px;
}
.innerPage .pageContent {
  padding: 0px 0 100px;
}
@media screen and (max-width: 1000px) {
  .innerPage .pageContent {
    padding: 0px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .innerPage .pageContent {
    padding: 0px 0 40px;
  }
}

.siteHeader {
  --height: 80px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 90;
  isolation: isolate;
  position: absolute;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .siteHeader {
    --height: 50px;
    position: fixed;
  }
}

.logo {
  flex-shrink: 0;
  line-height: 0;
  margin: 0 auto 0 0;
  padding: 7px 0;
  display: flex;
  align-items: center;
  z-index: 9;
}
@media screen and (max-width: 1000px) {
  .logo {
    flex-basis: auto;
  }
}
.logo img {
  height: 65px;
}
@media screen and (max-width: 1000px) {
  .logo img {
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .logo img {
    height: 36px;
  }
}

.headerBox {
  width: 100%;
  top: 0;
  background: #004080;
  position: relative;
  transition: all 0.3s ease;
}
.headerBox .container {
  width: calc(100% - 60px);
  display: flex;
  align-items: center;
  max-width: 1730px;
  margin: 0 0 0 auto;
  padding: 0 0 0 60px;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .headerBox .container {
    width: calc(100% - 40px);
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .headerBox .container {
    width: calc(100% - 20px);
    padding: 0 0 0 0px;
  }
}

@media screen and (min-width: 1001px) {
  .wrapper {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .wrapper {
    padding-top: 50px;
  }
}

.headFix .headerBox {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1001px) {
  .headFix .siteHeader {
    position: fixed;
  }
  .headFix .headerBox .container {
    flex-direction: row;
    align-items: stretch;
  }
  .headFix .menuBox {
    margin: 0;
  }
  .headFix .menuBox .mainMenu > ul > li.nextLv > a, .headFix .menuBox .mainMenu > ul > li.nextLv > button {
    font-size: 1rem;
    padding: 15px 30px 15px 15px;
  }
  .headFix .menuBox .mainMenu > ul > li.nextLv > a::after, .headFix .menuBox .mainMenu > ul > li.nextLv > button::after {
    right: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .inquiryCar {
    position: absolute;
    height: 50px;
    top: 0;
    right: 100px;
  }
}
.inquiryCar a {
  position: relative;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  height: 100%;
}
@media screen and (min-width: 1001px) {
  .inquiryCar a {
    width: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .inquiryCar a {
    width: 40px;
  }
}
.inquiryCar a span {
  line-height: 1;
}
.inquiryCar a::before {
  content: "";
  width: 24px;
  height: 20px;
  flex-shrink: 0;
  margin: 0 5px 0 0;
  -webkit-mask: url("../images/icon/icon_inquiry.svg") center no-repeat;
          mask: url("../images/icon/icon_inquiry.svg") center no-repeat;
  background: #0099FF;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .inquiryCar a::before {
    margin: 0 auto;
  }
}
.inquiryCar a.hasItem::after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #0099FF;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 13px));
  z-index: 1;
  animation: hasItem 1s infinite;
  transition: all 0.3s linear;
}
@keyframes hasItem {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.language {
  position: relative;
  z-index: 8;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (min-width: 1100px) {
  .language {
    margin-left: 50px;
  }
  .language::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    background: #0099FF;
    display: block;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1000px) {
  .language {
    position: absolute;
    right: 150px;
    height: 50px;
    top: 0;
    background: none;
  }
}
@media screen and (max-width: 1000px) {
  .language span {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .language.active .btn {
    background: #000;
  }
  .language.active .btn::before {
    background: #fff;
  }
}
.language .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: none;
  color: #0099FF;
  height: 100%;
  width: 40px;
  padding: 10px 0;
}
@media screen and (min-width: 1001px) {
  .language .btn {
    width: 60px;
  }
  .language .btn::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid #0099FF;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin: 0 0 0 5px;
  }
}
@media screen and (max-width: 1000px) {
  .language .btn::before {
    content: "";
    width: 22px;
    height: 22px;
    display: block;
    -webkit-mask: url("../images/icon/icon_language.svg") no-repeat;
            mask: url("../images/icon/icon_language.svg") no-repeat;
    background-position: 0 -25px;
    background: #0099FF;
  }
}
.language ul {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (max-width: 1000px) {
  .language ul {
    border-radius: 0px;
    left: 0%;
    transform: translateX(0%);
  }
}
.language ul a {
  white-space: nowrap;
  font-size: 15px;
  font-weight: normal;
  display: block;
  text-align: center;
  padding: 5px;
  transition: all 0.3s ease;
}
.language ul a:hover {
  color: #fff;
  background: #004080;
}
@media screen and (max-width: 1000px) {
  .language ul a {
    background: #000;
    color: #fff;
    width: 100%;
    height: auto;
    line-height: 1.4;
    padding: 8px 10px 6px;
  }
  .language ul a:hover {
    color: #fff;
    background: #004080;
  }
}

.menuBottom .container {
  display: flex;
  justify-content: flex-end;
}

.menuSearch {
  position: unset;
}
@media screen and (min-width: 1001px) {
  .menuSearch {
    z-index: 99;
    position: unset;
  }
}
@media screen and (max-width: 1000px) {
  .menuSearch {
    width: 40px;
    height: 50px;
    position: fixed;
    top: 0;
    right: 50px;
    z-index: 99;
  }
}
.menuSearch.active .searchOuter {
  width: 30%;
  padding: 0 30px;
}
@media screen and (max-width: 1000px) {
  .menuSearch.active .searchOuter {
    width: 100%;
  }
}
.menuSearch.active .btn {
  background: #000;
}
.menuSearch.active .btn::before {
  background: #fff;
}
.menuSearch .searchOuter {
  width: 0;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  background: #000;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .menuSearch .searchOuter {
    height: 50px;
    position: fixed;
    top: 50px;
  }
}
.menuSearch .btn {
  width: var(--height);
  height: var(--height);
  padding: 0;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 8;
}
@media screen and (min-width: 1001px) {
  .menuSearch .btn {
    background: linear-gradient(135deg, rgb(0, 153, 255) 5%, rgb(3, 73, 177) 95%);
  }
  .menuSearch .btn:hover {
    background: linear-gradient(135deg, rgb(0, 153, 255) 5%, rgb(3, 73, 177) 95%);
  }
}
@media screen and (max-width: 1000px) {
  .menuSearch .btn {
    width: 40px;
    height: 50px;
    margin-right: 50px;
  }
}
.menuSearch .btn::before {
  content: "";
  -webkit-mask: url("../images/icon/icon_search.svg") center no-repeat;
          mask: url("../images/icon/icon_search.svg") center no-repeat;
  width: 22px;
  height: 22px;
  display: block;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .menuSearch .btn::before {
    background: #0099FF;
  }
}
.menuSearch .searchBox {
  flex-grow: 1;
  opacity: 0.6;
}
.menuSearch .searchBtn {
  width: 14px;
  height: 14px;
}
.menuSearch .searchClose {
  width: 14px;
  height: 14px;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}
.menuSearch .searchClose::before, .menuSearch .searchClose::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.menuSearch .searchClose::after {
  transform: rotate(-45deg);
}
.menuSearch input {
  background: none;
  border: none;
  color: #fff;
}
.menuSearch input::-moz-placeholder {
  color: #fff;
}
.menuSearch input::placeholder {
  color: #fff;
}
.menuSearch .searchBtn {
  margin-left: 10px;
  background: none;
}
.menuSearch .searchBtn::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  -webkit-mask: url("../images/icon/icon_search.svg") center no-repeat;
          mask: url("../images/icon/icon_search.svg") center no-repeat;
  background: #fff;
}

.menuBox {
  position: relative;
  z-index: 8;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1001px) {
  .menuBox {
    align-self: stretch;
    display: flex;
    align-items: stretch;
  }
}
@media screen and (max-width: 1000px) {
  .menuBox {
    margin: 0;
    flex-direction: column;
    position: fixed;
    top: 50px;
    height: calc(100vh - 50px);
    height: calc(100dvh - 50px);
    left: 0;
    width: 100%;
    background: #000;
    transform: translateX(-100%);
    overflow-y: auto;
    scrollbar-color: #004080 rgba(0, 0, 0, 0.2);
    scrollbar-width: thin;
  }
  .menuBox::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .menuBox::-webkit-scrollbar-thumb {
    border-radius: 100px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #004080;
  }
  .menuBox::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
  }
}
.menuBox .mainMenu {
  margin: 0;
  z-index: 99;
}
@media screen and (max-width: 1000px) {
  .menuBox .mainMenu {
    padding: 0;
    order: 1;
  }
}
.menuBox .mainMenu > ul {
  display: flex;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 1001px) {
  .menuBox .mainMenu > ul {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1000px) {
  .menuBox .mainMenu > ul {
    flex-direction: column;
  }
}
.menuBox .mainMenu > ul > li {
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .menuBox .mainMenu > ul > li:nth-last-child(2), .menuBox .mainMenu > ul > li:last-child {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .menuBox .mainMenu > ul > li {
    padding: 0;
  }
}
.menuBox .mainMenu > ul > li > a, .menuBox .mainMenu > ul > li > button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  background: none;
  padding: 20px 15px;
  color: #FFF;
  text-align: left;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1399px) {
  .menuBox .mainMenu > ul > li > a, .menuBox .mainMenu > ul > li > button {
    padding: 10px 15px;
  }
}
@media screen and (min-width: 1001px) {
  .menuBox .mainMenu > ul > li > a::before, .menuBox .mainMenu > ul > li > button::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    background: #03CACF;
    width: 0;
    display: block;
    transition: all 0.3s ease;
  }
  .menuBox .mainMenu > ul > li > a:hover::before, .menuBox .mainMenu > ul > li > button:hover::before {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .menuBox .mainMenu > ul > li > a, .menuBox .mainMenu > ul > li > button {
    color: #fff;
    font-size: 1rem;
    text-align: center;
    padding: 20px 30px 20px 30px !important;
  }
}
.menuBox .mainMenu > ul > li.active > a::before {
  width: 100%;
}
.menuBox .mainMenu > ul > li.active > a::after {
  transform: translateY(-150%) rotate(225deg);
}
@media screen and (max-width: 1000px) {
  .menuBox .mainMenu > ul > li.active > a {
    color: #FFF;
    background: #004080;
  }
}
.menuBox .mainMenu > ul > li.active .active > a::after {
  transform: translateY(-150%) rotate(225deg);
}
@media screen and (max-width: 1000px) {
  .menuBox .mainMenu .nextLv > a::after {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    border-style: solid;
    border-width: 0 2px 2px 0;
    position: absolute;
    right: 30px;
    top: calc(50% + 5px);
    transform: translateY(-150%) rotate(45deg);
  }
}
.menuBox .mainMenu .nextMenuBox {
  display: none;
  pointer-events: none;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
  background: #202020;
}
@media screen and (min-width: 1001px) {
  .menuBox .mainMenu .nextMenuBox {
    display: block;
    width: 200px;
    transition: all 0.3s ease;
    position: absolute;
    opacity: 0;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #FFF;
  }
}
.menuBox .mainMenu .nextMenuBox .nextMenuBox {
  top: 0;
  left: 100%;
  transform: translateX(0);
}
@media screen and (max-width: 1000px) {
  .menuBox .mainMenu .nextMenuBox .nextMenuBox {
    background: #4e4e4e;
  }
}
.menuBox .mainMenu .nextMenuBox a {
  padding: 8px 10px;
  text-align: center;
  display: block;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .menuBox .mainMenu .nextMenuBox a {
    color: #FFF;
  }
}
.menuBox .mainMenu .active > a {
  color: #03CACF;
}
.menuBox .mainMenu .active > .nextMenuBox {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 1000px) {
  .menuBox .nextLv.active > button {
    background: #004080;
  }
  .menuBox .hide {
    display: none !important;
  }
}

.breadcrumbBox {
  width: 100%;
  z-index: 10;
}
.breadcrumbBox .breadcrumb {
  font-size: 15px;
  z-index: 3;
  color: #333333;
  font-weight: 500;
  opacity: 0.7;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  font-size: 0.8125rem;
}
@media screen and (max-width: 1000px) {
  .breadcrumbBox .breadcrumb {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbBox .breadcrumb {
    margin: 0 0px;
    padding: 10px 0;
  }
}
.breadcrumbBox .breadcrumb li {
  position: relative;
  display: flex;
}
.breadcrumbBox .breadcrumb li a {
  color: #333333;
  display: inline;
  transition: all 0.3s ease;
}
.breadcrumbBox .breadcrumb li a:hover {
  color: #004080;
}
.breadcrumbBox .breadcrumb li::after {
  content: ">";
  margin: 0px 10px;
  font-weight: bold;
  display: block;
  position: relative;
  font-weight: bolder;
  font-weight: normal;
  color: #004080;
}
.breadcrumbBox .breadcrumb li:last-child {
  color: #333333;
}
.breadcrumbBox .breadcrumb li:last-child::after {
  display: none;
}

.productsBreadcrumb {
  line-height: 1;
  display: inline-block;
  padding: 0 10px 0 5px;
  border: solid #aaaaaa;
  border-width: 0 1px;
  white-space: nowrap;
  margin: 0 0 15px;
}
.productsBreadcrumb li:first-child a span {
  display: inline-block;
}

.footerBox {
  background: #004080;
  padding: 5% 0 0;
  position: relative;
  z-index: 9;
}
.footerBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  display: block;
  opacity: 0.5;
}
.footerBox .container {
  max-width: 1130px;
  margin: 0 auto;
}
.footerBox .footerMenuBox {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 5%;
}
@media screen and (max-width: 1000px) {
  .footerBox .footerMenuBox {
    display: none;
  }
}
.footerBox .footerMenuBox .menu {
  flex-grow: 1;
}
.footerBox .footerMenuBox .menu .title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #FFF;
  margin: 0 0 10px 0;
}
.footerBox .footerMenuBox .menu ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0 20px;
}
.footerBox .footerMenuBox .menu ul ul {
  padding-left: 20px;
}
.footerBox .footerMenuBox .menu a {
  display: block;
  font-size: 1rem;
  color: #fff;
  line-height: 1.7;
  font-weight: 200;
}
.footerBox .footerMenuBox .menu a:hover {
  color: #03CACF;
}
.footerBox .bottom {
  display: flex;
  border-top: #0057AE 1px solid;
  padding: 30px 0;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .footerBox .bottom {
    flex-direction: column;
    border: none;
    margin: 0;
    padding: 0 0 30px;
  }
}
.footerBox .bottom .info {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
@media screen and (max-width: 1000px) {
  .footerBox .bottom .info {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.footerBox .footerLogo {
  max-width: 44px;
  flex-shrink: 0;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 1000px) {
  .footerBox .footerLogo {
    margin: 0 auto 10px;
  }
}
.footerBox .copyright {
  font-size: 14px;
  color: #fff;
  font-weight: 200;
}
@media screen and (max-width: 1000px) {
  .footerBox .copyright {
    text-align: center;
  }
}
.footerBox .copyright span {
  display: none;
}
.footerBox .copyright a {
  color: #fff;
}
.footerBox .copyright a:hover {
  color: #0099FF;
}
.footerBox .shareBox ul {
  display: flex;
  justify-content: center;
  gap: 14px;
}
@media screen and (max-width: 1000px) {
  .footerBox .shareBox ul {
    gap: 5px;
  }
}
.footerBox .shareBox ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: #03CACF 1px solid;
  text-indent: -9999px;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .footerBox .shareBox ul a {
    width: 36px;
    height: 36px;
  }
}
.footerBox .shareBox ul a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #03CACF;
  transition: all 0.3s ease;
}
.footerBox .shareBox ul a:hover {
  border-color: #fff;
}
.footerBox .shareBox ul a:hover::before {
  background: #fff;
}
.footerBox .shareBox ul li .facebook::before {
  -webkit-mask: url("../images/icon/icon_facebook.svg") center no-repeat;
          mask: url("../images/icon/icon_facebook.svg") center no-repeat;
}
.footerBox .shareBox ul li .line::before {
  -webkit-mask: url("../images/icon/icon_line.svg") center no-repeat;
          mask: url("../images/icon/icon_line.svg") center no-repeat;
}
.footerBox .shareBox ul li .wechat::before {
  width: 28px;
  height: 28px;
  -webkit-mask: url("../images/icon/icon_wechat.svg") center no-repeat;
          mask: url("../images/icon/icon_wechat.svg") center no-repeat;
}
@media screen and (max-width: 1000px) {
  .footerBox .shareBox ul li .wechat::before {
    width: 24px;
    height: 24px;
  }
}
.footerBox .shareBox ul li .youtube::before {
  -webkit-mask: url("../images/icon/icon_youtube.svg") center no-repeat;
          mask: url("../images/icon/icon_youtube.svg") center no-repeat;
}
.footerBox .shareBox ul li .linkedin::before {
  -webkit-mask: url("../images/icon/icon_linkedin.svg") center no-repeat;
          mask: url("../images/icon/icon_linkedin.svg") center no-repeat;
}

.floatNav {
  width: 78px;
  right: 0px;
  top: 60%;
  z-index: 99;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 30px 0;
  border-radius: 50px;
  background: linear-gradient(135deg, #0349b1 0%, #0099ff 47%, #0349b1 100%);
}
@media screen and (max-width: 1000px) {
  .floatNav {
    width: 40px;
    gap: 0px;
    padding: 5px 0;
  }
}
.floatNav::before {
  content: "";
  position: absolute;
  inset: 5px;
  background: #FFF;
  border-radius: 50px;
}
@media screen and (max-width: 1000px) {
  .floatNav::before {
    inset: 2px;
  }
}
.floatNav .inquiryBtn,
.floatNav .contactBtn,
.floatNav .goTop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: none;
  color: #004080;
  font-size: 0.875rem;
  font-weight: 500;
  z-index: 9;
  padding: 0;
  position: relative;
  transition: all 0.3s ease;
}
.floatNav .inquiryBtn::before,
.floatNav .contactBtn::before,
.floatNav .goTop::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: #004080;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .floatNav .inquiryBtn::before,
  .floatNav .contactBtn::before,
  .floatNav .goTop::before {
    width: 20px;
  }
}
.floatNav .inquiryBtn p,
.floatNav .contactBtn p,
.floatNav .goTop p {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .floatNav .inquiryBtn p,
  .floatNav .contactBtn p,
  .floatNav .goTop p {
    display: none;
  }
}
.floatNav .inquiryBtn:hover,
.floatNav .contactBtn:hover,
.floatNav .goTop:hover {
  color: #0099FF;
}
.floatNav .inquiryBtn:hover::before, .floatNav .inquiryBtn:hover.hasItem::after,
.floatNav .contactBtn:hover::before,
.floatNav .contactBtn:hover.hasItem::after,
.floatNav .goTop:hover::before,
.floatNav .goTop:hover.hasItem::after {
  background: #0099FF;
}
.floatNav .inquiryBtn::before {
  -webkit-mask: url("../images/icon/icon_inquiry.svg") center bottom no-repeat;
          mask: url("../images/icon/icon_inquiry.svg") center bottom no-repeat;
}
.floatNav .inquiryBtn.hasItem::after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #004080;
  border-radius: 100%;
  position: absolute;
  top: 0%;
  left: 20px;
  z-index: 1;
  animation: hasItem 1s infinite;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1000px) {
  .floatNav .inquiryBtn.hasItem::after {
    left: 10px;
    top: 8px;
  }
}
.floatNav .contactBtn::before {
  -webkit-mask: url("../images/icon/icon_contact.svg") center no-repeat;
          mask: url("../images/icon/icon_contact.svg") center no-repeat;
}
.floatNav .goTop::before {
  -webkit-mask: url("../images/icon/icon_gotop.svg") center no-repeat;
          mask: url("../images/icon/icon_gotop.svg") center no-repeat;
}

.mobileBtn {
  display: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .mobileBtn {
    width: 50px;
    height: 50px;
    top: 0px;
    right: 0px;
    position: fixed;
    z-index: 99;
    cursor: pointer;
    display: block;
  }
  .mobileBtn::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 2px;
    background: #0099FF;
    box-shadow: #0099FF 0 7px 0 0, #0099FF 0 -7px 0 0;
    transition: all 0.3s ease;
  }
  .mobileBtn::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #0099FF;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.2s linear;
  }
}

.mobileOpen {
  overflow: hidden;
}
.mobileOpen .mobileBtn {
  background: #000;
}
.mobileOpen .mobileBtn::before {
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  box-shadow: none;
}
.mobileOpen .mobileBtn::after {
  background: #fff;
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobileOpen .menuBox {
  transform: translateX(0%);
}

.pageBox .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 45px;
  margin-top: 45px;
  border-top: #CCCCCC 1px solid;
}
@media screen and (max-width: 1000px) {
  .pageBox .pagination {
    padding-top: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pageBox .pagination {
    padding-top: 20px;
    margin-top: 20px;
  }
}
.pageBox .pagination li {
  margin: 0 15px;
  line-height: 1.5;
  text-align: center;
}
.pageBox .pagination li a {
  width: 42px;
  height: 42px;
  font-weight: 500;
  font-size: 1.125rem;
  color: #191918;
}
.pageBox .pagination li a:hover {
  color: #0099FF;
}
.pageBox .pagination li.active a {
  color: #0099FF;
}
.pageBox .pagination li.controls:first-child {
  margin: 0 20px 0 0;
}
.pageBox .pagination li.controls:last-child {
  margin: 0 0 0 20px;
}
.pageBox .pagination li.controls a {
  width: auto;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 0.9375rem;
  font-weight: 500;
  border-radius: 100%;
  transition: all 0.3s ease;
}
.pageBox .pagination li.controls a::before {
  content: "";
  width: 42px;
  height: 42px;
  display: block;
  -webkit-mask: url("../images/icon/icon_page.svg") center no-repeat;
          mask: url("../images/icon/icon_page.svg") center no-repeat;
  background: linear-gradient(135deg, rgb(3, 73, 177) 0%, rgb(0, 151, 253) 100%);
  transition: all 0.3s ease;
  transform: scaleX(-1);
  order: 1;
}
.pageBox .pagination li.controls a.prev::before {
  transform: scaleX(1);
  order: 0;
}
.pageBox .pagination li.controls a:hover {
  opacity: 0.56;
}

.pageBtnBox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 45px;
  margin-top: 45px;
  border-top: #CCCCCC 1px solid;
}
@media screen and (max-width: 1000px) {
  .pageBtnBox {
    padding-top: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pageBtnBox {
    padding-top: 20px;
    margin-top: 20px;
  }
}
.pageBtnBox .send {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0.7;
  color: #fff;
  z-index: 9;
  width: 100%;
  max-width: 200px;
  height: 50px;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  padding: 0 25px;
  background: linear-gradient(to right, rgb(3, 73, 177) 0%, rgb(0, 151, 253) 100%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .pageBtnBox .send {
    font-size: 13px;
    max-width: 180px;
    padding: 0 15px;
    height: 40px;
    white-space: nowrap;
  }
}
.pageBtnBox .send::after {
  content: "";
  position: absolute;
  width: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: #0099FF;
  z-index: -1;
  transition: all 0.3s ease;
}
.pageBtnBox .send::before {
  content: "";
  width: 11px;
  height: 11px;
  -webkit-mask: url("../images/icon/icon_arrow.svg") center no-repeat;
          mask: url("../images/icon/icon_arrow.svg") center no-repeat;
  background: #fff;
  display: block;
  margin: 0 0 0 12px;
  order: 5;
  transition: all 0.3s ease;
}
.pageBtnBox .send:hover {
  color: #fff;
  border-color: #0099FF;
}
.pageBtnBox .send:hover::after {
  width: 100%;
  left: 0;
}
.pageBtnBox .send:hover::before {
  background: #fff;
}
.pageBtnBox .back {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0.7;
  color: #fff;
  z-index: 9;
  width: 100%;
  max-width: 200px;
  height: 50px;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  padding: 0 25px;
  background: linear-gradient(to right, rgb(3, 73, 177) 0%, rgb(0, 151, 253) 100%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .pageBtnBox .back {
    font-size: 13px;
    max-width: 180px;
    padding: 0 15px;
    height: 40px;
    white-space: nowrap;
  }
}
.pageBtnBox .back::after {
  content: "";
  position: absolute;
  width: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: #0099FF;
  z-index: -1;
  transition: all 0.3s ease;
}
.pageBtnBox .back::before {
  content: "";
  width: 11px;
  height: 11px;
  -webkit-mask: url("../images/icon/icon_arrow.svg") center no-repeat;
          mask: url("../images/icon/icon_arrow.svg") center no-repeat;
  transform: scaleX(-1);
  background: #fff;
  display: block;
  margin: 0 12px 0 0;
  transition: all 0.3s ease;
}
.pageBtnBox .back:hover {
  color: #fff;
  border-color: #0099FF;
}
.pageBtnBox .back:hover::after {
  width: 100%;
  left: 0;
}
.pageBtnBox .back:hover::before {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .formBox {
    padding: 20px;
  }
}
.formBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.formBox .inputItem {
  width: calc(50% - 25px);
  padding: 20px 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .formBox .inputItem {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.formBox .inputItem > label {
  font-size: 1.125rem;
  color: #222;
  line-height: 1;
  width: 100%;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
@media screen and (max-width: 1000px) {
  .formBox .inputItem > label {
    font-size: 1.125rem;
  }
}
.formBox .inputItem .select {
  flex-grow: 1;
}
.formBox .inputItem .select::before {
  width: 0;
  height: 0;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(0);
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #004080 transparent transparent transparent;
}
.formBox .inputItem .select select.selectControl {
  padding: 10px 35px 10px 10px;
}
.formBox .inputItem .select select.selectControl::-ms-expand {
  display: none;
}
.formBox .inputItem select.selectControl,
.formBox .inputItem input.inputControl,
.formBox .inputItem textarea.textareaControl {
  font-size: 1rem;
  line-height: 1;
  flex-grow: 1;
  padding: 10px 15px;
  color: #000;
  border-radius: 0;
  background: transparent;
  border: #dddddd 1px solid;
}
.formBox .inputItem select.selectControl::-moz-placeholder, .formBox .inputItem input.inputControl::-moz-placeholder, .formBox .inputItem textarea.textareaControl::-moz-placeholder {
  color: #ccc;
}
.formBox .inputItem select.selectControl::placeholder,
.formBox .inputItem input.inputControl::placeholder,
.formBox .inputItem textarea.textareaControl::placeholder {
  color: #ccc;
}
.formBox .inputItem select.selectControl:focus,
.formBox .inputItem input.inputControl:focus,
.formBox .inputItem textarea.textareaControl:focus {
  border-color: #03CACF;
  box-shadow: 0 0 10px 0 #03CACF;
}
.formBox .inputItem.full {
  width: 100%;
}
.formBox .inputItem.required label::after {
  content: "※";
  color: #004080;
  display: block;
  margin: 0 0 0 5px;
}
.formBox .flex {
  display: flex;
}
@media screen and (max-width: 575px) {
  .formBox .flex {
    flex-direction: column;
  }
}
.formBox .itemBox ul {
  display: flex;
  margin: 0;
}
.formBox .itemBox ul li {
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .formBox .itemBox ul li {
    width: 100%;
  }
}
.formBox .itemBox ul li label {
  display: block;
  padding-left: 22px;
  position: relative;
}
.formBox .itemBox ul li label::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  display: block;
  background: url("../images/icon/checkbox.png") bottom no-repeat;
  left: 0px;
  top: 3px;
  z-index: 9;
}
.formBox .itemBox ul li input {
  position: absolute;
  opacity: 0;
}
.formBox .itemBox ul li input[type=checkbox] {
  margin-right: 5px;
  opacity: 0;
}
.formBox .itemBox ul li input[type=checkbox]:checked + label::before {
  background: url("../images/checkbox.png") top no-repeat;
}
.formBox a {
  color: #666666;
  font-size: 13px;
  text-decoration: underline;
}
.formBox a:nth-child(2) {
  margin: 0 auto 0 10px;
}
.formBox a:hover {
  color: #0099FF;
}
.formBox .checkImg {
  position: absolute;
  bottom: 8px;
  right: 50px;
  line-height: 0;
}
.formBox .reBtn {
  width: 15px;
  height: 15px;
  bottom: 12px;
  right: 15px;
  z-index: 2;
  position: absolute;
  cursor: pointer;
  background: none;
}
.formBox .reBtn::before {
  content: "";
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
  -webkit-mask: url("../images/icon/icon_re.svg") no-repeat;
          mask: url("../images/icon/icon_re.svg") no-repeat;
  background: #000;
  position: absolute;
  transition: all 0.3s ease;
}
.formBox .reBtn:hover::before {
  transform: rotate(180deg);
  background: #e50012;
}

@keyframes lightBoxOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightBoxClose {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.lightBoxOpen {
  overflow: hidden;
}
.lightBoxOpen .outLightBox {
  display: flex;
  animation: lightBoxOpen 0.3s linear;
  animation-fill-mode: forwards;
}

.lightBoxClose .outLightBox {
  animation: lightBoxClose 0.3s linear;
  animation-fill-mode: forwards;
}

.outLightBox {
  opacity: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  inset: 0;
  display: none;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}
.outLightBox .closeLightBoxBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
  width: 30px;
  height: 30px;
  background: #0099FF;
  padding: 0;
  cursor: pointer;
}
.outLightBox .closeLightBoxBtn::before, .outLightBox .closeLightBoxBtn::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  display: block;
  background: #fff;
  top: 14px;
  left: 5px;
}
.outLightBox .closeLightBoxBtn::before {
  transform: rotate(45deg);
}
.outLightBox .closeLightBoxBtn::after {
  transform: rotate(-45deg);
}
.outLightBox .overLayer {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: rgba(204, 204, 204, 0.6);
}
.outLightBox .lightBox {
  width: 90vw;
  max-width: 1200px;
  position: relative;
  background: #fff;
  z-index: 51;
  padding: 50px 80px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  line-height: 0;
  margin: 20px;
}
@media screen and (max-width: 1000px) {
  .outLightBox .lightBox {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 767px) {
  .outLightBox .lightBox {
    padding: 30px 30px;
  }
}
.outLightBox .lightBox img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.outLightBox .lightBox .content {
  height: 100%;
  max-height: 60vh;
  line-height: 1.4;
  padding: 0 10px 0 0;
  overflow: auto;
  scrollbar-color: #004080 rgba(0, 0, 0, 0.2);
  scrollbar-width: thin;
}
.outLightBox .lightBox .content::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.outLightBox .lightBox .content::-webkit-scrollbar-thumb {
  border-radius: 100px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #004080;
}
.outLightBox .lightBox .content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.outLightBox .lightBox .box {
  min-width: 1000px;
}/*# sourceMappingURL=style.css.map */