#main {
    position: relative;
    width: 100%;
    padding: 100px 0 200px 0;
    overflow-x: clip;
    z-index: 10;
}

#main .main_circle_bg {
    position: absolute;
    border-radius: 50%;
    filter: blur(200px);
    z-index: -1;
}

#main .main_circle_bg.pos1 {
    background: rgba(240, 238, 255, 1);
    left: -250px;
    bottom: 0;
    width: 1800px;
    aspect-ratio: 1800 / 860;
}

#main .main_circle_bg.pos2 {
    background: rgba(238, 244, 255, 1);
    right: -580px;
    bottom: 0;
    width: 1385px;
    aspect-ratio: 1385 / 860;
}

#main .main_container {
    max-width: 900px;
}

#main .main_visual {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

#main .main_vis_img figure img {
    display: block;
    width: 100%;
}

#main .mv_deco_img {
    position: absolute;
}

#main .mv_deco_img.pos1 {
    width: 340px;
    bottom: 80px;
    left: -140px;
}

#main .mv_deco_img.pos2 {
    width: 400px;
    right: -200px;
    bottom: 120px;
}

/* main_solution */



/* main_solution */

#main_solution .msl_list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

#main_solution .msl_list>li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    border-radius: 20px;
    background: #F7F8FA;
    overflow: hidden;
    gap: 1px;
}

#main_solution .msl_list>li .img {
    align-self: flex-end;
    margin-top: auto;
}

#main_solution .msl_list .text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#main_solution .msl_list .text strong {
    font-size: 18px;
    font-weight: 800;
    color: #000;
    letter-spacing: -0.02em;
}

#main_solution .msl_list .text p {
    font-size: 14px;
    font-weight: 500;
    color: rgba(138, 141, 145, 1);
    letter-spacing: -0.02em;
}

#main_solution .msl_list .img {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#main_solution .msl_list .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* main_diff */

#main_diff {
    position: relative;
    width: 100%;
}

#main_diff .main_diff_list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#main_diff .main_diff_list>li {
    display: grid;
    grid-template-columns: 33% 24px 1fr;
    align-items: stretch;
    gap: 0;
    min-height: 420px;
}

#main_diff .diff_item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px;
    border-radius: 20px;
    background: #F7F8FA;
    overflow: hidden;
    height: 100%;
}

#main_diff .diff_item .cate {
    font-size: 16px;
    font-weight: 600;
    color: rgba(152, 162, 179, 1);
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

#main_diff .diff_item strong {
    font-size: 32px;
    line-height: 1.35;
    letter-spacing: -0.02em;
    font-weight: 800;
    color: rgba(102, 112, 133, 1);
    margin-bottom: 16px;
}


#main_diff .diff_item .diff_txt {
    display: flex;
    flex-direction: column;
}

#main_diff .diff_item .diff_txt p {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: rgba(152, 162, 179, 1);
    font-weight: 400;
}

#main_diff .diff_item.new .diff_txt strong {
    color: #000;
}

#main_diff .diff_item .label {
    margin-top: auto;
    padding: 8px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: rgba(102, 112, 133, 1);
    width: max-content;
    background: #fff;
}

#main_diff .diff_item.new {
    background: rgba(240, 238, 255, 1);
}

#main_diff .diff_item.new .diff_txt {
    display: flex;
    flex-direction: column;
    width: 45%;
    margin-right: auto;
    height: 100%;
}

#main_diff .diff_item.new .cate {
    font-weight: 700;
    font-size: 18px;
}

#main_diff .mdl_item01 .diff_item.new .cate {
    color: rgba(46, 144, 250, 1);
}

#main_diff .mdl_item02 .diff_item.new .cate {
    color: rgba(100, 84, 237, 1);
}

#main_diff .mdl_item03 .diff_item.new .cate {
    color: rgba(253, 133, 58, 1);
}

#main_diff .mdl_item04 .diff_item.new .cate {
    color: rgba(253, 111, 142, 1);
}

