@charset "utf-8";

@import url("reset.css");
@import url("fonts.css");

body {
    letter-spacing: 0;
    line-height: 170%;
    letter-spacing: -1px;
}

html {
    scroll-behavior: smooth;
}
html,
body,
#wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

.blind {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    border: 0;
}

html {
    font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", "돋움", "dotum",
        "sans-serif";
}

.bg-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
}

/***************************************************************
 * 헤더
 **************************************************************/
.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    background-color: rgba(9, 68, 217, 0.9);
    backdrop-filter: blur(3px); /* 블러 효과 */
    -webkit-backdrop-filter: blur(12px); /* Safari 지원 */
}
/*---여기의 뭔가 문제가 있다--*/
.header {
    position: relative;
    z-index: 201;
    display: flex;
    align-items: center;
    max-width: 1440px;
    height: 80px;
    margin: 0 auto;
}
.header .logo {
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
}

.header .logo a {
    overflow: hidden;
    text-indent: -1000px;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url("../images/common/logo.svg");
    background-size: cover;
}
.header .nav-wrapper {
    flex: 1 1 auto;
    display: flex;
}
.header .nav {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 100px;
}
.header .nav-list {
    display: flex;
    gap: 60px;
    font-size: 18px;
}
.header .nav-list a {
    color: #c4d5ff;
}

.header .etc {
    display: flex;
    align-items: center;
}

/*메뉴*/
.header .gnb_list_box {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    align-items: center;
    padding-left: calc(50% - 300px);
}
.header .gnb_list_box .gnb_list {
    display: flex;
    gap: 60px;
    font-size: 18px;
}

.header .gnb_list_box .gnb_list a {
    color: #c4d5ff;
}

.header .gnb_list_box .etc {
    margin-left: auto; /* 왼쪽 여백을 auto로 밀어냄 */
}
/*-------*/

.header .etc .app-download {
    border-radius: 8px;
    padding-top: 10px;
    padding-right: 37px;
    padding-bottom: 10px;
    padding-left: 37px;
    background: #00d3e1;
    font-weight: 800;
    font-size: 16px;
    color: #155bdb;
}
.header .etc .btn-app {
    margin-left: auto;
}

/***************************************************************
 * 메인
 **************************************************************/
.main {
}

/*텍스트 애니메이션*/
.motion-text .line {
    display: block;
    overflow: hidden;
}

.motion-text .word {
    display: block;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.71, 0.2, 0.46, 0.93),
        opacity 0.6s ease;
    will-change: transform, opacity;
}
.motion-text.animate .word {
    transform: translateY(0);
    opacity: 1;
}

/*--------------------*/

