.solutions .cont_wrap {
    padding: 20px 120px;
}

.solutions .cont_wrap+.cont_wrap {
    margin-top: 26px;
}

.solutions .top_banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 214px;
    border-radius: 8px;
    overflow: hidden;
}

.solutions .top_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solutions .top_banner p {
    position: absolute;
    width: 100%;
    padding: 0 96px;
    margin: 0;
    line-height: 42px;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.9px;
    color: #fff;
}

.solutions .body_tit {
    align-items: flex-end;
    gap: 30px;
    margin: 10px 0 0;
    line-height: 36px;
    font-size: 24px;
    letter-spacing: -0.6px;
}

.solutions .body_tit .btnTxt {
    color: #7b8591;
}

.solutions .body_tit .btnTxt::after {
    content: '>';
    margin-left: 4px;
}

.solutions .recom_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 35px 0 65px;
}

.solutions .recom_list li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 325px;
    height: 325px;
    padding: 16px 26px 30px;
    background: radial-gradient(closest-side at 50% 50%, #C6E2F2 0%, #EFF1F3 100%);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.solutions .recom_list li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 193px;
    background: linear-gradient(180deg, #5d5d5d00 0%, #474747b7 100%);
}

.solutions .recom_list li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.solutions .recom_list li .sol_tag,
.solutions .recom_list li .card_info {
    font-family: 'Noto Sans KR';
    z-index: 1;
}

.solutions .recom_list li .sol_tag {
    padding: 0 12px;
    line-height: 27px;
    font-size: 13px;
    letter-spacing: -0.33px;
    border-radius: 50px;
}

.solutions .recom_list li .sol_tag.tagCol_1 {
    color: #fea928;
    background-color: #ffedcb;
}

.solutions .recom_list li .sol_tag.tagCol_2 {
    color: #f7a4a0;
    background-color: #fef1f1;
}

.solutions .recom_list li .sol_tag.tagCol_3 {
    color: #fff;
    background-color: #70a6e5;
}

.solutions .recom_list li .sol_tag.tagCol_4 {
    color: #5db6ab;
    background-color: #d0eae7;
}

.solutions .recom_list li .card_info {
    min-height: 105px;
    line-height: 26px;
    font-size: 15px;
    letter-spacing: -0.38px;
    color: #fff;
    word-break: keep-all;
}

.solutions .recom_list li .card_info strong {
    display: block;
    line-height: 32px;
    font-size: 22px;
    letter-spacing: -0.55px;
}

.solutions .slider_wrap {
    padding: 120px;
    background-color: #f0f5fe;
}

.solutions .slider_wrap .body_tit {
    margin: 0;
}

.solutions .slider_wrap .wh_box {
    display: flex;
    margin-top: 34px;
    font-family: 'Noto Sans KR';
    background-color: #fff;
    border-radius: 25px;
    overflow: hidden;
}

.solutions .slider_wrap .wh_box .btn_list {
    display: flex;
    flex-direction: column;
    gap: 34px;
    max-height: 450px;
    margin: 60px 0;
    color: #464646;
    border-right: 1px solid #c9c9c9;
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}

.solutions .slider_wrap .wh_box .btn_list::-webkit-scrollbar,
.solutions .slider_wrap .wh_box .btn_list::-webkit-scrollbar-track {
    background-color: transparent;
}

.solutions .slider_wrap .wh_box .btn_list::-webkit-scrollbar {
    width: 10px;
}

.solutions .slider_wrap .wh_box .btn_list::-webkit-scrollbar-thumb {
    background-color: #96909c;
    background-clip: padding-box;
    border: 2px solid transparent;
    border-radius: 30px;
}

.solutions .slider_wrap .wh_box .btn_list li {
    position: relative;
    width: 455px;
    padding: 18px 0;
    line-height: 26px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.45px;
    cursor: pointer;
}

.solutions .slider_wrap .wh_box .btn_list li.active {
    color: #536df9;
}

.solutions .slider_wrap .wh_box .btn_list li.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #536df98d 0%, #536df90d 100%);
    opacity: .31;
}

.solutions .slider_wrap .acd_wrap {
    display: none;
}

.solutions .slider_wrap .wh_box .bxslider li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    padding: 46px 70px 60px;
}

.solutions .slider_wrap .wh_box .bxslider img {
    width: 762px;
    height: 344px;
    object-fit: cover;
}