#main_diff .diff_item.new>p {
    color: #475467;
}

#main_diff .diff_item.new .diff_txt p {
    color: #475467;
}

#main_diff .diff_item.new .label {
    color: #000;
}

#main_diff .diff_item.new .img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 55%;
    pointer-events: none;
}

#main_diff .diff_item.new .img img {
    display: block;
    width: 100%;
    height: auto;
}

#main_diff .mdl_item01 .diff_item.new .img {
    right: 0;
    bottom: 0;
    max-width: 55%;
}

#main_diff .mdl_item02 .diff_item.new .img {
    padding-right: 40px;
    padding-bottom: 40px;
    max-width: 55%;
}

#main_diff .mdl_item03 .diff_item.new .img {
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    max-width: 55%;
}

#main_diff .mdl_item04 .diff_item.new .img {
    padding-right: 60px;
    padding-bottom: 60px;
    max-width: 65%;
}

#main_diff .mdl_item01 .diff_item.new {
    background: rgba(238, 244, 255, 1);
}

#main_diff .mdl_item03 .diff_item.new {
    background: rgba(255, 248, 224, 1);
}

#main_diff .mdl_item03 .diff_item.new .cate {
    color: rgba(214, 158, 46, 1);
}

#main_diff .mdl_item04 .diff_item.new {
    background: rgba(255, 233, 236, 1);
}

#main_diff .mdl_item04 .diff_item.new .cate {
    color: rgba(224, 82, 99, 1);
}

#main_diff .diff_arrow {
    position: relative;
    align-self: center;
    justify-self: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

#main_diff .diff_arrow i {
    display: block;
    width: 32px;
    height: 32px;
    background: url('../img/main/chevron-right.png') no-repeat center / contain;
}

#main_reason .main_reason_table {
    margin: 0 auto;
    max-width: 930px;
}

#main_reason .main_reason_table .sr_only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

#main_reason .main_reason_table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

#main_reason .main_reason_table thead th {
    padding: 22px 16px;
    height: 90px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.02em;
    text-align: center;
    background: transparent;
    vertical-align: middle;
}

#main_reason .main_reason_table thead th:first-child {
    color: rgba(152, 162, 179, 1);
}

#main_reason .main_reason_table thead th:last-child {
    color: rgba(16, 24, 40, 1);
}

#main_reason .main_reason_table tbody td,
#main_reason .main_reason_table tbody th {
    height: 90px;
    padding: 22px 16px;
    text-align: center;
    vertical-align: middle;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

#main_reason .main_reason_table tbody tr:not(:last-child) td,
#main_reason .main_reason_table tbody tr:not(:last-child) th {
    border-bottom: 1px solid rgba(208, 213, 221, 1);
}

#main_reason .main_reason_table tbody tr:not(:last-child) td:first-child {
    border-bottom-color: #D4CFFF;
}

#main_reason .main_reason_table tbody tr:not(:last-child) td:last-child {
    border-bottom-color: #9A90F5;
}

#main_reason .main_reason_table tbody tr:first-child td:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#main_reason .main_reason_table tbody tr:first-child th {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#main_reason .main_reason_table tbody tr:first-child td:last-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#main_reason .main_reason_table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#main_reason .main_reason_table tbody tr:last-child th {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#main_reason .main_reason_table tbody tr:last-child td:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#main_reason .main_reason_table tbody td:first-child {
    background: rgba(240, 238, 255, 1);
    color: #667085;
    font-size: 18px;
    font-weight: 500;
}

#main_reason .main_reason_table tbody tr:first-child td:first-child {
    font-size: 18px;
    font-weight: 700;
}

#main_reason .main_reason_table tbody tr:last-child td:first-child {
    color: #475467;
    font-size: 18px;
    font-weight: 700;
}

#main_reason .main_reason_table tbody tr:first-child td:last-child {
    font-size: 20px;
    font-weight: 800;
}

