@charset "utf-8";

.section-item {
    margin-bottom: 10px;
    background: #fff;
}

.section-item:first-child {
    margin-bottom: 0px;
}

@media screen and (min-width: 701px) {
    .section-item {
        width: 700px;
        border-radius: 10px;
        margin: 0 auto 14px auto !important;
        overflow: hidden;
    }

    .section-item:first-child {
        margin-top: 20px !important;
        margin-bottom: 10px
    }

    .section-item:last-child {
        margin-bottom: 30px !important;
    }

    .deco-chevron {
        width: 8px;
        height: 16px;
    }

}

.login-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}

.login-wrap.bg_white {
    background: #fff
}

.sub .login-wrap.box-bg {
    border: 1px solid #dadada;
}

.sub .login-wrap {
    padding-left: 20px;
    padding-right: 20px;
}

.sub .login-wrap.no-pb {
    padding-left: 0;
    padding-right: 0
}


.login-wrap .lb-text {
    font-size: 14px;
    font-weight: 500;
    padding-right: 20px;
}

.login-wrap span {
    font-weight: 700;
}

.login-wrap .lb-mypage-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 50px;
}

.login-wrap .lb-amount-btn {
}

.login-wrap .lb-amount-btn .lb-amount {
    font-size: 20px;
    font-weight: 700;
}

.login-wrap .lb-mypage-btn .lb-grade {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.login-wrap .lb-mypage-btn .lb-user {
    font-size: 18px;
}

.login-wrap .lb-mypage-btn .lb-use span {
    font-weight: 700;
}

.login-wrap .lb-date {
    font-size: 14px;
    color: #797979;
}

.login-mycash {
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.login-mycash.balance {
    margin-top: 20px;
}

.mycash {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 14px;
}

.mycash-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.mycash-list span {
    font-weight: 700;
}

.mycash-list.balance .lb-right span {
    font-size: 20px;
    padding-left: 5px;
}

.mycash-list.balance {
    font-size: 16px;
}

.mycash-list .lb-right {
    display: flex;
    padding: 10px 0;
    flex-direction: row;
    justify-content: right;
    align-items: center;
}

.mycash-list .lb-right .btn a {
    display: inline-block;
    background: #FF3A44;
    font-weight: bold;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    padding: 0 7px;
    border-radius: 9px;
    margin-left: 7px;
}

.mycash-list.standby {
    border-top: 1px solid #eaeaea
}

/*대기캐시*/
.standby-area {
    display: flex;
    align-self: flex-end;
    padding-bottom: 10px;
}

.standby-cash {
    display: flex;
    gap: 5px;
    font-size: 14px;
    color: #008BEF;
    text-align: right;
    margin-top: 4px;
}

.standby-cash span {
    font-weight: 700;
    color: #008BEF;
    display: inline-flex;
}

.captcha_area {
    margin: 0 auto 30px auto;
}

.main-banner-wrap {
    overflow: hidden;
}

.main-banner-wrap .swiper-container {
    position: relative;
}

.main-banner-wrap .swiper-slide {
    width: 100%;
}

.main-banner-wrap .swiper-slide a {
    display: flex;
}

.main-banner-wrap .swiper-pagination-fraction {
    width: 50px;
    line-height: 26px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    background: rgba(0, 0, 0, .4);
    border-radius: 13px;
    bottom: 10px;
    right: 10px;
    left: auto;
}

.main-banner-wrap .swiper-pagination-fraction span {
    color: #fff;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    display: none !important;
}

.swiper-btn {
    width: 30px !important;
    height: 40px !important;
    border-radius: 6px !important;
    background: rgba(0, 0, 0, .4);
}

.swiper-btn::after {
    font-size: 18px !important;
    color: #fff !important;
}

.swiper-slide .b-p {
    display: block;
}

.swiper-slide .b-m {
    display: none;
}

@media screen and (max-width: 700px) {
    .main-banner-wrap .swiper-button-next, .main-banner-wrap .swiper-button-prev {
        display: none;
    }

    .swiper-slide .b-p {
        display: none;
    }

    .swiper-slide .b-m {
        display: block;
    }

    .sub .login-wrap.box-bg {
        border: none;
        background: #f5f5f5;
    }

    .myteen-balance-bt h3, .myteen-balance-bt p {
        padding: 0 20px
    }
}

@media screen and (min-width: 701px) {
    .login-wrap {
        max-width: 680px;
        margin: 0 auto;
    }

    .login-mycash {
        max-width: 680px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    /*.sub .login-wrap {padding: 20px !important;}*/
    .login-wrap.sub-top {
        width: 640px;
        background: #fff;
        border-radius: 10px;
        padding: 10px 20px;
        margin-top: 20px;
    }

    .myteen-balance-bt {
        width: 650px;
        margin: 0 auto;
    }

    .sub .login-wrap.no-pb {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.quick-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.quick-wrap a {
    width: 25%;
}

.quick-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0;
}

.quick-item .quick-img {
    width: 40px;
    height: 40px;
}

.quick-item p {
    font-size: 13px;
    font-weight: 500;
    color: #818181;
}

@media screen and (min-width: 701px) {
    .quick-wrap {
        padding: 10px 0;
    }

    .quick-item .quick-img {
        width: 46px;
        height: 46px;
    }

    .quick-item p {
        font-size: 14px;
        padding-top: 4px;
    }
}

.trans-wrap a:first-child .trans-item {
    border-bottom: 1px solid #f2f2f2;
}

.trans-item {
    padding: 14px 0;
}

.trans-item, .trans-item > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.trans-img {
    width: 70px;
    height: 70px;
    margin-right: 20px;
}

.trans-info h2 {
    font-size: 16px;
    font-weight: 700;
}

.trans-info p {
    font-size: 13px;
    color: #8b8b8b;
    padding-top: 4px;
}

@media screen and (min-width: 701px) {
    .trans-wrap {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        padding: 20px 0;
    }

    .trans-wrap a {
        width: 100%;
    }

    .trans-wrap a .trans-item {
        padding: 5px 20px 5px 10px;
    }

    .trans-wrap a:first-child .trans-item {
        border-right: 1px solid #f2f2f2;
        border-bottom: 0;
    }
}

.board-wrap {
    padding: 4px 0;
}

.board-wrap .board-item {
    line-height: 50px;
    display: flex;
    flex-direction: row;
}

.board-wrap .board-item:first-child {
    border-bottom: 1px solid #f2f2f2;
}

.board-wrap .board-item .bi-head {
    font-size: 13px;
    color: #008bef;
    font-weight: 500;
    margin-right: 10px;
}

.board-wrap .board-item .bi-title {
    font-size: 13px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

@media screen and (min-width: 701px) {
    .board-wrap {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        padding: 20px 0;
    }

    .board-wrap .board-item {
        width: 100%;
        line-height: 30px;
    }

    .board-wrap .board-item:first-child {
        border-bottom: 0;
    }

    .board-wrap .board-item:first-child .bi-title {
        border-right: 1px solid #f2f2f2;
        padding-right: 20px;
    }

    .board-wrap .board-item:last-child .bi-head {
        padding-left: 20px;
    }

    .board-wrap .board-item .bi-head {
        font-size: 14px;
        margin-right: 10px;
    }

    .board-wrap .board-item .bi-title {
        font-size: 14px;
        width: 100%;
    }
}

.store-pay-wrap {
    padding: 20px 0;
}

.store-pay-wrap h2 {
    font-size: 16px;
    font-weight: 700;
}

.store-pay-wrap .sp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 10px;
}

@media screen and (min-width: 701px) {
    .store-pay-wrap .sp-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

.menu-user {
    padding: 0 20px;
}

.menu-user.menu-mycash {
    padding: 0 15px;
}

.menu-wrap {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 0 20px 40px 20px;
    width: 100%;
}

.menu-wrap .menu-section {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0;
}

.menu-wrap .menu-section:last-child {
    border: 0;
}

.menu-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    cursor: pointer;
}

.menu-head .menu-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.menu-head .menu-title .menu-img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.menu-head .menu-title .menu-name {
    font-size: 16px;
    font-weight: 700;
}

.menu-head .menu-tail .deco-chevron-toggle {
    width: 14px;
    height: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/icon_chevron_down.png');
}

.menu-head.open .menu-tail .deco-chevron-toggle {
    background-image: url('../images/icon_chevron_up.png');
}

.menu-head .menu-tail .deco-chevron-more {
    width: 8px;
    height: 14px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/icon_chevron_more.png');
}

.menu-item-wrap {
    display: none;
}

.menu-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 6px;
}

.menu-item a {
    line-height: 38px;
    padding-left: 6px;
}

.menu-item a span {
    font-size: 15px;
    font-weight: 600;
}

@media screen and (min-width: 701px) {
    .menu-wrap {
        max-width: 680px;
        margin: 0 auto 40px auto;
        padding-bottom: 0;
        border-radius: 10px;
    }
}

.settings-wrap h2 {
    font-size: 14px;
    font-weight: 700;
    padding: 0 20px;
    line-height: 44px;
}

.settings-wrap .st-cont {
    background: #fff;
    border-bottom: 1px solid #ebebeb;
}

.settings-wrap .st-cont.mtb {
    margin-bottom: 10px;
}

.st-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eceded;
    padding: 0 20px;
    line-height: 50px;
}

.st-item:last-child {
    border: 0;
}

@media screen and (min-width: 701px) {
    .settings-wrap {
        max-width: 680px;
        margin: 20px auto 40px auto;
        width: 100%;
    }

    .settings-wrap .st-cont {
        border-radius: 10px;
        border-bottom: 0;
    }
}

.nt-tab-content-wrap {
    margin-bottom: 40px;
}

.nt-item {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    padding: 14px 20px;
}

.nt-item .nt-title {
    font-size: 16px;
    font-weight: 500;
    padding: 0 30px 4px 0;
}

.nt-item .nt-content {
    padding: 0 30px 8px 0;
    font-size: 15px;
}

.nt-item .nt-sub {
    font-size: 14px;
    font-weight: 500;
}

.nt-item .nt-sub span {
    color: #797979;
    position: relative;
}

.nt-item .nt-sub span:first-child {
    padding-right: 10px;
    margin-right: 5px;
    color: #008bef;
}

.nt-item .nt-sub span:first-child::after {
    position: absolute;
    content: '|';
    color: #008bef;
    top: 0;
    right: 0;
}

.tl-btn {
    display: flex;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 11px;
    right: 20px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.tl-btn.del {
    background-image: url('../images/icon_del_s.png');
}

.nt-del-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 42px;
}

.nt-del-wrap a {
    display: flex;
    margin: 0 auto;
}

.nt-del-wrap a span {
    position: relative;
    padding-left: 14px;
    font-size: 14px;
}

.nt-del-wrap a span::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 10px;
    height: 10px;
    background-image: url('../images/icon_del_a.png');
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width: 701px) {
    .nt-tab-content-wrap {
        max-width: 680px;
        width: 100%;
        margin: 0px auto 40px auto;
    }

    .myteen-history-wrap {
        margin-top: 20px
    }

    .nt-del-wrap {
        justify-content: flex-end;
    }

    .nt-del-wrap a {
        margin: 0 20px 0;
    }

    .nt-list {
        border-radius: 10px;
        overflow: hidden;
    }

    .nt-tab-content .nt-item:last-child {
        border: 0;
    }
}

.sub-wrap {
    padding-bottom: 40px;
}

.sub-wrap .sub-visual {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    padding: 0 20px;
}

.sv-msg h3 {
    font-size: 16px;
    font-weight: 700;
}

.sv-msg p {
    font-size: 13px;
    font-weight: 500;
    color: #797979;
    padding-top: 12px;
}

.sv-img {
    width: 200px;
    display: inline-flex
}

.sub-item-wrap {
    padding: 24px 20px;
}

.sub-item-wrap h2 {
    font-size: 18px;
    font-weight: 700;
}

.sub-item-wrap .si-wrap {
    margin-top: 12px;
}

.sub-item-wrap .si-wrap a {
    margin-bottom: 10px;
}

.sub-item-wrap .si-wrap a .si-btn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    height: 70px;
    padding: 0 20px;
}