.solutions .slider_wrap .wh_box .bxslider p {
    width: 100%;
    margin: 20px 0 12px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.45px;
}

.solutions .slider_wrap .wh_box .bxslider div {
    padding: 0 23px;
    line-height: 32px;
    font-size: 18px;
    letter-spacing: -0.45px;
    white-space: normal;
}

.solutions .btm_banner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    padding: 60px 42px 70px;
    margin-top: 40px;
    font-family: 'Noto Sans KR';
    color: #464646;
    background-color: #d4ebfd;
    border-radius: 16px;
}

.solutions .btm_banner img {
    position: absolute;
    right: 28px;
}

.solutions .btm_banner strong {
    font-size: 24px;
    letter-spacing: -0.6px;
}

.solutions .btm_banner p {
    margin-bottom: 10px;
    font-size: 20px;
    letter-spacing: -0.5px;
}

.solutions .btm_banner button {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 60px 0 40px;
    line-height: 48px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.4px;
    color: #0071e3;
    border: 1px dashed #0071e3;
    border-radius: 8px;
}

.solutions .btm_banner button::after {
    content: '';
    position: absolute;
    right: 15px;
    width: 48px;
    height: 48px;
    background: url('../images/gbp/next_arrow.svg') center no-repeat;
}


/* 추천 솔루션 팝업 */

.popSolution .modal_header .header_tit {
    display: none;
}

.popSolution .modal_header .tab_box {
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0;
    margin-bottom: -8px;
    scrollbar-gutter: unset;
}

.popSolution .modal_header .tab_box li {
    min-width: 140px;
    letter-spacing: -0.35px;
    color: #656776;
    border-top: none;
    border-bottom-width: 6px;
}

.popSolution .modal_header .tab_box li.active {
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #0071e3;
    border-bottom-color: #0071e3;
}

.popSolution .sol_box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 46px 50px 40px;
}

.popSolution .sol_box .sol_icon {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: contain;
    overflow: hidden;
}

.popSolution .sol_box .modal_tit {
    align-items: baseline;
    gap: 24px;
}

.popSolution .sol_box .modal_tit .plat {
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 15px;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: -0.25px;
    color: #2b7ffa;
}

.popSolution .sol_box .modal_tit .plat span {
    padding: 0 8px;
    border: 1px solid #2b7ffa;
    border-radius: 50px;
}

.popSolution .sol_box .modal_tit .plat span::before {
    content: '#';
}

.popSolution .sol_box .txt_info {
    margin: 0;
    text-align: left;
    font-family: 'Noto Sans KR';
    color: #6e6e73;
    white-space: normal;
    word-break: keep-all;
}

.popSolution .btn_wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
}

.popSolution .btn_wrap button {
    justify-content: center;
    min-width: 115px;
    height: 35px;
    padding: 0 18px;
    line-height: 33px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.35px;
    border-radius: 8px;
}

.popSolution .btn_wrap .btnLinePm {
    color: #0071e3;
    border-color: #0071e3;
}

.popSolution .btn_wrap .btnLinePm.dashed {
    border: 1px dashed #0071e3;
}

.popSolution .btn_wrap .btnLinePm.dashed .mo {
    display: none;
}

.popSolution .btn_wrap .btnLinePm.dashed svg {
    width: 13px;
    height: 13px;
    transform: rotate(90deg);
}

.popSolution .btn_wrap .btnLinePm:hover {
    color: #fff;
    background-color: #0071e3;
}

.popSolution .btn_wrap .btnLinePm.dashed:hover svg path {
    fill: #fff;
}

.popSolution .btn_wrap .btnbace {
    background-color: #0071e3;
}

.popSolution .btn_scrap label {
    width: 36px;
    height: 36px;
    background-color: #fff;
}

.popSolution .btn_scrap .snack {
    bottom: 40px;
}

.popSolution .tab_wrap {
    padding: 0 40px;
    border-top: 1px solid #00000033;
}

.popSolution .tab_wrap:nth-child(2) {
    border: none;
}

.popSolution .intro_wrap {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 55px 0 0;
}

.popSolution .intro_wrap .intro li {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 62px;
    text-align: left;
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #1d1d1f;
}

.popSolution .intro_wrap .intro li+li {
    margin-top: 10px;
}

.popSolution .slider_wrap {
    padding: 74px 0 0;
    background-color: #fff;
}

