html {
    font-size: 0.52vw;
}

.semi-bold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

/* @media (max-width: 1440px) {
  html {
    font-size: clamp(9px, 0.52vw, 10px);
  }
} */

@media (max-width: 1023px) {
    html {
        font-size: clamp(10px, 0.98vw, 16px);
    }
}

@media (max-width: 767px) {
    html {
        font-size: clamp(10px, 1.302vw, 16px);
    }
}

body.kakao-webview .hero-section {
    height: calc(var(--vh) * 100) !important;
}

@media (max-width: 1023px) {
    body.kakao-webview .hero-section {
        height: auto !important;
    }
}

/* common start */

.only-pc {
    display: block !important;
}

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

@media (max-width: 1023px) {
    .only-pc {
        display: none !important;
    }

    .only-mob {
        display: block !important;
    }
}

section {
    position: relative;
    overflow: hidden;
}

section.con-1280 {
    margin: 0 auto;
    width: 100%;
    max-width: 128rem;
}

section.blue-section {
    width: 100%;
    max-width: unset;
    background: #306ac3;
}

section.blue-section .inner {
    padding: 12rem 0 23.4rem;
    margin: 0 auto;
    max-width: 128rem;
}

section.blue-section.tit-sec .sec-tit .tit {
    color: #fff;
}

@media (max-width: 1023px) {
    section.con-1280 {
        margin: 0 auto;
        width: calc(100% - 3.2rem);
        max-width: unset;
    }

    section.blue-section {
        width: 100%;
    }

    section.blue-section .inner {
        padding: 6rem 1.6rem 16rem;
    }
}

@media (max-width: 767px) {
    section.blue-section .inner {
        padding: 6rem 0 16rem;
    }
}

.tit-sec .sec-tit .tit {
    margin-bottom: 12rem;
    font-size: 5.4rem;
    font-style: normal;
    text-align: center;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -1.08px;
    color: #111;
}

@media (max-width: 1023px) {
    .tit-sec .sec-tit .tit {
        font-size: 3.2rem;
        margin-bottom: 6rem;
    }

    .fraud-section .tit-sec .sec-tit .tit {
        margin: 0;
    }
}

.detail-btn {
    margin-top: 6.4rem;
    display: flex;
    padding: 1.4rem 0;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    align-self: stretch;
    width: 42rem;
    border-radius: 1.6rem;
    background: #142e56;
}

.detail-btn span {
    position: relative;
    padding-right: 3.2rem;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.96px;
    color: #fff;
}

@media (hover: hover) and (pointer: fine) {
    .detail-btn:hover span::after {
        right: -5px;
    }
}

.detail-btn span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    background: url("./img/icon-detail-arrow.svg") no-repeat right / 2.4rem;
    transition: right 0.3s ease;
}

/* common end */

/* header start */
/* header {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(0);
    width: 100%;
    height: 96px;
    background: transparent;
    border-bottom: 1px solid transparent;
    transition: all 0.45s ease;
} */
/* 
header .inner {
    width: 100%;
    height: 100%;
    max-width: 128rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .logo a {
    display: block;
    width: 13rem;
    aspect-ratio: 65 / 36;
    background: url("./img/main-logo.svg") no-repeat 0 / cover;
    transition: background 0.45s ease;
}

header .menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.8rem;
    width: 2.8rem;
    border: none;
    cursor: pointer;
    padding: 0;
}

header .menu-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #F7F7F7;
    transition: all 0.3s ease;
    border-radius: 999px;
}

header.active-color {
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
}

header.active-color .logo a {
    background: url("./img/main-logo-on.svg") no-repeat 0 / cover;
}

header.active-color .menu-btn span {
    background-color: #111;
}

header.hide {
    transform: translateY(-100%);
}

header.show {
    transform: translateY(0%);
}

@media (max-width: 1023px) {
    header {
        height: 6.4rem;
    }

    header .inner {
        width: calc(100% - 3.2rem);
        max-width: unset;
    }

    header .logo a {
        width: 8.3rem;
    }

    header .menu-btn {
        gap: 0.4rem;
        width: 1.8rem;
    }
} */

/* header end */


/* ********

섹션1: Hero 

******** */

.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* *********** 슬라이더 *********** */
.hero-swiper-wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-section .hero-swiper {
    width: 100%;
    height: 100%;
}

.hero-section .hero-swiper .swiper-slide {
    height: 100%;
}

.hero-section .hero-slide-container {
    position: relative;
    width: 100%;
    max-width: 128rem;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}


.hero-section .hero-swiper .swiper-wrapper {
    align-items: center;
}

