@charset "UTF-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Pretendard Variable', sans-serif;
    color: #1b1b1b;
    height: 100%;
    line-height: 1.4;
    letter-spacing: -0.03em;
    font-weight: 300;
    background: #fff;
    margin: 0 auto;
    min-width: 1400px;
}
body:has(.sub_contents) .header .gnb .mainmenu {
    color: #000;
}
body:has(.sub_contents) .header .gnb .mainmenu:hover {
    color: #df6d1b;
}

img {
    border: 0;
    vertical-align: bottom;
}

a {
    font-family: 'Pretendard Variable', sans-serif;
    color: #333;
    text-decoration: none;
}

button {
    cursor: pointer;
    border: none;
    background: transparent;
}

textarea {
    resize: none;
}

label {
    vertical-align: middle;
}

.relative {
    position: relative;
}

b,
strong,
.bold {
    font-weight: 600;
}

input:focus,
input:active,
textarea:focus,
textarea:active {
    outline: none;
}

.uppercase {
    text-transform: uppercase;
    letter-spacing: -1.5px;
}

.frm_input {
    height: 45px;
    /* font-size: 18px; */
    padding-left: 7px;
    box-sizing: border-box;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

/* scss 변수 */
.sub_scm {
    width: 1280px;
    margin: 0 auto;
}

.scm {
    /*screen_middle*/
    width: 1300px;
    margin: 0 auto;
}

.wrap {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.grid {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

.grid-no-gap {
    display: flex;
    flex-wrap: wrap;
}

.sub_visual {
    padding-top: 250px;
    padding-bottom: 240px;
}

.txt_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.sub_md_txt {
    display: inline-block;
    font-size: 58px;
    font-weight: 800;
}
.sub_md_txt strong {
    color: #df6d1b;
    font-weight: 800;
}

.sub_sm_txt {
    display: inline-block;
    font-size: 26px;
    color: #000;
    font-weight: 400;
}

.sub_mi_txt {
    font-size: 44px;
    font-weight: 700;
}

.sub_ssm_txt {
    display: inline-block;
    font-size: 21px;
    font-weight: 400;
}

.more_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #df6d1b;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
    padding: 20px 55px;
    transition: all 0.3s ease;
}
.more_btn:hover {
    background: #fff;
    color: #df6d1b;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(230, 125, 36, 0.25);
}

.subpage {
    width: 100%;
    overflow-x: hidden;
    width: 100%;
    overflow: hidden;
}
.subpage .img1920 {
    width: 1920px;
    margin: 0 auto;
}
.subpage .img1920 > img {
    margin-left: -40px;
}

.flex_sb {
    display: flex;
    justify-content: space-between;
}

.sub_contents {
    width: 100%;
}

/***** header/quick *****/
.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99998;
    width: 100%;
    height: 80px;
    background: transparent;
}
.header.bg {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20px);
}
.header_inner {
    display: flex;
    align-items: center;
    width: 1300px;
    height: 100%;
    margin: 0 auto;
    justify-content: space-between;
}
.header_inner .more_btn {
    padding: 10px 25px;
    font-size: 16px;
}
.header.scrolled {
    background: #fff;
}
.header.scrolled .gnb .mainmenu {
    color: #000;
}
.header .gnb {
    display: flex;
    height: 100%;
}
.header .gnb .gnb_menu {
    height: 100%;
    position: relative;
}
.header .gnb .gnb_menu:hover .mainmenu,
.header .gnb .gnb_menu.active .mainmenu {
    color: #df6d1b;
}
.header .gnb .gnb_menu .gnb_sub {
    opacity: 1;
    z-index: 0;
    top: calc(100% - 15px);
    max-height: 250px;
}
.header .gnb .mainmenu {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    padding: 0 25px;
    color: #fff;
}
.header .gnb_sub {
    width: 200px;
    height: auto;
    padding: 20px 0;
    position: absolute;
    top: calc(100% - 15px);
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px) brightness(1.5);
    box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
    top: calc(100% - 55px);
    max-height: 0;
    transition: all ease 0.4s;
}
.header .gnb_sub li {
    width: 100%;
    margin-bottom: 4px;
}
.header .gnb_sub li:last-child {
    margin-bottom: 0;
}
.header .gnb_sub li a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 4px 0;
    text-align: center;
}
.header .gnb_sub li a:hover {
    color: var(--baekjoong-red);
}
.header .login_gnb {
    display: flex;
}
.header .login_gnb li:last-child::after {
    display: none;
}
.header .login_gnb li:after {
    content: '|';
    display: inline-block;
    color: #fff;
    margin: 0 4px;
    font-size: 12px;
    position: relative;
    top: -2px;
}
.header .login_gnb a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 0 10px;
    color: #fff;
    transition: all ease 0.2s;
}