#main_reason .main_reason_table tbody th {
    background: rgb(249, 250, 251);
    font-weight: 500;
    line-height: 1.4;
}

#main_reason .main_reason_table tbody th .cate {
    display: block;
    font-size: 16px;
    color: #6454ED;
    font-weight: 700;
    margin-bottom: 4px;
}

#main_reason .main_reason_table tbody th .desc {
    display: block;
    font-size: 18px;
    color: #111827;
    font-weight: 700;
}

#main_reason .main_reason_table tbody tr:first-child th .cate,
#main_reason .main_reason_table tbody tr.profit th .cate {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}

#main_reason .main_reason_table tbody td:last-child {
    background: #6454ED;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

#main_reason .main_reason_table tbody tr.profit td:last-child {
    font-size: 20px;
    font-weight: 800;
}

#main_reason .main_reason_table .arrow {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: -1px;
    margin-left: 2px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#main_reason .main_reason_table .arrow.up {
    background-image: url('../img/common/main_up.svg');
}

#main_reason .main_reason_table .arrow.down {
    background-image: url('../img/common/main_down.svg');
}

#main_reason .main_reason_table tbody tr.profit .arrow {
    width: 16px;
    height: 16px;
}

#main_reason .main_reason_table .mrt_note {
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
    color: #98A2B3;
}

#main_reason .main_reason_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 140px;
}

#main_reason .main_reason_list>li {
    background: rgba(242, 244, 247, 1);
    padding: 24px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

#main_reason .main_reason_list .cate {
    font-size: 14px;
    font-weight: 500;
    color: #6B7280;
    letter-spacing: -0.02em;
    margin-bottom: 6px;
}

#main_reason .main_reason_list strong {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    letter-spacing: -0.02em;
    margin-bottom: 28px;
}

#main_reason .main_reason_list .num {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
}

#main_reason .main_reason_list .num span {
    font-size: 52px;
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.03em;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    display: inline-block;
    text-align: left;
}

#main_reason .main_reason_list .num .arrow {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#main_reason .main_reason_list .num .arrow.up {
    background-image: url('../img/common/main_up.svg');
}

#main_reason .main_reason_list .num .arrow.down {
    background-image: url('../img/common/main_down.svg');
}

/* #main_review */

#main_review {
    padding: 120px 0;
    background: rgba(249, 250, 251, 1);
    overflow: hidden;
}

#main_review .main_review_slide {
    width: 100%;
    margin-top: 60px;
    overflow: visible;
}

#main_review .swiper-wrapper {
    align-items: stretch;
}

#main_review .swiper-slide {
    width: 520px;
    height: auto;
    transition: transform .4s ease;
}


#main_review .card {
    position: relative;
    height: 100%;
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(17, 24, 39, .04);
    opacity: 0.4;
    transition: box-shadow .4s ease, transform .4s ease, opacity .4s ease;
    display: flex;
    flex-direction: column;
    min-height: 380px;
}

#main_review .swiper-slide-active .card {
    opacity: 1;
}

#main_review .swiper-slide-active .card {
    box-shadow: 0 18px 40px rgba(79, 70, 229, .12);
    transform: translateY(-4px);
    overflow: hidden;
}

#main_review .card_top {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
    margin-bottom: 32px;
    padding-bottom: 32px;
}

#main_review .card_top::after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: calc(100% + 64px);
    border-top: 1px solid rgba(234, 234, 234, 1);
}

#main_review .card .card_profile {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

#main_review .card .logo {
    margin-left: auto;
    display: flex;
    align-items: center;
}

#main_review .card .avatar {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 26px;
    color: #fff;
    flex-shrink: 0;
}

#main_review .card .avatar.c1 {
    background: rgba(254, 240, 138, 1);
    color: rgba(202, 138, 4, 1);
}

#main_review .card .avatar.c2 {
    background: rgba(196, 181, 253, 1);
    color: rgba(91, 33, 182, 1);
}

