@charset "UTF-8";
@import url('../plugins/fontello/css/0xe804.css');
@import url('../plugins/fontello/css/0xe804-embedded.css');
@import url('../plugins/slick/1.8/slick.min.css');
@import url('../plugins/Magnific-Popup-master/dist/magnific-popup.css');
@import url('../plugins/swiper-master/swiper-bundle.min.css');
@import url('../plugins/WOW-master/css/libs/animate.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=Roboto:wght@100;300;400;500;700;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: 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: 16px;
}

body {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  color: #08111f;
  font-family: 'Roboto', 'Noto Sans TC', Arial, '微軟正黑體', 'Microsoft JhengHei', '蘋果儷中黑', 'Apple LiGothic Medium', sans-serif, '0xe804';
  line-height: 1.4;
  scrollbar-color: #002e84 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: #002e84;
}
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: #002e84;
  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% - 40px);
  max-width: 1480px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
  box-sizing: content-box;
}

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: #fdd100;
}
.privacyBox .closePrivacy {
  right: 12px;
  top: 15px;
  max-width: 100px;
  line-height: 30px;
  font-size: 16px;
  border-radius: 5px;
  padding: 3px 5px;
  color: #e7e7e7;
  display: block;
  background: #002e84;
  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;
  margin-bottom: 20px;
  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: #002e84 rgba(0, 0, 0, 0.2);
  scrollbar-width: thin;
  background: #fff;
}
.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: #002e84;
}
.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::before,
.pic::after {
  content: '';
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #002e84;
  z-index: 100;
  display: block;
  transition: all 0.5s ease-in-out;
}
.pic::after {
  background-color: #fff;
  transition-delay: 0.35s;
  z-index: 99;
}
.pic.scrollOver::after,
.pic.scrollOver::before {
  width: 0;
  visibility: hidden;
} */
.pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.innerBanner {
  isolation: isolate;
  position: relative;
  padding: 0 0 20px;
  z-index: 2;
}
.innerBanner::before {
  content: '';
  position: absolute;
  max-width: 1630px;
  width: 100%;
  right: 0;
  top: 20px;
  bottom: 0;
  opacity: 0.8;
  z-index: -1;
  background: repeating-linear-gradient(-45deg, #fdd100, #fdd100 2px, transparent 2px, transparent 8px);
}
.innerBanner .pic {
  max-width: 1858px;
  height: 280px;
  line-height: 0;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0%, 92.4% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 92.4% 100%, 0% 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 575px) {
  .innerBanner .pic {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .innerBanner .pic {
    -webkit-clip-path: none;
    clip-path: none;
  }
}

.unitTitleBox {
  position: absolute;
  z-index: 9;
  right: 12%;
  transform: translateY(-65%);
}
@media screen and (max-width: 767px) {
  .unitTitleBox {
    right: 10px;
  }
}
.unitTitleBox .title {
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  -webkit-clip-path: polygon(50px 0%, 100% 0%, calc(100% - 50px) 100%, 0% 100%);
  clip-path: polygon(50px 0%, 100% 0%, calc(100% - 50px) 100%, 0% 100%);
  padding: 20px 130px;
  background: linear-gradient(to bottom, rgba(0, 46, 132, 0.8) 0%, rgb(0, 46, 132) 50%);
}
@media screen and (max-width: 1300px) {
  .unitTitleBox .title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .unitTitleBox .title {
    font-size: 2.687rem;
  }
}
@media screen and (max-width: 767px) {
  .unitTitleBox .title {
    font-size: 1.875rem;
    padding: 20px 50px;
  }
}
.unitTitleBox .subTitle {
  font-size: 2rem;
  font-weight: 600;
  color: #fff !important;
}
@media screen and (max-width: 1000px) {
  .unitTitleBox .subTitle {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .unitTitleBox .subTitle {
    font-size: 1.125rem;
  }
}

.pageTitle {
  width: 100%;
  position: relative;
  font-size: 3.375rem;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 40px;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .pageTitle {
    font-size: 2.5rem;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .pageTitle {
    font-size: 1.875rem;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 575px) {
  .pageTitle {
    font-size: 1.625rem;
  }
}
.pageTitle::before {
  content: '';
  position: absolute;
  left: -40px;
  display: block;
  top: -26px;
  width: 74px;
  aspect-ratio: 37/27;
  -webkit-mask: url('../images/index/about_icon.svg') right bottom no-repeat;
  mask: url('../images/index/about_icon.svg') right bottom no-repeat;
  background: #fdd100;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .pageTitle::before {
    width: 50px;
    left: -15px;
    top: -15px;
  }
}

.pageContent {
  padding: 60px 0 0;
}
@media screen and (max-width: 1000px) {
  .pageContent {
    padding: 40px 0 0;
  }
}

.innerPage .container {
  max-width: 1350px;
}
.innerPage .mainBox {
  padding: 30px 0 160px;
  box-shadow: 0px 10px 0px 0 #fff;
  border-bottom: 50px solid #002e84;
}
@media screen and (max-width: 1300px) {
  .innerPage .mainBox {
    padding: 60px 0 6.5%;
  }
}
@media screen and (max-width: 1000px) {
  .innerPage .mainBox {
    padding: 30px 0 6.5%;
  }
}
@media screen and (max-width: 767px) {
  .innerPage .mainBox {
    padding: 0px 0 6.5%;
  }
}

.siteHeader {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 90;
  isolation: isolate;
  position: relative;
}

.headerBox {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  width: 100%;
  top: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .headerBox {
    position: fixed;
    background: #fff;
    padding: 0 50px 0 0;
  }
}
.headerBox .container {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0;
  isolation: isolate;
  position: relative;
  height: 93px;
  box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  .headerBox .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: unset;
  }
}
@media screen and (max-width: 1000px) {
  .headerBox .container {
    margin: 0;
    width: 100%;
    padding: 0 0 0 20px;
    height: 50px;
  }
}
.headerBox .logo {
  flex-shrink: 0;
  line-height: 0;
  position: relative;
  margin: 0 auto 0 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .headerBox .logo {
    height: 50px;
    flex-basis: auto;
  }
}
.headerBox .logo img {
  height: 58px;
}
@media screen and (max-width: 1000px) {
  .headerBox .logo img {
    height: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .wrapper {
    padding-top: 50px;
  }
}

@media screen and (min-width: 1000px) {
  .headFix .wrapper {
    padding-top: 50px;
  }
  .headFix .headerBox {
    position: fixed;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  }
  .headFix .headerBox .container {
    height: 70px;
    flex-direction: row;
    align-items: center;
  }
  .headFix .headerBox .logo {
    flex-basis: auto;
    margin: 0 20px 0 0;
  }
  .headFix .headerBox .logo img {
    height: 50px;
  }
  .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;
  }
  .headFix .topNav {
    margin: 0 0 0 auto;
    height: 100%;
    order: 9;
  }
  .headFix .topNav .language .btn::before {
    width: 20px !important;
    height: 20px !important;
  }
  .headFix .topNav .inquiryCar {
    border: none;
  }
  .headFix .topNav .inquiryCar span {
    display: none;
  }
  .headFix .topNav .inquiryCar a,
  .headFix .topNav .inquiryCar button {
    padding: 0;
  }
  .headFix .topNav .inquiryCar a::before,
  .headFix .topNav .inquiryCar button::before {
    width: 20px !important;
    height: 20px !important;
    margin: 0;
  }
  .headFix .topNav .inquiryCar a.hasItem::after,
  .headFix .topNav .inquiryCar button.hasItem::after {
    left: 7px;
    top: 2px;
  }
  .headFix .menuSearch {
    transform: translateY(-30%);
  }
  .headFix .menuSearch .titleBtn {
    font-size: 1rem;
    font-weight: 400;
    padding: 15px 10px 13px;
  }
  .headFix .menuSearch .formBox button {
    height: 30px !important;
  }
  .headFix .menuSearch .formBox .inputItem select,
  .headFix .menuSearch .formBox .inputItem input {
    height: 30px;
    padding: 0 10px !important;
  }
}

.topNav {
  display: flex;
  align-items: center;
  z-index: 9;
}
@media screen and (min-width: 1000px) {
  .topNav {
    justify-content: flex-end;
    /* margin-bottom: 30px; */
  }
}
.topNav > div {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 1000px) {
  .topNav > div {
    margin: 0 !important;
    position: absolute;
    top: 0;
    right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .topNav > div button,
  .topNav > div a {
    width: 40px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.topNav > div button::before,
.topNav > div a::before {
  aspect-ratio: 1;
  width: 30px;
  height: 30px;
  display: block;
  background: #002e84;
  flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  .topNav > div button::before,
  .topNav > div a::before {
    margin: 0 !important;
    height: 20px !important;
    width: auto !important;
  }
}

.inquiryCar {
  border: 1px solid #002e84;
  border-radius: 20px;
}
@media screen and (max-width: 1100px) {
  .inquiryCar {
    border: none;
    right: 0px !important;
  }
  .inquiryCar span {
    display: none;
  }
}
.inquiryCar a {
  position: relative;
  color: #000;
  display: flex;
  align-items: center;
  height: 30px;
  padding: 5px 15px 3px;
}
.inquiryCar a span {
  line-height: 1;
}
.inquiryCar a::before {
  content: '';
  flex-shrink: 0;
  width: 20px !important;
  height: 20px !important;
  margin: 0 5px 0 0;
  -webkit-mask: url('../images/icon/icon_basket.svg') center no-repeat;
  mask: url('../images/icon/icon_basket.svg') center no-repeat;
}
.inquiryCar a.hasItem::after {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  background: #e50012;
  border-radius: 100%;
  position: absolute;
  left: 22px;
  top: 3px;
  z-index: 1;
  animation: hasItem 1s infinite;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1000px) {
  .inquiryCar a.hasItem::after {
    top: 8px;
    left: 17px;
  }
}
@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: 15px;
}
.language span {
  display: none;
}
@media screen and (max-width: 1000px) {
  .language.active .btn {
    background: #000;
  }
  .language.active .btn::before {
    background: #fff;
  }
}
.language .btn {
  justify-content: center;
  align-items: center;
  padding: 0;
  background: none;
  display: flex;
}
.language .btn:hover {
  color: #002e84;
}
.language .btn::before {
  content: '';
  -webkit-mask: url('../images/icon/icon_language.svg') left no-repeat;
  mask: url('../images/icon/icon_language.svg') left no-repeat;
}
.language ul {
  min-width: 30px;
  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: 0.937rem;
  font-weight: normal;
  display: block;
  text-align: center;
  padding: 5px;
  transition: all 0.3s ease;
}
.language ul a:hover {
  color: #fff;
  background: #002e84;
}
@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: #002e84;
  }
}

.menuSearch {
  position: absolute;
  background: #002e84;
  -webkit-clip-path: polygon(34px 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(34px 0%, 100% 0, 100% 100%, 0% 100%);
  padding: 0 50px 0 34px;
  right: 0;
  top: 100%;
  /* transform: translateY(-50%); */
  display: flex;
}
@media screen and (max-width: 1200px) {
  .menuSearch {
    padding: 0 30px 0 34px;
  }
}
@media screen and (max-width: 1000px) {
  .menuSearch {
    transform: translateY(0%);
    position: relative;
    top: 0px;
    -webkit-clip-path: none;
    clip-path: none;
    width: 100%;
    padding: 0;
    flex-direction: column;
  }
}
.menuSearch .titleBtn {
  font-size: 1rem;
  color: #fff;
  background: none;
  padding: 15px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .menuSearch .titleBtn {
    pointer-events: none;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 20px;
    font-size: 1.312rem;
    width: auto;
  }
}
@media screen and (max-width: 1200px) {
  .menuSearch .titleBtn {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1000px) {
  .menuSearch .titleBtn::after {
    content: '+';
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
  }
}
.menuSearch .formBox {
  padding: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .menuSearch .formBox {
    display: none;
    justify-content: center;
  }
}
.menuSearch .formBox button {
  margin: 0 2px;
}
.menuSearch .formBox button[type='submit'],
.menuSearch .formBox button[type='button'] {
  height: 40px;
  background: #fdd100;
  color: #002e84;
  font-size: 1rem;
  font-weight: 600;
  padding: 0 20px;
  letter-spacing: 0;
  white-space:nowrap;
}
@media screen and (max-width: 1000px) {
  .menuSearch .formBox button[type='submit'],
  .menuSearch .formBox button[type='button'] {
    width: calc(100% - 8px);
    margin: 4px;
  }
}
.menuSearch .formBox button[type='reset'] {
  background: none;
  color: #fdd100;
  white-space: nowrap;
  font-size: 1rem;
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .menuSearch .formBox button[type='reset'] {
    width: 100%;
    padding: 10px;
  }
}
.menuSearch .formBox .inputItem {
  padding: 0px;
  width: auto;
}
@media screen and (max-width: 1000px) {
  .menuSearch .formBox .inputItem {
    flex-wrap: wrap;
  }
}
.menuSearch .formBox .inputItem input {
  padding: 5px 10px !important;
}
.menuSearch .formBox .inputItem select {
  color: #fff !important;
}
.menuSearch .formBox .inputItem select option {
  color: #000;
}
.menuSearch .formBox .inputItem .select {
  padding: 0 2px;
  width: 150px;
}
@media screen and (max-width: 1100px) {
  .menuSearch .formBox .inputItem .select {
    width: auto;
  }
}
@media screen and (max-width: 1000px) {
  .menuSearch .formBox .inputItem .select {
    width: 50%;
    padding: 4px;
  }
}
.menuSearch .formBox .inputItem .select::before {
  width: 0;
  height: 0;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(0);
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #fdd100 transparent transparent transparent;
}
.menuSearch .formBox .inputItem .input {
  padding: 0 2px;
  width: 200px;
}
@media screen and (max-width: 1100px) {
  .menuSearch .formBox .inputItem .input {
    width: auto;
  }
}
@media screen and (max-width: 1000px) {
  .menuSearch .formBox .inputItem .input {
    width: 50%;
    padding: 4px;
  }
}
.menuSearch .formBox .inputItem select,
.menuSearch .formBox .inputItem input {
  color: #fff !important;
  border-color: #5874a8 !important;
  height: 40px;
}
.menuSearch .formBox .inputItem select.selectControl:focus,
.menuSearch .formBox .inputItem input.inputControl:focus,
.menuSearch .formBox .inputItem textarea.textareaControl:focus {
  border-color: #fff;
}

.menuBox {
  transition: all 0.3s ease;
}
@media screen and (min-width: 1000px) {
  .menuBox {
    position: relative;
    /* margin-bottom: 30px; */
  }
}
@media screen and (max-width: 1000px) {
  .menuBox {
    margin: 0;
    flex-direction: column;
    position: fixed;
    top: 50px;
    height: calc(100% - 50px);
    left: 0;
    width: 100%;
    background: #000;
    transform: translateX(-100%);
    overflow-y: auto;
    scrollbar-color: #002e84 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: #002e84;
  }
  .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 {
  width: 100%;
  margin: 0;
  z-index: 99;
}
@media screen and (max-width: 1000px) {
  .menuBox .mainMenu {
    padding: 0;
    order: 1;
  }
}
.menuBox .mainMenu > ul {
  display: flex;
  position: relative;
  list-style: none;
}
@media screen and (min-width: 1000px) {
  .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: 1000px) {
  .menuBox .mainMenu > ul > li:last-child {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .menuBox .mainMenu > ul > li {
    padding: 0;
  }
}
.menuBox .mainMenu > ul > li.nextLv {
  position: unset;
}
.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: 500;
  line-height: 1;
  background: none;
  padding: 20px 30px;
  text-align: left;
  transition: all 0.3s ease;
}
@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 > a:hover,
  .menuBox .mainMenu > ul > li > button:hover {
    color: #fff;
    background: #002e84;
  }
}
@media screen and (min-width: 1000px) {
  .menuBox .mainMenu > ul > li a:hover,
  .menuBox .mainMenu > ul > li.active > a,
  .menuBox .mainMenu > ul > li button:hover,
  .menuBox .mainMenu > ul > li.active > button,
  .menuBox .mainMenu > ul > li .class li.active > button {
    background: #002e84;
    color: #fff;
  }
}
.menuBox .mainMenu > ul > li.nextLv > a,
.menuBox .mainMenu > ul > li.nextLv > button {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 90;
}
@media screen and (min-width: 1000px) {
  .menuBox .mainMenu > ul > li.nextLv > a,
  .menuBox .mainMenu > ul > li.nextLv > button {
    padding: 15px 30px 15px 35px;
  }
}
@media screen and (max-width: 1200px) {
  .menuBox .mainMenu > ul > li.nextLv > a,
  .menuBox .mainMenu > ul > li.nextLv > button {
    padding: 15px 30px 15px 15px;
  }
}
@media screen and (max-width: 1000px) {
  .menuBox .mainMenu > ul > li.nextLv > a,
  .menuBox .mainMenu > ul > li.nextLv > button {
    padding: 20px 60px 20px 30px;
  }
}
.menuBox .mainMenu > ul > li.nextLv > a::after,
.menuBox .mainMenu > ul > li.nextLv > button::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);
}
@media screen and (min-width: 1000px) {
  .menuBox .mainMenu > ul > li.nextLv > a::after,
  .menuBox .mainMenu > ul > li.nextLv > button::after {
    right: 15px;
  }
}
@media screen and (max-width: 1600px) {
  .menuBox .mainMenu > ul > li.nextLv > a::after,
  .menuBox .mainMenu > ul > li.nextLv > button::after {
    right: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .menuBox .mainMenu > ul > li.nextLv > a::after,
  .menuBox .mainMenu > ul > li.nextLv > button::after {
    right: 10px;
  }
}
.menuBox .mainMenu > ul li > ul {
  display: none;
}
@media screen and (min-width: 1000px) {
  .menuBox .mainMenu > ul li > ul {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .menuBox .nextLv.active > button {
    background: #002e84;
  }
}
.menuBox .active a::before,
.menuBox .active button::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  z-index: 90;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #002e84 transparent transparent transparent;
}
@media screen and (max-width: 1000px) {
  .menuBox .active a::before,
  .menuBox .active button::before {
    display: none;
  }
}
.menuBox .active .nextMenuBox {
  opacity: 1;
  pointer-events: all;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1000px) {
  .menuBox .active .nextMenuBox {
    box-shadow: none;
  }
}
.menuBox .nextMenuBox {
  display: none;
  overflow: hidden;
  z-index: 20;
}
@media screen and (min-width: 1000px) {
  .menuBox .nextMenuBox {
    transition: all 0.3s ease;
    border-top: 2px solid #002e84;
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
    display: flex;
    opacity: 0;
    background: #fff;
  }
}
@media screen and (max-width: 1000px) {
  .menuBox .nextMenuBox {
    text-align: center;
    background: #202020;
  }
}
.menuBox .nextMenuBox.active {
  display: flex;
}
@media screen and (min-width: 1000px) {
  .menuBox .nextMenuBox .class {
    border-right: 1px solid #000;
  }
}
.menuBox .nextMenuBox .class a,
.menuBox .nextMenuBox .class button {
  width: 100%;
  padding: 10px 0;
  background: none;
  font-size: 1.125rem;
  color: #fff;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .menuBox .nextMenuBox .class a,
  .menuBox .nextMenuBox .class button {
    padding: 8px 0;
    max-width: 200px;
    min-width: 200px;
    width: 23%;
    flex-grow: 1;
    font-size: 1.312rem;
    font-weight: 600;
    color: #000;
  }
  .menuBox .nextMenuBox .class a ul,
  .menuBox .nextMenuBox .class button ul {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .menuBox .nextMenuBox .class a,
  .menuBox .nextMenuBox .class button {
    text-align: center;
  }
}
.menuBox .nextMenuBox .class ul {
  background: #696969;
}
.menuBox .nextMenuBox .class ul li a {
  padding: 5px 0;
}
.menuBox .nextMenuBox .listBox {
  width: 77%;
}
@media screen and (max-width: 1000px) {
  .menuBox .nextMenuBox .listBox {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .menuBox .nextMenuBox .list {
    display: none;
  }
  .menuBox .nextMenuBox .list.active {
    display: block;
  }
  .menuBox .nextMenuBox .list .contentBtn {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .menuBox .nextMenuBox .list ul {
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 1000px) {
  .menuBox .nextMenuBox .list ul {
    display: none;
  }
}
.menuBox .nextMenuBox .list ul.active {
  display: block;
}
.menuBox .nextMenuBox .list ul li {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .menuBox .nextMenuBox .list ul li {
    padding: 2px 20px;
  }
  .menuBox .nextMenuBox .list ul li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 7px;
    aspect-ratio: 1;
    border-radius: 100%;
    background: #e60012;
    display: block;
    top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .menuBox .nextMenuBox > ul {
    width: 100%;
  }
  .menuBox .nextMenuBox .list ul {
    background: #363636;
  }
  .menuBox .nextMenuBox .list ul a {
    width: 100%;
    display: block;
    color: #fff;
    border: none;
    padding: 5px;
  }
  .menuBox .nextMenuBox > ul a,
  .menuBox .nextMenuBox .list > a,
  .menuBox .nextMenuBox .list > button {
    width: 100%;
    display: block;
    text-align: center;
    background: none;
    color: #fff;
    padding: 10px 20px;
  }
}
@media screen and (min-width: 1000px) {
  .menuBox .small {
    position: relative !important;
  }
  .menuBox .small .nextMenuBox {
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    min-height: 0;
    /* max-height: calc(60vh - 200px); */
    text-align: left;
  }
  .menuBox .small .nextMenuBox ul {
    width: 100%;
  }
  .menuBox .small .nextMenuBox ul a {
    display: block;
    padding: 10px 10px;
    font-size: 1.125rem;
  }
}

.breadcrumbBox {
  width: 100%;
}
.breadcrumbBox .breadcrumb {
  font-size: 0.812rem;
  z-index: 3;
  color: #333333;
  opacity: 0.7;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
}
@media screen and (max-width: 1000px) {
  .breadcrumbBox .breadcrumb {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbBox .breadcrumb {
    margin: 0 0px;
  }
}
.breadcrumbBox .breadcrumb li {
  position: relative;
  display: flex;
}
.breadcrumbBox .breadcrumb li a {
  color: #333333;
  display: inline;
  transition: 0.3 0.3s ease;
}
.breadcrumbBox .breadcrumb li a:hover {
  color: #002e84;
}
.breadcrumbBox .breadcrumb li::after {
  content: '/';
  margin: 0px 10px;
  font-weight: bold;
  display: block;
  position: relative;
  color: #fdd100;
  font-weight: bolder;
}
.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 {
  padding: 3% 0 20px;
  position: relative;
  border-bottom: 10px solid #002e84;
}
@media screen and (max-width: 1000px) {
  .footerBox {
    padding: 20px 0;
  }
}
.footerBox::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  bottom: 0;
  opacity: 0.1;
  z-index: -1;
  background: repeating-linear-gradient(-45deg, #bfbfbf, #bfbfbf 2px, transparent 2px, transparent 8px);
}
.footerBox .container {
  max-width: 1560px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .footerBox .container {
    justify-content: center;
  }
}
.footerBox .footerMenu {
  display: flex;
  flex-grow: 1;
  margin: 0 5% 0 0;
}
@media screen and (max-width: 1000px) {
  .footerBox .footerMenu {
    display: none;
  }
}
.footerBox .footerMenu .menu {
  flex-grow: 1;
}
.footerBox .footerMenu .menu .title {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 0 20px;
}
.footerBox .footerMenu .menu li a {
  font-size: 0.937rem;
  display: block;
  padding: 5px 0;
}
.footerBox .footerInfo {
  margin: -10px 0 0;
  text-align: center;
}
.footerBox .footerInfo .logoBox {
  margin: 0 0 15px;
}
.footerBox .footerInfo .email {
  padding: 10px;
  border: 1px solid #b2b2b2;
  margin: 0 0 15px;
}
.footerBox .copyright {
  max-width: 1560px;
  margin: 3% auto 0;
  font-size: 0.812rem;
  color: #666666;
}
@media screen and (max-width: 1000px) {
  .footerBox .copyright {
    text-align: center;
  }
}
.footerBox .copyright b {
  color: #002e84;
  font-weight: normal;
}
.footerBox .copyright span {
  display: none;
}
.footerBox .copyright a:hover {
  color: #002e84;
}
.footerBox .copyright .disclaimerBtn {
  color: #000;
  text-decoration: underline;
  margin: 0 0 0 20px;
  font-weight: 300;
}

.floatNav {
  right: 10px;
  bottom: 20%;
  z-index: 99;
}
@media screen and (min-width: 1000px) {
  .floatNav {
    position: fixed;
  }
}
.floatNav > a,
.floatNav > button {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  padding: 0;
  padding: 7px 0;
  font-size: 0.937rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .floatNav > a,
  .floatNav > button {
    width: 20px;
    height: 20px;
  }
}
.floatNav > a::before,
.floatNav > button::before {
  content: '';
  display: block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.floatNav > a:hover .scrollTopText,
.floatNav > button:hover .scrollTopText {
  color: #888;
}
.floatNav .goTop {
  background: #fdd100;
  margin: 20px 0 0;
}
@media screen and (max-width: 1000px) {
  .floatNav .goTop {
    right: 10px;
    bottom: 20%;
    z-index: 50;
    position: fixed;
  }
}
.floatNav .goTop::before {
  width: 11px;
  aspect-ratio: 11/24;
  transform: rotate(90deg);
  -webkit-mask-image: url('../images/icon/icon_arrow.svg');
  mask-image: url('../images/icon/icon_arrow.svg');
  background: #000;
}
@media screen and (max-width: 1000px) {
  .floatNav .goTop::before {
    width: 6px;
    margin: 0 auto 2px;
  }
}
.floatNav .line,
.floatNav .fb {
  background: #002e84;
}
@media screen and (max-width: 1000px) {
  .floatNav .line,
  .floatNav .fb {
    width: 40px;
    height: 50px;
    background: none;
    position: fixed;
    top: 0;
    right: 130px;
    z-index: 99;
  }
}
.floatNav .line::before,
.floatNav .fb::before {
  width: 26px;
  aspect-ratio: 1;
  background: #fff;
  -webkit-mask-image: url('../images/icon/icon_line.svg');
  mask-image: url('../images/icon/icon_line.svg');
}
@media screen and (max-width: 1000px) {
  .floatNav .line::before,
  .floatNav .fb::before {
    width: 20px;
    height: 20px;
    background: #002e84;
  }
}
.floatNav .fb {
  margin: 10px 0 0;
}
@media screen and (max-width: 1000px) {
  .floatNav .fb {
    margin: 0;
    right: 170px;
  }
}
.floatNav .fb::before {
  -webkit-mask-image: url('../images/icon/icon_facebook.svg');
  mask-image: url('../images/icon/icon_facebook.svg');
}

.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: #002e84;
    box-shadow: #002e84 0 7px 0 0, #002e84 0 -7px 0 0;
    transition: all 0.3s ease;
  }
  .mobileBtn::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #fdd100;
    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 {
  padding-top: 4%;
}
.pageBox .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageBox .pagination li {
  margin: 0 2px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .pageBox .pagination li {
    margin: 0 10px;
  }
}
.pageBox .pagination li a {
  width: 40px;
  height: 40px;
  font-size: 1.25rem;
  color: #444444;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.pageBox .pagination li a:hover {
  font-weight: 700;
  color: #002e84;
}
.pageBox .pagination li.active a {
  font-weight: 700;
  color: #fff;
  background: #002e84;
}
.pageBox .pagination li.controls:first-child {
  margin: 0 15px 0 0;
}
.pageBox .pagination li.controls:last-child {
  margin: 0 0 0 15px;
}
.pageBox .pagination li.controls a {
  display: block;
  position: relative;
  border-radius: 100%;
  border: 1px solid #000;
  transition: all 0.3s ease;
}
.pageBox .pagination li.controls a::before {
  content: '';
  width: 20px;
  height: 16px;
  display: block;
  -webkit-mask: url('../images/icon/icon_arrow.svg') center no-repeat;
  mask: url('../images/icon/icon_arrow.svg') center no-repeat;
  background: #000;
  transition: all 0.3s ease;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
}
.pageBox .pagination li.controls a.next::before {
  transform: translateY(-50%) translateX(-50%) scaleX(-1);
}
.pageBox .pagination li.controls a:hover {
  background: #002e84;
}
.pageBox .pagination li.controls a:hover::before {
  background: #fff;
}

.pageBtnBox {
  margin: 60px 0 0;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .pageBtnBox {
    margin: 40px 0 0;
  }
}
.pageBtnBox .send {
  width: 100%;
  padding: 18px 40px 16px;
  background: #fdd100;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.5rem;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  transition: all 0.3s ease;
  box-shadow: 20px 20px 15px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1000px) {
  .pageBtnBox .send {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .pageBtnBox .send {
    font-size: 1.125rem;
  }
}
.pageBtnBox .send::after {
  content: '';
  width: 10px;
  height: 17px;
  display: block;
  -webkit-mask: url('../images/icon/icon_arrow.svg') no-repeat;
  mask: url('../images/icon/icon_arrow.svg') no-repeat;
  background: #000;
  transform: scaleX(-1);
  transition: all 0.3s ease;
}
.pageBtnBox .send::before {
  content: '';
  position: absolute;
  width: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: #002e84;
  z-index: -1;
  transition: all 0.3s ease;
}
.pageBtnBox .send:hover {
  color: #fff;
}
.pageBtnBox .send:hover::after {
  background: #fff;
}
.pageBtnBox .send:hover::before {
  width: 100%;
  left: 0;
}
.pageBtnBox .back {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.125rem;
  line-height: 1;
  color: #002e84;
  font-weight: 500;
  letter-spacing: 2px;
}
.pageBtnBox .back::before {
  content: '';
  width: 36px;
  aspect-ratio: 1;
  background: #002e84;
  border-radius: 100%;
  display: block;
  margin: 0 12px 0 0;
  transition: all 0.3s ease;
}
.pageBtnBox .back::after {
  content: '';
  display: block;
  -webkit-mask: url('../images/icon/icon_arrow.svg') center no-repeat;
  mask: url('../images/icon/icon_arrow.svg') center no-repeat;
  background-size: 50%;
  width: 7px;
  height: 12px;
  left: 14px;
  background: #fff;
  position: absolute;
}
.pageBtnBox .back:hover {
  color: #f9bb00;
}
.pageBtnBox .back:hover::before {
  background: #f9bb00;
}

.formBox {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .formBox {
    padding: 20px;
  }
}
.formBox ul {
  max-width: 1120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 40px;
}
.formBox .inputItem {
  width: calc(50% - 25px);
  padding: 12px 0 10px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .formBox .inputItem {
    width: 100%;
  }
}
.formBox .inputItem > label:first-child,
.formBox .inputItem > .title {
  font-size: 1.125rem;
  color: #000000;
  line-height: 1;
  min-width: 128px;
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .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: #002e84 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;
  color: #000;
  border-radius: 0;
  background: transparent;
  border: #dddddd 1px solid;
  padding: 10px;
}
.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: #002e84;
  box-shadow: 0 0 10px 0 #002e84;
}
.formBox .inputItem.full {
  width: 100%;
}
.formBox .inputItem.required label::before {
  content: '*';
  color: #fdd100;
  display: block;
  position: absolute;
  left: 0;
}
.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: 0.812rem;
  text-decoration: underline;
}
.formBox a:nth-child(2) {
  margin: 0 auto 0 10px;
}
.formBox a:hover {
  color: #fdd100;
}
.formBox .checkImg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  line-height: 0;
}
.formBox .reBtn {
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  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;
}

@media screen and (max-width: 767px) {
  .subMenu {
    display: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.subMenu ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .subMenu li {
    flex-grow: 1;
  }
}
.subMenu li + li {
  margin-left: 10px;
}
.subMenu li a {
  padding: 7px 15px 5px;
}

@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: #fdd100;
  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: #002e84 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: #002e84;
}
.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 */