.hero-section .hero-slide {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.hero-section .hero-slide-1 {
    isolation: isolate;
    background: radial-gradient(68.1% 68.1% at 50% 70.06%, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 100%), radial-gradient(185.9% 65.27% at 36.04% 54.4%, #142E56 0%, #0B1A31 79.16%);
}

.hero-section .hero-slide-2 {
    background: radial-gradient(68.1% 68.1% at 50% 70.06%, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 100%), radial-gradient(185.9% 65.27% at 36.04% 54.4%, #0A4050 0%, #072C36 79.16%);
}


.hero-section .hero-slide-3 {
    background: radial-gradient(68.1% 68.1% at 50% 70.06%, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 100%), radial-gradient(185.9% 65.27% at 36.04% 54.4%, #341456 0%, #250B31 79.16%);
}

.hero-section .hero-slide .custom-fade {
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
}

.hero-section .hero-slide .custom-fade[data-anim="fade-left"] {
    transform: translateX(-30px);
}

.hero-section .hero-slide .custom-fade[data-anim="fade-up"] {
    transform: translateY(20px);
}

.hero-section .hero-slide .custom-fade[data-anim-delay="100"] {
    transition-delay: 100ms;
}

.hero-section .hero-slide .custom-fade[data-anim-delay="200"] {
    transition-delay: 200ms;
}

.hero-section .swiper-slide-active .custom-fade[data-anim="fade-left"] {
    opacity: 1;
    transform: translateX(0);
}

.hero-section .swiper-slide-active .custom-fade[data-anim="fade-up"] {
    opacity: 1;
    transform: translateY(0);
}

.hero-section .hero-slide-1 .slide-1-img-group {
    position: relative;
    display: block;
    width: 51.5rem;
    height: 31.3rem;
}

.hero-section .hero-slide-1 .slide-1-img-inner {
    display: block;
    width: 100%;
    height: 100%;
}

.hero-section .hero-slide-1 .slide-1-img-group .hero-slide-1-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.hero-section .hero-slide-2 .slide-2-img-group {
    position: relative;
    display: block;
}

.hero-section .hacking {
    width: 39.1rem;
    height: 32.5rem;
    /* margin-left: 10rem; */
    margin-left: 25rem;
    display: block;
}

.hero-section .char {
    position: absolute;
    right: -15.6rem;
    width: 35.4rem;
    height: 32.8rem;
    top: -2.4rem;
    pointer-events: none;
}


.hero-section .hero-slide-2 .info-box {
    gap: 0;
    width: fit-content;
}

.hero-section .hero-slide-3 .crime-list {
    display: grid;
    grid-template-columns: 14.8rem 1fr;
    gap: 2.4rem 1.6rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hero-section .hero-slide-3 .crime-item {
    display: contents;
}

.hero-section .hero-slide-3 .crime-item .crime-title {
    width: 14.8rem;
    padding: 0.8rem;
    background-color: #fff;
    border-radius: 9999px;
    color: #000;
    font-feature-settings: 'liga'off, 'clig'off;
    font-family: Pretendard;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -0.096rem;
    text-align: center;
}

.hero-section .hero-slide-3 .crime-desc {
    display: flex;
    align-items: center;
    color: #FFF;
    font-feature-settings: 'liga'off, 'clig'off;
    font-family: Pretendard;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -0.096rem;
}


.hero-section .hero-slide-3 .txt-box {
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
    margin-top: -4.5rem;
}



.hero-section .hero-slide-3 .hero-slide-3-img {
    position: absolute;
    right: 38%;
    top: 50%;
    transform: translate(50%, -16%);
}

.hero-section .hero-slide-3 .hero-slide-3-img img {
    width: 29.9rem;
    height: 26.9rem;
}



.hero-section .hero-swiper .swiper-pagination,
.hero-section .hero-swiper .swiper-pagination-bullets,
.hero-section .hero-swiper .swiper-pagination-horizontal {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
}

.hero-section .hero-swiper-pagination-wrap {
    position: absolute;
    /* top: 73vh; */
    /* left: 16vw; */
    top: 75%;
    left: 16.5%;
    bottom: auto;
    width: auto;
    box-sizing: border-box;
    text-align: left;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0;
}

.hero-section .hero-swiper-control-bar {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1.2rem 2.4rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.hero-section .hero-swiper-pagination {
    position: relative;
    left: 0;
    bottom: auto;
    width: auto;
    text-align: left;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* 비활성화 불릿 */
.hero-section .hero-swiper-pagination .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    background: #fff;
    border-radius: 999px;
    opacity: 0.5;
    margin: 0 !important;
    transition: opacity 0.2s, width 0.2s, height 0.2s;
    flex-shrink: 0;
    align-self: center;
}

/* 활성화 불릿 */
.hero-section .hero-swiper-pagination .swiper-pagination-bullet-active {
    width: 2.4rem;
    height: 0.8rem;
    background: #fff;
    border-radius: 999px;
    opacity: 1;
    align-self: center;
}

/* 정지/재생 버튼 */
.hero-section .hero-swiper-play-pause {
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex-shrink: 0;
    color: #fff;
}

.hero-section .hero-swiper-play-pause .icon-pause,
.hero-section .hero-swiper-play-pause .icon-play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hero-section .hero-swiper-play-pause .icon-play {
    display: none;
}

.hero-section .hero-swiper-play-pause.is-paused .icon-pause {
    display: none;
}

.hero-section .hero-swiper-play-pause.is-paused .icon-play {
    display: inline-flex !important;
}

.hero-section .hero-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 128rem;
    height: 100%;
    margin: 0 auto;
    z-index: 10;
    pointer-events: none;
}

.hero-section .hero-container .hero-inp-box {
    pointer-events: auto;
}

.hero-section .hero-inp-box {
    position: absolute;
    right: 0;
    top: 50%;
    /* transform: translateY(-50%); */
    transform: translate(1.6rem, -50%);
    padding: 3.2rem;
    background: #fff;
    border-radius: 3.2rem;
}

.hero-section .info-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4rem;
    height: 100%;
}

.hero-section .info-box .tit {
    margin: 4rem 0;
    font-size: 6.4rem;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -0.256rem;
    /* -2.56px */
    color: #fff;
}

.hero-section .info-box .tit .only-pc {
    display: inline-block;
}


.hero-section .info-box .txt {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.096rem;
    /* -0.96px */
    color: #fff;
}

.hero-section .info-box .txt .highlight-red {
    color: #DE2222;
}

.hero-section .info-box .txt .highlight-yellow {
    color: #FFBB00;
}

.hero-section .info-box .txt .highlight-warning {
    color: #ED1414;
}


.hero-section .txt-box .txt {
    color: #FFF;
    font-feature-settings: 'liga'off, 'clig'off;
    font-size: 6.4rem;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -0.256rem;
}

.hero-section .txt-box .desc {
    color: #F7F7F7;
    font-feature-settings: 'liga'off, 'clig'off;
    font-family: Pretendard;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.096rem;
    margin-top: 1.6rem;
}

.hero-section .img-box {
    position: relative;
    display: flex;
    align-items: center;
}



.hero-section .hero-slide-1 .hero-slide-1-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero-section .img-box .bubble-wrap {
    display: flex;
    flex-direction: column;

    position: absolute;
    right: -18%;
    bottom: -7%;
}

.hero-section .hero-slide-1 .img-box .bubble-wrap.bubble-fade-up {
    bottom: calc(-7% - 2rem);
    transition: bottom 1s ease;
    transition-delay: 200ms;
}

.hero-section .hero-slide-1.swiper-slide-active .img-box .bubble-wrap.bubble-fade-up {
    bottom: -7%;
}

.hero-section .hero-slide-1 .bubble-wrap .bubble-icon-wrap {
    opacity: 0;
    transition: opacity 1s ease;
    transition-delay: 200ms;
}

.hero-section .hero-slide-1.swiper-slide-active .bubble-wrap .bubble-icon-wrap {
    opacity: 1;
}

.hero-section .img-box .bubble {
    width: 18.4rem;
    height: 17.7rem;

}


.hero-section .img-box .bubble_shadow {
    mix-blend-mode: multiply;
    width: 24.2rem;
    height: 4rem;
}



/* hero 인풋박스 (hero-inp-box에서 패딩/배경 정의됨) */
.hero-section input {
    padding: 0.4rem 0;
    /* 4px 0 */
    width: 28rem;
    /* 280px */
    border-bottom: 0.1rem solid #d9d9d9;
    /* 1px */
    font-size: 1.6rem;
    /* 16px */
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.048rem;
    /* -0.48px */
    color: #555;
}

.hero-section input:focus {
    outline: none;
}

.hero-section input::placeholder {
    font-size: 1.6rem;
    /* 16px */
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.048rem;
    /* -0.48px */
    color: #d9d9d9;
}

.form-item {
    padding: 0.6rem 1.6rem;
    /* 6px 16px */
    font-size: 2.4rem;
    /* 24px */
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.096rem;
    /* -0.96px */
    color: #111;
    border-bottom: 0.1rem solid #d9d9d9;
    /* 1px */
}

.form-item .select-label {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    /* 4px */
    cursor: pointer;
}

.form-item .select-label .drop-arrow {
    width: 2.4rem;
    /* 24px */
    height: 2.4rem;
    /* 24px */
    cursor: pointer;
}

.custom-select {
    width: fit-content;
    max-width: 100%;
    padding-right: 5rem;

    background-image: url('/assets/img/icon-drop-down.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 2.4rem;

    background-color: #fff;
    cursor: pointer;
    outline: none;
}

.custom-select::-ms-expand {
    display: none;
}

/* radio start */
.radio-group {
    display: flex;
    gap: 2rem;
    /* 20px */
}

.radio-item {
    display: inline-flex;

    align-items: center;
    cursor: pointer;
    position: relative;
}

.radio-item input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.radio-item span {
    position: relative;
    padding-left: 2.6rem;
    /* 26px */
    text-align: center;
    font-family: Pretendard;
    font-size: 1.8rem;
    /* 18px */
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.054rem;
    /* -0.54px */
    color: #555;
}

.radio-item span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.8rem;
    /* 18px */
    height: 1.8rem;
    /* 18px */
    border: 0.1rem solid #cfcfcf;
    /* 1px */
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
}

.radio-item span::after {
    content: "";
    position: absolute;
    left: 0.4rem;
    /* 4px */
    top: 50%;
    transform: translateY(-50%) scale(0);
    width: 1rem;
    /* 10px */
    height: 1rem;
    /* 10px */
    border-radius: 50%;
    background: #142e56;
    transition: transform 0.2s ease;
}

/* 라디오 체크 상태 */
.radio-item input:checked+span::after {
    transform: translateY(-50%) scale(1);
}

.hero-section .form-group.flex-inp {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    /* 8px */
}

.hero-section .form-group.front input {
    padding-left: 3rem;
    /* 30px */
}

.hero-section .form-group.front .txt-wrap {
    position: relative;
    width: 100%;
}

.hero-section .form-group.front .front-txt {
    position: absolute;
    top: 0.4rem;
    /* 4px */
    left: 0;
    font-size: 1.6rem;
    /* 16px */
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.048rem;
    /* -0.48px */
    color: #555;
}

/* 개인정보수집버튼 */
.hero-section .form-group.agreement-group {
    font-size: 1.4rem;
    /* 14px */
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.042rem;
    /* -0.42px */
    color: #555;
}

.hero-section .form-group.agreement-group .link-detail {
    font-weight: 600;
}

.hero-section .form-group.agreement-group .checkbox-item {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 2.5rem;
    /* 25px */
}

.hero-section .form-group.agreement-group .checkbox-item input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 0;
}

.hero-section .form-group.agreement-group .check-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hero-section .form-group.agreement-group input[type="checkbox"]:checked+.checkbox-txt .check-icon {
    opacity: 1;
}

.hero-section .form-group.agreement-group .checkbox-txt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 1.6rem;
    /* 16px */
    height: 1.6rem;
    /* 16px */
    border-radius: 0.4rem;
    /* 4px */
    border: 0.1rem solid #d9d9d9;
    /* 1px */
}

.hero-section .form-group.flex-inp input {
    max-width: 15rem;
    /* 150px */
}

.hero-section .form-group+.form-group {
    margin-top: 1.6rem;
    /* 16px */
}

.hero-section .form-label {
    display: inline-block;
    min-width: 6.4rem;
    /* 64px */
    font-size: 1.8rem;
    /* 18px */
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -0.054rem;
    /* -0.54px */
    color: #333;
}

.hero-section .inp-wrap {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    /* 16px */
}

.hero-section .form-box {
    margin: 3.2rem 1.85rem;
    /* 32px 18.5px */
}

.hero-section .form-btn-wrap {}

.hero-section .form-btn-wrap .btn {
    transition: background 0.3s ease, color 0.3s ease;
    width: 100%;
}


/*  */
.select-wrapper {
    position: relative;
    overflow: visible;
}

.custom-select-wrap {
    position: relative;
    width: 100%;
    overflow: visible;
}

.custom-select-trigger {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    padding: 0.6rem 1.6rem;
    text-align: left;
    background: #fff;
    cursor: pointer;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    border-bottom: 1px solid #767676;
}

.custom-select-trigger span {
    font-size: 2.4rem;
    color: #111;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.72px;
}

.custom-select-trigger:focus {}

.custom-select-trigger .custom-select-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-select-trigger .custom-select-arrow {
    flex-shrink: 0;
    margin-left: 0.5rem;
    transition: transform 0.2s ease;
}

.custom-select-trigger .custom-select-arrow img {
    width: 2.4rem;
    height: 2.4rem;
}

.custom-select-wrap.is-open .custom-select-trigger .custom-select-arrow {
    transform: rotate(180deg);
}

.custom-select-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, 0.12);
    max-height: 164px;
    overflow-y: auto;
    z-index: 10;
    display: none;
}