.sub-item-wrap .si-wrap a .si-btn .si-btn-right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sub-item-wrap .si-wrap a .si-btn .si-btn-right .sib-hot {
    margin-right: 10px;
}

.sub-item-wrap .si-wrap a .si-btn .si-btn-right .sib-des {
    margin-right: 10px;
    text-align: center;
}

.sub-item-wrap .si-wrap a .si-btn .si-btn-right .sib-hot span {
    position: relative;
    color: #ff0000;
    font-size: 14px;
    font-weight: 700;
}

.sub-item-wrap .si-wrap a .si-btn .si-btn-right .sib-des span {
    position: relative;
    color: #ff0000;
    font-size: 14px;
    font-weight: 700;
}

.sub-item-wrap .si-wrap a .si-btn .si-btn-right .sib-des p {
    font-size: 12px;
    color: #ff0000;
}

.sub-item-wrap .si-wrap a .si-btn .si-btn-right .sib-hot span::after {
    /*content: '↑';*/
}

.sub-item-wrap .si-wrap a .si-btn .si-btn-right .sib-hot p {
    font-size: 12px;
    color: #ff0000;
}

.si-btn .si-btn-title {
    font-size: 16px;
    font-weight: 700;
}

.si-btn .si-btn-desc {
    font-size: 14px;
    color: #797979;
    padding-top: 4px;
}

@media screen and (min-width: 701px) {
    .sub-wrap {
        max-width: 680px;
        width: 100%;
        margin: 20px auto 40px auto;
    }

    .sub-wrap .sub-visual {
        border-radius: 10px;
        border-bottom: 0;
    }

    .sv-msg {
        padding: 0 40px 0 20px;
    }

    .sv-msg br {
        display: none;
    }

    .sv-msg h3 {
        font-size: 20px;
    }

    .sv-msg p {
        font-size: 15px;
        padding-top: 8px;
    }

    .sub-item-wrap {
        padding: 24px 0;
    }

    .sub-item-wrap h2 {
        padding: 0 20px;
    }

    .sub-item-wrap .si-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .sub-item-wrap .si-wrap a {
        margin-bottom: 0;
    }
}

.sub-kd-wrap {
    padding: 30px 20px 10px 20px;
}

.sub-kd-wrap span {
    display: inline-block;
}

.sub-kd-wrap h3 {
    font-size: 18px;
    font-weight: 700;
}

.sub-kd-wrap h4 {
    font-size: 16px;
    font-weight: 700;
}

.sub-kd-wrap p {
    font-size: 14px;
    font-weight: 500;
    color: #797979;
    padding-top: 10px;
}

.sub-kd-wrap .sk-box {
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    border: 1px solid;
    border-radius: 6px;
    margin-top: 10px;
}

.sk-input {
    padding-top: 12px;
}

.sk-input label {
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
}

.captcha-wrap {
    padding: 20px 20px 0;
}

.captcha-wrap .captcha-cont { /*border: 1px solid #bfbfbf;*/
    width: 80%;
    max-width: 450px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.captcha-wrap .captcha-cau {
    margin-top: 12px;
}

.captcha-wrap .captcha-cau li {
    position: relative;
    padding: 4px 0 0 16px;
    font-size: 13px;
    color: #797979;
}

.captcha-wrap .captcha-cau li::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: '・';
    color: #797979;
    font-size: 13px;
}

.sk-wrap {
    padding: 0 20px;
}

.sk-rest-amt {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 16px 0;
}

.sk-rest-amt .skr-img {
    width: 44px;
    padding-top: 10px;
}

.skr-amt {
    margin-left: 10px;
}

.skr-amt-desc span {
    font-size: 13px;
    color: #454545;
}

.skr-amt-desc span:first-child {
    font-weight: 500;
    color: #000;
}