.popSolution .slider_wrap .wh_box {
    gap: 15px;
    height: 350px;
    margin: 0;
    border-radius: 0;
}

.popSolution .slider_wrap .wh_box .btn_list {
    flex-shrink: 0;
    gap: 10px;
    width: 287px;
    margin: 0;
    color: #000;
    border-color: #00000033;
    overflow: hidden auto;
}

.popSolution .slider_wrap .wh_box .btn_list li {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: 50px;
    padding: 0 25px;
    line-height: 50px;
    text-align: left;
    font-size: 16px;
    letter-spacing: -0.4px;
    border-bottom: 1px solid transparent;
}

.popSolution .slider_wrap .wh_box .btn_list li.active {
    border-bottom-color: #00000033;
}

.popSolution .slider_wrap .wh_box .btn_list li p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.popSolution .slider_wrap .wh_box .btn_list li.tlp:hover::after {
    content: attr(data-tlp);
    position: absolute;
    top: -14px;
    left: 14px;
    display: -webkit-box;
    max-width: 250px;
    padding: 0 5px;
    line-height: 16px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: -0.3px;
    white-space: normal;
    word-break: keep-all;
    color: #000;
    background-color: #fff;
    border: 5px solid #fff;
    border-radius: 7px;
    box-shadow: 0 3px 6px #00000029;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.popSolution .slider_wrap .wh_box .bxslider li {
    flex-shrink: 0;
    min-width: 580px;
    max-width: 580px;
    max-height: 350px;
    padding: 0;
    color: #000;
    overflow: hidden auto;
}

.popSolution .slider_wrap .wh_box .bxslider img {
    width: 597px;
    height: 215px;
}

.popSolution .slider_wrap .wh_box .bxslider p {
    text-align: left;
    font-size: 16px;
    letter-spacing: -0.4px;
    white-space: normal;
}

.popSolution .slider_wrap .wh_box .bxslider ul li {
    flex-direction: row;
    gap: 4px;
    line-height: 20px;
    text-align: left;
    font-size: 14px;
    letter-spacing: -0.35px;
    white-space: normal;
}

.popSolution .slider_wrap .wh_box .bxslider ul li::before {
    content: '•';
}

.popSolution .game_wrap {
    padding: 35px 0 0;
}

.popSolution .game_wrap .tab_box {
    gap: 0;
    height: 107px;
    margin: 0;
    border: 1px solid #00000033;
    overflow: auto hidden;
    scrollbar-gutter: unset;
}

.popSolution .game_wrap .tab_box li {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 9px;
    width: 25%;
    font-size: 12px;
    letter-spacing: -0.3px;
    color: #000;
    border-right: 1px solid #00000033;
}

.popSolution .game_wrap .tab_box li:nth-child(n+4):last-child {
    border-right: none;
}

.popSolution .game_wrap .tab_box li.active {
    color: #0071e3;
    border-top-color: #0071e3;
    border-bottom-color: transparent;
}

.popSolution .game_wrap .tab_box li .game_icon {
    width: 40px;
    height: 40px;
    background-color: #e8e8ed;
    border-radius: 10px;
    overflow: hidden;
}

.popSolution .game_wrap .tab_box li .game_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popSolution .game_wrap .slc_box {
    display: none;
}

.popSolution .game_wrap .game_box {
    display: flex;
    height: 293px;
    color: #fff;
    background-color: #000836;
}

.popSolution .game_wrap .game_box img {
    width: 60%;
    object-fit: cover;
}

.popSolution .game_wrap .game_box .game_info {
    padding: 17px 13px;
    text-align: left;
    white-space: normal;
}

.popSolution .game_wrap .game_box .game_info .tit {
    margin-bottom: 16px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.5px;
}

.popSolution .game_wrap .game_box .game_info .info {
    line-height: 26px;
    font-size: 14px;
    letter-spacing: -0.35px;
}

.popSolution .price_box {
    display: flex;
    justify-content: space-between;
    padding: 35px 0 0;
}

.popSolution .price_box li {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 210px;
    height: 378px;
    padding: 37px 35px 42px;
    font-family: 'Noto Sans KR';
    white-space: normal;
    color: #464646;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 6px #00000029;
}

.popSolution .price_box li p {
    margin-bottom: 3px;
    line-height: 21px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.38px;
}