.custom-select-dropdown::-webkit-scrollbar {
    width: 3px;
}

.custom-select-dropdown::-webkit-scrollbar-button {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

.custom-select-dropdown::-webkit-scrollbar-track {
    background: transparent;
}

.custom-select-dropdown::-webkit-scrollbar-thumb {
    background: #767676;
    border-radius: 200px;
}

.custom-select-dropdown::-webkit-scrollbar-thumb:hover {
    background: #767676;
}


.custom-select-wrap.is-open .custom-select-dropdown {
    display: block;
}

.custom-select-option {
    padding: 0.6rem 1.6rem;
    cursor: pointer;
    width: 100%;
    text-align: left;
    color: #767676;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.54px;
    transition: all 0.25s ease;
}

.custom-select-option:hover,
.custom-select-option:focus {
    background: #F6F8FF;
    color: #142E56;
}

.custom-select-option[aria-selected="true"] {
    background: #e8eef7;
    color: #142e56;
}

@media (hover: hover) and (pointer: fine) {
    .hero-section .form-btn-wrap .btn:hover {
        background: #306ac3;
        color: #fff;
    }
}

.hero-section .btn.btn-outline {
    display: flex;
    padding: 1.2rem 2.8rem;
    /* 12px 28px */
    justify-content: center;
    align-items: center;
    border-radius: 1.6rem;
    /* 16px */
    border: 0.3rem solid #306ac3;
    /* 3px */
    background: #fff;
    font-size: 2rem;
    /* 20px */
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.08rem;
    /* -0.8px */
    color: #306ac3;
}

.hero-section .btn.btn-primary {
    display: flex;
    padding: 1.2rem 6.5rem;
    /* 12px 65px */
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2rem;
    /* 20px */
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.08rem;
    /* -0.8px */
    color: #fff;
    border-radius: 1.6rem;
    /* 16px */
    background: #142e56;
}

@media (max-width: 1023px) {
    .hero-section {
        flex-direction: column;
        align-items: stretch;
        min-height: auto;
        height: auto;
    }

    .hero-swiper-wrap {
        position: inherit;
        order: 1;
        height: 440px;
        min-height: 440px;
        flex-shrink: 0;
    }

    .hero-section .hero-swiper,
    .hero-section .hero-swiper .swiper-slide {
        height: 100%;
    }

    .hero-section .hero-container {
        position: inherit;
        padding: 0 1.6rem;
    }

    .hero-section .hero-slide-container {
        padding: 0 1.6rem;
        width: 100%;
        padding-top: 9.5rem;

    }

    .hero-section .hero-swiper-pagination-wrap {
        top: auto;
        bottom: 60px;
        left: 16px;
    }

    .hero-section .hero-swiper-pagination .swiper-pagination-bullet {
        width: 0.6rem;
        height: 0.6rem;
    }

    .hero-section .hero-swiper-pagination .swiper-pagination-bullet-active {
        width: 1.8rem;
        height: 0.6rem;
    }


    .hero-section .hero-swiper-control-bar {
        padding: 4px 12px;
    }

    .hero-section .hero-slide-container .info-box {
        justify-content: inherit;
        width: 100%;
    }

    .hero-section .hero-inp-box {
        right: 0;
        left: auto;
        top: auto;
        bottom: 3rem;
        transform: none;
        width: 100%;
        height: fit-content;
        margin-top: auto;

    }

    .hero-section {
        height: auto;
    }

    .hero-section .hero-inp-box {
        position: inherit;
    }

    .form-item .select-label .drop-arrow {
        width: 1.6rem;
        height: 1.6rem;
    }

    .hero-section .inp-wrap {
        gap: 0.8rem;
    }

    .hero-section .form-group.flex-inp {
        flex-wrap: wrap;
    }

    .hero-section .form-group.flex-inp input {
        max-width: 11.7rem;
    }


    .hero-section .info-box {
        width: 100%;
        gap: 4.7rem;
    }

    .hero-section .txt-box {
        gap: 2.3rem;
    }

    .hero-section .hero-slide-3 .crime-item .crime-title {
        width: 10rem;
        padding: 0.4rem 0;
        font-size: 1.6rem;
        letter-spacing: -0.048rem;
    }

    .hero-section .info-box .tit {
        font-size: 3.2rem;
    }

    .hero-section .info-box .txt {
        font-size: 3.2rem;
    }

    .hero-section .info-box .tit .only-pc {
        display: none;
    }

    .hero-section .img-box {
        justify-content: end;
    }

    .hero-section .hero-slide-1 .img-box {
        justify-content: center;
    }

    .hero-section .hero-slide-1 .slide-1-img-group {
        width: 24.2rem;
        height: 14.6rem;
    }

    /* .hero-slide-1-img 크기는 그룹 100%로 유지됨 */

    .hero-section .bubble-wrap .bubble {
        width: 8.6rem;
        height: 8.3rem;
    }

    .hero-section .bubble-wrap .bubble_shadow {
        width: 11.3rem;
        height: 1.87rem;
    }

    .hero-section .hero-inp-box {
        padding: 1.6rem;
    }

    .form-item {
        padding: 0.6rem 0.8rem;
        font-size: 2rem;
    }

    .hero-section .form-box {
        margin: 1.6rem 0.8rem;
    }

    .hero-section .form-label {
        flex-shrink: 0;
        width: 5.4rem;
        min-width: unset;
        font-size: 1.6rem;
        letter-spacing: -0.13rem;
    }

    .hero-section .form-btn-wrap {
        flex-direction: column;
    }

    .hero-section .btn.btn-outline {
        width: 100%;
        font-size: 1.6rem;
    }

    .hero-section .btn.btn-primary {
        width: 100%;
        font-size: 1.6rem;
    }

    .hero-section .form-group.agreement-group .check-icon {
        top: 0.3rem;
        left: 0.1rem;
        transform: translateY(0);
    }

    .hero-section .form-group.agreement-group .checkbox-item .checkbox-txt {}

    .hero-section .form-group.agreement-group .checkbox-txt::before {
        top: 0;
        left: 0;
        transform: translateY(0.2rem);
        width: 1.8rem;
        height: 1.8rem;
    }

    .hero-section .form-group.agreement-group .checkbox-item {
        font-size: 1.2rem;
    }

    .radio-group {
        gap: 0.8rem;
    }

    .radio-item span {
        padding-left: 2.2rem;
        font-size: 1.6rem;
    }


    .hero-section .img-box .bubble-wrap {
        right: -24%;
        bottom: -7%;
    }

    .hero-section .txt-box .desc {
        font-size: 2rem;
    }

    .hero-section .hacking {
        width: 16.3rem;
        height: 13.6rem;
        margin: 0;
        margin-right: 6.5rem;
    }

    .hero-section .char {
        width: 14.8rem;
        height: 13.7rem;
        right: 0;
        left: auto;
        top: -1rem;
    }

    .hero-section .hero-slide-3 .crime-list {
        grid-template-columns: 10rem 1fr;
        gap: 0.8rem;
    }

    .hero-section .hero-slide-3 .crime-desc {
        font-size: 1.6rem;
    }

    .hero-section .hero-slide-3 .txt-box {
        margin: 0;
        gap: 2.3rem;
    }


    .custom-select-trigger {
        padding: 0.6rem 0.8rem;
    }

    .custom-select-trigger span {
        font-size: 2rem;
    }

    .custom-select-trigger .custom-select-arrow img {
        width: 1.6rem;
        height: 1.6rem;
    }

    .custom-select-option {
        padding: 0.6rem 0.8rem;
        font-size: 1.6rem;
    }

}

@media (max-width: 767px) {

    .hero-swiper-wrap {
        height: 440px;
        min-height: 440px;
    }

    .hero-section input {
        width: 100%;
    }

    .hero-section {}
}

/* service-section start */
.service-section {
    padding: 16rem 0 15rem;
    background-color: #F6F8FF;
}

.service-section .content {
    position: relative;
    display: flex;
    justify-content: center;
}

.service-section .item-wrap {
    max-width: 104rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8rem;
    z-index: 1;
}

.service-section .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4.8rem 3.2rem;
    border-radius: 2.4rem;
    background: #142E56;
    min-width: 48rem;
}

