<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.SupportNaviIconText button {
    color: inherit !important;
}

.small {
    font-size: 80%;
}

.OptionWide ul.MMLinkListStyle li {
    margin-bottom: 10px;
}

.OptionWide ul.MMLinkListStyle li:last-child {
    margin-bottom: 0px;
}

.tab-content {
    display: none;
}

.tab-content.Current {
    display: inherit;
}

.banner-area {
    padding: 4rem 0;
    color: #ffffff;
    margin: 0 0 25px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 80%;
}

.banner-area h3 {
    color: #ffffff;
    font-size: 200%;
}

.Section .orbit-timer {
    display: none;
}

.Section .orbit-bullets-container {
    z-index: 5;
    right: 20px;
    bottom: 20px;
    position: absolute;
}

.Section .orbit-bullets {
    margin-bottom: 0;   
}

.Section .orbit-bullets li {
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.75rem;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
}

.Section .orbit-bullets li.active {
    background: #000;
    cursor: inherit;
}

.popUpOverlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#ModalYouTubeCover {
    opacity: 0.6 !important;
    background-color: #000;
}

.popUp {
    padding: 0;
    border-radius: 0;
}

.popUp .close {
    top: 0;
    right: 0;
    color: #fff;
    height: 25px;
    font-size: 76%;
    min-width: 50px;
    display: table-cell;
    padding: 20px 5px 0;
    padding-top: 25px;
    text-align: center;
    text-indent: inherit;
    background-position: center 7px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -ms-background-size: 16px 16px;
    vertical-align: middle;
    background-color: #e60027;
    background-image: url('../../../image/en/r1/icon/icon_close_hd.gif');
}

.popUp:before {
    content: "";
    display: block;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: #f2f2f2;
    overflow: hidden;
}

.popUp:after {
    border: 0;
    content: clear;
}

.zoom_box {
    background: none;
}

.zoom_image {
    margin: 50px 0 0;
}

.zoom_box .zoom_btn {
    top: 11px;
    left: 11px;
}

.zoom_btn a {
    background-color: transparent;
}

.newsBlk {
    margin: 0;
}

.newsRow {
    float: none;
    display: flex;
    justify-content: space-between;
}

.newsRow .columns {
    float: none;
}

.newsRow .large-4 {
    width: 32%;
}

.newsColumn {
    border-radius: 15px;
}

.popUp .pagination {
    top: 10px;
    right: 65px;
    position: absolute;
}

.popUp .pagination a {
    width: 30px;
    padding: 0;
    border: 1px solid #ddd;
    text-indent: 0;
    text-decoration: none;
    line-height: 28px;
    color: #000;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    margin-right: 9px;
    outline: none;
}

.popUp .pagination a.active {
    color: #fff;
    background: #e60027;
    border-color: #e60027;
}

select.custom-select option[selected] {
    background-color: rgba(0, 0, 0, 0.1);
}

select.custom-select option:last-child {
    border-bottom: 0;
}

.btn {
    border: 0;
    padding: 8px 16px;
    font-weight: bold;
}

.btn-primary {
    color: #fff;
    background: #e60027;
}

.form {
    margin-bottom: 1rem;
}

.form .input-group {
    display: flex;
    position: relative;
}

.form .form-control {
    border: none;
    border-radius: 15px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    font-size: 1rem;
    min-height: 50px;
    margin-left: 0;
    outline: none;
    background-color: #f5f5f5;
}

.form .custom-select {
    border: none;
    padding: 0 15px;
    border-radius: 15px;
    vertical-align: middle;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1rem;
    min-height: 50px;
    margin-left: 0;
    outline: none;
    background-color: #f5f5f5;
}

.form .custom-select.bg-primary {
    color: #fff;
    padding: 0 50px;
    font-weight: bold;
    background-color: #cc0022;    
}

.form .custom-select.bg-primary option {
    color: #000;
    display: block;
    min-width: 100px;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    background-color: #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}

.form .input-group&gt;.form-control, .form .input-group&gt;.custom-select {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.form .input-group&gt;.form-control:not(:last-child), .form .input-group&gt;.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form .input-group&gt;.form-control:not(:first-child), .form .input-group&gt;.custom-select:not(:first-child), .form .input-group&gt;.input-group-append&gt;.custom-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form .form-control.with-left-icon {
    padding-left: 45px;
    background-repeat: no-repeat;
    background-position: 15px;
}

.form .form-control.with-left-icon {
    padding-left: 45px;
    background-repeat: no-repeat;
    background-position: 15px;
}

.form .form-control.icon-search {
    background-image: url('../../../image/en/r1/icon/search-icon-gray.png');
}

.form .form-control:focus {
    outline: none;
}

.form .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
/* Firefox */
}

.form .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
/* Firefox */
}

