@charset "utf-8";

/* 공통 */

#wrap {
    position: relative;
}

.sec_tit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #484848;
}

.sec_tit .sec_tit_sub {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.sec_tit .sec_tit_main {
    font-size: 42px;
    font-weight: 700;
    line-height: 50.12px;
    text-align: center;
    padding: 0.625rem;
}

.sec_tit .sec_tit_desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
}

.sec_tit .sec_tit_desc span {
    font-weight: 700;
}

.main_top_banner {
    width: 1900px;
    margin:auto;
    display:block;
}

.mobile_main_top_banner{
    width: 100%;
    display: none;
}

/* 모달 */

.modal {
    position: absolute;
    display: none;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}


.modal_body {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1000px;
    box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);

}

.modal_body img {
    width: 100%;
}

.arr_swiper .arr_prev {
    left: 0;
    z-index: 9;
    background-image: url(../images/arr_pos_prev.svg);
}

.arr_swiper .arr_next {
    right: 0;
    z-index: 9;
    background-image: url(../images/arr_pos_next.svg);
}

.close_modal_btn{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    width: 50px;
    height: 50px;
    background-color: #d9d9d9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.close_modal_btn img {
    width: 25px;
}

.arr_swiper button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #d9d9d9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
}


/* 고민 섹션   */

.worry_sec {
    padding: 8.75rem 0;
}

.worry_sec .worry_chart_wrapper {
    padding-top: 6.875rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 12.5rem;
}

.worry_sec .worry_chart_wrapper .chart_main {
    padding-top: 6.5rem;
}

.worry_sec .worry_chart_wrapper .chart_tit {
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    color: #484848;
}

.worry_sec .worry_chart_wrapper .chart_tit span {
    font-size: 34px;
    font-weight: 700;
    color: #FF9900;
}

.worry_sec .worry_chart_wrapper .worry_left_chart, .worry_sec .worry_chart_wrapper .worry_right_chart {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.worry_chart_wrapper .chart_caption {
    display: flex;
    flex-direction: column;
}

.worry_chart_wrapper .worry_left_chart .left_chart_caption {
    padding-top: 2rem;
    display: flex;
    align-items: center;
    gap: 1.7rem;
}

.worry_chart_wrapper .worry_right_chart .right_chart_caption {
    padding-top: 2.6rem;
}

.worry_chart_wrapper .chart_caption .percent {
    font-size: 42px;
    font-weight: 700;
    color: #FF9900;
    text-align: center;
}

.worry_chart_wrapper .chart_caption .percent span {
    font-size: 26px;
}

.worry_chart_wrapper .chart_caption .caption {
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    color: #484848;
}

.worry_chart_wrapper .chart_caption .caption span {
    font-weight: 700;
}


/* 채널 섹션   */


.channel_sec {
    padding-top: 8.75rem;
    padding-bottom: 4.375rem;
    background-color: #E2E2E2;
}

.channel_sec .sec_tit .sec_tit_main {
    color: #000;
}

.channel_sec .channel_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 4.5rem;
}