.service-section .item .tit {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: -0.96px;
    color: #fff;
}

.service-section .item .txt {
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.6px;
    color: #fffefe;
}

.service-section .item .img-box {
    margin: 2.4rem 0;
    width: 22rem;
}

.service-section .floating-txt {
    position: absolute;
    font-size: 20rem;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -6px;
    color: rgba(48, 106, 195, 0.12);
    white-space: nowrap;
    /* opacity: 0.12; */
    pointer-events: none;
}

.service-section .floating-txt.top {
    top: 16rem;
    left: 0;
}

.service-section .floating-txt.bottom {
    bottom: 0;
    right: 0;
}

.service-section .floating-img {
    position: absolute;
}

.service-section .floating-img.top {
    top: 44.6rem;
    left: 21.2rem;
    width: 32.6rem;
}

.service-section .floating-img.bottom {
    bottom: 13.8rem;
    right: 22.7rem;
    width: 29.1rem;
}

@media (max-width: 1023px) {
    .service-section {
        padding: 11.5rem 0 10rem;
    }

    .service-section .item-wrap {
        max-width: unset;
        gap: 1.6rem;
    }

    .service-section .floating-img {
        display: none;
    }

    .service-section .item {
        padding: 3.2rem;
        min-width: unset;
    }

    .service-section .item .img-box {
        margin: 1.6rem 0;
        width: 16rem;
    }

    .service-section .item .tit {
        font-size: 2.4rem;
    }

    .service-section .item .txt {
        font-size: 1.6rem;
    }

    .service-section .floating-txt {
        font-size: 10rem;
    }

    .hero-section .hero-slide-3 .hero-slide-3-img {
        right: 2rem;
        bottom: 5.5rem;
        top: auto;
        transform: none;
    }

    .hero-section .hero-slide-3 .hero-slide-3-img img {
        width: 11.9rem;
        height: 10.7rem;
    }
}

