
:root {
--swiper-theme-color:#007aff
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}
.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}
.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}
.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}
.swiper-slide-invisible-blank {
    visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0))
}
.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
display:none
}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}
:root {
--swiper-navigation-size:44px
}
.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
width:calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
margin-top:calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}
.swiper-button-prev:after, .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}
.swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white {
--swiper-navigation-color:#fff
}
.swiper-button-prev.swiper-button-black, .swiper-button-next.swiper-button-black {
--swiper-navigation-color:#000
}
.swiper-button-lock {
    display: none
}

.jdmin{position:absolute;bottom:10%;left:0;right:0;width:100%;}
.jdmin2{position:relative;max-width:1290px;margin:auto;padding:0 1.875rem;}
.jdmin3{max-width:350px;position:relative;height: 24px;}
.jdmin3 .swiper-pagination{position: absolute;bottom:0;right:0;}



.swiper-pagination {
    position: relative;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets {
    width: 100%
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33)
}
.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 10px;
    background: #505050;
    transition: width .5s ease
}
.swiper-pagination-bullet:not(:last-child) {
    margin: 0 .625rem 0 0
}
.swiper-pagination-bullet:focus {
    outline: 0
}
button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}
.swiper-pagination-bullet-active {
    width: 25px;
    background-color: #dc000c
}

@media(min-width:48em) {
.swiper-pagination-bullet-active {
    width: 35px
}
}
.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform
}
.swiper-pagination-progressbar {
    background: rgba(0,0,0,0.25);
    position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}
.swiper-container-vertical>.swiper-pagination-progressbar, .swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}
.swiper-pagination-white {
--swiper-pagination-color:#fff
}
.swiper-pagination-black {
--swiper-pagination-color:#000
}
.swiper-pagination-lock {
    display: none
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,0.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}
.swiper-scrollbar-cursor-drag {
    cursor: move
}
.swiper-scrollbar-lock {
    display: none
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}
.swiper-zoom-container>img, .swiper-zoom-container>svg, .swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.swiper-slide-zoomed {
    cursor: move
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}
.swiper-lazy-preloader-white {
--swiper-preloader-color:#fff
}
.swiper-lazy-preloader-black {
--swiper-preloader-color:#000
}
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes swiper-preloader-spin {
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube {
    overflow: visible
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}
.swiper-container-flip {
    overflow: visible
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}






.c-hero {
    position: relative;
    background-color: #ebeced
}
.c-hero--slider .c-hero__media {
    position: relative;
    width: 100%;
    overflow: hidden
}


.c-hero--slider .c-hero__content {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
	font-size:15px;
}

.c-hero__content h2{font-size:21px;font-weight:normal;color:#333;}


.c-hero--slider .c-hero__inner {
    max-width: 350px;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    transition: opacity .75s ease, -webkit-transform .75s ease;
    transition: opacity .75s ease, transform .75s ease;
    transition: opacity .75s ease, transform .75s ease, -webkit-transform .75s ease
}

@media(max-width:1100px){
.c-hero__content{font-size:14px;}
	.c-hero--slider .c-hero__inner {max-width:350px;}
}


.c-hero--slider .c-hero__inner img {
    width: 200px;
    margin: 0 0 1.5rem
}

@media(min-width:36em) {
.c-hero--slider .c-hero__inner img {
    width: 250px
}
}

@media(min-width:48em) {
.c-hero--series {
    display: flex
}
}
.c-hero--series .c-hero__media {
    position: relative;
    overflow: hidden
}

@media(max-width:47.99em) {
.c-hero--series .c-hero__media {
    width: 100%;
    padding-top: 56.25%
}
}

@media(min-width:48em) {
.c-hero--series .c-hero__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}
}
.c-hero--series .c-hero__content {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1260px;
    background-color: #fff;
    padding: 1.5rem 1.875rem 2rem;
    margin: 0 auto
}

@media(min-width:48em) {
.c-hero--series .c-hero__content {
    min-height: 500px;
    background-color: transparent
}
}

@media(min-width:75em) {
.c-hero--series .c-hero__content {
    min-height: 600px
}
}
.c-hero--series .c-hero__inner {
    max-width: 420px
}
.c-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}
.swiper-slide-active .c-hero__inner, .swiper-slide-duplicate-active .c-hero__inner {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition-delay: .5s
}
.c-modal {
    position: relative
}
.c-modal--overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000
}
.c-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7)
}
.c-modal__main {
    display: flex;
    align-items: center;
    max-width: 510px;
height:calc(100% - (1.5rem * 2));
    padding: 0 1.5rem;
    margin: 1.5rem auto
}

@media(min-width:48em) {
.c-modal__main {
    padding: 0 1.875rem
}
}
.c-modal__card {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 2rem 1.5rem
}