.mainbanner {
    width: 100%;
    max-height: 1080px;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background: url('../img/mainbanner1_bg.jpg') no-repeat center/cover;
}
.mainbanner .mainbanner_cont h3 {
    opacity: 0;
    transform: translateY(-60px);
    animation: bannerTitle 0.8s ease forwards;
}
.mainbanner .mainbanner_cont .desc {
    opacity: 0;
    transform: translateY(60px);
    animation: bannerDesc 0.8s ease 0.2s forwards;
}
.mainbanner .mainbanner_cont .go_btn {
    opacity: 0;
    transform: translateY(-60px);
    margin-top: 60px;
    animation: bannerBtn 0.8s ease 0.4s forwards;
}
.mainbanner_inner {
    width: 100%;
    height: 100%;
}
.mainbanner_cont {
    width: 1300px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mainbanner_cont h3 {
    color: #fff;
    font-size: 70px;
    line-height: 1.3;
    margin-top: 53px;
    font-weight: 800;
}
.mainbanner_cont .desc {
    font-size: 32px;
    color: #fff;
}
.mainbanner .go_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 254px;
    height: 67px;
    background: #fff;
    border-radius: 999px;
    color: #df6d1b;
    font-size: 21px;
    font-weight: 700;
    transition: all 0.3s ease;
}
.mainbanner .go_btn a:hover {
    background: #df6d1b;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(230, 125, 36, 0.25);
}

@keyframes bannerTitle {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes bannerDesc {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes bannerBtn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.footer {
    background: #fff;
    padding: 89px 0;
}
.footer .scm {
    width: 89%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer .scm .footer_left {
    flex: 1;
}
.footer .scm .footer_left p {
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    font-weight: 500;
}
.footer .scm .footer_left .copyright {
    margin-top: 50px;
}
.footer .scm .footer_right {
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
}
.footer .scm .btn_top {
    width: 145px;
    height: 48px;
    border-radius: 999px;
    background: #df741b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 25px;
}
.footer .scm .footer_sns {
    display: flex;
    gap: 12px;
}
.footer .scm .footer_sns a {
    display: block;
    position: fixed;
    bottom: 110px;
    right: 130px;
    z-index: 999;
}
.footer .scm .footer_sns img {
    width: 42px;
    height: 42px;
    display: block;
}

.main_service {
    padding: 120px 0;
}
.main_service .scm {
    max-width: 1200px;
}
.main_service .sub_md_txt {
    text-align: center;
    margin-bottom: 51px;
}
.main_service .sub_md_txt h2 {
    font-size: 58px;
    font-weight: 800;
    color: #222;
    line-height: 1.4;
}
.main_service .sub_md_txt h2 span {
    color: #df6d1b;
}
.main_service .sub_md_txt .sub_sm_txt {
    margin-top: 51px;
    font-size: 26px;
    color: #000;
    font-weight: 400;
}
.main_service .service_wrap {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    padding-top: 117px;
}
.main_service .service_col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.main_service .left {
    padding-top: 80px;
}
.main_service .service_card {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    display: block;
    width: 580px;
    height: 412px;
}
.main_service .service_card .bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}
.main_service .service_card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.15));
    z-index: 1;
}
.main_service .service_card:hover .bg {
    transform: scale(1.08);
}
.main_service .service_card .card_cont {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 36px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.main_service .service_card h3 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    max-width: 310px;
}
.main_service .service_card p {
    color: #fff;
    font-size: 24px;
    line-height: 1.7;
    margin-top: 20px;
}
.main_service .service_card .card_title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_service .service_card .btn_more {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e67d24;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    transition: 0.3s;
    width: 115px;
    height: 35px;
}
.main_service .service_card:hover .btn_more {
    transform: translateX(5px);
}

.card1 .bg {
    background-image: url('../img/service_card1.jpg');
}

.card2 .bg {
    background-image: url('../img/service_card2.jpg');
}

.card3 .bg {
    background-image: url('../img/service_card3.jpg');
}

.card4 .bg {
    background-image: url('../img/service_card4.jpg');
}

.card5 .bg {
    background-image: url('../img/service_card5.jpg');
}

