@charset "UTF-8";
@import url('../plugins/slick/1.8/slick.min.css');
@import url('../plugins/swiper-master/swiper-bundle.min.css');
@import url('../plugins/WOW-master/css/libs/animate.css');
@import url('../plugins/Magnific-Popup-master/magnific-popup.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;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;
    overflow-x: hidden;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
}

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

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

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

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

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

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

b {
    font-weight: bolder;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

table {
    border-collapse: collapse;
}

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

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

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

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

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

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

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

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

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

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

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

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

details {
    display: block;
}

summary {
    display: list-item;
}

template,
[hidden] {
    display: none;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes rotate360R {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}
@keyframes scrollUp {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes scrollDown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes scrollDown2 {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes downAnimation {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes rightAnimation {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0px);
    }
}
@keyframes leftAnimation {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-5px);
    }
    100% {
        transform: translateX(0px);
    }
}
@keyframes hasItem {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes moveRight {
    0% {
        background-position: left center;
    }
    100% {
        background-position: right center;
    }
}
@keyframes pulsate2 {
    0% {
        transform: translate(50%, -50%) scale(1);
        opacity: 0.1;
    }
    50% {
        transform: translate(50%, -50%) scale(100);
        opacity: 0.1;
    }
    100% {
        transform: translate(50%, -50%) scale(200);
        opacity: 0;
    }
}
:root {
    --contentPadding: 60px;
}
@media screen and (max-width: 1400px) {
    :root {
        --contentPadding: 60px;
    }
}
@media screen and (max-width: 1100px) {
    :root {
        --contentPadding: 40px;
    }
}
@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;
    margin: 0 auto;
    padding: 0;
    color: #130a06;
    font-size: 1rem;
    font-family: 'Roboto', 'Noto Sans TC', Arial, '微軟正黑體', 'Microsoft JhengHei', '蘋果儷中黑',
        'Apple LiGothic Medium', sans-serif;
    line-height: 1.75;
    background: #fff;
}
body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
body::-webkit-scrollbar-track {
    background: #454545;
}
body::-webkit-scrollbar-thumb {
    background: #ff7f00;
    border-radius: 5px;
}

footer {
    margin: auto 0 0;
}

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

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-left: var(--contentPadding);
    padding-right: var(--contentPadding);
    margin: 0 auto;
}

section {
    position: relative;
}

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

input:focus {
    outline: none !important;
}

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

.select {
    position: relative;
    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: #f96d11;
}
.privacyBox .closePrivacy {
    right: 12px;
    top: 15px;
    max-width: 100px;
    line-height: 30px;
    font-size: 1rem;
    border-radius: 5px;
    padding: 3px 5px;
    color: #e7e7e7;
    display: block;
    background: #f96d11;
    font-weight: 500;
    cursor: pointer;
    margin: 10px auto 0 auto;
}

.editor {
    font-size: 1.125rem;
    color: #535353;
}
@media screen and (max-width: 1000px) {
    .editor {
        font-size: 1rem;
    }
}
.editor a {
    color: #f96d11;
}
.editor a:hover {
    color: red;
}
.editor ul:not(.list) {
    list-style: disc;
    padding-left: 20px;
}
.lazyload,
.lazyloading {
    opacity: 0;
}

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

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

.tableBox {
    width: 100%;
    overflow-x: auto;
    scrollbar-color: #f96d11 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: #f96d11;
}
.tableBox::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}
.tableBox table {
    min-width: 800px;
}

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

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

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

.mobileBtn {
    display: none;
    transition: all 0.3s ease;
    background: none;
    border: none;
    width: 50px;
    height: 50px;
    z-index: 80;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
}
@media screen and (min-width: 1001px) {
    .mobileBtn {
        display: none;
    }
}
.mobileBtn::before,
.mobileBtn::after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 2px;
    background: #000;
    box-shadow: #000 0 7px 0 0, #000 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;
    left: 0;
    top: 0;
    width: 100%;
    isolation: isolate;
    z-index: 99;
    border-bottom: 2px solid #f96d11;
    background: #fff;
}
@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);
        border-bottom: none;
    }
}
.siteHeader .headerBox .container {
    max-width: calc(1740px + var(--contentPadding) * 2);
}
@media screen and (max-width: 1000px) {
    .siteHeader .headerBox .container {
        width: 100%;
        padding: 0;
    }
}
.siteHeader .headerBox .container .outer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}
@media screen and (max-width: 1000px) {
    .siteHeader .headerBox .container .outer {
        padding: 0 50px 0 var(--contentPadding);
        height: 50px;
    }
}
.siteHeader .logo {
    line-height: 0;
    margin: 0 auto 0;
}
@media screen and (max-width: 1000px) {
    .siteHeader .logo {
        margin: 0 auto 0 0;
    }
}
.siteHeader .logo img {
    height: 58px;
}
@media screen and (max-width: 1350px) {
    .siteHeader .logo img {
        height: 40px;
    }
}
@media screen and (max-width: 1000px) {
    .siteHeader .logo img {
        height: 30px;
    }
}

