@charset "UTF-8";

.layout-main {
    overflow: hidden;
}

#LpcContentsArea {
    line-height: 1.33;
}

#LpcContentsArea * + p {
    margin: 16px 0 0;
}

#LpcContentsArea * + ul,
#LpcContentsArea * + ol {
    margin-top: 16px;
    line-height: 1.25;
}

#LpcContentsArea * + [data-componenttype="txt"] {
    margin-top: 16px;
}

.Clm.White,
.Clm.Gray,
.Clm.Blue,
.Clm.Black,
.Clm.SolidBlack,
.Clm.SolidGray {
    z-index: 0;
    position: relative;
}

.Clm.Black,
.Clm.SolidBlack {
    color: #fff;
}

.Clm.Gray::before,
.Clm.Blue::before,
.Clm.Black::before,
.Clm.SolidBlack::before,
.Clm.SolidGray::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: -100%;
    width: 300%;
    height: 100%;
    content: "";
}

.Clm {
    max-width: 970px;
    margin: 0 auto;
    padding: 25px 0;
}

.Clm.White {
    background: #fff;
}

.Clm.Gray::before {
    background: linear-gradient(to bottom, #efefef 0%, #cdcdcd 100%);
    background-color: #efefef;
}

.Clm.Blue::before {
    background: #b9d0e2;
}

.Clm.Black::before {
    background: linear-gradient(to bottom, #717578 0%, #17191a 100%);
    background-color: #17191a;
}

.Clm.SolidBlack::before {
    background: #17191a;
}

.Clm.SolidGray::before {
    background: #cdcdcd;
}

@media screen and (max-width: 969px) {
    .Clm {
        width: 100%;
        padding: 45px 10px;
    }
    .Clm.of-primary {
        padding: 0 10px;
    }
    .Clm.of-secondary {
        padding: 5px 10px 45px;
    }
    .Clm.Small {
        padding: 45px 10px 30px;
    }
}

#LpcContentsArea h1 {
    margin: -5px auto 34px;
    font-size: 3.3rem;
    text-align: center;
}

#LpcContentsArea * + h1 {
    margin-top: 26px;
}

#LpcContentsArea h1 > span {
    display: inline-block;
    border-bottom: 1px solid #403f40;
}

#LpcContentsArea .Black h1 > span,
#LpcContentsArea .SolidBlack h1 > span {
    border-bottom: 1px solid #fff;
}

#LpcContentsArea h1 u {
    display: block;
    border-bottom: 3px solid #403f40;
    text-decoration: none;
}

#LpcContentsArea .Black h1 u,
#LpcContentsArea .SolidBlack h1 u {
    border-bottom: 3px solid #fff;
}

@media screen and (max-width: 969px) {
    #LpcContentsArea h1 {
        margin: 0 0 25px;
        line-height: 1.25;
    }
}

#LpcContentsArea .LytClm2 h1,
#LpcContentsArea .LytClm3 h1 {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #403f40;
}

#LpcContentsArea .Black .LytClm2 h1,
#LpcContentsArea .Black .LytClm3 h1,
#LpcContentsArea .SolidBlack .LytClm2 h1,
#LpcContentsArea .SolidBlack .LytClm3 h1 {
    border-bottom: 1px solid #fff;
}

#LpcContentsArea h2 {
    margin: 0 0 16px;
    font-size: 2.4rem;
    text-align: center;
}

#LpcContentsArea * + h2 {
    margin-top: 26px;
}

#LpcContentsArea .LytClm2 .Lst + h2 {
    margin-top: 10px;
}

#LpcContentsArea h3 {
    margin: 0 0 16px;
    padding-bottom: 7px;
    border-bottom: 1px solid #404040;
    color: #333;
    font-size: 1.8rem;
    text-transform: none;
}

#LpcContentsArea * + h3 {
    margin-top: 35px;
}

#LpcContentsArea .Black h3,
#LpcContentsArea .SolidBlack h3 {
    border-color: #fff;
    color: #fff;
}