@media(min-width:48em) {
.c-modal__card {
    padding: 3.75rem 3.125rem
}
}
.c-modal__close {
    position: absolute;
    top: 1.125rem;
    right: 1.125rem;
    width: 30px;
    height: 30px;
    cursor: pointer
}
.c-modal__close:before, .c-modal__close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background-color: #555
}
.c-modal__close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}
.c-modal__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}
.c-pagination {
    position: relative
}
.c-pagination__main {
    display: flex;
    justify-content: center;
    align-items: center
}
.c-pagination__btn {
    transition: color .3s ease
}

@media(hover:hover), (-ms-high-contrast:none) {
.c-pagination__btn:hover {
    color: #dc000c
}
}
.c-pagination__pages {
    display: flex
}
.c-pagination__page {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .875rem;
    width: 25px;
    height: 25px;
    color: #ccc;
    border: 1px solid #ccc;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease
}
.c-pagination__page:not(:last-child) {
    margin: 0 .3125rem 0 0
}

@media(hover:hover), (-ms-high-contrast:none) {
.c-pagination__page:hover {
    color: #fff;
    background-color: #dc000c;
    border-color: #dc000c
}
}
.c-pagination__page.is-active {
    color: #fff;
    background-color: #dc000c;
    border-color: #dc000c
}
.c-sidebar {
    position: relative;
    background-color: #fff;
    padding: 1.5rem
}
.c-sidebar__item {
    padding: 1rem 0
}
.c-sidebar__item:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,0.1)
}
.c-sidebar__title {
    position: relative;
    cursor: pointer
}
.c-sidebar__title:after {
    content: "";
    position: absolute;
    top: .5rem;
    right: .75rem;
    width: 10px;
    height: 7px;
    background-image: url(../img/icon/icon-arrow-down.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

@media(min-width:48em) {
.c-sidebar__title:after {
    right: 1.25rem
}
}
.c-sidebar__title.is-active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.c-sidebar__content {
    display: none;
    background-color: #f5f6f7;
    padding: 1rem;
    margin: .75rem 0 0
}
.c-sidebar__content .c-form__checkbox:not(:last-child) {
    margin: 0 0 .875rem
}
.c-specification {
    position: relative
}
.c-specification__header {
    display: flex;
    background-color: #333;
    padding: 1rem 1.25rem
}

@media(min-width:48em) {
.c-specification__header {
    padding: 1rem 1.875rem
}
}
.c-specification__header .c-specification__title {
    margin: 0
}
.c-specification__header span {
    font-size: 1rem;
    color: #fff
}

@media(min-width:48em) {
.c-specification__header span {
    font-size: 1.25rem
}
}
.c-specification__title {
    margin: 0 0 .5rem
}

@media(min-width:48em) {
.c-specification__title {
    width: 40%;
    padding: 0 1rem 0 0;
    margin: 0
}
}

@media(min-width:48em) {
.c-specification__parameter {
    width: 60%;
    padding: 0 1rem 0 0
}
}
.c-specification__item {
    padding: 1rem 0
}

@media(min-width:48em) {
.c-specification__item {
    display: flex;
    padding: 1.25rem 1.875rem
}
}
.c-specification__item:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,0.1)
}
.c-table {
    overflow-x: auto
}
.c-table__main {
    min-width: 1000px
}
.c-table__header {
    display: flex;
    background-color: #f5f6f7;
    padding: 1rem 1.5rem
}

@media(min-width:48em) {
.c-table__header {
    padding: 1.5rem 2.5rem
}
}
.c-table__item {
    border-bottom: 1px solid #dedede
}
.c-table__link {
    display: flex;
    align-items: center;
    padding: 1.5rem;
    transition: background-color .3s ease
}

@media(min-width:48em) {
.c-table__link {
    padding: 1.875rem 2.5rem
}
}

@media(hover:hover), (-ms-high-contrast:none) {
.c-table__link:hover {
    background-color: #f5f6f7
}
}
.c-table__col-100 {
    width: 100px;
    padding: 0 1rem 0 0
}
.c-table__col-150 {
    width: 150px;
    padding: 0 1rem 0 0
}
.c-table__col-200 {
    width: 200px;
    padding: 0 1rem 0 0
}
.c-table__col-auto {
    flex: 1;
    padding: 0 1rem 0 0
}
.c-video {
    position: relative
}
.c-video__iframe {
    width: 100%;
    padding-top: 56.25%
}
.c-video__iframe>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 16px rgba(0,0,0,0.1);
    z-index: 99999
}
.l-header__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding: 0 1.25rem 0 1.5rem
}

@media(min-width:48em) {
.l-header__main {
    height: 100px;
    padding: 0 1.875rem
}
}

@media(min-width:75em) {
.l-header__main {
    padding: 0 2.5rem
}
}
.l-header__logo {
    position: relative;
    width: 200px;
    z-index: 2
}

