@charset "UTF-8";

.page-container.refund {
    width: calc(100% - 55px);
    margin: 50px auto;
}

.page-container.refund .refund-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 auto;
}

.page-container.refund .refund-top .img-wrap {
    position: relative;
    width: 108px;
}

.page-container.refund .refund-top .text-wrap {
    display: flex;
    width: 100%;
    height: 100%;
    background: #ffffff;
    flex-direction: column;
    justify-content: center;
    padding: 40px 20px;
    box-sizing: border-box;
    margin-top: -30px;
}

.page-container.refund .refund-top .text-wrap h2 {
    font-size: 30px;
}

.page-container.refund .refund-top .text-wrap .text {
    font-size: 20px;
    color: #222222;
    margin-top: 10px;
}

.refund-inner {
    margin: 50px 0;
}

.refund-inner .refund-content {
    display: flex;
    margin: 50px 0;
    flex-direction: column;
}

.refund-inner .refund-content .refund-list {
    width: 100%;
}

.refund-inner .refund-content .refund-list .refund-list-wrap {
    width: 100%;
    height: 80px;
    margin-bottom: 30px;
}

.refund-inner .refund-content .refund-list .refund-list-wrap a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    background: #ffffff;
    color: #222222;
    border: 1px solid #ECAF4E;
    border-radius: 20px;
    justify-content: space-between;
    box-shadow: 2px 2px 4px 0px rgb(33 33 33 / 30%);
    padding: 0 20px;
    box-sizing: border-box;
}

.refund-inner .refund-content .refund-list .refund-list-wrap a .title-wrap {
    display: flex;
    align-items: center;
}

.refund-inner .refund-content .refund-list .refund-list-wrap a .number {
    font-size: 30px;
    color: #FF8A2B;
    margin-right: 10px;
}

.refund-inner .refund-content .refund-list .refund-list-wrap a .title {
    font-size: 20px;
}

.refund-inner .refund-content .refund-list .refund-list-wrap.active a {
    background: #ECAF4E;
    color: #ffffff;
}

.refund-inner .refund-content .refund-list .refund-list-wrap.active a .number {
    color: #ffffff;
}

.refund-inner .refund-content .refund-item .refund-item-cont .icon-wrap {
    width: 90px;
    margin-top: 10px;
}

.refund-inner .refund-content .refund-item {
    width: 100%;
    margin-top: 30px;
}

.refund-inner .refund-content .refund-item .refund-item-cont {
    margin-bottom: 80px;
}

.refund-inner .refund-content .refund-item .refund-item-cont .title-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-bottom: 1px solid #32463D;
    padding-bottom: 10px;
}

.refund-inner .refund-content .refund-item .refund-item-cont .title-wrap .number {
    font-size: 30px;
    letter-spacing: 0.1em;
    margin-right: 10px;
}

.refund-inner .refund-content .refund-item .refund-item-cont .title {
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #32463D;
}

.refund-inner .refund-content .refund-item .refund-item-cont .text-area {
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #222222;
    margin-top: 10px;
}

.refund-inner .refund-content .refund-item .refund-item-cont .text-area .list {
    margin: 10px 0;
}

.refund-inner .refund-content .refund-item .refund-item-cont .text-area .list li {
    display: flex;
    margin-bottom: 5px;
}

.refund-inner .refund-content .refund-item .refund-item-cont .text-area .list li .check-icon {
    width: 20px;
    height: 19.2px;
    margin-right: 10px;
}

.refund-inner .refund-content .refund-item .refund-item-cont .text-area .list li .check-text {
    width: calc(100% - 30px);
}

.complement {
    display: none !important;
}