html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1; background:#fff;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*{
    box-sizing: border-box;
}

a:hover{
    color: initial !important;
}

button,button:focus {outline: none; border:none;}


#plan_list_page .badge {
    display:flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 28px;
    padding: 2px 14px;
    border-radius: 4px;
    color:#fff;
    background-color: #d1d1dc;
    font-size:14px;
    font-weight: normal;
}

#plan_list_page .badge.g5{
    background-color: #333;
}

#plan_list_page .badge.kt{
    background-color: #de142c;
}

#plan_list_page .badge.uplus{
    background-color: #4a1971;
}

#plan_list_page .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;
}

#plan_list_page body {background-color: #f8f8fb !important;}
main#plan_list_page {width: 100%; max-width:1200px; margin:310px auto 0; color:#333; padding-bottom: 100px; font-family: 'Pretendard';}
main#plan_list_page h2 {font-size:36px; font-weight:bold;}

#plan_list_page .sort-list {display:flex;align-items: center; margin-top:50px; font-weight:500;}
#plan_list_page .sort-list li {width: 120px; text-align: center}
#plan_list_page .sort-list li > label{display:flex; flex-direction:column; gap:10px; align-items: center; cursor:pointer; transition: all .2s ease-in-out;}
#plan_list_page .sort-list li > label:has(input:checked) {color: #ff5d6a;}
#plan_list_page .sort-list li > label:has(input:checked) .sort-img_wrap {background-color: #c1c1ff;}
#plan_list_page .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;}
#plan_list_page .sort-list li:hover .sort-img_wrap {background-color: #c1c1ff;}
#plan_list_page .sort-list li img {width:50px; height:50px; border-radius: 50%;}

#plan_list_page .filter {display:flex; align-items: center; gap: 10px; margin-top:50px; font-size:17px; font-weight: 500;}
#plan_list_page .filter .select-list{display:flex; gap: 4px; padding:4px; background-color: #eaeaf1; border-radius: 10px;}
#plan_list_page .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;}

#plan_list_page .filter .select-list label.on,
#plan_list_page .filter .select-list label:hover,
#plan_list_page .filter .select-list label:has(input:checked) {background-color: #fff; color:#333;}

#plan_list_page .filter .pay-select_list label {width:120px;}

#plan_list_page .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;}
#plan_list_page .filter .search-plan img {width: 24px; height: 24px; transform: rotateZ(180deg)}

#plan_list_page .count-wrap {display:flex; justify-content: space-between; align-items: center; margin: 30px 0 20px 0; font-size:14px;}
#plan_list_page .count-wrap span > b {font-weight: bold;}

#plan_list_page .count-wrap .select-wrap {position: relative;}
#plan_list_page .count-wrap select {opacity: 0;}
#plan_list_page .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/plan/more.png') no-repeat top right; background-size: 21px; color:#333; transform: translateY(-50%); text-align: right;}
#plan_list_page .plan-list {display:flex; flex-direction: column; gap: 20px;}
#plan_list_page .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_page .plan-list .info-content_bottom {display:flex; justify-content: space-between; margin-top:20px;}
#plan_list_page .plan-list .info-content_top {display:flex; justify-content: space-between; align-items: center; width: 100%;}
#plan_list_page .plan-list .share{display:flex; align-items: center; gap: 10px;}
#plan_list_page .plan-list .share > div {cursor: pointer;}
#plan_list_page .logo-wrap { display:flex; align-content: center; gap: 20px;}
#plan_list_page .logo-wrap .badge-box{display:flex;align-items: center;gap: 6px;}
#plan_list_page .plan-data {margin-top:30px;font-size:30px;font-weight:bold;}
#plan_list_page .plan-data .data_add_text {font-size:20px;font-weight:bold;}
#plan_list_page .sub-info {margin-top:16px;display:flex;align-items: center;gap: 10px;}
#plan_list_page .sub-info .sub-info_item {display:flex;align-items: center;gap: 10px;color:#333;font-size:16px;font-weight:500;}
#plan_list_page .sub-info .sub-info_item > span {color:#878798;}
#plan_list_page .sub-info .bar {background-color:#eaeaf1; width: 1px;height: 12px; margin-top:4px;}

#plan_list_page .info-cont {display:flex; gap: 40px;font-size: 20px;line-height: 1.4; font-weight: 600}

#plan_list_page .info-cont .info-content_data{width: 400px;}
#plan_list_page .info-cont .info-cont_bar {width: 1px; height: 210px; background-color: #eaeaf1;}
#plan_list_page .info-cont .info-content_benefit h3 {font-size:20px; margin-bottom: 15px; line-height:1.35;}

#plan_list_page .benefit-list {display:flex; flex-direction: column; gap: 6px; max-height: 154px; overflow: auto; padding-right:20px; max-width: 435px;}
#plan_list_page .benefit-list li {display:flex; align-items: center; gap: 10px; font-size:16px; font-weight: 400;}
#plan_list_page .benefit-list li img {width: 34px;}


