@charset "UTF-8";
@import url('../plugins/slick/1.9/slick.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');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
}

h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
  text-decoration: none;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

b {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  margin: 0px;
  padding: 0px;
  line-height: 1;
}

table {
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template,
[hidden] {
  display: none;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate360R {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes scrollUp {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes scrollDown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes scrollDown2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes downAnimation {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes rightAnimationRotate180 {
  0% {
    transform: translateX(0px) rotate(180deg);
  }
  50% {
    transform: translateX(5px) rotate(180deg);
  }
  100% {
    transform: translateX(0px) rotate(180deg);
  }
}
@keyframes rightAnimationScaleX {
  0% {
    transform: translateX(0px) scaleX(-1);
  }
  50% {
    transform: translateX(5px) scaleX(-1);
  }
  100% {
    transform: translateX(0px) scaleX(-1);
  }
}
@keyframes rightAnimation {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes leftAnimation {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes leftAnimationScaleX {
  0% {
    transform: translateX(0px) scaleX(-1);
  }
  50% {
    transform: translateX(-5px) scaleX(-1);
  }
  100% {
    transform: translateX(0px) scaleX(-1);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fbox {
  to {
    background-position: -100000000px 0;
  }
}
@keyframes hasItem {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  --contentPadding: 100px;
}
@media screen and (max-width: 1000px) {
  :root {
    --contentPadding: 40px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --contentPadding: 30px;
  }
}

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

body {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  color: #130a06;
  font-size: 1rem;
  font-family: 'Roboto', 'Noto Sans TC', Arial, '微軟正黑體', 'Microsoft JhengHei', '蘋果儷中黑', 'Apple LiGothic Medium', sans-serif, '0xe804';
  line-height: 1.75;
  scrollbar-color: #c61d06 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: #c61d06;
}
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: #130a06;
  transition: all 0.3s ease;
}
a:hover {
  color: #c61d06;
}

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

figure {
  margin: 0px;
}

.wrapper {
  position: relative;
}

.container {
  position: relative;
  width: 100%;
  max-width: calc(1440px + var(--contentPadding) * 2);
  padding-right: var(--contentPadding);
  padding-left: 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;
  padding: 0 5px;
  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;
  font-weight: 100;
  letter-spacing: 1px;
  text-align: center;
}
.privacyBox a {
  color: #c61d06;
}
.privacyBox .closePrivacy {
  right: 12px;
  top: 15px;
  width: fit-content;
  line-height: 30px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 3px 5px;
  color: #e7e7e7;
  display: block;
  background: #c61d06;
  font-weight: 500;
  cursor: pointer;
  margin: 10px auto 0 auto;
}

.editor {
  line-height: 1.6;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

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

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

.tableBox {
  overflow-x: auto;
  scrollbar-color: #c61d06 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: #c61d06;
}
.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;
}
.pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.mobileBtn {
  display: none;
  transition: all 0.3s ease;
  background: none;
  border: none;
  width: 50px;
  height: 50px;
  z-index: 80;
  cursor: pointer;
  display: block;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .mobileBtn {
    display: none;
  }
}
.mobileBtn::before,
.mobileBtn::after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background: #c61d06;
  box-shadow: #c61d06 0 7px 0 0, #c61d06 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: 1000px) {
  .mobileBtn span {
    display: none;
  }
}

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

.siteHeader {
  position: relative;
  isolation: isolate;
  z-index: 99;
  background: #fff url('../images/head_bg.jpg') center center no-repeat;
}
@media screen and (max-width: 1000px) {
  .siteHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
}
.siteHeader .headerBox .container {
  display: flex;
  align-items: center;
  padding: 0 30px;
}
.siteHeader .logo {
  line-height: 0;
  padding: 20px 0;
  margin: 0 40px 0 0;
}
@media screen and (max-width: 1000px) {
  .siteHeader .logo {
    padding: 5px 0;
  }
}
.siteHeader .logo img {
  height: 77px;
}
@media screen and (max-width: 1000px) {
  .siteHeader .logo img {
    height: 40px;
  }
}

@media screen and (min-width: 1001px) {
  .headFix .siteHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .headFix .siteHeader .logo {
    padding: 10px 0;
  }
  .headFix .siteHeader .logo img {
    height: 50px;
  }
}

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

@media screen and (min-width: 1001px) {
  .headFix .wrapper {
    padding-top: 70px;
  }
}

.insidePages {
  background: #f2f2f2;
}
.insidePages .inBanner {
  position: relative;
}
.insidePages .inBanner img {
  min-height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}
.insidePages .inBanner .container {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}
.insidePages .inBanner .container .pageTitle {
  color: #fff;
  font-size: 3.375rem;
}
@media screen and (max-width: 1000px) {
  .insidePages .inBanner .container .pageTitle {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .insidePages .inBanner .container .pageTitle {
    font-size: 1.625rem;
  }
}
.insidePages .mainBox {
  padding-top: clamp(40px, 10%, 100px);
  padding-bottom: clamp(50px, 10%, 100px);
}
@media screen and (min-width: 576px) {
  .insidePages .hasSide {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
  }
}
.insidePages .hasSide .sideBox {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .insidePages .hasSide .sideBox {
    width: 255px;
  }
}
.insidePages .hasSide .sideBox button {
  color: #fff;
  background: #c61d06;
  display: block;
  width: 100%;
  border: none;
  padding: 15px 40px;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 576px) {
  .insidePages .hasSide .sideBox button {
    display: none;
  }
}
.insidePages .hasSide .sideBox button::after {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
}
.insidePages .hasSide .sideBox ul {
  display: none;
}
@media screen and (min-width: 576px) {
  .insidePages .hasSide .sideBox ul {
    gap: 20px;
    display: flex !important;
    flex-direction: column;
  }
}
.insidePages .hasSide .sideBox ul li a {
  display: block;
  color: #aaaaaa;
  border-bottom: #cccccc 1px solid;
  padding: 10px 20px;
  font-size: 1.4rem;
  font-weight: 700;
  position:relative;
  transition:all 0.3s linear;
  overflow:hidden;
}
@media screen and (max-width: 1000px) {
  .insidePages .hasSide .sideBox ul li a {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .insidePages .hasSide .sideBox ul li a {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 575px) {
  .insidePages .hasSide .sideBox ul li a {
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    padding: 5px 20px;
  }
}
.insidePages .hasSide .sideBox ul li a:after{
  position:absolute;
  left:-100%;
  bottom:0;
  width:100%;
  height:1px;
  content:"";
  background-color: #c61d06;
  z-index: 5;
  transition:all 0.3s linear;
}
.insidePages .hasSide .sideBox ul li a:hover {
  color: #fff;
  color: #333;
}
.insidePages .hasSide .sideBox ul li a:hover:after {
  left:0;
}
.insidePages .hasSide .sideBox ul li.active a {
  color: #c61d06;
  border-bottom: #c61d06 1px solid;
}
.insidePages .hasSide .sideBox ul li.active a:hover:after{
  display:none;
}
@media screen and (min-width: 1001px) {
  .insidePages .hasSide .contentBox {
    max-width: 1140px;
    width: calc(100% - 235px);
  }
}
@media screen and (min-width: 1001px) {
  .insidePages .hasSide > .changePage {
    display: none;
  }
}

.menuBox {
  transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .menuBox {
    position: fixed;
    right: 0;
    top: 50px;
    bottom: 0;
    background: #fff;
    transform: translateX(100%);
    width: 300px;
    height: calc(100vh - 50px);
    height: calc(100dvh - 50px);
    overflow-y: auto;
    scrollbar-color: #c61d06 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: #c61d06;
  }
  .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;
}
@media screen and (max-width: 1000px) {
  .menuBox .mainMenu > ul {
    flex-direction: column;
    border-top: #e3e3e3 1px solid;
  }
}
.menuBox .mainMenu > ul > li {
  padding: 10px;
  position: relative;
}
.menuBox .mainMenu > ul > li:nth-last-child(1) {
  display: none;
}
@media screen and (max-width: 1000px) {
  .menuBox .mainMenu > ul > li {
    width: 100%;
    padding: 0;
  }
}
.menuBox .mainMenu > ul > li > a,
.menuBox .mainMenu > ul > li > button {
  padding: 5px 20px;
  display: block;
  width: 100%;
  font-size: 1.3125rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .menuBox .mainMenu > ul > li > a,
  .menuBox .mainMenu > ul > li > button {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .menuBox .mainMenu > ul > li > a,
  .menuBox .mainMenu > ul > li > button {
    padding: 15px 40px;
    border-bottom: #e3e3e3 1px solid;
  }
  .menuBox .mainMenu > ul > li > a.active,
  .menuBox .mainMenu > ul > li > button.active {
    color: #fff;
    background: #c61d06;
  }
}
@media screen and (min-width: 1001px) {
  .menuBox .mainMenu > ul > li:first-child .nextMenuBox {
    width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .menuBox .mainMenu > ul > li {
    font-size: 1.125rem;
  }
  .menuBox .mainMenu > ul > li .nextMenuBox {
    box-shadow: none;
  }
  .menuBox .mainMenu > ul > li .nextMenuBox a {
    background: #f3f3f3;
    text-align: left !important;
    padding: 15px 40px;
    border-bottom: #fff 1px solid;
  }
  .menuBox .mainMenu > ul > li .nextMenuBox a:hover {
    color: #c61d06;
  }
}
.menuBox .nextMenuBox {
  position: relative;
  display: none;
  background: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1001px) {
  .menuBox .nextMenuBox {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
  }
  .menuBox .nextMenuBox::before,
  .menuBox .nextMenuBox::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    display: block;
    background: #c61d06;
    transition: none;
    pointer-events: none;
    transition: transform 1.2s cubic-bezier(0.2, 1, 0.2, 1);
    z-index: 99;
  }
  .menuBox .nextMenuBox::before {
    transform: scaleX(0);
    transform-origin: left;
  }
  .menuBox .nextMenuBox::after {
    transform-origin: right;
    opacity: 0;
  }
  .menuBox .nextMenuBox.active::before {
    transform: scaleX(1);
    transition-delay: 0.25s;
  }
  .menuBox .nextMenuBox.active::after {
    transform: scaleX(0);
    opacity: 1;
  }
}
.menuBox .nextMenuBox a,
.menuBox .nextMenuBox button {
  color: #333333;
  padding: 15px 10px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.125rem;
  position: relative;
  background: #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .menuBox .nextMenuBox a,
  .menuBox .nextMenuBox button {
    font-size: 1rem;
  }
}
.menuBox .nextMenuBox a:hover,
.menuBox .nextMenuBox button:hover {
  color: #fff;
  background: #c61d06;
}
.menuBox .nextMenuBox ul ul {
  display: none;
  text-align: center;
}

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

.sliderDown {
  position: relative;
}
.sliderDown button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  padding: 5px 0;
}
@media screen and (max-width: 1000px) {
  .sliderDown button {
    width: 50px;
    height: 50px;
  }
}
.sliderDown button::before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background: #c61d06;
}
.sliderDown button span {
  position: absolute;
  color: transparent;
  font-size: 0.875rem;
  color: #000;
  display: block;
  margin: 0 6px 0 0;
}
@media screen and (max-width: 1000px) {
  .sliderDown button span {
    display: none;
  }
}
.sliderDown ul {
  display: none;
  position: absolute;
  width: 150px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
.sliderDown ul li a {
  text-align: center;
  display: block;
  padding: 2px 20px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sliderDown ul li a {
    padding: 2px 10px;
  }
}
.sliderDown ul li a:hover {
  color: #fff;
  background: #c61d06;
}

.language {
  margin: 0 0 0 auto;
}
.language button::before {
  order: 2;
  -webkit-mask: url('../images/icon/icon_language.svg') center no-repeat;
  mask: url('../images/icon/icon_language.svg') center no-repeat;
}
.language button span {
  position: relative;
}

.menuSearch > button {
  width: 50px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menuSearch > button::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: #000;
}
.menuSearch .searchOuter {
  width: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #000;
  z-index: 9;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .menuSearch .searchOuter {
    top: 100%;
    bottom: auto;
    height: 50px;
  }
}
.menuSearch .searchOuter .searchClose {
  position: relative;
  width: 30px;
  aspect-ratio: 1;
  margin: 10px;
}
.menuSearch .searchOuter .searchClose::before,
.menuSearch .searchOuter .searchClose::after {
  content: '';
  width: 15px;
  height: 3px;
  top: 50%;
  left: 50%;
  display: block;
  position: absolute;
  background: #fff;
  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: #fff;
}
.menuSearch .searchOuter .searchBtn {
  position: relative;
  width: 30px;
  aspect-ratio: 1;
  margin: 10px 15px;
  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: #fff;
}
.menuSearch .searchOuter.active {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .menuSearch .searchOuter.active {
    width: 100%;
  }
}

.breadcrumbBox {
  width: 100%;
  z-index: 10;
  background: #fff;
  position: relative;
}
.breadcrumbBox .breadcrumb {
  font-size: 15px;
  z-index: 3;
  color: #000;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  font-size: 0.8125rem;
  border-bottom: #dddddd 1px solid;
}
@media screen and (max-width: 1000px) {
  .breadcrumbBox .breadcrumb {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbBox .breadcrumb {
    margin: 0 0px;
    padding: 10px 0;
  }
}
.breadcrumbBox .breadcrumb li {
  position: relative;
  display: flex;
}
.breadcrumbBox .breadcrumb li a {
  color: #000;
  display: inline;
  transition: all 0.3s ease;
}
.breadcrumbBox .breadcrumb li a:hover {
  color: #c61d06;
}
.breadcrumbBox .breadcrumb li::after {
  content: '>';
  margin: 0px 10px;
  font-weight: bold;
  display: block;
  position: relative;
  font-weight: bolder;
  font-weight: normal;
  color: #999999;
}
.breadcrumbBox .breadcrumb li:last-child {
  color: #c61d06;
}
.breadcrumbBox .breadcrumb li:last-child::after {
  display: none;
}

.footerBox {
  background: url('../images/footer_bg.jpg') top center no-repeat;
  padding: 5% 0;
  position: relative;
  z-index: 9;
}
.footerBox .top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 30px;
}
.footerBox .info {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  .footerBox .info {
    max-width: none;
    margin: 0 auto;
    width: auto;
  }
}
.footerBox .menuBox {
  flex-grow: 1;
  max-width: 880px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  .footerBox .menuBox {
    display: none;
  }
}
.footerBox .menuBox .menu {
  max-width: 190px;
}
.footerBox .menuBox .menu:not(:last-child) {
  flex-grow: 1;
}
.footerBox .menuBox .menu:first-child {
  max-width: 205px;
}
.footerBox .menuBox .menu .title {
  font-size: 1.125rem;
  color: #000;
  margin: 0 0 10px 0;
}
.footerBox .menuBox .menu li {
  padding: 8px 0;
}
.footerBox .menuBox .menu a {
  display: block;
  font-size: 0.9375rem;
  color: #333333;
  opacity: 0.7;
  line-height: 1.2;
}
.footerBox .menuBox .menu a:hover {
  color: #c61d06;
}
.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: #c61d06;
}
.footerBox .footerLogo {
  width: 300px;
  margin: 0 0 auto;
}
@media screen and (max-width: 1200px) {
  .footerBox .footerLogo {
    width: 150px;
  }
}
@media screen and (max-width: 1000px) {
  .footerBox .footerLogo {
    margin: 0 auto;
  }
}
.footerBox .copyright {
  max-width: 430px;
  font-size: 13px;
  color: #525252;
}
@media screen and (max-width: 1000px) {
  .footerBox .copyright {
    text-align: center;
    margin: 0 auto;
  }
}
.footerBox .copyright span {
  display: none;
}
.footerBox .copyright a {
  color: #525252;
}
.footerBox .copyright a:nth-last-of-type(1) {
  font-size: 0.9375rem;
  text-decoration: underline;
}
.footerBox .copyright a:hover {
  color: #c61d06;
}
.footerBox .shareBox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
@media screen and (max-width: 1000px) {
  .footerBox .shareBox ul {
    gap: 5px;
    justify-content: center;
  }
}
.footerBox .shareBox ul li {
  border-radius: 50%;
  background: #000000;
}
.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: 1000px) {
  .footerBox .shareBox ul a {
    width: 36px;
    height: 36px;
  }
}
.footerBox .shareBox ul a::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #cccccc;
  transition: all 0.3s ease;
}
.footerBox .shareBox ul a:hover::before {
  background: #c61d06;
}
.footerBox .shareBox ul li .facebook::before {
  -webkit-mask: url('../images/icon/icon_facebook.svg') center no-repeat;
  mask: url('../images/icon/icon_facebook.svg') center no-repeat;
}
.footerBox .shareBox ul li .line::before {
  -webkit-mask: url('../images/icon/icon_line.svg') center no-repeat;
  mask: url('../images/icon/icon_line.svg') center no-repeat;
}
.footerBox .shareBox ul li .wechat::before {
  width: 28px;
  height: 28px;
  -webkit-mask: url('../images/icon/icon_wechat.svg') center no-repeat;
  mask: url('../images/icon/icon_wechat.svg') center no-repeat;
}
@media screen and (max-width: 1000px) {
  .footerBox .shareBox ul li .wechat::before {
    width: 24px;
    height: 24px;
  }
}
.footerBox .shareBox ul li .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;
}
.footerBox .shareBox ul li .qq::before {
  -webkit-mask: url('../images/icon/icon_qq.svg') center no-repeat;
  mask: url('../images/icon/icon_qq.svg') center no-repeat;
}
.footerBox .shareBox ul li .x::before {
  -webkit-mask: url('../images/icon/icon_x.svg') center no-repeat;
  mask: url('../images/icon/icon_x.svg') center no-repeat;
}
.footerBox .shareBox ul li .instagram::before {
  -webkit-mask: url('../images/icon/icon_instagram.svg') center no-repeat;
  mask: url('../images/icon/icon_instagram.svg') center no-repeat;
}
.footerBox .shareBox ul li .skype::before {
  -webkit-mask: url('../images/icon/icon_skype.svg') center no-repeat;
  mask: url('../images/icon/icon_skype.svg') center no-repeat;
}

.pageBox {
  padding-top: 30px;
  margin-top: 30px;
}
.pageBox .pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .pageBox .pagination {
    padding-top: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pageBox .pagination {
    padding-top: 20px;
    margin-top: 20px;
  }
}
.pageBox .pagination li {
  margin: 0 15px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .pageBox .pagination li {
    margin: 0 2px;
  }
}
.pageBox .pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1rem;
  color: #666666;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .pageBox .pagination li a {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}
.pageBox .pagination li a:hover {
  color: #c61d06;
}
.pageBox .pagination li.active a {
  color: #c61d06;
  border-color: #c61d06;
}
.pageBox .pagination li.controls:first-child {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 1000px) {
  .pageBox .pagination li.controls:first-child {
    margin: 0 10px 0 0;
  }
}
.pageBox .pagination li.controls:last-child {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 1000px) {
  .pageBox .pagination li.controls:last-child {
    margin: 0 0 0 10px;
  }
}
.pageBox .pagination li.controls a {
  width: auto;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 0.9375rem;
  font-weight: 500;
  border-radius: 100%;
  border: none;
  transition: all 0.3s ease;
}
.pageBox .pagination li.controls a::before {
  content: '';
  width: 21px;
  height: 16px;
  display: block;
  -webkit-mask: url('../images/icon/icon_arrow.svg');
  mask: url('../images/icon/icon_arrow.svg');
  background: #969696;
  transition: all 0.3s ease;
}
.pageBox .pagination li.controls a.next::before {
  transform: scaleX(-1);
}
.pageBox .pagination li.controls a:hover::before {
  background: #c61d06;
}

.goTop {
  width: 80px;
  height: 80px;
  -webkit-mask: url('../images/icon/icon_gotop.svg') center no-repeat;
  mask: url('../images/icon/icon_gotop.svg') center no-repeat;
  background: #c61d06;
  z-index: 9;
  padding: 0;
  margin: 0px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .goTop {
    width: 50px;
    height: 50px;
  }
}
.goTop:hover::before {
  background: #0099ff;
}

@media screen and (max-width: 767px) {
  .formBox {
    padding: 20px;
  }
}
.formBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  gap: 35px;
}
.formBox .inputItem {
  width: calc(50% - 25px);
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .formBox .inputItem {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.formBox .inputItem > label {
  font-size: 1.25rem;
  color: #222;
  line-height: 1;
  min-width: 120px;
  width: 120px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .formBox .inputItem > label {
    font-size: 1.125rem;
    margin: 0 0 10px;
  }
}
.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: #c61d06 transparent transparent transparent;
}
.formBox .inputItem .select select.selectControl {
  padding: 10px 35px 10px 10px;
}
.formBox .inputItem .select select.selectControl::-ms-expand {
  display: none;
}
.formBox .inputItem select.selectControl,
.formBox .inputItem input.inputControl,
.formBox .inputItem textarea.textareaControl {
  font-size: 1rem;
  line-height: 1;
  flex-grow: 1;
  padding: 10px 15px;
  color: #000;
  border-radius: 0;
  background: transparent;
  border: #e4e9ed 1px solid;
  background: #f6f7f8;
}
.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: #c61d06;
  box-shadow: 0 0 10px 0 #c61d06;
}
.formBox .inputItem.full {
  width: 100%;
}
.formBox .inputItem.required label::after {
  content: '※';
  color: #c61d06;
  display: block;
  margin: 0 0 0 5px;
}
.formBox .flex {
  display: flex;
}
@media screen and (max-width: 575px) {
  .formBox .flex {
    flex-direction: column;
  }
}
.formBox .itemBox ul {
  display: flex;
  margin: 0;
}
.formBox .itemBox ul li {
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .formBox .itemBox ul li {
    width: 100%;
  }
}
.formBox .itemBox ul li label {
  display: block;
  padding-left: 22px;
  position: relative;
}
.formBox .itemBox ul li label::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  display: block;
  background: url('../images/icon/checkbox.png') bottom no-repeat;
  left: 0px;
  top: 3px;
  z-index: 9;
}
.formBox .itemBox ul li input {
  position: absolute;
  opacity: 0;
}
.formBox .itemBox ul li input[type='checkbox'] {
  margin-right: 5px;
  opacity: 0;
}
.formBox .itemBox ul li input[type='checkbox']:checked + label::before {
  background: url('../images/checkbox.png') top no-repeat;
}
.formBox a {
  color: #666666;
  font-size: 13px;
  text-decoration: underline;
}
.formBox a:nth-child(2) {
  margin: 0 auto 0 10px;
}
.formBox a:hover {
  color: #0099ff;
}
.formBox .checkImg {
  position: absolute;
  bottom: 8px;
  right: 50px;
  line-height: 0;
}
.formBox .reBtn {
  width: 15px;
  height: 15px;
  bottom: 12px;
  right: 15px;
  z-index: 2;
  position: absolute;
  cursor: pointer;
  background: none;
}
.formBox .reBtn::before {
  content: '';
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
  -webkit-mask: url('../images/icon/icon_re.svg') no-repeat;
  mask: url('../images/icon/icon_re.svg') no-repeat;
  background: #000;
  position: absolute;
  transition: all 0.3s ease;
}
.formBox .reBtn:hover::before {
  transform: rotate(180deg);
  background: #e50012;
}

.pageBtnBox {
  margin: 60px 0 0;
  display: flex;
}
@media screen and (max-width: 1399px) {
  .pageBtnBox {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 1000px) {
  .pageBtnBox {
    margin: 30px 0 0;
  }
}
.pageBtnBox .send {
  width: 100%;
  outline: none;
  cursor: pointer;
  border: none;
  padding: 35px 20px;
  margin: 0;
  position: relative;
  font-weight: 700;
  font-size: 1.3125rem;
  overflow: hidden;
  background: #000;
  color: #fff;
  isolation: isolate;
}
@media screen and (max-width: 1399px) {
  .pageBtnBox .send {
    padding: 20px 20px;
  }
}
.pageBtnBox .send span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
}
.pageBtnBox .send::before,
.pageBtnBox .send::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.pageBtnBox .send::before {
  content: '';
  background: #c61d06;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 1s cubic-bezier(0.3, 1, 0.8, 1);
}
.pageBtnBox .send:hover::before {
  transform: translate3d(100%, 0, 0);
} /*# sourceMappingURL=style.css.map */