.skr-amt-val span {
    font-size: 14px;
    color: #ff0000;
}

.skr-amt-val span:first-child {
    font-size: 20px;
    font-weight: 700;
}

.sk-add {
    margin-top: 10px;
    display: flex;
    gap: 10px;
}

.sk-add a span {
    position: relative;
    padding-left: 34px;
}

.sk-add a span::before {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    content: '+';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
}

.sk-add a span.minus::before {
    content: '-';
}

.sk-add a span.none {
    padding-left: 0;
}

.sk-add a span.none::before {
    content: '';
    display: none;
}

.sk-added-result {
    padding: 20px 0;
}

.sk-added-result .none {
    height: 166px;
    line-height: 166px;
    text-align: center;
    color: #797979
}

.ska-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #008bef;
    background: #fff;
    line-height: 50px;
    margin-bottom: 10px;
}

.ska-item .ska-left {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ska-item:last-child {
    margin: 0;
}

.ska-item .ska-title {
    width: 40px;
    text-align: center;
    color: #fff;
    background: #008bef;
}

.ska-item .ska-pin {
    padding-left: 16px;
    font-weight: 500;
}

.ska-item .ska-btn {
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    padding: 0 15px;
    background: #EAEAEA;
}

.sk-add a.bg-white {
    background: #fff;
    border: 1px solid #eaeaea;
}

.sk-add a.bg-white span {
    color: #000
}

/*
.ska-item {display: flex; flex-direction: row; align-items: center; border: 1px solid #008bef; background: #fff; line-height: 50px; margin-bottom: 10px;}
*/

.p-ct-wrap.h-mg h3 {
    font-size: 18px;
    font-weight: 700;
}

.p-ct-wrap.h-mg h4 {
    font-size: 16px;
    font-weight: 700;
}

.p-ct-wrap.h-mg p {
    font-size: 14px;
    font-weight: 500;
    color: #797979;
    padding-top: 10px;
}

@media screen and (min-width: 701px) {
    .sub-kd-wrap {
        padding-top: 10px;
    }

    .sk-rest-amt .skr-img {
        width: 80px;
    }

    .skr-amt-desc span {
        font-size: 16px;
    }

    .skr-amt-val span:first-child {
        font-size: 26px;
    }

    .skr-amt-val span {
        font-size: 20px;
    }
}

.sk-added-result .title {
    font-weight: 700;
    margin: 8px 0;
}

.sk-amt-btn {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 10px;
    border: 1px solid #cacaca;
}

.sk-amt-btn a {
    background: #fff;
    line-height: 50px;
    border-right: 1px solid #cacaca;
    flex: 1;
    text-align: center;
}

.sk-amt-btn a:last-child {
    border: 0;
}

.sk-amt-btn a span {
    font-size: 13px;
}

.sk-input-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
}

.sk-input-wrap .sk-input {
    padding: 0;
    flex: 1;
}

.sk-input-wrap .sk-input-btn {
    width: 90px;
}

.charge-amt-wrap p {
    font-size: 13px;
    color: #797979;
    padding: 2px 0;
}

.charge-amt-wrap {
    margin-top: 12px;
    padding-bottom: 26px;
}

.charge-amt-wrap.no-bottom {
    padding-bottom: 0;
}

.charge-amt-wrap li {
    font-size: 12px;
    color: #797979;
    position: relative;
    padding-left: 10px;
    padding-bottom: 4px;
    line-height: 1.2;
}

.charge-amt-wrap li span {
    display: block;
    font-size: 12px;
    color: #797979;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
}

.charge-amt-wrap .ca-sum {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ababab;
    margin-top: 12px;
    padding-top: 16px;
}

.charge-amt-wrap .ca-sum .cas-title,
.charge-amt-wrap .ca-sum .cas-amt span {
    font-size: 14px;
    font-weight: 700;
}

.charge-amt-wrap .ca-sum .cas-amt span:first-child {
    font-size: 18px;
}

.cau-boxed {
    border: 1px solid #c9c9c9;
    padding: 10px 14px;
    margin-bottom: 30px;
}

.cau-boxed .dc-list {
    padding: 0 !important;
}

.p-ct-wrap {
    background: #fff;
    padding: 20px;
}

.pa-content {
    padding-bottom: 20px;
}

.pa-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.pa-head .pa-title {
    font-size: 16px;
    font-weight: 700;
}

.pa-head .pa-btn a {
    width: 90px;
    height: 36px;
    line-height: 36px;
    background: #eaeaea;
    border-radius: 6px;
    text-align: center;
    font-size: 13px;
    color: #797979;
}

.pa-account {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #ebebeb;
    height: 66px;
    margin-top: 12px;
    padding: 0 16px;
}

.pa-account .pa-b-img {
    width: 40px;
    height: 40px;
}

.pa-account .pa-b-info {
    padding-left: 10px;
}

.pa-account .pa-b-info .pa-b-acc {
    font-size: 13px;
    color: #797979;
}

.pa-account .pa-b-info .pa-b-name {
    font-size: 16px;
    font-weight: 700;
}

.pa-ac-none {
    margin-top: 10px;
}

.pa-ac-none p {
    padding-bottom: 10px;
    font-size: 13px;
    color: #797979;
}

.p-cau-wrap .p-cau-cfm {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.p-cau-wrap .p-cau-cfm .pcc-title {
    font-size: 14px;
    font-weight: 700;
}

.p-cau-wrap .p-cau-msg {
    border-top: 1px solid #eaeaea;
    padding-top: 12px;
}

.p-cau-wrap .p-cau-msg p {
    font-size: 13px;
    color: #797979;
}

@media screen and (min-width: 701px) {
    .p-ct-wrap {
        border-radius: 10px;
        margin: 0 20px;
    }

    .p-ct-wrap.no-margin {
        border-radius: 0;
        margin: 0;
    }
}

.def-cau {
    padding: 0 20px;
    margin-top: 20px;
}

.dc-wrap {
    background: #eaeaea;
    border-radius: 10px;
    padding: 20px;
}

.dc-wrap h3 {
    font-size: 14px;
    font-weight: 700;
}

.dc-wrap .txt {
    color: #797979;
    padding-top: 8px
}

.dc-list {
    padding-top: 14px;
}

.dc-list ul li {
    position: relative;
    font-size: 12px;
    color: #797979;
    padding: 6px 0 6px 10px;
}

.dc-list ul li::before {
    position: absolute;
    top: 5px;
    left: 0;
    content: '- ';
    font-size: 12px;
    color: #797979;
}

.def-cau.nopadding {
    padding: 0;
}

.pr-wrap {
    background: #f5f5f5;
}

.pr-content {
    text-align: center;
    padding: 30px;
}

.pr-content .pr-top span {
    font-size: 15px;
}

.pr-content .pr-top span:last-child {
    font-weight: 700;
}

.pr-content .pr-card {
    position: relative;
    margin: 10px auto 0;
    width: 260px;
}

.pr-content .pr-card .pr-card-amt {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.pr-content .pr-card .pr-card-amt span {
    color: #fff;
    font-size: 13px;
}

.pr-content .pr-card .pr-card-amt span:first-child {
    font-size: 20px;
}

.pr-content .pr-bottom {
    margin-top: 2px;
}

.pr-content .pr-bottom span {
    font-size: 13px;
    color: #797979;
}

.pr-content .pr-amt {
    margin-top: 10px;
}

.pr-content .pr-amt span {
    font-size: 16px;
}

.pr-content .pr-amt span.amt {
    font-size: 23px;
    font-weight: 700;
}

.pin-history-wrap {
    padding: 0 20px 30px;
    margin-top: 6px;
}

.pin-history-wrap h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 60px;
    border-bottom: 1px solid #ebebeb;
}

.pin-history-wrap .ph-list .ph-list-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    padding: 12px 0;
}

.ph-list-item span {
    font-size: 12px;
    color: #797979;
}

.phl-left > div {
    font-size: 14px;
    font-weight: 700;
}