#LpcContentsArea h4 {
    margin: 0 0 11px;
    padding: 0;
    border: 0 none;
    font-size: 1.6rem;
    text-transform: none;
}

#LpcContentsArea * + h4 {
    margin-top: 27px;
}

#LpcContentsArea .Black h2,
#LpcContentsArea .SolidBlack h2,
#LpcContentsArea .Black h4,
#LpcContentsArea .SolidBlack h4 {
    color: #fff;
}

.Img {
    margin: 0 auto;
    font-size: 1.6rem;
}

.Img > a {
    display: block;
}

.Caption {
    display: block;
    font-size: 0.875em;
}

@media screen and (max-width: 969px) {
    .Caption {
        text-align: center;
    }
    .Caption.aRight,
    .Caption.aLeft {
        text-align: center !important;
    }
}

.Img > a + .Caption,
.Img > .Caption + a,
img + .Caption,
.Caption + img {
    margin-top: 5px;
}

img.BorderNarrow {
    outline-color: transparent;
    outline-style: solid;
    outline-width: 1px;
}

img.BorderBold {
    outline-color: transparent;
    outline-style: solid;
    outline-width: 3px;
}

img.BorderWhite {
    outline-color: #fff;
}

img.BorderGray {
    outline-color: #808080;
}

img.BorderBlack {
    outline-color: #000;
}

.Lst {
    margin-top: 8px;
    font-size: 1.6rem;
    text-align: left;
}

.Lst li {
    position: relative;
    margin-top: 8px;
    padding: 0 0 0 15px;
    background: none;
}

.Lst li::before {
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #333;
    content: "";
}

.Black .Lst li::before,
.SolidBlack .Lst li::before {
    background: #fff;
}

.LytClm2 .Lst + p {
    margin-top: 30px;
}

.LytClm2 h2 + .Lst {
    margin: -12px 0 10px;
}

.LstBtn {
    -ms-flex-pack: center;
    display: flex;
    justify-content: center;
}

.LstBtn.aRight {
    justify-content: flex-end;
}

.LstBtn.aLeft {
    justify-content: flex-start;
}

.LstBtn > li {
    display: inline-block;
    padding: 0;
    background: none;
}

.LstBtn > li + li {
    margin-left: 20px;
}

.LstBtnLnk li {
    padding: 0;
    background: none;
}

.LstBtnLnk a {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    font-size: 1.6rem;
}

.Black .LstBtnLnk a,
.SolidBlack .LstBtnLnk a {
    color: #5fb2ff;
}

.LstBtnLnk a::before {
    display: block;
    position: absolute;
    top: 0.3em;
    left: 0;
    width: 6px;
    height: 11px;
    background: url("../../../img/landing_page/common/icon_btn_bl.png") no-repeat;
    content: "";
}

.Black .LstBtnLnk a::before,
.SolidBlack .LstBtnLnk a::before {
    background-image: url("../../../img/landing_page/common/icon_btn_s.png");
}

[class^="LytClm"] {
    display: flex;
    flex-wrap: wrap;
}

[class^="LytClm"] > li {
    background: none;
}

#LpcContentsArea .LytClm2 {
    margin: -30px 0 0 -30px;
}

#LpcContentsArea .LytClm2 > li {
    width: 50%;
    padding: 30px 0 0 30px;
}

@media screen and (max-width: 969px) {
    #LpcContentsArea .LytClm2 {
        margin: 0;
    }
    #LpcContentsArea .LytClm2 > li {
        width: 100%;
        padding: 0;
    }
    #LpcContentsArea .LytClm2 > li img {
        display: block;
        margin: 0 auto;
    }
    #LpcContentsArea .LytClm2 > li .Img > * + img {
        margin: 10px auto 0;
    }
    #LpcContentsArea .LytClm2 > li + li {
        margin-top: 30px;
    }
}

#LpcContentsArea .LytClm3 {
    margin: -30px 0 0 -30px;
}

#LpcContentsArea .LytClm3 > li {
    width: 33.33333%;
    padding: 30px 0 0 30px;
}