.form .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
/* Firefox */
}

.form .form-control::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
/* Firefox */
}

.form .form-control::placeholder {
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
/* Firefox */
}

.form .form-control:-ms-input-placeholder {
/* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, 0.4);
}

.form .form-control::-ms-input-placeholder {
/* Microsoft Edge */
    color: rgba(0, 0, 0, 0.4);
}

.ImgWrap img, .ImgOnlyStyle img {
    border-radius: 15px;
    max-width: 100%;
    height: auto;
}

@media screen and (min-width: 995px) and (max-width: 1304px) {
    .Panel .Column1 {
        height: auto;
        background: inherit;
        padding-bottom: 15px !important;
    }
    .JS .Panel .Column1 strong {
        background-color: #363434;
    }

    .JS .Panel .border img {
        max-width: calc(100% - 2px) !important;
    }
}

.Panel .Column1 {
    border-radius: 15px;
}

.Products .ResponsiveLinkListStyle.TopBorderSet {
    border-radius: 0 0 15px 15px;
}

.Panel .Column1 a img {
    border-color: #707070;
    border-bottom: 0;
    margin-bottom: 0;
    border-radius: 15px 15px 0 0;
}

.JS .Panel.Photo1 .Column1 strong {
    color: #fff;
    font-size: 14px;
    padding: 15px 15px;
    background-color: #737373;
    border-color: #737373;
    border-radius: 0 0 15px 15px;
}

.Panel .border {
    width: 100% !important;
}

.Panel .border a img {
    margin: 0;
    height: auto;
    border: 1px solid #737373;
    border-bottom: 0;
    max-width: calc(100% - 2px);
}

.ColumnSet.Vas {
    display: flex;
    justify-content: center;
}

.card {
    margin-bottom: 1rem;
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #707070;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.card:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    border-color: #ffffff;
}