@media screen and (min-width: 1001px) {
    .headFix .wrapper {
        padding-top: 67px;
    }
}
@media screen and (min-width: 1001px) 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);
        background: #fff;
    }
    .headFix .siteHeader .headerBox .container .outer {
        padding: 0px 0;
        height: 60px;
    }
    .headFix .siteHeader .logo img {
        height: 43px;
    }
}
@media screen and (min-width: 1001px) and (min-width: 1001px) and (max-width: 1350px) {
    .headFix .siteHeader .logo img {
        height: 35px;
    }
}
@media screen and (min-width: 1001px) {
    .headFix .menuBox .mainMenu > ul > li {
        padding: 0;
    }
    .headFix .menuBox .mainMenu > ul > li > a,
    .headFix .menuBox .mainMenu > ul > li > button {
        height: 60px;
    }
    .headFix .menuBox .mainMenu > ul .full .nextMenuBox {
        top: 67px;
    }
}

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

.insidePages {
    background: url(../images/index/tbg.jpg) repeat center;
}
.insidePages .inBanner {
    position: relative;
    isolation: isolate;
    z-index: 2;
    overflow: hidden;
}
.insidePages .inBanner .pic {
    max-height: 370px;
}
@media screen and (max-width: 1000px) {
    .insidePages .inBanner .pic {
        height: 200px;
    }
}
.insidePages .inBanner .pic img {
    -o-object-fit: cover;
    object-fit: cover;
}
.insidePages .inBanner .pageTitleBox {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.insidePages .pageTitleBox .titleBox .title {
    color: #fff;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.2;
}
@media screen and (max-width: 1000px) {
    .insidePages .pageTitleBox .titleBox .title {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 767px) {
    .insidePages .pageTitleBox .titleBox .title {
        font-size: 2.625rem;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 575px) {
    .insidePages .pageTitleBox .titleBox .title {
        font-size: 2rem;
    }
}
.insidePages .navBox {
    position: relative;
    z-index: 9;
    padding-bottom: 20px;
    margin-bottom: clamp(40px, 5%, 100px);
}
@media screen and (max-width: 1000px) {
    .insidePages .navBox {
        display: none;
    }
}
.insidePages .navBox button {
    width: 100%;
    padding: 10px 20px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #000;
    display: block;
    background: #fff;
    border: #dddddd 1px solid;
    display: none;
    line-height: 1.75;
    cursor: pointer;
}
@media screen and (max-width: 1000px) {
    .insidePages .navBox button {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
.insidePages .navBox button::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 2px solid #000;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
}
@media screen and (min-width: 1001px) {
    .insidePages .navBox {
        display: flex;
    }
    .insidePages .navBox button {
        display: none;
    }
}
.insidePages .navBox .title {
    font-size: 2.25rem;
    font-weight: 800;
    padding: 0 60px 0 40px;
    margin-right: 40px;
    border-right: 1px solid #000;
}
@media screen and (max-width: 1000px) {
    .insidePages .navBox .title {
        display: none;
    }
}
.insidePages .navBox nav {
    border-bottom: #dadad5 1px solid;
}
.insidePages .navBox nav ul {
    height: 100%;
    display: none;
    border: #dddddd 1px solid;
}
@media screen and (max-width: 1000px) {
    .insidePages .navBox nav ul {
        background: #fff;
    }
}
@media screen and (min-width: 1001px) {
    .insidePages .navBox nav ul {
        display: flex !important;
        flex-direction: row;
        justify-content: center;
        border: none;
        gap: 20px;
    }
}
.insidePages .navBox nav ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    padding: 10px 20px;
    font-size: 1.3125rem;
    font-weight: 700;
    position: relative;
}
@media screen and (min-width: 1001px) {
    .insidePages .navBox nav ul a {
        height: 100%;
        font-size: 1.3125rem;
    }
}
.insidePages .navBox nav ul a::before {
    content: '';
    position: absolute;
    height: 5px;
    bottom: 0;
    left: 0;
    width: 0;
    background: #ff290b;
    display: block;
    transition: all 0.3s ease;
}
.insidePages .navBox nav ul a:hover {
    color: #ff290b;
}
.insidePages .navBox nav ul a:hover::before {
    width: 100%;
}
.insidePages .navBox nav ul .active a {
    color: #ff290b;
}
.insidePages .navBox nav ul .active a::before {
    width: 100%;
}
.insidePages .mainBox {
    padding-bottom: clamp(50px, 10%, 120px);
    position: relative;
}
.insidePages .mainBox section {
    padding-top: 70px;
    position: relative;
    z-index: 3;
}
@media screen and (max-width: 1000px) {
    .insidePages .mainBox section {
        padding-top: 50px;
    }
}
@media screen and (min-width: 1001px) {
    .insidePages .contentBox {
        width: 100%;
        min-height: 300px;
        max-width: 1920px;
        margin: 0 auto;
    }
}
.insidePages .hasSide {
    position: relative;
}
@media screen and (min-width: 1001px) {
    .insidePages .hasSide {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
}
.insidePages .hasSide .sideBox {
    position: relative;
    z-index: 9;
}
@media screen and (min-width: 1001px) {
    .insidePages .hasSide .sideBox {
        width: 410px;
        flex-shrink: 0;
        align-self: stretch;
        margin: 0;
    }
}
.insidePages .hasSide .sideBox .pic {
    background: url('../images/in/side_bg.jpg') right top no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 30px 0 5px;
}
@media screen and (max-width: 1000px) {
    .insidePages .hasSide .sideBox .pic {
        display: none;
    }
}
.insidePages .hasSide .sideBox .pic img {
    max-width: 300px !important;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 0 0 auto;
}
.insidePages .hasSide .sideBox button.now {
    color: #fff;
    background: #f96d11;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    padding: 15px 40px;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    position: relative;
}
@media screen and (min-width: 1001px) {
    .insidePages .hasSide .sideBox button.now {
        display: none;
    }
}
.insidePages .hasSide .sideBox button.now::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    transform: translateY(-40%) rotate(45deg);
    margin: 0 0 0 20px;
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
}
.insidePages .hasSide .sideBox ul {
    display: none;
    position: absolute;
    z-index: 9;
    background: #fff;
    width: 100%;
}
@media screen and (min-width: 1001px) {
    .insidePages .hasSide .sideBox ul {
        display: flex !important;
        flex-direction: column;
        position: relative;
        background: none;
    }
}
.insidePages .hasSide .sideBox ul li a {
    display: block;
    padding: 15px;
    font-size: 1.125rem;
    font-weight: 700;
}
@media screen and (max-width: 1000px) {
    .insidePages .hasSide .sideBox ul li a {
        font-size: 1rem;
        text-align: center;
    }
}
@media screen and (max-width: 575px) {
    .insidePages .hasSide .sideBox ul li a {
        font-weight: 400;
        text-align: center;
        padding: 5px 20px;
    }
}
.insidePages .hasSide .sideBox ul li a:hover {
    color: #fff;
    background: #f96d11;
}
.insidePages .hasSide .sideBox ul li.active a {
    color: #5052ac;
    background: #e6e6f4;
}
@media screen and (min-width: 1001px) {
    .insidePages .hasSide .sideBox ul li.active a {
        padding-left: 40px;
    }
}
@media screen and (min-width: 1001px) {
    .insidePages .hasSide .contentBox {
        padding-top: 60px;
        margin: 0 0 0 auto;
    }
}
.insidePages .hasSide .contentBox .pageTitle {
    color: #000;
    font-size: 2.25rem;
    font-weight: 800;
    margin-bottom: 60px;
}
@media screen and (max-width: 1440px) {
    .insidePages .hasSide .contentBox .pageTitle {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1000px) {
    .insidePages .hasSide .contentBox .pageTitle {
        font-size: 1.875rem;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .insidePages .hasSide .contentBox .pageTitle {
        font-size: 1.5rem;
    }
}
.insidePages .pageTitle {
    text-align: center;
    font-size: 3.125rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: clamp(40px, 5%, 60px);
}
@media screen and (max-width: 1000px) {
    .insidePages .pageTitle {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 767px) {
    .insidePages .pageTitle {
        font-size: 1.875rem;
    }
}
.insidePages .pageTitle span {
    color: #f96d11;
}

.menuBox {
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
    .menuBox {
        position: fixed;
        left: auto;
        right: 0;
        top: 50px;
        bottom: 0;
        transform: translateX(100%);
        width: 300px;
        height: calc(100vh - 50px);
        height: calc(100dvh - 50px);
        overflow-y: auto;
        scrollbar-color: #f96d11 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: #f96d11;
    }
    .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 {
    position: relative;
}
.menuBox .mainMenu > ul > li:nth-last-child(2),
.menuBox .mainMenu > ul > li:nth-last-child(1) {
    display: none;
}
@media screen and (max-width: 1000px) {
    .menuBox .mainMenu > ul > li:nth-last-child(2),
    .menuBox .mainMenu > ul > li:nth-last-child(1) {
        display: block;
    }
}
@media screen and (max-width: 1000px) {
    .menuBox .mainMenu > ul > li {
        width: 100%;
        padding: 0;
    }
}
.menuBox .mainMenu > ul > li > a,
.menuBox .mainMenu > ul > li > button {
    color: #000000;
    padding: 15px 15px 12px;
    display: block;
    width: 100%;
    font-size: 1.3125rem;
    position: relative;
    text-align: center;
    font-weight: 500;
    transition: all 0.3s ease;
}
@media screen and (min-width: 1001px) {
    .menuBox .mainMenu > ul > li > a,
    .menuBox .mainMenu > ul > li > button {
        display: flex;
        align-items: center;
    }
}
@media screen and (max-width: 1350px) {
    .menuBox .mainMenu > ul > li > a,
    .menuBox .mainMenu > ul > li > button {
        font-size: 1rem;
    }
}
@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 > a:hover,
.menuBox .mainMenu > ul > li > button.active,
.menuBox .mainMenu > ul > li > button:hover {
    color: #f96d11;
}
.menuBox .mainMenu > ul > li > a.active::before,
.menuBox .mainMenu > ul > li > a:hover::before,
.menuBox .mainMenu > ul > li > button.active::before,
.menuBox .mainMenu > ul > li > button:hover::before {
    opacity: 1;
}
@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 {
        text-align: left;
        padding: 15px 40px;
        border-bottom: #fff 1px solid;
    }
    .menuBox .mainMenu > ul > li .nextMenuBox .nextMenuBox {
        background: #f3f3f3;
    }
}
.menuBox .mainMenu > ul .full {
    position: unset;
}
.menuBox .mainMenu > ul .full .nextMenuBox {
    width: 100% !important;
    transform: translateX(0) !important;
    background: #beb9af;
    border-top: 6px solid #f96d11;
}
@media screen and (min-width: 1001px) {
    .menuBox .mainMenu > ul .full .nextMenuBox {
        position: fixed;
        left: 0;
        top: 110px;
    }
}
.menuBox .mainMenu > ul .full .nextMenuBox .menuListBox {
    padding: 0 20px;
    max-width: 1280px;
    display: flex;
    margin: 0 auto;
}
@media screen and (max-width: 1000px) {
    .menuBox .mainMenu > ul .full .nextMenuBox .menuListBox {
        flex-direction: column;
        padding: 0;
    }
}
.menuBox .mainMenu > ul .full .nextMenuBox .menuListBox .item {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}
@media screen and (min-width: 1001px) {
    .menuBox .mainMenu > ul .full .nextMenuBox .menuListBox .item {
        width: 25%;
    }
}
.menuBox .mainMenu > ul .full .nextMenuBox .menuListBox .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    width: 1px;
    background: #dddddd;
    display: block;
}
.menuBox .mainMenu > ul .full .nextMenuBox .menuListBox .item:last-child::after {
    content: '';
    position: absolute;
    right: 0;
    top: 40px;
    bottom: 40px;
    width: 1px;
    background: #dddddd;
    display: block;
}
.menuBox .mainMenu > ul .full .nextMenuBox .menuListBox .item button,
.menuBox .mainMenu > ul .full .nextMenuBox .menuListBox .item a {
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    padding: 40px 5% 30px;
    position: relative;
    isolation: isolate;
}
@media screen and (max-width: 1000px) {
    .menuBox .mainMenu > ul .full .nextMenuBox .menuListBox .item button,
    .menuBox .mainMenu > ul .full .nextMenuBox .menuListBox .item a {
        padding: 20px;
        width: 100%;
        border: none;
        border-bottom: rgba(221, 221, 221, 0.3) 1px solid;
    }
}
.menuBox .mainMenu > ul .full .nextMenuBox .menuListBox .item button::before,
.menuBox .mainMenu > ul .full .nextMenuBox .menuListBox .item a::before {
    content: '';
    position: absolute;
    inset: 0;
    display: block;
    background: linear-gradient(to bottom, rgba(105, 104, 105, 0) 0%, rgb(105, 104, 105) 100%);
    transition: all 0.3s ease;
    opacity: 0;
    z-index: -1;
}
.menuBox .mainMenu > ul .full .nextMenuBox .menuListBox .item button:hover,
.menuBox .mainMenu > ul .full .nextMenuBox .menuListBox .item a:hover {
    background: none;
}
.menuBox .mainMenu > ul .full .nextMenuBox .menuListBox .item button:hover::before,
.menuBox .mainMenu > ul .full .nextMenuBox .menuListBox .item a:hover::before {
    opacity: 1;
}
.menuBox .mainMenu > ul .full .nextMenuBox .menuListBox .item button:hover .title,
.menuBox .mainMenu > ul .full .nextMenuBox .menuListBox .item a:hover .title {
    color: #f96d11;
}
.menuBox .mainMenu > ul .full .nextMenuBox .menuListBox .item .pic {
    max-width: 165px;
    margin: 0 auto;
}
.menuBox .mainMenu > ul .full .nextMenuBox .menuListBox .item .title {
    width: 100%;
    font-size: 1.125rem;
    font-weight: 600;
    color: #000;
    text-align: center;
    height: 43px;
}
.menuBox .nextMenuBox {
    position: relative;
    display: none;
    background: #fff;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
    background: #fff1d9;
}
@media screen and (min-width: 1001px) {
    .menuBox .nextMenuBox {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 150px;
    }
    .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: left;
    font-size: 1.125rem;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
    text-align: center;
}
@media screen and (max-width: 1000px) {
    .menuBox .nextMenuBox a,
    .menuBox .nextMenuBox button {
        border: none;
        font-size: 1rem;
        white-space: normal;
        text-align: center !important;
    }
}
.menuBox .nextMenuBox a:hover,
.menuBox .nextMenuBox button:hover {
    color: #fff;
    background: #f96d11 !important;
}
.menuBox .nextMenuBox li {
    position: relative;
}
.menuBox .nextMenuBox li + li {
    border-top: #fff 1px solid;
}
@media screen and (min-width: 1001px) {
    .menuBox .nextMenuBox .nextMenuBox {
        position: absolute;
        top: 0;
        left: 100%;
        transform: none;
        width: 150px;
    }
}

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

.topNav {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
    .topNav {
        position: unset;
        top: auto;
        transform: none;
    }
}
.topNav .btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    padding: 0px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
    .topNav .btn {
        background: none;
    }
}
.topNav .btn::before {
    content: '';
    width: 25px;
    height: 25px;
    display: block;
    background: #000;
}
.topNav .btn:hover::before {
    background: #f96d11;
}
.topNav span {
    margin: 0 6px 0 0;
}
@media screen and (max-width: 1000px) {
    .topNav span {
        display: none;
    }
}
.topNav ul {
    display: none;
    position: absolute;
    width: 150px;
    max-width: 200px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}
.topNav ul li a {
    text-align: center;
    display: block;
    padding: 2px 20px;
    white-space: nowrap;
}
@media screen and (max-width: 767px) {
    .topNav ul li a {
        padding: 2px 10px;
    }
}
.topNav ul li a:hover {
    color: #fff;
    background: #f96d11;
}

.topNav .inquiry {
    position: relative;
}
.topNav .inquiry a::before,
.topNav .inquiry button::before {
    order: 2;
    -webkit-mask: url('../images/icon/icon_inquiry.svg') center no-repeat;
    mask: url('../images/icon/icon_inquiry.svg') center no-repeat;
}
.topNav .inquiry a span,
.topNav .inquiry button span {
    position: relative;
    display: none;
}
.topNav .inquiry .hasItem::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    display: block;
    background: #f96d11;
    border-radius: 100%;
    top: 5px;
    left: 50%;
    transform: translateX(-30%);
    animation: hasItem 1s infinite;
}
@media screen and (max-width: 1000px) {
    .topNav .inquiry .hasItem::after {
        top: 5px;
        transform: translateX(0%);
    }
}

.topNav .contact {
    margin: 0 10px;
}
@media screen and (max-width: 1000px) {
    .topNav .contact {
        display: none;
    }
}
.topNav .contact a {
    display: flex;
    align-items: center;
    line-height: 1.2;
    height: 40px;
    gap: 5px;
}
@media screen and (min-width: 1001px) {
    .topNav .contact a {
        color: #fff;
        background: #f96d11;
        border: 1px solid #f96d11;
        border-radius: 8px;
        padding: 5px 15px;
    }
}
@media screen and (min-width: 1200px) {
    .topNav .contact a {
        font-size: 1.125rem;
    }
}
.topNav .contact a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    -webkit-mask: url('../images/icon/icon_mail.svg') center no-repeat;
    mask: url('../images/icon/icon_mail.svg') center no-repeat;
    background: #fff;
}
@media screen and (max-width: 1000px) {
    .topNav .contact a::before {
        background: #000;
    }
}

.topNav .language {
    position: relative;
}
.topNav .language button {
    display: flex;
    align-items: center;
    line-height: 1.2;
    height: 40px;
    font-weight: 500;
    gap: 5px;
}
@media screen and (min-width: 1001px) {
    .topNav .language button {
        padding: 5px 15px;
        color: #000;
        border: 1px solid #f96d11;
        border-radius: 8px;
    }
}
@media screen and (min-width: 1200px) {
    .topNav .language button {
        font-size: 1.125rem;
    }
}
.topNav .language button::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    -webkit-mask: url('../images/icon/icon_language.svg') center no-repeat;
    mask: url('../images/icon/icon_language.svg') center no-repeat;
    background: #f96d11;
}
@media screen and (max-width: 1000px) {
    .topNav .language button::before {
        background: #000;
    }
}
.topNav .language ul {
    width: 100%;
    color: #000;
    border: 1px solid #f96d11;
    border-radius: 8px;
}
@media screen and (max-width: 1000px) {
    .topNav .language ul {
        width: 120px;
    }
}

.menuSearch > .btn::before {
    -webkit-mask: url('../images/icon/icon_search.svg') center no-repeat;
    mask: url('../images/icon/icon_search.svg') center no-repeat;
}
@media screen and (max-width: 1000px) {
    .menuSearch > .btn::before {
        width: 20px;
        height: 20px;
    }
}
.menuSearch .searchOuter {
    width: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #f96d11;
    z-index: 9;
    display: flex;
    align-items: center;
    overflow: hidden;
    gap: 10px;
    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: 0;
}
.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 .searchBox input::-moz-placeholder {
    color: #fff;
}
.menuSearch .searchOuter .searchBox input::placeholder {
    color: #fff;
}
.menuSearch .searchOuter .searchBtn {
    position: relative;
    width: 40px;
    aspect-ratio: 1;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menuSearch .searchOuter .searchBtn::before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    -webkit-mask: url('../images/icon/icon_search.svg') center no-repeat;
    mask: url('../images/icon/icon_search.svg') center no-repeat;
    background: #fff;
}
.menuSearch .searchOuter.active {
    width: 100%;
}

.breadcrumbBox {
    width: 100%;
    z-index: 10;
    position: absolute;
    bottom: -50px;
    z-index: 10;
}
@media screen and (max-width: 1000px) {
    .breadcrumbBox {
        display: none;
    }
}
.breadcrumbBox .breadcrumb {
    font-size: 14px;
    z-index: 3;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.9375rem;
    color: #666666;
}
@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: #666666;
    display: inline;
    transition: all 0.3s ease;
}
.breadcrumbBox .breadcrumb li a:hover {
    color: #f96d11;
}
.breadcrumbBox .breadcrumb li::after {
    content: '>';
    margin: 0px 10px;
    font-weight: bold;
    display: block;
    position: relative;
    font-weight: bolder;
    font-weight: normal;
}
.breadcrumbBox .breadcrumb li:last-child {
    color: #fff;
}
.breadcrumbBox .breadcrumb li:last-child::after {
    display: none;
}