.phl-right {
    text-align: right;
}

.phl-amt {
    position: relative;
    padding-left: 14px;
}

.phl-amt.minus {
    color: #008bef;
}

.phl-amt.plus {
    color: #ff0000;
}

.phl-amt::before {
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
    left: 0;
}

.phl-amt.minus::before {
    color: #008bef;
    content: '-';
}

.phl-amt.plus::before {
    color: #ff0000;
    content: '+';
}

@media screen and (min-width: 701px) {
    .pr-wrap {
        border-radius: 10px;
    }

    .pin-history-wrap {
        padding: 0 20px 40px;
        margin-top: 16px;
    }

    .def-cau.bottom {
        padding: 0
    }
}

.sub-login-wrap {
    padding: 30px 20px 0;
}

.sl-login h3 {
    font-size: 16px;
    font-weight: 700;
}

.sll-wrap {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    column-gap: 10px;
}

.sll-wrap .sll-idpw {
    flex: 1;
}

.sll-wrap .sll-idpw .sll-input {
    margin-bottom: 10px;
}

.sll-wrap .sll-idpw .sll-input:last-child {
    margin: 0;
}

.sll-wrap .sll-btn {
    width: 120px;
}

/*로그인*/
.login_img {
    width: 166px;
    margin: 0 auto;
}

.tlo-wrap {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
}

.tlo-wrap .sll-input {
    margin-bottom: 10px;
}

.tlo-wrap .sl-terms {
    margin-bottom: 30px;
    line-height: 16px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}

.logbot-btn-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
}

.logbot-btn {
    padding: 0 20px;
    font-size: 13px;
    border-right: 1px solid #cacaca;
}

.logbot-btn a {
    color: #797979;
}

.logbot-btn:last-child {
    border-right: 0
}

.join_img {
    width: 125px;
    margin: 0 auto;
}

.join_txt {
    text-align: center;
    padding: 20px 0;
}

.join_txt .title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding: 4px 0
}

.btn.sll-login {
    border-radius: 6px;
    background: #008bef;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn.sll-login span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    flex: 1;
}

.sl-terms {
    margin-top: 10px;
}

.slt-apply {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 44px;
}

.slt-apply .slt-more-btn {
    cursor: pointer;
}

.slt-apply .slt-more-btn span {
    font-size: 14px;
    color: #797979;
    position: relative;
    padding-right: 26px;
}