.popSolution .price_box li div {
    height: 48px;
}

.popSolution .price_box li div,
.popSolution .price_box li span {
    line-height: 16px;
    font-size: 10px;
    letter-spacing: -0.25px;
    color: #9b9b9b;
}

.popSolution .price_box li div+strong {
    display: block;
    margin: 15px 0 25px;
    line-height: 26px;
    font-size: 18px;
    letter-spacing: -0.45px;
}

.popSolution .price_box li div+strong::before {
    content: '\20A9';
    display: inline-block;
    margin-right: 6px;
    font-size: 14px;
    letter-spacing: -0.35px;
}

.popSolution .price_box li:last-child div+strong::before {
    display: none;
}

.popSolution .price_box li span {
    width: 100%;
    line-height: 20px;
}

.popSolution .price_box li span+span {
    border-top: 1px solid #ededed;
}

.popSolution .price_box li .btnLinePm {
    width: 130px;
    margin-top: auto;
    line-height: 30px;
    font-family: 'Noto Sans KR';
    font-size: 10px;
    letter-spacing: -0.25px;
    color: #464646;
    border-color: #707070;
}

.popSolution .price_box li .btnLinePm:hover {
    background-color: transparent;
}

.popSolution .price_box li.pick {
    color: #fff;
    background: linear-gradient(180deg, #3553f9 0%, #869afb 100%);
}

.popSolution .price_box li.pick div,
.popSolution .price_box li.pick span,
.popSolution .price_box li.pick .btnLinePm {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.popSolution .pagenation {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #656776;
}

.popSolution .pagenation button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}

.popSolution .pagenation .prev::after {
    content: '<';
}

.popSolution .pagenation .next::after {
    content: '>';
}


/* 상담 및 테스트 신청 */

.popSolution .step_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 107px;
    padding: 0 100px;
    margin-top: 40px;
    text-align: left;
    border-bottom: 1px solid #00000033;
}

.popSolution .step_wrap li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 20px;
    background-color: #fff;
}

.popSolution .step_wrap li::before {
    content: '';
    position: absolute;
    width: calc(100% / 3);
    height: 1px;
    margin-top: 16px;
    background-color: #f0f0f0;
    z-index: -1;
}

.popSolution .step_wrap li:last-child:before {
    display: none;
}

.popSolution .step_wrap li.on::before {
    background-color: #1890ff;
}

.popSolution .step_wrap .num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    font-size: 14px;
    color: #00000040;
    background-color: #fff;
    border: 1px solid #00000040;
    border-radius: 50%;
}

.popSolution .step_wrap p {
    margin-bottom: 0;
    line-height: 30px;
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #8c8c8c;
}

.popSolution .step_wrap p span {
    display: block;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: -0.35px;
    color: #8c8c8c;
}

.popSolution .step_wrap .on .num {
    font-size: 0;
    border-color: #1890ff;
}

.popSolution .step_wrap .on .num::after {
    content: '';
    width: 32px;
    height: 32px;
    background: url('../images/gbp/chk_blu.svg') center no-repeat;
}

.popSolution .step_wrap .on p {
    color: #262626;
}

.popSolution .step_wrap .active .num {
    color: #fff;
    background-color: #1890ff;
    border-color: #1890ff;
}

.popSolution .step_wrap .active p {
    font-weight: bold;
    color: #262626;
}

.popSolution .modal_subtit {
    padding: 0 120px;
    margin-top: 17px;
}

.popSolution .input_wrap {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px 42px;
    padding: 0 120px;
}

.popSolution .input_wrap .input_box {
    width: 100%;
}

.popSolution .input_wrap .input_box.hlf {
    width: calc((100% - 42px) / 2);
}

.popSolution .input_wrap .input_box .ipt_txt,
.popSolution .input_wrap .input_box .slc_box {
    border-radius: 10px;
    box-shadow: 0 1px 3px #00000029;
}

.popSolution .input_wrap .input_box input,
.popSolution .input_wrap .input_box .slc_box .slc_btn {
    padding: 0 16px;
    line-height: 40px;
    font-size: 12px;
    letter-spacing: -0.3px;
    color: #000;
    border-radius: 10px;
}

.popSolution .input_wrap .input_box input::placeholder,
.popSolution .input_wrap .input_box .ipt_txt textarea::placeholder {
    color: #c9cdd4;
}