@media(min-width:48em) {
.l-header__logo {
    width: 255px
}
}
.l-header__logo>img {
    display: block;
    width: 100%
}

@media(min-width:75em) {
.l-header__menu {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center
}
}
.l-header__burger {
    display: block;
    width: 32px;
    height: 32px;
    background-color: #dc000c
}

@media(min-width:75em) {
.l-header__burger {
    display: none
}
}
.l-header__search {
    display: none;
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #dedede;
    padding: 2.25rem 0
}

@media(min-width:48em) {
.l-header__search {
    top: 6.25rem
}
}
.l-header__search-main {
    position: relative;
    width: 90%;
    max-width: 660px;
    margin: 0 auto
}
.l-header__search-main button {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-image: url(../img/icon/icon-search-gray.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}
.l-header__search-input {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    border: 1px solid rgba(186,186,186,0.5);
    padding: .625rem 4rem .625rem 1.5rem;
    transition: border-color .2s ease
}
.l-header__search-input::-webkit-input-placeholder {
color:rgba(51,51,51,0.17)
}
.l-header__search-input::-moz-placeholder {
color:rgba(51,51,51,0.17)
}
.l-header__search-input:-ms-input-placeholder {
color:rgba(51,51,51,0.17)
}
.l-header__search-input::-ms-input-placeholder {
color:rgba(51,51,51,0.17)
}
.l-header__search-input::placeholder {
color:rgba(51,51,51,0.17)
}
.l-header__search-input:focus {
    border-color: #dc000c
}
.l-nav {
    position: relative;
    display: none
}

@media(min-width:75em) {
.l-nav {
    display: block
}
}
.l-nav__list {
    display: flex
}
.l-nav__item {
    position: relative;
    margin: 0 .75rem
}

@media(min-width:90em) {
.l-nav__item {
    margin: 0 1.25rem
}
}
.l-nav__item:hover .l-nav__link {
    border-color: #dc000c
}
.l-nav__item:hover .l-nav__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}
.l-nav__item.is-dropdown:hover:before {
    content: "";
    display: block;
    position: absolute;
    top: 30%;
    left: 50%;
    width: 300px;
    height: 300px;
    background: transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.6) rotate(45deg);
    transform: scaleY(0.6) rotate(45deg);
    overflow: hidden;
    z-index: 2
}
.l-nav__link {
    position: relative;
    display: flex;
    align-items: center;
    height: 100px;
    border-bottom: 2px solid transparent;
    transition: border-color .3s ease;
    z-index: 3
}
.l-nav__dropdown {
    position: absolute;
    top: 5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 240px;
    background-color: #fff;
    border: 1px solid #dedede;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease, visibility .3s ease;
    z-index: 3
}

@media(min-width:48em) {
.l-nav__dropdown {
    top: 6.25rem
}
}
.l-nav__dropdown li {
    transition: background-color .3s ease
}
.l-nav__dropdown li:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

@media(hover:hover), (-ms-high-contrast:none) {
.l-nav__dropdown li:hover {
    background-color: #f5f6f7
}
}
.l-nav__dropdown--full {
    position: fixed;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    padding: 2.25rem 0
}
.l-nav__dropdown-card {
    display: block;
    padding: 2rem 1rem;
    text-align: center;
    transition: box-shadow .3s ease
}

@media(hover:hover), (-ms-high-contrast:none) {
.l-nav__dropdown-card:hover {
    box-shadow: 0 0 30px rgba(0,0,0,0.04)
}
}
.l-mobile-nav {
    display: none;
    position: fixed;
    top: 5rem;
    left: 0;
    width: 100%;
    height: calc(100% - 5rem);
    background-color: #fff;
    border-top: 1px solid #dedede;
    overflow-y: auto;
    z-index: 2
}

@media(min-width:48em) {
.l-mobile-nav {
    top: 6.25rem;
    height: calc(100% - 6.25rem)
}
}
.l-mobile-nav__item.is-dropdown .l-mobile-nav__link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.875rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 7px;
    background-image: url(../img/icon/icon-arrow-down.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}
.l-mobile-nav__link {
    position: relative;
    display: block;
    border-bottom: 1px solid #dedede;
    padding: 1rem 1.875rem
}

@media(min-width:62em) {
.l-mobile-nav__link {
    padding: 1rem 2.5rem
}
}
.l-mobile-nav__dropdown {
    display: none;
    background-color: #f5f6f7
}
.l-mobile-nav__dropdown ul {
    padding: 1rem 1.875rem 1rem 3rem;
    border-bottom: 1px solid #dedede
}

