#fix_container {display:none;}
#wrap{zoom : 1; margin: 0 auto; max-width: 100%; box-shadow: none;}
#topImage {background:#3370ff !important;}
html, body {font-size:16px;}
button{cursor:pointer;}
.badge {
    display:flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 28px;
    padding: 2px 14px;
    border-radius: 4px;
    color:#fff;
    background-color: #d1d1dc;
    font-size:14px;
    font-weight: normal;
    white-space: nowrap;
}

.badge.g5{
    background-color: #333;
}

.badge.kt{
    background-color: #de142c;
}

.badge.uplus{
    background-color: #4a1971;
}

.badge.skt{
    background-color: #3617ce;
}

.gogo-button {
    display:flex;
    justify-content: center;
    align-items: center;
    width:164px;
    padding:14px 0;
    color:#fff !important;
    background-color: #4d4d8f;
    border-radius: 6px;
    font-size:18px;
    font-weight: 500;
}
.gogo-button:hover {
    color:#fff !important;
}

#wrap, body {background-color: #f8f8fb !important;}
#topImage {position: static !important; margin-top: 60px;}
main {width: 100%; max-width:1200px; margin:110px auto 0; color:#333; padding-bottom: 100px; font-family: 'Pretendard' !important; background-color: initial;}
main h2 {font-size:36px; font-weight:bold;}

.sort-list {display:flex;align-items: center; margin-top:50px; font-weight:500;}
.sort-list li {width: 120px; text-align: center}
.sort-list li > label{display:flex; flex-direction:column; gap:10px; align-items: center; cursor:pointer; transition: all .2s ease-in-out;}
.sort-list li > label.active {color: #ff5d6a;}
.sort-list li > label.active .sort-img_wrap {background-color: #A5A5FF; transform: perspective(800px) scale(1.1) translateY(-10px); box-shadow:0 3px 10px 0 #4545D44D; border: 1px solid rgba(255, 255, 255, 0.3); transition: transform 0.3s ease;}
.sort-list .sort-img_wrap {display:flex; justify-content: center; align-items: center; width: 72px; height: 72px; border-radius: 50%; background-color: #ddddfb; transition: all .2s ease-in-out;}
.sort-list li:hover .sort-img_wrap {background-color: #A5A5FF; }
.sort-list li img {width:50px; height:50px; border-radius: 50%;}

.filter {display:flex; align-items: center; gap: 10px; margin-top:50px; font-size:17px; font-weight: 500;}
.filter .select-list{display:flex; gap: 4px; padding:4px; background-color: #eaeaf1; border-radius: 10px;}
.filter .select-list label {display:flex; justify-content: center; align-items: center; width: 180px; height: 44px; border-radius: 6px; cursor:pointer; transition: all .2s ease-in-out; color:#878798;}
.filter .select-list label > span {z-index: 2;}
.filter .select-list label.on,
.filter .select-list label:hover,
.filter .select-list label:has(input:checked) {background-color: #fff; color:#333;}
.filter .select-list label:has(input:checked) {background-color:transparent; transition: none}
.filter .select-list {position: relative;}
.filter .select-list .indicate {position: absolute; top: 4px; left: 4px; width: 180px; height: 44px; background-color: #fff; border-radius: 6px; transition: transform .35s ease-in-out;}

.filter .select-list.agency-select_list .indicate.second {transform: translateX(184px);}
.filter .select-list.agency-select_list .indicate.third {transform: translateX(368px);}
.filter .select-list.agency-select_list .indicate.fourth {transform: translateX(552px);}

.filter .pay-select_list label {width:120px;}
.filter .select-list.pay-select_list .indicate {width: 120px;}
.filter .select-list.pay-select_list .indicate.second {transform: translateX(124px);}

.filter .select-list.agency-select_list label:nth-of-type(2),
.filter .select-list.agency-select_list label:nth-of-type(2).on,
.filter .select-list.agency-select_list label:nth-of-type(2):hover,
.filter .select-list.agency-select_list label:nth-of-type(4),
.filter .select-list.agency-select_list label:nth-of-type(4).on,
.filter .select-list.agency-select_list label:nth-of-type(4):hover{
    background-color: #eaeaf1;
    color:#878798;
    pointer-events: none;
    cursor:not-allowed;
}

.filter .pay-select_list label {width:120px;}

.filter .search-plan {display:flex; justify-content: center; align-items: center; width: 185px; height: 52px;  gap: 10px; background-color: #ddddfb; border-radius: 10px; cursor:pointer;}
.filter .search-plan img {width: 24px; height: 24px; transform: rotateZ(180deg)}

.count-wrap {display:flex; justify-content: space-between; align-items: center; margin: 30px 0 20px 0; font-size:14px;}
.count-wrap span > b {font-weight: bold;}

.count-wrap .select-wrap {position: relative;}
.count-wrap select {opacity: 0;}
.count-wrap .option-text {position: absolute; top: 50%; left: 0; width: 100%; height: 100%; font-size:14px; outline: none; border: none; padding-top:2px; padding-right: 24px; background: url('/img/onlineplan/more.png') no-repeat top right; background-size: 21px; color:#333; transform: translateY(-50%); text-align: right; white-space: nowrap;}
.plan-list {display:flex; flex-direction: column; gap: 20px;}
.plan-list > li {position: relative; box-shadow: 0 3px 10px 0 #3226511a; padding: 34px 40px 40px 40px; border-radius:20px; background-color: #fff;}
.plan-list .info-content_bottom {display:flex; justify-content: space-between; margin-top:20px;}
.plan-list .info-content_top {display:flex; justify-content: space-between; align-items: center; width: 100%;}
.plan-list .share{display:flex; align-items: center; gap: 10px;}
.plan-list .share > div {cursor: pointer;}
.logo-wrap { display:flex; align-content: center; gap: 20px;}
.logo-wrap .badge-box{display:flex;align-items: center;gap: 6px;}
.plan-data {margin-top:30px;font-size:30px;font-weight: bold;}
.plan-data .data_add_text {font-size:20px;font-weight:bold;}
.sub-info {margin-top:16px;display:flex;align-items: center;gap: 10px;}
.sub-info .sub-info_item {display:flex;align-items: center;gap: 10px;color:#333;font-size:16px;font-weight:500;}
.sub-info .sub-info_item > span {color:#878798;}
.sub-info .bar {background-color:#eaeaf1; width: 1px;height: 12px; margin-top:4px;}

.info-cont {display:flex; gap: 40px;font-size: 20px;line-height: 1.4; font-weight: 600}

.info-cont .info-content_data{width: 400px;}
.info-cont .info-cont_bar {width: 1px; height: 210px; background-color: #eaeaf1;}
.info-cont .info-content_benefit h3 {font-size:20px; margin-bottom: 15px; line-height:1.35;}

.benefit-list {display:flex; flex-direction: column; gap: 6px; max-height: 154px; overflow-y: auto; padding-right:20px; width: 435px; }
.benefit-list li {display:flex; align-items: center; gap: 10px; font-size:16px; font-weight: 400;}
.benefit-list li img {width: 34px;}


.info-content_right{display:flex; flex-direction: column; justify-content: space-between;}
.info-content_right .info-price{ text-align: right;}

.info-content_right p{color:#ff5d6a;font-size:30px;font-weight:bold;}
.info-content_right p > span {font-size: 20px;font-weight: 500;}
.info-content_right .sub-price {display: block;margin-top:8px; color:#878798;font-size:16px;}
.info-content_right .detail-button,
.info-content_right .detail-button:hover{color: #4d4d8f !important; background-color: #f2f2f8;}
.info-button_box {display:flex; flex-direction: column; gap: 10px;}

.more {display:flex; justify-content: center;align-items: center; gap: 4px; background-color: #fff; margin: 50px auto 0; border: none; width: 180px; height: 50px; border-radius: 25px; box-shadow: 0 3px 6px #3226511a; font-size: 14px; outline: none;}

.more:focus {border: none; outline: none;}

/* 모달 */
.modal {position: fixed; inset: 0; background-color: rgba(0,0,0,0.8); z-index: 2024; font-family:'Pretendard' !important;}
.modal .modal-cont {position: fixed; top: 50%; left:50%; width:800px; background-color: #fff; transform: translate(-50%, -50%); border-radius: 10px; overflow: hidden;}

.modal .modal-top {display: flex; justify-content: space-between; align-items: center; padding: 17px 30px; border-bottom: 1px solid #f8f8fb; font-size: 18px; font-weight: bold;}
.modal .modal-close {width: 30px; cursor:pointer;}
.modal .cont {position:relative; display:flex; flex-direction: column; gap: 40px; padding:38px 30px 0; max-height: 570px; overflow-y: auto;}
.modal .cont{-ms-overflow-style: none;}
.modal .cont::-webkit-scrollbar{display:none;}
.modal .cont b {font-size: 18px; font-weight: bold;}
.modal .cont .filters {display:flex; gap: 10px; margin-top:14px; width: 100%; overflow-x: auto; white-space: nowrap;}
.modal .filters label {display:flex; justify-content: center; align-items: center; padding: 12px 16px; box-shadow: 0 0 0 1px #dedef1 inset; border-radius: 20px; font-size:14px;cursor:pointer; transition: all .2s ease-in-out}

.modal .filters label.on,
.modal .filters label:hover,
.modal .filters label:has(input:checked) {border-color: #333; color:#333; box-shadow: 0 0 0 2px #333 inset;}

.modal .modal-nav{position: sticky; bottom: 0; left: 0; display: flex; justify-content: center; align-items: center; gap:10px; width: 800px; padding:30px 0; background-color: #fff; margin-left: -30px; border-top: 1px solid #efeff5; z-index: 2;}
.modal .modal-nav button {width: 180px; height:56px;}
.modal .modal-nav .reset-btn {display:flex; align-items: center; gap: 10px; background-color: #fff; color: #878798 !important; border: 1px solid #878798;}
.modal .modal-nav .reset-btn img {width: 20px;}
.modal .modal-nav .view-btn {background-color: #333; color: #fff; border: 1px solid #333;}

/*  혜택 스크롤바  */

.benefit-list {
    --sb-track-color: #e3dddd;
    --sb-thumb-color: #989898;
    --sb-size: 2px;
}

.benefit-list::-webkit-scrollbar {
    width: var(--sb-size);
}

.benefit-list::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 3px;
}

.benefit-list::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 3px;
}

@supports not selector(::-webkit-scrollbar) {
    .benefit-list {
        scrollbar-color: var(--sb-thumb-color)
        var(--sb-track-color);
    }
}


/* 20250617 동민 추가*/

.text-loader, .text-loader:before, .text-loader:after { border-radius: 50%; width: 2.5em; height: 2.5em; animation-fill-mode: both; animation: bblFadInOut 1.8s infinite ease-in-out;}
.text-loader { display:none; color: #FFF; font-size: 7px; position: relative; top: -16px; text-indent: -9999em; transform: translateZ(0); animation-delay: -0.16s;}
.text-loader:before,
.text-loader:after {content: '';position: absolute;top: 0;}
.text-loader:before { left: -3.5em; animation-delay: -0.32s;}
.text-loader:after {left: 3.5em;}

@keyframes bblFadInOut {
    0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em }
    40% { box-shadow: 0 2.5em 0 0 }
}

.info-cont,
.info-cont .info-content_benefit h3{font-weight:600;}
.sub-info .sub-info_item {font-weight: 400;}

.range-wrap {display:flex; justify-content: center; align-items: center; width:100%; height: 121px; border: 1px solid #eaeaf1; box-shadow: 0 1px 10px 0 #3226511a; margin-top:14px; border-radius: 20px;}