.card .card-img-top {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.card .card-img-bottom {
    max-width: 100%;
    height: auto;
    margin-top: 0.5rem;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.card .card-body {
    padding: 1rem;
}

.card .card-body .more {
    font-size: 90%;
    margin-bottom: 0;
}

.card .card-body .more a {
    color: #ce1b1b;
    text-decoration: none;
}

.card .card-body .more a:hover, .card .card-body .more a:visited {
    color: #94657a;
}

.card .card-title {
    color: #ce1b1b;
    font-weight: bold;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #afafaf;
}

.card h5 {
    font-weight: bold;
    margin-bottom: 1rem;
}

.card h5 a {
    color: inherit;
    text-decoration: none;
}

#map {
    width: 100% !important;
}

.fui-i {
    font-family: Arial,Helvetica,sans-serif !important;
    font-weight: 400 !important;
    line-height: inherit !important;
    color: #333 !important;
    -webkit-font-smoothing: unset !important;
    -moz-osx-font-smoothing: unset !important;
}

.fui-alert-success {
    padding: 0 !important;
    color: #333 !important;
    font-size: 90% !important;
    font-family: Arial,Helvetica,sans-serif !important;
    background-color: transparent !important;
}

.fui-repeater-row {
    border: 0 !important;
    padding: 0 !important;
    margin-bottom: 2rem !important;
}

.fui-label, .fui-legend {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    background-color: #e8e8e8;
    font-weight: normal !important;
    font-size: 83% !important;
    color: #333 !important;
}

.fui-label-left-input .fui-layout-wrap, .fui-label-right-input .fui-layout-wrap, .fui-label-left-input .fui-table, .fui-label-right-input .fui-table {
    margin: 0 !important;
    padding: 10px 15px !important;
}

.fui-label-left-input .fui-field-container, .fui-label-right-input .fui-field-container, .fui-label-left-input .fui-fieldset, .fui-label-right-input .fui-fieldset {
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    align-items: inherit !important;
}

.fui-label, .fui-legend, .fui-field:not(.fui-type-heading) .fui-label+.fui-input-container {
    padding: 10px 15px !important;
    border: solid 1px #ddd !important;
    font-size: 83% !important;
    text-align: left !important;
    line-height: 140% !important;
}

.fui-type-heading .fui-field-container {
    margin: 0 0 5px !important;
    margin: 0 0 5px !important;
    padding: 0 0 10px 0 !important;
    background-image: url('/image/en/r1/balloon_down.gif');
    background-repeat: no-repeat;
    background-position: 40px bottom;
}

.fui-type-heading h2 {
    margin-bottom: 0 !important;
    background-color: #f2f2f2;
    display: block !important;
    padding: 10px 15px !important;
    font-size: 110% !important;
    font-weight: bold !important;
    color: #575757 !important;
    line-height: 130% !important;
}

.fui-page-row + .fui-page-row {
    margin-top: -1px !important;
}

.fui-page-row + .fui-page-row .fui-type-heading
{
    margin-top: 25px;
}

.fui-label-left-input .fui-input-container,
.fui-label-right-input .fui-input-container,
.fui-label-left-input .fui-layout-wrap,
.fui-label-right-input .fui-layout-wrap,
.fui-label-left-input .fui-table,
.fui-label-right-input .fui-table {
    margin-left: -1px !important;
}

.fui-label-left-input .fui-input-container + .fui-fieldset {
    margin-left: 0px !important;
}

.fui-field:not(.fui-type-hidden-field) {
    margin-bottom: 0 !important;
}

.fui-input, .fui-select, .fui-layout-wrap, .fui-table {
    padding: 4px 8px !important;
    margin: 5px 0 !important;
    border: solid 1px #ddd !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    background-color: inherit !important;
    border-radius: inherit !important;
}

.fui-label-left-input .fui-layout-wrap, .fui-label-right-input .fui-layout-wrap {
    border: 0 !important;
    padding: 0 !important;
}

.fui-label-left-input .fui-table, .fui-label-right-input .fui-table {
    padding: 0 !important;
}

.fui-label-left-input .fui-table th, .fui-label-right-input .fui-table th, .fui-label-left-input .fui-table td, .fui-label-right-input .fui-table td {
    padding: 5px 10px !important;
}

.iti__flag-container + input {
    padding-left: 82px !important;
}

.fui-checkbox input:checked + label::before {
    background-color: #b1000e !important;
    border-color: #b1000e !important;
}

.fui-instructions {
    font-size: 90% !important;
}

.fui-btn-wrapper, .fui-btn-container {
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
}

.fui-type-agree {
    margin: 2rem;
}

.fui-checkbox input:checked + label::before, .fui-radio input:checked + label::before {
    border-color: #b1000e !important;
    background-color: #b1000e !important;
}

.fui-btn {
    min-width: 140px !important;
    margin: 0 0 15px !important;
    padding: 9px 25px 9px 15px !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 83% !important;
    color: #fff !important;
    text-align: center !important;
    line-height: 130% !important;
    border: 0 none !important;
    background-color: #e60027 !important;
    background-repeat: no-repeat !important;
    background-position: 98% center !important;
    background-size: 16px 16px !important;
    -moz-background-size: 16px 16px !important;
    -webkit-background-size: 16px 16px !important;
    -o-background-size: 16px 16px !important;
    -ms-background-size: 16px 16px !important;
    cursor: pointer !important;
    word-break: break-all !important;
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -o-box-sizing: content-box !important;
    -ms-box-sizing: content-box !important;
    border-radius: 0 !important;
}

.fui-submit {
    background-image: url('/image/en/r1/icon/icon_link_right_l_white_hd.gif');
}

.fui-btn.fui-table-add-btn, .fui-btn.fui-repeater-add-btn {
    color: #333 !important;
    min-width: auto !important;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
    background: #eee !important;
    font-weight: bold !important;
    font-size: 90% !important;
    border: 1px solid #ccc !important;
    padding: 7px 15px 7px 30px !important;
}

.fui-table-add-btn::after, .fui-btn.fui-repeater-add-btn:after {
    top: 0.5rem !important;
}

.fui-btn.fui-table-remove-btn, .fui-btn.fui-repeater-remove-btn {
    color: #333 !important;
    min-width: auto !important;
    margin-bottom: 0 !important;
    background: #eee !important;
    padding: 10px 15px !important;
    font-weight: bold !important;
    font-size: 90% !important;
    border: 1px solid #ccc !important;
}

.fui-table th, .fui-table td {
    border-bottom: 1px solid rgb(221, 221, 221);
}

.fui-table th:first-child, .fui-table td:first-child {
    padding-left: var(--fui-table-row-padding) !important;
}

.fui-table th:last-child, .fui-table td:last-child {
    padding-right: var(--fui-table-row-padding) !important;
}

.formie-recaptcha-placeholder {
    display: flex;
    justify-content: center;
}

.more-news-wrapper {
    padding: 3rem 0 2rem 0;
}

.more-news-wrapper.full-width_cover{
    padding: 1rem 0;
}

.more-news-box a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.more-news-box a img {
    border-radius: 15px;
}

.more-news-box a:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
}
  
