<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#navbar {
    padding: 0;
}

header {
    width: 100%;
    height: 90px;
    transition: top 0.2s ease-in-out;
    top: 0;
    z-index: 1049;
}

header.main {
    position: fixed;
    position: sticky;
    background-color: #fff;
}

header.sub {
    background-color: transparent;
}

#navbarmain .nav-link .main {
    color: #191919;
}

#navbarmain .nav-link .sub {
    color: #eee;
}

.carousel-caption h1 {
    font-size: 3rem;
    padding-bottom: 10px;
}

.carousel-caption p {
    font-size: 1.3rem;
}

.top-menu.main {
    color: #191919;
}

.top-menu.sub {
    color: #eee;
}

header:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}

.nav-up {
    top: -90px;
}

.nav-down {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}

.dropdown-toggle::after {
    display: none;
}

.navbar-toggle .icon-bar {
    background: #223a66;
}

#navbarmain {
    padding: 20px 0px;
    z-index: 9999;
}

#navbarmain .nav-link,
.top-menu {
    font-weight: 600;
    padding: 10px 15px;
    font-family: "S-CoreDream-4Regular", sans-serif;
    text-transform: capitalize;
    font-size: 1rem;
    transition: all 0.25s ease;
}

#footer {
    padding: 40px;
    background-color: #666666;
    color: #eeeeee;
}

#footer .footer-contents {
    font-size: 0.9rem;
}

#footer .customer-tel {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
}

.footer-header-left span {
    padding-right: 20px;
}

.footer-header-left span:nth-child(5) {
    padding-right: 11px;
}

.footer-header-left li {
    vertical-align: top;
    float: left;
}

.footer-header-left li:nth-child(2) {
    line-height: 30px;
}

.channel img {
    width: 70px;
    padding-left: 20px;
    cursor: pointer;
}

.channel {
    text-align: right;
}

.dropdown .dropdown-menu {
    position: absolute;
    display: block;
    background: #fff;
    top: 130%;
    left: 0;
    right: 0px;
    opacity: 0;
    padding: 0px;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    border: 0px;
    border-top: 5px solid #a50e2d;
    border-radius: 0px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}

.nav-item.dropdown:nth-child(1)&gt;.dropdown-menu {
    min-width: 270px;
}

.nav-item.dropdown:nth-child(2)&gt;.dropdown-menu {
    min-width: 200px;
}

.nav-item.dropdown:nth-child(3)&gt;.dropdown-menu {
    min-width: 230px;
}

.nav-item.dropdown:nth-child(4)&gt;.dropdown-menu {
    min-width: 170px;
}

.nav-item.dropdown:nth-child(6)&gt;.dropdown-menu {
    min-width: 220px;
}

.nav-item.dropdown:nth-child(7)&gt;.dropdown-menu {
    min-width: 190px;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 115%;
}

.dropdown .dropdown-item {
    padding: 13px 20px;
    border-bottom: 1px solid #eee;
    background: transparent;
    font-weight: 400;
    color: #555;
}

.dropdown .dropdown-item:hover {
    color: #e12454;
}

.dropdown .dropdown-item&gt;span {
    font-weight: 300;
    padding: 5px 10px;
    background-color: rgb(170, 170, 170);
}

.dropdown .dropdown-item:hover&gt;span {
    background-color: #e12454;
}

.carousel-item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.carousel-indicators {
    padding-bottom: 20px;
}

.sub-title {
    font-size: 1.7rem;
    color: #191919;
    font-weight: bold;
    padding-right: 10px;
}

.sub-title-descr1 {
    font-size: 1.1rem;
    color: #a50e2d;
    font-weight: bold;
}

.sub-title-descr2 {
    font-size: 1.1rem;
    color: #767676;
}

.carousel-item-wrapper {
    width: 230px;
    height: 245px;
    border-radius: 10px;
    background-color: #eee;
    color: #767676;
    cursor: pointer;
    text-align: center;
    line-height: 245px;
}

.carousel-item-wrapper&gt;div {
    width: 230px;
    height: 245px;
    vertical-align: middle;
    border-radius: 10px;
    position: absolute;
    background-color: #a50e2d;
    opacity: 0;
    color: #fff;
    font-weight: bold;
    transition: all 0.5s ease;
    z-index: 9999;
    vertical-align: middle;
}

.product-descr {
    position: absolute;
    display: none;
}

.product-descr&gt;a {
    display: none;
}

.product-descr.p-active {
    display: block;
}

.product-descr2,
.product-descr2-peo,
.product-descr2-trs {
    background-color: #f9fafb;
    border-radius: 5px;
    margin: 0 auto;
    width: 90%;
    text-align: center;
    min-height: 235px;
    position: relative;
}

.product-descr2 p,
.product-descr2-peo p,
.product-descr2-trs p {
    padding: 0 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #191919;
    width: 95%;
}

.product-descr2 p span:nth-child(1) {
    font-size: 1.4rem;
    font-weight: 600;
}

.product-descr2-peo p span:nth-child(1) {
    color: #0a85ff;
    font-size: 1.4rem;
    font-weight: 600;
}

.product-descr2-trs p span:nth-child(1) {
    color: #171644;
    font-size: 1.4rem;
    font-weight: 600;
}

.product-descr2 p span:nth-child(4),
.product-descr2-peo p span:nth-child(4) {
    color: #7d7d7d;
}