@media screen and (max-width: 969px) {
    #LpcContentsArea .LytClm3 {
        margin: 0;
    }
    #LpcContentsArea .LytClm3 > li {
        width: 100%;
        padding: 0;
    }
    #LpcContentsArea .LytClm3 > li img {
        display: block;
        margin: 0 auto;
    }
    #LpcContentsArea .LytClm3 > li .Img > * + img {
        margin: 10px auto 0;
    }
    #LpcContentsArea .LytClm3 > li + li {
        margin-top: 30px;
    }
}

#LpcContentsArea .LytClm4 {
    margin: -30px 0 0 -30px;
}

#LpcContentsArea .LytClm4 > li {
    width: 25%;
    margin: 30px 0 0 30px;
    margin-bottom: 0;
}

@media screen and (max-width: 969px) {
    #LpcContentsArea .LytClm4 {
        margin: 0;
    }
    #LpcContentsArea .LytClm4 > li {
        width: 100%;
        padding: 0;
    }
    #LpcContentsArea .LytClm4 > li img {
        display: block;
        margin: 0 auto;
    }
    #LpcContentsArea .LytClm4 > li .Img > * + img {
        margin: 10px auto 0;
    }
    #LpcContentsArea .LytClm4 > li + li {
        margin-top: 30px;
    }
}

#LpcContentsArea .LytClm5 {
    margin: -30px 0 0 -30px;
}

#LpcContentsArea .LytClm5 > li {
    width: 20%;
    padding: 30px 0 0 30px;
}

@media screen and (max-width: 969px) {
    #LpcContentsArea .LytClm5 {
        margin: 0;
    }
    #LpcContentsArea .LytClm5 > li {
        width: 100%;
        padding: 0;
    }
    #LpcContentsArea .LytClm5 > li img {
        display: block;
        margin: 0 auto;
    }
    #LpcContentsArea .LytClm5 > li .Img > * + img {
        margin: 10px auto 0;
    }
    #LpcContentsArea .LytClm5 > li + li {
        margin-top: 30px;
    }
}

.LytClm3 .LstBtn > li,
.LytClm4 .LstBtn > li,
.LytClm5 .LstBtn > li {
    display: block;
    text-align: center;
}

.LytClm3 .LstBtn > li + li,
.LytClm4 .LstBtn > li + li,
.LytClm5 .LstBtn > li + li {
    margin: 15px 0 0 0;
}

.Gray .LytClm2 li p > img,
.Gray .LytClm2 li p a > img {
    box-shadow: 1px 2px 5px #666;
}

.LytClm3 .LstBtn > li {
    width: 100%;
}

.LytClm4 .LstBtn > li {
    width: 100%;
}

.LytClm5 .LstBtn > li {
    width: 100%;
}

ol.Lst {
    margin: 0;
    padding: 0 0 0 13px;
}

ol.Lst > li {
    padding: 0;
    background: none;
}

ol.Lst li::before {
    display: none;
}

.cmnLpNmlBtn01,
.cmnLpNmlBtn02,
.cmnLpNmlBtn03,
.cmnLpNmlBtn04,
.cmnLpNmlBtn05 {
    margin: 10px 0;
}

.cmnLpNmlBtn01 a,
.cmnLpNmlBtn02 a,
.cmnLpNmlBtn03 a,
.cmnLpNmlBtn04 a,
.cmnLpNmlBtn05 a {
    -ms-flex-align: center;
    display: inline-flex;
    z-index: 0;
    position: relative;
    align-items: center;
    padding: 12px 16px 12px 45px;
    background: #ebebeb;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.3);
    color: #333;
    font-size: 1.9rem;
    letter-spacing: normal;
    text-align: left;
    text-decoration: none;
}

.cmnLpNmlBtn01 a::before,
.cmnLpNmlBtn02 a::before,
.cmnLpNmlBtn03 a::before,
.cmnLpNmlBtn04 a::before,
.cmnLpNmlBtn05 a::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 30px;
    width: 6px;
    height: 11px;
    transform: translateY(-50%);
    background: url("../../../img/landing_page/common/icon_btn_b.png") no-repeat;
    content: "";
}