.main .main-bg {
    position: relative;
    background: linear-gradient(180deg, #0034b9 0%, #3a6def 60%, #70c4fd 97%);
}

.loss-section {
    max-width: 1440px;
    margin: 0 auto;
    transform: translateY(0);
}

.loss-section .headline {
    padding-top: 280px;
    padding-bottom: 70px;
    font-family: Pretendard;
    font-weight: 700;
    font-size: 46px;
    text-align: center;
    color: #fff;
}
.loss-section .headline .point {
    position: relative;
    z-index: 2;
    font-family: InkLipquid;
    font-weight: 400;
    font-size: 76px;
    width: 126px;
    height: 106px;
    box-sizing: border-box;
    padding-top: 35px;
    padding-left: 1px;
    text-align: center;
    color: #28e9ff;
    display: inline-block;
}

.loss-section .headline .point:before {
    content: " ";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 2px;
    right: 0;
    bottom: 0;
    margin-left: 4px;
    background-image: url("../images/main/line_round.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

#my-swiper {
    display: flex;
}

.swiper-pagination {
}

.loss-section .card-wrapper {
    gap: 40px;
}

.loss-section .swiper-slide {
    flex: 1;
}

.loss-section .card {
    overflow: hidden;
    position: relative;
    height: 366px;
    padding: 90px 0 0 260px;
    background-color: #3a6def;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left center;
    box-sizing: border-box;
    border-radius: 20px;
}

.loss-section .card:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    height: 20px;
}

.loss-section .billing {
    background-image: url("../images/main/billing-bg.png");
    box-shadow: 0 20px 60px rgba(9, 13, 208, 0.3),
        inset 2px 2px 4px 0px #53c3ff40;
}

.loss-section .billing:after {
    background: linear-gradient(180deg, #3a6def, #1bc2bf 100%);
}

.loss-section .question {
    font-weight: 600;
    font-size: 26px;
}

.inline-group {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.font-small {
    line-height: 1;
}

.text-normal {
    color: #fff;
    line-height: 1;
}

.loss-section .billing .question {
    color: #1ee9ff;
}

.loss-section .billing .title {
    font-weight: 600;
    font-size: 36px;
    color: #fff;
    padding-top: 40px;
}

.loss-section .billing .amount {
    font-weight: 800;
    font-size: 46px;
    color: #fff;
    padding-top: 18px;
}

.loss-section .billing .amount .point {
    font-weight: 400;
    letter-spacing: 1px;
    font-family: "SANJUGotgam";
    font-size: 46px;
    color: #1ee9ff;
    border-bottom: 3px solid #27baca;
    display: inline-block;
    padding-bottom: 2px;
    line-height: 100%;
}
.loss-section .billing .amount .point .font-small {
    font-size: 46px;
}

.loss-section .subsidy {
    background-image: url("../images/main/subsidy-bg.png");
    box-shadow: 0 20px 60px rgba(9, 13, 208, 0.3),
        inset 2px 2px 4px 0px #53c3ff40;
}

.loss-section .subsidy:after {
    background: linear-gradient(180deg, #3a6def, #b0ff56 100%);
}

.loss-section .subsidy .question {
    color: #c5ff67;
}

.loss-section .subsidy .title {
    font-weight: 600;
    font-size: 36px;
    color: #fff;
    padding-top: 40px;
}

.loss-section .subsidy .amount {
    font-weight: 800;
    font-size: 48px;
    color: #fff;
    padding-top: 16px;
}

.loss-section .subsidy .amount .point {
    font-weight: 400;
    letter-spacing: 1px;
    font-family: "SANJUGotgam";
    font-size: 46px;
    color: #c5ff67;
    border-bottom: 3px solid #86c91a;
    display: inline-block;
    padding-bottom: 2px;
    line-height: 100%;
}
.loss-section .subsidy .amount .point .font-small {
    font-size: 46px;
}

.loss-section .sub-headline {
    line-height: 100%;
    padding-top: 130px;
    text-align: center;
    font-family: Pretendard;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
}

.loss-section .sub-desc {
    padding-top: 30px;
    padding-bottom: 200px;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #afceff;
}

.about-section .white-line {
    width: 40px;
    height: 4px;
    background-color: #fff;
    margin: 0 auto 24px;
}

.about-section .headline {
    padding-top: 30px;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

.about-section .headline .sub-deco {
    padding-bottom: 30px;
    font-weight: 500;
    font-size: 40px;
    text-align: center;
}

.about-section .desc {
    font-weight: 300;
    font-size: 16px;
    padding-top: 40px;
    text-align: center;
    color: #c1e2ff;
    letter-spacing: 0;
}

.about-section .app-mockup {
    position: relative;
    background-image: url("../images/main/txt_tongdoc.png");
    background-repeat: no-repeat;
    background-position: calc(50% - 50px) 60%;
    background-size: 1140px auto;
}

.about-section .app-mockup-img {
    width: 100%;
    max-width: 410px;
    min-width: 100px;
    height: 550px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.about-section .app-mockup::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background-color: #f6faff;
}
/*---------------------*/

.review-section {
    background: linear-gradient(180deg, #f6faff 0%, #f5f9ff 60%, #e4effd 100%);
}

.review-section .headline-wrapper {
    max-width: 1440px;
    margin: 0 auto;
}
.review-section .headline {
    padding-top: 180px;
    line-height: 140%;
    font-weight: 700;
    font-size: 40px;
}
.review-section .headline .point {
    position: relative;
    display: inline-block;
    color: #1061f5;
    z-index: 1;
}

.review-section .headline .point::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.15em;
    width: 100%;
    height: 0.2em;
    background-color: #bed6ff;
    z-index: -1;
    border-radius: 1px;
}

.review-section .review-stats {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #d7e9fd;
}

.review-section .review-stats .date {
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    color: #7fa3e7;
    margin-top: 20px;
    background: #d9e6ff;
}

.review-section .review-stats-list {
    display: inline-flex;
    gap: 116px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

.review-swiper-bg {
    padding-top: 400px;
    padding-bottom: 60px;
    background-image: url("../images/main/bg-family.png");
    background-repeat: no-repeat;
    background-position: center 14%;
    background-size: auto 400px;
}

.review-swiper {
    width: 100%;
}

.review-swiper .swiper-slide {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 4px 4px 20px 0px rgba(22, 40, 161, 0.04);
    display: flex;
    width: 100px;
    align-items: flex-start;
    gap: 16px;
}

.swiper-slide .photo {
    flex: 0 0 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    align-self: stretch;
}

.swiper-slide .photo img.avatar {
    width: 100%;
    height: auto;
    border-radius: 50%;
    display: block;
}

.swiper-slide .content-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.review-swiper .summary {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;

    color: #111111;
}

.review-swiper .summary em.point {
    color: #e1671c;
}
.review-swiper .summary em.point2 {
    color: #45b0d7;
}

.review-swiper .name {
    font-size: 14px;
    color: #9f9f9f;
    font-weight: 600;
    margin-bottom: 12px;
    background: #f6f6f6;
    display: inline-block;
    padding: 0 14px;
    border-radius: 50px;
    align-self: flex-start;
    width: auto;
}

.review-swiper .content {
    font-size: 15px;
    color: #333;
}

.review-section .review-stats-list .item {
}

.review-section .review-stats-list .item span {
    display: block;
}
.review-section .review-stats-list .item span.title {
    font-weight: 600;
    font-size: 15px;
    color: #3478f8;
    background: #cedfff;
    padding: 2px 40px;
    border-radius: 10px;
}
.review-section .review-stats-list .item span.value {
    padding-top: 20px;
    color: #3478f8;
    font-weight: 400;
    font-size: 28px;
}
.review-section .review-stats-list .item span.value em.point {
    font-weight: 700;
    font-size: 40px;
    padding-right: 4px;
}

/*페이징*/
.review-section .swiper-pagination .swiper-pagination-bullet {
    background-color: #808080;
    border-radius: 9999px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.review-section .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #a8caff;
    border-radius: 9999px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.purchase-guide-section-wrapper {
    background: rgba(69, 122, 240, 1);
    overflow: visible;
}

.purchase-guide-section {
    max-width: 1440px;
    margin: 0 auto;
}

.purchase-guide-section .headline {
    padding-top: 220px;
    padding-bottom: 80px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.purchase-guide-section em.point {
    position: relative;
    display: inline-block;
    color: #50f5cf;
    z-index: 1;
}

.purchase-guide-section .headline em.point::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.15em;
    width: 100%;
    height: 0.2em;
    background-color: #08a2b9;
    z-index: -1;
    border-radius: 1px;
}

.purchase-guide-section .card-wrapper {
    display: flex;
    gap: 68px;
}

.purchase-guide-section .card {
    flex: 1;
    height: 468px;
    background-color: #fff;
    padding: 320px 20px 20px 20px;
    box-sizing: border-box;
    border-radius: 12px;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #767676;
    z-index: 1;
    box-shadow: 0px 20px 25px 0px #1155f2;
}

.purchase-guide-section .card em.point {
    color: #3366ff;
    position: relative;
    display: inline-block;
}

.purchase-guide-section .card em.point::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.15em;
    width: 100%;
    height: 1.1em;
    background-color: #d1e3ff;
    z-index: -1;
    border-radius: 1px;
    padding-right: 2px;
}

.purchase-guide-section .zero {
    background-image: url("../images/main/zero.png");
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: auto 248px;
}

.purchase-guide-section .place {
    background-image: url("../images/main/place.png");
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: auto 248px;
}

.purchase-guide-section .direct {
    background-image: url("../images/main/direct.png");
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: auto 248px;
}

.purchase-guide-section .sub-headline {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 160px;
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    line-height: 140%;
}

.purchase-guide-section .sub-headline em.point {
    font-weight: 600;
}

.purchase-guide-section .sub-headline .desc {
    font-size: 20px;
    font-weight: 300;
    color: #c9daff;
}

.flow-section {
    max-width: 1440px;
    margin: 0 auto;
}
.flow-section .flow-list-wrapper {
    padding-top: 100px;
    padding-bottom: 150px;
}

.flow-section .flow-list {
    display: flex;
    gap: 100px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.flow-section .headline {
    line-height: 140%;
    padding-top: 220px;
    font-weight: 700;
    font-size: 40px;
}

.flow-section .headline em.point {
    position: relative;
    display: inline-block;
    color: #1061f5;
    z-index: 1;
}
.flow-section .headline .point::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.15em;
    width: 100%;
    height: 0.2em;
    background-color: #bed6ff;
    z-index: -1;
    border-radius: 1px;
}

.flow-section .flow-list .item {
    flex: 1;
    position: relative;
    background: #fff;
    padding: 20px;
    text-align: center;
    height: 420px;
}

.flow-section .flow-list .item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: calc(50% - 120px);
    right: -58px;
    transform: translateY(-50%);
    width: 24px;
    height: 45px;
    background-image: url("../images/main/flow-section-arrow.svg");
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: contain;
}
.flow-section .flow-list .item .step {
    font-weight: 700;
    font-size: 20px;
}

.flow-section .flow-list .bill {
    background-image: url("../images/main/bill.png");
    background-repeat: no-repeat;
    background-position: center 90%;
    background-size: auto 200px;
}

.flow-section .flow-list .analyze {
    background-image: url("../images/main/analyze.png");
    background-repeat: no-repeat;
    background-position: center 90%;
    background-size: auto 180px;
}

.flow-section .flow-list .opinion {
    background-image: url("../images/main/opinion.png");
    background-repeat: no-repeat;
    background-position: center 90%;
    background-size: auto 180px;
}

.flow-section .flow-list .o2o {
    background-image: url("../images/main/o2o.png");
    background-repeat: no-repeat;
    background-position: center 86%;
    background-size: auto 150px;
}

.flow-section .flow-list .item .step .num {
    line-height: 100%;
    letter-spacing: -5px;
    font-size: 85px;
    font-weight: 800;
    padding-bottom: 10px;
    background: linear-gradient(
        180deg,
        #dae6ff 0%,
        #8eb8ff 53.64%,
        #ddd0ff 80%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* 일부 브라우저 대응 */
    background-clip: text;
    color: transparent;
}

.flow-section .flow-list .item .desc {
    padding-top: 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #767676;
}

.app-guide-section {
    background: #eff4ff;
}

.app-guide-section .headline {
    padding-top: 220px;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
}

.app-guide-section .headline em.point {
    position: relative;
    display: inline-block;
    color: #1061f5;
    z-index: 1;
}

.app-guide-section .headline em.point::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.15em;
    width: 100%;
    height: 0.2em;
    background-color: #bed6ff;
    z-index: -1;
    border-radius: 1px;
}

.app-guide-section .guide-wrapper.diagnosis {
    background: #eff4ff;
}

.app-guide-section .guide-wrapper.purchase {
    background: #effeff;
}

.app-guide-section .guide {
    max-width: 1440px;
    margin: 0 auto;
}
.app-guide-section .guide-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-left: 10%;
}
.app-guide-section .guide-card {
    flex: 0 0 calc(50% - 8px);
}

.app-guide-section .guide-card img {
    width: 100%;
    max-width: 434px;
    padding-left: 15px;
}

.app-guide-section .guide .title {
    font-weight: 700;
    font-size: 32px;
    padding-top: 100px;
    padding-bottom: 60px;
    margin-left: 10%;
}

/*통신비진단*/
.app-guide-section .diagnosis .guide .title {
    color: #2a67ff;
}
.app-guide-section .diagnosis .guide .title span.num {
    color: #9bbfff;
    padding-right: 10px;
}

.app-guide-section .guide-title {
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
    margin-bottom: 6px;
    padding-left: 36px;
}

.app-guide-section .guide-card .guide-desc {
    font-size: 15px;
    color: #666;
    margin-left: 10px;
    padding-left: 36px;
}

.app-guide-section .guide-title {
    color: #434343;
}

.app-guide-section .diagnosis .guide-card .all {
    background-image: url("../images/main/ico-analysis-all.svg");
    background-repeat: no-repeat;
    background-size: auto 26px;
}

.app-guide-section .diagnosis .guide-card .auto {
    background-image: url("../images/main/ico-analysis-auto.svg");
    background-repeat: no-repeat;
    background-size: auto 26px;
}
.app-guide-section .diagnosis .guide-card .custom {
    background-image: url("../images/main/ico-analysis-custom.svg");
    background-repeat: no-repeat;
    background-size: auto 26px;
}
.app-guide-section .diagnosis .guide-card .benefit {
    background-image: url("../images/main/ico-analysis-benefit.svg");
    background-repeat: no-repeat;
    background-size: auto 26px;
}

/*휴대폰구매*/
.app-guide-section .purchase .guide .title {
    color: #0aaa9f;
    padding-top: 200px;
}

.app-guide-section .purchase .guide .title span.num {
    color: #45d1c8;
    padding-right: 10px;
}

.app-guide-section .purchase .guide-title {
}

.app-guide-section .purchase .guide-card .condition {
    background-image: url("../images/main/ico-buy-condition.svg");
    background-repeat: no-repeat;
    background-size: auto 26px;
}

.app-guide-section .purchase .guide-card .allprice {
    background-image: url("../images/main/ico-buy-allprice.svg");
    background-repeat: no-repeat;
    background-size: auto 26px;
}

/*통신닥터 이렇게 만들었어요*/
.trust-section {
    max-width: 1440px;
    margin: 0 auto;
}

.trust-section .headline {
    font-weight: 700;
    font-size: 40px;
    padding-top: 220px;
}
.trust-section .headline em.point {
    color: #1061f5;
}

.trust-section .circle-icon {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #f6faff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 180px auto;
    box-shadow: 0px 4px 25px 0px #8084ff40;
    margin-bottom: 20px;
}

.trust-section .item.expert .circle-icon {
    background-image: url("../images/main/expert.png");
}

.trust-section .item.startup .circle-icon {
    background-image: url("../images/main/startup.png");
}

.trust-section .item.relation .circle-icon {
    background-image: url("../images/main/relation.png");
}

.trust-section .item.security .circle-icon {
    background-image: url("../images/main/security.png");
}

.trust-section .headline-desc {
    padding-top: 30px;
    color: #6b6b6b;
    font-weight: 400;
    font-size: 20px;
}
.trust-section .trust-list-wrapper {
    padding-top: 120px;
    padding-bottom: 80px;
}

.trust-section .trust-list {
    display: flex;
    gap: 20px;
}

.trust-section .trust-list .item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
/*.trust-section .trust-list-wrapper .trust-list .expert {
	background-image:url('../images/main/expert.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 180px;
}

.trust-section .trust-list-wrapper .trust-list .startup {
	background-image:url('../images/main/startup.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 180px;
}

.trust-section .trust-list-wrapper .trust-list .relation {
	background-image:url('../images/main/relation.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 180px;
}

.trust-section .trust-list-wrapper .trust-list .security {
	background-image:url('../images/main/security.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 180px;
}
*/
.trust-section .trust-list .item .title {
    padding-top: 10px;
    font-weight: 600;
    font-size: 18px;
}

.trust-section .trust-list .item .desc {
    color: #727272;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.5px;
    padding-top: 10px;
}

/*하단 링크버튼*/
.fixed-buttons-section {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    font-size: 18px;
    text-align: center;
    /*모션*/
    /*opacity: 0;
	transform: translateY(100px);
	transition: opacity 0.8s ease, transform 0.8s ease;*/
}

[data-aos="slide-up"] {
    transform: translateY(100px);
    opacity: 1 !important;
    transition: transform 0.8s ease;
}
[data-aos="slide-up"].aos-animate {
    transform: translateY(0);
    opacity: 1 !important;
}

.fixed-buttons-section.stop-fixed {
    position: absolute !important;
    bottom: auto;
    top: auto;
    transform: translateY(0) !important;
}

.fixed-buttons-section .buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-weight: 700;
}

.fixed-buttons-section .button {
    position: relative;
}

.fixed-buttons-section .button.fixed-button-diagnosis:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 35px;
    left: -10px;
    width: 235px;
    height: 90px;
    background: url("../images/main/diagnosis_event_bubble.svg") no-repeat
        center center;
    background-size: 235px 90px;
}

.fixed-buttons-section .buttons .dignosis {
    background: #4379ff;
    color: #fff;
    box-shadow: 4px 4px 10px 0px #0f33ab78;
}

.fixed-buttons-section .buttons .purchase {
    background: #5e61ff;
    color: #fff;
    box-shadow: 4px 4px 10px 0px #46148f7d;
}

.fixed-buttons-section .buttons a {
    border-radius: 50px;
    padding: 15px 40px;
    display: inline-block;
}
.fixed-buttons-section .buttons a:hover {
    color: #fff;
}

.submenu-nav__list li.active {
    /*box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);*/
}
/***************************************************************
 * 푸터
 **************************************************************/
.footer-wrapper {
    margin-top: 100px;
    background-color: #32353d;
}

.footer {
    max-width: 1440px;
    margin: 0 auto;
}

.footer .links {
    padding-top: 30px;
}

.footer .links .link-list {
    font-size: 14px;
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 0;
    margin: 0 auto;
}

.footer .links .link-list li {
    position: relative;
}

.footer .links .link-list li a {
    color: #f1f1f1;
}

.footer .links .link-list li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -14px; /* 라인 위치 (gap / 2) */
    top: 52%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #64646e; /* 은은한 라인 */
}

.footer .company-info {
    padding-top: 30px;
    padding-bottom: 50px;
    text-align: center;
    color: #9898aa;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.footer .company-info .name {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding-bottom: 10px;
}

/***************************************************************
 * 서브페이지
 **************************************************************/
main.sub {
    margin: 0 auto;
    margin-top: 120px;
    max-width: 1440px;
}

.sub-title {
    margin-bottom: 30px;
}

.sub-content {
}

/***************************************************************
 * 이용약관
 **************************************************************/

.terms-section {
    max-width: 1440px;
    margin: 0 auto;
}

.terms-section .terms {
    padding-top: 120px;
    padding-bottom: 80px;
}

/***************************************************************
 * 개인정보처리방침
 **************************************************************/
.privacy-section {
    max-width: 1440px;
    margin: 0 auto;
}

.privacy-section .privacy {
    padding-top: 120px;
    padding-bottom: 80px;
}

/***************************************************************
 * 질문과답변
 **************************************************************/
/*
 .qna-section{
	max-width: 1440px;
    margin: 0 auto;
 }

 .qna-section .headline{
 display:block;
 padding-top:180px;
 font-size:28px;
 padding-bottom:30px;
 border-bottom:2px solid #eaeaea;
 margin-bottom:100px;
 }
*/
.sub .sub-title h2 {
    font-size: 32px;
    padding-top: 60px;
    padding-bottom: 30px;
    display: block;
    border-bottom: 1px solid #b9b9b9;
}

.faq {
    display: flex;
    gap: 24px;
}

.faq .category {
    width: 20%; /* 원하는 크기로 설정 가능 */
    flex-shrink: 0;
}

.faq .content {
    flex: 1;
    min-width: 0; /* overflow 방지 */
    margin-right: 20px;
}

.faq .category-list {
    list-style: none;
    padding: 0;
    margin: 14px 0 0 0;
}

.faq .category-list li a {
    display: block;
    padding: 12px 16px;
    color: #90969d;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.2s;
    font-weight: 500;
    font-size: 15px;
}

.faq .category-list li a:hover,
.faq .category-list li a.active {
    background-color: #f7f7f7;
    color: #2c7bdf;
}

.faq .content-list {
    margin-bottom: 100px;
}

.faq .content .item {
}

.faq .content .question {
    font-weight: 600;
    color: #b1b1b1;
    border-top: 1px solid #f1f1f1;
    padding-left: 20px;
}

.faq .content .item:first-child .question {
    border-top: none;
}

.faq .content .question a {
    display: block;
    position: relative;
    padding: 24px 0 24px 40px;
    color: #181818;
    font-weight: 500;
    font-size: 18px;
}

.faq .content .question a:before {
    content: "Q";
    position: absolute;
    left: 0;
    color: #b7b7b7;
    font-weight: 800;
    font-size: 18px;
}

.faq .content .item .question a:after {
    content: "";
    position: absolute;
    right: 28px;
    top: 24px;
    width: 20px;
    height: 20px;
    background-image: url("../images/sub/arrow2_down.svg");
    background-position: center top;
    background-size: 20px auto;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.faq .content .item.active .question a:after {
    background-image: url("../images/sub/arrow2_down.svg");
    background-position: center top;
    background-size: 20px auto;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.faq .content .answer {
    display: none;
    position: relative;
    padding: 0 100px 20px 55px;
    font-size: 15px;
    color: #515151;
}

.faq .content .answer:before {
}

/***************************************************************
 * @media (max-width: 1520px)
 **************************************************************/
@media (max-width: 1520px) {
    .header {
        padding: 0 30px;
    }

    .loss-section .card-wrapper {
        padding-left: 20px;
        padding-right: 20px;
        gap: 25px;
    }
    .loss-section .card {
        height: 330px;
        padding-top: 75px;
        padding-left: 35%;
        transition: all 0.5s ease;
    }

    .review-section .headline {
        padding-left: 40px;
    }

    .purchase-guide-section .card-wrapper {
        padding-left: 40px;
        padding-right: 40px;
        gap: 3%;
    }

    .flow-section {
        padding: 0 40px;
    }
    .trust-section {
        padding: 0 40px;
    }
    .sub .sub-title h2 {
        margin-left: 20px;
        margin-right: 20px;
    }
}

/***************************************************************
 * @media (max-width: 1480px)
 **************************************************************/
@media (max-width: 1480px) {
    .loss-section .card-wrapper {
        padding-left: 40px;
        padding-right: 40px;
        gap: 25px;
    }
}
/***************************************************************
 * @media (max-width: 1336px)
 **************************************************************/
@media (max-width: 1336px) {
    .loss-section .card {
        background-size: auto 330px;
    }
    .loss-section .card.billing .title {
        font-size: 36px;
        transition: all 0.5s ease;
    }
    .loss-section .card.billing .amount {
        font-size: 46px;
        padding-top: 20px;
        transition: all 0.5s ease;
    }
    .loss-section .card.billing .amount .point {
        font-size: 46px;
        transition: all 0.5s ease;
    }
}

/***************************************************************
 * @media (max-width: 1200px)
 **************************************************************/
@media (max-width: 1200px) {
    .loss-section .headline {
        padding-top: 180px;
        padding-bottom: 0;
        font-size: 34px;
        transition: all 0.5s ease;
    }

    .loss-section .headline .point {
        width: 100px;
        height: 90px;
        font-size: 60px;
        padding-top: 26px;
    }
    .loss-section .headline .point:before {
        background-size: auto 82px;
        background-position: center top;
    }

    .loss-section .sub-desc {
        padding-top: 20px;
    }

    .loss-section .sub-headline {
        font-size: 28px;
        padding-top: 20px;
    }

    .loss-section .question {
        font-size: 20px;
        font-weight: 600;
    }
    .loss-section .card-wrapper {
        overflow: hidden;
        position: relative;
        display: flex;
        gap: 30px;
        height: 500px;
        padding-top: 40px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .loss-section .card {
        text-align: center;
        min-height: 450px;
        height: 450px;
        border-radius: 24px;
        padding: 30px;
        padding: 200px 10px 0 10px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        backdrop-filter: blur(4px);
    }

    /*통신비 점검카드 .card.billing */
    .loss-section .card.billing {
        background-image: url(../images/main/billing-bg-s.png);
        background-position: center top;
        background-size: auto 380px;
        background-repeat: no-repeat;
        box-shadow: 10px 10px 35px 0px #0b0ea394,
            inset 2px 2px 4px 0px #53c3ff40;
    }

    .loss-section .card.billing .question {
        font-size: 22px;
        border: 2px solid #46bbc7;
        border-radius: 100px;
        display: inline-block;
        padding: 10px 24px;
    }

    .loss-section .card.billing .title {
        font-size: 34px;
        padding-top: 30px;
    }
    .loss-section .card.billing .amount {
        padding-top: 14px;
        font-size: 38px;
    }
    .loss-section .card.billing .amount .point {
        font-size: 38px;
        letter-spacing: 0;
        border-bottom: 2px solid #27baca;
        padding-bottom: 2px;
    }

    /*휴대폰 구매 점검카드 .card.subsidy */
    .loss-section .card.subsidy {
        background-image: url(../images/main/subsidy-bg-s.png);
        background-position: center top;
        background-size: auto 380px;
        background-repeat: no-repeat;
        box-shadow: 10px 10px 35px 0px #0b0ea394,
            inset 2px 2px 4px 0px #53c3ff40;
    }
    .loss-section .card.subsidy .question {
        font-size: 22px;
        border: 2px solid #84bd26;
        border-radius: 100px;
        display: inline-block;
        padding: 10px 24px;
    }

    .loss-section .card.subsidy .title {
        font-size: 34px;
        padding-top: 30px;
        padding-left: 0;
    }
    .loss-section .card.subsidy .amount {
        padding-top: 14px;
        font-size: 38px;
        padding-left: 0;
    }
    .loss-section .card.subsidy .amount .point {
        font-size: 38px;
        letter-spacing: 0;
        border-bottom: 2px solid #7bbb14;
        padding-bottom: 2px;
    }

    /*휴대폰 구매 지원금*/
    .purchase-guide-section .headline {
        padding-top: 140px;
    }
    .purchase-guide-section .sub-headline {
        padding-bottom: 100px;
    }
    /*통신비 진단부터 구매비교 까지*/
    .flow-section {
        padding: 0;
    }
    .flow-section .headline {
        padding-top: 140px;
        padding-left: 40px;
    }
    .flow-section .flow-list-wrapper {
        padding-bottom: 100px;
    }
    .flow-section .flow-list .item .step .num {
        font-size: 50px;
        font-weight: 700;
        transition: all 0.5s ease;
    }
    .flow-section .flow-list {
        gap: 10px;
        transition: all 0.5s ease;
    }
    .flow-section .flow-list .item:not(:last-child)::after {
        top: calc(50% - 50px);
        right: -10px;
        width: 16px;
        height: 30px;
    }
    .flow-section .flow-list .item {
        height: 280px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .flow-section .flow-list .bill {
        background-position: center bottom;
        background-size: auto 150px;
    }

    .flow-section .flow-list .analyze {
        background-position: center bottom;
        background-size: auto 120px;
    }
    .flow-section .flow-list .opinion {
        background-position: center bottom;
        background-size: auto 120px;
    }
    .flow-section .flow-list .o2o {
        background-position: center bottom;
        background-size: auto 100px;
    }
    /*앱가이드*/
    .app-guide-section .headline {
        padding-top: 140px;
    }
    .app-guide-section .purchase .guide .title {
        padding-top: 120px;
    }
    .app-guide-section .guide-card img {
        width: 90%;
    }
    .app-guide-section .guide-wrapper {
        padding-bottom: 45px;
    }

    .trust-section .headline {
        padding-top: 120px;
        padding-left: 30px;
    }
    .trust-section .headline-desc {
        padding-left: 30px;
    }
    .trust-section {
        padding: 0;
    }
}
/***************************************************************
 * @media (max-width: 1100px)
 **************************************************************/
@media (max-width: 1100px) {
    .review-section .review-stats-list {
        gap: 70px;
        transition: all 0.5s ease;
    }
}
/***************************************************************
 * @media (max-width: 1050px)
 **************************************************************/
@media (max-width: 1050px) {
    span.none {
        display: none;
    }

    #wrap {
        min-width: 320px;
    }

    .header-wrapper {
        position: fixed;
        z-index: 9998;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .header-wrapper .header {
        height: 60px;
        justify-content: space-between;
        padding: 0;
    }

    /*뉴 네비게이션2 시작*/

    .blind,
    caption,
    .vh,
    #skip {
        overflow: hidden !important;
        position: absolute !important;
        clip: rect(0 0 0 0) !important;
        width: 1px !important;
        height: 1px !important;
        margin: -1px !important;
    }
    .header .logo {
        padding-left: 15px;
    }

    .header {
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 80px;
        z-index: 100;
    }

    .header.active {
        height: auto;
    }

    .header.active .gnb_list_box {
        display: inline-block;
        height: 100%;
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        max-width: 260px;
        width: 100%;
        top: 0;
        right: 0;
        position: fixed;
        padding-left: 10px;
    }

    .header .header_ct {
        position: relative;
        height: 60px;
        font-size: 0;
        overflow: hidden;
        z-index: 20;
    }

    .header .header_ct .logo_naver {
        margin: 34px 0 0 60px;
        display: inline-block;
        width: 35px;
        height: 10px;
        vertical-align: top;
        background: url(../img/main_2022/logo_naver.png) 0 0 no-repeat;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }

    .header .header_ct .logo_naver + .logo_ganguel {
        margin-left: 9px;
    }

    .header .header_ct .logo_ganguel {
        margin: 21px 0 0 0px;
        display: inline-block;
        width: 140px;
        height: 38px;
        vertical-align: top;
        background: url(../img/main_2022/logo_hanguel.png) 0 0 no-repeat;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }

    .header .header_ct h1 {
        float: left;
    }

    .header .header_ct .btn_gnb {
        float: right;
        position: relative;
        width: 60px;
        height: 60px;
        padding-top: 41px;
        font-family: "NanumSquareBold";
        font-size: 16px;
        line-height: 1.13;
        letter-spacing: -0.3px;
        text-align: center;
        color: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        border: 0;
        cursor: pointer;
    }

    .header .header_ct .btn_gnb .bar_box {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.2s;
        transition: all 0.6s;
    }

    .header .header_ct .btn_gnb .bar_box .bar_01 {
        width: 25px;
        height: 2px;
        position: absolute;
        background: #fff;
        right: 0;
        margin: auto;
        left: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-transition: all 0.2s cubic-bezier(0.8, 0, 0.3, 1.5);
        transition: all 0.2s cubic-bezier(0.8, 0, 0.3, 1.5);
        top: -webkit-calc(50% - 8px);
        top: calc(50% - 8px);
    }

    .header .header_ct .btn_gnb .bar_box .bar_02 {
        width: 20px;
        height: 2px;
        position: absolute;
        background: #fff;
        right: 0;
        margin: auto;
        left: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-transition: all 0.2s cubic-bezier(0.8, 0, 0.3, 1.5);
        transition: all 0.2s cubic-bezier(0.8, 0, 0.3, 1.5);
        top: -webkit-calc(50% - 0px);
        top: calc(50% - 0px);
    }

    .header .header_ct .btn_gnb .bar_box .bar_03 {
        width: 25px;
        height: 2px;
        position: absolute;
        background: #fff;
        right: 0;
        margin: auto;
        left: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-transition: all 0.2s cubic-bezier(0.8, 0, 0.3, 1.5);
        transition: all 0.2s cubic-bezier(0.8, 0, 0.3, 1.5);
        top: -webkit-calc(50% + 8px);
        top: calc(50% + 8px);
    }

    .header .header_ct .btn_gnb.on {
        color: transparent;
        line-height: 999px;
    }

    .header .header_ct .btn_gnb.on .bar_box {
        -webkit-transform: scale(1) rotate(180deg);
        -ms-transform: scale(1) rotate(180deg);
        transform: scale(1) rotate(180deg);
    }

    .header .header_ct .btn_gnb.on .bar_01 {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -webkit-calc(50% - (1px)) !important;
        top: calc(50% - (1px)) !important;
    }

    .header .header_ct .btn_gnb.on .bar_02 {
        left: -2px !important;
        opacity: 0;
    }

    .header .header_ct .btn_gnb.on .bar_03 {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -webkit-calc(50% - (1px)) !important;
        top: calc(50% - (1px)) !important;
    }
    .header .etc .btn-app {
        margin-left: 0;
        padding-top: 30px;
        padding-left: 30px;
        display: block;
    }

    .header.active .etc .app-download {
        border-radius: 8px;
        padding: 15px 65px;
        background: #0034af;
        font-weight: 800;
        font-size: 16px;
        color: #00d3e1;
        border: 1px solid #00d3e1;
    }
    .header .etc .app-download {
        border-radius: 8px;
        padding: 15px 65px;
        background: #0034af;
        font-weight: 800;
        font-size: 16px;
        color: #00d3e1;
        border: 1px solid #00d3e1;
    }

    .header .gnb_list_box {
        display: inline-block;
        position: fixed;
        top: 0;
        right: 0;
        background: #0037b9;
        -webkit-transition: all 0.3s;
        transition: all 0.25s;
        overflow: hidden;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        z-index: 10;
        height: 100%;
    }

    .header .gnb_list_box .gnb_list {
        display: block;
        text-align: left;
        padding-top: 70px;
        padding-left: 0;
    }

    .header .gnb_list_box .gnb_list > li {
        display: block;
        margin: 40px 40px 40px 30px;
    }

    .header .gnb_list_box .gnb_list > li .gnb_link {
        display: inline-block;
        padding-left: 10px;
        font-size: 18px;
        line-height: 60px;
        letter-spacing: -0.3px;
        color: #000;
    }

    .header .gnb_list_box .gnb_list a {
        color: #c4d5ff;
    }

    /*뉴 네비게이션2 끝*/

    .about-section .app-mockup {
        background-position: calc(50% - 50px) 70%;
        background-size: 900px auto;
        transition: all 0.5s ease;
    }

    /*통신닥터 리뷰*/
    .review-section .headline {
        font-size: 34px;
    }

    /*휴대폰 지원금*/
    .purchase-guide-section .card-wrapper {
        gap: 2%;
    }
    .purchase-guide-section .headline {
        font-size: 34px;
    }
    .purchase-guide-section .sub-headline {
        font-size: 30px;
    }
    .purchase-guide-section .zero {
        background-size: 60%;
        transition: all 0.3s ease-in-out;
    }
    .purchase-guide-section .place {
        background-size: 60%;
        transition: all 0.3s ease-in-out;
    }
    .purchase-guide-section .direct {
        background-size: 60%;
        transition: all 0.3s ease-in-out;
    }
    .purchase-guide-section .card {
        height: 350px;
        font-size: 18px;
        font-weight: 600;
        padding-top: 25%;
        box-shadow: 0px 5px 15px 0px #1244b857;
        transition: all 0.3s ease-in-out;
    }
    /*통신비 진단부터 구매비교까지*/

    .flow-section .headline {
        font-size: 34px;
    }

    /*앱가이드*/
    .app-guide-section .headline {
        font-size: 34px;
    }
    .app-guide-section .guide-cards {
        padding-left: 30px;
        padding-right: 30px;
    }
    /*통신닥터 제작*/
    .trust-section .trust-list-wrapper {
        padding: 0 80px 30px 80px;
    }
    .trust-section .headline {
        font-size: 34px;
    }
    .trust-section .headline-desc {
        padding-top: 20px;
        font-size: 18px;
    }
    .trust-section .trust-list {
        flex-wrap: wrap;
        gap: 16px;
    }
    .trust-section .trust-list .item {
        flex: 0 0 calc(50% - 8px);
    }
    .trust-section .circle-icon {
        width: 230px;
        height: 180px;
        background: none;
        background-size: 220px auto;
        box-shadow: none;
        background-repeat: no-repeat;
        border-radius: 0;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .review-swiper .swiper-slide {
        flex-shrink: 0;
        width: 100%;
        box-sizing: border-box;
    }
    .review-swiper .swiper-slide {
        background: #fff;
        border-radius: 24px;
        padding: 32px;
        box-shadow: 4px 4px 25px 0px #125cdc1f;
        display: flex;
        flex-direction: column; /* 세로 정렬로 변경 */
        align-items: center;
        width: 280px;
        margin: 0 auto;
        /*transition: all 0.3s ease-in-out; 자연스럽게 움직이는거*/
    }
    /*슬라이스 위로 움직임*/
    /*	
						.review-swiper .swiper-slide:hover {
							transform: translateY(-4px);
							box-shadow: 0 12px 30px rgba(0, 56, 140, 0.12);
						}
					*/
    .review-section .review-stats-list .item span.value em.point {
        font-size: 34px;
    }
    .review-section .review-stats-list .item span.value {
        font-size: 20px;
    }
    .review-section .review-stats-list {
        gap: 30px;
        transition: all 0.5s ease;
    }
    .swiper-slide .photo {
        margin-bottom: 20px;
        margin: 0 auto;
    }

    .swiper-slide .photo img.avatar {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

    .review-swiper .summary span.mobile-block {
        display: block;
    }
    .review-swiper .summary {
        font-size: 18px;
        font-weight: 700;
        color: #2d2d2d;
        margin-bottom: 8px;
        text-align: center;
    }

    .review-swiper .name {
        margin: 0 auto;
    }

    .review-swiper .content {
        padding-top: 10px;
        font-size: 15px;
        color: #555;
        line-height: 1.6;
    }
    .fixed-buttons-section {
        position: fixed;
        z-index: 99;
        bottom: 0;
        width: 100%;
        transform: none !important;
        filter: none !important;
        backdrop-filter: none !important;
    }
    .fixed-buttons-section .buttons {
        z-index: 1001;
    }

    /*서브페이지 faq*/
    main.sub {
        margin-top: 100px;
    }
    .sub-title {
        margin-bottom: 0;
    }
    .sub .sub-title h2 {
    }

    .faq {
        flex-direction: column;
        gap: 0;
    }
    .faq .category {
        width: 100%;
        margin-top: 16px;
    }

    .sub .sub-title h2 {
        padding-bottom: 10px;
        border: none;
    }

    .faq .content {
        margin-right: 0;
    }

    .faq .content .answer {
        padding: 0 20px 20px 55px;
        font-size: 16px;
    }

    .faq .content-list {
        margin-bottom: 0;
    }
}

/***************************************************************
 * @media (max-width: 950px)
 **************************************************************/
@media (max-width: 950px) {
    .flow-section .flow-list .item .step {
        font-size: 17px;
        transition: all 0.5s ease;
    }
}

/***************************************************************
 * @media (max-width: 810px)
 **************************************************************/
@media (max-width: 810px) {
    .loss-section .card.billing .amount {
        font-size: 30px;
        transition: all 0.5s ease;
    }
    .loss-section .card.billing .amount .point {
        font-size: 30px;
        transition: all 0.5s ease;
    }
}
/***************************************************************
 * @media (max-width: 800px)
 **************************************************************/
@media (max-width: 800px) {
    .header .logo {
        width: 44px;
        height: 44px;
    }
    .header .logo a {
        width: 44px;
        height: 44px;
    }
    .main .main-bg {
        position: relative;
        background: linear-gradient(
            180deg,
            #003edc 0%,
            #3a6def 60%,
            #70c4fd 97%
        );
    }
    .header {
        padding: 0 18px 0 14px;
    }
    .loss-section .headline .mobile-block {
        line-height: 0.9;
        margin: 0;
        padding: 0;
    }
    .loss-section .headline {
        transition: all 0.3s ease-in-out;
        font-size: 32px;
        padding-top: 100px;
        padding-bottom: 0;
        max-width: 90%;
        margin: 0 auto;
        text-align: center;
        line-height: 1.2;
        z-index: 1;
        overflow: visible;
    }
    .loss-section .headline .mobile-block:first-of-type {
        margin-bottom: -12px;
    }

    .loss-section .headline .mobile-block:last-of-type {
        padding-bottom: 16px;
    }
    .loss-section .headline .last {
        position: relative;
        line-height: 1.3;
        z-index: 5;
    }
    .loss-section .headline .line {
        margin: 0;
        padding: 0;
    }

    span.mobile-block {
        display: block;
    }

    .loss-section .headline .point {
        width: 78px;
        font-size: 46px;
        height: 70px;
        padding-top: 19px;
        position: relative;
        display: inline-block;
        line-height: 1;
        z-index: 1;
    }
    .loss-section .headline .point:before {
        content: "";
        position: absolute;
        top: 12px;
        left: 0;
        right: 0;
        bottom: auto;
        height: 65px;
        background-image: url("../images/main/line_round.svg");
        background-repeat: no-repeat;
        background-size: auto 65px;
        background-position: center top;
        z-index: -1;
        pointer-events: none;
    }
    .loss-section .sub-desc {
        font-size: 15px;
        line-height: 140%;
        padding-top: 20px;
    }

    .fixed-buttons-section .buttons a {
        font-size: 16px;
        border-radius: 50px;
        padding: 12px 20px;
        display: inline-block;
    }

    .loss-section .question {
        font-size: 14px;
    }

    .loss-section .card-wrapper {
        overflow: visible;
        position: relative;
        display: flex;
        gap: 0;
        height: 400px;
        padding-right: 0;
        padding-top: 0;
        padding-left: 0;
    }
    .loss-section .sub-headline {
        font-size: 28px;
        padding-top: 0;
    }

    .loss-section .swiper-slide {
        flex: none;
        width: 100%;
    }
    /*카드 뎁스 활성화 */
    #my-swiper {
    }

    .loss-section .swiper-slide {
        transition: filter 0.3s ease, transform 0.3s ease;
        z-index: 99;
    }

    .loss-section .swiper-slide:not(.swiper-slide-active) {
        filter: blur(4px);
        transform: translateX(-500px) scale(0.95);
        opacity: 0.9;
        z-index: 1;
        width: 200px;
    }

    .loss-section .card {
        flex: none;
        margin-top: 30px;
        margin-left: 15%;
        margin-right: 15%;
        min-height: 318px;
        height: 318px;
        border-radius: 24px;
        padding: 160px 10px 0 10px;
        box-shadow: 10px 10px 35px 0px #0b0ea394,
            inset 2px 2px 4px 0px #53c3ff40;
    }

    .loss-section .sub-headline {
        font-size: 28px;
        padding-top: 0;
    }

    /*통신비 점검카드 .card.billing */
    .loss-section .card.billing {
        background-image: url(../images/main/billing-bg-s.png);
        background-position: center top;
        background-size: auto 310px;
        background-repeat: no-repeat;
        /*transform: translateX(70px) scale(0.95);*/
    }
    .loss-section .card.billing .question {
        font-size: 16px;
        border: 1px solid #46bbc7;
        border-radius: 100px;
        display: inline-block;
        padding: 0 14px;
    }

    .loss-section .card.billing .title {
        font-size: 24px;
        padding-top: 16px;
    }
    .loss-section .card.billing .amount {
        padding-top: 6px;
        font-size: 28px;
    }
    .loss-section .card.billing .amount .point {
        font-size: 28px;
        letter-spacing: -1px;
        border-bottom: 2px solid #27baca;
        padding-bottom: 0;
    }

    .loss-section .card .amount .font-small {
        font-size: 26px;
        padding-top: -10px;
    }

    /*휴대폰 구매 점검카드 .card.subsidy */
    .loss-section .card.subsidy {
        background-image: url(../images/main/subsidy-bg-s.png);
        background-position: center top;
        background-size: auto 310px;
        background-repeat: no-repeat;
        /*transform: translateX(70px) scale(0.95);*/
    }
    .loss-section .card.subsidy .question {
        font-size: 16px;
        border: 1px solid #84bd26;
        border-radius: 100px;
        display: inline-block;
        padding: 0 14px;
    }

    .loss-section .card.subsidy .title {
        font-size: 20px;
        padding-top: 20px;
    }
    .loss-section .card.subsidy .amount {
        padding-top: 6px;
        font-size: 28px;
    }
    .loss-section .card.subsidy .amount .point {
        font-size: 28px;
        letter-spacing: 0;
        border-bottom: 2px solid #7bbb14;
        padding-bottom: 0;
    }

    /*페이징*/
    .loss-section .swiper-pagination {
        transform: translate3d(0, -50px, 0);
    }

    .loss-section .swiper-pagination .swiper-pagination-bullet {
        background-color: #a5cbff;
        width: 6px;
        height: 6px;
        border-radius: 9999px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .loss-section .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #8ab5ff;
        width: 18px;
        height: 6px;
        border-radius: 9999px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    /*통신의 시작부터 끝까지 플랫폼 통닥*/

    .about-section .app-mockup {
        background-image: none;
    }
    .about-section .app-mockup-img {
        height: 480px;
    }
    .about-section .app-mockup-img img {
        width: 95%;
    }
    .about-section .headline .sub-deco {
        padding-bottom: 6px;
        font-size: 22px;
    }
    .about-section .headline {
        font-size: 28px;
        padding-top: 10px;
    }
    .about-section .white-line {
        width: 20px;
        height: 2px;
    }
    .about-section .desc {
        font-size: 15px;
        letter-spacing: -1px;
        line-height: 140%;
        padding-top: 20px;
    }

    /*통신닥터 리뷰*/
    .review-section .headline {
        text-align: center;
        font-size: 28px;
        padding-top: 250px;
        padding-left: 0;
        letter-spacing: -2px;
        line-height: 130%;
        color: #414141;
    }
    .review-section .headline .sub-deco {
        font-size: 20px;
        font-weight: 500;

        padding-bottom: 5px;
        letter-spacing: -1px;
        color: #6d6d6d;
    }

    .swiper-wrapper {
        padding: 20px 10px 50px 30px;
    }

    .review-swiper-bg {
        padding-top: 20px;
        background: none;
        padding-bottom: 40px;
    }

    .review-section .headline .point::after {
        background: none;
        /*background:#d5e4fd 밑줄컬러*/
    }
    */
/*평균 절감액 모음*/
	.review-section {
    }
    .review-section .review-stats {
        padding-top: 20px;
        border-top: none;
        padding-bottom: 50px;
    }
    .review-section .review-stats-list {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
        flex-direction: column;
        gap: 6px;
    }
    .review-section .review-stats-list .item {
        background: #dbe7ff;
        border-radius: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
    }
    .review-section .review-stats-list .item span.title {
        color: #6d9ffc;
        font-size: 14px;
        background: none;
        display: inline-block;
        text-align: left;
        padding: 0;
    }
    .review-section .review-stats-list .item span.value {
        text-align: right;
        display: inline-block;
        font-size: 18px;
        padding: 0;
    }
    .review-section .review-stats-list .item span.value em.point {
        font-size: 24px;
    }
    .review-section .review-stats .date {
        text-align: right;
        padding-right: 35px;
        padding-top: 4px;
        letter-spacing: 1px;
        background: none;
    }
    /*휴대폰 구매 지원금*/
    .purchase-guide-section {
    }
    .purchase-guide-section .card-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    .purchase-guide-section .card {
        line-height: 140%;
    }
    .purchase-guide-section .card em.point::after {
        background-color: #deeafd;
    }

    .purchase-guide-section .card .in {
        display: inline;
    }
    .purchase-guide-section .headline {
        font-size: 30px;
        padding-top: 100px;
        padding-bottom: 50px;
        line-height: 140%;
    }

    .purchase-guide-section .headline .sub-deco {
        font-size: 20px;
        font-weight: 600;
    }
    .purchase-guide-section .card {
        height: 100%;
        border-radius: 20px;
        padding: 220px 20px 20px 20px;
    }
    .purchase-guide-section .zero {
        background-size: 200px;
    }
    .purchase-guide-section .place {
        background-size: 200px;
    }
    .purchase-guide-section .direct {
        background-size: 200px;
    }
    .purchase-guide-section .sub-headline {
        font-size: 28px;
        font-weight: 700;
        padding-top: 100px;
        padding-bottom: 100px;
        line-height: 140%;
    }

    .purchase-guide-section .sub-headline .desc {
        padding-top: 20px;
        font-size: 18px;
        font-weight: 400;
        line-height: 140%;
    }

    .purchase-guide-section .headline em.point::after {
        bottom: 0.18em;
    }

    /*통신비 진단부터 구매비교까지*/
    .flow-section .flow-list-wrapper {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .flow-section {
        padding: 0 10px;
    }
    .flow-section .headline {
        padding-top: 120px;
        padding-left: 0;
        font-size: 30px;
        text-align: center;
        line-height: 130%;
    }
    .flow-section .headline span(:first-child) {
        font-size: 12px;
    }

    .flow-section .flow-list {
        display: block;
    }
    .flow-section .flow-list .item:not(:last-child)::after {
        display: none;
    }

    .flow-section .flow-list .item {
        border: 2px solid #bfdbff;
        border-radius: 25px;
        padding: 30px 10px 40px 10px;
        margin: 0 50px 30px 50px;
    }
    .flow-section .headline .point::after {
        background-color: #d5e4fd;
        bottom: 0.3em;
    }

    .flow-section .flow-list .item .step {
        font-size: 18px;
    }

    .flow-section .flow-list .bill {
        background-position: center calc(100% - 20px);
        background-size: auto 140px;
    }

    .flow-section .flow-list .analyze {
        background-position: center calc(100% - 40px);
        background-size: auto 120px;
    }
    .flow-section .flow-list .opinion {
        background-position: center calc(100% - 40px);
        background-size: auto 120px;
    }
    .flow-section .flow-list .o2o {
        background-position: center calc(100% - 50px);
        background-size: auto 100px;
    }

    .flow-section .flow-list .item .step .num {
        font-size: 50px;
    }
    .flow-section .flow-list .item .desc {
        font-size: 16px;
    }

    /*통신닥터 앱 가이드*/
    .app-guide-section .headline {
        font-size: 30px;
        line-height: 140%;
        padding-top: 120px;
        padding-bottom: 10px;
    }
    .app-guide-section .headline em.point::after {
        bottom: 0.2em;
        background-color: #d5e4fd;
    }
    .app-guide-section .diagnosis .guide .title {
        font-weight: 700;
        /* 진한블루톤
		color:#fff;
		background: #3672ff;
		*/
        color: #2a67ff;
        background: #dae5ff;

        padding: 10px 30px;
        margin: 40px 0 60px calc(50% - 95px);
        font-size: 20px;
        display: inline-block;
        text-align: center;
        border-radius: 999px;
    }

    .app-guide-section .guide-wrapper.diagnosis {
        padding-bottom: 40px;
    }
    .app-guide-section .diagnosis .guide .title span.num {
        color: #84a7ff;
    }
    .app-guide-section .guide-title {
        font-size: 18px;
    }
    .app-guide-section .guide-card img {
        width: 90%;
        padding-left: 20px;
    }
    .app-guide-section .purchase .guide .title {
        color: #00b5ae;
        background: #ccf5f4;
        padding: 10px 30px;
        margin: 90px 0 60px calc(50% - 95px);
        font-size: 20px;
        display: inline-block;
        text-align: center;
        border-radius: 999px;
    }
    .app-guide-section .guide-wrapper.purchase {
        padding-bottom: 40px;
    }

    .app-guide-section .purchase .guide .title span.num {
        color: #49d9d0;
    }

    /*통신닥터는 이렇게 만들었어요*/
    .trust-section .headline {
        font-size: 32px;
        line-height: 120%;
        padding-top: 120px;
    }
    .trust-section .headline-desc {
        font-size: 16px;
        padding-top: 20px;
    }
    /*하단버튼*/
    .fixed-buttons-section {
        height: 80px;
    }
    .footer-wrapper {
        margin-top: 90px;
    }
}

/***************************************************************
 * @media (max-width: 700px)
 **************************************************************/
@media (max-width: 700px) {
    .trust-section .trust-list-wrapper {
        padding: 0 30px 40px 30px;
    }
    .app-guide-section .guide-cards {
        display: block;
        padding-left: 20px;
    }
}

/***************************************************************
 * @media (max-width: 580px)
 **************************************************************/
@media (max-width: 580px) {
    .trust-section .trust-list {
        display: block;
    }
    .trust-section .trust-list .item .desc {
        font-size: 16px;
        padding: 10px 20px 0 20px;
    }
}

/***************************************************************
 * @media (max-width: 500px)
 **************************************************************/
@media (max-width: 500px) {
    .about-section .app-mockup-img {
        padding-left: 4%;
        width: 96%;
    }
    .purchase-guide-section .zero {
        background-size: 40%;
    }
    .purchase-guide-section .place {
        background-size: 40%;
    }
    .purchase-guide-section .direct {
        background-size: 40%;
    }
    .purchase-guide-section .card {
        font-size: 18px;
        font-weight: 600;
        padding-top: 50%;
        box-shadow: 0px 5px 15px 0px #1244b857;
        transition: all 0.3s ease-in-out;
    }

    .flow-section .flow-list .item {
        border: 1px solid #bfdbff;
        padding: 40px 30px;
        margin: 0 30px 30px 30px;
    }

    .trust-section .trust-list-wrapper {
        padding-top: 0;
    }
    .trust-section .circle-icon {
        width: 230px;
        height: 180px;
        background: none;
        background-size: 220px auto;
        box-shadow: none;
        background-repeat: no-repeat;
        border-radius: 0;
        margin-bottom: 0;
    }

    .trust-section .item.expert .circle-icon {
        background-image: url("../images/main/expert.png");
    }

    .trust-section .item.startup .circle-icon {
        background-image: url("../images/main/startup.png");
    }

    .trust-section .item.relation .circle-icon {
        background-image: url("../images/main/relation.png");
    }

    .trust-section .item.security .circle-icon {
        background-image: url("../images/main/security.png");
    }
    .trust-section .trust-list {
        flex-direction: column;
    }
    .trust-section .trust-list .item .title {
        font-size: 18px;
    }

    /*faq*/
    .sub .sub-title h2 {
        font-size: 24px;
        padding-top: 10px;
        text-align: center;
    }
    .faq .content .question a {
        font-size: 16px;
        padding: 20px 0 20px 30px;
        font-weight: 500;
        border-radius: 15px;
    }

    .faq .content .answer {
        line-height: 180%;
        padding-left: 50px;
    }
}

/***************************************************************
 * @media (max-width: 415px)
 **************************************************************/
@media (max-width: 415px) {
    .flow-section .flow-list .opinion {
        background-position: center calc(100% - 20px);
    }
}
