@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');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
}

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

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

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

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

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

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

b {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template,
[hidden] {
  display: none;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate360R {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes scrollUp {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes scrollDown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes scrollDown2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes downAnimation {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes rightAnimationRotate180 {
  0% {
    transform: translateX(0px) rotate(180deg);
  }
  50% {
    transform: translateX(5px) rotate(180deg);
  }
  100% {
    transform: translateX(0px) rotate(180deg);
  }
}
@keyframes rightAnimationScaleX {
  0% {
    transform: translateX(0px) scaleX(-1);
  }
  50% {
    transform: translateX(5px) scaleX(-1);
  }
  100% {
    transform: translateX(0px) scaleX(-1);
  }
}
@keyframes rightAnimation {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes leftAnimation {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes leftAnimationScaleX {
  0% {
    transform: translateX(0px) scaleX(-1);
  }
  50% {
    transform: translateX(-5px) scaleX(-1);
  }
  100% {
    transform: translateX(0px) scaleX(-1);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fbox {
  to {
    background-position: -100000000px 0;
  }
}
@keyframes hasItem {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
  outline: 0;
}
*::before {
  box-sizing: border-box;
}
*::after {
  box-sizing: border-box;
}

html {
  color: #08111f;
  font-size: 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: #599741 rgba(0, 0, 0, 0.2);
  scrollbar-width: thin;
}
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: #599741;
}
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;
}

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

figure {
  margin: 0px;
}

.picAnimated {
  opacity: 1;
}

.wrapper {
  position: relative;
}

.container {
  position: relative;
  width: calc(100% - 180px);
  max-width: 1440px;
  padding-right: 90px;
  padding-left: 90px;
  margin: 0 auto;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .container {
    width: calc(100% - 40px);
    padding-right: 20px;
    padding-left: 20px;
  }
}

section {
  position: relative;
}

[type='text'],
[type='password'],
[type='email'] {
  border: none;
  width: 100%;
  border: 1px solid #000;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus {
  outline: none !important;
}

textarea {
  padding: 5px 10px;
  line-height: 1.4;
  font-weight: normal;
  color: #666666;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select {
  position: relative;
  padding: 0 5px;
  font-size: 1.25rem;
  color: #000;
  font-weight: 600;
}
.select::before {
  content: '';
  display: block;
  position: absolute;
  text-indent: 0px;
  width: 8px;
  aspect-ratio: 1;
  right: 10px;
  top: 15px;
  z-index: 5;
  border: 2px solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.select select {
  line-height: 1.4;
  font-weight: normal;
  color: #666666;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding: 5px 30px 10px 10px;
  border-radius: 5px;
}

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
button:focus {
  outline: none !important;
}

.privacyBox {
  position: fixed;
  background: #000;
  z-index: 9999;
  bottom: 0px;
  left: 0;
  width: 100%;
  color: #e7e7e7;
  padding: 20px;
  font-weight: 100;
  letter-spacing: 1px;
  text-align: center;
}
.privacyBox a {
  color: #27b6fa;
}
.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: #599741;
  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: #599741 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: #599741;
}
.tableBox::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

.pic {
  line-height: 0;
  position: relative;
  isolation: isolate;
}
.pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.innerTop {
  isolation: isolate;
  position: relative;
}
.innerTop .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 100px;
}

.unitTitleBox {
  position: absolute;
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 862px;
  height: 100%;
  top: 0;
  right: 2%;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .unitTitleBox {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.unitTitleBox::before {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: url('../images/in/banner_bg.png') right center no-repeat;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .unitTitleBox::before {
    background-position: center;
    background-size: 90%;
  }
}
.unitTitleBox .title {
  font-size: 3rem;
  letter-spacing: 1px;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .unitTitleBox .title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .unitTitleBox .title {
    font-size: 1.75rem;
  }
}
.unitTitleBox .subTitle {
  color: #00aef3;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 1.3rem;
}
@media screen and (max-width: 991px) {
  .unitTitleBox .subTitle {
    margin-bottom: 0;
    font-size: 1rem;
  }
}

.pageTitle {
  width: 100%;
  position: relative;
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0 0 60px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .pageTitle {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 991px) {
  .pageTitle {
    margin: 0 0 30px;
  }
}

.navList {
  transform: translateY(-50%);
  position: sticky;
  top: 50px;
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .navList {
    transform: translateY(0%);
  }
}
@media screen and (min-width: 992px) {
  .navList .box {
    display: flex;
  }
}
.navList .box .title {
  display: none;
  background: #136cc5;
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .navList .box .title {
    display: block;
  }
}
.navList .btnBox {
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .navList .btnBox {
    background: #fff;
    border-radius: 0 100px 100px 0;
    overflow: hidden;
    padding: 40px 4.5%;
  }
}
@media screen and (max-width: 991px) {
  .navList .btnBox {
    width: 100%;
    padding: 30px 40px;
    border-radius: 0;
    display: none;
    background: #2b2b2b;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .navList .btnBox {
    padding: 20px 40px;
  }
}
.navList .btnBox ul {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .navList .btnBox ul {
    flex-direction: column;
    gap: 20px;
  }
}
.navList .btnBox li.active a,
.navList .btnBox li.active button {
  color: #136cc5;
  font-weight: 800;
}
.navList .btnBox a,
.navList .btnBox button {
  background: none;
  border: none;
  text-align: left;
  display: block;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .navList .btnBox a,
  .navList .btnBox button {
    font-size: 1rem;
    color: #fff;
    text-align: center;
  }
}
.navList .btnBox a:hover,
.navList .btnBox button:hover {
  color: #136cc5;
}

.innerPage {
  position: relative;
  z-index: 9;
}
.innerPage .container {
  max-width: 1440px;
}
.innerPage .mainBox {
  padding: 6% 0 6%;
}
@media screen and (max-width: 767px) {
  .innerPage .mainBox {
    padding: 40px 0 60px;
  }
}

.hasSide {
  max-width: 1530px;
  margin: 0 270px 0 0;
}
@media screen and (max-width: 991px) {
  .hasSide {
    margin: 0 0 0 0;
  }
}
.hasSide .container {
  max-width: 1360px;
  display: flex;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .hasSide .container {
    flex-direction: column;
  }
}
.hasSide .content {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .hasSide .content {
    width: 100%;
  }
}

.sideBox {
  width: 30%;
  text-align: left;
  padding: 0 40px 0 0;
  margin: 0 0 60px;
}
@media screen and (max-width: 991px) {
  .sideBox {
    padding: 0;
    margin: 0 0 40px;
  }
}
.sideBox .pageTitle {
  text-align: left;
  margin: 0;
}
.sideBox ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .sideBox ul {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
}
.sideBox li a {
  display: flex;
  padding: 20px 30px;
  background: #dfe0e6;
  border: none;
  border-radius: 50px;
  max-width: 260px;
  text-align: center;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .sideBox li a {
    padding: 10px 30px;
    font-size: 0.875rem;
    padding: 10px 15px;
  }
}
.sideBox li.active a {
  font-weight: 600;
  color: #fff;
  background: #136cc5;
}
.sideBox li a:hover {
  color: #fff;
  background: #136cc5;
}
@media screen and (max-width: 767px) {
  .sideBox {
    width: 100%;
  }
}

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

.headerBox {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  width: 100%;
  top: 0;
}
@media screen and (max-width: 991px) {
  .headerBox {
    position: fixed;
    background: #fff;
    padding: 0 50px 0 0;
  }
}
.headerBox .container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  height: 50px;
  isolation: isolate;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .headerBox .container {
    height: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: unset;
  }
}
@media screen and (max-width: 991px) {
  .headerBox .container {
    margin: 0;
    width: 100%;
    padding: 0 0 0 20px;
  }
}
.headerBox .logo {
  flex-shrink: 0;
  line-height: 0;
  align-items: center;
  padding: 10px 0;
}
/*@media screen and (min-width: 992px) {*/
/*  .headerBox .logo {*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    z-index: 999;*/
/*    transform: translate(-50%, -50%);*/
/*  }*/
/*}*/
@media screen and (max-width: 991px) {
  .headerBox .logo {
    margin: 0 auto 0 0;
  }
}
.headerBox .logo img {
  height: 39px;
}
@media screen and (max-width: 991px) {
  .headerBox .logo img {
    height: 30px;
  }
}

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

.headFix .wrapper {
  padding-top: 100px;
}
.headFix .siteHeader {
  position: fixed;
}

.topNav {
  display: flex;
  align-items: center;
  z-index: 9;
}
@media screen and (min-width: 992px) {
  .topNav {
    justify-content: flex-end;
  }
}
.topNav > div {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 991px) {
  .topNav > div {
    margin: 0 !important;
    position: absolute;
    top: 0;
    right: 0px;
  }
}
@media screen and (max-width: 991px) {
  .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: #599741;
  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 #599741;
  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: 991px) {
  .inquiryCar a.hasItem::after {
    top: 8px;
    left: 17px;
  }
}
@keyframes hasItem {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.language {
  z-index: 8;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .language {
    position: fixed;
    top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .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;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .language .btn {
    padding: 0 36px 10px 5px;
    border-bottom: 1px solid #f27f15;
  }
}
.language .btn:hover {
  color: #599741;
}
.language .btn::after {
  content: '';
  font-weight: bold;
  font-size: 14px;
  color: #f27f15;
  position: absolute;
  right: 0;
  width: 10px;
  height: 8px;
  background: url('../images/icon/icon_arrow_down.svg') center no-repeat;
}
@media screen and (max-width: 991px) {
  .language .btn::after {
    display: none;
  }
  .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 .btn span {
    display: none;
  }
}
.language .box {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  border-radius: 5px;
}
.language ul {
  display: flex;
}
@media screen and (max-width: 991px) {
  .language ul {
    border-radius: 0px;
    left: 0%;
    transform: translateX(0%);
  }
}
.language ul li {
  flex-grow: 1;
}
.language ul a {
  white-space: nowrap;
  font-size: 0.9375rem;
  font-weight: normal;
  display: block;
  text-align: center;
  padding: 5px;
  transition: all 0.3s ease;
}
.language ul a:hover {
  color: #fff;
  background: #599741;
}
@media screen and (max-width: 991px) {
  .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: #599741;
  }
}

.menuSearch {
  position: absolute;
  background: #599741;
  -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: 991px) {
  .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: 992px) {
  .menuSearch .titleBtn {
    pointer-events: none;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 20px;
    font-size: 1.3125rem;
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .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: 991px) {
  .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: #27b6fa;
  color: #599741;
  font-size: 1.3125rem;
  font-weight: 600;
  padding: 0 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .menuSearch .formBox button[type='submit'],
  .menuSearch .formBox button[type='button'] {
    width: calc(100% - 8px);
    margin: 4px;
  }
}
.menuSearch .formBox button[type='reset'] {
  background: none;
  color: #27b6fa;
  white-space: nowrap;
  font-size: 1rem;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .menuSearch .formBox button[type='reset'] {
    width: 100%;
    padding: 10px;
  }
}
.menuSearch .formBox .inputItem {
  padding: 0px;
  width: auto;
}
@media screen and (max-width: 991px) {
  .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: 991px) {
  .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: #27b6fa 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: 991px) {
  .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 {
  width: 100%;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .menuBox {
    margin: 0;
    flex-direction: column;
    position: fixed;
    top: 50px;
    height: calc(100% - 50px);
    left: 0;
    width: 100%;
    background: #0c1e33;
    transform: translateX(-100%);
    overflow-y: auto;
    scrollbar-color: #599741 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: #599741;
  }
  .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 nav.mainMenu {
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 991px) {
  .menuBox nav.mainMenu {
    padding: 0;
    order: 1;
  }
}
.menuBox nav.mainMenu > ul {
  display: flex;
  position: relative;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .menuBox nav.mainMenu > ul {
    flex-direction: column;
  }
}
.menuBox nav.mainMenu > ul > li {
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .menuBox nav.mainMenu > ul > li {
    padding: 0 20px;
  }
  /*.menuBox nav.mainMenu > ul > li:nth-child(2) {*/
  /*  margin-right: 240px;*/
  /*}*/
  .menuBox nav.mainMenu > ul > li:last-child {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .menuBox nav.mainMenu > ul > li {
    padding: 0;
    text-align: center;
  }
}
.menuBox nav.mainMenu > ul > li.nextLv {
  position: unset;
}
.menuBox nav.mainMenu > ul > li > a,
.menuBox nav.mainMenu > ul > li > button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  font-size: 1.3125rem;
  letter-spacing: 2px;
  font-weight: 500;
  line-height: 1;
  background: none;
  padding: 8px 0;
  text-align: left;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1440px) {
  .menuBox nav.mainMenu > ul > li > a,
  .menuBox nav.mainMenu > ul > li > button {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 991px) {
  .menuBox nav.mainMenu > ul > li > a,
  .menuBox nav.mainMenu > ul > li > button {
    color: #fff;
    justify-content: center;
    padding: 20px 30px 20px 30px !important;
  }
  .menuBox nav.mainMenu > ul > li > a:hover,
  .menuBox nav.mainMenu > ul > li > button:hover {
    color: #fff;
    color: #599741;
  }
}
.menuBox nav.mainMenu > ul > li a:hover,
.menuBox nav.mainMenu > ul > li.active > a,
.menuBox nav.mainMenu > ul > li button:hover,
.menuBox nav.mainMenu > ul > li.active > button,
.menuBox nav.mainMenu > ul > li .class li.active > button {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .menuBox nav.mainMenu > ul > li a:hover,
  .menuBox nav.mainMenu > ul > li.active > a,
  .menuBox nav.mainMenu > ul > li button:hover,
  .menuBox nav.mainMenu > ul > li.active > button,
  .menuBox nav.mainMenu > ul > li .class li.active > button {
    color: #599741;
  }
}
.menuBox nav.mainMenu > ul > li.nextLv > a,
.menuBox nav.mainMenu > ul > li.nextLv > button {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 90;
}
@media screen and (min-width: 992px) {
  .menuBox nav.mainMenu > ul > li.nextLv > a,
  .menuBox nav.mainMenu > ul > li.nextLv > button {
    padding: 15px 30px 15px 35px;
  }
}
@media screen and (max-width: 1200px) {
  .menuBox nav.mainMenu > ul > li.nextLv > a,
  .menuBox nav.mainMenu > ul > li.nextLv > button {
    padding: 15px 30px 15px 15px;
  }
}
@media screen and (max-width: 991px) {
  .menuBox nav.mainMenu > ul > li.nextLv > a,
  .menuBox nav.mainMenu > ul > li.nextLv > button {
    padding: 20px 60px 20px 30px;
  }
}
.menuBox nav.mainMenu > ul > li.nextLv > a::after,
.menuBox nav.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: 992px) {
  .menuBox nav.mainMenu > ul > li.nextLv > a::after,
  .menuBox nav.mainMenu > ul > li.nextLv > button::after {
    right: 15px;
  }
}
@media screen and (max-width: 1600px) {
  .menuBox nav.mainMenu > ul > li.nextLv > a::after,
  .menuBox nav.mainMenu > ul > li.nextLv > button::after {
    right: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .menuBox nav.mainMenu > ul > li.nextLv > a::after,
  .menuBox nav.mainMenu > ul > li.nextLv > button::after {
    right: 10px;
  }
}
.menuBox nav.mainMenu > ul li > ul {
  display: none;
}
@media screen and (min-width: 992px) {
  .menuBox nav.mainMenu > ul li > ul {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .menuBox .nextLv.active > button {
    background: #599741;
  }
}
.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: #599741 transparent transparent transparent;
}
@media screen and (max-width: 991px) {
  .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: 991px) {
  .menuBox .active .nextMenuBox {
    box-shadow: none;
  }
}
.menuBox .nextMenuBox {
  display: none;
  overflow: hidden;
  z-index: 20;
}
@media screen and (min-width: 992px) {
  .menuBox .nextMenuBox {
    transition: all 0.3s ease;
    border-top: 2px solid #599741;
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
    display: flex;
    opacity: 0;
    background: #fff;
  }
}
@media screen and (max-width: 991px) {
  .menuBox .nextMenuBox {
    text-align: center;
    background: #202020;
  }
}
.menuBox .nextMenuBox.active {
  display: flex;
}
@media screen and (min-width: 992px) {
  .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: 992px) {
  .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.3125rem;
    font-weight: 600;
    color: #000;
  }
  .menuBox .nextMenuBox .class a ul,
  .menuBox .nextMenuBox .class button ul {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .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: 991px) {
  .menuBox .nextMenuBox .listBox {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .menuBox .nextMenuBox .list {
    display: none;
  }
  .menuBox .nextMenuBox .list.active {
    display: block;
  }
  .menuBox .nextMenuBox .list .contentBtn {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .menuBox .nextMenuBox .list ul {
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .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: 992px) {
  .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: 991px) {
  .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: 992px) {
  .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.9375rem;
  z-index: 3;
  color: #777;
  opacity: 0.7;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
}
@media screen and (max-width: 991px) {
  .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: #777;
  display: inline;
  transition: 0.3 0.3s ease;
}
.breadcrumbBox .breadcrumb li a:hover {
  color: #599741;
}
.breadcrumbBox .breadcrumb li::after {
  content: '/';
  margin: 0px 10px;
  font-weight: bold;
  display: block;
  position: relative;
  font-weight: bolder;
}
.breadcrumbBox .breadcrumb li:last-child {
  color: #006cb8;
}
.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 {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: url('../images/footer_bg.jpg') center right no-repeat;
}
@media screen and (min-width: 992px) {
  .footerBox {
    background-position: bottom center;
    background-attachment: fixed;
  }
}
@media screen and (max-width: 991px) {
  .footerBox::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    background: #000;
    opacity: 0.8;
  }
}
.footerBox .tel {
  display: block;
  font-weight: bold;
  font-size: 3.5rem;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .footerBox .tel {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .footerBox .tel {
    font-size: 1.75rem;
  }
}
.footerBox .info {
  padding: 5% 0;
}
.footerBox .info ul {
  display: flex;
  gap: 30px;
  font-size: 1.25rem;
}
@media screen and (max-width: 991px) {
  .footerBox .info ul {
    flex-direction: column;
    gap: 10px;
    font-size: 1.125rem;
  }
}

.footerBox .info ul li {
  position: relative;
  height: 30px;
  display: flex;
  align-items: center;
  color: #27b6fa;
}

.footerBox .info ul li::before {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.footerBox .info ul li a {
  color: #27b6fa;
}
.footerBox .info ul li.fax::before {
  background-position: 0 0;
}
.footerBox .info ul li.address::before {
  background-position: 0 -30px;
}
.footerBox .info ul li.mail::before {
  background-position: 0 -60px;
}
.footerBox .info ul li.tel::before {
  background-position: 0 -90px;
}

.footerBox .menu {
  color: #fff;
  padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .footerBox .menu {
    display: none;
  }
}
.footerBox .menu ul {
  display: flex;
  font-size: 1rem;
}
.footerBox .menu ul li + li::before {
  content: '|';
  margin: 0 15px;
  color: #333333;
}
.footerBox .menu ul a {
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
  transition: all 0.3s ease;
}
.footerBox .menu ul a:hover {
  color: #27b6fa;
}
.footerBox .copyright {
  padding: 10px 0;
  font-size: 0.8125rem;
  background: #006cb8;
  color: #80b6dc;
}
.footerBox .copyright a {
  color: #80b6dc;
}

.floatNav {
  right: 10px;
  bottom: 15%;
}
@media screen and (min-width: 992px) {
  .floatNav {
    position: fixed;
  }
}
.floatNav > a,
.floatNav > button {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  padding: 0;
  padding: 7px 0;
  font-size: 0.9375rem;
  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: 991px) {
  .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: #27b6fa;
  margin: 20px 0 0;
}
@media screen and (max-width: 991px) {
  .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: 991px) {
  .floatNav .goTop::before {
    width: 6px;
    margin: 0 auto 2px;
  }
}
.floatNav .line,
.floatNav .fb {
  background: #599741;
}
@media screen and (max-width: 991px) {
  .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: 991px) {
  .floatNav .line::before,
  .floatNav .fb::before {
    width: 20px;
    height: 20px;
    background: #599741;
  }
}
.floatNav .fb {
  margin: 10px 0 0;
}
@media screen and (max-width: 991px) {
  .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: 991px) {
  .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: #599741;
    box-shadow: #599741 0 7px 0 0, #599741 0 -7px 0 0;
    transition: all 0.3s ease;
  }
  .mobileBtn::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #27b6fa;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.2s linear;
  }
}

.mobileOpen {
  overflow: hidden;
}
.mobileOpen .mobileBtn {
  background: #0c1e33;
}
.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%;
  border-top: #dadad5 1px solid;
}
.pageBox .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageBox .pagination li {
  margin: 0 15px;
  line-height: 1.5;
  text-align: center;
  color: #666666;
}
.pageBox .pagination li a {
  font-size: 1.25rem;
  color: #666666;
}
.pageBox .pagination li a:hover {
  color: #006cb8;
}
.pageBox .pagination li span {
  font-weight: 600;
  color: #006cb8;
}
.pageBox .pagination li.active a {
  color: #006cb8;
}
.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;
  transition: all 0.3s ease;
}
.pageBox .pagination li.controls a::before {
  content: '';
  width: 13px;
  height: 20px;
  display: block;
  -webkit-mask: url('../images/icon/icon_arrow.svg') center no-repeat;
  mask: url('../images/icon/icon_arrow.svg') center no-repeat;
  background: #006cb8;
  transition: all 0.3s ease;
}
.pageBox .pagination li.controls a.next::before {
  transform: scaleX(-1);
}
.pageBox .pagination li.controls a:hover {
  border-color: #599741;
}
.pageBox .pagination li.controls a:hover::before {
  background: #599741;
}

.pageBtnBox {
  margin: 60px 0 0;
  display: flex;
}
@media screen and (max-width: 991px) {
  .pageBtnBox {
    margin: 40px 0 0;
  }
}
.pageBtnBox .send,
.pageBtnBox .back {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  line-height: 0.7;
  color: #fff;
  width: 290px;
  font-size: 1.25rem;
  letter-spacing: 2px;
  background: #006cb8;
  z-index: 9;
  height: 50px;
  border-radius: 50px;
  font-weight: 600;
  position: relative;
  padding: 15px 40px;
  overflow: hidden;
  margin: 0 auto;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .pageBtnBox .send,
  .pageBtnBox .back {
    font-size: 13px;
    max-width: 160px;
    height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .pageBtnBox .send,
  .pageBtnBox .back {
    margin-top: 10px;
  }
}
.pageBtnBox .send::before,
.pageBtnBox .back::before {
  content: '';
  position: absolute;
  width: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: #000;
  z-index: -1;
  transition: all 0.3s ease;
}
.pageBtnBox .send:hover::before,
.pageBtnBox .back:hover::before {
  width: 100%;
  left: 0;
}

.formBox {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .formBox {
    padding: 20px;
  }
}
.formBox ul {
  max-width: 1080px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 40px;
  gap: 16px;
}
.formBox .messageItem,
.formBox .inputItem {
  width: calc((100% - 16px) / 2);
  padding: 10px 20px;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #dddddd;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .formBox .messageItem,
  .formBox .inputItem {
    width: 100%;
  }
}
.formBox .messageItem.focus,
.formBox .inputItem.focus {
  border-color: #27b6fa;
  box-shadow: 0 0 15px 0 rgba(39, 182, 250, 0.5);
}
.formBox .messageItem > label,
.formBox .inputItem > label {
  font-size: 1.125rem;
  color: #000;
  line-height: 1;
  display: flex;
  font-weight: 300;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .formBox .messageItem > label,
  .formBox .inputItem > label {
    font-size: 1.125rem;
  }
}
.formBox .messageItem .select,
.formBox .inputItem .select {
  flex-grow: 1;
}
.formBox .messageItem .select::before,
.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: #599741 transparent transparent transparent;
}
.formBox .messageItem .select select.selectControl,
.formBox .inputItem .select select.selectControl {
  padding: 10px 35px 10px 10px;
}
.formBox .messageItem .select select.selectControl::-ms-expand,
.formBox .inputItem .select select.selectControl::-ms-expand {
  display: none;
}
.formBox .messageItem select.selectControl,
.formBox .messageItem input.inputControl,
.formBox .messageItem textarea.textareaControl,
.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: none;
  padding: 10px;
}
.formBox .messageItem select.selectControl::-moz-placeholder,
.formBox .messageItem input.inputControl::-moz-placeholder,
.formBox .messageItem textarea.textareaControl::-moz-placeholder,
.formBox .inputItem select.selectControl::-moz-placeholder,
.formBox .inputItem input.inputControl::-moz-placeholder,
.formBox .inputItem textarea.textareaControl::-moz-placeholder {
  color: #ccc;
}
.formBox .messageItem select.selectControl::placeholder,
.formBox .messageItem input.inputControl::placeholder,
.formBox .messageItem textarea.textareaControl::placeholder,
.formBox .inputItem select.selectControl::placeholder,
.formBox .inputItem input.inputControl::placeholder,
.formBox .inputItem textarea.textareaControl::placeholder {
  color: #ccc;
}
.formBox .messageItem.full,
.formBox .inputItem.full {
  width: 100%;
}
.formBox .messageItem.required label::after,
.formBox .inputItem.required label::after {
  content: '*';
  display: block;
  margin: 0 0 0 5px;
}
.formBox .messageItem {
  align-items: flex-start;
}
.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.8125rem;
  text-decoration: underline;
}
.formBox a:nth-child(2) {
  margin: 0 auto 0 10px;
}
.formBox a:hover {
  color: #27b6fa;
}
.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: #27b6fa;
  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: 991px) {
  .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: #599741 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: #599741;
}
.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;
}

.okPage .mainBox {
  padding: 5% 0;
}
.okPage .txt .title {
  max-width: 570px;
  margin: 0 auto;
  line-height: 1.2;
  text-align: center;
  color: #000;
  font-size: 2.25rem;
  font-weight: 900;
  margin-bottom: 4%;
}
@media screen and (max-width: 991px) {
  .okPage .txt .title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .okPage .txt .title {
    font-size: 1.5rem;
  }
}
.okPage .txt .subTitle {
  max-width: 570px;
  margin: 0 auto;
  line-height: 1.2;
  text-align: center;
  color: #599741;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 4%;
}
@media screen and (max-width: 991px) {
  .okPage .txt .subTitle {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .okPage .txt .subTitle {
    font-size: 1.25rem;
  }
}
.okPage .txt .description {
  text-align: center;
  color: #333333;
  font-size: 1.3125rem;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .okPage .txt .description {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .okPage .txt .description {
    font-size: 1rem;
  }
}

.floatNav {
  position: fixed;
  right: 10px;
  bottom: 5%;
  z-index: 9;
}
.floatNav a {
  width: 60px;
  height: 60px;
  background: rgb(0, 195, 0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
  transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  .floatNav a {
    width: 50px;
    height: 50px;
  }
}
.floatNav a::before {
  content: '';
  width: 35px;
  height: 35px;
  display: block;
  -webkit-mask: url('../images/icon/icon_line.svg') center no-repeat;
  mask: url('../images/icon/icon_line.svg') center no-repeat;
  background: #fff;
  transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  .floatNav a::before {
    width: 30px;
    height: 30px;
  }
}

.floatNav a:hover {
  width: 65px;
  height: 65px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.floatNav a:hover::before {
  width: 35px;
  height: 35px;
}