.slt-apply .slt-more-btn span::after {
    position: absolute;
    content: '';
    top: -1px;
    right: 0;
    width: 18px;
    height: 18px;
    background-image: url('../images/icon_terms_more_down.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.slt-apply .slt-more-btn.open span::after {
    background-image: url('../images/icon_terms_more_up.png');
}

.slt-content {
    background: #f7f7f7;
    border: 1px solid #eaeaea;
    padding: 20px;
    display: none;
}

.slt-content .slt-body {
    font-size: 13px;
    color: #797979;
}

.t-rest-amt-wrap {
    padding: 20px 20px 0;
}

.t-rest-amt {
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.t-rest-standby {
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    margin-top: 2px;
}

.t-rest-amt .tr-title,
.t-rest-amt .tr-amt span, .tr-id span, .t-rest-standby span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.t-rest-amt .tr-amt span:first-child {
    font-size: 16px;
    font-weight: 700;
}

.tr-amt * {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: right
}

@media screen and (min-width: 701px) {
    .t-rest-amt-wrap {
        padding-bottom: 20px;
    }
}

.s-w-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.s-w-head.underLine {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 0
}

.s-w-head span {
    font-size: 16px;
    font-weight: 700;
}

.s-w-head a {
    font-size: 13px;
    font-weight: 500;
    color: #787878;
    text-decoration: underline;
}

.s-w-rest-amt {
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.s-w-rest-amt .swr-title span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.s-w-rest-amt .swr-amt span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.s-w-rest-amt .swr-amt span.amt {
    font-weight: 700;
}

.swr-cau {
    margin-top: 10px;
}

.swr-cau p {
    font-size: 12px;
    color: #797979;
}

.swt-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    line-height: 26px;
}

.swt-row span {
    font-size: 14px;
}

.swt-row.swt-sum {
    border-top: 1px solid #ebebeb;
    line-height: 44px;
    margin-top: 10px;
}

.swt-row.swt-sum span {
    font-weight: 700;
}

.swt-row.swt-sum span:last-child {
    font-size: 18px;
}

.swt-g-phone {
    background: #f7f7f7;
    border: 1px solid #ebebeb;
    padding: 6px 12px;
    width: 250px;
}

.swt-g-phone span {
    font-size: 14px;
    color: #797979;
}

.s-w-r-box {
    border-radius: 10px;
    border: 1px solid #ababab;
    padding: 0 20px;
    position: relative;
}

.s-w-r-box .swr-row {
    line-height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.s-w-r-box .swr-row:last-child {
    border-top: 1px solid #c9c9c9;
}

.s-w-r-box .swr-row span {
    font-size: 14px;
}

.s-w-r-box .swr-row span:last-child {
    font-size: 16px;
    font-weight: 700;
}

.swr-fee-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swr-fee-wrap .swrf-item {
    background: #ff0000;
    position: relative;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    padding: 0 20px 0 40px;
}

.swr-fee-wrap .swrf-item::before {
    position: absolute;
    content: '';
    left: 2px;
    top: 2px;
    width: 22px;
    height: 22px;
    background: url('../images/icon_swrf.png');
    background-size: cover;
}

.swr-fee-wrap .swrf-item span {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.swt-cau {
    background: #efefef;
    padding: 16px;
    margin-top: 10px;
}

.swt-cau p {
    font-size: 12px;
    color: #797979;
}

.sk-image-wrap {
    margin: 30px 0 10px;
}

.sk-image {
    width: 150px;
    height: 150px;
    border: 1px solid #dadada;
    position: relative;
    margin: 0 auto;
}

.sk-image .ski-fee {
    position: absolute;
    width: 120px;
    left: 15px;
    bottom: -12px;
    line-height: 24px;
    border-radius: 12px;
    background: #ff0000;
    padding: 0 20px;
    text-align: center;
}

.sk-image .ski-fee span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

@media screen and (min-width: 701px) {
    .sk-image-wrap {
        margin: 10px 0 30px;
    }
}

.sk-selected-wrap {
    margin: 10px 0 30px 0;
    min-height: 1px;
    padding: 0 20px;
}

.sk-selected-wrap .sks-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 10px;
}

.sk-selected-wrap .sks-item .sks-info {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sks-s span {
    font-size: 14px;
    font-weight: 500;
    color: #797979;
}

.sks-s p {
    font-size: 16px;
    font-weight: 700;
    margin-top: 4px;
}

.sks-dis {
    width: 48px;
    height: 48px;
    background: #ff0000;
    display: flex;
    flex-direction: column;;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 6px;
}

.sks-dis span {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.sks-dis p {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.ct-box {
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ct-box .ct-val {
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ct-box .ct-val span {
    font-size: 15px;
    font-weight: 500;
}

.ct-box .ct-minus,
.ct-box .ct-plus {
    width: 34px;
    height: 34px;
    cursor: pointer;
    background-position: center;
    background-size: 14px 14px;
    background-repeat: no-repeat;
}

.ct-box .ct-minus {
    border-right: 1px solid #ececec;
    background-image: url('../images/icon_ct_minus.png');
}

.ct-box .ct-plus {
    border-left: 1px solid #ececec;
    background-image: url('../images/icon_ct_plus.png');
}

.sub-nt-wrap {
    padding: 0 20px;
}

.snt-content {
    border-radius: 10px;
    background: #eaeaea;
    padding: 20px;
}

.snt-content .dc-list {
    padding: 0;
}

.snt-content .dc-list ul li {
    padding: 4px 0 4px 10px !important;
}

.snt-table-wrap {
    margin-top: 16px;
}

@media screen and (min-width: 701px) {
    .sub-nt-wrap {
        padding: 20px 0 0;
    }
}

.sub-btn-wrap .sub-btn-cont {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    column-gap: 10px;
    padding: 0 20px;
    margin-top: 20px;
}

.sub-btn-wrap .sub-btn-cont-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    padding: 0 20px 40px 20px;
    margin-top: 40px;
}

.sub-btn-wrap.nopadding .sub-btn-cont {
    padding: 0;
    margin-top: 30px;
}

.bs-s-txt {
    font-weight: 400 !important;
}

.sk-box.cc-blue {
    border-color: #bbd0d9;
    background: #eff2f4;
    color: #008bef;
}

.sk-box.cc-bred {
    border-color: #ff9eb4;
    background: #fef2f4;
    color: #f93964;
}

.sk-box.cc-white {
    border-color: #bbd0d9;
    color: #008bef;
}

.bg-blue {
    background: #008bef;
}

.bg-black {
    background: #000;
}

.bg-grey {
    background: #bbbbbb;
}

.bg-bred {
    background: #f93964;
}

.bg-hred {
    background: #ed1c24;
}

.bg-lbrown {
    background: #877b6c;
}

.bg-lgrey {
    background: #eaeaea !important;;
}

.bg-lblue {
    background: #eff2f4 !important;
}

.tx-bold {
    font-weight: bold !important;
}

.tx-blue {
    color: #008bef !important;
}

.tx-red {
    color: #ff0000 !important;
}

.tx-bred {
    color: #f93964 !important;
}

.tx-gray {
    color: #797979 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.ft14 {
    font-size: 14px !important;
}

.ft18 {
    font-size: 18px !important;
}

.tx-right {
    text-align: right
}

.tx-cen {
    text-align: center
}

.pt10 {
    padding-top: 10px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb50 {
    margin-bottom: 50px
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt-none {
    margin-top: 0px
}

.pl-none {
    padding-left: 0px !important;
}

.ex-line {
    height: 1px;
    background: #dedede;
    margin: 24px 20px 0;
}

@media screen and (min-width: 701px) {
    .ex-line {
        margin: 10px 20px 20px;
    }
}

.s-mid-line {
    text-decoration: line-through;
}

.mypage-wrap {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 0;
    width: 100%;
}

.mypage-wrap.mtb {
    margin-bottom: 10px;
}

.mypage-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    padding: 30px 20px 10px;
    border-bottom: 1px solid #e4e4e4
}

.mypage-title .rbtn a {
    display: inline-block;
    font-size: 13px;
    background: #000;
    color: #fff;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    border-radius: 6px;
}

.s-w-head.underLine .rbtn a {
    display: inline-block;
    font-size: 13px;
    background: #000;
    color: #fff;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    border-radius: 6px;
    text-decoration: none
}

.mypage-title h3 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.mypage-content {
    display: flex;
    font-size: 15px;
    padding: 10px 20px 40px 20px;
}

.mypage-content:last-child {
    padding-bottom: 0;
}

.mypage-content li {
    position: relative;
    padding-left: 10px;
    margin-top: 10px;
}

.mypage-content li:before {
    display: inline-block;
    position: absolute;
    left: 0px;
    content: "-"
}

.mp-list {
}

.mp-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 7px 20px;
    height: 50px;
    border-bottom: 1px solid #e4e4e4
}

.mp-item02 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #e4e4e4
}

.mp-item-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 7px 20px 12px 20px;
    border-bottom: 1px solid #e4e4e4
}


.mp-txt {
    font-size: 14px;
    color: #797979;
    padding-top: 4px;
}

.mp-subtx {
    display: flex;
    flex-direction: column;
}

.mp-item.notice_txt {
    height: 40px
}

.mp-item span.txt {
    font-size: 13px;
    color: #797979;
    vertical-align: top;
    display: inline-flex;
    height: -webkit-fill-available;
}

.mp-item.noline {
    border-bottom: 0;
    padding-bottom: 0;
}

.mp-account .mp-item {
    border-bottom: 0
}

.mp-account .pa-account {
    margin: 0 20px 20px 20px;
}

.mp-item .mp-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.mp-img {
    width: 14px;
    height: 36px;
    margin-right: 10px
}

.mp-name {
    color: #000;
    font-weight: 700;
}

.mp-name-light {
    color: #000;
    font-size: 14px;
}

.mp-subname {
    color: #000;
    font-weight: 400;
    font-size: 14px;
}

.mp-input input {
    line-height: 34px;
    font-size: 16px;
    text-align: right;
    color: #000;
    width: 150px;
}

.mp-input input.tline_left {
    text-align: left
}

.mp-input .select-box {
    line-height: 34px;
    font-size: 16px;
}

.mp-find-title {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    width: 120px
}

.find-input {
    width: 100%;
}

.find-input input {
    line-height: 34px;
    font-size: 16px;
    text-align: left;
    color: #000;
    width: 100%;
}

.find-input .select-box {
    line-height: 34px;
    font-size: 16px;
}

.find-radio {
    width: 100%;
}

.find-radio label {
    margin-right: 20px
}

.mp-item input.select-etc {
    line-height: 34px;
}

.mp-item input.select-etc:read-only {
    background-color: #dedede
}

.mp-btn {
    width: 60px;
    height: 36px;
    line-height: 36px;
    background: #eaeaea;
    border-radius: 6px;
    text-align: center;
    font-size: 13px;
}

.mp-btn02 {
    width: 60px;
    height: 36px;
    line-height: 36px;
    background: #f7f7f7;
    border-radius: 6px;
    text-align: center;
    font-size: 13px;
}

.mp-btn02 span {
    color: #aeaeae;
}

.mp-btn a {
    color: #797979;
}

.mp-btn_gray {
    width: 70px;
    height: 36px;
    line-height: 36px;
    background: #787878;
    border-radius: 6px;
    text-align: center;
    font-size: 13px;
}

.mp-btn_gray a {
    color: #fff;
}

.wrap_box {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    column-gap: 6px;
}


.mp-item-col .mp-title-col {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 6px 0;
}

.wrap_box-col {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    column-gap: 6px;
    width: 100%;
}

.wrap_box-col .mp-input {
    width: -webkit-fill-available
}

.wrap_box-col .mp-input input {
    width: -webkit-fill-available
}

.mp-item-col .mp-input {
    width: -webkit-fill-available
}

.mp-item-col .mp-input input {
    width: -webkit-fill-available
}

.mp-item-col .notice_txt {
    font-size: 13px;
    vertical-align: top;
    display: inline-flex;
    height: -webkit-fill-available;
    padding: 5px 0 2px 0;
}

.mp-item-col .notice_txt span {
    color: #797979;
}

@media screen and (min-width: 701px) {
    .mypage-wrap {
        max-width: 680px;
        margin: 0 auto 10px auto;
        padding-bottom: 0;
        border-radius: 10px;
    }

    .mypage-wrap .mp-item:last-child {
        border-bottom: 0;
    }
}

.myteen-balance-wrap {
    background: #f5f5f5;
}

.myteen-balance-content {
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 100%;
}

.myteen-balance-content.buylist {
    padding: 15px
}

.balance-box {
    border-radius: 10px;
    padding: 10px 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (min-width: 701px) {
    .myteen-balance-content {
        max-width: 680px;
        margin: 0 auto
    }
}

.myteen-balance-content h3 {
    font-size: 18px;
    font-weight: 700;
}

.myteen-balance-content p {
    font-size: 14px;
    font-weight: 500;
    color: #797979;
    padding-top: 10px;
}

/*이용내역*/
.myteen-history-wrap {
    padding: 10px 20px;
}

.myteen-history-use-wrap {
    padding: 20px;
    width: 100%;
}

@media screen and (min-width: 701px) {
    .myteen-history-wrap {
        padding: 0 20px;
    }

    .myteen-history-use-wrap, .business-visual {
        max-width: 680px;
        margin: 0 auto;
    }
}

.myteen-history-select-wrap {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #e4e4e4;
}

.myteen-history-select-wrap .slt-more {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 10px;
}

.select-box-search {
    position: relative;
    cursor: pointer;
}

.searchbox-more {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 10px;
}

.searchbox-more a {
    display: flex;
    flex-direction: row;
}

.searchbox-more a span {
    color: #666;
    font-size: 14px;
    line-height: 18px
}

.searchbox-more a span.search-toggle {
    display: block;
    width: 18px;
    height: 18px;
    background-image: url('../images/icon_search_more_down.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.searchbox-more a span.search-toggle.open {
    background-image: url('../images/icon_search_more_up.png');
}

.searchbox {
    background: #fff;
    border: 0;
    display: flex;
    display: none;
}

.search .sk-amt-btn a {
    line-height: 36px;
}

.myteen-history-select-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px
}

.myteen-history-select-area .select-content {
    position: relative;
}

.myteen-history-select-area .select-content .img {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('../images/icon_search_more_down.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.myteen-history-select-area .select-content select {
    padding-right: 15px;
    border: none;
    color: #666;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    outline: 0;
    appearance: none;
}

.myteen-history-select-area .standby-amt {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 900;
}

.myteen-history-select-area .standby-amt span {
    display: inline-flex;
    margin: 0 2px 0 5px;
    font-size: 16px;
    font-weight: 700;
    color: #008bef;
}

.mt-list-item-wrap {
    border-bottom: 1px solid #ebebeb;
    display: flex;
    flex-direction: column;
}

.mt-list-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}

.mt-list-item span {
    font-size: 12px;
    color: #797979;
}

.mtl-left > div {
    font-size: 14px;
    font-weight: 700;
}

.mtl-left ul.mtl-sub {
    padding-top: 4px;
}

.mtl-left ul.mtl-sub li {
    font-size: 12px;
    color: #797979;
}

.mtl-left ul.mtl-sub .mts.bl {
    color: #008bef;
}

.mtl-left ul.mtl-sub .mts.bk {
    color: #000;
}

.mtl-left ul.mtl-sub .mts.rd {
    color: #ff0000;
}

.mtl-right {
    text-align: right;
}

.mtl-btn-wrap {
    padding-top: 6px;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    align-items: end
}

.mtl-btn-wrap a {
    padding: 6px 0;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    width: 80px;
    border-radius: 3px;
}

.mtl-btn-wrap a.grey {
    background: #eaeaea;
    color: #666;
}

.mtl-btn-wrap a.blue {
    background: #008bef;
    color: #fff;
}

.mtl-btn-wrap a.blueline {
    border: 1px solid #008bef;
    color: #008bef;
}

.mtl-amt {
    position: relative;
    padding-left: 14px;
    font-weight: 700;
}

.mtl-txt {
    position: relative;
    padding-left: 14px;
    font-size: 12px;
}

.mtl-amt span {
    color: #000;
}

.mtl-right .plus {
    color: #008bef;
}

.mtl-right .minus {
    color: #ff0000;
}

.bt_bottom {
    padding-bottom: 12px
}

.myteen-refund-wrap {
    padding: 20px;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
}

.myteen-refund-wrap p {
    font-size: 14px;
    color: #797979;
}

@media screen and (min-width: 701px) {
    .myteen-refund-wrap {
        max-width: 680px;
        margin: 0 auto;
        border-bottom: 0;
    }
}

.bottom-btn-wrap {
    width: 100%;
    padding: 0 20px
}

.bottom-btn-cont {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    column-gap: 10px;
    padding-bottom: 40px;
    margin-top: 30px;
}

@media screen and (min-width: 701px) {
    .bottom-btn-wrap {
        max-width: 680px;
        margin: 0 auto;
        padding: 0;
    }
}

/*약관*/
.agree-wrap {
    padding: 20px
}

.agree-wrap .contents {
    color: #000;
}

.agree-wrap .contents p {
    line-height: 1.6;
}

/*공지사항*/
.cs-nt-list-section {
    border-bottom: 1px solid #e4e4e4;
}

.cs-nt-list-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 20px 8px;
}

.cs-nt-list-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.cs-nt-list-title .title {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 6px;
}

.cs-nt-list-title .date {
    font-size: 14px;
    font-weight: 500;
}

.cs-nt-list-title .date span {
    color: #797979;
    position: relative;
}

.cs-nt-list-title .date span:first-child {
    padding-right: 10px;
    margin-right: 5px;
}

.cs-nt-list-title .date span:first-child::after {
    position: absolute;
    content: '|';
    top: 0;
    right: 0;
}

.cs-nt-list-head .menu-tail .deco-chevron-toggle {
    width: 25px;
    height: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/icon_cslist_down.png');
    margin-left: 20px;
}

.cs-nt-list-head.open .menu-tail .deco-chevron-toggle {
    background-image: url('../images/icon_cslist_up.png');
}

.cs-nt-cont-wrap {
    display: none;
    background: #f2f2f2;
    padding: 25px 20px
}

.cs-nt-cont {
    border: 0;
    width: auto;
    height: auto;
}

.cs-nt-cont p {
    line-height: 1.6;
    padding-bottom: 6px;
}

.cs-nt-cont img {
    padding-bottom: 6px;
}

.nt-more-wrap {
    height: 40px;
    margin: 20px auto;
}

.nt-more-wrap a {
    display: flex;
    justify-content: center;
    border: 1px solid #e4e4e4;
    background: #f7f7f7;
    border-radius: 20px;
    line-height: 40px;
    align-items: center;
}

.nt-more-wrap a span.icon {
    display: block;
    width: 18px;
    height: 18px;
    background-image: url('../images/icon_search_more_down.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.cs-suggest-wrap {
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    row-gap: 10px
}

.suggest-select .form-select-box {
    width: 100%;
}

.suggest-input textarea {
    width: 100%;
    border-color: #cacaca;
    padding: 20px
}

.st-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.st-wrap .st-con {
    background: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    border: 1px solid #eaeaea;
}

.st-wrap .st-con .title {
    font-weight: 700;
    color: #008bef;
    font-size: 14px;
    margin-bottom: 6px;
}

.st-wrap .st-con .txt {
    font-size: 16px;
}

.st-cont {
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    padding: 20px;
}

.st-cont p {
    text-align: center;
}

.dl-btn-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 20px;
}

.dl-btn {
    background: #000;
    width: 100%;
    height: 45px;
    border-radius: 10px;
    display: inline-flex;
}

.dl-btn .st-img {
    width: 30px
}

.dl-btn a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0 auto
}

@media screen and (min-width: 701px) {
    .st-wrap {
        grid-template-columns: repeat(4, 1fr);
    }

    .st-cont {
        max-width: 680px;
        width: 100%;
        border-radius: 10px
    }
}

/*회사소개*/
.business-wrap {
    width: 100%;
    background: #f5f5f5;
    padding-bottom: 30px;
}

.business-visual .main_img {
    width: 60%;
    margin: 0 auto;
    padding-top: 60px;
}

.business-visual .main_txt {
    font-size: 18px;
    text-align: center;
    color: #000;
    padding: 20px 10px 0 10px
}

.business-visual .main_txt b {
    font-weight: 700;
    color: #3c74c9
}

.business-visual .main_txt span {
    display: inline-block;
    color: #000;
    font-weight: 300;
}

.business_about {
    margin-top: 30px;
    padding: 0 30px;
    display: grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    column-gap: 10px;
}

.business_about .item {
    padding: 0 10px
}

.business_about .item .item_txt {
    text-align: center;
    padding-top: 10px;
    font-weight: 700;
    color: #757575;
    font-weight: 300
}

.sub_txt {
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    padding: 0 20px 30px 20px;
}

.business-about-wrap {
    padding: 20px;
}

.business-history {
}

.business-history li {
    position: relative;
    margin-top: 10px;
    padding-left: 80px;
}

.business-history li:first-child {
    margin-top: 0
}

.business-history li span {
    color: #008bef;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
}

.contact-content {
    margin-top: 30px;
}

.contact-content:first-child {
    margin-top: 0;
}

.contact-content .title {
    color: #008bef;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.contact-content .title .img {
    display: inline-flex;
    width: 16px;
    height: 16px;
    padding-right: 4px;
}

.contact-content li {
    margin-top: 12px;
}

.contact-content li:first-child {
    margin-top: 0;
}

.bi-content-wrap {
    margin-top: 30px
}

.bi-content-wrap:first-child {
    margin-top: 0
}

.tb-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.tb-title {
    display: flex;
    font-size: 18px;
    font-weight: 700;
}

.btn-down {
    display: inline-flex;
}

.tb-btn {
    display: flex;
    height: 30px;
    padding: 5px;
    background: #008BEF;
    border-radius: 6px;
}

.btn-img {
    width: 20px;
}

.btn-title {
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    height: 20px;
    margin: 0 2px;
}

.sub-txt {
    font-size: 14px;
    font-weight: 500;
    color: #797979;
    padding-top: 10px;
}

.blogo-img-wrap {
    width: 100%;
    height: 150px;
    border: 1px solid #dadada;
    margin-top: 20px
}

.blogo-img {
    width: 153px;
    height: 90px;
    margin: auto;
    padding: 30px 0;
}

.card-img-wrap {
    width: 100%;
    margin-top: 20px;
    display: grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    column-gap: 20px;
}

.card-img {
    border: 1px solid #dadada
}

.sub-btn-wrap .sub-btn-cont.no-padding {
    padding: 0 20px;
}

@media screen and (min-width: 701px) {
    .business_about {
        display: grid;
        grid-template-columns: repeat(4, 1fr)
    }

    .business-visual .main_txt {
        font-size: 18px;
        padding: 20px;
    }

    .business-visual .main_img {
        width: 360px;
        margin: 0 auto;
    }

    .card-img-wrap {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 10px;
    }

    .sub-btn-wrap .sub-btn-cont.no-padding {
        padding: 0;
    }

}


.dr-ac-item {
    margin-bottom: 20px;
}

.dr-ac-item h2 {
    font-size: 16px;
    padding: 0 0 10px 0;
}

.dr-ac-item p {
    font-size: 13px;
    color: #797979;
    padding-bottom: 10px;
}

.dr-ac-msg {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.dr-notice {
    border: 1px solid #dfdfdf;
    padding: 20px;
}

.dr-notice h2 {
    font-size: 14px;
    padding-bottom: 10px;
}

.dr-notice ul li {
    position: relative;
    padding: 4px 0 4px 10px;
    font-size: 13px;
    color: #797979;
}

.dr-notice ul li::before {
    position: absolute;
    left: 0;
    top: 4px;
    content: '-';
    font-size: 13px;
    font-weight: 500;
    color: #797979;
}

.dr-notice-sub {
    padding: 6px 0;
}

.dr-notice .dr-notice-sub ul li {
    padding: 2px 0 2px 8px;
}

.dr-notice .dr-notice-sub ul li::before {
    content: '・';
    left: -5px;
}

.dr-tb {
    border: 0 !important;
    border-top: 2px solid #000 !important;
}

.dr-tb tr td {
    height: 50px;
    border: 0 !important;
    border-bottom: 1px solid #bebebe !important;
    font-size: 14px;
    color: #818181;
    padding: 0 10px;
}

.dr-tb tr td:first-child {
    text-align: left;
    width: 108px;
    background: #f5f5f5;
}

.dr-tb tr td:last-child {
    text-align: right;
    font-weight: 600;
    color: #000;
}

.dr-tb.ar tr td:last-child {
    text-align: left;
}

.dr-tb input {
    text-align: left !important;
}

@media screen and (min-width: 701px) {
    .is_mo {
        display: none;
    }

    .dr-ac-item {
        padding: 0 20px;
    }

    .p-ct-wrap .dr-ac-item {
        padding: 0;
    }
}

/*핀구매*/
.pa-account_new {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #008BEF;
    height: 66px;
    margin-top: 12px;
    padding: 0 12px;
    background: #fff;
    justify-content: space-between;
    margin-bottom: 10px
}

.pa-account_new .account_inform {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pa-account_new .pa-b-img {
    width: 40px;
    height: 40px;
}

.pa-account_new .pa-b-info {
    padding-left: 10px;
}

.pa-account_new .pa-b-info .pa-b-acc {
    font-size: 13px;
    color: #797979;
}

.pa-account_new .pa-b-info .pa-b-name {
    font-size: 16px;
    font-weight: 700;
}

.pa-btn {
    width: 80px;
    height: 36px;
    line-height: 36px;
    background: #eaeaea;
    border-radius: 6px;
    text-align: center;
    font-size: 13px;
    color: #797979;
}

.buypin-wrap {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 0;
    width: 100%;
    padding: 20px;
    background: #fff
}

.buypin-wrap.mtb {
    margin-bottom: 10px;
}

.pa-amt-btn {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 5px;
    row-gap: 5px;
    align-items: center;
    margin-bottom: 10px;
}

.pa-amt-btn a {
    border: 1px solid #cacaca;
    border-radius: 5px;
    background: #fff;
    line-height: 50px;
    border-right: 1px solid #cacaca;
    flex: 1;
    text-align: center;
}

.pa-amt-btn a.on {
    background: #008bef;
}

.pa-amt-btn a.on span {
    color: #fff;
}

.pa-amt-btn a span {
    font-size: 13px;
}

.pa-amt-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}

.pa-amt-content .title {
    font-size: 14px;
}

.pa-amt-content .title-16 {
    font-size: 16px;
}

.pa-amt-content .account-number {
    display: flex;
    align-items: flex-end;
    font-size: 14px;
    flex-direction: column;
}

.pa-amt-content .txalign-line {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.pa-amt-content .txalign-line .sub-txt {
    padding-top: 2px;
}

.pa-amt-total {
    width: 100%;
    height: 62px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.pa-amt-total .title {
    font-size: 14px;
    font-weight: 700
}

.pa-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.total-price {
    font-size: 18px;
    font-weight: 700;
    text-align: right;
}

.total-notice {
    font-size: 12px;
    text-align: right;
    color: #ff0000;
}

.total-notice span {
}

.copy_btn a {
    display: inline-block;
    padding: 8px;
    font-size: 14px;
    background: #eaeaea;
    border-radius: 5px;
    margin-left: 5px;
}

.pa-amt-content.first {
    margin-top: 30px
}

.pa-amt-content .sks-counter {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

.pa-amt-content .sks-counter-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.pa-amt-content .account-btn a {
    display: inline-block;
    background: #008BEF;
    font-size: 14px;
    color: #fff;
    padding: 0 6px;
    height: 36px;
    line-height: 36px;
    border-radius: 6px;
}

.pa-amt-content .account-num {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 14px;
}

.pa-amt-content .account-num .b-img {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.pa-amt-content .select-kind a {
    display: inline-block;
    border: 1px solid #008BEF;
    font-size: 14px;
    color: #008BEF;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    border-radius: 6px;
}

.pa-amt-content .select-kind a .img {
    display: inline-flex;
    width: 12px;
    height: 7px;
    background-image: url('../images/icon_select_blue.png');
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.pa-amt-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
}

.pa-amt-input .title {
    font-size: 14px;
}

.pa-amt-input .title-16 {
    font-size: 16px;
}


.limit_inform {
    padding: 10px;
    background: #F2F2F2;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
}

.limit_inform li {
    font-size: 12px;
    line-height: 20px;
    color: #787878;
}

.sks-counter-row .pa-b-info .pa-b-acc {
    font-size: 13px;
    color: #797979;
}

.sks-counter-row .pa-b-info .pa-b-name {
    font-size: 16px;
    font-weight: 700;
}


@media screen and (min-width: 701px) {
    .pa-amt-btn {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    .pa-amt-content .account-number {
        flex-direction: row;
        align-items: center;
    }
}

.check-wrap {
    display: flex;
    align-items: center;
    height: 18px;
    margin-top: 16px;
}

.form-check {
    display: inline-flex;
    align-items: center;
    margin-left: 20px;
}

.form-check label {
    margin-left: 5px
}

.form-check:first-child {
    margin-left: 0;
}

.receive-input-wrap {
    margin-top: 20px;
}

.email-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recently_list {
    margin-top: 30px;
    border: 1px solid #CACACA;
    display: flex;
    flex-direction: column;
}

.recently_list .title {
    display: flex;
    background: #F2F2F2;
    padding: 0 14px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    justify-content: space-between;
    align-items: center;
}

.recently_list .title .list-toggle {
    display: inline-flex;
    width: 12px;
    height: 7px;
    background-image: url('../images/icon_footer_chevron_on.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.recently_list .title .list-toggle.open {
    background-image: url('../images/icon_footer_chevron_off.png');
}

.recently_list .number_list, .recently_list .mail_list {
    display: none
}

.recently_list .number_list li, .recently_list .mail_list li {
    padding: 10px 14px;
    border-top: 1px solid #eaeaea;
    font-size: 14px;
}

.recently_list .number_list li:first-child, .recently_list .mail_list li:first-child {
    border-top: none
}

/*핀충전 조회*/
.pin-inform-wrap {
    border: 1px solid #dadada
}

.pin-in-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #EFF2F4;
    padding: 12px 15px;
}

.pin-in-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #dadada;
    padding: 12px 15px;
}

.pin-content-right {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    font-size: 14px;
}

.pin-content-right span {
    width: 80px;
    text-align: right
}

.pin-condition {
    text-align: right
}

.pin-in-body.no-good {
    background: #f8f8f8;
}

.pin-in-body.no-good .check-box span {
    color: #aeaeae
}

.pin-content-title {
    display: flex;
    flex-direction: row-reverse;
    font-size: 14px;
    text-align: center;
}

.pin-content-title span {
    padding: 0 2px;
    font-weight: 700;
}

.middle-title {
    margin: 30px 0 10px 0;
    font-size: 14px;
    font-weight: 700
}

.pin-charge-head {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #EFF2F4;
    padding: 12px 15px;
}

.pin-charge-head span {
    font-size: 14px;
    font-weight: 700;
    flex: 1 1 0;
    text-align: center;
}

.pin-charge-head span:nth-child(1) {
    flex: 1.5 1 0;
}

.pin-charge-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid #dadada;
    padding: 12px 15px;
}

.pin-charge-content span {
    font-size: 14px;
    flex: 1 1 0;
}

.pin-charge-content span:nth-child(1) {
    flex: 1.5 1 0;
}

.pin-inform-wrap.pin-search {
    margin: 20px 0;
}

.pin-inform-wrap.pin-search .pin-in-head, .pin-inform-wrap.pin-search .pin-in-body {
    justify-content: space-around;
}

.pin-inform-wrap.pin-search .pin-in-head div {
    font-size: 14px;
    font-weight: 700;
}

.pin-inform-wrap.pin-search .pin-in-body div {
    font-size: 14px;
}

.pin-inform-wrap.pin-search .pin-in-head .t-kind {
    width: 43px;
    text-align: center;
}

.pin-inform-wrap.pin-search .pin-in-head .t-pin {
    width: 170px;
    text-align: center;
}

@media screen and (min-width: 361px) {
    .pin-content-right {
        flex-direction: row
    }

    .pin-content-right span.pin-condition {
        text-align: center
    }

    .pin-content-title {
        flex-direction: row;
    }

    .pin-content-title span {
        width: 80px;
        text-align: center;
        padding: 0
    }

    .tx-section {
        display: none
    }

    .pa-btn {
        width: 90px;
    }

    .charge-amt-wrap p {
        font-size: 13px;
        color: #797979;
        padding: 2px 0;
        display: flex;
        align-items: center;
        gap: 1vw;
    }
}

.pk-input-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

.pk-input-btn a span {
    display: inline-flex;
    width: 20px;
    height: 20px;
    border: 1px solid #dadada;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.pk-input-btn a span img {
    width: 10px;
    height: 10px;
}

.ac-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ac-list .account_inform {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ac-list .pa-b-img {
    width: 32px;
    height: 32px;
}

.ac-list .pa-b-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-left: 10px;
}

.ac-list .pa-b-info .pa-b-acc {
    font-size: 12px;
    color: #797979;
}

.ac-list .pa-b-info .pa-b-name {
    font-size: 15px;
    font-weight: 700;
}

.pin-input-area {
    padding: 20px 0
}

.box-title-area {
    padding-top: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dadada;
}

.pa-account_new.no-margin {
    margin: 0
}

/*버튼모양 radio*/
.btn_select {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 10px;
    border: 1px solid #cacaca;
}

.btn_select div {
    display: flex;
    border-left: 1px solid #cacaca;
    flex: 1;
}

.btn_select div:first-child {
    border: 0
}

.btn_select input[type=radio] {
    display: none;
}

.btn_select input[type=radio] + label {
    display: inline-block;
    cursor: pointer;
    height: 50px;
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 13px;
}

.btn_select input[type=radio] + label {
    background-color: #fff;
    color: #000;
}

.btn_select input[type=radio]:checked + label {
    background-color: #008BEF;
    color: #fff;
}

/* 툴팁 기본 스타일 */
.custom-tooltip {
    display: none; /* 초기에는 숨김 */
    position: absolute; /* 마우스 위치나 부모 요소 기준으로 위치 지정 */
    background-color: #eaeaea;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    z-index: 1000; /* 다른 요소 위에 표시 */
    pointer-events: none; /* 툴팁 자체에 마우스 이벤트가 발생하지 않도록 하여 부모 요소에 영향을 주지 않게 함 */
}

.input_time_wrap {
    position: relative;
}

.input_time_wrap .input_timer {
    position: absolute;
    top: 16px;
    right: 15px;
    color: #ff0000
}

/*1원송금*/
.onemoney_wrap {
    display: flex;
    padding: 20px;
    background: #EFF2F4;
    border-radius: 10px;
    flex-direction: column;
    gap: 12px;
}

.onemoney_contents {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.img_password {
    display: flex;
    gap: 5px;
}

.img_password span {
    display: inline-flex;
    width: 34px;
    height: 34px;
    line-height: 40px;
    background: #008BEF;
    border-radius: 6px;
    color: #fff;
    font-size: 24px;
    justify-content: center;
}

.notice_wrap {
    padding-top: 20px;
    border-top: 1px solid #dadada
}

.mypage-content.pdset {
    padding: 10px 0px 40px 0px;
}

/*캐시설정*/
.main-switch {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.main-switch .mt-title {
    font-weight: 700
}

.toggle-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}

.toggle-txt p {
    padding: 0;
    font-size: 15px
}

.set-cash {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding-bottom: 20px;
}

.set-cash a {
    border: 1px solid #eaeaea;
    border-radius: 3px;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    background: #fff;
}

.set-cash a.on {
    background: #008bef;
    color: #fff;
    border: 0;
}

.set-cash-wrap {
    background: #fff;
}

.sc-head {
    border-bottom: 1px solid #dadada;
}

.sc-item {
    display: flex;
    height: 46px;
    align-items: center;
    padding: 0 16px;
}

.sc-check {
    width: 30px;
}

.sc-check .checkmark {
    top: -8px;
}

.sc-name {
    flex: 1;
    text-align: center;
    font-size: 14px;
}

.sc-state {
    width: 80px;
    text-align: center;
    font-size: 14px;
}

.sc-body .sc-item {
    border-bottom: 1px solid #efefef;
    cursor: pointer;
}

.sc-body .sc-name, .sc-body .sc-state {
    color: #b8b8b8;
}

.sc-state.use {
    display: none;
}

.sc-selected .sc-name {
    color: #000;
}

.sc-selected .sc-state {
    color: #008bef;
}

.sc-selected .sc-state.lock {
    display: none;
}

.sc-selected .sc-state.use {
    display: block;
}