#main_review .card .avatar.c3 {
    background: rgba(217, 249, 157, 1);
    color: rgba(77, 124, 15, 1);
}

#main_review .card .avatar.c4 {
    background: rgba(253, 186, 116, 1);
    color: rgba(154, 52, 18, 1);
}

#main_review .card .avatar.c5 {
    background: rgba(186, 230, 253, 1);
    color: rgba(3, 105, 161, 1);
}

#main_review .card .info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#main_review .card .info strong {
    font-size: 18px;
    font-weight: 800;
    color: rgba(35, 35, 35, 1);
}

#main_review .card .info span {
    font-size: 16px;
    color: rgba(138, 141, 145, 1);
}

#main_review .card .logo img {
    display: block;
    width: 137px;
    height: auto;
}

#main_review .card .card_bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

#main_review .card .card_body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

#main_review .card h3 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
    letter-spacing: -.02em;
}

#main_review .card p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    color: rgba(0, 0, 0, 0.5);
    flex: 1;
}

#main_review .card p b {
    color: #000;
    font-weight: 600;
}

#main_review .card .stars {
    --rate: 100%;
    position: relative;
    width: 95px;
    height: 19px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23e5e7eb'><path d='M10 1.5l2.47 5.01 5.53.8-4 3.9.94 5.51L10 14.13l-4.94 2.59.94-5.51-4-3.9 5.53-.8z'/></svg>") repeat-x left center / 19px 19px;
}

#main_review .card .stars::before {
    content: '';
    position: absolute;
    inset: 0;
    width: var(--rate);
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23fbbf24'><path d='M10 1.5l2.47 5.01 5.53.8-4 3.9.94 5.51L10 14.13l-4.94 2.59.94-5.51-4-3.9 5.53-.8z'/></svg>") repeat-x left center / 19px 19px;
}

#main_review .main_review_controls {
    margin: 36px auto 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#main_review .main_review_controls .nav {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(244, 244, 245, 1);
    cursor: pointer;
    position: relative;
    transition: background .5s ease, border-color .5s ease, transform .2s ease;
    padding: 0;
    flex-shrink: 0;
}

#main_review .main_review_controls .nav:hover {
    background: var(--main-brand-color);
    border-color: var(--main-brand-color);
}

#main_review .main_review_controls .nav:hover::before {
    border-top-color: #fff;
    border-right-color: #fff;
}

#main_review .main_review_controls .nav:focus-visible {
    outline: 2px solid rgba(79, 70, 229, .22);
    outline-offset: 2px;
}

#main_review .main_review_controls .nav:active {
    transform: scale(.96);
}

#main_review .main_review_controls .nav::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-top: 1.6px solid rgba(113, 113, 122, 1);
    border-right: 1.6px solid rgba(113, 113, 122, 1);
    transition: border-color .5s ease;
}

#main_review .main_review_controls .nav.prev::before {
    transform: translate(-28%, -50%) rotate(-135deg);
}

#main_review .main_review_controls .nav.next::before {
    transform: translate(-72%, -50%) rotate(45deg);
}

#main_review .main_review_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 42px;
}

#main_review .main_review_pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: rgba(212, 212, 216, 1);
    opacity: 1;
    transition: all .3s;
    margin: 0 !important;
}

#main_review .main_review_pagination .swiper-pagination-bullet-active {
    width: 14px;
    height: 5px;
    border-radius: 999px;
    background: rgba(99, 102, 241, 1);
}

/* main_dataTransform */


#main_dataTransform {
    padding: 200px 0;
}

#main_dataTransform .mdt_container {
    flex-direction: row;
}

#main_dataTransform .left {
    flex: 1;
    padding-right: 40px;
}

#main_dataTransform .right {
    width: 46%;
}

#main_dataTransform .right .mdt_img {
    width: 100%;
}

#main_dataTransform .right .mdt_img img {
    width: 100%;
    height: auto;
    display: block;
}