.myclass-tab {
    gap: 1px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.myclass-tab .tab .tab-btn {
    border: 0;
    padding: 15px 0;
    font-size: 1.4rem;
    background: #f7f7f7;
    color: #222;
}

.myclass-tab .tab .tab-btn.on {
    color: #fff;
    background: #088767;
    font-weight: normal;
}

.myclass {
    padding: 29px 0 66px;
}

.myclass .myclass-list .item {
    border: 1px solid #ced5de;
    border-radius: 8px;
    overflow: hidden;
}

.myclass .myclass-list .item:not(:last-child) {
    margin-bottom: 25px;
}

.myclass .myclass-list .subject-top {
    background: #f7f8fb;
    border-bottom: 1px solid #ced5de;
    padding: 12px 20px;
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.myclass .myclass-list .subject-top .state {
    font-size: 1.2rem;
    color: #fff;
    width: 57px;
    height: 22px;
    border-radius: 20px;
    background: #555;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.myclass .myclass-list .subject-top .state.complet {
    background-color: #088767;
}

.myclass .myclass-list .subject-top .state.not {
    background-color: #6c5c5c;
}

.myclass .myclass-list .subject-top .state.waiting {
    background-color: initial;
    color: #767676;
    border: 1px solid #767676;
}

.myclass .myclass-list .subject-top .state.not02 {
    background-color: #fff6f5;
    color: #c32419;
    border: 1px solid #c32419;
}

.myclass .myclass-list .subject-content {
    padding: 14px 20px 19px;
}

.myclass .myclass-list .subject-content .info-list li p {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -0.88px;
}

.myclass .myclass-list .subject-content .info-list li p:first-child {
    width: 85px;
    margin-right: 10px;
}

.myclass .myclass-list .subject-content .info-list li p:first-child,
.myclass .myclass-list .subject-content .info-list li p:nth-child(3) {
    color: #666;
}

.myclass .myclass-list .subject-content .btn-box {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

/* .myclass .myclass-list .subject-content .btn-box .btn-grade {
    width: 55%;
} */

/* .myclass .myclass-list .subject-content .btn-box .btn-enter {
    width: 45%;
} */

.myclass .myclass-list .subject-content .btn-grade,
.myclass .myclass-list .subject-content .btn-enter {
    width: 100%;
    height: 36px;
    background: #153029;
    border-radius: 3px;
    color: #fff;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 20px;
}

.myclass .myclass-list .subject-content .btn-grade {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}

.myclass .myclass-list .subject-content .btn-enter.disable {
    background-color: #f4f5f7;
    color: #a7a9ac;
}


.myclass .myclass-list2 {
    margin-top: 25px;
}

.myclass .myclass-list2 .list-top {
    border: 1px solid #ced5de;
    border-radius: 7px;
    background: #f7f8fb;
    padding: 12px 20px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
    position: relative;
    padding-right: 50px;
    letter-spacing: -1px;
}

.myclass .myclass-list2 .list-top::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../../images/www/content/icon_down_b.svg") no-repeat center;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(180deg);
}

.myclass .myclass-list2.open .list-top::after {
    transform: translateY(-50%) rotate(0);
}

.myclass .myclass-list2 .list-top p:first-child {
    font-size: 16px;
    font-weight: 600;
}

.myclass .myclass-list2 ul li {
    border: 1px solid #ced5de;
    border-radius: 7px;
    padding: 20px;
}

.myclass .myclass-list2 ul li ~ li {
    margin-top: 10px;
}

.myclass .myclass-list2 ul li p {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -1px;
}

.myclass .myclass-list2 ul li .btn-enter {
    width: 100%;
    height: 36px;
    background: #153029;
    border-radius: 3px;
    color: #fff;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 16px;
}

.myclass .myclass-empty {
    padding: 105px 0;
    text-align: center;
}

.myclass .myclass-empty img {
    width: 62.686%;
    max-width: 210px;
}

.myclass .myclass-empty p {
    font-size: 1.4rem;
    color: #222;
    margin-top: 29px;
}

.modify .form-group {
    padding: 3rem 2rem 1.5rem;
}

.modify .form-group:not(:first-of-type) {
    border-top: 10px solid #f7f7f7;
}

.modify .form-group h3 {
    font-size: 18px;
    font-weight: 600;
}

.modify .form-group .row {
    margin-left: 0;
    margin-right: 0;
}

.modify .form-group .row .title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.modify02 .form-group .row {
    padding: 2rem 0;
}

.modify02 .form-group .row:not(:last-of-type){
    border-bottom: 1px solid #eaecef;
}

.form-group .modify-btn {
 color: #888;   
 padding: 9px 14px;
 background-color: #f4f5f8;
 border: 1px solid #dfdfdf;
 border-radius: 3px;
}

.form-group .link-btn {
    font-size: 1.2rem;
    padding: 7px 10px 7px 35px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    margin-left: 8px;
    background: #fff url('../../images/www/common/icon_link.png') no-repeat left 10px center;
}

.form-group .link-btn02 {
    font-size: 1.2rem;
    padding: 7px 10px 7px 35px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    margin-left: 8px;
    background: #fff url('../../images/www/common/icon_unlink.png') no-repeat left 10px center;
}

.form-group .sns-name span {
    font-weight: 600;
    margin-left: 8px;
}

.form-group .post-btn {
    width: 135px;
    padding: 14.5px 0;
    border: 1px solid #222;
    border-radius: 3px;
}

.form-group .form-control[readonly] {
    background-color: #fafafa;
}

.form-group .apply-btn {
    display: inline-block;
    width: 90px;
    color: #fff;
    background-color: #9296a5;
    padding: 13px 0;
    border-radius: 3px;
    margin-left: 10px;
}

.info-top {
    display: flex;
    padding: 1.7rem 2rem;
    border-bottom: 1px dashed #e0e0e0;
}

.info-top .txt-box {
    display: flex;
}

.info-top > div:not(:last-of-type){
    margin-right: 28px;
}

.info-top .title {
    font-weight: 600;
}

.info-top .txt {
    color: #999;
    margin-left: 10px;
}

.oder-confirm {
    padding: 3rem 2rem 6rem;
}

.oder-confirm h3 {
    font-size: 18px;
    font-weight: 600;
    color: #767676;
    text-decoration: underline;
}

.oder-confirm .sub-list {
    margin-top: 20px;
}

.oder-confirm .sub-list .row {
    margin: 0;
    padding: 12px 0;
    align-items: center;
}

.oder-confirm .sub-list .row {
    border-bottom: 1px solid #eaecef;
}

.oder-confirm .sub-list .row .tit {
    font-weight: 500;
    padding-right: 0;
}

.oder-confirm .sub-list .row .price {
    text-align: right;
    padding-right: 0;
}

.oder-confirm .sub-list .tit {
    font-size: 1.6rem;
    padding-left: 0;
    line-height: 22px;
}

.oder-confirm .sub-list .package span {
    font-size: 12px;
    font-weight: 600;
    color: #5c5f6c;
    border: 1px solid #707280;
    padding: 2.5px 10px;
    border-radius: 15px;
    margin-left: 10px;
}

.oder-confirm .sub-list .price {
    font-weight: 600;
    font-size: 1.6rem;
    padding-left: 0;
    padding-right: 0;
}

.oder-confirm .sub-list .package-child .tit {
    font-size: 1.4rem;
    color: #767676;
    font-weight: 400;
    display: flex;
    align-items: center;
    line-height: 18px;
    padding-left: 15px;
}

.oder-confirm .sub-list .package-child .tit img {
    vertical-align: text-top;
    margin-right: 6px;
}

.oder-confirm .sub-list .package-child .price {
    font-size: 1.4rem;
    font-weight: 400;
}

.total {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    margin-top: 20px;
}

.total .tit {
    font-size: 1.6rem;
    font-weight: 600;
}

.total .price {
    font-size: 2rem !important; 
    color: #3751db;
    font-weight: 600;
    margin-left: 13px;
}

.pay-info-box {
    padding: 16px 16px 25px;
    background-color: #f8fafc;
    margin-top: 50px;
}

.pay-info-box .tit {
    font-weight: 600;
}

.pay-info-box .txt {
    margin-top: 10px;
}

.pay-info-box .red {
    color: #c52c22;
    margin-top: 15px;
    letter-spacing: -0.5px;
}

.pay-details .tab-list {
    display: flex;
    border-top: 1px solid #e3e3e3;
}

.pay-details .tab-list li {
    flex: 1;
}

.pay-details .tab-list li a {
    display: block;
    text-align: center;
    padding: 15px 0;
    background-color: #f4f4f4;
    color: #999999;
}

.pay-details .tab-list li a.on {
    background-color: #fff;
    color: #222;
    font-weight: 500;
}

.pay-details .cont-group {
    padding: 3rem 2rem;
    border-bottom: 9px solid #f7f7f7;
    position: relative;
}

.pay-details .cont-group::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #E0E0E0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.pay-details.view .cont-group {
    border-bottom: 0;
}

.pay-details.view .cont-group::after {
    display: none;
}

.pay-details .cont-group .date {
    font-size: 1.6rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.pay-details .cont-box {
    padding: 2rem 1.5rem;   
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}

.pay-details .cont-box .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pay-details .title-btn {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}

.pay-details .title-btn img {
    margin-left: 5px;
}

.pay-details .title-btn.not {
    color: #c52c22;
}

.pay-details .title-btn.comple {
    color: #767676;
}

.pay-details .title-btn.waiting {
    color: #3751db;
}

.pay-details .cont-box .more-btn {
    font-size: 1.2rem;
    padding: 7px 9px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    background-color: #fff;
}   

.pay-details .txt-list {
    margin-top: 15px;
}

.pay-details .txt-list li {
    display: flex;
}

.pay-details .txt-list li:not(:last-of-type) {
    margin-bottom: 13px;
}

.pay-details .txt-list .title {
    font-weight: 500;
    color: #000;
    margin-right: 10px;
    letter-spacing: -0.88px;
}

.pay-details .txt-list .txt {
    color: #999;
    letter-spacing: -0.88px;
    white-space: nowrap;
}

.copy-btn {
    display: inline-block;
    width: 33px;
    font-size: 1.2rem;
    color: #999;
    text-align: center;
    padding: 3px 0;
    border: 1px solid #999;
    border-radius: 10px;
    margin-left: 10px;
}

.coupon .top {
    padding: 20px 20px 30px;
}

.coupon .form-control {
    width: calc(100% - 62px);
    height: 34px;
    border-radius: 5px;
}

.coupon .reg-btn {
    display: inline-block;
    width: 62px;
    font-size: 1.2rem;   
    color: #999;
    padding: 10px 0;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    margin-left: 7px;
}

.coupon .top-title {
    font-size: 2.6rem;
    font-weight: 100;
    color: #333;
    margin-top: 30px;
}

.coupon .top-title span {
    color: #3751db;
    font-weight: 600;
}

.coupon .top-txt {
    line-height: 20px;
    letter-spacing: -0.88px;
    margin-top: 10px;
}

.coupon .coupon-list {
 padding: 40px 20px 80px;   
 background-color: #f7f8fb;
}

.coupon .coupon-list li {
    border: 1px solid #d2d8e1;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
}

.coupon .coupon-list li:not(:last-of-type){
    margin-bottom: 20px;
}

.coupon .coupon-list li .wrap {
    padding: 16px 20px;
}

.coupon .coupon-list .mark-wrap {
    margin-bottom: 15px;
}

.coupon .coupon-list .d-day {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: #222;
    padding: 5px 12px;
    border-radius: 14px;
}

.coupon .coupon-list .cart-coupon {
    display: inline-block;
    font-size: 1.2rem;
    color: #088767;
    padding: 5px 8px;
    border: 1px solid #088767;
    border-radius: 14px;
    margin-left: 10px;
}

.coupon .coupon-list .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.coupon .coupon-list .date {
    margin-bottom: 15px;
}

.coupon .coupon-list .info-txt {
    font-size: 1.2rem;
    color: #999;
}

.coupon .coupon-list .more-btn {
    width: 100%;
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    background-color: #9296A5;
}

.coupon .not-coupon {
    text-align: center;
    margin-top: 75px;
}

.coupon .not-coupon p {
    font-size: 1.6rem;
    margin-top: 10px;
}

.coupon .not-coupon p span {
    color: #3751db;
}

#couponModal .bottom-sheet-content {
    padding-top: 50px;
}

#cert {
    width: 100%;
    background-color: #f8fafc;
}