.channel_sec .channel_wrapper .channel_item_list {
    background-image: url("../images/channel_border.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0.625rem 1rem;
    display: flex;
    align-items: center;
    gap: 1.625rem;
}

.channel_wrapper .channel_item_list .channel_item {
    width: 11.875rem;
    height: 11.875rem;
    background-color: #FFF;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
}

.channel_item_list .channel_item .item_tit {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #2988FF;
}

.channel_item_list .channel_item .item_content {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #000;
    line-height: 24px;
}


/* 기능 섹션   */

.function_sec {
    background-color: #F5F5F5;
    padding-top: 7.5rem;
    padding-bottom: 11.25rem;
}

.function_sec .function_wrapper .function_img_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.function_sec .function_wrapper .function_img {
    width: 100%;
    max-width: 932px;
}

.function_sec .function_wrapper .function_btn_list {
    padding-top: 3.125rem;
    padding-bottom: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    justify-content: center;
}


.function_btn_list button {
    padding: 1.125rem 1.25rem;
    font-size: 20px;
    font-weight: 700;
    border-radius: 0.875rem;
    color: #484848;
    border: 1px solid #D9D9D94D;
    background-color: #FFF;
    margin-bottom: 1.25rem;
}

.function_btn_list button.active, .function_btn_list button:hover {
    background-color: #2998FF;
    color: #FFF;
}


/* 소개 섹션   */

.introduce_sec {
    padding-top: 7.75rem;
    padding-bottom: 5.375rem;
}

.introduce_sec .introduce_wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.introduce_sec .introduce_wrapper .introduce_item_list {
    display: flex;
    flex-direction: column;
}

.introduce_wrapper .introduce_item_list .introduce_item {
    padding: 6.25rem 0;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
}

.introduce_wrapper .introduce_item_list .introduce_item:nth-child(1) {
    gap: 5.375rem;
}

.introduce_wrapper .introduce_item_list .introduce_item:nth-child(2) {
    gap: 4.375rem;
}

.introduce_wrapper .introduce_item_list .introduce_item:nth-child(3) {
    gap: 4rem;
}

.introduce_wrapper .introduce_item_list .introduce_item:nth-child(4) {
    gap: 4.375rem;
}

.introduce_wrapper .introduce_item_list .introduce_item:nth-child(5) {
    gap: 4.75rem;
}

.introduce_wrapper .introduce_item_list .introduce_item:nth-child(6) {
    gap: 4.375rem;
}

.introduce_wrapper .introduce_item_list .introduce_item:nth-child(7) {
    gap: 3.75rem;
}

.introduce_wrapper .introduce_item_list .introduce_item:nth-child(8) {
    gap: 5.875rem
}

.introduce_wrapper .introduce_item_list .introduce_item:nth-child(9) {
    gap: 4.8125rem;
    border-bottom: none;
}

.introduce_item .introduce_item_desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.introduce_item .introduce_item_desc .item_chip {
    border: 1px solid #2998FF;
    color: #2998FF;
    border-radius: 0.875rem;
    padding: 0.6875rem 0.675rem;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}

.introduce_item:nth-child(1) .introduce_item_desc .item_chip, .introduce_item:nth-child(2) .introduce_item_desc .item_chip {
    border: 1px solid #FF9900;
    color: #FF9900;
}

.introduce_item .introduce_item_desc .item_tit {
    padding-top: 0.625rem;
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    color: #222222;
}

.introduce_item .introduce_item_desc .item_desc {
    padding-top: 1.05rem;
    font-size: 20px;
    font-weight: 500;
    color: #484848;
}


.introduce_wrapper .bottom_btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9rem;
}

.introduce_wrapper .bottom_btns .go_demo, .introduce_wrapper .bottom_btns .go_preview {
    padding: 1.125rem 3.5rem;
    border-radius: 0.625rem;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
}

.introduce_wrapper .bottom_btns .go_demo {
    background-color: #B58BEA;
}

.introduce_wrapper .bottom_btns .go_preview {
    background-color: #2998FF;
}




@media screen and (max-width: 1200px) {
    html{
        font-size: 30x;
    }

    .channel_sec, .function_sec{
        padding-left: 16px;
        padding-right: 16px;
    }

    .sec_tit .sec_tit_sub, .sec_tit .sec_tit_desc {
        font-size: 20px;
    }

    .sec_tit .sec_tit_main{
        font-size: 40px;
    }

    .worry_sec .sec_tit .sec_tit_main {
        max-width: 210px;
    }

    .channel_sec .sec_tit .sec_tit_main {
        max-width: 230px;
    }

    .function_sec .sec_tit .sec_tit_main {
        max-width: 260px;
    }

    .main_top_banner {
        display: none;
    }

    .mobile_main_top_banner {
        display: block;
    }

    .worry_sec .worry_chart_wrapper{
       flex-direction: column;
        align-items: center;
    }

    .worry_chart_wrapper .worry_left_chart .left_chart_caption{
        gap: 5rem;
    }

    .worry_left_chart svg{
        width: 265px;
    }

    .worry_right_chart svg{
        width: 214px;
    }

    .worry_sec .worry_chart_wrapper .chart_tit, .worry_sec .worry_chart_wrapper .chart_tit span{
        font-size: 30px;
    }

    .worry_chart_wrapper .chart_caption .percent{
        font-size: 30px;
    }

    .worry_chart_wrapper .chart_caption .percent span{
        font-size: 20px;
    }

    .worry_chart_wrapper .left_chart_caption .chart_caption .caption{
        font-size: 20px;
    }

    .worry_chart_wrapper .right_chart_caption .chart_caption .caption{
        line-height: 22px;
    }

    .channel_item_list .channel_item .item_tit {
        font-size: 26px;
    }

    .channel_item_list .channel_item .item_content{
        font-size: 20px;
        line-height: 1;
    }
    .channel_arrow_img{
        width: 200px;
    }
    .channel_badge{
        width: 240px;
    }

    .introduce_wrapper .introduce_item_list .introduce_item{
        padding: 50px 50px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px !important;
    }

    .introduce_item .introduce_item_desc .item_tit{
        font-size: 32px;
    }

    .introduce_item .introduce_item_desc .item_desc{
        font-size: 24px;
    }

    .introduce_item .introduce_item_desc .item_chip{
        font-size: 16px;
    }

    .introduce_wrapper .introduce_item_list .introduce_item img {
        width: 100%;
    }

    .introduce_wrapper .introduce_item_list .introduce_item:nth-child(2) img,
    .introduce_wrapper .introduce_item_list .introduce_item:nth-child(4) img,
    .introduce_wrapper .introduce_item_list .introduce_item:nth-child(6) img,
    .introduce_wrapper .introduce_item_list .introduce_item:nth-child(8) img{
        order: 2;
    }

    .introduce_wrapper .bottom_btns {
        flex-direction: column;
        gap: 10px;
    }

    .introduce_wrapper .bottom_btns .go_demo{
        padding: 18px 66px;
    }

    .introduce_wrapper .bottom_btns .go_preview{
        padding: 18px 61.5px;
    }


    .close_modal_btn, .arr_swiper button{
        width: 40px;
        height: 40px;
        background-size: 20px;
    }

    .close_modal_btn img{
        width: 20px;
    }

    .modal_body{
        width: calc(100% - 32px);
    }

}



