@charset "UTF-8";

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #dc002f;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.2s;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

@media (hover: hover) {
    .lp-buttonConversion:hover {
        background-color: #c6002a;
    }
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion-text {
    margin-right: 16px;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
    min-width: 42px;
    max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #13778f;
}

@media (hover: hover) {
    .lp-buttonConversion.of-primary:hover {
        background-color: #116b81;
    }
}

.lp-buttonConversion.of-secondary {
    background: #0065bb;
}

.lp-navigationSeries {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1240px;
    margin: 20px auto;
    padding: 4px 10px;
    border: 2px solid #e5e5e5;
    color: #999;
}

div#MainContent .lp-navigationSeries {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
}

@media only screen and (max-width: 1279px) {
    .lp-navigationSeries {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries {
        flex-direction: column;
        align-items: center;
    }
}

.lp-navigationSeries-title {
    max-width: 600px;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.3;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title {
        width: 100%;
        max-width: none;
        margin-bottom: 3px;
        text-align: center;
    }
}

.lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title + .lp-navigationSeries-linkList {
        margin-left: -10px;
    }
}

div#MainContent .lp-navigationSeries-title {
    margin-bottom: 0;
    color: #999;
    font-size: 11px;
    line-height: 1.3;
    text-transform: none;
}

div#MainContent .lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-seriesNameText, .lp-navigationSeries-seriesText {
        display: block;
    }
}

.lp-navigationSeries-linkList {
    display: flex;
    flex-wrap: wrap;
    margin: -3px 0 0 -10px;
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList {
    margin: -3px 0 0 -10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-linkList {
        justify-content: center;
        width: 100%;
    }
}

.lp-navigationSeries-linkList > li {
    display: flex;
    position: relative;
    margin-top: 3px;
    margin-left: 10px;
    background: none;
    font-size: 1.1rem;
    line-height: 1.3;
}

div#MainContent .lp-navigationSeries-linkList > li {
    margin: 3px 0 0 10px;
    padding: 0;
    background: none;
    font-size: 11px;
}

.lp-navigationSeries-linkList > li > a {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 9px;
    color: #999;
    line-height: 1.3;
    text-decoration: none;
}

.lp-navigationSeries-linkList > li > a::before {
    display: block;
    position: absolute;
    top: 4px;
    left: -2px;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    content: "";
}

div#MainContent .lp-navigationSeries-linkList > li > a:link {
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList > li > a::before {
    top: 0.3em;
}

.lp-navigationSeries-linkList > li > a:hover, .lp-navigationSeries-linkList > li > a:focus {
    text-decoration: underline;
}

.lp-layout-header {
    z-index: 100;
    position: relative;
    text-align: left;
}

.lp-layout-header.of-flex .lp-layout-header-content {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header.of-flex .lp-layout-header-content {
        flex-direction: column;
        align-items: center;
    }
}

.lp-layout-header-content {
    max-width: calc(1760px + (80px * 2));
    margin: 0 auto;
    padding: 26px 80px;
}

