@charset "UTF-8";
@import url('../plugins/swiper-master/swiper-bundle.min.css');
@import url('../plugins/WOW-master/css/libs/animate.css');
@import url('../plugins/Magnific-Popup-master/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=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --RWDWidth: 1024px;
}

/*! 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 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 hasItem {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes moveRight {
  0% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}
@keyframes pulsate2 {
  0% {
    transform: translate(50%, -50%) scale(1);
    opacity: 0.1;
  }
  50% {
    transform: translate(50%, -50%) scale(100);
    opacity: 0.1;
  }
  100% {
    transform: translate(50%, -50%) scale(200);
    opacity: 0;
  }
}
:root {
  --contentPadding: 80px;
  --clamp18: clamp(16px, 1.6vw, 18px);
  --clamp20: clamp(18px, 1.6vw, 20px);
  --clamp21: clamp(18px, 1.6vw, 21px);
  --clamp24: clamp(20px, 2vw, 24px);
  --clamp28: clamp(24px, 2vw, 28px);
  --clamp32: clamp(28px, 2vw, 32px);
  --clamp36: clamp(30px, 3vw, 36px);
  --clamp40: clamp(28px, 3.2vw, 40px);
  --clamp48: clamp(30px, 3.5vw, 48px);
  --clamp51: clamp(30px, 4vw, 51px);
  --clamp54: clamp(34px, 4vw, 54px);
  --clamp60: clamp(38px, 4vw, 60px);
  --clamp64: clamp(38px, 4vw, 64px);
  --clamp85: clamp(42px, 4vw, 85px);
  --clamp100: clamp(45px, 5vw, 100px);
  --clamp250: clamp(45px, 13vw, 250px);
}
@media screen and (max-width: 1200px) {
  :root {
    --contentPadding: 60px;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --contentPadding: 40px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --contentPadding: 20px;
  }
}

* {
  box-sizing: border-box;
  outline: 0;
}
*::before {
  box-sizing: border-box;
}
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0 auto;
  padding: 0;
  color: #130a06;
  font-size: 1rem;
  font-family: Arial, '微軟正黑體', 'Open Sans', 'Microsoft JhengHei', '蘋果儷中黑', 'Apple LiGothic Medium', sans-serif;
  line-height: 1.75;
  background: #fff;
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-track {
  background: #454545;
}
body::-webkit-scrollbar-thumb {
  background: #004387;
  border-radius: 5px;
}

footer {
  margin: auto 0 0;
}

a {
  color: #130a06;
  transition: all 0.3s ease;
}
a:hover {
  color: #004387;
}

img {
  max-width: 100%;
  margin: 0px;
  line-height: 1;
}

figure {
  margin: 0px;
}

.wrapper {
  position: relative;
}

.outerBox {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.container {
  position: relative;
  width: 100%;
  max-width: calc(1570px + var(--contentPadding) * 2);
  padding-left: var(--contentPadding);
  padding-right: var(--contentPadding);
  margin: 0 auto;
}

section {
  position: relative;
}

[type='text'],
[type='password'],
[type='email'] {
  border: none;
  width: 100%;
  background: none;
  border: 1px solid #ccc;
  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: none;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select {
  position: relative;
  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;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding: 5px 30px 10px 10px;
  border-radius: 5px;
  background: none;
}

select::-ms-expand {
  display: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: 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;
  letter-spacing: 1px;
  text-align: center;
}
.privacyBox a {
  color: #004387;
}
.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: #7ecef4;
  font-weight: 500;
  cursor: pointer;
  margin: 10px auto 0 auto;
}

.editor {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .editor {
    font-size: 1.125rem;
  }
}
.editor a {
  color: #004387;
  transition: all 0.3s ease;
}
.editor a:hover {
  color: #3baade;
}
.editor ul:not(.list) {
  list-style: disc;
  padding-left: 20px;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.videoContainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  line-height: 0;
}
.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tableBox {
  width: 100%;
  overflow-x: auto;
  scrollbar-color: #004387 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: #004387;
}
.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);
}
.tableBox table {
  min-width: 800px;
}

.pic {
  line-height: 0;
  overflow: hidden;
}
.pic img {
  width: 100% !important;
  -o-object-fit: contain;
  object-fit: contain;
}

.mfp-bg {
  background: #b5cde1;
  opacity: 0.85;
}

.mfp-figure:after {
  top: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  display: none;
}

.white-popup {
  position: relative;
  background: #fff;
  padding: clamp(40px, 3%, 70px);
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}

.popup-modal-dismiss {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #004387;
  display: block;
  width: 41px;
  height: 41px;
  border-radius: 5px;
}
.popup-modal-dismiss::before,
.popup-modal-dismiss::after {
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 16px;
  height: 3px;
  background: #fff;
  transition: all 0.3s ease;
  position: absolute;
}
.popup-modal-dismiss::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mfp-zoom-out-cur {
  cursor: auto;
}
.mfp-zoom-out-cur .mfp-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mfp-zoom-out-cur .mfp-img {
  padding-top: 0;
  padding-bottom: 0;
}
.mfp-zoom-out-cur .mfp-counter {
  display: none;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #004387;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  font-size: 40px;
  border-radius: 50%;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-content {
  padding: 60px 100px 0;
  position: relative;
  display: block !important;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-content .mfp-figure {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.mfp-zoom-out-cur .mfp-container > .mfp-arrow {
  display: none;
}
.mfp-zoom-out-cur .mfp-arrow {
  width: 54px;
  height: 104px;
  top: 50%;
  filter: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .mfp-zoom-out-cur .mfp-arrow {
    opacity: 1;
  }
}
.mfp-zoom-out-cur .mfp-arrow::before {
  display: none;
}
.mfp-zoom-out-cur .mfp-arrow::after {
  content: '';
  width: 54px;
  height: 104px;
  display: block;
  border: none;
  margin: unset;
  top: 0;
  -webkit-mask: url('../images/icon/icon_arrow_swiper.svg') center no-repeat;
  mask: url('../images/icon/icon_arrow_swiper.svg') center no-repeat;
  background: #004387;
}
.mfp-zoom-out-cur .mfp-arrow-left {
  left: 20px;
}
.mfp-zoom-out-cur .mfp-arrow-right {
  right: 20px;
}
.mfp-zoom-out-cur .mfp-arrow-right::after {
  transform: rotate(180deg);
}

.mobileBtn {
  display: none;
  transition: all 0.3s ease;
  background: none;
  border: none;
  width: 50px;
  height: 50px;
  z-index: 80;
  cursor: pointer;
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
}
@media screen and (min-width: 1025px) {
  .mobileBtn {
    display: none;
  }
}
.mobileBtn::before,
.mobileBtn::after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background: #fff;
  box-shadow: #fff 0 7px 0 0, #fff 0 -7px 0 0;
  transition: all 0.3s ease;
}
.mobileBtn::after {
  box-shadow: none;
  opacity: 0;
}
.mobileBtn span {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .mobileBtn span {
    display: none;
  }
}
.mobileBtn:hover::before,
.mobileBtn:hover::after {
  background: #fff;
  box-shadow: #fff 0 7px 0 0, #fff 0 -7px 0 0;
}

.mobileOpen .mobileBtn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mobileOpen .mobileBtn::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mobileOpen .mobileBtn::before,
.mobileOpen .mobileBtn::after {
  background: #fff;
  box-shadow: #fff 0 7px 0 0, #fff 0 -7px 0 0;
  box-shadow: none;
}

.siteHeader {
  left: 0;
  top: 0;
  width: 100%;
  isolation: isolate;
  z-index: 99;
  background: #004387;
  position: relative;
}
.siteHeader .headerBox::before {
  content: '';
  position: absolute;
  right: 87%;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  .siteHeader .headerBox::before {
    right: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .siteHeader .headerBox {
    background: #004387;
  }
}
.siteHeader .headerBox .container {
  max-width: none;
  width: 100%;
  padding: 0;
}
.siteHeader .headerBox .contentBox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100px;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .siteHeader .headerBox .contentBox {
    padding-right: 50px;
    height: 50px;
  }
}
.siteHeader .logo {
  line-height: 0;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  padding: 0 100px 0 40px;
  isolation: isolate;
  margin: 0 auto 0 0;
  box-sizing: content-box;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1500px) {
  .siteHeader .logo {
    padding: 0 40px 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .siteHeader .logo {
    margin: 0 auto 0 0;
  }
}
.siteHeader .logo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  .siteHeader .logo::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  }
}
.siteHeader .logo img {
  max-width: 200px;
  width: 100%;
  height: 43px;
  aspect-ratio: 200/43;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1500px) {
  .siteHeader .logo {
    width: 180px;
  }
}

.headFix .wrapper {
  padding-top: 60px;
}
@media screen and (max-width: 1024px) {
  .headFix .wrapper {
    padding-top: 50px;
  }
}
.headFix .siteHeader {
  position: fixed;
}
.headFix .siteHeader::before {
  height: 80px;
}
@media screen and (max-width: 1024px) {
  .headFix .siteHeader::before {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .headFix .siteHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .headFix .siteHeader .headerBox .contentBox {
    height: 60px;
  }
  .headFix .menuBox .mainMenu > ul > li {
    padding: 0;
  }
  .headFix .menuBox .mainMenu > ul > li > a,
  .headFix .menuBox .mainMenu > ul > li > button {
    height: 60px;
  }
  .headFix .topNav .btn span {
    font-size: 16px;
  }
}
.headFix .siteHeader .logo img {
  width: 80%;
}

.insidePages {
  background: url('../images/in/inbg.jpg') top center no-repeat;
  background-size: contain;
}
.insidePages .inBanner {
  position: relative;
  isolation: isolate;
  z-index: 2;
  background: url('../images/in/inside_banner.jpg') center center no-repeat;
  background-size: cover;
}
.insidePages .inBanner .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.insidePages .inBanner .title {
  color: #fff;
  font-size: var(--clamp48);
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.2;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .insidePages .inBanner .title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .insidePages .inBanner .title {
    font-size: 2.625rem;
    margin-bottom: 5px;
  }
}
.insidePages .inBanner .title span {
  font-size: var(--clamp28);
  font-weight: 500;
  display: block;
}
.insidePages .pageTitleBox {
  padding-top: 40px;
  text-align: right;
  background: url('../images/in/bannerbg.jpg') top center no-repeat;
}
@media screen and (max-width: 767px) {
  .insidePages .pageTitleBox {
    padding-top: 20px;
  }
}
.insidePages .pageTitleBox .title {
  color: #333333;
  font-weight: 900;
  font-family: 'Alumni Sans', 'Noto Sans TC', Arial, '微軟正黑體', 'Microsoft JhengHei', '蘋果儷中黑', 'Apple LiGothic Medium', sans-serif;
  font-size: var(--clamp250);
  position: relative;
  line-height: 0.65;
  transform: scaleY(1.1);
  font-style: italic;
}
.insidePages .navBox {
  position: relative;
  z-index: 9;
  padding-bottom: 20px;
  margin-bottom: clamp(40px, 5%, 100px);
}
@media screen and (max-width: 1024px) {
  .insidePages .navBox {
    display: none;
  }
}
.insidePages .navBox button {
  width: 100%;
  padding: 10px 20px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  display: block;
  background: #fff;
  border: #dddddd 1px solid;
  display: none;
  line-height: 1.75;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .insidePages .navBox button {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.insidePages .navBox button::after {
  content: '';
  width: 12px;
  height: 12px;
  border: 2px solid #000;
  transform: rotate(45deg);
  border-width: 0 2px 2px 0;
}
@media screen and (min-width: 1025px) {
  .insidePages .navBox {
    display: flex;
  }
  .insidePages .navBox button {
    display: none;
  }
}
.insidePages .navBox .title {
  font-size: 2.25rem;
  font-weight: 800;
  padding: 0 60px 0 40px;
  margin-right: 40px;
  border-right: 1px solid #000;
}
@media screen and (max-width: 1024px) {
  .insidePages .navBox .title {
    display: none;
  }
}
.insidePages .navBox nav {
  border-bottom: #dadad5 1px solid;
}
.insidePages .navBox nav ul {
  height: 100%;
  display: none;
  border: #dddddd 1px solid;
}
@media screen and (max-width: 1024px) {
  .insidePages .navBox nav ul {
    background: #fff;
  }
}
@media screen and (min-width: 1025px) {
  .insidePages .navBox nav ul {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    border: none;
    gap: 20px;
  }
}
.insidePages .navBox nav ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  padding: 10px 20px;
  font-size: 1.3125rem;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .insidePages .navBox nav ul a {
    height: 100%;
    font-size: 1.3125rem;
  }
}
.insidePages .navBox nav ul a::before {
  content: '';
  position: absolute;
  height: 5px;
  bottom: 0;
  left: 0;
  width: 0;
  background: #7ecef4;
  display: block;
  transition: all 0.3s ease;
}
.insidePages .navBox nav ul a:hover {
  color: #7ecef4;
}
.insidePages .navBox nav ul a:hover::before {
  width: 100%;
}
.insidePages .navBox nav ul .active a {
  color: #7ecef4;
}
.insidePages .navBox nav ul .active a::before {
  width: 100%;
}
.insidePages .mainBox {
  position: relative;
  padding-bottom: clamp(50px, 10vw, 100px);
}
.insidePages .mainBox section {
  position: relative;
  z-index: 3;
}
.insidePages .mainBox .contentBox {
  max-width: 1400px;
  margin: 0 auto;
}
.insidePages .mainBox .contentBox .container {
  max-width: none;
}
.insidePages .contentTopNav {
  margin-bottom: 30px;
}
.insidePages .contentTopNav ul {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .insidePages .contentTopNav ul {
    gap: 5px;
  }
}
.insidePages .contentTopNav ul li a,
.insidePages .contentTopNav ul li button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--clamp18);
  padding: 8px 20px;
  margin: 0;
  font-weight: 700;
  color: #666666;
  background: none;
  border-radius: 8px;
  border: #cccccc 1px solid;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .insidePages .contentTopNav ul li a,
  .insidePages .contentTopNav ul li button {
    padding: 8px 10px;
  }
}
.insidePages .contentTopNav ul li a:hover,
.insidePages .contentTopNav ul li button:hover {
  color: #004387;
  border-color: #004387;
}
.insidePages .contentTopNav ul li.active a,
.insidePages .contentTopNav ul li.active button {
  color: #004387;
  border-color: #004387;
}
.insidePages .hasSide {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (min-width: 1025px) {
  .insidePages .hasSide {
    flex-direction: row;
    gap: 50px;
  }
}
.insidePages .hasSide.active .sideBox > button {
  background: #7ecef4;
}
.insidePages .hasSide.active .sideBox > button::after {
  transform: translateY(40%) rotate(225deg);
}
.insidePages .hasSide.active .sideBox ul {
  border-color: #7ecef4;
}
.insidePages .hasSide .sideBox {
  position: relative;
  z-index: 9;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .insidePages .hasSide .sideBox {
    width: 180px;
    flex-shrink: 0;
    margin: 0;
  }
}
.insidePages .hasSide .sideBox > button {
  color: #fff;
  background: #004387;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: none;
  padding: 15px 40px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  position: relative;
  border-radius: 10px;
}
@media screen and (min-width: 1025px) {
  .insidePages .hasSide .sideBox > button {
    display: none;
  }
}
.insidePages .hasSide .sideBox > button::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  transform: translateY(-10%) rotate(45deg);
  margin: 0 0 0 20px;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transition: all 0.3s ease;
}
.insidePages .hasSide .sideBox .content {
  display: none;
  position: absolute;
  z-index: 9;
  background: #fff;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #004387;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .insidePages .hasSide .sideBox .content {
    display: block !important;
    position: relative;
    background: none;
    border-radius: 10px;
  }
}
.insidePages .hasSide .sideBox ul li a,
.insidePages .hasSide .sideBox ul li button {
  width: 100%;
  text-align: left;
  display: block;
  padding: 10px 15px;
  font-size: var(--clamp18);
  font-weight: 500;
  color: #666666;
  position: relative;
  isolation: isolate;
}
@media screen and (max-width: 1024px) {
  .insidePages .hasSide .sideBox ul li a,
  .insidePages .hasSide .sideBox ul li button {
    text-align: center;
  }
}
.insidePages .hasSide .sideBox ul li a::before,
.insidePages .hasSide .sideBox ul li button::before {
  content: '';
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(to right, #004387 0%, #7ecef4 100%);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.insidePages .hasSide .sideBox ul li a:hover,
.insidePages .hasSide .sideBox ul li button:hover {
  color: #fff;
}
.insidePages .hasSide .sideBox ul li a:hover::before,
.insidePages .hasSide .sideBox ul li button:hover::before {
  opacity: 1;
}
.insidePages .hasSide .sideBox ul li.active a,
.insidePages .hasSide .sideBox ul li.active button {
  color: #fff;
}
.insidePages .hasSide .sideBox ul li.active a::before,
.insidePages .hasSide .sideBox ul li.active button::before {
  opacity: 1;
}
.insidePages .hasSide .contentBox {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .insidePages .hasSide .contentBox {
    width: calc(100% - 180px - 50px);
    margin: 0 0 0 auto;
  }
}

.menuBox {
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .menuBox {
    position: fixed;
    left: auto;
    right: 0;
    top: 50px;
    bottom: 0;
    transform: translateX(100%);
    width: 300px;
    height: calc(100vh - 50px);
    height: calc(100dvh - 50px);
    overflow-y: auto;
    scrollbar-color: #7ecef4 rgba(0, 0, 0, 0.2);
    scrollbar-width: thin;
    background: #fff;
    box-shadow: -5px 10px 10px 0 rgba(0, 0, 0, 0.2);
  }
  .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: #7ecef4;
  }
  .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 a,
.menuBox .mainMenu button {
  line-height: 1.2;
}
.menuBox .mainMenu > ul {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .menuBox .mainMenu > ul {
    flex-direction: column;
    gap: 0;
  }
}
.menuBox .mainMenu > ul > li {
  position: relative;
}
.menuBox .mainMenu > ul > li:nth-last-child(1) {
  display: none;
}
@media screen and (max-width: 1024px) {
  .menuBox .mainMenu > ul > li:nth-last-child(1) {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .menuBox .mainMenu > ul > li {
    width: 100%;
    padding: 0;
  }
}
.menuBox .mainMenu > ul > li > a,
.menuBox .mainMenu > ul > li > button {
  color: #fff;
  padding: 15px 20px 12px;
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 1.125rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .menuBox .mainMenu > ul > li > a,
  .menuBox .mainMenu > ul > li > button {
    display: flex;
    align-items: center;
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 1500px) {
  .menuBox .mainMenu > ul > li > a,
  .menuBox .mainMenu > ul > li > button {
    font-size: 1.125rem;
    padding: 15px 10px 12px;
  }
}
@media screen and (max-width: 1024px) {
  .menuBox .mainMenu > ul > li > a,
  .menuBox .mainMenu > ul > li > button {
    color: #004387;
    padding: 20px 40px;
  }
}
.menuBox .mainMenu > ul > li.active > a,
.menuBox .mainMenu > ul > li:hover > a {
  color: #7ecef4;
}
@media screen and (max-width: 1024px) {
  .menuBox .mainMenu > ul > li.active > a,
  .menuBox .mainMenu > ul > li:hover > a {
    color: #fff;
    background: #004387;
  }
}
.menuBox .mainMenu > ul > li.active::before,
.menuBox .mainMenu > ul > li:hover::before {
  opacity: 1;
}
.menuBox .mainMenu > ul .full {
  position: unset;
}
.menuBox .mainMenu > ul .full .nextMenuBox {
  width: auto !important;
  transform: translateX(0) !important;
  left: 0;
}
.menuBox .mainMenu > ul .full .nextMenuBox a {
  text-align: left;
}
.menuBox .nextMenuBox {
  position: relative;
  display: none;
  overflow: hidden;
  background: #fff;
  box-shadow: none;
  border: #004387 1px solid;
}
@media screen and (min-width: 1025px) {
  .menuBox .nextMenuBox {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
  }
}
.menuBox .nextMenuBox.active {
  display: block;
  animation: menuUse 0.3s ease-in-out forwards;
}
@keyframes menuUse {
  0% {
    opacity: 0;
    transform: translateY(10px) translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(-50%);
  }
}
.menuBox .nextMenuBox a,
.menuBox .nextMenuBox button {
  white-space: nowrap;
  display: flex;
  justify-content: center;
  color: #004387;
  padding: 10px 20px;
  width: 100%;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
  transition: all 0.3s ease;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .menuBox .nextMenuBox a,
  .menuBox .nextMenuBox button {
    flex-direction: column;
    border: none;
    font-size: 1rem;
    white-space: normal;
    text-align: center !important;
    padding: 15px 40px;
  }
}
.menuBox .nextMenuBox a span,
.menuBox .nextMenuBox button span {
  font-size: 16px;
  display: block;
}
.menuBox .nextMenuBox a:hover,
.menuBox .nextMenuBox button:hover {
  color: #fff;
  background: #004387;
}
@media screen and (max-width: 1024px) {
  .menuBox .nextMenuBox a:hover,
  .menuBox .nextMenuBox button:hover {
    background: #7ecef4;
  }
}
.menuBox .nextMenuBox li {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .menuBox .nextMenuBox .nextMenuBox {
    position: absolute;
    top: 0;
    left: 100%;
    transform: none;
  }
}

.mobileOpen .menuBox {
  transform: translateX(0);
}

.topNav {
  display: flex;
  align-items: center;
  align-self: stretch;
}
.topNav .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  padding: 0px;
  width: 46px;
  height: 46px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .topNav .btn {
    background: none;
  }
}
.topNav .btn::before {
  content: '';
  width: 25px;
  height: 25px;
  display: block;
  background: #fff;
}
.topNav .btn:hover::before {
  background: #7ecef4;
}
@media screen and (max-width: 1500px) {
  .topNav span {
    display: none;
  }
}
.topNav ul {
  display: none;
  position: absolute;
  width: 100px;
  max-width: 200px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
  border: #004387 1px solid;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .topNav ul {
    transform: none;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .topNav ul {
    width: 80px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.topNav ul li a {
  color: #004387;
  text-align: center;
  display: block;
  padding: 2px 20px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .topNav ul li a {
    padding: 2px 10px;
  }
}
.topNav ul li a:hover {
  color: #fff;
  background: #004387;
}

.topNav .inquiry {
  position: relative;
}
.topNav .inquiry a::before,
.topNav .inquiry button::before {
  order: 2;
  -webkit-mask: url('../images/icon/icon_inquiry.svg') center no-repeat;
  mask: url('../images/icon/icon_inquiry.svg') center no-repeat;
}
.topNav .inquiry a span,
.topNav .inquiry button span {
  position: relative;
  display: none;
}
.topNav .inquiry .hasItem::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  display: block;
  background: #004387;
  border-radius: 100%;
  top: 5px;
  left: 50%;
  transform: translateX(-30%);
  animation: hasItem 1s infinite;
}
@media screen and (max-width: 1024px) {
  .topNav .inquiry .hasItem::after {
    top: 5px;
    transform: translateX(0%);
  }
}
.topNav .contact {
  margin: 0 10px;
}
@media screen and (max-width: 1024px) {
  .topNav .contact {
    display: none;
  }
}
.topNav .contact a {
  display: flex;
  align-items: center;
  line-height: 1.2;
  height: 40px;
  gap: 5px;
}
@media screen and (min-width: 1025px) {
  .topNav .contact a {
    color: #fff;
    background: #004387;
    border: 1px solid #004387;
    border-radius: 8px;
    padding: 5px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .topNav .contact a {
    font-size: 1.125rem;
  }
}
.topNav .contact a::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask: url('../images/icon/icon_mail.svg') center no-repeat;
  mask: url('../images/icon/icon_mail.svg') center no-repeat;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .topNav .contact a::before {
    background: #000;
  }
}
.topNav .language {
  position: relative;
  align-self: stretch;
}
.topNav .language button {
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1.2;
  width: 80px;
  height: 100%;
  background: #00b9ef;
  padding: 10px;
  margin: 0;
  font-weight: 500;
  gap: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .topNav .language button {
    width: auto;
    background: none;
  }
}
@media screen and (min-width: 1200px) {
  .topNav .language button {
    font-size: 1.125rem;
  }
}
.topNav .language button::before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  -webkit-mask: url('../images/icon/icon_language.svg') center no-repeat;
  mask: url('../images/icon/icon_language.svg') center no-repeat;
  background: #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1500px) {
  .topNav .language button::before {
    width: 20px;
    height: 20px;
  }
}
.topNav .language button span {
  transition: all 0.3s ease;
  color: #fff;
}

.menuSearch {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .menuSearch {
    background: #004387;
    padding: 0 25px;
  }
}
.menuSearch > .btn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .menuSearch > .btn {
    height: auto;
    display: flex;
    height: 100%;
  }
}
.menuSearch > .btn::before {
  top: 0;
  -webkit-mask: url('../images/icon/icon_search.svg') center no-repeat;
  mask: url('../images/icon/icon_search.svg') center no-repeat;
}
@media screen and (max-width: 1024px) {
  .menuSearch > .btn::before {
    width: 20px;
    height: 20px;
  }
}
.menuSearch .searchOuter {
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 10px;
  transition: all 0.3s ease;
  border-radius: 50px;
}
@media screen and (min-width: 1025px) {
  .menuSearch .searchOuter {
    padding: 0 10px;
    background: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .menuSearch .searchOuter {
    background: #fff;
    border-radius: 0px;
    width: 0;
    position: absolute;
    top: 100%;
    bottom: auto;
    height: 50px;
  }
}
.menuSearch .searchOuter .searchClose {
  position: relative;
  width: 30px;
  aspect-ratio: 1;
  margin: 0;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .menuSearch .searchOuter .searchClose {
    display: block;
  }
}
.menuSearch .searchOuter .searchClose::before,
.menuSearch .searchOuter .searchClose::after {
  content: '';
  width: 15px;
  height: 3px;
  top: 50%;
  left: 50%;
  display: block;
  position: absolute;
  background: #004387;
  transform: translate(-50%, -50%) rotate(45deg);
}
.menuSearch .searchOuter .searchClose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menuSearch .searchOuter .searchBox {
  flex-grow: 1;
}
.menuSearch .searchOuter .searchBox input {
  border: none;
  height: 30px;
  color: #004387;
}
@media screen and (min-width: 1025px) {
  .menuSearch .searchOuter .searchBox input {
    width: 130px;
  }
}
@media screen and (max-width: 1500px) {
  .menuSearch .searchOuter .searchBox input {
    width: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .menuSearch .searchOuter .searchBox input {
    width: 100%;
  }
}
.menuSearch .searchOuter .searchBox input::-moz-placeholder {
  color: #004387;
}
.menuSearch .searchOuter .searchBox input::placeholder {
  color: #004387;
}
.menuSearch .searchOuter .searchBtn {
  position: relative;
  width: 40px;
  aspect-ratio: 1;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menuSearch .searchOuter .searchBtn::before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  -webkit-mask: url('../images/icon/icon_search.svg') center no-repeat;
  mask: url('../images/icon/icon_search.svg') center no-repeat;
  background: #004387;
}
.menuSearch .searchOuter.active {
  width: 100%;
}

.breadcrumbBox {
  z-index: 5;
  margin-bottom: 5%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .breadcrumbBox {
    margin-bottom: 40px;
  }
}
.breadcrumbBox .container {
  height: 100px;
  position: relative;
}
.breadcrumbBox .container::before {
  content: '';
  display: block;
  width: 200%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: url('../images/in/breadbg.jpg') top right no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - var(--contentPadding)) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--contentPadding)) 100%, 0% 100%);
}
@media screen and (max-width: 1024px) {
  .breadcrumbBox .container {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbBox .container {
    height: auto;
  }
}
.breadcrumbBox .breadcrumb {
  font-size: 14px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  opacity: 0.8;
  padding: 20px 0;
}
@media screen and (max-width: 1024px) {
  .breadcrumbBox .breadcrumb {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbBox .breadcrumb {
    padding: 10px 10px 10px 0;
  }
}
.breadcrumbBox .breadcrumb li {
  position: relative;
  display: flex;
  align-items: center;
}
.breadcrumbBox .breadcrumb li:first-child a {
  color: #fff;
}
.breadcrumbBox .breadcrumb li:first-child a::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask: url('../images/icon/icon_home.svg') center no-repeat;
  mask: url('../images/icon/icon_home.svg') center no-repeat;
  background: #fff;
  display: none;
}
.breadcrumbBox .breadcrumb li:first-child:hover {
  color: #7ecef4;
}
.breadcrumbBox .breadcrumb li a {
  color: #fff;
  display: inline;
  transition: all 0.3s ease;
}
.breadcrumbBox .breadcrumb li a:hover {
  color: #7ecef4;
}
.breadcrumbBox .breadcrumb li::after {
  content: '>';
  margin: 0px 10px;
  font-weight: bold;
  display: block;
  position: relative;
  font-weight: bolder;
  font-weight: normal;
}
.breadcrumbBox .breadcrumb li:last-child {
  color: #fff;
}
.breadcrumbBox .breadcrumb li:last-child::after {
  display: none;
}

.floatNav {
  right: 0px;
  z-index: 50;
  bottom: -1px;
  position: absolute;
}
.floatNav .goTop {
  width: 73px;
  height: 113px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  background: #fff;
  opacity: 0;
  background: #0075c2;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 0 0 30px;
}
.floatNav .goTop::before {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  -webkit-mask: url('../images/icon/icon_arrow_more.svg') center no-repeat;
  mask: url('../images/icon/icon_arrow_more.svg') center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transform: rotate(-90deg);
  background: #fff;
  margin-bottom: 5px;
}
.floatNav .goTop:hover {
  color: #7ecef4;
  background: #fff;
}
.floatNav .goTop:hover::before {
  background: #7ecef4;
}

.footerBox {
  background: linear-gradient(to right, #004387 20%, #00254a 80%);
  padding: 50px 0 0;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 1024px) {
  .footerBox {
    padding: 20px 0 0;
  }
}
.footerBox .container {
  max-width: none;
}
.footerBox .container .contentBox {
  max-width: 1570px;
  margin: 0 auto;
}
.footerBox .top {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1440px) {
  .footerBox .top {
    gap: 40px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footerBox .top {
    flex-direction: column;
    justify-content: center;
  }
}

.footerBox .info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .footerBox .info {
    max-width: none;
    margin: 0 auto;
    width: 150px;
  }
}
.footerBox .menuBox {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 1400px) {
  .footerBox .menuBox {
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .footerBox .menuBox {
    display: none;
  }
}
.footerBox .menuBox .menu {
  width: -moz-fit-content;
  width: fit-content;
}
.footerBox .menuBox .menu .title {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
  margin: 0 0 10px 0;
  opacity: 1;
  line-height: 1.75;
}
.footerBox .menuBox .menu ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 220px;
  gap: 0 30px;
}
.footerBox .menuBox .menu li {
  padding: 3px 0;
}
.footerBox .menuBox .menu a {
  display: block;
  font-size: 1rem;
  color: #fff;
  opacity: 0.7;
  line-height: 1.2;
}
.footerBox .menuBox .menu a:hover {
  color: #7ecef4;
}
.footerBox .bottom ul {
  display: flex;
  gap: 30px;
}
.footerBox .bottom ul a {
  display: block;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.7;
}
.footerBox .bottom ul a:hover {
  color: #004387;
}
.footerBox .footerSideBox {
  margin: 0 0 auto;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .footerBox .footerSideBox {
    order: 2;
  }
}
.footerBox .footerSideBox .pic {
  max-width: 290px;
  filter: drop-shadow(0 0 5px white);
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .footerBox .footerSideBox .pic {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .footerBox .footerSideBox .pic {
    display: none;
  }
}
.footerBox .footerSideBox .pic img {
  filter: drop-shadow(0 0 5px white);
  max-width: 80%;
}
.footerBox .footerSideBox p {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .footerBox .footerSideBox p {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .footerBox .footerSideBox p {
    text-align: center;
  }
}
.footerBox .mark img {
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  .footerBox .mark {
    max-width: 150px;
    margin: 0 auto;
    order: 0;
  }
}
@media screen and (max-width: 1440px) {
  .footerBox .mark .pic {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
}
.footerBox .copyright {
  max-width: 960px;
  width: 100%;
  padding: 20px;
  font-size: 13px;
  color: #fff;
  background: #0075c2;
  text-align: center;
  margin: 0 0 0 auto;
  -webkit-clip-path: polygon(35px 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(35px 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 1024px) {
  .footerBox .copyright {
    max-width: none;
    text-align: center;
    margin: 0 auto;
    -webkit-clip-path: none;
    clip-path: none;
  }
}
.footerBox .copyright span {
  display: none;
}
.footerBox .copyright a {
  color: #fff;
}
.footerBox .copyright a:nth-last-of-type(1) {
  font-size: 0.9375rem;
  text-decoration: underline;
}
.footerBox .copyright a:hover {
  color: #004387;
}
.footerBox .shareBox ul {
  display: flex;
  gap: 14px;
}
@media screen and (max-width: 1024px) {
  .footerBox .shareBox ul {
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .footerBox .shareBox ul {
    gap: 5px;
    justify-content: center;
  }
}
.footerBox .shareBox ul li {
  border-radius: 50%;
  background: none;
  border: #7ecef4 1px solid;
  overflow: hidden;
}
.footerBox .shareBox ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .footerBox .shareBox ul a {
    width: 36px;
    height: 36px;
  }
}
.footerBox .shareBox ul a::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background: #7ecef4;
  transition: all 0.3s ease;
}
.footerBox .shareBox ul a:hover {
  background: #7ecef4;
}
.footerBox .shareBox ul a:hover::before {
  background: #004387;
}
.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: 1024px) {
  .footerBox .shareBox ul li .wechat::before {
    width: 24px;
    height: 24px;
  }
}
.footerBox .shareBox ul li .whatsapp::before {
  -webkit-mask: url('../images/icon/icon_whatsapp.svg') center no-repeat;
  mask: url('../images/icon/icon_whatsapp.svg') center no-repeat;
}
.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;
}

.pageBox {
  padding-top: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .pageBox {
    padding-top: 30px;
    margin-top: 30px;
  }
}
.pageBox .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1024px) {
  .pageBox .pagination {
    gap: 5px;
  }
}
.pageBox .pagination li {
  line-height: 1.5;
  text-align: center;
}
.pageBox .pagination li a {
  display: block;
  width: 36px;
  height: 36px;
  font-weight: 500;
  line-height: 1;
  font-size: 1.125rem;
  color: #444444;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .pageBox .pagination li a {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }
}
.pageBox .pagination li a:hover {
  color: #fff;
  background: #0075c2;
}
.pageBox .pagination li.active a {
  color: #fff;
  background: #0075c2;
}
.pageBox .pagination li.controls:first-child {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 1024px) {
  .pageBox .pagination li.controls:first-child {
    margin: 0 10px 0 0;
  }
}
.pageBox .pagination li.controls:last-child {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 1024px) {
  .pageBox .pagination li.controls:last-child {
    margin: 0 0 0 10px;
  }
}
.pageBox .pagination li.controls a {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 0.9375rem;
  font-weight: 500;
  border-radius: 100%;
  border: none;
  transition: all 0.3s ease;
  width: 38px;
  aspect-ratio: 1;
  border-radius: 50%;
}
.pageBox .pagination li.controls a::before {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  -webkit-mask: url('../images/icon/icon_arrow_page.svg') center no-repeat;
  mask: url('../images/icon/icon_arrow_page.svg') center no-repeat;
  background: #444444;
  transition: all 0.3s ease;
}
.pageBox .pagination li.controls a.next::before {
  transform: scaleX(-1);
}
.pageBox .pagination li.controls a:hover {
  background: none;
}
.pageBox .pagination li.controls a:hover::before {
  background: #0075c2;
}

.formBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.formBox ul + ul {
  padding-top: 40px;
  border-top: 1px solid #004387;
}
.formBox ul li {
  text-align: left;
}
.formBox .textareaItem,
.formBox .inputItem {
  width: calc(50% - 25px);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  .formBox .textareaItem,
  .formBox .inputItem {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.formBox .textareaItem.flexStart,
.formBox .inputItem.flexStart {
  align-items: flex-start;
}
.formBox .textareaItem > label,
.formBox .textareaItem .label,
.formBox .inputItem > label,
.formBox .inputItem .label {
  color: #000000;
  line-height: 1;
  flex-shrink: 0;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  font-size: var(--clamp18);
}
.formBox .textareaItem .select,
.formBox .inputItem .select {
  flex-grow: 1;
  width: 100%;
  height: 100%;
  height: 44px;
}
.formBox .textareaItem .select::before,
.formBox .inputItem .select::before {
  width: 8px;
  height: 8px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  border: 2px solid #000;
  border-width: 0 2px 2px 0;
}
.formBox .textareaItem .select select.selectControl,
.formBox .inputItem .select select.selectControl {
  padding: 10px 35px 10px 10px;
  height: 100%;
}
.formBox .textareaItem .select select.selectControl::-ms-expand,
.formBox .inputItem .select select.selectControl::-ms-expand {
  display: none;
}
.formBox .textareaItem select.selectControl,
.formBox .textareaItem input.inputControl,
.formBox .textareaItem textarea.textareaControl,
.formBox .inputItem select.selectControl,
.formBox .inputItem input.inputControl,
.formBox .inputItem textarea.textareaControl {
  font-size: 1rem;
  line-height: 1;
  flex-grow: 1;
  padding: 12px 15px;
  color: #000;
  border-radius: 0;
  background: transparent;
  border: #dddddd 1px solid;
  background: #fff;
}
.formBox .textareaItem select.selectControl::-moz-placeholder,
.formBox .textareaItem input.inputControl::-moz-placeholder,
.formBox .textareaItem textarea.textareaControl::-moz-placeholder,
.formBox .inputItem select.selectControl::-moz-placeholder,
.formBox .inputItem input.inputControl::-moz-placeholder,
.formBox .inputItem textarea.textareaControl::-moz-placeholder {
  color: #0075c2;
}
.formBox .textareaItem select.selectControl::placeholder,
.formBox .textareaItem input.inputControl::placeholder,
.formBox .textareaItem textarea.textareaControl::placeholder,
.formBox .inputItem select.selectControl::placeholder,
.formBox .inputItem input.inputControl::placeholder,
.formBox .inputItem textarea.textareaControl::placeholder {
  color: #0075c2;
}
.formBox .textareaItem select.selectControl:focus,
.formBox .textareaItem input.inputControl:focus,
.formBox .textareaItem textarea.textareaControl:focus,
.formBox .inputItem select.selectControl:focus,
.formBox .inputItem input.inputControl:focus,
.formBox .inputItem textarea.textareaControl:focus {
  border: #0075c2 1px solid;
  box-shadow: 0 0 10px 0 #0075c2;
}
.formBox .textareaItem.full,
.formBox .inputItem.full {
  width: 100%;
}
.formBox .textareaItem.required > label::after,
.formBox .textareaItem.required > .label::after,
.formBox .inputItem.required > label::after,
.formBox .inputItem.required > .label::after {
  content: '*';
  color: #e50012;
  display: block;
  margin: 0 0 0 2px;
}
.formBox .textareaItem {
  align-items: flex-start;
}
.formBox .flex {
  display: flex;
}
.formBox .itemBox ul {
  margin: 0;
  gap: 25px;
}
.formBox .itemBox.checkBox label {
  padding-left: 22px;
}
.formBox .itemBox.checkBox label::before {
  width: 15px;
  height: 15px;
  background: url('../images/icon/checkbox.png') bottom no-repeat;
}
.formBox .itemBox.checkBox.full ul {
  gap: 15px;
}
.formBox .itemBox.checkBox.full li {
  width: 100%;
}
.formBox .itemBox.checkBox.half ul {
  gap: 10px;
}
.formBox .itemBox.checkBox.half li {
  width: calc((100% - 10px) / 2);
}
.formBox .itemBox.checkBox.half li.other {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.formBox .itemBox.checkBox.half li.other .label {
  width: -moz-fit-content;
  width: fit-content;
}
.formBox .itemBox.radio label::before {
  background: url('../images/icon/radio.png') bottom no-repeat;
}
.formBox .itemBox label {
  font-size: var(--clamp18);
  display: block;
  padding-left: 24px;
  position: relative;
  line-height: 1.2;
}
.formBox .itemBox label::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  display: block;
  left: 0px;
  top: 2px;
  z-index: 9;
}
.formBox .itemBox input[type='checkbox'] {
  position: absolute;
  margin-right: 5px;
  opacity: 0;
}
.formBox .itemBox input[type='checkbox']:checked + label::before {
  background: url('../images/icon/checkbox.png') top no-repeat;
}
.formBox .itemBox input[type='radio'] {
  position: absolute;
  margin-right: 5px;
  opacity: 0;
}
.formBox .itemBox input[type='radio']:checked + label::before {
  background: url('../images/icon/radio.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: #7ecef4;
}
.formBox .checkImg {
  line-height: 0;
  flex-shrink: 0;
}
.formBox .checkImg img {
  width: 80px;
}
.formBox .reBtn {
  width: 15px;
  height: 15px;
  z-index: 2;
  cursor: pointer;
  background: none;
  flex-shrink: 0;
  position: relative;
}
.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;
}

.pageBtnBox {
  margin: 40px 0 0;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .pageBtnBox {
    margin: 30px 0 0;
  }
}
.pageBtnBox .back {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #0075c2;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.3s ease;
}
.pageBtnBox .back::before {
  content: '';
  width: 13px;
  height: 13px;
  display: block;
  -webkit-mask: url('../images/icon/icon_arrow_more.svg') center no-repeat;
  mask: url('../images/icon/icon_arrow_more.svg') center no-repeat;
  background: #0075c2;
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.pageBtnBox .back:hover {
  color: #004387;
}
.pageBtnBox .back:hover::before {
  background: #004387;
}
.pageBtnBox .send {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 170px;
  gap: 20px;
  padding: 15px 20px;
  color: #fff;
  background: #004387;
  font-size: 16px;
  overflow: hidden;
  isolation: isolate;
  position: relative;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
.pageBtnBox .send::before {
  content: '';
  position: absolute;
  width: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: #7ecef4;
  z-index: -1;
  transition: all 0.3s ease;
}
.pageBtnBox .send::after {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  -webkit-mask: url('../images/icon/icon_arrow_page.svg') center no-repeat;
  mask: url('../images/icon/icon_arrow_page.svg') center no-repeat;
  background: #fff;
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.pageBtnBox .send:hover {
  color: #004387 !important;
}
.pageBtnBox .send:hover::before {
  width: 100%;
  left: 0;
}
.pageBtnBox .send:hover::after {
  background: #004387 !important;
}

.lightBoxActive {
  overflow: hidden;
  position: relative;
}
.lightBoxActive .lightBoxOut {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
}

.lightBoxOut {
  display: none;
}

.lightBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1320px;
  width: 100%;
  position: relative;
}
.lightBox .picBox {
  margin: 0 auto;
  position: relative;
}
.lightBox .videoBox {
  width: 90vh;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .lightBox .videoBox {
    width: 100%;
  }
}
.lightBox .videoBox .slick-slide div {
  line-height: 0;
}
.lightBox .videoBox .item {
  position: relative;
  padding: 60px 20px 20px;
}
.lightBox .videoBox .item .videoContainer {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.8);
}
.lightBox .videoBox .item .title {
  position: absolute;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
  left: 0px;
  top: 0px;
  color: #000;
  width: 100%;
  line-height: 1.2;
}
.lightBox.onlyOne {
  max-width: 900px;
}
.lightBox.onlyOne .videoBox {
  width: 100%;
}
.lightBox.onlyOne .videoList {
  display: none;
}
.lightBox .lightBoxClose {
  color: transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  width: 30px;
  aspect-ratio: 1;
  cursor: pointer;
  border-radius: 50%;
  border: #fff 2px solid;
}
.lightBox .lightBoxClose::after,
.lightBox .lightBoxClose::before {
  content: '';
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.lightBox .lightBoxClose::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.lightBox .lightBoxClose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.lightBox .lds-ellipsis {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}
.lightBox .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lightBox .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lightBox .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lightBox .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lightBox .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
.lightBox .slick-dots {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightBox .slick-dots li {
  margin: 0 10px;
}
.lightBox .slick-dots li button {
  padding: 0;
  margin: 0;
  color: transparent;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #909090;
}
.lightBox .slick-dots li.slick-active button {
  background: #004387;
} /*# sourceMappingURL=style.css.map */