.cmnLpNmlBtn01 a .Img,
.cmnLpNmlBtn02 a .Img,
.cmnLpNmlBtn03 a .Img,
.cmnLpNmlBtn04 a .Img,
.cmnLpNmlBtn05 a .Img {
    display: inline-block;
    min-width: 65px;
    margin: -40px 0 -40px 12px;
    text-align: right;
}

.cmnLpNmlBtn01 a .Img img,
.cmnLpNmlBtn02 a .Img img,
.cmnLpNmlBtn03 a .Img img,
.cmnLpNmlBtn04 a .Img img,
.cmnLpNmlBtn05 a .Img img {
    box-shadow: 0 0 2px #ccc;
}

@media screen and (min-width: 970px) {
    .LytClm3 .LstBtn .cmnLpNmlBtn01 a .Text,
    .LytClm3 .LstBtn .cmnLpNmlBtn02 a .Text,
    .LytClm3 .LstBtn .cmnLpNmlBtn03 a .Text,
    .LytClm3 .LstBtn .cmnLpNmlBtn04 a .Text,
    .LytClm3 .LstBtn .cmnLpNmlBtn05 a .Text {
        max-width: 215px;
    }
}

@media screen and (min-width: 970px) {
    .LytClm4 .LstBtn .cmnLpNmlBtn01 a .Text,
    .LytClm4 .LstBtn .cmnLpNmlBtn02 a .Text,
    .LytClm4 .LstBtn .cmnLpNmlBtn03 a .Text,
    .LytClm4 .LstBtn .cmnLpNmlBtn04 a .Text,
    .LytClm4 .LstBtn .cmnLpNmlBtn05 a .Text {
        max-width: 140px;
    }
}

.cmnLpNmlBtn02 a {
    background: #ff5600;
    color: #fff;
}

.cmnLpNmlBtn02 a::before {
    background-image: url("../../../img/landing_page/common/icon_btn_w.png");
}

.cmnLpNmlBtn03 a {
    background: #129e83;
    color: #fff;
}

.cmnLpNmlBtn03 a::before {
    background-image: url("../../../img/landing_page/common/icon_btn_w.png");
}

.cmnLpNmlBtn04 a {
    background: #006896;
    color: #fff;
}

.cmnLpNmlBtn04 a::before {
    background-image: url("../../../img/landing_page/common/icon_btn_w.png");
}

.cmnLpNmlBtn05 a {
    background: #f30b19;
    color: #fff;
}

.cmnLpNmlBtn05 a::before {
    background-image: url("../../../img/landing_page/common/icon_btn_w.png");
}

.cmnLpAncrBtn03 {
    margin: 10px 0;
}

.cmnLpAncrBtn03 a {
    -ms-flex-align: center;
    display: inline-flex;
    z-index: 0;
    position: relative;
    align-items: center;
    background: #e60012;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 1.9rem;
    letter-spacing: normal;
    text-align: left;
    text-decoration: none;
}

.cmnLpAncrBtn03 a .Text {
    display: inline-block;
    position: relative;
    padding: 12px 10px 12px 45px;
}

.cmnLpAncrBtn03 a .Text::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    background: url("../../../img/landing_page/common/icon_btn_dl.png") no-repeat;
    content: "";
}

.cmnLpAncrBtn03 a .Img {
    display: inline-block;
    min-width: 65px;
    margin: -40px 10px -40px 0;
    text-align: right;
}

.cmnLpAncrBtn03 a .Img img {
    box-shadow: 0 0 2px #ccc;
}

@media screen and (min-width: 970px) {
    .LytClm3 .LstBtn .cmnLpAncrBtn03 a .Text {
        max-width: 215px;
    }
}

@media screen and (min-width: 970px) {
    .LytClm4 .LstBtn .cmnLpAncrBtn03 a .Text {
        max-width: 140px;
    }
}