#plan_list_page .info-content_right{display:flex; flex-direction: column; justify-content: space-between;}
#plan_list_page .info-content_right .info-price{ text-align: right;}

#plan_list_page .info-content_right p{color:#ff5d6a;font-size:30px;font-weight:bold;}
#plan_list_page .info-content_right p > span {font-size: 20px;font-weight: 500;}
#plan_list_page .info-content_right .sub-price {display: block;margin-top:8px; color:#878798;font-size:16px;}
#plan_list_page .info-content_right .detail-button,
#plan_list_page .info-content_right .detail-button:hover{color: #4d4d8f !important; background-color: #f2f2f8;}
#plan_list_page .info-button_box {display:flex; flex-direction: column; gap: 10px;}

#plan_list_page .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;}

#plan_list_page .more:focus {border: none; outline: none;}

/* 모달 */
.modal {position: fixed; inset: 0; background-color: rgba(0,0,0,0.8); z-index:999; 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;}
.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;}
.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;}

/*  혜택 스크롤바  */

#plan_list_page .benefit-list {
    --sb-track-color: #e3dddd;
    --sb-thumb-color: #989898;
    --sb-size: 2px;
}

#plan_list_page .benefit-list::-webkit-scrollbar {
    width: var(--sb-size);
}

#plan_list_page .benefit-list::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 3px;
}

#plan_list_page .benefit-list::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 3px;
}

@supports not selector(::-webkit-scrollbar) {
    #plan_list_page .benefit-list {
        scrollbar-color: var(--sb-thumb-color)
        var(--sb-track-color);
    }
}

.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;}
.range-filter{width:100%; max-width:520px; margin: 0 auto; color:#333;}
.noUi-target {border-radius:10px; background-color: #f2f2f8; border: none;}
.noUi-connect {background-color: #4d4d8f;}
.noUi-horizontal {height:20px;}
.noUi-horizontal .noUi-handle {width: 30px; height:30px; border-radius: 50%; z-index: 6; box-shadow: 1px 2px 4px 0 #3226514d;}
.noUi-handle:after, .noUi-handle:before{display:none;}
.noUi-handle {border: 2px solid #4d4d8f; cursor:pointer;}

.noUi-value-large, .noUi-value-sub{font-size:14px !important; color:#333;}
.noUi-horizontal .noUi-tooltip {display:none;}
.noUi-value.active {color:#4d4d8f !important; font-weight:500;}
.noUi-maker.active {background-color: #8888be !important;}
.noUi-marker-horizontal.noUi-marker,
.noUi-marker-horizontal.noUi-sub {top:-14px; width: 8px; height:8px; border-radius: 50%; background-color: #dfdfe8;}

.noUi-pips .noUi-marker-horizontal.noUi-marker-large {display:none;}









#plan_view_page #top_nav {
    display: flex;
    align-items: center;
}

#plan_view_page #top_nav .fl{
    display: flex;
    align-items: center;
}

#plan_view_page #topImage{
    display: none;
}

#plan_view_page .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;
}

#plan_view_page .badge.g5{
    background-color: #333;
}

#plan_view_page .badge.kt{
    background-color: #de142c;
}

#plan_view_page .badge.uplus{
    background-color: #4a1971;
}

#plan_view_page .badge.skt{
    background-color: #3617ce;
}

#plan_view_page .gogo-button {
    display:flex;
    justify-content: center;
    align-items: center;
    width:180px;
    padding:15px 0;
    color:#fff !important;
    background-color: #4d4d8f;
    border-radius: 6px;
    font-size:18px;
    font-weight: 500;
}
#plan_view_page .gogo-button:hover {
    color:#fff !important;
}
main#plan_view_page  {
    margin-top: 60px;
    color:#333;
    font-family: 'Pretendard;
}

#plan_view_page .top-info {
    padding: 50px 0 60px 0;
    background-color: #f8f8fb;
}

#plan_view_page .top-info .top-info_content {
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width:1200px;
    margin:0 auto;
}

#plan_view_page .top-info .top-info_content .info-content_right{
    text-align: right;
}

#plan_view_page .info-cont {
    display:flex;
    align-items: center;
    gap: 10px;
    margin-top:10px;
    font-size: 26px;
    line-height: 1.4;
}

#plan_view_page .logo-wrap {
    display:flex;
    align-content: center;
    gap: 20px;
}

#plan_view_page .logo-wrap .badge-box{
    display:flex;
    align-items: center;
    gap: 6px;
}

#plan_view_page .plan-data {
    margin-top:30px;
    font-size:30px;
    font-weight: bold;
}

#plan_view_page .sub-info {
    margin-top:16px;
    display:flex;
    align-items: center;
    gap: 10px;
}

#plan_view_page .sub-info .sub-info_item {
    display:flex;
    align-items: center;
    gap: 10px;
    color:#333;
    font-size:16px;
    font-weight:500;
}