.lp-layout-header-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1364px) {
    .lp-layout-header-content {
        max-width: calc(1204px + (80px * 2));
        padding: 26px calc(4rem + ((1vw - 1.024rem) * (11.73021)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-content {
        max-width: calc(40rem + ((1vw - 0.36rem) * (54.66867)));
        padding: 18px 20px;
    }
}

.lp-layout-header-utilityGroup {
    flex: 1;
    padding-left: 40px;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-utilityGroup {
        flex: none;
        padding-top: 24px;
        padding-left: 0;
    }
}

.lp-layout-header-utilityList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: -16px;
    margin-right: -24px;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-utilityList {
        flex-direction: column;
        justify-content: center;
        margin-right: 0;
    }
}

.lp-layout-header-utilityList > li {
    margin-top: 16px;
    padding-right: 24px;
}

.lp-layout-header-utilityList > li > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-utilityList > li {
        padding-right: 0;
    }
}

.lp-layout-header-logo {
    display: block;
    margin-bottom: 0;
    line-height: 1;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-logo {
        min-height: 0%;
        text-align: center;
    }
}

.lp-layout-header-logo a {
    text-decoration: none;
}

.lp-layout-header-logo img {
    width: 148px;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-header-logo img {
        width: 91px;
    }
}

.theme-KC .lp-layout-header-logo img {
    width: 230px;
}

@media only screen and (max-width: 1023px) {
    .theme-KC .lp-layout-header-logo img {
        width: 165px;
    }
}

.lp-layout-footer {
    overflow: hidden;
    color: #333;
    font-size: 1.3rem;
}

.lp-layout-footer-content {
    max-width: calc(1520px + (80px * 2));
    margin: 0 auto;
    padding: 16px 80px;
}

@media only screen and (max-width: 1364px) {
    .lp-layout-footer-content {
        max-width: calc(1204px + (80px * 2));
        padding: 16px calc(4rem + ((1vw - 1.024rem) * (11.73021)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-content {
        padding: 16px 20px;
    }
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -8px;
    margin-left: -16px;
}

.lp-layout-footer-list > li {
    display: flex;
    align-items: center;
    margin-top: 8px;
    margin-left: 16px;
    color: #333;
    font-size: 1.3rem;
}

.lp-layout-footer-list > li::before {
    display: block;
    width: 1px;
    height: 16px;
    margin-right: 16px;
    border-left: 1px solid #333;
    content: "";
}

.lp-layout-footer-list > li a {
    color: #333;
    text-decoration: none;
}

.lp-layout-footer-list > li a:hover, .lp-layout-footer-list > li a:active, .lp-layout-footer-list > li a:focus {
    text-decoration: underline;
}

.lp-layout-footer-list > li:first-child::before {
    content: none;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-list > li.lp-layout-footer-copyright {
        justify-content: center;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-footer-list > li.lp-layout-footer-copyright::before {
        content: none;
    }
}

.lp-layout-main {
    position: relative;
    overflow: hidden;
    font-size: 1.8rem;
    line-height: 1.6;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-main {
        font-size: calc(1.5rem + ((1vw - 1.365rem) * (0.54152)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-main {
        font-size: 1.5rem;
        line-height: 1.5;
    }
}

.lp-navigationSeries {
    margin: 8px auto;
    border: 0;
    color: #333;
}

@media only screen and (max-width: 1023px) {
    .lp-navigationSeries {
        margin-bottom: 18px;
    }
}

.lp-navigationSeries-linkList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -4px;
    margin-left: -16px;
}

.lp-navigationSeries-linkList > li {
    display: flex;
    align-items: center;
    margin-top: 4px;
    margin-left: 16px;
    color: #333;
    font-size: 1.3rem;
}

.lp-navigationSeries-linkList > li::before {
    display: block;
    width: 1px;
    height: 16px;
    margin-right: 16px;
    border-left: 1px solid #333;
    content: "";
}

.lp-navigationSeries-linkList > li:first-child::before {
    display: none;
}

.lp-navigationSeries-linkList > li > a {
    padding-left: 0;
    color: #333;
}

.lp-navigationSeries-linkList > li > a::before {
    display: none;
}

.lp-layout-container {
    max-width: calc(1520px + (200px * 2));
    margin: 0 auto;
    padding: 0 200px;
}

.lp-layout-container > *:last-child {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-container {
        padding: 0 calc(17rem + ((1vw - 1.365rem) * (5.41516)));
    }
}

@media only screen and (max-width: 1364px) {
    .lp-layout-container {
        max-width: calc(1024px + (88px * 2));
        padding: 0 88px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-container {
        max-width: calc(40rem + ((1vw - 0.36rem) * (54.66867)));
        padding: 0 20px;
    }
}

.lp-layout-container.of-width-narrow {
    max-width: 596px;
    padding: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-container.of-width-narrow {
        max-width: calc(40.8rem + ((1vw - 1.365rem) * (33.93502)));
    }
}

@media only screen and (max-width: 1364px) {
    .lp-layout-container.of-width-narrow {
        max-width: calc(32.6rem + ((1vw - 1.024rem) * (24.04692)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-layout-container.of-width-narrow {
        max-width: 596px;
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -40px 0 40px -64px;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-grid {
        margin: calc(-2.4rem + ((1vw - 1.365rem) * (-2.88809))) 0 40px calc(-2.4rem + ((1vw - 1.365rem) * (-7.22022)));
    }
}

@media only screen and (max-width: 1364px) {
    .lp-layout-grid {
        margin: -24px 0 40px -16px;
    }
}

.lp-layout-grid > .lp-layout-grid-column {
    margin-top: 40px;
    padding-left: 64px;
}

.lp-layout-grid > .lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-layout-grid > .lp-layout-grid-column {
        margin-top: calc(2.4rem + ((1vw - 1.365rem) * (2.88809)));
        padding-left: calc(2.4rem + ((1vw - 1.365rem) * (6.49819)));
    }
}

@media only screen and (max-width: 1364px) {
    .lp-layout-grid > .lp-layout-grid-column {
        margin-top: 24px;
        padding-left: 16px;
    }
}

.lp-layout-grid > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 100%;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex > * {
    width: 100%;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 50%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 33.33333%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 25%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 20%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 16.66667%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 14.28571%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 12.5%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 11.11111%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 10%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 9.09091%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 8.33333%;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column.of-column-2 {
    width: 100%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-2 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-3 {
    width: 100%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-2 {
    width: 50%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-3 {
    width: 75%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-4 {
    width: 100%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-2 {
    width: 40%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-3 {
    width: 60%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-4 {
    width: 80%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-5 {
    width: 100%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-2 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-3 {
    width: 50%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-4 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-5 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-6 {
    width: 100%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-2 {
    width: 28.57143%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-3 {
    width: 42.85714%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-4 {
    width: 57.14286%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-5 {
    width: 71.42857%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-6 {
    width: 85.71429%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-7 {
    width: 100%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-2 {
    width: 25%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-3 {
    width: 37.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-4 {
    width: 50%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-5 {
    width: 62.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-6 {
    width: 75%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-7 {
    width: 87.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-8 {
    width: 100%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-2 {
    width: 22.22222%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-3 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-4 {
    width: 44.44444%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-5 {
    width: 55.55556%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-6 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-7 {
    width: 77.77778%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-8 {
    width: 88.88889%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-9 {
    width: 100%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-2 {
    width: 20%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-3 {
    width: 30%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-4 {
    width: 40%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-5 {
    width: 50%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-6 {
    width: 60%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-7 {
    width: 70%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-8 {
    width: 80%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-9 {
    width: 90%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-10 {
    width: 100%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-2 {
    width: 18.18182%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-3 {
    width: 27.27273%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-4 {
    width: 36.36364%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-5 {
    width: 45.45455%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-6 {
    width: 54.54545%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-7 {
    width: 63.63636%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-8 {
    width: 72.72727%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-9 {
    width: 81.81818%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-10 {
    width: 90.90909%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-11 {
    width: 100%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-2 {
    width: 16.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-3 {
    width: 25%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-4 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-5 {
    width: 41.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-6 {
    width: 50%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-7 {
    width: 58.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-8 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-9 {
    width: 75%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-10 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-11 {
    width: 91.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-12 {
    width: 100%;
}

@media only screen and (max-width: 1023px) {
    .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

@media only screen and (max-width: 1364px) {
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
        width: 33.33333%;
    }
}

@media only screen and (max-width: 640px) {
    .lp-layout-grid.lp-extraSmallScreen-column-1 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extraSmallScreen-column-1 > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extraSmallScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
    .lp-layout-grid.lp-extraSmallScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-extraSmallScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

@media only screen and (min-width: 1365px) {
    .lp-layout-grid.lp-largeScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-largeScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
    .lp-layout-grid.lp-largeScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-largeScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
        width: 33.33333%;
    }
    .lp-layout-grid.lp-largeScreen-column-4 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-largeScreen-column-4 > .lp-layout-grid-column[class*="of-column-"] {
        width: 25%;
    }
}

.lp-jumbotron {
    margin-bottom: 160px;
    background: #fff;
    color: #303030;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron {
        margin-bottom: calc(12rem + ((1vw - 1.365rem) * (7.22022)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron {
        margin-bottom: 40px;
    }
}

.lp-jumbotron-inner {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: calc(1620px + (80px * 2));
    margin: 0 auto;
    padding: 0 80px 48px;
}

@media only screen and (max-width: 1364px) {
    .lp-jumbotron-inner {
        max-width: calc(1204px + (80px * 2));
        padding: 0 calc(4rem + ((1vw - 1.024rem) * (11.73021))) 48px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-inner {
        flex-direction: column-reverse;
        max-width: calc(40rem + ((1vw - 0.36rem) * (54.66867)));
        padding: 0 20px 40px;
    }
}

.lp-jumbotron-body {
    flex: 1;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-body {
        flex: none;
        width: 100%;
    }
}

.lp-jumbotron-image {
    width: 100%;
}

.lp-jumbotron-image:not(.lp-jumbotron-image:first-child) {
    position: absolute;
    top: 0;
    right: 0;
}

.lp-jumbotron-imageGroup {
    position: relative;
    width: 860px;
    margin-left: 40px;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-imageGroup {
        width: calc(58.4rem + ((1vw - 1.365rem) * (49.81949)));
        margin-left: calc(2.8rem + ((1vw - 1.365rem) * (2.16606)));
    }
}

@media only screen and (max-width: 1364px) {
    .lp-jumbotron-imageGroup {
        width: calc(46.7rem + ((1vw - 1.024rem) * (34.31085)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-imageGroup {
        width: calc(32rem + ((1vw - 0.36rem) * (9.03614)));
        min-height: 0%;
        margin: 0 auto;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 16px;
    font-family: minion-3-display, serif;
    font-size: 5.8rem;
    line-height: 1.44;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-title {
        font-size: calc(3.8rem + ((1vw - 1.365rem) * (3.61011)));
    }
}

@media only screen and (max-width: 1364px) {
    .lp-jumbotron-title {
        font-size: calc(3rem + ((1vw - 1.024rem) * (2.34604)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-title {
        margin-bottom: 24px;
        font-size: calc(2.6rem + ((1vw - 0.36rem) * (1.19403)));
        line-height: 1.3;
        text-align: center;
    }
}

.theme-KW .lp-jumbotron-title {
    font-family: source-han-serif-tc, serif;
}

.theme-KC .lp-jumbotron-title {
    font-family: sans-serif;
}

.theme-KK .lp-jumbotron-title {
    font-family: source-han-serif-korean, serif;
}

.theme-KT .lp-jumbotron-title {
    font-family: kanit, sans-serif;
}

.lp-jumbotron-title.of-fontSize-small {
    font-size: 5.2rem;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-title.of-fontSize-small {
        font-size: calc(4.4rem + ((1vw - 1.365rem) * (1.80505)));
    }
}

@media only screen and (max-width: 1364px) {
    .lp-jumbotron-title.of-fontSize-small {
        font-size: calc(3.2rem + ((1vw - 1.024rem) * (3.22581)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-title.of-fontSize-small {
        font-size: calc(2.6rem + ((1vw - 0.36rem) * (1.19403)));
    }
}

.lp-jumbotron-titleGroup {
    margin-bottom: 24px;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (1.59204)));
    }
}

.lp-jumbotron-subtitle {
    display: inline-block;
    position: relative;
    margin-bottom: 24px;
    padding: 0 180px;
    font-family: minion-3-display, serif;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-subtitle {
        padding: 0 calc(12rem + ((1vw - 1.365rem) * (10.83032)));
    }
}

@media only screen and (max-width: 1364px) {
    .lp-jumbotron-subtitle {
        padding: 0 calc(6.8rem + ((1vw - 1.024rem) * (15.24927)));
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.59701)));
        line-height: 1.5;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-subtitle {
        margin-bottom: calc(0.8rem + ((1vw - 0.36rem) * (1.59204)));
        padding: 0 calc(9.6rem + ((1vw - 0.36rem) * (3.61446)));
    }
}

.theme-KW .lp-jumbotron-subtitle {
    font-family: source-han-serif-tc, serif;
}

.theme-KC .lp-jumbotron-subtitle {
    font-family: sans-serif;
}

.theme-KK .lp-jumbotron-subtitle {
    font-family: source-han-serif-korean, serif;
}

.theme-KT .lp-jumbotron-subtitle {
    font-family: kanit, sans-serif;
}

.lp-jumbotron-subtitle::before, .lp-jumbotron-subtitle::after {
    position: absolute;
    top: 50%;
    width: 140px;
    height: 1px;
    background: #dc002f;
    content: "";
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-subtitle::before, .lp-jumbotron-subtitle::after {
        width: calc(8rem + ((1vw - 1.365rem) * (10.83032)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-subtitle::before, .lp-jumbotron-subtitle::after {
        width: 80px;
    }
}

.lp-jumbotron-subtitle::before {
    left: 0;
}

.lp-jumbotron-subtitle::after {
    right: 0;
}

.lp-jumbotron-series {
    margin-bottom: 24px;
    font-family: minion-3-display, serif;
    font-size: 3.2rem;
    line-height: 1.3;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-series {
        font-size: calc(2.6rem + ((1vw - 1.365rem) * (0.36101)));
    }
}

@media only screen and (max-width: 1364px) {
    .lp-jumbotron-series {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.79602)));
    }
}

.theme-KW .lp-jumbotron-series {
    font-family: source-han-serif-tc, serif;
}

.theme-KC .lp-jumbotron-series {
    font-family: sans-serif;
}

.theme-KK .lp-jumbotron-series {
    font-family: source-han-serif-korean, serif;
}

.theme-KT .lp-jumbotron-series {
    font-family: kanit, sans-serif;
}

.lp-jumbotron-seriesName {
    font-family: minion-3-display, serif;
    font-size: 3.2rem;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-seriesName {
        font-size: calc(2.6rem + ((1vw - 1.365rem) * (0.36101)));
    }
}

@media only screen and (max-width: 1364px) {
    .lp-jumbotron-seriesName {
        margin-bottom: 8px;
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.59701)));
    }
}

.theme-KW .lp-jumbotron-seriesName {
    font-family: source-han-serif-tc, serif;
}

.theme-KC .lp-jumbotron-seriesName {
    font-family: sans-serif;
}

.theme-KK .lp-jumbotron-seriesName {
    font-family: source-han-serif-korean, serif;
}

.theme-KT .lp-jumbotron-seriesName {
    font-family: kanit, sans-serif;
}

.lp-jumbotron-seriesGroup {
    display: block;
    margin-bottom: 24px;
    font-weight: bold;
}

.lp-jumbotron-seriesGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1364px) {
    .lp-jumbotron-seriesGroup {
        margin-bottom: calc(1.8rem + ((1vw - 1.024rem) * (1.75953)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-jumbotron-seriesGroup {
        margin-bottom: 16px;
    }
}

.lp-section {
    font-size: 1.8rem;
    line-height: 1.7;
}

.lp-section > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-section {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.199)));
    }
}

.lp-section + .lp-section {
    padding-top: 160px;
}

@media only screen and (max-width: 1023px) {
    .lp-section + .lp-section {
        padding-top: calc(8rem + ((1vw - 0.36rem) * (7.9602)));
    }
}

.lp-section.of-primary .lp-section-body {
    padding-bottom: 80px;
    background: transparent linear-gradient(180deg, #2e3440 0%, #0c1629 65%, #0c1629 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-primary .lp-section-body {
        padding-bottom: calc(3.2rem + ((1vw - 0.36rem) * (3.18408)));
    }
}

.lp-section-header {
    margin-bottom: 56px;
}

.lp-section-header > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-section-header {
        margin-bottom: 56px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-section-header {
        margin-bottom: 24px;
    }
}

.lp-section-body > *:last-child {
    margin-bottom: 0;
}

.lp-section.of-split .lp-section-content {
    display: flex;
    justify-content: center;
}

.lp-section.of-split .lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-split .lp-section-content {
        flex-direction: column;
    }
}

.lp-section.of-split .lp-section-body > *:last-child {
    margin-bottom: 0;
}

.lp-section.of-split .lp-section-body {
    width: 50%;
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-split .lp-section-body {
        width: 100%;
        min-height: 0%;
        margin-bottom: 40px;
    }
}

.lp-section.of-conversion {
    padding-bottom: 64px;
}

@media only screen and (max-width: 1023px) {
    .lp-section.of-conversion {
        padding-bottom: 24px;
    }
}

.lp-headingLevel2 {
    display: block;
    margin-bottom: 50px;
    color: #000;
    font-family: minion-3-display, serif;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.3;
}

@media only screen and (max-width: 1919px) {
    .lp-headingLevel2 {
        font-size: calc(3.8rem + ((1vw - 1.365rem) * (0.36101)));
    }
}

@media only screen and (max-width: 1364px) {
    .lp-headingLevel2 {
        margin-bottom: calc(3rem + ((1vw - 1.024rem) * (2.93255)));
        font-size: calc(3rem + ((1vw - 1.024rem) * (2.34604)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel2 {
        margin-bottom: calc(0.8rem + ((1vw - 0.36rem) * (1.59204)));
        font-size: calc(2.6rem + ((1vw - 0.36rem) * (1.19403)));
    }
}

.theme-KW .lp-headingLevel2 {
    font-family: source-han-serif-tc, serif;
}

.theme-KC .lp-headingLevel2 {
    font-family: sans-serif;
}

.theme-KK .lp-headingLevel2 {
    font-family: source-han-serif-korean, serif;
}

.theme-KT .lp-headingLevel2 {
    font-family: kanit, sans-serif;
}

.lp-headingLevel2-outer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-headingLevel2-outer > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel2-outer {
        flex-direction: column;
    }
}

.lp-headingLevel2-outer > .lp-headingLevel2 {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel2-outer > .lp-headingLevel2 {
        margin-bottom: 16px;
    }
}

.lp-headingLevel2-outer > .lp-figure {
    min-width: 320px;
    margin-bottom: 0;
    margin-left: 56px;
}

@media only screen and (max-width: 1364px) {
    .lp-headingLevel2-outer > .lp-figure {
        width: calc(14.8rem + ((1vw - 0.36rem) * (17.11443)));
        min-width: calc(14.8rem + ((1vw - 0.36rem) * (17.11443)));
        margin-left: calc(4.4rem + ((1vw - 0.36rem) * (1.19403)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel2-outer > .lp-figure {
        margin-left: 0;
    }
}

.lp-headingLevel3 {
    margin-bottom: 8px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.7;
}

@media only screen and (max-width: 1023px) {
    .lp-headingLevel3 {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.59701)));
    }
}

.lp-textLead {
    margin-bottom: 40px;
    font-family: minion-3-display, serif;
    font-size: 4rem;
    line-height: 1.3;
}

@media only screen and (max-width: 1364px) {
    .lp-textLead {
        font-size: calc(3.2rem + ((1vw - 1.024rem) * (2.34604)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-textLead {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (2.38806)));
        font-size: calc(2rem + ((1vw - 0.36rem) * (1.89055)));
    }
}

.theme-KW .lp-textLead {
    font-family: source-han-serif-tc, serif;
}

.theme-KC .lp-textLead {
    font-family: sans-serif;
}

.theme-KK .lp-textLead {
    font-family: source-han-serif-korean, serif;
}

.theme-KT .lp-textLead {
    font-family: kanit, sans-serif;
}

.lp-textFeature {
    margin-bottom: 40px;
    font-family: minion-3-display, serif;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.3;
}

@media only screen and (max-width: 1364px) {
    .lp-textFeature {
        font-size: calc(3.2rem + ((1vw - 1.024rem) * (2.34604)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-textFeature {
        margin-bottom: 32px;
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (1.19403)));
    }
}

.theme-KW .lp-textFeature {
    font-family: source-han-serif-tc, serif;
}

.theme-KC .lp-textFeature {
    font-family: sans-serif;
}

.theme-KK .lp-textFeature {
    font-family: source-han-serif-korean, serif;
}

.theme-KT .lp-textFeature {
    font-family: kanit, sans-serif;
}

.lp-textFeature-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.lp-textFeature-outer > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-textFeature-outer {
        margin-bottom: 32px;
    }
}

.lp-textNote {
    font-size: 2rem;
    line-height: 2;
}

@media only screen and (max-width: 1919px) {
    .lp-textNote {
        font-size: calc(1.6rem + ((1vw - 1.365rem) * (0.72202)));
    }
}

@media only screen and (max-width: 1364px) {
    .lp-textNote {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-textNote {
        font-size: 1.8rem;
        line-height: 1.3;
    }
}

.lp-textNote-outer {
    max-width: 280px;
}

.lp-textNote-outer > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-textNote-outer {
        max-width: 100%;
    }
}

.lp-textNote-outer.of-primary {
    max-width: 240px;
}

@media only screen and (max-width: 1919px) {
    .lp-textNote-outer.of-primary {
        max-width: calc(17rem + ((1vw - 1.365rem) * (12.63538)));
    }
}

@media only screen and (max-width: 1364px) {
    .lp-textNote-outer.of-primary {
        max-width: 170px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-textNote-outer.of-primary {
        max-width: 100%;
    }
}

.lp-list {
    margin-bottom: 24px;
}

.lp-list > *:last-child {
    margin-bottom: 0;
}

.lp-list > li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 8px;
    font-size: 1.6rem;
    line-height: 1.44;
}

.lp-list > li > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-list > li {
        font-size: calc(1.4rem + ((1vw - 1.024rem) * (0.22346)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-list > li {
        font-size: 1.6rem;
    }
}

.lp-list > li::before {
    position: absolute;
    top: 0.59em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #888;
    content: "";
}

.lp-list > li > ul {
    margin-top: 4px;
}

.lp-list > li > ul > li {
    margin-bottom: 4px;
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -32px 0 40px -24px;
}

@media only screen and (max-width: 1023px) {
    .lp-listButton {
        justify-content: center;
        margin: -24px 0 40px -24px;
    }
}

.lp-listButton > li {
    flex-shrink: 0;
    max-width: 100%;
    margin-top: 32px;
    margin-left: 24px;
}

@media only screen and (max-width: 1023px) {
    .lp-listButton > li {
        margin-top: 24px;
        margin-left: 24px;
    }
}

.lp-listButton > li.of-width-full {
    width: 100%;
}

.lp-listButton.of-width-full {
    margin-left: 0;
}

.lp-listButton.of-width-full > li {
    width: 100%;
    margin-left: 0;
}

.lp-listNote {
    margin-bottom: 40px;
    color: #727272;
    font-size: 1.5rem;
    line-height: 1.25;
}

.lp-label {
    display: inline-block;
    margin-bottom: 16px;
    padding: 2px 16px;
    border-radius: 17px;
    background: #0c1629;
    color: #fff;
    font-size: 1.8rem;
}

.lp-label-outer {
    display: block;
    margin-bottom: 16px;
}

.lp-label-outer > *:last-child {
    margin-bottom: 0;
}

.lp-label.of-primary {
    padding: 0 0 0 10px;
    border-left: 4px solid #0d66cc;
    border-radius: 0;
    background: none;
    color: #333;
    font-size: 2.2rem;
    line-height: 1.13;
}

.lp-labelFeature {
    display: block;
    width: 100%;
    margin-bottom: 32px;
    padding: 8px 16px;
    border: 2px solid #fff;
    background-color: rgba(238, 238, 238, 0.7);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
    color: #303030;
    font-family: minion-3-display, serif;
    font-size: 2.4rem;
    line-height: 1.3;
}

@media only screen and (max-width: 1364px) {
    .lp-labelFeature {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.59701)));
    }
}

.theme-KW .lp-labelFeature {
    font-family: source-han-serif-tc, serif;
}

.theme-KC .lp-labelFeature {
    font-family: sans-serif;
}

.theme-KK .lp-labelFeature {
    font-family: source-han-serif-korean, serif;
}

.theme-KT .lp-labelFeature {
    font-family: kanit, sans-serif;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron .lp-labelFeature {
        max-width: calc(58rem + ((1vw - 1.024rem) * (16.75978)));
        margin: 0 auto 32px;
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron .lp-labelFeature {
        max-width: 360px;
        margin: 0 auto 16px;
    }
}

.lp-card {
    margin-bottom: 40px;
    padding: 24px 16px;
    border: 1px solid #fff;
    background: transparent linear-gradient(180deg, #f3f3f3 0%, #e8f2ff 100%);
    box-shadow: 0 0 24px rgba(125, 125, 125, 0.301);
    color: #0d161c;
}

.lp-card > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-card {
        padding: 24px 20px;
        box-shadow: 0 0 16px rgba(125, 125, 125, 0.301);
    }
}

.lp-card-content {
    width: 100%;
    margin: 0 auto;
}

.lp-card-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-card-content {
        max-width: 360px;
    }
}

.lp-card-header {
    padding-bottom: 8px;
}

.lp-card-header > *:last-child {
    margin-bottom: 0;
}

.lp-card-body > *:last-child {
    margin-bottom: 0;
}

.lp-card-outer {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 40px;
    padding: 0;
}

.lp-card-outer > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-card-outer {
        max-width: 596px;
        padding: 0;
    }
}

.lp-card.of-horizontal {
    display: flex;
    width: 100%;
}

.lp-card.of-horizontal .lp-card-content {
    display: flex;
    flex-direction: column;
}

.lp-card.of-horizontal .lp-card-body {
    display: grid;
    grid-template-rows: 1fr auto;
    flex: 1;
}

.lp-card.of-horizontal .lp-card-textGroup > *:last-child {
    margin-bottom: 0;
}

.lp-cardConversion {
    margin-top: 68px;
    margin-bottom: 40px;
    padding: 0 198px;
    background: #0c1629;
    color: #fff;
}

.lp-cardConversion > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-cardConversion {
        padding: 0 calc(8.8rem + ((1vw - 1.365rem) * (19.8556)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-cardConversion {
        margin-top: 0;
        padding: 20px calc(1.4rem + ((1vw - 0.36rem) * (7.36318)));
    }
}

.lp-cardBalloon {
    position: relative;
    margin-bottom: 16px;
    padding: 6px 24px;
    border-radius: 4px;
    background-color: #0d66cc;
    color: #fff;
    font-family: minion-3-display, serif;
    font-size: 1.8rem;
}

.lp-cardBalloon > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-cardBalloon {
        margin-bottom: calc(0.8rem + ((1vw - 0.36rem) * (1.20482)));
    }
}

.theme-KW .lp-cardBalloon {
    font-family: source-han-serif-tc, serif;
}

.theme-KC .lp-cardBalloon {
    font-family: sans-serif;
}

.theme-KK .lp-cardBalloon {
    font-family: source-han-serif-korean, serif;
}

.theme-KT .lp-cardBalloon {
    font-family: kanit, sans-serif;
}

.lp-cardBalloon::before {
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px 8px;
    border-style: solid;
    border-color: #0d66cc transparent transparent transparent;
    content: "";
}

.lp-media {
    display: flex;
    margin-bottom: 40px;
}

.lp-media-body {
    flex: 1;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-image {
    width: 860px;
    margin-left: 64px;
}

@media only screen and (max-width: 1919px) {
    .lp-media-image {
        width: calc(58.4rem + ((1vw - 1.365rem) * (49.81949)));
        margin-left: calc(3.2rem + ((1vw - 1.365rem) * (5.77617)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media-image {
        width: calc(32rem + ((1vw - 0.36rem) * (26.26866)));
        margin-left: 0;
    }
}

.lp-media-imageGroup {
    position: relative;
    width: 860px;
    margin-left: 64px;
}

@media only screen and (max-width: 1919px) {
    .lp-media-imageGroup {
        width: calc(58.4rem + ((1vw - 1.365rem) * (49.81949)));
        margin-left: calc(3.2rem + ((1vw - 1.365rem) * (5.77617)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media-imageGroup {
        width: calc(32rem + ((1vw - 0.36rem) * (26.26866)));
        margin-left: 0;
    }
}

.lp-media-imageGroup.of-operation {
    height: 840px;
}

@media only screen and (max-width: 1919px) {
    .lp-media-imageGroup.of-operation {
        height: calc(59.5rem + ((1vw - 1.365rem) * (44.22383)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media-imageGroup.of-operation {
        height: calc(32.6rem + ((1vw - 0.36rem) * (26.76617)));
    }
}

.lp-media-imageGroup.of-operation::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 596px;
    height: 480px;
    background: url("../../img/landing_page/lm-x_pr/lm-x_ws_157142_pr_img_06-07.jpg") no-repeat center center #fff;
    background-size: 100% auto;
    content: "";
}

@media only screen and (max-width: 1919px) {
    .lp-media-imageGroup.of-operation::before {
        max-width: calc(40.8rem + ((1vw - 1.365rem) * (33.93502)));
        height: calc(33rem + ((1vw - 1.365rem) * (27.07581)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media-imageGroup.of-operation::before {
        max-width: calc(22.3rem + ((1vw - 0.36rem) * (18.40796)));
        height: calc(18rem + ((1vw - 0.36rem) * (14.92537)));
    }
}

.lp-media-imageGroup.of-operation .lp-media-image {
    position: absolute;
    top: 20px;
    left: 0;
    width: 596px;
    margin-left: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-media-imageGroup.of-operation .lp-media-image {
        width: calc(40.8rem + ((1vw - 1.365rem) * (33.93502)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media-imageGroup.of-operation .lp-media-image {
        width: calc(22.4rem + ((1vw - 0.36rem) * (18.30846)));
    }
}

.lp-media-imageGroup.of-operation .lp-media-image.of-primary {
    opacity: 0;
}

.lp-media-imageGroup.of-carousel {
    height: 600px;
}

@media only screen and (max-width: 1919px) {
    .lp-media-imageGroup.of-carousel {
        height: calc(40.7rem + ((1vw - 1.365rem) * (34.83755)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media-imageGroup.of-carousel {
        height: calc(22.3rem + ((1vw - 0.36rem) * (18.30846)));
    }
}

.lp-media-imageGroup.of-carousel .lp-media-image {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
}

.lp-media.of-row-reverse {
    flex-direction: row-reverse;
}

.lp-media.of-row-reverse .lp-media-image {
    margin-right: 64px;
    margin-left: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-media.of-row-reverse .lp-media-image {
        margin-right: calc(3.2rem + ((1vw - 1.365rem) * (5.77617)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media.of-row-reverse .lp-media-image {
        margin-right: 0;
    }
}

.lp-media.of-row-reverse .lp-media-imageGroup {
    margin-right: 64px;
    margin-left: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-media.of-row-reverse .lp-media-imageGroup {
        margin-right: calc(2.4rem + ((1vw - 1.024rem) * (2.34604)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media.of-row-reverse .lp-media-imageGroup {
        margin-right: 0;
    }
}

.lp-media.of-row-reverse .lp-media-imageGroup > .lp-media-image {
    margin-right: 0;
}

.lp-media.of-column-reverse {
    flex-direction: column-reverse;
}

.lp-media.of-column-reverse .lp-media-body {
    flex: none;
}

.lp-media.of-column-reverse .lp-media-image {
    min-height: 0%;
    margin: 0 auto 12px;
}

.lp-media.of-align-center {
    align-items: center;
}

@media only screen and (max-width: 1023px) {
    .lp-media.lp-smallScreen-column {
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media.lp-smallScreen-column .lp-media-body {
        flex: none;
        width: 100%;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media.lp-smallScreen-column-reverse {
        flex-direction: column-reverse;
        align-items: center;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-media.lp-smallScreen-column-reverse .lp-media-body {
        flex: none;
        width: 100%;
    }
}

.lp-mediaSlider {
    margin-bottom: 64px;
}

[data-script-enabled="true"] .lp-mediaSlider {
    margin-bottom: 0;
}

.lp-mediaSlider-body {
    width: 100%;
}

.lp-mediaSlider-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaSlider-image {
    width: 596px;
    min-height: 0%;
    margin-bottom: 16px;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaSlider-image {
        width: calc(40.8rem + ((1vw - 1.365rem) * (33.93502)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaSlider-image {
        width: calc(32rem + ((1vw - 0.36rem) * (27.46269)));
    }
}

[data-script-enabled="true"] .lp-mediaSlider-image {
    width: 100%;
}

.lp-mediaSlider-wrapper {
    position: relative;
    width: 596px;
}

.lp-mediaSlider-wrapper > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaSlider-wrapper {
        width: calc(40.8rem + ((1vw - 1.365rem) * (33.93502)));
    }
}

@media only screen and (max-width: 1364px) {
    .lp-mediaSlider-wrapper {
        width: calc(28rem + ((1vw - 0.36rem) * (12.73632)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaSlider-wrapper {
        width: calc(32rem + ((1vw - 0.36rem) * (27.46269)));
        margin: 0 auto;
    }
}

.lp-mediaSlider-outer {
    margin-top: 40px;
    margin-bottom: 64px;
}

.lp-mediaSlider-outer > *:last-child {
    margin-bottom: 0;
}

[data-script-enabled="true"] .lp-mediaSlider-outer {
    position: relative;
    margin-top: 100px;
    margin-bottom: 0;
    overflow: hidden;
}

[data-script-enabled="true"] .lp-mediaSlider-outer:first-child {
    display: block;
}

@media only screen and (max-width: 1023px) {
    [data-script-enabled="true"] .lp-mediaSlider-outer {
        margin-top: calc(4.8rem + ((1vw - 0.36rem) * (5.17413)));
    }
}

.lp-mediaSlider-inner {
    display: flex;
    flex-direction: column-reverse;
}

.lp-mediaSlider-group > *:last-child {
    margin-bottom: 0;
}

[data-script-enabled="true"] .lp-mediaSlider-group {
    display: flex;
}

.lp-mediaConversion {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConversion {
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
        margin-bottom: calc(4rem + ((1vw - 0.36rem) * (0.79602)));
    }
}

.lp-mediaConversion-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0;
}

.lp-mediaConversion-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConversion-body {
        flex: none;
        width: 100%;
        padding: 0;
    }
}

.lp-mediaConversion-image {
    width: 332px;
    margin-top: -68px;
    margin-right: 64px;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaConversion-image {
        width: calc(32.1rem + ((1vw - 1.365rem) * (1.98556)));
        margin-top: -91px;
        margin-right: calc(3.2rem + ((1vw - 1.365rem) * (5.77617)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConversion-image {
        width: calc(14.8rem + ((1vw - 0.36rem) * (17.21393)));
        min-height: 0%;
        margin: 0 auto;
    }
}

.lp-mediaConversion-text {
    margin-bottom: 40px;
    font-family: minion-3-display, serif;
    font-size: 4rem;
    line-height: 1.3;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaConversion-text {
        font-size: calc(2.4rem + ((1vw - 1.365rem) * (2.88809)));
    }
}

@media only screen and (max-width: 1364px) {
    .lp-mediaConversion-text {
        font-size: calc(2.2rem + ((1vw - 1.024rem) * (0.58651)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaConversion-text {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (0.79602)));
    }
}

.theme-KW .lp-mediaConversion-text {
    font-family: source-han-serif-tc, serif;
}

.theme-KC .lp-mediaConversion-text {
    font-family: sans-serif;
}

.theme-KK .lp-mediaConversion-text {
    font-family: source-han-serif-korean, serif;
}

.theme-KT .lp-mediaConversion-text {
    font-family: kanit, sans-serif;
}

.lp-mediaExample {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    color: #0d161c;
}

@media only screen and (max-width: 1023px) {
    .lp-mediaExample {
        flex-direction: column;
    }
}

.lp-mediaExample-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaExample-image {
    width: 132px;
    min-width: 132px;
    margin-left: 8px;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaExample-image {
        width: calc(8rem + ((1vw - 1.024rem) * (5.81006)));
        min-width: calc(8rem + ((1vw - 1.024rem) * (5.81006)));
        margin-left: 4px;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaExample-image {
        width: calc(9.2rem + ((1vw - 0.36rem) * (6.0241)));
        min-width: calc(9.2rem + ((1vw - 0.36rem) * (6.0241)));
        margin-top: 8px;
        margin-left: 0;
        text-align: center;
    }
}

.lp-mediaExample-image.of-primary {
    width: 200px;
    min-width: 200px;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaExample-image.of-primary {
        width: calc(12rem + ((1vw - 1.024rem) * (8.93855)));
        min-width: calc(12rem + ((1vw - 1.024rem) * (8.93855)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaExample-image.of-primary {
        width: calc(14rem + ((1vw - 0.36rem) * (9.03614)));
        min-width: calc(14rem + ((1vw - 0.36rem) * (9.03614)));
    }
}

.lp-mediaExample-text {
    margin-bottom: 8px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
}

@media only screen and (max-width: 1919px) {
    .lp-mediaExample-text {
        font-size: calc(1.8rem + ((1vw - 1.024rem) * (0.67039)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-mediaExample-text {
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.60241)));
        text-align: center;
    }
}

.lp-figure {
    margin-bottom: 32px;
}

@media only screen and (max-width: 1919px) {
    .lp-figure {
        margin-bottom: calc(1.6rem + ((1vw - 1.365rem) * (2.88809)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-figure {
        margin-bottom: 16px;
    }
}

.lp-figure.of-shadow {
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.301);
}

@media only screen and (max-width: 1023px) {
    .lp-figure.of-shadow {
        box-shadow: none;
    }
}

.lp-figure-caption {
    margin-bottom: 8px;
    font-size: 1.8rem;
    line-height: 1.8;
}

.lp-figure-caption.of-fontSize-large {
    font-size: 2.4rem;
    line-height: 1.3;
}

.lp-figure-imageOuter {
    display: flex;
}

.lp-figure-imageOuter.of-primary {
    padding-top: 6px;
}

.lp-figure-imageOuter.of-primary .lp-figure-image {
    width: 100%;
    max-width: 448px;
    line-height: 1;
}

.lp-figure-imageOuter.of-primary .lp-figure-image.of-graph {
    max-width: 119px;
    margin-right: 24px;
    border: 1px solid #0d66cc;
    background: #0d66cc;
}

@media only screen and (max-width: 1023px) {
    .lp-figure-imageOuter.of-primary .lp-figure-image.of-graph {
        max-width: calc(8rem + ((1vw - 0.36rem) * (5.87349)));
        margin-right: calc(0.6rem + ((1vw - 0.36rem) * (2.71084)));
    }
}

.lp-figure-imageOuter.of-primary .lp-figure-image.of-graph.of-color-primary {
    border: 0;
    background: transparent linear-gradient(90deg, #84bdff 0%, #0d66cc 100%) 0% 0% no-repeat;
}

.lp-figure-imageOuter.of-align-center {
    align-items: center;
}

.lp-figure-image.of-graph {
    display: block;
    width: 100%;
    max-width: 596px;
    height: 24px;
    border: 1px solid #cbcbcb;
    background: #cbcbcb;
}

.lp-figure-image.of-graph.of-color-primary {
    border: 0;
    background: transparent linear-gradient(90deg, #d9d9d9 0%, #afafaf 100%) 0% 0% no-repeat;
}

.lp-figure-group > *:last-child {
    margin-bottom: 0;
}

.lp-figure-group.of-stack {
    margin-top: -24px;
}

@media only screen and (max-width: 1023px) {
    .lp-figure-group.of-stack {
        margin-top: -1px;
    }
}

.lp-figure-group.of-stack .lp-figure {
    margin-top: 24px;
}

@media only screen and (max-width: 1023px) {
    .lp-figure-group.of-stack .lp-figure {
        margin-top: 1px;
    }
}

.lp-figure-group.of-pullup {
    margin-top: -84px;
}

@media only screen and (max-width: 1919px) {
    .lp-figure-group.of-pullup {
        margin-top: calc(-5.6rem + ((1vw - 1.024rem) * (-3.12849)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-figure-group.of-pullup {
        margin-top: 0;
    }
}

.lp-figure-outer {
    margin-bottom: 8px;
    padding: 8px 0;
    border-bottom: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
}

.lp-figure-outer > *:last-child {
    margin-bottom: 0;
}

.lp-figure-outer .lp-figure-caption {
    padding-left: 16px;
}

.lp-buttonPagination {
    position: relative;
    width: 56px;
    height: 8px;
    overflow: hidden;
    border-radius: 8px;
    background: #afafaf;
}

.lp-buttonPagination > span {
    position: absolute;
    left: 100%;
    white-space: nowrap;
}

.lp-buttonPagination-group {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: -46px;
}

.lp-buttonPagination.is-current {
    background: #0d66cc;
}

.lp-buttonPagination-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
}

.lp-buttonPagination-list > li {
    display: flex;
    padding-left: 8px;
}

.lp-buttonController {
    position: relative;
    width: 30px;
    height: 30px;
    margin-left: 8px;
    overflow: hidden;
}

.lp-buttonController-outer {
    display: flex;
}

.lp-buttonController::before {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' fill='%23afafaf' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15,1.5A13.5,13.5,0,0,0,5.454,24.546,13.5,13.5,0,1,0,24.546,5.454,13.412,13.412,0,0,0,15,1.5M15,0A15,15,0,1,1,0,15,15,15,0,0,1,15,0Z' /%3E%3Crect width='3' height='9.75' transform='translate(16.5 10.5)' fill='%23afafaf'/%3E %3Crect width='3' height='9.75' transform='translate(10.5 10.5)' fill='%23afafaf'/%3E %3C/svg%3E");
    content: "";
}

.lp-buttonController.is-paused::before {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' fill='%23afafaf' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15,1.5A13.5,13.5,0,0,0,5.454,24.546,13.5,13.5,0,1,0,24.546,5.454,13.412,13.412,0,0,0,15,1.5M15,0A15,15,0,1,1,0,15,15,15,0,0,1,15,0Z' /%3E%3Cpath d='M4.875,0,9.75,8.25H0Z' transform='translate(20.25 10.5) rotate(90)' fill='%23afafaf' /%3E%3C/svg%3E");
    content: "";
}

.lp-buttonController > span {
    position: absolute;
    left: 100%;
    white-space: nowrap;
}

.lp-textPhoneLink {
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
}

.lp-textPhoneLink > *:last-child {
    margin-bottom: 0;
}

.lp-textPhoneLink-numberGroup {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1023px) {
    .lp-textPhoneLink-numberGroup {
        flex-direction: column;
        justify-content: center;
    }
}

.lp-textPhoneLink-numberGroup.of-vertical {
    flex-direction: column;
}

.lp-textPhoneLink-numberGroup.of-vertical .lp-textPhoneLink-number {
    flex-direction: column;
}

.lp-textPhoneLink-numberGroup.of-vertical .lp-textPhoneLink-number > .TelSlsh {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .lp-textPhoneLink-numberGroup.lp-smallScreen-vertical {
        flex-direction: column;
    }
    .lp-textPhoneLink-numberGroup.lp-smallScreen-vertical .lp-textPhoneLink-number {
        flex-direction: column;
    }
    .lp-textPhoneLink-numberGroup.lp-smallScreen-vertical .lp-textPhoneLink-number > .TelSlsh {
        display: none;
    }
}

.lp-textPhoneLink-number {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 3rem;
    font-weight: 600;
}

@media only screen and (max-width: 1023px) {
    .lp-textPhoneLink-number {
        width: 100%;
    }
}

.lp-layout-header .lp-textPhoneLink-number {
    font-size: 2.4rem;
}

.lp-textPhoneLink-number > .AutoPhoneCall {
    position: relative;
    max-width: 100%;
    padding-left: 3.8rem;
    color: #dc002f;
    text-decoration: none;
    cursor: default;
}

.lp-textPhoneLink-number > .AutoPhoneCall::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 3.8rem;
    height: 3.8rem;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.8459 18.8048C24.0514 19.0103 24.0514 19.3435 23.8459 19.549L21.9896 21.4052C21.6958 21.699 21.3224 21.9075 20.9094 21.9533C17.7281 22.3057 14.2797 20.6242 11.8263 18.1708C9.37433 15.7188 7.69413 12.2717 8.04673 9.09064C8.09251 8.67763 8.30099 8.30421 8.59482 8.01038L10.4511 6.15412C10.6566 5.94863 10.9897 5.94863 11.1952 6.15412L13.7998 8.75867C14.0053 8.96416 14.0053 9.29733 13.7998 9.50282L11.1583 12.1443C11.1452 13.8391 12.0519 15.3826 13.3347 16.6653C14.6182 17.9489 16.1599 18.8556 17.8557 18.8417L20.5604 16.2479C20.767 16.0497 21.0942 16.0531 21.2967 16.2556L23.8459 18.8048Z' fill='%23333'/%3E%3C/svg%3E");
    content: "";
}

.lp-textPhoneLink-number > .TelSlsh {
    margin-left: 8px;
}

.lp-textPhoneLink-number.of-fontSize-small {
    font-size: 2.4rem;
}

@media only screen and (max-width: 1919px) {
    .lp-textPhoneLink-number.of-fontSize-small {
        font-size: calc(2rem + ((1vw - 1.024rem) * (0.44693)));
    }
}

@media only screen and (max-width: 1023px) {
    .lp-textPhoneLink-number.of-fontSize-small {
        font-size: calc(2.2rem + ((1vw - 0.36rem) * (0.3012)));
    }
}

.lp-textPhoneLink-note {
    max-width: 100%;
}

@media only screen and (max-width: 1023px) {
    .lp-textPhoneLink-note {
        width: 100%;
    }
}

.lp-textPhone-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .lp-textPhone-group {
        flex-direction: column;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-textPhone-group > * {
        width: 100%;
    }
}

.lp-textPhone-group.of-vertical {
    flex-direction: column;
}

.lp-textPhone-group.of-vertical .lp-textPhone-outer {
    padding-top: 8px;
    padding-left: 0;
}

.lp-textPhone-group.of-vertical .lp-textNote-outer {
    max-width: 100%;
}

.lp-textPhone-group .lp-textPhone-outer {
    min-width: 248px;
    padding-left: 24px;
}

.lp-textPhone-group .lp-textPhone-outer > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .lp-textPhone-group .lp-textPhone-outer {
        padding-top: 8px;
        padding-left: 0;
    }
}

.lp-textPhone-group.of-color-primary {
    color: #fff;
}

.lp-textPhone-group.of-color-primary .prd-inlineLink[href],
.lp-textPhone-group.of-color-primary .prd-inlineLink[href].of-primary:hover,
.lp-textPhone-group.of-color-primary button.prd-inlineLink,
.lp-textPhone-group.of-color-primary .AutoPhoneCall {
    color: #fff;
}

.lp-textPhone-group.of-color-primary .AutoPhoneCall::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.8459 18.8048C24.0514 19.0103 24.0514 19.3435 23.8459 19.549L21.9896 21.4052C21.6958 21.699 21.3224 21.9075 20.9094 21.9533C17.7281 22.3057 14.2797 20.6242 11.8263 18.1708C9.37433 15.7188 7.69413 12.2717 8.04673 9.09064C8.09251 8.67763 8.30099 8.30421 8.59482 8.01038L10.4511 6.15412C10.6566 5.94863 10.9897 5.94863 11.1952 6.15412L13.7998 8.75867C14.0053 8.96416 14.0053 9.29733 13.7998 9.50282L11.1583 12.1443C11.1452 13.8391 12.0519 15.3826 13.3347 16.6653C14.6182 17.9489 16.1599 18.8556 17.8557 18.8417L20.5604 16.2479C20.767 16.0497 21.0942 16.0531 21.2967 16.2556L23.8459 18.8048Z' fill='%23fff'/%3E%3C/svg%3E");
}

.lp-divider {
    margin-bottom: 24px;
    border-top: 1px solid #545454;
}

[data-script-enabled="true"] .lp-jumbotron .lp-jumbotron-image {
    opacity: 0;
}

[data-script-enabled="true"] .lp-jumbotron .lp-jumbotron-image:nth-child(1) {
    transition: opacity 1.1s ease-in 3.3s;
}

[data-script-enabled="true"] .lp-jumbotron .lp-jumbotron-image:nth-child(2) {
    opacity: 1;
}

[data-script-enabled="true"] .lp-jumbotron .lp-jumbotron-image:nth-child(3) {
    transition: opacity 0.6s ease-in-out 2.1s;
}

[data-script-enabled="true"] .lp-jumbotron.is-animated .lp-jumbotron-image {
    opacity: 1;
}

[data-script-enabled="true"] .lp-media-imageGroup.of-carousel .lp-media-image {
    opacity: 0;
}

[data-script-enabled="true"] .lp-media-imageGroup.of-carousel .lp-media-image.of-base {
    opacity: 1;
}

[data-script-enabled="true"] .lp-media-imageGroup.of-carousel .lp-media-image.is-current {
    opacity: 1;
    transition: opacity 1.2s ease 0s;
}

[data-script-enabled="true"] .lp-media-imageGroup.of-operation::before {
    z-index: -2;
}

[data-script-enabled="true"] .lp-media-imageGroup.of-operation::after {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 596px;
    height: 480px;
    background-color: #0c1629;
    background-size: 100% auto;
    content: "";
    opacity: 1;
}

@media only screen and (max-width: 1919px) {
    [data-script-enabled="true"] .lp-media-imageGroup.of-operation::after {
        max-width: calc(40.8rem + ((1vw - 1.365rem) * (33.93502)));
        height: calc(33rem + ((1vw - 1.365rem) * (27.07581)));
    }
}

@media only screen and (max-width: 1023px) {
    [data-script-enabled="true"] .lp-media-imageGroup.of-operation::after {
        max-width: calc(22.3rem + ((1vw - 0.36rem) * (18.40796)));
        height: calc(18rem + ((1vw - 0.36rem) * (14.92537)));
    }
}

[data-script-enabled="true"] .lp-media-imageGroup.of-operation .lp-media-image.of-primary, [data-script-enabled="true"] .lp-media-imageGroup.of-operation .lp-media-image.of-secondary, [data-script-enabled="true"] .lp-media-imageGroup.of-operation .lp-media-image.of-tertiary, [data-script-enabled="true"] .lp-media-imageGroup.of-operation .lp-media-image.of-quaternary, [data-script-enabled="true"] .lp-media-imageGroup.of-operation .lp-media-image.of-senary {
    opacity: 0;
}

[data-script-enabled="true"] .lp-media-imageGroup.of-operation.is-animated .lp-media-image.of-primary {
    animation: showToHide 1.3s cubic-bezier(0.19, 1, 0.22, 1) 1.5s forwards normal;
}

[data-script-enabled="true"] .lp-media-imageGroup.of-operation.is-animated .lp-media-image.of-secondary {
    animation: fadeIn 1s cubic-bezier(0.19, 1, 0.22, 1) 2s forwards normal;
}

[data-script-enabled="true"] .lp-media-imageGroup.of-operation.is-animated .lp-media-image.of-tertiary {
    animation: showToHide 1.6s cubic-bezier(0.19, 1, 0.22, 1) 2s forwards normal;
}

[data-script-enabled="true"] .lp-media-imageGroup.of-operation.is-animated .lp-media-image.of-quaternary {
    animation: showToHide 1.6s ease 2s forwards normal;
}

[data-script-enabled="true"] .lp-media-imageGroup.of-operation.is-animated .lp-media-image.of-senary {
    animation: fadeIn 0.2s linear 2.8s forwards normal;
}

[data-script-enabled="true"] .lp-media-imageGroup.of-operation.is-animated::after {
    animation: fadeOut 0.5s linear 2.8s forwards normal;
}

[data-script-enabled="true"] .lp-figure-group.of-animation .lp-figure:nth-child(1) {
    opacity: 0;
}

@media only screen and (max-width: 1023px) {
    [data-script-enabled="true"] .lp-figure-group.of-animation .lp-figure:nth-child(1) {
        opacity: 1;
    }
}

[data-script-enabled="true"] .lp-figure-group.of-animation .lp-figure:nth-child(2) {
    opacity: 0;
}

@media only screen and (max-width: 1023px) {
    [data-script-enabled="true"] .lp-figure-group.of-animation .lp-figure:nth-child(2) {
        opacity: 1;
    }
}

[data-script-enabled="true"] .lp-figure-group.of-animation .lp-figure:nth-child(3) {
    opacity: 0;
}

@media only screen and (max-width: 1023px) {
    [data-script-enabled="true"] .lp-figure-group.of-animation .lp-figure:nth-child(3) {
        opacity: 1;
    }
}

[data-script-enabled="true"] .lp-section.of-split.is-animated .lp-figure-group.of-animation .lp-figure:nth-child(1) {
    opacity: 1;
    transition: opacity 0.2s linear 1s;
}

@media only screen and (max-width: 1023px) {
    [data-script-enabled="true"] .lp-section.of-split.is-animated .lp-figure-group.of-animation .lp-figure:nth-child(1) {
        transition: none;
    }
}

[data-script-enabled="true"] .lp-section.of-split.is-animated .lp-figure-group.of-animation .lp-figure:nth-child(2) {
    opacity: 1;
    transition: opacity 0.2s linear 1.4s;
}

@media only screen and (max-width: 1023px) {
    [data-script-enabled="true"] .lp-section.of-split.is-animated .lp-figure-group.of-animation .lp-figure:nth-child(2) {
        transition: none;
    }
}

[data-script-enabled="true"] .lp-section.of-split.is-animated .lp-figure-group.of-animation .lp-figure:nth-child(3) {
    opacity: 1;
    transition: opacity 0.2s linear 1.8s;
}

@media only screen and (max-width: 1023px) {
    [data-script-enabled="true"] .lp-section.of-split.is-animated .lp-figure-group.of-animation .lp-figure:nth-child(3) {
        transition: none;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes showToHide {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes slideRight {
    0% {
        left: -50%;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes slideLeft {
    0% {
        right: -50%;
        opacity: 0;
    }
    100% {
        right: 0;
        opacity: 1;
    }
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-color-primary {
    color: #dc002f;
}

.lp-utility-color-secondary {
    color: #0d66cc;
}

.lp-utility-marginBottom-0 {
    margin-bottom: 0;
}

.lp-utility-marginBottom-1 {
    margin-bottom: 4px;
}

.lp-utility-marginBottom-2 {
    margin-bottom: 8px;
}

.lp-utility-marginBottom-3 {
    margin-bottom: 16px;
}

.lp-utility-marginBottom-4 {
    margin-bottom: 24px;
}

.lp-utility-marginBottom-5 {
    margin-bottom: 32px;
}

.lp-utility-marginBottom-6 {
    margin-bottom: 40px;
}

.lp-utility-marginBottom-7 {
    margin-bottom: 48px;
}

.lp-utility-marginBottom-8 {
    margin-bottom: 56px;
}

.lp-utility-marginBottom-9 {
    margin-bottom: 64px;
}

.lp-utility-marginBottom-10 {
    margin-bottom: 72px;
}

.lp-utility-marginBottom-11 {
    margin-bottom: 88px;
}

@media only screen and (max-width: 640px) {
    .lp-extraSmallScreen-hide {
        display: none;
    }
}

.lp-extraSmallScreen-show {
    display: none;
}

@media only screen and (max-width: 640px) {
    .lp-extraSmallScreen-show {
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    .lp-extraSmallScreen-line-break {
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    .lp-extraSmallScreen-lastChild {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-hide {
        display: none !important;
    }
}

.lp-smallScreen-show {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-show {
        display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-textAlign-center {
        text-align: center;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-lastChild {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 1023px) {
    .lp-smallScreen-height-auto {
        height: auto !important;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-hide {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-line-break {
        display: block;
    }
}

@media only screen and (min-width: 1024px) {
    .lp-largeScreen-lastChild {
        margin-bottom: 0 !important;
    }
}