.aLeft {
    text-align: left !important;
}

.aCenter {
    text-align: center !important;
}

.aRight {
    text-align: right !important;
}

.aJustify {
    text-align: justify !important;
}

.Under {
    text-decoration: underline;
}

.Italic {
    font-style: italic;
}

.Contract {
    width: 720px;
    margin: 0 auto;
    padding-top: 10px;
    font-size: 1.2rem;
}

@media screen and (max-width: 969px) {
    .Contract {
        width: 100%;
        margin: 40px 0;
        padding: 0 10px;
    }
    .Clm + .Contract {
        margin: 20px 0 40px;
    }
}

.BoldText {
    font-weight: bold;
}

/*  cmnLpInqBtn01
---------- ---------- ---------- */
.cmnLpInqBtn01 a {
    display: inline-block;
    z-index: 0;
    position: relative;
    padding: 10px 25px 12px 45px;
    background: #129e83;
    color: #fff;
    font-size: 1.9rem;
    text-align: left;
    text-decoration: none;
}

.cmnLpInqBtn02 a {
    padding: 12px 20px 14px 45px;
    background: #129e83;
}

li.cmnLpAncrBtn02 + .cmnLpInqBtn02 a {
    position: relative;
    top: 3px;
}

li.cmnLpAncrBtn03 + .cmnLpInqBtn02 a {
    position: relative;
    top: 2px;
}

.cmnLpInqBtn01 a::before,
.cmnLpInqBtn02 a::before {
    background-image: url("../../../img/icon_priceinquiry_m_trans.png");
    background-position: left center;
}

.cmnLpAncrBtn01 a .Img.Border img,
.cmnLpAncrBtn02 a .Img.Border img,
.cmnLpAncrBtn03 a .Img.Border img,
.cmnLpAncrBtn04 a .Img.Border img {
    border: 1px solid #ccc;
}

/*  cmnLpAncrBtnNormal
---------- ---------- ---------- */
.cmnLpAncrBtnNormal a::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 16px;
    height: 13px;
    margin-top: -7px;
    background: rgba(0, 0, 0, 0) url("../../../img/landing_page/common/icon_btn_anc.png") no-repeat 0 0;
    content: "";
}

.cmnLpAncrBtnNormal a {
    display: inline-block;
    position: relative;
    padding: 13px 25px 13px 47px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #999 0%, #666 100%) repeat scroll 0 0;
    box-shadow: 0 1px 3px #000;
    color: #fff;
    font-size: 2.1rem;
    text-decoration: none;
}

/* ---------------------------
    Paragraph
--------------------------- */
#LpcContentsArea * + [data-componenttype] {
    margin-top: 16px;
}

#LpcContentsArea * + [data-componenttype="col"] {
    margin-top: 0;
}

/*
 * mod-slider
** ------------------------------------------------------ */
.mod-slider {
    display: flex;
    flex-wrap: wrap;
    max-width: 970px;
    margin-bottom: -30px;
}

[data-script-enabled="true"] .mod-slider {
    flex-wrap: inherit;
    max-width: inherit;
    opacity: 0;
}

.bx-wrapper .mod-slider {
    opacity: 1;
}

.mod-slider.Col2 > li {
    align-items: flex-end;
    width: 50%;
}

.mod-slider.Col3 > li {
    width: 33.333333%;
}

.mod-slider.Col4 > li {
    width: 25%;
}

.mod-slider.Col5 > li {
    width: 20%;
}

.mod-slider > li:first-child {
    border: 0;
}

.mod-slider > li {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: inherit;
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    border: 0;
    outline: none;
    animation: display1 0.2s linear forwards;
}

.gtie9 .mod-slider > li {
    animation: none;
}

@media screen and (max-width: 969px) {
    .mod-slider > li > * {
        width: 100%;
    }
}

.mod-slider > li.IsHidden {
    display: none;
}

@media screen and (max-width: 767px) {
    .mod-slider > li > .Img {
        text-align: center;
    }
}