#plan_view_page .sub-info .sub-info_item > span {
    color:#878798;
}

#plan_view_page .sub-info .bar {
    color:#f8f8fb;
}

#plan_view_page .info-content_right p{
    color:#ff5d6a;
    font-size:30px;
    font-weight:bold;
}

#plan_view_page .info-content_right p > span {
    font-size: 20px;
    font-weight: 500;
}

#plan_view_page .info-content_right .sub-price {
    display: block;
    margin-top:8px;
    margin-bottom:30px;
    color:#878798;
    font-size:16px;
}

#plan_view_page .benefit,
#plan_view_page .cost-info{
    max-width: 1200px;
    margin: 100px auto 0;
}

#plan_view_page section h3 {
    margin-bottom: 30px;
    font-size:30px;
    font-weight: bold;
}

#plan_view_page .benefit-list {
    display:flex;
    align-items: center;
    flex-wrap:wrap;
    gap: 30px;
}

#plan_view_page .benefit-list li {
    position: relative;
    display:flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 585px;
    padding: 30px 50px 30px 30px;
    border-radius: 20px;
    box-shadow: 0 3px 10px 0 #3226511a;
    font-size:18px;
    font-weight: bold;
    line-height: 1.4;
}

#plan_view_page .benefit-list li.is_url {
    /*background: #fff url('/img/plan/arrow.png') no-repeat center right 30px;*/
    cursor:pointer;
}

#plan_view_page .benefit-list .benefit-icon {
    width: 34px;
    height: 34px;
}

#plan_view_page .benefit-list .benefit-text {
    display:flex;
    flex-direction: column;
    gap: 16px;
    word-break: keep-all;
}

#plan_view_page .benefit-list .benefit-text span {
    font-size:16px;
    font-weight: normal;
    word-break: keep-all;
}

#plan_view_page .cost-info {
    margin-bottom: 90px;
    padding-bottom: 100px;
}
#plan_view_page .cost-info .cost-info_list{
    flex-direction: column;
    margin-top:50px;
    border-bottom: 1px solid #eaeaf1;
}

#plan_view_page .cost-info .cost-info_list > li {
    padding: 30px;
    border-top: 1px solid #eaeaf1;
    overflow: hidden;
}

#plan_view_page .cost-info .list-info_title {
    display:flex;
    justify-content: space-between;
    align-items: center;
    font-size:28px;
    font-weight: 700;
    cursor:pointer;
}

#plan_view_page .cost-info .list-info_title .arrow {
    transform: rotateZ(90deg);
}

#plan_view_page .cost-info .cost-info_list_item.on .list-info_title .arrow {
    transform: rotateZ(270deg);
}


#plan_view_page .cost-info .list-info_wrap .box {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top:30px;
}


#plan_view_page .cost-info .list-info_wrap .box > div {
    flex: 1;
    height: 422px;
    padding:30px;
    border-radius: 20px;
    background-color: #f8f8fb;
}

#plan_view_page .cost-info .list-info_wrap h5 {
    margin-bottom: 30px;
    font-size:20px;
    font-weight: 700;
}

#plan_view_page .cost-info .spec-list {
    display:flex;
    flex-direction: column;
    gap: 22px;
}

#plan_view_page .cost-info .spec-list li {
    display:flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

#plan_view_page .cost-info .spec-list p{
    color:#37408f;
    font-size: 18px;
}

#plan_view_page .cost-info .service-list {
    display:flex;
    flex-direction: column;
    gap: 10px;
}

#plan_view_page .cost-info .service-list li {
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:20px;
    background-color: #fff;
    border-radius: 10px;
    color: #37408f;
}

#plan_view_page .cost-info .service-list .icon-wrap {
    display:flex;
    align-items: center;
    gap: 20px;
    color: #333;
    font-size:18px;
}

#plan_view_page .cost-info .cost-info_list_item .description-list {
    display:flex;
    flex-direction: column;
    gap: 20px;
    margin-top:30px;
    line-height: 1.4;
}

#plan_view_page .cost-info .cost-info_list_item .description {
    display:none;
}

#plan_view_page .cost-info .description-list div {
    display:block;
    margin-top: 10px;
    padding-left: 10px;
}

#plan_view_page .nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 90px;
    background-color: #fff;
    border-top: 1px solid #eaeaf1;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0
}

#plan_view_page .nav-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width:1200px;
    margin: 0 auto;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
}

#plan_view_page .nav .nav-cost {
    display:flex;
    align-items: center;
    gap: 30px;
}

#plan_view_page .nav .nav-cost b {
    font-size:30px;
    font-weight: bold;
}

#plan_view_page .nav .nav-cost b span {
    display: block;
    color: #878798;
    font-size: 12px;
    font-weight: 400;
}

#plan_view_page .nav .gogo-button {height: 50px}