.more-news-box a .title {
    position: absolute;
    z-index: 9;
    bottom: 1rem;
    color: #ffffff;
    left: 1rem;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: bold;
}
  
.more-news-box.half-width a .title,
.more-news-box.full-width a .title {
    padding: 1rem 0;
}
  
.more-news-box a .title img {
    max-height: 16px;
}

.more-news-box a &gt; img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
  
.more-news-box a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    border-radius: 15px;
}

.more-news-box a .title {
    position: absolute;
    z-index: 9;
    bottom: 0;
    color: #ffffff;
    left: 1rem;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    width: calc(100% - 2rem);
    border-top: 1px solid #ffffff;
    padding: 0.5rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
  
.more-news-box a .title img {
    position: relative;
    left: 4px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
  
.more-news-box a:hover .title img {
    left: 8px;
}
  
.more-news-box .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
  
.more-news-box .title img {
    width: auto;
    height: auto;
}

.fancybox__progress {
    background: #ff0026 !important;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: #ff0026 !important;
}

@media screen and (max-width: 399px) {

    .JS .border a img { 
        border: 0;
    }

    .JS .Panel.Photo1 .Column1 strong {
        background-color: inherit;
        border-radius: inherit;
        border: inherit;
    }

    .JS .Panel .ImgOnlyStyle .ModalYouTubeLink:after,
    .JS .Panel .ImgOnlyStyle .ModalYouTubeLink:before {
        content: '';
        display: none;
    }

    .JS .Panel .ImgOnlyStyle .ModalYouTubeLink span:after {
        content: '';
        display: none;
    }
    
}

@media only screen and (min-width: 768px) {

    .show-mob {
        display: none !important;
    }

    .more-news-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /* justify-content: space-between; */
    }
    
    .more-news-wrapper .more-news-box {
        margin-right: 15px;
        max-width: 33%;
        width: 100%;
    }
    
    .more-news-wrapper .more-news-box:last-child {
        margin-right: 0;
    }

    .more-news-wrapper .more-news-box.half-width{
        max-width: 49%;
        flex: 0 0 49%;
        position: relative;
        border-radius: 18px;
        overflow: hidden;
    }
    
    .more-news-wrapper .more-news-box.half-width:after,
    .more-news-wrapper .more-news-box.full-width:after{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        box-shadow: inset 0px -99px 70px 5px rgb(0 0 0 / 90%);
        top: 0;
        bottom: 0;  
        pointer-events: none;
    }
    
    .more-news-wrapper .more-news-box.full-width{
        max-width: 100%;
        flex: 0 0 100%;
        position: relative;
        border-radius: 18px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 767px) {

    #HeaderArea2 &gt; .Container #SiteID {
        font-size: 90%;
    }

    .fui-label, .fui-legend {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .newsRow {
        display: block;
    }

    .newsRow .large-4 {
        width: 100%;
    }

    .banner-area {
        margin: 0 -15px;
        padding: 2rem 30px;
    }

    .hide-mob {
        display: none !important;
    }

    .more-news-wrapper .more-news-box {
        margin-bottom: 12px;
    }

    .JS table th, .JS table td {
        padding: 10px;
    }

}

@media only screen and (max-width: 767px) and (min-width: 576px) {
    .more-news-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
  
    .more-news-wrapper .more-news-box:nth-child(2n) {
        margin-right: 0;
    }
  
    .more-news-wrapper .more-news-box {
        max-width: 48%;
        margin-right: 12px;
    }
}
  
@media only screen and (max-width: 340px) {
    .more-news-wrapper {
        padding: 0 30px 0 15px;
    }
}
</pre></body></html>