.product-why-wrapper,
.product-why-peo-wrapper {
    margin: 0 auto;
    background-color: #f9fafb;
    padding: 40px;
    border-radius: 20px;
}

.product-why:not(:last-child) {
    background-image: url("../assets/prod/vertical-line.png");
    background-repeat: no-repeat;
    background-position: right center;
}

.product-why p {
    padding-top: 25px;
    color: #666666;
}

.product-why-peo p {
    color: #666666;
}

.solution-title {
    font-weight: bold;
    color: #191919;
}

.accent-title {
    font-weight: bold;
    color: #666;
}

.side-div-line {
    background-image: url("../assets/div-line.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 50px;
}

.product-descr.p-active&gt;a {
    display: inline;
}

.carousel-item-wrapper&gt;div&gt;p {
    font-size: 1.2rem;
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.carousel-item-wrapper&gt;div:hover {
    opacity: 1;
}

.carousel-item-wrapper&gt;div.active {
    opacity: 0.85;
}

.carousel-item-wrapper img {
    padding-bottom: 20px;
}

.carousel-item-title {
    width: 230px;
    text-align: center;
    bottom: 0;
    position: absolute;
    padding: 10px 0 20px 0;
}

.main-jumbo-tron-bg01 {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../assets/main-ivinfo.png");
}

.main-jumbo-list-wrapper {
    width: 80%;
    margin: 0 auto;
    display: flex;
}

.main-jumbo-list-wrapper&gt;li {
    float: left;
    width: 33%;
    color: #fff;
    padding-top: 80px;
    display: block;
}

.main-jumbo-list-wrapper&gt;li:nth-child(1):after,
.main-jumbo-list-wrapper&gt;li:nth-child(2):after {
    border-right: solid 1px #fff;
    float: right;
    position: relative;
    content: "";
    height: 80px;
    top: -70px;
    right: 0px;
}

.count-num {
    font-size: 3.5rem;
    font-weight: bold;
    padding-bottom: 2rem;
}

.btn-red {
    padding: 10px 20px;
    background-color: #a50e2d;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
}

.btn-red:hover,
.btn-red:active {
    color: #fff;
}

.btn-blue {
    padding: 10px 20px;
    background-color: #2990ff;
    color: #fff;
    border-radius: 10px;
}

.btn-blue:hover,
.btn-blue:active {
    color: #fff;
}

.carousel-tv-item-wrapper {
    width: 357px;
    height: 195px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}

.pt-6 {
    padding-top: 3.5rem;
}

.pt-7 {
    padding-top: 4rem;
}

.pt-8 {
    padding-top: 4.5rem;
}

.pt-9 {
    padding-top: 5rem;
}

.pt-99 {
    padding-top: 8rem;
}

.pb-99 {
    padding-bottom: 8rem;
}

.pb-999 {
    padding-bottom: 14rem;
}

.pb-6 {
    padding-bottom: 3.5rem;
}

.pb-7 {
    padding-bottom: 4rem;
}

.pb-8 {
    padding-bottom: 4.5rem;
}

.pb-9 {
    padding-bottom: 5rem;
}

.mt-6 {
    margin-top: 3.5rem;
}

.mt-7 {
    margin-top: 4rem;
}

.mt-8 {
    margin-top: 4.5rem;
}

.mt-9 {
    margin-top: 5rem;
}

.mt-99 {
    margin-top: 8rem;
}

.mb-4-5 {
    margin-bottom: 2rem;
}

.jumbotron {
    padding: 7rem 2rem;
}

.label-partner-ti-01 {
    font-weight: bold;
    color: #a50e2d;
    font-size: 1.4rem;
}

.label-partner-ti-02 {
    font-size: 2rem;
    padding: 5px 0 20px 0;
    color: #191919;
    font-weight: bold;
    line-height: 5.5vh;
}

.client-thumb {
    width: 100%;
    text-align: center;
}

.img-fluid2 {
    margin-bottom: 20px;
}

.main-map {
    height: 450px;
    margin-top: 7rem;
    background-image: url("../assets/img_map.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main-map&gt;div {
    height: 450px;
}

.mini-map-arrow {
    font-size: 2.5rem;
    color: #a50e2d;
    clear: both;
}

.bg-report {
    background-image: url("../assets/bg-report.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section.intro {
    width: 100%;
    min-height: 280px;
    background-image: url("../assets/sub_bg01.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.section.prod {
    width: 100%;
    min-height: 280px;
    background-image: url("../assets/sub_bg02.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.section.cscenter {
    width: 100%;
    min-height: 280px;
    background-image: url("../assets/sub_bg03.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.section.question {
    width: 100%;
    min-height: 280px;
    background-image: url("../assets/sub_bg04.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-btn {
    width: 20%;
    float: left;
    margin-top: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
}

.main-btn img {
    width: 95%;
}

.main-btn:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    z-index: 9999;
}

.text-bold {
    font-weight: bold;
    color: #191919;
}

.intro-box {
    width: 100%;
    border-radius: 15px;
    background-color: #fff;
    height: 370px;
}

.intro-box&gt;div {
    height: 370px;
}

.intro-box&gt;div&gt;div&gt;p {
    font-size: 0.9rem;
}

.btn-history-01 {
    padding: 20px 40px;
    cursor: pointer;
    border-left: solid 1px #767676;
    border-top: solid 1px #767676;
    border-right: solid 0px #767676;
    border-bottom: solid 1px #767676;
    color: #767676;
    font-weight: bold;
    transition: all 0.25s ease;
}

.btn-history-01.active {
    cursor: pointer;
    border-left: solid 1px #a50e2d;
    border-top: solid 1px #a50e2d;
    border-right: solid 1px #a50e2d;
    border-bottom: solid 1px #a50e2d;
    color: #a50e2d;
}

.btn-history-02 {
    padding: 20px 40px;
    cursor: pointer;
    border-left: solid 0px #767676;
    border-top: solid 1px #767676;
    border-right: solid 1px #767676;
    border-bottom: solid 1px #767676;
    color: #767676;
    font-weight: bold;
    transition: all 0.25s ease;
}

.btn-history-02.active {
    border-left: solid 1px #a50e2d;
    border-top: solid 1px #a50e2d;
    border-right: solid 1px #a50e2d;
    border-bottom: solid 1px #a50e2d;
    color: #a50e2d;
}

.history-wrap {
    background-image: url("../assets/bg-line.png");
    background-position: center;
    background-repeat: repeat-y;
    display: inline-block;
    width: 100%;
}

.history-contents&gt;table {
    margin-top: 20px;
}

.history-contents table tr td span {
    font-weight: 900;
    color: #191919;
}

.history-contents {
    clear: both;
    width: 50%;
    transition: all 0.25s ease;
    margin-top: 2rem;
}

.history-contents.r {
    float: right;
    padding-left: 20px;
}

.history-contents.l {
    float: left;
    padding-right: 20px;
}

.history-contents.r td:nth-child(1) {
    padding: 0 10px 0 20px;
    vertical-align: top;
}

.history-contents.r td:nth-child(2) {
    padding: 0 10px 0 20px;
    vertical-align: top;
}

.history-contents.l td:nth-child(1) {
    padding: 0 10px 0 20px;
    vertical-align: top;
}

.history-contents.l td:nth-child(2) {
    padding: 0 10px 0 20px;
    vertical-align: top;
}

.history-year {
    color: #a50e2d;
}

.history-year.r {
    text-align: left;
}

.history-year.l {
    color: #a50e2d;
    text-align: right;
}

.history-year.r::before {
    content: "â—";
    font-size: 1rem;
    vertical-align: middle;
    margin: 0 30px 0 -28px;
}

.history-year.l::after {
    content: "â—";
    font-size: 1rem;
    vertical-align: middle;
    margin: 0 -27px 0 30px;
}

/* router slide effect start */
.pageSlider-enter {
    opacity: 0;
    transform: scale(1.1);
}

.pageSlider-enter-active {
    opacity: 1;
    transform: scale(1);
    transition: opacity 700ms, transform 700ms;
}

.pageSlider-exit {
    opacity: 1;
    transform: scale(1);
}

.pageSlider-exit-active {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 700ms, transform 700ms;
}

.award-boardcast-bg-l {
    background-image: url("../assets/award/news_bg01.png");
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.award-boardcast-bg-r {
    background-image: url("../assets/award/news_bg02.png");
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.navbar-nav {
    background-color: transparent;
}

.font-gray {
    color: #6f8ba4;
}

.direction-addr-table tr td {
    vertical-align: top;
    padding: 10px 20px 0 0;
}

.direction-addr-list li {
    float: left;
    padding-right: 10px;
    color: #191919;
}

.direction-addr-phone {
    color: #a50e2d;
}

.direction-time {
    line-height: 1.5rem;
}

.direction-descr li {
    padding: 1rem 0 0 1rem;
}

.direction-wrapper {
    background-color: #f9fafb;
    background-image: url("../assets/img_subiv.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 30%;
}

.video {
    width: 100%;
    max-width: 900px;
    margin: 4rem auto;
    border-radius: 30px;
    background-color: #f0f0f0;
    padding: 40px;
    box-sizing: border-box;
    box-shadow: 0px 8px 20px #d3d3d3;
}

.video-container {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 50%;
}

.video-container iframe {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.backtop {
    position: fixed;
    background: #a50e2d;
    z-index: 9999;
    display: inline-block;
    right: 55px;
    width: 60px;
    height: 60px;
    bottom: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    border-radius: 50px;
}

.backtop i {
    color: #fff;
    font-size: 20px;
}

.reveal {
    transition: all 0.3s;
    cursor: pointer;
    opacity: 1;
}

.question-info-container-1 {
    height: 570px;
    background-image: url("../assets/question/sub04_qimg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.question-info-container-1&gt;div {
    float: left;
    height: 100%;
    display: table;
}

.question-info-container-1&gt;div&gt;span {
    font-size: 1.3rem;
    color: #fff;
    vertical-align: middle;
    display: table-cell;
}

.question-info-container-1&gt;div,
.help-badge {
    cursor: pointer;
}

.question-info-container-1&gt;div:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.question-info-container-1&gt;div:nth-child(1),
.question-info-container-1&gt;div:nth-child(2) {
    width: 33%;
    border-right: solid 1px #fff;
}

.question-info-container-1&gt;div:nth-child(3) {
    width: 34%;
}

.question-info-container-2 {
    margin: 0 auto;
    width: 80%;
    padding: 2rem;
    text-align: center;
    background-color: #f9fafb;
    border-radius: 1rem;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.question-info-container-2&gt;div&gt;div:nth-child(2) {
    line-height: 2.5rem;
    color: #000;
    font-weight: bold;
    font-size: 1.5rem;
}

.border-faq {
    border-color: #dbdbdb !important;
}

.faq-menu-wrap {
    display: table;
    border: 1px solid #dbdbdb;
    border-collapse: collapse;
    margin: 0;
}

.faq-menu-wrap td {
    width: 25%;
    border: 1px solid #dbdbdb;
    font-size: 1.1vw;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.faq-menu-wrap td.active {
    color: #fff;
    border: 1px solid #fff;
    background-color: #a50e2d;
}

input.transparent-input {
    background-color: rgba(0, 0, 0, 0) !important;
    border: none !important;
}

.search-bar {
    width: 70%;
    margin: 0 auto;
    padding: 10px;
    background-color: #ededed;
    border-radius: 10px;
}

.input-datepicker {
    width: 120px;
}

.fa-search {
    color: #000;
}

.accd-wrap {
    border-top: 2px solid #767676;
    padding: 0;
}

.faq-question {
    color: #a50e2d;
    font-weight: 600;
    padding-right: 20px;
}

.info-title {
    width: 100%;
    display: table;
}

.info-title&gt;li {
    float: left;
    display: table-row;
}

.partner-banner1 {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.info-table-row {
    cursor: pointer;
    font-size: 0.95vw;
    color: #7d7d7d;
}

.naverIcon {
    width: 25px;
    margin-left: 14px;
}

.partner-banner2 {
    opacity: 0;
    transition: all 1s ease-in-out;
}

.partner-banner3 {
    opacity: 0;
    transition: all 1.2s ease-in-out;
}

.partner-banner4 {
    opacity: 0;
    transition: all 1.5s ease-in-out;
}

.partner-banner5 {
    opacity: 0;
    transition: all 1.7s ease-in-out;
}

@keyframes zoom-in {
    0% {
        transform: scale(0.1);
    }

    100% {
        transform: none;
    }
}

.partner-banner1.b-active {
    animation: 1s zoom-in;
    opacity: 1;
}

.partner-banner2.b-active {
    animation: 0.3s zoom-in;
    opacity: 1;
}

.partner-banner3.b-active {
    animation: 0.9s zoom-in;
    opacity: 1;
}

.partner-banner4.b-active {
    animation: 0.6s zoom-in;
    opacity: 1;
}

.partner-banner5.b-active {
    animation: 1.2s zoom-in;
    opacity: 1;
}

.area-worker {
    width: 100%;
    text-align: center;
    color: #191919;
    font-size: 1.1rem;
}

.area-worker&gt;li {
    height: 70px;
    line-height: 70px;
}

.area-worker&gt;li:nth-child(1) {
    border-top: solid 4px #a50e2d;
    background-color: #f9fafb;
}

.area-worker {
    border-bottom: solid 1px #dbdbdb;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn2 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn3 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInUp2 {
    from {
        transform: translate3d(0, 40px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInUp3 {
    from {
        transform: translate3d(0, 40px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInRight {
    from {
        transform: translate3d(-40px, 0, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInRight {
    from {
        transform: translate3d(-40px, 0, 0);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInLeft {
    from {
        transform: translate3d(40px, 0, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        transform: translate3d(40px, 0, 0);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}

.animated2 {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
    opacity: 0;
}

.fadeIn {
    opacity: 0;
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
}

.fadeIn2 {
    opacity: 0;
    animation-name: fadeIn2;
    -webkit-animation-name: fadeIn2;
}

.fadeIn3 {
    opacity: 0;
    animation-name: fadeIn3;
    -webkit-animation-name: fadeIn3;
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.fadeInUp2 {
    opacity: 0;
    animation-name: fadeInUp2;
    -webkit-animation-name: fadeInUp2;
}

.fadeInUp3 {
    opacity: 0;
    animation-name: fadeInUp3;
    -webkit-animation-name: fadeInUp3;
}

.fadeInRight {
    opacity: 0;
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
}

.fadeInLeft {
    opacity: 0;
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
}

.opacity-0 {
    opacity: 0;
}

.carousel-caption {
    bottom: 0px;
}

.sub-contents-line-height {
    line-height: 1.9rem;
}

.tabs {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.tab-buttons {
    max-width: 1140px;
    margin-bottom: 5 0px;
    margin: 0 auto;
}

.tab-button {
    margin-right: 15px;
    font-size: 2rem;
    background: transparent;
    border: none;
    outline: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
    border-bottom: 2px solid transparent;
    color: #8b8b8b;
}

.tab-button.active {
    border-bottom: 3px solid #a50e2d;
    background-color: #fff;
    color: #000;
    font-weight: bold;
}

.tab-content&gt;div {
    width: 100%;
}

.warning-icon {
    font-size: 5rem;
    color: #ff4646;
}

.product-sub-descr1 {
    color: #7d7d7d;
}

.features {
    margin-top: -200px;
}

.features2 {
    margin-top: -160px;
}

.feature-item {
    flex-basis: 70%;
    margin: 0px auto;
    padding: 0px 15px 40px 15px;
    background-color: #fff;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.feature-item li {
    text-align: center;
}

.feature-item li:nth-child(1) {
    padding-top: 40px;
}

.feature-item li:nth-child(2) {
    font-size: 1.2rem;
    color: #191919;
    padding-top: 20px;
}

.feature-item li:nth-child(3)&gt;div {
    width: 40px;
    height: 1px;
    padding-top: 30px;
    margin: 0 auto;
}

.feature-item li:nth-child(4) {
    font-size: 1rem;
    color: #7d7d7d;
    padding-top: 40px;
}

.features-circle {
    width: 826px;
}

.product-copyright-wrapper {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

.feature-item li.auto7&gt;div {
    border-bottom: solid 2px #00a39c;
}

.feature-item li.trs-system&gt;div {
    border-bottom: solid 2px #171644;
}

.feature-item li.autox&gt;div {
    border-bottom: solid 2px #12b6b8;
}

.feature-item li.honors&gt;div {
    border-bottom: solid 2px #4460ef;
}

.feature-item li.neoscan&gt;div {
    border-bottom: solid 2px #4287ff;
}

.feature-item li.ges&gt;div {
    border-bottom: solid 2px #173f70;
}

.feature-item li.adl&gt;div {
    border-bottom: solid 2px #2678d6;
}

.feature-item li.adl3&gt;div {
    border-bottom: solid 2px #7aa0e2;
}

.feature-item li.peo&gt;div {
    border-bottom: solid 2px #0a85ff;
}

.feature-item li.neo&gt;div {
    border-bottom: solid 2px #10a0e2;
}

.feature-item li.neochain&gt;div {
    border-bottom: solid 2px #10a0e2;
}

.feature-item li.autopos&gt;div {
    border-bottom: solid 2px #318cc5;
}

.feature-item li.sotong&gt;div {
    border-bottom: solid 2px #ed145b;
}

.feature-item li.jmt&gt;div {
    border-bottom: solid 2px #2961ff;
}

.feature-item li.cardiary&gt;div {
    border-bottom: solid 2px #019fff;
}

.feature-item li.ai-carno&gt;div {
    border-bottom: solid 2px #4287ff;
}

.feature-item li.autoxmob&gt;div {
    border-bottom: solid 2px #12b6b8;
}

.feature-item li.neotab&gt;div {
    border-bottom: solid 2px #4287ff;
}

.feature-item li.etc-service&gt;div {
    border-bottom: solid 2px #a50e2d;
}

.feature-item li.neobook&gt;div {
    border-bottom: solid 2px #558bff;
}

.feature-item li.ai-carno&gt;div {
    border-bottom: solid 2px #4287ff;
}

.feature-item li.autopos-mob&gt;div {
    border-bottom: solid 2px #328cc5;
}

.product-copyright-wrapper.auto7 {
    background-image: url("../assets/prod/auto7_bg02.png");
}

.product-copyright-wrapper.imported-car {
    background-image: url("../assets/prod/bg02_parts.png");
}

.product-copyright-wrapper.neobook {
    background-image: url("../assets/prod/bg02_neobook.png");
}

.product-copyright-wrapper.trs-system {
    background-image: url("../assets/prod/car_inspection_bg02.png");
}

.product-copyright-wrapper.autox {
    background-image: url("../assets/prod/autox_bg02.png");
}

.product-copyright-wrapper.honors {
    background-image: url("../assets/prod/bg02_honors.png");
}

.product-copyright-wrapper.ges {
    background-image: url("../assets/prod/ges_bg02.png");
}

.product-copyright-wrapper.adl {
    background-image: url("../assets/prod/adl_bg02.png");
}

.product-copyright-wrapper.autodl3 {
    background-image: url("../assets/prod/adl_bg04.png");
}

.product-copyright-wrapper.peo {
    background-image: url("../assets/prod/pneo_bg02.png");
}

.product-copyright-wrapper.neo {
    background-image: url("../assets/prod/neo_bg02.png");
}

.product-copyright-wrapper.neochain {
    background-image: url("../assets/prod/neochain_bg02.png");
}

.product-copyright-wrapper.autopos {
    background-image: url("../assets/prod/autopos_bg02.png");
}

.product-copyright-wrapper.sotong {
    background-image: url("../assets/prod/sotong_bg02.png");
}

.product-copyright-wrapper.jmt {
    background-image: url("../assets/prod/bg02_jmt.png");
}

.product-copyright-wrapper.cardiary {
    background-image: url("../assets/prod/bg02_cardiary.png");
}

.product-copyright-wrapper.ai-carno {
    background-image: url("../assets/prod/bg02_recognition.png");
}

.product-copyright-wrapper.autoxmob {
    background-image: url("../assets/prod/autox_m_bg02.png");
}

.product-copyright-wrapper.neotab {
    background-image: url("../assets/prod/neotab_bg02.png");
}

.product-copyright-wrapper.deny080 {
    background-image: url("../assets/prod/080_bg02.png");
}

.product-copyright-wrapper.neoset {
    background-image: url("../assets/prod/neoset_bg02.png");
}

.product-copyright-wrapper.autopos-mob {
    background-image: url("../assets/prod/autopos_m_bg02.png");
}

.product-copyright-wrapper.inno {
    background-image: url("../assets/prod/ino_bg02.png");
}

.product-copyright-wrapper.carinfo {
    background-image: url("../assets/prod/wonbu_bg02.png");
}

.auto7-color {
    color: #01a39c;
}

.trs-system-color {
    color: #171644;
}

.autox-color {
    color: #12b6b8;
}

.honors-color {
    color: #4460ef;
}

.neoscan-color {
    color: #4287ff;
}

.honors-color {
    color: #4460ef !important;
}

.ges-color {
    color: #173f70;
}

.adl-color {
    color: #2678d6;
}

.adl3-color {
    color: #7aa0e2;
}

.peo-color {
    color: #0a85ff;
}

.neo-color {
    color: #10a0e2;
}

.neochain-color {
    color: #10a0e2;
}

.autopos-color {
    color: #318cc5;
}

.sotong-color {
    color: #ed145b;
}

.jmt-color {
    color: #2961ff;
}

.cardiary-color {
    color: #019fff;
}

.ai-carno-color {
    color: #4287ff;
}

.neobook-color {
    color: #558bff;
}

.autoxmob-color {
    color: #12b6b8;
}

.neotab-color {
    color: #4287ff;
}

.etc-service-color {
    color: #a50e2d;
}

.autopos-mob-color {
    color: #328cc5;
}

.product-copyright {
    position: relative;
    height: 200px;
}

.product-copyright p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    min-width: 800px;
}

.product-copyright-ti {
    font-size: 1.8rem;
    font-weight: bold;
}

.product-copyright-sub {
    display: inline-block;
    padding-top: 10px;
    width: 100%;
    color: #797979;
}

.product-copyright&gt;p:nth-child(3) {
    font-weight: bold;
}

.product-main-function {
    margin-top: 100px;
}

.product-main-function-ti {
    font-size: 1.5rem;
    color: #191919;
}

.product-main-function-descr {
    position: relative;
    height: 406px;
    text-align: left;
}

.product-main-function-descr-sm {
    display: none;
}

.product-main-function-descr p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #191919;
    width: 95%;
}

.product-main-function-descr-ti {
    font-size: 1.4rem;
}

.bg-gray {
    background-color: #f9fafb;
    width: 100%;
}

.cscenter-operating-hours {
    color: #191919;
    font-size: 1.2rem;
}

.cscenter-operating-hours&gt;span {
    color: #a50e2d;
    font-weight: bold;
}

.cscenter-operating-img {
    padding-top: 30px;
}

.ceo-sign {
    font-size: 1.5rem;
    color: #191919;
}

.ceo-sign span {
    font-size: 1.7rem;
    font-weight: bold;
}

.related-product-title {
    font-size: 1.5rem;
    color: #191919;
}

.related-product-box {
    width: 100%;
    min-height: 145px;
    border-radius: 10px;
    background-color: #eee;
    color: #767676;
    cursor: pointer;
    text-align: center;
}

.related-product-box:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}

.related-product-box i {
    font-size: 2rem;
    color: #a50e2d;
}

.btn-naver,
.btn-blog,
.btn-kakao,
.btn-youtube {
    font-weight: bold;
    padding: 20px 0px;
    border-radius: 10px;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
}

.btn-naver {
    color: #fff;
    background-color: #04cf5c;
    border-color: #00903e;
}

.btn-naver:hover {
    color: #fff;
}

.btn-blog {
    color: #fff;
    background-color: #00c300;
    border-color: #027902;
}

.btn-blog:hover {
    color: #fff;
}

.btn-kakao {
    color: #fff;
    background-color: #ffda00;
    border-color: #b19802;
    color: #191919;
}

.btn-kakao:hover {
    color: #191919;
}

.btn-youtube {
    color: #fff;
    background-color: #ed2024;
    border-color: #991518;
}

.btn-youtube:hover {
    color: #fff;
}

.btn-naver&gt;img,
.btn-blog&gt;img,
.btn-kakao&gt;img,
.btn-youtube&gt;img {
    width: 35px;
    vertical-align: middle;
    margin-right: 10px;
}

.custom-table-price&gt;thead&gt;tr:nth-child(1),
.custom-table-show-price&gt;thead&gt;tr:nth-child(1) {
    border-top: 2px solid #767676;
}

.custom-table-price&gt;thead&gt;tr&gt;th,
.custom-table-show-price&gt;thead&gt;tr&gt;th {
    border-top: 1px solid #dbdbdb;
}

.custom-table-price&gt;tbody&gt;tr&gt;td,
.custom-table-price&gt;tbody&gt;tr&gt;th,
.custom-table-show-price&gt;tbody&gt;tr&gt;td,
.custom-table-show-price&gt;tbody&gt;tr&gt;th {
    border-top: 1px solid #dbdbdb;
}

.custom-table-price&gt;tbody&gt;tr&gt;td:nth-child(n+2):nth-child(-n+6),
.custom-table-price&gt;tbody th,
.custom-table-show-price&gt;tbody&gt;tr&gt;td:nth-child(n+1):nth-child(-n+7),
.custom-table-show-price&gt;tbody th {
    background-color: #f9f9f9;
}

.custom-table-show-price&gt;tbody&gt;tr:nth-child(2)&gt;td:nth-child(n+1):nth-child(-n+6) {
    background-color: #f9f9f9;
}

.custom-table-price&gt;tbody td:nth-child(n+7):nth-child(-n+8),
.custom-table-show-price&gt;tbody td:nth-child(n+8):nth-child(-n+9) {
    background-color: #e1ecff;
}

.custom-table-show-price&gt;tbody&gt;tr:nth-child(2)&gt;td:nth-child(n+7):nth-child(-n+8) {
    background-color: #e1ecff;
}

.custom-table-show-price&gt;tbody&gt;tr:nth-child(12)&gt;td:nth-child(n+7):nth-child(-n+8) {
    background-color: #e1ecff;
}

.custom-tooltip {
    position: absolute;
    top: auto;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 8px;
    background-color: #3781ff;
    color: white;
    padding: 8px;
    border-radius: 6px;
    font-size: 13px;
    box-shadow: 0px 0px 5px #555;
    z-index: 9999;
    white-space: nowrap;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.custom-tooltip.fade-in {
    opacity: 1;
    visibility: visible;
}

.custom-tooltip.fade-out {
    opacity: 0;
    visibility: hidden;
}

.custom-tooltip::before {
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
    left: 20px;
    bottom: -10px;
    border-color: #3781ff transparent transparent transparent;
    transform: translateX(-50%);
    z-index: -1;
}

.tooltip-container {
    position: relative;
    overflow: visible;
}

.text-strikethrough {
    text-decoration: line-through;
}

.question-modal {
    color: #333333;
    font-weight: bold;
    font-weight: normal;
}

.question-modal h4 {
    font-size: 1.1rem;
}

.question-modal p {
    font-size: .9rem;
    line-height: 160%;
    color: #000;
    font-weight: 400;
}

.question-modal p span {
    font-weight: bold;
    font-size: 1rem;
}

.question-modal p i {
    color: #ff9823;
}

.question-modal table {
    font-size: .9rem;
}

.custom-table-price button {
    font-size: .8rem;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .related-product-box i {
        padding-top: 40px;
    }
}

.related-product-box i {
    font-size: 2rem;
    color: #a50e2d;
}

.related-product-box p {
    padding-top: 10px;
    font-size: 1.1rem;
    color: #191919;
}

.product-main-function-img&gt;img {
    width: 100%;
    height: auto;
}

.prod-info&gt;li:nth-child(1)&gt;img {
    height: 60px;
}

.stepper-circle {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: solid 1px #929292;
}

.stepper-circle.active {
    color: #fff;
    background-color: #0a85ff;
    border: none;
}

@media (max-width: 500px) {
    .main-more {
        display: none;
    }

    .img-logo {
        width: 80%;
    }

    #navbar {
        padding: 5px 20px;
    }

    header {
        height: 3.5rem;
    }

    header:hover {
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    }

    .nav-up {
        top: -3.5rem;
    }

    .carousel,
    .carousel-inner,
    .carousel-inner .active {
        height: 300px;
    }

    .carousel-caption h1 {
        font-size: 1.5rem;
    }

    .carousel-caption h2 {
        font-size: 1.3rem;
    }

    .carousel-caption p {
        font-size: 1.1rem;
    }

    .count-num {
        font-size: 1.5rem;
    }

    .footer-header-left&gt;span {
        display: block;
    }

    .navbar-nav {
        background-color: #fff;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    }

    .main-toggle {
        color: rgba(83, 83, 83);
        border-color: rgba(83, 83, 83);
    }

    .navbar-toggler.sub-toggle {
        color: rgba(255, 255, 255);
        border-color: rgb(255, 255, 255);
    }

    .main-btn {
        width: 50%;
    }

    .btn-history-01 {
        padding: 10px 10px;
        font-size: 0.9rem;
    }

    .btn-history-02 {
        padding: 10px 10px;
        font-size: 0.9rem;
    }

    .history-wrap {
        background-image: none;
    }

    .history-contents {
        margin-top: 4rem;
    }

    .history-contents.r {
        width: 100%;
        float: none;
        padding-left: 0px;
    }

    .history-contents.l {
        width: 100%;
        float: none;
    }

    .history-year.l {
        color: #a50e2d;
        text-align: left;
    }

    .history-year.r::before {
        content: "â—";
        font-size: 1rem;
        vertical-align: middle;
        margin: 0 20px 0 -5px;
    }

    .history-year.l::before {
        content: "â—";
        font-size: 1rem;
        vertical-align: middle;
        margin: 0 20px 0 -5px;
    }

    .history-year.l::after {
        content: "";
    }

    #navbarmain .nav-link .sub {
        color: #191919;
    }

    .top-menu.sub {
        color: #191919;
    }

    .question-info-container-1&gt;div:nth-child(1),
    .question-info-container-1&gt;div:nth-child(2),
    .question-info-container-1&gt;div:nth-child(3) {
        clear: both;
        height: 33%;
        width: 100%;
        border-right: 0px;
    }

    .question-info-container-1&gt;div:nth-child(1),
    .question-info-container-1&gt;div:nth-child(2) {
        border-bottom: 1px solid #fff;
    }

    .question-info-container-1&gt;div img {
        width: 20%;
    }

    .question-info-container-2&gt;div&gt;div:nth-child(2) {
        margin-top: 20px;
        font-size: 1rem;
    }

    .channel {
        text-align: center;
    }

    .main-map h1 {
        font-size: 1.7rem;
    }

    .main-jumbo-list-wrapper {
        width: 95%;
        margin: 0 auto;
        display: flex;
    }

    .features {
        margin-top: -50px;
    }

    .feature-item {
        width: 80%;
    }

    .product-copyright-ti {
        font-size: 1.1rem;
    }

    .product-copyright {
        font-size: 1rem;
    }

    p {
        line-height: 25px;
    }

    .product-main-function-descr {
        display: none;
    }

    .product-main-function-descr-sm {
        display: inline-block;
    }

    .carousel-reponsive {
        padding-top: 180px;
    }

    .main-jumbo-list-wrapper&gt;li:nth-child(1):after,
    .main-jumbo-list-wrapper&gt;li:nth-child(2):after {
        border-right: none;
    }

    .channel img {
        width: 20%;
        padding-left: 20px;
        cursor: pointer;
    }

    .features-circle img {
        display: none;
    }

    .pb-999 {
        padding-bottom: 4rem;
    }

    .features2 {
        margin-top: -100px;
    }

    .product-main-function-img&gt;img {
        width: 90%;
    }

    .tab-button {
        font-size: 1.2rem;
    }

    .product-why:not(:last-child) {
        background-image: none;
    }

    .side-div-line {
        background-image: none;
        padding-left: 0px;
        padding-top: 50px;
    }
}

@media (min-width: 501px) and (max-width: 768px) {
    .main-more {
        display: none;
    }

    header {
        height: 3.5rem;
    }

    #navbar {
        padding: 5px 20px;
    }

    header:hover {
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 30%);
    }

    .carousel-caption h1 {
        font-size: 2.2rem;
    }

    .nav-up {
        top: -3.5rem;
    }

    .carousel,
    .carousel-inner,
    .carousel-inner .active {
        height: 300px;
    }

    .count-num {
        font-size: 2.5rem;
    }

    .footer-header-left&gt;span {
        display: block;
    }

    .navbar-nav {
        background-color: #fff;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 30%);
    }

    .main-toggle {
        color: rgba(83, 83, 83);
        border-color: rgba(83, 83, 83);
    }

    .navbar-toggler.sub-toggle {
        color: rgba(255, 255, 255);
        border-color: rgb(255, 255, 255);
    }

    .main-btn {
        width: 50%;
    }

    .history-wrap {
        background-image: none;
    }

    .history-contents {
        margin-top: 4rem;
    }

    .history-contents.r {
        width: 100%;
        float: none;
        padding-left: 0px;
    }

    .history-contents.l {
        width: 100%;
        float: none;
    }

    .history-year.l {
        color: #a50e2d;
        text-align: left;
    }

    .history-year.r::before {
        content: "â—";
        font-size: 1rem;
        vertical-align: middle;
        margin: 0 30px 0 10px;
    }

    .history-year.l::before {
        content: "â—";
        font-size: 1rem;
        vertical-align: middle;
        margin: 0 30px 0 10px;
    }

    .history-year.l::after {
        content: "";
    }

    #navbarmain .nav-link .sub {
        color: #191919;
    }

    .top-menu.sub {
        color: #191919;
    }

    .question-info-container-1&gt;div:nth-child(1),
    .question-info-container-1&gt;div:nth-child(2),
    .question-info-container-1&gt;div:nth-child(3) {
        clear: both;
        height: 33%;
        width: 100%;
        border-right: 0px;
    }

    .question-info-container-1&gt;div:nth-child(1),
    .question-info-container-1&gt;div:nth-child(2) {
        border-bottom: 1px solid #fff;
    }

    .question-info-container-1&gt;div img {
        width: 20%;
    }

    .question-info-container-2&gt;div&gt;div:nth-child(2) {
        margin-top: 20px;
    }

    .channel {
        text-align: center;
    }

    .features {
        margin-top: -50px;
    }

    .feature-item {
        width: 80%;
    }

    .product-copyright-ti {
        font-size: 1.1rem;
    }

    .product-copyright {
        font-size: 1rem;
    }

    p {
        line-height: 25px;
    }

    .product-main-function-descr {
        display: none;
    }

    .product-main-function-descr-sm {
        display: inline-block;
    }

    .carousel-reponsive {
        padding-top: 150px;
    }

    .main-jumbo-list-wrapper&gt;li:nth-child(1):after,
    .main-jumbo-list-wrapper&gt;li:nth-child(2):after {
        border-right: none;
    }

    .channel img {
        width: 15%;
        padding-left: 20px;
        cursor: pointer;
    }

    .features-circle img {
        width: 90%;
    }
}

@media (max-width: 992px) {
    header {
        height: 3.5rem;
    }

    #navbar {
        padding: 5px 20px;
    }

    header:hover {
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 30%);
    }

    .nav-up {
        top: -3.5rem;
    }

    .navbar-nav {
        background-color: #fff;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 30%);
    }

    .main-toggle {
        color: rgba(83, 83, 83);
        border-color: rgba(83, 83, 83);
    }

    .navbar-toggler.sub-toggle {
        color: rgba(255, 255, 255);
        border-color: rgb(255, 255, 255);
    }

    #navbarmain .nav-link .sub {
        color: #191919;
    }

    .top-menu.sub {
        color: #191919;
    }

    .channel {
        text-align: center;
    }

    .feature-item {
        width: 80%;
    }

    .product-main-function-descr {
        display: none;
    }

    .product-main-function-descr-sm {
        display: inline-block;
    }

    .main-jumbo-list-wrapper&gt;li:nth-child(1):after,
    .main-jumbo-list-wrapper&gt;li:nth-child(2):after {
        border-right: none;
    }

    .features-circle img {
        width: 90%;
    }
}</pre></body></html>