.cert-inner {
    padding: 80px 20px 100px;
    text-align: center;
}

#couponModal .sub-list li {
    padding: 15px;
}

#couponModal .sub-list li:not(:last-of-type) {
    border-bottom: 1px solid #e5e5e5;
}


#certModal .certify-self {
    margin-top: 3rem;
}

#certModal .certify-self .certification {
    display: block;
    width: 100%;
    border: 1px solid #cddcd6;
    color: #767676;
    padding: 2.5rem 0;
}

#certModal .certify-self .item:not(:last-child){
    margin-bottom: 1rem;
}

#certModal .certify-self .certification img {
    width: 13%;
    margin-bottom: 2rem;
}

#certModal .certify-self .certification .txt {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

#certModal .certify-self .certification .sub-txt {
    font-size: 1.2rem;
    line-height: 1.5;
}

#nameAuth .top-txt {
    line-height: 20px;
    letter-spacing: -0.88px;
}

#nameAuth .input-box {
    padding: 2rem;
    margin-top: 20px;
    background-color: #fafafa;
}

#nameAuth .input-box .input-wrap:not(:last-of-type) {
    margin-bottom: 20px;
}

#nameAuth .input-box label {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 10px;
}

#nameAuth .custom-control img {
    vertical-align: middle;
    margin-left: 3px;
}

#nameAuth .toggle-box {
    display: none;
    margin-top: 20px;
    margin-bottom: 30px;
}