.stage {
    position: relative;
    padding: 56px 0 70px;
    overflow: hidden;
    background: #fff;
    text-align: center;
}
.stage .inner {
    width: 960px;
    margin: 0 auto;
}
.stage {
    /* ---------- 7                                                                                                                                                                                                                ---------- */
}
.stage .sub_sm_txt {
    text-align: center;
    padding-bottom: 57px;
    display: block;
}
.stage .sub_md_txt {
    position: relative;
    z-index: 5;
    margin: 0;
    text-align: center;
    font-weight: 700;
    margin-bottom: 128px;
}
.stage {
    /* ---------- flowing background watermark ---------- */
}
.stage .watermark-row {
    position: absolute;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    z-index: 1;
    pointer-events: none;
}
.stage .watermark-row.top {
    top: 420px;
    left: -500px;
}
.stage .watermark-row.bottom {
    top: 640px;
    left: 680px;
}
.stage .watermark-row .watermark-track {
    display: inline-flex;
    font-size: 282px;
    font-weight: 900;
    letter-spacing: 0.01em;
    color: #f2f2f2;
    will-change: transform;
}
.stage .watermark-row .watermark-track span {
    padding: 0 60px;
}
.stage {
    /* ---------- fixed three-column layout ---------- */
}
.stage .layout-row {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    gap: 110px;
    max-width: 745px;
    left: calc(50% - 210px);
}
.stage .layout-row .row-label,
.stage .layout-row .row-category {
    height: 520px;
    transition: opacity 0.45s ease;
}
.stage .layout-row .row-label {
    display: flex;
    justify-content: flex-end;
    padding-top: 178px;
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    text-align: right;
    min-width: 525px;
    position: absolute;
    left: calc(50% - 1010px);
    max-width: 500px;
}
.stage .layout-row .row-category {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 324px;
    white-space: nowrap;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: left;
    min-width: 255px;
}
.stage .layout-row .row-category .dot {
    width: 15px;
    height: 15px;
    margin-top: 5px;
    border-radius: 50%;
    background: #df6d1b;
}
.stage .layout-row {
    /* ---------- center framed image carousel ---------- */
}
.stage .layout-row .frame-wrap {
    position: relative;
    flex: 0 0 380px;
    width: 380px;
    height: 520px;
}
.stage .layout-row .frame-wrap .frame {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    background: #e7e9ec;
}
.stage .layout-row .frame-wrap .frame .panel {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.1s ease;
}
.stage .layout-row .frame-wrap .frame .panel.active {
    opacity: 1;
}
.stage .layout-row .frame-wrap .frame-overlay-grad {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 190px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.82) 100%);
}
.stage .layout-row .frame-wrap .frame-text {
    position: absolute;
    right: 22px;
    bottom: 24px;
    z-index: 6;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.65;
    transition: opacity 0.45s ease;
    text-align: end;
}
.stage {
    /* ---------- logo marquee rows ---------- */
}

.logo_box {
    width: 99vw;
    overflow: hidden;
    overflow-x: clip;
    position: relative;
}

.logos {
    width: 100%;
    margin-top: 96px;
}
.logos .logo-row {
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0;
}
.logos .logo-row + .logo-row {
    margin-top: 170px;
}
.logos .logo-row.row-top .logo-track {
    animation: moveLTR 26s linear infinite;
}
.logos .logo-row.row-bottom .logo-track {
    animation: moveRTL 26s linear infinite;
}
.logos .logo-row .logo-track {
    display: inline-flex;
    align-items: center;
    will-change: transform;
    gap: 100px;
}
.logos .logo-row .logo-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 36px;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 500;
    color: var(--ink);
}
.logos .logo-row .logo-chip i.mark {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: var(--accent);
}
.logos .logo-row .logo-chip.alt i.mark {
    background: var(--orange);
}