@media(min-width:62em) {
.l-mobile-nav__dropdown ul {
    padding: 1rem 1.875rem 1rem 4rem
}
}
.l-mobile-nav__dropdown a {
    display: block;
    padding: .5rem 0
}
.l-sub-nav {
    position: relative
}
.l-sub-nav__list {
    display: flex;
    margin: 0 -0.5rem 0 0
}

@media(min-width:48em) {
.l-sub-nav__list {
    margin: 0 -1.5rem 0 0
}
}
.l-sub-nav__item {
    margin: 0 .5rem 0 0
}

@media(min-width:48em) {
.l-sub-nav__item {
    margin: 0 1.5rem 0 0
}
}
.l-sub-nav__link {
    position: relative;
    display: block;
    transition: opacity .2s ease
}

@media(hover:hover), (-ms-high-contrast:none) {
.l-sub-nav__link:hover {
    opacity: .6
}
}
.l-sub-nav__number {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: #333;
    border-radius: 50%
}
.l-sub-nav__number>span {
    font-size: .75rem;
    color: #fff;
    -webkit-transform: scale(0.83333);
    transform: scale(0.83333)
}
.l-footer {
    background-color: #333
}
.l-footer__header {
    display: none;
    padding: 4.5rem 0
}

@media(min-width:48em) {
.l-footer__header {
    display: block
}
}
.l-footer__main {
    display: flex;
    justify-content: center
}
.l-footer__menu:not(:last-child) {
    margin: 0 4.25rem 0 0
}
.l-footer__menu:nth-child(2) {
    width: 300px
}
.l-footer__title {
    display: block;
    color: #fff;
    margin: 0 0 1.25rem
}
a.l-footer__title {
    transition: color .2s ease
}

@media(hover:hover), (-ms-high-contrast:none) {
a.l-footer__title:hover {
    color: #dc000c
}
}
.l-footer__item:not(:last-child) {
    margin: 0 0 .625rem
}
.l-footer__link {
    display: block;
    font-size: .875rem;
    color: rgba(255,255,255,0.45);
    text-transform: uppercase;
    transition: color .3s ease
}

@media(hover:hover), (-ms-high-contrast:none) {
.l-footer__link:hover {
    color: #fff
}
}
.l-footer__footer {
    border-top: 1px solid rgba(255,255,255,0.3);
    padding: 2.5rem 0;
    text-align: center
}
.l-footer__privacy {
    display: flex;
    justify-content: center;
    margin: 0 0 .5rem
}
.l-footer__privacy li:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,0.6)
}
.l-footer__privacy a {
    display: block;
    font-size: .875rem;
    color: rgba(255,255,255,0.6);
    padding: 0 1.25rem;
    transition: color .2s ease
}

@media(hover:hover), (-ms-high-contrast:none) {
.l-footer__privacy a:hover {
    color: #fff
}
}
.l-footer__copyright {
    font-size: .875rem;
    color: rgba(255,255,255,0.25)
}
.l-footer__copyright>a {
    display: block;
    color: rgba(255,255,255,0.25);
    transition: color .3s ease
}

@media(min-width:48em) {
.l-footer__copyright>a {
    display: inline-block
}
}

@media(hover:hover), (-ms-high-contrast:none) {
.l-footer__copyright>a:hover {
    color: #fff
}
}
.l-wrapper-small {
    width: 100%;
    max-width: 1060px;
    padding: 0 1.875rem;
    margin: 0 auto
}
.l-wrapper {
    width: 100%;
    max-width: 1290px;
    padding: 0 1.875rem;
    margin: 0 auto
}
.l-wrapper-large {
    width: 100%;
    max-width: 1360px;
    padding: 0 1.875rem;
    margin: 0 auto
}
.l-section {
    position: relative
}
page[size="A4"] {
    font-family: "Roboto", "Noto Sans TC", -apple-system, BlinkMacSystemFont, "Microsoft JhengHei", Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
    background: #fff;
    width: 210mm;
    display: block
}
.l-pdf__table {
    width: 100%;
    border-collapse: collapse
}
.l-pdf__header {
    background-color: #fff;
    border-bottom: 2px solid #c3000b;
    padding: 1rem 0
}
.l-pdf__header-img {
    width: 120px;
    float: left
}
.l-pdf__header-desc {
    float: right;
    text-align: right
}
.l-pdf__footer {
    background-color: #c3000b;
    padding: 1rem;
    text-align: left
}
.l-pdf__footer p {
    font-size: .75rem;
    font-weight: 400;
    font-style: normal
}
.l-pdf__page {
    min-height: calc(297mm - 80px - 90px - 64px);
    margin: 2rem 0
}
.l-pdf__section {
    padding: 1rem 0;
    border-bottom: 1px solid #ccc
}
.l-pdf__inner {
    width: 630px;
    margin: 0 auto
}
.l-pdf__title {
    border-left: 2px solid #dc000c;
    padding: 0 0 0 .75rem
}