@media screen and (max-width: 768px) {
    html{
        font-size: 10px;
    }

    .channel_sec, .function_sec{
        padding-left: 16px;
        padding-right: 16px;
    }

    .sec_tit .sec_tit_sub, .sec_tit .sec_tit_desc {
        font-size: 14px;
    }

    .sec_tit .sec_tit_main{
        font-size: 30px;
    }

    .worry_sec .sec_tit .sec_tit_main {
        max-width: 210px;
    }

    .channel_sec .sec_tit .sec_tit_main {
        max-width: 230px;
    }

    .function_sec .sec_tit .sec_tit_main {
        max-width: 260px;
    }

    .main_top_banner {
        display: none;
    }

    .mobile_main_top_banner {
        display: block;
    }

    .worry_sec .worry_chart_wrapper{
       flex-direction: column;
        align-items: center;
    }

    .worry_chart_wrapper .worry_left_chart .left_chart_caption{
        gap: 5rem;
    }

    .worry_left_chart svg{
        width: 265px;
    }

    .worry_right_chart svg{
        width: 214px;
    }

    .worry_sec .worry_chart_wrapper .chart_tit, .worry_sec .worry_chart_wrapper .chart_tit span{
        font-size: 20px;
    }

    .worry_chart_wrapper .chart_caption .percent{
        font-size: 30px;
    }

    .worry_chart_wrapper .chart_caption .percent span{
        font-size: 20px;
    }

    .worry_chart_wrapper .left_chart_caption .chart_caption .caption{
        font-size: 14px;
    }

    .worry_chart_wrapper .right_chart_caption .chart_caption .caption{
        line-height: 22px;
    }

    .channel_item_list .channel_item .item_tit {
        font-size: 14px;
    }

    .channel_item_list .channel_item .item_content{
        font-size: 10px;
        line-height: 1;
    }
    .channel_arrow_img{
        width: 100px;
    }
    .channel_badge{
        width: 140px;
    }

    .introduce_wrapper .introduce_item_list .introduce_item{
        padding: 50px 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px !important;
    }

    .introduce_item .introduce_item_desc .item_tit{
        font-size: 24px;
    }

    .introduce_item .introduce_item_desc .item_desc{
        font-size: 14px;
    }

    .introduce_item .introduce_item_desc .item_chip{
        font-size: 10px;
    }

    .introduce_wrapper .introduce_item_list .introduce_item img {
        width: 100%;
    }

    .introduce_wrapper .introduce_item_list .introduce_item:nth-child(2) img,
    .introduce_wrapper .introduce_item_list .introduce_item:nth-child(4) img,
    .introduce_wrapper .introduce_item_list .introduce_item:nth-child(6) img,
    .introduce_wrapper .introduce_item_list .introduce_item:nth-child(8) img{
        order: 2;
    }

    .introduce_wrapper .bottom_btns {
        flex-direction: column;
        gap: 10px;
    }

    .introduce_wrapper .bottom_btns .go_demo{
        padding: 18px 66px;
    }

    .introduce_wrapper .bottom_btns .go_preview{
        padding: 18px 61.5px;
    }


    .close_modal_btn, .arr_swiper button{
        width: 40px;
        height: 40px;
        background-size: 20px;
    }

    .close_modal_btn img{
        width: 20px;
    }

    .modal_body{
        width: calc(100% - 32px);
    }

}