@keyframes moveLTR {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0%);
    }
}
@keyframes moveRTL {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
}
.simulator {
    padding-top: 244px;
    background: #000;
    margin-top: 100px;
    color: #fff;
    width: 100%;
    position: relative;
}
.simulator::before {
    content: '';
    background: url(../img/mobile/simulator_icon.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -60px;
    right: 0;
    width: 306px;
    height: 338px;
}
.simulator .sub_sm_txt {
    padding-top: 33px;
    color: #fff;
    padding-bottom: 55px;
}
.simulator .swiper_wrap {
    overflow: hidden;
    position: relative;
    margin-top: 40px;
}
.simulator .swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.simulator .swiper .swiper-wrapper {
    max-width: 530px;
}
.simulator .sim_txt {
    padding-top: 174px;
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}
.simulator .sim_txt strong {
    color: #df6d1b;
}
.simulator .top_swiper_wrap {
    margin-top: 85px;
}
.simulator .two_box {
    display: flex;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    padding-top: 180px;
}
.simulator .two_box .left {
    position: sticky;
    top: 150px;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    z-index: 0;
}
.simulator .two_box .left .bg_blob {
    position: absolute;
    top: -100px;
    left: -80px;
    width: 600px;
    z-index: -1;
    pointer-events: none;
    animation: liquidDrift 14s ease-in-out infinite;
}
.simulator .two_box .left .sub_md_txt,
.simulator .two_box .left .sub_sm_txt,
.simulator .two_box .left .btn {
    position: relative;
    z-index: 1;
}
.simulator .two_box .left .btn {
    display: flex;
    gap: 20px;
}
.simulator .two_box .left .btn .more_btn.re {
    background: #fff;
    color: #df6d1b;
}
.simulator .two_box .left .btn .more_btn.re:hover {
    background: #df6d1b;
    color: #fff;
}
@keyframes liquidDrift {
    0% {
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    17% {
        transform: translate(-20px, 12px) rotate(-2deg) scale(1.03);
    }
    38% {
        transform: translate(15px, -18px) rotate(1.5deg) scale(0.98);
    }
    61% {
        transform: translate(-12px, 8px) rotate(-1deg) scale(1.02);
    }
    83% {
        transform: translate(18px, -6px) rotate(2deg) scale(1);
    }
    100% {
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
}
.simulator .manualList {
    width: 396px;
    position: relative;
}
.simulator .manualItem {
    border-radius: 50px;
    margin-bottom: 20px;
}
.simulator .manualItem img {
    width: 100%;
    display: block;
    border-radius: 32px;
}
.simulator .manualItem:last-child {
    margin-bottom: 0;
}
.simulator .manualSwiper {
    width: 471px;
    height: 1810px;
    position: relative;
}
.simulator .manualSwiper::before,
.simulator .manualSwiper::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 710px;
    z-index: 10;
    pointer-events: none;
}
.simulator .manualSwiper::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
.simulator .manualSwiper::after {
    bottom: 0;
    background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
.simulator .manualSwiper .swiper-slide {
    height: auto;
    border-radius: 50px;
}
.simulator .manualSwiper img {
    width: 100%;
    display: block;
    border-radius: 32px;
}
.simulator .marqueeWrap {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 225px;
}
.simulator .marqueeText {
    display: inline-flex;
    animation: marqueeScroll 15s linear infinite;
}
.simulator .marqueeText span {
    padding: 0 40px;
    font-size: 260px;
    font-weight: bold;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.2);
}
@keyframes marqueeScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.easy_crash {
    background: #111;
    color: #fff;
    height: 1210px;
    position: relative;
}
.easy_crash .inner {
    width: 1400px;
    margin: 0 auto;
}
.easy_crash .top_wrap {
    text-align: center;
    margin-bottom: 100px;
    padding-top: 150px;
}
.easy_crash .sub_md_txt {
    margin-bottom: 30px;
}
.easy_crash .sub_sm_txt {
    color: #fff;
    margin-bottom: 66px;
}
.easy_crash .info_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
}
.easy_crash .txt_area {
    width: 42%;
    position: sticky;
    z-index: 1;
}
.easy_crash .item {
    border-left: 4px solid #f58220;
    padding-left: 25px;
    margin-bottom: 55px;
    transition: 0.5s;
}
.easy_crash .item .sub_md_txt {
    font-size: 32px;
    margin-bottom: 0px;
    text-align: left;
    transition: 0.5s;
}
.easy_crash .item .sub_sm_txt {
    color: #fff;
    margin-bottom: 0px;
    transition: 0.5s;
}
.easy_crash .item:not(.active) {
    opacity: 0.35;
}
.easy_crash .item.active {
    opacity: 1;
}
.easy_crash .item.active .sub_md_txt {
    font-weight: 700;
}
.easy_crash .img_box {
    position: absolute;
    z-index: 0;
}
.easy_crash .img_box img {
    width: 100%;
    display: block;
}

.gtag_intro {
    background: url(../img/main_last_bg.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    color: #fff;
    padding: 140px 0;
}
.gtag_intro .inner {
    width: 1400px;
    margin: 0 auto;
}
.gtag_intro .title_box {
    text-align: center;
    margin-bottom: 90px;
}
.gtag_intro .sub_md_txt {
    margin-bottom: 30px;
}
.gtag_intro .sub_sm_txt {
    color: #fff;
    padding-bottom: 74px;
}
.gtag_intro .content_wrap {
    display: flex;
    gap: 33px;
    padding-top: 120px;
}
.gtag_intro .left_box,
.gtag_intro .right_box {
    display: flex;
    flex-direction: column;
    gap: 27px;
}
.gtag_intro .left_box {
    width: 41%;
}
.gtag_intro .right_box {
    width: 59%;
}
.gtag_intro .right_box .box {
    padding-bottom: 110px;
}
.gtag_intro .box {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 36px;
    display: flex;
    flex-direction: column;
}
.gtag_intro .box .sub_md_txt {
    font-size: 30px;
    margin-bottom: 25px;
    text-align: left;
}
.gtag_intro .box .sub_sm_txt {
    font-size: 22px;
    font-weight: 300;
    color: #bfbfbf;
    padding-bottom: 0;
}
.gtag_intro.sub {
    background: url(../img/gtag_intro_sub1.jpg) no-repeat center;
    background-size: cover;
}
.gtag_intro.sub .txt_box {
    text-align: left;
    align-items: flex-start;
}
.gtag_intro.sub .left_box {
    width: 100%;
}
.gtag_intro.sub .box {
    border: 1px solid #b3b3b3;
    border-radius: 10px;
    padding: 36px;
    display: flex;
    flex-direction: column;
}
.gtag_intro.sub .box .content_wrap {
    padding-top: 75px;
}
.gtag_intro.sub .box .sub_md_txt {
    font-size: 30px;
    margin-bottom: 25px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 21px;
}
.gtag_intro.sub .box .sub_md_txt strong {
    font-size: 26px;
}
.gtag_intro.sub .box .sub_sm_txt {
    font-size: 22px;
    font-weight: 400;
    color: #bfbfbf;
    padding-bottom: 0;
}

.contact_wrap {
    display: flex;
    max-height: 898px;
    width: 100%;
}
.contact_wrap .contact_info {
    width: 50%;
    background: #eb6f12;
    color: #fff;
    padding: 90px 80px;
    box-sizing: border-box;
    padding-left: 119px;
}
.contact_wrap .contact_info .sub_md_txt {
    font-size: 58px;
    margin-bottom: 15px;
}
.contact_wrap .contact_info .sub_sm_txt {
    font-size: 26px;
    margin-bottom: 80px;
    color: #fff;
}
.contact_wrap .contact_info .contact_list li {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 500;
}
.contact_wrap .contact_info .contact_list li a {
    color: #fff;
    text-decoration: none;
}
.contact_wrap .contact_info .contact_list li a:hover {
    text-decoration: underline;
}
.contact_wrap .map_wrap {
    width: 50%;
}
.contact_wrap .map_wrap #map {
    width: 100%;
    height: 100%;
    min-height: 650px;
}
.contact_wrap .map_wrap .wrap_controllers.hide {
    display: none;
}
.contact_wrap .map_wrap .cont {
    display: none;
}
.contact_wrap .root_daum_roughmap {
    width: 100% !important;
}

.sub_banner {
    padding-bottom: 160px;
    padding-top: 110px;
    border-bottom: 1px solid #e5e5e5;
}
.sub_banner .inner {
    max-width: 1240px;
    margin: 0 auto;
}
.sub_banner .breadcrumb {
    display: flex;
    align-items: center;
    gap: 14px;
}
.sub_banner .breadcrumb a {
    display: flex;
    align-items: center;
}
.sub_banner .breadcrumb a img {
    display: block;
}
.sub_banner .breadcrumb .arrow {
    width: 8px;
    height: 8px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(45deg);
}
.sub_banner .breadcrumb .current {
    font-size: 18px;
    font-weight: 400;
    color: #666;
    line-height: 1;
}
.sub_banner .page-title {
    text-align: center;
}
.sub_banner .page-title h2 {
    padding-top: 63px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.35;
    color: #111;
    letter-spacing: -0.03em;
}

.intro {
    position: relative;
    height: 1000px;
}

.intro_sticky {
    position: relative;
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1200px;
    overflow: hidden;
}

.intro_text {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 44px;
    font-weight: 800;
}
.intro_text span {
    color: #df6d1b;
}

.text1 {
    opacity: 1;
    z-index: 2;
}

.text2 {
    opacity: 0;
    z-index: 1;
}

.sub_hero {
    position: relative;
    height: 100%;
    padding-bottom: 150px;
    overflow: hidden;
}
.sub_hero .inner {
    max-width: 1280px;
    margin: 0 auto;
}
.sub_hero .inner .img_box {
    text-align: center;
    background-size: cover;
}
.sub_hero .inner .txt_p {
    font-size: 20px;
    font-weight: 400;
    padding-left: 60px;
    padding-top: 69px;
}
.sub_hero .inner .txt_p em {
    font-weight: 700;
}
.sub_hero .btn_box {
    width: 100%;
    display: flex;
    justify-content: center;
}
.sub_hero .btn_box .more_btn {
    margin-top: 85px;
    text-align: center;
}
.sub_hero .sub3_txt {
    font-size: 20px;
    color: #666666;
    padding-top: 62px;
    text-align: center;
}

.core_wrap {
    background: url(../img/core_bg.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    padding-top: 181px;
    padding-bottom: 162px;
}
.core_wrap .sub_scm .sub_mi_txt {
    color: #fff;
}
.core_wrap .sub_scm ul {
    display: flex;
    padding-top: 111px;
    perspective: 1000px;
    justify-content: space-between;
}
.core_wrap .sub_scm_en {
    width: 1415px;
}
.core_wrap.sub2 {
    background: url(../img/core_bgsub2.jpg) no-repeat center;
    background-size: cover;
}
.core_wrap.sub2 .core_ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 19px;
}

.research_wrap {
    width: 100%;
    padding: 100px 0;
    background-color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
}
.research_wrap .sub_mi_txt {
    margin-bottom: 32px;
}
.research_wrap .sub_sm_txt {
    font-size: 21px;
    font-weight: 500;
    padding-bottom: 61px;
}
.research_wrap .bg_list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.research_wrap .bg_list li {
    background-color: #f5f7f9;
    border-radius: 10px;
    padding: 25px 30px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.research_wrap .bg_list li .icon img {
    width: 31px;
    height: auto;
}
.research_wrap .bg_list li .txt_wrap {
    font-size: 21px;
}
.research_wrap .bg_list li .txt_wrap strong {
    display: block;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
}
.research_wrap .bg_list li .txt_wrap p {
    margin: 0;
    font-weight: 400;
}
.research_wrap .arrow_box {
    text-align: center;
    margin: 40px 0;
}
.research_wrap .arrow_box img {
    width: 35px;
    height: auto;
    animation: bounce 2s infinite;
}
.research_wrap .core_task_box {
    background-color: #f5f7f9;
    border-radius: 12px;
    padding: 45px 30px;
    text-align: center;
}
.research_wrap .core_task_box .badge {
    display: inline-block;
    background-color: #e36a18;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    padding: 7px 36px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.research_wrap .core_task_box .desc {
    font-size: 21px;
    color: #000;
    font-weight: 400;
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(8px);
    }
}
.sub_zig {
    padding: 193px 0 184px;
    background: linear-gradient(180deg, #ede8e3 0%, #f3dcc8 45%, #ee9a56 75%, #e0772d 100%);
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-bottom: 363px;
    position: relative;
}
.sub_zig .scm {
    padding: 0 60px;
}
.sub_zig_ttl {
    position: absolute;
    color: #000;
    line-height: 1.3;
}
.sub_zig_ttl h2 {
    margin-bottom: 50px;
}
.sub_zig_ttl h2 small {
    font-size: 30px;
}
.sub_zig_ttl .paraTxt {
    font-size: 21px;
}
.sub_zig_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px 30px;
    padding-top: 100px;
}
.sub_zig_box li {
    position: relative;
}
.sub_zig_box li .btn_zig_pop {
    width: 50px;
    height: 50px;
    background: rgba(30, 98, 185, 0.4);
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: 40px;
    transition: all ease 0.3s;
}
.sub_zig_box li .btn_zig_pop:hover {
    background: #17465e;
}
.sub_zig_box li:nth-child(odd) {
    top: 185px;
}

.sub_last {
    background: url(../img/sub1_last.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    height: 533px;
}
.sub_last .txt {
    padding-left: 7vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.sub_last .txt .sub_mi_txt {
    padding-bottom: 47px;
}

.sub2simulator {
    width: 1280px;
    margin: 0 auto;
}
.sub2simulator__tabs {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    padding-top: 83px;
    margin-bottom: 55px;
}
.sub2simulator__tabs .tab {
    font-family: 'Pretendard Variable', sans-serif;
    width: 243px;
    height: 101px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.45;
    transition: 0.3s;
    cursor: pointer;
}
.sub2simulator__tabs .tab:hover {
    border-color: #666;
}
.sub2simulator__tabs .tab.active {
    color: #df6d1b;
    border-color: #7a808a;
    box-shadow: 0 0 18px rgba(223, 109, 27, 0.12);
}
.sub2simulator__contents .content {
    display: none;
    justify-content: space-between;
    animation: fade 0.4s;
}
.sub2simulator__contents .content.active {
    display: flex;
}
.sub2simulator__contents .content__text {
    width: 460px;
}

@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.compare-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 170px;
    flex-direction: column;
    align-items: center;
}
.compare-wrap .sub_mi_txt {
    padding-bottom: 31px;
}
.compare-wrap .row_wrap {
    display: flex;
    align-items: center;
    margin-top: 110px;
}

.problem-box,
.solution-box {
    border-radius: 24px;
    padding: 40px 52px;
}

.problem-box {
    background: #f3f4f6;
    color: #000;
    width: 700px;
    height: 500px;
    margin-top: 90px;
}
.problem-box p {
    text-align: center !important;
}

.problem-box h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    border-bottom: 2px solid #fff;
    padding-bottom: 35px;
}

.problem-box .item {
    padding-top: 37px;
}

.solution-box {
    background: linear-gradient(160deg, #fb923c, #ea580c);
    color: #fff;
    position: relative;
    z-index: 1;
    transform: scale(1.06);
    box-shadow:
        0 24px 48px -12px rgba(234, 88, 12, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    animation: float 4s ease-in-out infinite;
    width: 637px;
    height: 574px;
}

.solution-box::before {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 27px;
    background: linear-gradient(160deg, #fdba74, #ea580c);
    filter: blur(14px);
    opacity: 0.55;
    z-index: -1;
}

.solution-box h3 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    padding-bottom: 44px;
    border-bottom: 2px solid #fff;
}

.solution-box .item h4 {
    font-size: 28px;
    padding-top: 47px;
}
.solution-box .item p {
    font-size: 22px;
    text-align: center;
}

.item:last-child {
    margin-bottom: 0;
}

.item h4 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 13px;
}

.item p {
    text-align: left;
    font-size: 19px;
    line-height: 1.6;
    font-weight: 500;
    margin: 0;
}

.first_p {
    border-bottom: 2px solid #fff;
    padding-bottom: 41px;
}

@keyframes float {
    0%,
    100% {
        transform: scale(1.06) translateY(0);
    }
    50% {
        transform: scale(1.06) translateY(-8px);
    }
}
.vs-badge {
    position: absolute;
    top: 520px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92px;
    height: 92px;
    background: #fff;
    color: rgb(236, 107, 14);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 33px;
    z-index: 2;
    box-shadow: 0 8px 16px rgba(236, 107, 24, 0.5);
}

.business_section {
    text-align: center;
}
.business_section .sub_mi_txt {
    font-weight: 700;
    margin-bottom: 132px;
}
.business_section .sub_ssm_txt {
    margin-bottom: 85px;
}
.business_section .card_wrap,
.business_section .work_wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1240px;
    margin: 0 auto;
}
.business_section .card_item h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 38px;
}
.business_section .card_item ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.business_section .card_item ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    background: #fef9f5;
    width: 395px;
    height: 69px;
    border-radius: 10px;
    font-weight: 500;
}
.business_section .member_work {
    padding-top: 275px;
}
.business_section .work_wrap {
    gap: 45px;
}
.business_section .work_item {
    flex: 1;
    text-align: left;
}
.business_section .work_item .item_title {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    border-top: 6px solid #df6d1b;
    padding-top: 30px;
    padding-bottom: 45px;
}
.business_section .work_item .item_title h3 {
    font-size: 26px;
    color: #df6d1b;
    font-weight: 600;
}
.business_section .work_item p {
    font-size: 19px;
    color: #000;
    font-weight: 400;
}