@media (max-width: 767px) {
    .service-section .content {
        margin: 0 auto;
        width: calc(100% - 3.2rem);
    }

    .service-section .item-wrap {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }

    .service-section .floating-txt {}

    .service-section .floating-txt.top {
        top: 13.5rem;
        left: -25rem;
    }

    .service-section .floating-txt.bottom {
        right: -17rem;
    }
}

/* fraud-section start */
.fraud-section .fraud-mob-bg {
    display: none;
}

.fraud-section {
    background-image: url("./img/main/sec3_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 5rem;
}

:root {
    --smooth: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.container {
    /* max-width: 1280px; */
    max-width: 128rem;
    margin: auto;
}

.item-list {
    display: flex;
    gap: 16px;
    /* height: 400px; */
    height: 40rem;
}

.only-pc .card {
    position: relative;
    flex: 1 1 0;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    transition: flex var(--smooth);
    min-width: 0;
    will-change: flex;
}

.only-pc .card.active {
    flex: 0 0 40rem;
}

.only-pc .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.only-pc .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 3.2rem 1.6rem;
}

.only-pc .card strong {
    display: block;
    color: #fff;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.72px;
    white-space: nowrap;

    transform-origin: left bottom;
    transform: scale(0.75) translateY(0);
    transition: transform var(--smooth);
    will-change: transform;
}

.only-pc .card.active strong {
    transform: scale(1) translate(1.6rem, -3.2rem);
}

.only-pc .card span {
    position: absolute;
    left: 3.2rem;
    bottom: 3.2rem;
    width: calc(100% - 6.4rem);

    color: #d9d9d9;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.6px;
    opacity: 0;

    /* transform: translateY(1rem);
    transition:
        opacity 0.3s ease-out,
        transform 0.4s ease-out; */
    transform: translateY(0);
    transition: opacity 0.2s ease;
    pointer-events: none;


}

.only-pc .card.active span {
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity 0.5s ease-out 0.2s,
        transform 0.5s ease-out 0.2s;
}



@media (max-width: 1100px) {
    /* .item-list {
        flex-direction: column;
        height: auto;
        }
        
        .card {
            height: 22rem;
            flex: unset;
            }
            
            .card.active {
                flex: unset;
                height: 30rem;
                }
                
                .card strong {
                    font-size: 2.4rem;
                    }
                    
                    .card.active strong {
                        transform: scale(1) translateY(-2rem);
                        } */
}

@media (max-width: 1023px) {
    .fraud-section {
        padding-top: 8rem;
        background-image: none;
    }

    .fraud-section .tit-sec .content {
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .fraud-section .fraud-mob-bg {
        display: block;
        flex: 0 0 auto;
        width: 100%;
        /* height: 200px; */
        min-height: 200px;


        height: 338px;
        margin-top: -100px;
    }

    .fraud-section .fraud-mob-bg>img {
        width: 100%;
        height: 100%;
    }

    .fraud-section .only-mob {
        margin-top: -170px;
    }

    .stack-wrapper {
        position: relative;
        width: 100%;
        height: 80vh;
        max-width: 626px;
        margin: 0 auto;
    }

    .only-mob .card {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 200px;
        /* 카드 높이 */
        border-radius: 24px;
        overflow: hidden;
        background: #1a1a1a;
        margin-inline: 16px;
        /* 초기 상태: 화면 아래에 숨김 */
        transform: translateY(100vh);
    }

    .only-mob .card-inner {
        position: relative;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 16px;
        box-sizing: border-box;
    }

    .only-mob .card:nth-child(1) .card-inner {
        background: url("./img/main/sec3_type1.png") center/cover no-repeat;
    }

    .only-mob .card:nth-child(2) .card-inner {
        background: url("./img/main/sec3_type2.png") center/cover no-repeat;
    }

    .only-mob .card:nth-child(3) .card-inner {
        background: url("./img/main/sec3_type3.png") center/cover no-repeat;
    }

    .only-mob .card:nth-child(4) .card-inner {
        background: url("./img/main/sec3_type4.png") center/cover no-repeat;
    }

    .only-mob .card:nth-child(5) .card-inner {
        background: url("./img/main/sec3_type5.png") center/cover no-repeat;
    }

    .only-mob .card-content {
        width: 100%;
    }

    .only-mob .card-title {
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        margin: 0;
        line-height: 160%;
        letter-spacing: -0.72px;
    }

    .only-mob .card-desc {
        font-size: 16px;
        color: #D9D9D9;
        line-height: 160%;
        letter-spacing: -0.48px;
    }
}


/*  */
@media (max-width: 767px) {}

/* product-section start */

.product-section {
    padding: 16rem 0 16rem;
}

.product-section .content.flex-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12rem;
}

.product-section .content .left-box {
    flex-shrink: 0;
}

.product-section .content .left-box .tit {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -1.08px;
    color: #111;
}

.product-section .content .left-box .txt {
    margin-top: 8rem;
    font-size: 2rem;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.6px;
    color: #555;
}

.product-section .content .right-box .img-box {
    width: 74rem;
}

@media (max-width: 1023px) {
    .product-section {
        padding: 0 0 9rem;
    }

    .product-section .content.flex-center {
        flex-direction: column;
        gap: 0;
    }

    .product-section .content .left-box {
        width: 100%;
        text-align: center;
    }

    .product-section .content .right-box {
        margin-top: 6rem;
        width: 100%;
    }

    .product-section .content .right-box .img-box {
        border-radius: 2.2rem;
    }

    .product-section .content .left-box .tit {
        font-size: 2.4rem;
    }

    .product-section .content .left-box .txt {
        margin-top: 1.6rem;
        font-size: 1.6rem;
    }

    .product-section .content .right-box .img-box {
        justify-content: center;
        display: flex;
        width: 100%;
    }

    .detail-btn {
        margin: 2.4rem auto 0;
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .product-section .content .left-box {
        text-align: left;
    }
}

.news-section .swiper-slide {
    width: calc((100% - 3.2rem) / 3);
}

.news-section .swiper-slide {}

.news-section .swiper-slide .img-box {
    border-radius: 2.2rem;
    background: #e5e5e5;
    height: 30rem;
}

.news-section .swiper-slide .txt {
    margin-top: 3.2rem;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -0.72px;
    overflow: hidden;
    color: #fff;
    text-align: center;
}


.news-section .floating-img {
    display: none;
}

@media (max-width: 1023px) {
    .news-section .swiper-slide .txt {
        margin-top: 1.6rem;
        font-size: 1.6rem;
    }

    .news-section .swiper-slide .img-box {
        height: 17.3rem;
    }

    .news-section .floating-img {
        position: absolute;
        bottom: 0;
        right: 0;
        display: block;
        width: 18.6rem;
    }
}

@media (max-width: 767px) {
    .news-section .swiper-slide {
        width: 24rem;
    }
}

.btn-section {
    padding: 20.5rem 0 17.9rem;
    width: 100%;
    max-width: unset;
    background: url("./img/img-btn-section.jpg") no-repeat 0 / cover;
}

.btn-section .inner {
    margin: 0 auto;
    width: 128rem;
}

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

.btn-section .circle-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 57.6rem;
    height: 57.6rem;
    padding: 0 3.2rem;
    flex-shrink: 0;
    border-radius: 50rem;
    background: #142e56;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
}

.btn-section .circle-item:last-child {
    background-color: #306ac3;
}

.btn-section .circle-item .circle-btn {
    position: relative;
    /* margin-bottom: 3.6rem; */
    padding-right: 2.8rem;
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -1.6px;
    color: #fff;
    transition: color 0.45s;
}

.btn-section .circle-item .circle-btn span {
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    background: url("./img/icon-btn-arrow-off.svg") no-repeat 0 / cover;
    transition: all 0.45s ease;
}

@media (hover: hover) and (pointer: fine) {
    .btn-section .circle-item:first-child:hover .circle-btn span {
        background: url("./img/icon-btn-arrow-on.svg") no-repeat 0 / cover;
    }

    .btn-section .circle-item:last-child:hover .circle-btn span {
        background: url("./img/icon-btn-arrow-on2.svg") no-repeat 0 / cover;
    }

    .btn-section .circle-item:first-child:hover .txt {
        color: #142e56;
    }

    .btn-section .circle-item:first-child:hover .circle-btn {
        color: #142e56;
    }

    .btn-section .circle-item:last-child:hover .circle-btn {
        color: #306ac3;
    }

    .btn-section .circle-item:hover .txt {
        opacity: 0;
        max-height: 0;
        transform: translateY(-8px);
    }

    .btn-section .circle-item:hover {
        background: #fff;
    }
}

.btn-section .circle-item .txt {
    margin-top: 3.6rem;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.72px;
    color: #fff;
    opacity: 1;
    max-height: 200px;
    transform: translateY(0);
    transition: all 0.45s;
}

.btn-section {
    overflow: visible;
}

.btn-section .floating-img {
    position: absolute;
    top: -336px;
    right: 25px;
    width: 29.5rem;
}

@media (max-width: 1023px) {
    .btn-section {
        overflow: hidden;
    }

    .btn-section .content {
        align-items: center;
        gap: 5rem;
    }

    .btn-section .inner {
        width: 100%;
    }

    .btn-section .floating-img {
        display: none;
    }

    .btn-section .circle-item {
        width: 30rem;
        height: 30rem;
    }

    .btn-section .circle-item .circle-btn {
        padding-right: 0;
        font-size: 2rem;
    }

    .btn-section .circle-item .txt {
        margin-top: 1.6rem;
        font-size: 1.6rem;
    }

    .btn-section .circle-item .circle-btn::after {
        position: relative;
        right: 0;
        top: 0;
        transform: translateY(4px);
        display: inline-block;
    }

    .btn-section .circle-item .circle-btn span {
        transform: translateY(4px);
    }
}

@media (max-width: 767px) {
    .btn-section {
        padding: 6rem 0;
        background-position: center;
    }

    .btn-section .content {
        margin: 0 auto;
        width: calc(100% - 3.2rem);
        flex-direction: column;
        gap: 1.6rem;
        justify-content: center;
    }

    .btn-section .circle-item {
        width: 32rem;
        height: 32rem;
    }
}

footer {
    background: #071325;
}

footer .inner {
    padding: 6rem;
    margin: 0 auto;
    width: 100%;
    max-width: 128rem;
}

footer .img-box {
    width: 14rem;
}

footer .content {
    margin-top: 3.2rem;
    display: flex;
}

footer .content .left-box .txt {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.48px;
    color: #d9d9d9;
}

footer .content .right-box {
    margin-left: 45.7rem;
    display: flex;
    flex-direction: column;
}

footer .content .right-box .modal-btn {
    text-align: left;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.48px;
    color: #d9d9d9;
}

footer .content .right-box .modal-btn.privacy {
    font-weight: 700;
}

footer .copyright {
    border-top: 1px solid #1d2f4e;
    margin-top: 2rem;
    padding-top: 2rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.48px;
    color: #d9d9d9;
}

@media (max-width: 1023px) {
    footer .img-box {
        width: 8.4rem;
    }

    footer .inner {
        padding: 3.2rem 1.6rem 6.4rem;
    }

    footer .content {
        margin-top: 1.6rem;
        display: flex;
        flex-direction: column;
    }

    footer .content .left-box .txt {
        font-size: 1.4rem;
    }

    footer .content .right-box {
        margin: 1.6rem 0 0 0;
    }

    footer .content .right-box .modal-btn {
        font-size: 1.4rem;
    }

    footer .copyright {
        margin-top: 1.6rem;
        padding-top: 1.6rem;
    }
}

.fixed-calc {
    z-index: 99997;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 9.6rem;
    border-radius: 16px;
    background: #142e56;
    transition: transform 0.45s ease;
}

.fixed-calc.hide {
    transform: translateY(100%);
}

.fixed-calc.show {
    transform: translateY(0);
}

.fixed-calc .content {
    display: flex;
    align-items: center;
    margin-left: 9.6rem;
    height: 100%;
}

.fixed-calc .content .tit {
    font-size: 4rem;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -1.2px;
    color: #fff;
}

.fixed-calc .content .inp-con {
    margin: 0 6.2rem;
    display: flex;
    align-items: center;
}

.fixed-calc .content .inp.text input {
    width: 24rem;
    padding: 1.4rem 3.2rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    display: flex;
    border-radius: 1.6rem;
    background: #fff;
}

.fixed-calc .content .inp.birth input {
    width: 30rem;
}

.fixed-calc .content .inp.phone input {
    width: 26.6rem;
}

.fixed-calc .content input {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.72px;
    color: #333;
}

.fixed-calc .content .inp input::placeholder {
    color: #d9d9d9;
}

.fixed-calc .content .inp-wrap+.inp-wrap {
    margin-left: 1.6rem;
}

.fixed-calc .content .inp-wrap .radio-group {
    margin-left: 0;
    gap: 0.4rem;
}

.fixed-calc .content .inp-wrap .radio-item:first-child {
    border-radius: 1.6rem 0 0 1.6rem;
}

.fixed-calc .content .inp-wrap .radio-item:last-child {
    border-radius: 0 1.6rem 1.6rem 0;
}

.fixed-calc .content .inp-wrap .radio-item {
    overflow: hidden;
    width: 6.4rem;
    height: 6.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-calc .content .inp-wrap .radio-item span {
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #d9d9d9;
}

.fixed-calc .content .inp-wrap .radio-item input:checked+span {
    background: #ff6200;
    color: #fff;
}

.fixed-calc .content .inp-wrap .radio-item span::after,
.fixed-calc .content .inp-wrap .radio-item span::before {
    display: none;
}

.fixed-calc.is-hide {
    opacity: 0;
}

.calc-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    width: 40rem;
    padding: 2rem 0;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: #ff6200;
    border-radius: 1.6rem;
    transition: background 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
    .calc-btn:hover {
        background: #fff;
    }

    .calc-btn:hover span {
        color: #ff6200;
    }
}

.calc-btn span {
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -1.2px;
    transition: color 0.3s ease;
}

@media (max-width: 1023px) {

    .fixed-calc.only-mob {
        height: auto;
        border-radius: 0.8rem 0.8rem 0 0;
    }

    .fixed-calc.only-mob .content {
        flex-direction: column;
        margin: 0;
        width: 100%;
    }

    .fixed-calc.only-mob .content .tit {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        border-radius: 0.8rem 0.8rem 0 0;
        width: 100%;
        padding-block: 0.6rem;
        text-align: center;
        font-size: 2rem;
        font-weight: 600;
        line-height: 140%;
        letter-spacing: -0.6px;
        cursor: pointer;
        color: #fff;
        background: #ff6200;
        transition: all 0.45s ease;
    }

    .fixed-calc.only-mob.is-open .content .tit {
        background: #142e56;
    }

    .fixed-calc.only-mob .content .tit .tit-drop-icon {
        display: inline-flex;
        transition: transform 0.45s ease;
    }

    .fixed-calc.only-mob .content .tit .tit-drop-icon img {
        display: block;
    }

    .fixed-calc.only-mob.is-open .content .tit .tit-drop-icon {
        transform: rotate(180deg);
    }

    .fixed-calc.only-mob .content .inp-con {
        flex-direction: column;
        width: 100%;
        margin: 0;
        gap: 8px;
        padding: 0.8rem 1.6rem;
        max-height: 0;
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 0;
        margin: 0;
        transition: all 0.45s ease;
    }

    .fixed-calc.only-mob.is-open .content .inp-con {
        max-height: 42rem;
        padding: 1.2rem 1.6rem;
    }

    .fixed-calc.only-mob .content .inp.text input {
        width: 100%;
        padding: 0.6rem 1.6rem;
        font-size: 1.4rem;
        border-radius: 0.8rem;
    }

    .fixed-calc.only-mob .content .inp-wrap+.inp-wrap {
        margin: 0;
    }

    .fixed-calc.only-mob .inp-wrap {
        width: 100%;
    }

    .fixed-calc.only-mob .inp-row {
        display: flex;
        width: 100%;
        gap: 0.8rem;
    }

    .fixed-calc.only-mob .calc-btn {
        width: 100%;
        position: static;
        border-radius: 0.8rem;
        padding: 1.2rem 1.6rem;
    }

    .fixed-calc.only-mob .calc-btn span {
        font-size: 1.6rem;
    }
}