.footerBox {
    background: #000;
    padding: 6% 0 0;
    position: relative;
    z-index: 9;
}
@media screen and (max-width: 1000px) {
    .footerBox {
        padding: 0;
    }
}
.footerBox .footer {
    max-width: 1200px;
    margin: 0 auto;
}
.footerBox .top {
    display: flex;
    gap: 100px;
    margin-bottom: 7%;
}
@media screen and (max-width: 1000px) {
    .footerBox .top {
        justify-content: center;
        display: none;
    }
}
.footerBox .info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
    .footerBox .info {
        max-width: none;
        margin: 0 auto;
        width: 150px;
    }
}
.footerBox .footerMenuBox {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media screen and (max-width: 1000px) {
    .footerBox .footerMenuBox {
        display: none;
    }
}
.footerBox .footerMenuBox .menu {
    display: flex;
    align-items: center;
    gap: 20px;
}
.footerBox .footerMenuBox .menu:not(:last-child) {
    flex-grow: 1;
}
.footerBox .footerMenuBox .menu .title {
    font-size: 1.125rem;
    color: #fff;
    font-weight: 500;
}
.footerBox .footerMenuBox .menu ul {
    display: flex;
    gap: 20px;
}
.footerBox .footerMenuBox .menu li {
    padding: 3px 0;
}
.footerBox .footerMenuBox .menu li a {
    display: block;
    font-size: 0.9375rem;
    color: #666666;
    line-height: 1.2;
}
.footerBox .footerMenuBox .menu li a:hover {
    color: #f96d11;
}
.footerBox .bottom {
    border-top: #222222 1px solid;
    padding: 20px 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
@media screen and (max-width: 1000px) {
    .footerBox .bottom {
        flex-direction: column;
    }
}
.footerBox .footerLogo {
    margin: 0 0 auto;
    line-height: 0;
}
.footerBox .footerLogo img {
    height: 53px;
}
.footerBox .copyright {
    font-size: 13px;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 1000px) {
    .footerBox .copyright {
        text-align: center;
        margin: 0 auto;
    }
}
.footerBox .copyright span {
    color: #666666;
}
.footerBox .copyright .hidden {
    display: none;
}
.footerBox .copyright a {
    color: #666666;
}
.footerBox .copyright a:nth-last-of-type(1) {
    color: #f96d11;
    white-space: nowrap;
}
.footerBox .copyright a:hover {
    color: #f96d11;
}
.footerBox .shareBox ul {
    display: flex;
    gap: 14px;
}
@media screen and (max-width: 1000px) {
    .footerBox .shareBox ul {
        gap: 5px;
        justify-content: center;
    }
}
.footerBox .shareBox ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50%;
    background: #aaa;
    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: 30px;
    height: 30px;
    background: #000;
    transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
    .footerBox .shareBox ul a::before {
        width: 25px;
        height: 25px;
    }
}
.footerBox .shareBox ul a:hover {
    background: #f96d11;
}
.footerBox .shareBox ul li .facebook::before {
    height: 20px;
    -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 {
    width: 25px;
    -webkit-mask: url('../images/icon/icon_youtube.svg') center no-repeat;
    mask: url('../images/icon/icon_youtube.svg') center no-repeat;
}
@media screen and (max-width: 1000px) {
    .footerBox .shareBox ul li .youtube::before {
        width: 23px;
        height: 23px;
    }
}
.footerBox .shareBox ul li .linkedin::before {
    -webkit-mask: url('../images/icon/icon_linkedin.svg') center no-repeat;
    mask: url('../images/icon/icon_linkedin.svg') center no-repeat;
}

.pageBox {
    padding-top: 50px;
    margin-top: 50px;
}
@media screen and (max-width: 1000px) {
    .pageBox {
        padding-top: 30px;
        margin-top: 30px;
    }
}
.pageBox .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
@media screen and (max-width: 1000px) {
    .pageBox .pagination {
        gap: 5px;
    }
}
.pageBox .pagination li {
    line-height: 1.5;
    text-align: center;
}
.pageBox .pagination li a {
    display: block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-weight: 500;
    font-size: 1.125rem;
    color: #212121;
    transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
    .pageBox .pagination li a {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }
}
.pageBox .pagination li a:hover {
    color: #fff;
    background: #f96d11;
    border-radius: 5px;
}
.pageBox .pagination li.active a {
    color: #fff;
    background: #f96d11;
    border-radius: 5px;
}
.pageBox .pagination li.controls:first-child {
    margin: 0 10px 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 10px;
}
@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;
    justify-content: center;
    position: relative;
    font-size: 0.9375rem;
    font-weight: 500;
    border-radius: 100%;
    border: none;
    transition: all 0.3s ease;
    width: 38px;
    aspect-ratio: 1;
    border-radius: 50%;
}
.pageBox .pagination li.controls a::before {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    -webkit-mask: url('../images/icon/icon_ar.svg') center no-repeat;
    mask: url('../images/icon/icon_ar.svg') center no-repeat;
    background: #000;
    transition: all 0.3s ease;
}
.pageBox .pagination li.controls a.next::before {
    transform: scaleX(-1);
}
.pageBox .pagination li.controls a:hover {
    background: none;
}
.pageBox .pagination li.controls a:hover::before {
    background: #f96d11;
}

.goTop {
    position: fixed;
    right: 0px;
    z-index: 9;
    bottom: 20%;
    font-size: 0.8125rem;
    color: #f96d11;
    cursor: pointer;
    transition: all 0.3s ease;
    writing-mode: vertical-rl;
    border: 1px solid #f96d11;
    display: flex;
    line-height: 1;
    padding: 10px 8px;
    background: #fff;
    border-radius: 8px 0 0 8px;
}
.goTop::before {
    content: '';
    width: 10px;
    height: 23px;
    display: block;
    background: #f96d11;
    margin-bottom: 8px;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.formBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 35px;
}
.formBox ul li {
    text-align: left;
}
.formBox .textareaItem,
.formBox .inputItem {
    width: calc(50% - 25px);
    position: relative;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .formBox .textareaItem,
    .formBox .inputItem {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
}
.formBox .textareaItem > label,
.formBox .textareaItem .label,
.formBox .inputItem > label,
.formBox .inputItem .label {
    margin: 0 0 10px;
    color: #000;
    line-height: 1;
    font-weight: 700;
    width: 120px;
    flex-shrink: 0;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    font-size: 1.3125rem;
}
@media screen and (max-width: 767px) {
    .formBox .textareaItem > label,
    .formBox .textareaItem .label,
    .formBox .inputItem > label,
    .formBox .inputItem .label {
        font-size: 1.125rem;
    }
}
.formBox .textareaItem .box label,
.formBox .inputItem .box label {
    display: block;
    padding-left: 22px;
    position: relative;
    font-size: 1.3125rem;
}
@media screen and (max-width: 767px) {
    .formBox .textareaItem .box label,
    .formBox .inputItem .box label {
        font-size: 1.125rem;
    }
}
.formBox .textareaItem .box label::before,
.formBox .inputItem .box label::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    display: block;
    background: url('../images/icon/checkbox.png') bottom no-repeat;
    left: 0px;
    top: 9px;
    z-index: 9;
}
.formBox .textareaItem .box input,
.formBox .inputItem .box input {
    position: absolute;
    opacity: 0;
}
.formBox .textareaItem .box input[type='checkbox'],
.formBox .inputItem .box input[type='checkbox'] {
    margin-right: 5px;
    opacity: 0;
}
.formBox .textareaItem .box input[type='checkbox']:checked + label::before,
.formBox .inputItem .box input[type='checkbox']:checked + label::before {
    background: url('../images/icon/checkbox.png') top no-repeat;
}
.formBox .textareaItem .select,
.formBox .inputItem .select {
    flex-grow: 1;
}
.formBox .textareaItem .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: #f96d11 transparent transparent transparent;
}
.formBox .textareaItem .select select.selectControl,
.formBox .inputItem .select select.selectControl {
    padding: 10px 35px 10px 10px;
}
.formBox .textareaItem .select select.selectControl::-ms-expand,
.formBox .inputItem .select select.selectControl::-ms-expand {
    display: none;
}
.formBox .textareaItem select.selectControl,
.formBox .textareaItem input.inputControl,
.formBox .textareaItem textarea.textareaControl,
.formBox .inputItem select.selectControl,
.formBox .inputItem input.inputControl,
.formBox .inputItem textarea.textareaControl {
    font-size: 1rem;
    line-height: 1;
    flex-grow: 1;
    padding: 12px 15px;
    color: #000;
    border-radius: 0;
    background: transparent;
    border: #e4e9ed 1px solid;
    background: #f6f7f8;
}
.formBox .textareaItem select.selectControl::-moz-placeholder,
.formBox .textareaItem input.inputControl::-moz-placeholder,
.formBox .textareaItem textarea.textareaControl::-moz-placeholder,
.formBox .inputItem select.selectControl::-moz-placeholder,
.formBox .inputItem input.inputControl::-moz-placeholder,
.formBox .inputItem textarea.textareaControl::-moz-placeholder {
    color: #ccc;
}
.formBox .textareaItem select.selectControl::placeholder,
.formBox .textareaItem input.inputControl::placeholder,
.formBox .textareaItem textarea.textareaControl::placeholder,
.formBox .inputItem select.selectControl::placeholder,
.formBox .inputItem input.inputControl::placeholder,
.formBox .inputItem textarea.textareaControl::placeholder {
    color: #ccc;
}
.formBox .textareaItem select.selectControl:focus,
.formBox .textareaItem input.inputControl:focus,
.formBox .textareaItem textarea.textareaControl:focus,
.formBox .inputItem select.selectControl:focus,
.formBox .inputItem input.inputControl:focus,
.formBox .inputItem textarea.textareaControl:focus {
    background: #fff1d9;
    border-color: #f96d11;
    box-shadow: 0 0 10px 0 #f96d11;
}
.formBox .textareaItem.full,
.formBox .inputItem.full {
    width: 100%;
}
.formBox .textareaItem.required label::after,
.formBox .inputItem.required label::after {
    content: '※';
    color: #f96d11;
    display: block;
    margin: 0 0 0 2px;
}
.formBox .textareaItem {
    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: 13px;
    text-decoration: underline;
}
.formBox a:nth-child(2) {
    margin: 0 auto 0 10px;
}
.formBox a:hover {
    color: #ff290b;
}
.formBox .checkImg {
    position: absolute;
    bottom: 12px;
    right: 50px;
    line-height: 0;
}
.formBox .reBtn {
    width: 15px;
    height: 15px;
    bottom: 16px;
    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 {
    padding-top: 70px;
    margin: 70px 0 0;
    display: flex;
    border-top: #bbbbbb 1px solid;
}
@media screen and (max-width: 1440px) {
    .pageBtnBox {
        margin: 40px 0 0;
    }
}
@media screen and (max-width: 1000px) {
    .pageBtnBox {
        margin: 30px 0 0;
    }
}
.pageBtnBox .send,
.pageBtnBox .back {
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0.7;
    color: #fff;
    z-index: 9;
    border-radius: 5px;
    font-size: 1.125rem;
    font-weight: 600;
    position: relative;
    background: #f96d11;
    padding: 15px 20px 13px;
    transition: all 0.3s ease;
    overflow: hidden;
    margin: 0 auto;
}
@media screen and (max-width: 1000px) {
    .pageBtnBox .send,
    .pageBtnBox .back {
        width: -moz-fit-content;
        width: fit-content;
        font-size: 1.125rem;
    }
}
.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,
.pageBtnBox .back:hover {
    color: #fff;
}
.pageBtnBox .send:hover::before,
.pageBtnBox .back:hover::before {
    width: 100%;
    left: 0;
}
.pageBtnBox .send:hover::after,
.pageBtnBox .back:hover::after {
    background: #fff;
}

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

.lightBoxOut {
    display: none;
}

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