@media screen and (max-width: 969px) {
    .mod-slider > li > .Img > .Caption {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .mod-slider > li > .Img > .Caption {
        text-align: center;
    }
}

@keyframes display1 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes display2 {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

@keyframes loading {
    0% {
    }
    50% {
        opacity: 0.6;
    }
    100% {
        transform: rotate(1080deg);
        transform-origin: 50% 50%;
        opacity: 0.3;
    }
}

@keyframes loading2 {
    0%,
    100% {
        box-shadow: 0.5em 0 0 0 rgba(0, 0, 0, 0.3), 1em 0 0 0 rgba(0, 0, 0, 0.5), 1.5em 0 0 0 rgba(0, 0, 0, 0.8);
    }
    33.3% {
        box-shadow: 0.5em 0 0 0 rgba(0, 0, 0, 0.8), 1em 0 0 0 rgba(0, 0, 0, 0.3), 1.5em 0 0 0 rgba(0, 0, 0, 0.5);
    }
    66.6% {
        box-shadow: 0.5em 0 0 0 rgba(0, 0, 0, 0.5), 1em 0 0 0 rgba(0, 0, 0, 0.8), 1.5em 0 0 0 rgba(0, 0, 0, 0.3);
    }
}

.mod-slider[data-view="Grid"][data-filter="all"] > li:nth-child(n + 6) {
    display: none;
}

/*  bx-wrapper
---------- ---------- ---------- */
.bx-wrapper {
    position: relative;
    margin: 0 auto 50px;
}

@media screen and (max-width: 969px) {
    .bx-wrapper {
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .bx-wrapper {
        padding: 0;
    }
}

.bx-wrapper .mod-slider[data-view="Grid"] {
    margin-left: 0;
}

.bx-wrapper .mod-slider[data-view="Grid"][data-filter="all"] > li {
    padding-left: 0;
}

.bx-wrapper .mod-slider[data-view="Grid"] > li:nth-child(n + 6) {
    display: flex;
}

.IsStatic .bx-clone {
    display: none !important;
}

.bx-wrapper .bx-controls {
    margin-top: 20px;
}

.bx-wrapper .bx-controls .bx-pager {
    z-index: 300;
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] .bx-wrapper .bx-controls .bx-pager {
        display: none;
    }
}

.bx-wrapper .bx-controls .bx-pager .bx-pager-item {
    display: inline-block;
    margin: 0 5px;
}

.bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
    display: block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    border-radius: 20px;
    background: #ccc;
    text-indent: -999em;
}

.bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
    background: #c00;
}

.bx-wrapper .bx-controls .bx-controls-direction {
    width: 100%;
}

.bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
.bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    position: absolute;
    top: 50%;
    width: 28px;
    height: 48px;
    overflow: hidden;
    transform: translateY(-50%);
    background: #888;
    text-indent: -999em;
}

@media screen and (max-width: 1080px) {
    [class*="theme-K"] .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
    [class*="theme-K"]
.bx-wrapper .bx-controls .bx-controls-direction .bx-next {
        opacity: 0.7;
    }
}

.bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: -40px;
}

@media screen and (max-width: 1080px) {
    [class*="theme-K"] .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
        left: 0;
    }
}

.bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: -40px;
    transform: scale(-1, 1) translateY(-50%);
}

@media screen and (max-width: 1080px) {
    [class*="theme-K"] .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
        right: 0;
    }
}

.bx-wrapper .bx-controls .bx-controls-direction .bx-prev::before,
.bx-wrapper .bx-controls .bx-controls-direction .bx-next::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin-top: -6px;
    margin-left: -3px;
    border: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid #fff;
    border-left: 0;
    content: "";
}

.bx-wrapper .bx-controls .bx-controls-direction .bx-prev::after,
.bx-wrapper .bx-controls .bx-controls-direction .bx-next::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin-top: -3px;
    border: 3px solid rgba(0, 0, 0, 0);
    border-right: 3px solid #888;
    border-left: 0;
    content: "";
}