.popSolution .input_wrap .input_box .ipt_txt textarea {
    height: 60px;
    line-height: 21px;
    font-size: 12px;
    letter-spacing: -0.3px;
    color: #000;
    border-radius: 10px;
}

.popSolution .input_wrap+.btn_wrap {
    gap: 16px;
    padding: 0 120px;
}

.popSolution .input_wrap+.btn_wrap button {
    min-width: 84px;
}

.popSolution .modal_footer .btnTxt {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    letter-spacing: -0.33px;
    color: #536df9;
}

.popSolution .modal_footer .btnTxt::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url('../images/gbp/page_back.png') center no-repeat;
}


/* blank */

.popSolution .blank_data {
    left: 10px;
}

.popSolution .blank_data img {
    margin-top: -20px;
}

@media screen and (max-width: 750px) {
    /* 메인 페이지 */
    .solutions .cont_wrap {
        padding: 0;
    }
    .solutions .top_banner {
        height: 218px;
        border-radius: 0;
    }
    .solutions .top_banner p {
        top: 0;
        left: 0;
        padding: 35px;
        line-height: 34px;
        font-size: 25px;
        letter-spacing: -0.62px;
        word-break: keep-all;
    }
    .solutions .cont_wrap+.cont_wrap {
        margin-top: 60px;
    }
    .solutions .body_tit,
    .solutions .slider_wrap .body_tit {
        gap: 16px;
        margin: 0 15px;
        line-height: 27px;
        font-size: 19px;
        letter-spacing: -0.42px;
    }
    .solutions .recom_list {
        flex-wrap: nowrap;
        gap: 18px;
        padding: 15px;
        margin: 15px 0 45px;
        overflow: auto;
    }
    .solutions .recom_list li {
        flex-shrink: 0;
        width: 223px;
        height: 228px;
        padding: 10px 5px 20px;
    }
    .solutions .recom_list li .sol_tag {
        padding: 0 9px;
        line-height: 24px;
        font-size: 12px;
        letter-spacing: -0.3px;
        border-radius: 6px;
    }
    .solutions .recom_list li .card_info {
        min-height: 90px;
        padding: 0 5px;
        line-height: 20px;
        font-size: 13px;
        letter-spacing: -0.32px;
    }
    .solutions .recom_list li .card_info strong {
        line-height: 30px;
        font-size: 17px;
        letter-spacing: -0.42px;
    }
    .solutions .recom_list li .card_info span {
        position: relative;
        display: -webkit-box;
        min-height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .solutions .slider_wrap {
        padding: 0;
        background-color: transparent;
    }
    .solutions .slider_wrap .wh_box {
        display: none;
    }
    .solutions .slider_wrap .acd_wrap {
        display: block;
        margin-top: 30px;
        font-family: 'Noto Sans KR';
    }
    .solutions .slider_wrap .acd_wrap li {
        position: relative;
    }
    .solutions .slider_wrap .acd_wrap li.on {
        background-color: #fafbff;
    }
    .solutions .slider_wrap .acd_wrap li.on::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 60px;
        background: linear-gradient(90deg, #536df98d 0%, #536df90d 100%);
        opacity: .3;
    }
    .solutions .slider_wrap .acd_wrap .acd_btn {
        position: relative;
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 0 15px;
        line-height: 60px;
        font-size: 17px;
        letter-spacing: -0.42px;
        color: #000;
        border-bottom: 1px solid #ebebf2;
        z-index: 1;
    }
    .solutions .slider_wrap .acd_wrap .acd_btn::before {
        content: '';
        width: 14px;
        height: 14px;
        background-color: #a5a6f6;
        border-radius: 50%;
    }
    .solutions .slider_wrap .acd_wrap .acd_btn::after {
        content: '';
        width: 7px;
        height: 7px;
        margin-left: auto;
        border-top: 2px solid #5d5fef;
        border-right: 2px solid #5d5fef;
        transform: rotate(45deg);
    }
    .solutions .slider_wrap .acd_wrap .on .acd_btn {
        color: #536df9;
    }
    .solutions .slider_wrap .acd_wrap .on .acd_btn::before {
        background-color: #5d5fef;
    }
    .solutions .slider_wrap .acd_wrap .acd_cont {
        display: none;
        padding: 20px 40px;
        line-height: 24px;
        font-size: 14px;
        letter-spacing: -0.7px;
        color: #000;
    }
    .solutions .slider_wrap .acd_wrap .acd_cont p {
        margin-bottom: 15px;
        line-height: 20px;
        font-size: 15px;
        font-weight: bold;
        color: #333;
    }
    .solutions .btm_banner {
        gap: 10px;
        justify-content: flex-start;
        height: 205px;
        padding: 18px 15px 10px;
        margin-top: 60px;
        border-radius: 0;
    }
    .solutions .btm_banner strong {
        margin-bottom: 5px;
        font-size: 19px;
        letter-spacing: -0.48px;
    }
    .solutions .btm_banner p {
        margin: 0;
        font-size: 15px;
        letter-spacing: -0.38px;
    }
    .solutions .btm_banner button {
        padding: 0 25px 0 13px;
        line-height: 26px;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0;
        border-radius: 6px;
    }
    .solutions .btm_banner button::after {
        right: 2px;
        width: 26px;
        height: 26px;
        background-size: 11px 11px;
        transform: rotate(90deg);
    }
    .solutions .btm_banner img {
        right: 0;
        bottom: 0;
        width: 167px;
        height: 112px;
    }
    /* 추천 솔루션 팝업 */
    .popSolution .modal_header .header_tit {
        display: block;
        width: 100%;
        margin: 0;
        line-height: 50px;
        font-family: 'Noto Sans KR';
        font-size: 14px;
        font-weight: bold;
        letter-spacing: -0.35px;
        color: #333;
        border-bottom: 1px solid #ebebf2;
    }
    .popSolution .modal_header .tab_box {
        flex-wrap: wrap;
        gap: 10px 6px;
        padding: 20px 0;
        margin-bottom: 0;
        overflow: unset;
        border-bottom: 1px solid #ebebf2;
    }
    .popSolution .modal_header .tab_box li {
        min-width: unset;
        width: calc((100% - 12px) / 3);
        height: 44px;
        padding: 0;
        line-height: 44px;
        font-size: 13px;
        font-weight: 500;
        color: #656776;
        background-color: #f5f5f7;
        border: none;
    }
    .popSolution .modal_header .tab_box li.active {
        font-size: 13px;
        font-weight: 500;
        color: #f5f5f7;
        background-color: #1771e3;
    }
    .pub .popSolution .modal_footer {
        display: none;
    }
    .popSolution .sol_box {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 20px 5px 30px 44px;
    }
    .popSolution .sol_box .sol_icon {
        position: absolute;
        top: 27px;
        left: 5px;
        width: 31px;
        height: 31px;
    }
    .popSolution .sol_box .modal_tit {
        gap: 15px;
        margin-bottom: 7px;
        line-height: 36px;
        font-size: 25px;
        letter-spacing: -0.62px;
    }
    .popSolution .sol_box .txt_info {
        line-height: 19px;
        font-size: 12px;
        letter-spacing: -0.6px;
    }
    .popSolution .btn_wrap {
        gap: 15px;
        width: 100%;
        margin: 0;
    }
    .popSolution .btn_wrap button {
        min-width: 100px;
        height: 28px;
        line-height: 26px;
        padding: 0 12px;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0;
        border-radius: 6px;
    }
    .popSolution .btn_wrap .btnLinePm.dashed .mo {
        display: block;
    }
    .popSolution .btn_wrap .btnLinePm.dashed .pc {
        display: none;
    }
    .popSolution .btn_scrap {
        margin-left: auto;
    }
    .popSolution .btn_scrap label {
        width: 30px;
        height: 30px;
    }
    .popSolution .btn_scrap .snack {
        bottom: auto;
        right: 0;
    }
    .popSolution .tab_wrap {
        padding: 0;
        margin: 0 5px;
    }
    .popSolution .intro_wrap {
        flex-direction: column;
        gap: 27px;
        padding: 0;
    }
    .popSolution .intro_wrap>img {
        width: 160px;
        height: 163px;
    }
    .popSolution .intro_wrap .intro li {
        align-items: flex-start;
        height: 30px;
        font-size: 12px;
        letter-spacing: -0.3px;
    }
    .popSolution .intro_wrap .intro img {
        width: 20px;
        height: 20px;
    }
    .popSolution .slider_wrap .wh_box {
        display: flex;
        padding: 20px 0;
    }
    .popSolution .slider_wrap .wh_box .btn_list {
        display: none;
    }
    .popSolution .slider_wrap .wh_box .bxslider li {
        min-width: unset;
    }
    .popSolution .slider_wrap .wh_box .bxslider img {
        width: 100%;
        height: 145px;
    }
    .popSolution .slider_wrap .wh_box .bxslider p {
        margin: 20px 10px 10px;
        font-size: 17px;
        letter-spacing: -0.42px;
    }
    .popSolution .slider_wrap .wh_box .bxslider ul li {
        padding: 0 10px;
        line-height: 22px;
        text-align: left;
        font-size: 13px;
        letter-spacing: 0;
    }
    .popSolution .slider_wrap .bx-controls {
        display: block;
    }
    .popSolution .slider_wrap .bx-controls .bx-controls-direction a {
        top: 58px;
        width: 30px;
        height: 30px;
        padding: 0;
        margin: 0;
        background-color: #00000033;
        border: 1px solid #fff;
        border-radius: 50%;
    }
    .popSolution .slider_wrap .bx-controls .bx-prev {
        left: 10px;
        background: url('../images/gbp/slider_arrow-prev.svg') center/50% no-repeat;
    }
    .popSolution .slider_wrap .bx-controls .bx-next {
        right: 10px;
        background: url('../images/gbp/slider_arrow-next.svg') center/50% no-repeat;
    }
    .popSolution .game_wrap {
        padding: 20px 0;
    }
    .popSolution .game_wrap .tab_box {
        display: none;
    }
    .popSolution .game_wrap.input_box .slc_box {
        display: flex;
        text-align: left;
        border-radius: 2px;
    }
    .popSolution .game_wrap.input_box .slc_box .slc_btn {
        height: 42px;
        line-height: 42px;
        font-size: 17px;
        letter-spacing: -0.42px;
        color: #5a5a5a;
    }
    .popSolution .game_wrap.input_box .slc_box .slc_btn,
    .popSolution .game_wrap.input_box .slc_box .opt_list {
        background-color: #fff;
    }
    .popSolution .game_wrap.input_box .slc_box .opt_list .radio_list {
        height: 43px;
    }
    .popSolution .game_wrap.input_box .slc_box .opt_list input+label {
        line-height: 42px;
        font-size: 17px;
        letter-spacing: -0.42px;
        color: #5a5a5a;
    }
    .popSolution .game_wrap.input_box .slc_box .opt_list input:checked+label {
        font-weight: 500;
        background-color: #f9f9f9;
    }
    .popSolution .game_wrap .game_box {
        flex-direction: column;
        height: 345px;
        margin-top: 15px;
    }
    .popSolution .game_wrap .game_box img {
        width: 100%;
        height: 204px;
    }
    .popSolution .game_wrap .game_box .game_info {
        padding: 15px 5px 15px 15px;
        overflow: auto;
        scroll-behavior: smooth;
    }
    .popSolution .game_wrap .game_box .game_info::-webkit-scrollbar,
    .popSolution .game_wrap .game_box .game_info::-webkit-scrollbar-track {
        background-color: transparent;
    }
    .popSolution .game_wrap .game_box .game_info::-webkit-scrollbar {
        width: 10px;
    }
    .popSolution .game_wrap .game_box .game_info::-webkit-scrollbar-thumb {
        background-color: #fff;
        background-clip: padding-box;
        border: 3px solid transparent;
        border-radius: 30px;
    }
    .popSolution .game_wrap .game_box .game_info .tit {
        margin-bottom: 10px;
        line-height: 25px;
        font-size: 17px;
        letter-spacing: -0.42px;
    }
    .popSolution .game_wrap .game_box .game_info .info {
        line-height: 20px;
        font-size: 13px;
        letter-spacing: -0.32px;
        color: #d8d8d8;
    }
    .popSolution .price_box {
        flex-direction: column;
        gap: 30px;
        padding: 20px 0;
    }
    .popSolution .price_box li {
        width: 100%;
        height: auto;
        padding: 25px 17px;
        box-shadow: 0 10px 20px #00000029;
    }
    .popSolution .price_box li p {
        margin-bottom: 5px;
        line-height: 29px;
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .popSolution .price_box li div,
    .popSolution .price_box li span {
        line-height: 23px;
        font-size: 15px;
        letter-spacing: -0.38px;
    }
    .popSolution .price_box li div {
        height: auto;
    }
    .popSolution .price_box li div+strong {
        margin: 15px 0;
        line-height: 44px;
        font-size: 30px;
        letter-spacing: -0.75px;
    }
    .popSolution .price_box li div+strong::before {
        margin-right: 9px;
        font-size: 23px;
        letter-spacing: -0.57px;
    }
    .popSolution .price_box li span {
        line-height: 40px;
    }
    .popSolution .price_box li .btnLinePm {
        width: 206px;
        margin-top: 15px;
        line-height: 42px;
        font-size: 13px;
        letter-spacing: -0.32px;
        color: #000;
    }
    /* 상담 및 테스트 신청 */
    #popSolReq.popSolReq .modal_header {
        padding: 0;
        margin: 0 15px;
        border-bottom: 1px solid #ebebf2;
    }
    #popSolReq.popSolReq .modal_footer {
        display: flex;
        border-top: none;
    }
    .popSolReq .step_wrap {
        gap: 15px;
        width: 100vw;
        height: 77px;
        padding: 0 15px;
        margin: 0 -10px;
        background-color: #f5f5f7;
        border: none;
        overflow: auto hidden;
    }
    .popSolReq .step_wrap li {
        position: relative;
        gap: 5px;
        padding: 0;
        background-color: transparent;
    }
    .popSolReq .step_wrap li.active::before {
        bottom: -17px;
        width: calc(100% + 20px);
        height: 2px;
        margin: 0 -10px;
        background-color: #2090ff;
        z-index: unset;
    }
    .popSolReq .step_wrap li.on::before {
        display: none;
    }
    .popSolReq .step_wrap .num {
        width: 18px;
        height: 18px;
        margin-top: 3px;
        font-size: 12px;
        letter-spacing: -0.3px;
    }
    .popSolReq .step_wrap .on .num::after {
        width: 18px;
        height: 18px;
        background-size: 18px 18px;
    }
    .popSolReq .step_wrap p {
        line-height: 22px;
        font-size: 15px;
        letter-spacing: -0.38px;
        white-space: nowrap;
    }
    .pub .popSolReq .modal_subtit {
        padding: 0 5px;
        margin: 20px 0 25px;
        line-height: 18px;
        font-size: 13px;
        letter-spacing: -0.32px;
        color: #333;
    }
    .popSolReq .input_wrap {
        gap: 15px;
        padding: 0 5px;
    }
    .popSolReq .input_wrap .input_box.hlf {
        width: 100%;
    }
    .popSolReq .input_box .slc_box.placeholder,
    .popSolReq .input_box .slc_box .slc_btn,
    .popSolReq .input_box .slc_box .opt_list,
    .popSolReq .input_box .ipt_txt,
    .popSolReq .input_box input,
    .popSolReq .input_box input:placeholder-shown {
        background-color: #fff;
    }
    .popSolReq .input_wrap .input_box .ipt_txt,
    .popSolReq .input_wrap .input_box .slc_box {
        box-shadow: none;
    }
    .popSolReq .input_wrap .input_box input,
    .popSolReq .input_wrap .input_box .slc_box .slc_btn {
        line-height: 38px;
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    .popSolReq .input_box .slc_box .opt_list {
        border-radius: 0 0 10px 10px;
    }
    .popSolReq .input_box .slc_box .opt_list .radio_list,
    .popSolReq .input_box .slc_box .opt_list input+label {
        height: 38px;
        line-height: 38px;
    }
    .popSolReq .input_wrap .input_box .ipt_txt textarea {
        height: 185px;
    }
    .popSolReq .input_wrap .input_box .check_wrap label {
        gap: 7px;
        font-size: 13px;
        letter-spacing: -0.32px;
        color: #333;
    }
    .popSolReq .input_wrap+.btn_wrap {
        gap: 15px;
        justify-content: center;
        padding: 25px 0 0;
        margin: 15px 5px 0;
        border-top: 1px solid #ebebf2;
    }
    .popSolReq .input_wrap+.btn_wrap button {
        flex: 1;
        height: 33px;
        line-height: 33px;
    }
    .popSolReq .modal_footer .btnTxt {
        align-items: flex-end;
        gap: 2px;
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    /* blank */
    .popSolution .blank_data {
        gap: 30px;
    }
    .popSolution .blank_data img {
        width: 130px;
        height: 130px;
        margin-top: -50px;
    }
    .popSolution .blank_data span {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
}