.partner {
    padding-top: 310px;
    padding-bottom: 91px;
    text-align: center;
}
.partner .logos .logo-row + .logo-row {
    margin-top: 40px;
}

.map_us {
    text-align: center;
    padding-top: 274px;
}
.map_us .sub_mi_txt {
    padding-bottom: 41px;
}
.map_us .sub_ssm_txt {
    padding-bottom: 100px;
}
.map_us .map_wrap {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.map_us .map_wrap .root_daum_roughmap {
    width: 100% !important;
    height: 100% !important;
}
.map_us .map_wrap .root_daum_roughmap .wrap_map {
    height: 100% !important;
}
.map_us .map_wrap .info_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1276px;
    background-color: #df6d1b;
    border-radius: 20px;
    padding: 40px 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    z-index: 10;
}
.map_us .map_wrap .info_box .info_inner {
    display: flex;
    gap: 142px;
}
.map_us .map_wrap .info_box .info_col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.map_us .map_wrap .info_box .info_col dl {
    margin: 0;
    color: #fff;
    text-align: left;
}
.map_us .map_wrap .info_box .info_col dl dt {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}
.map_us .map_wrap .info_box .info_col dl dd {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    word-break: break-all;
}
.map_us .map_wrap .info_box .info_col dl dd a {
    color: #fff;
    text-decoration: none;
}
.map_us .map_wrap .info_box .info_col dl dd a:hover {
    text-decoration: underline;
}
.map_us .map_wrap .info_box .info_col dl dd strong {
    font-weight: 700;
}

.descriptions {
    height: 1400px;
    text-align: center;
}
.descriptions .sub_mi_txt {
    padding-bottom: 48px;
}

@keyframes lightUp-1 {
    0%,
    25% {
        opacity: 1;
    }
    33.3%,
    100% {
        opacity: 0.25;
    }
}
@keyframes lightUp-2 {
    0%,
    25% {
        opacity: 0.25;
    }
    33.3%,
    58.3% {
        opacity: 1;
    }
    66.6%,
    100% {
        opacity: 0.25;
    }
}
@keyframes lightUp-3 {
    0%,
    58.3% {
        opacity: 0.25;
    }
    66.6%,
    91.6% {
        opacity: 1;
    }
    100% {
        opacity: 0.25;
    }
}
@keyframes pulseDot {
    0% {
        transform: scale(1.2);
        box-shadow: 0 0 0 0 rgba(236, 107, 14, 0.5);
    }
    20% {
        transform: scale(1.2);
        box-shadow: 0 0 0 12px rgba(236, 107, 14, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(236, 107, 14, 0);
    }
}
.feature-container {
    position: relative;
    width: 100%;
    max-width: 1400px;
    height: 800px;
    margin: 0 auto;
    margin-top: 90px;
}

.center-assets {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.feature-item {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 20px;
    opacity: 0.25;
    transition: opacity 0.3s ease;
}
.feature-item.item-left-top {
    top: 142px;
    left: calc(50% - 643px);
}
.feature-item.item-right-top {
    top: 140px;
    flex-direction: row-reverse;
    text-align: right;
    left: calc(50% + 287px);
}
.feature-item.item-bottom {
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    text-align: center;
}
.feature-item.item-left-top {
    animation: lightUp-1 6s infinite ease-in-out;
}
.feature-item.item-right-top {
    animation: lightUp-2 6s infinite ease-in-out;
}
.feature-item.item-bottom {
    animation: lightUp-3 6s infinite ease-in-out;
}
.feature-item .point-dot {
    width: 27px;
    height: 27px;
    border: 3px solid #ec6b0e;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    transition:
        transform 0.3s ease,
        background-color 0.3s ease;
}

.feature-item.item-left-top .point-dot {
    animation: pulseDot 6s infinite ease-in-out;
}

.feature-item.item-right-top .point-dot {
    animation: pulseDot 6s infinite ease-in-out;
    animation-delay: 2s;
}

.feature-item.item-bottom .point-dot {
    animation: pulseDot 6s infinite ease-in-out;
    animation-delay: 4s;
}

.text-group .title {
    font-size: 26px;
    color: #ec6b0e;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: left;
}
.text-group .desc {
    font-size: 19px;
    color: #333;
    line-height: 1.5;
    margin: 4px 0;
    text-align: left;
}

.feature-item:hover {
    opacity: 1 !important;
}
.feature-item:hover .point-dot {
    animation: pulseDot 0.8s ease-in-out infinite;
}
.feature-item:hover .title,
.feature-item:hover .desc {
    opacity: 1;
}

.sub5-0 .sub_zig {
    position: relative;
}
.sub5-0 .sub_zig_box {
    position: relative;
    z-index: 9;
}
.sub5-0 .sub_zig::before {
    content: '';
    background: url(../img/sub5_zig_pad.png) no-repeat;
    width: 888px;
    height: 527px;
    position: absolute;
    top: 67px;
    left: 0;
    opacity: 0.1;
}
.sub5-0 .sub_zig::after {
    content: '';
    background: url(../img/sub5_zig_pad2.png) no-repeat;
    width: 843px;
    height: 501px;
    position: absolute;
    bottom: 67px;
    right: 0;
    opacity: 0.3;
}
.sub5-0 .sub_last {
    margin-top: 203px;
}

font {
    display: block;
} /*# sourceMappingURL=style.css.map */
