.cs-popup-parent {
    width: 88%;
    position: relative;
    height: 95%;
    max-height: 1000px;
    box-shadow: 14px 14px 24px 24px rgba(0, 0, 0, 0.5);
    z-index: 100;
    box-sizing: border-box;
    background: #353535;
    font-family: sans-serif;
    border-radius: 3px;
}

.cs-popup-parent .cs-popup-header{
    width: 100%;
    height: 40px;
    border-bottom: #181818 3px solid;
    padding: 10px 15px 10px 15px;
    justify-content: flex-start;
}

.cs-popup-parent .cs-popup-header > .cs-nav-btn{
    font-family: AppleSDGothicNeo, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #7c7c7c;
    padding: 0 10px;
    cursor: pointer;
}

.cs-popup-parent .cs-popup-header > .cs-nav-btn.active {
    position: relative;
    border-bottom: 1px solid #fa6400;
    padding-bottom: 10px;
    top: 5px;
    color: white;
    font-weight: bold;
}

.cs-popup-parent .cs-popup-contents{
    width: 100%;
    height: calc(100% - 40px);
    display: inline-flex;
}

.cs-parent{
    width: 100%;
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.19px;
    color: #ffffff;
    display: inline-flex;
    position: relative;
    flex-direction:column;
    padding: 15px;
    height: 100%;
}

.cs-parent .btn{
    margin: 0 10px;
}

.cs-parent .flex-box{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.cs-parent .cs-header{
    width: 100%;
    position: relative;
    height: 35px;
    padding: 15px 3px 0 3px;
}

.cs-parent .cs-contents{
    width: 100%;
    height: calc(100% - 33px);
    padding: 5px 15px 5px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cs-parent .cs-contents .advice{
    height: 100%;
    flex: 1;
    position: relative;
}
.cs-parent .cs-contents .advice img,.cs-popup-unit img{
    position: absolute;
    top: 4px;
    width: 12px;
    right: 7px;
    cursor: pointer;
}

.cs-parent .cs-contents .advice textarea,.cs-popup-unit textarea{
    font-family: AppleSDGothicNeo,sans-serif;
    color: white;
    height: calc(100% - 55px);
    padding: 15px 5px 0px 5px;
    width: calc(100% - 20px);
    margin-left: 5px;
    background: #3e3e3e;
    resize: none;
    text-overflow: ellipsis;
    white-space: pre-line;
    overflow: scroll;
    display: inline-block;
}

.cs-parent .cs-contents .advice .advice-bottom,.cs-popup-unit .advice-bottom{
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.14px;
    color: #cccccc;
    position: absolute;
    bottom: 3px;
    left: 13px;
}

.cs-parent .cs-coupon-card{
    width: 500px;
    height: max-content;
    padding: 24px;
    background: white;
    color: black;
    font-size: 12px;
    position: relative;
}

.cs-cover {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #131313a3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cs-detail-popup{
    width: 855px;
    height: 636px;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 #000000;
    border: solid 1px #979797;
    background-color: #353535;
    color: #cccccc;
    position: relative;
}

.cs-detail-popup .detail-popup-btn{
    width: 80px;
    height: 25px;
    border-radius: 4px;
    display: inline-flex;
    border: solid 1px #e5e5e7;
    background-color: #ffffff;
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #252525;
    cursor: pointer;
}

.cs-popup-unit{
    width: 100%;
    background: #3e3e3e;
    border-radius: 3px;
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
}
.cs-popup-unit textarea{
    resize: none;
    width: 100%;
    margin: 0px;
    border-radius: 3px;
    color: white;
    background: #616161;
    padding: 5px;
    border-radius: 2px;
    border: none;
    box-sizing: border-box;
}

.scroll-bar{
    overflow: scroll;
}

.scroll-bar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.scroll-bar::-webkit-scrollbar-thumb {
    background: rgba(203, 203, 203, 0.62);
    border-radius: 3px;
}

.cs-basic-btn{
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.19px;
    margin: 5px 6px;
    padding: 2px 5px;
    border-radius: 3px;
    float: right;
    cursor: pointer;
    background: none;
    color: rgb(0, 144, 255);
    border: 1px solid rgb(0, 144, 255);
}

.cs-popup-unit .advice-content{
    width: 100%;
    white-space: pre;
    padding-bottom: 30px;
    padding-right: 6%;
    color: white;
}
.service-toggle-box {
    width: max-content;
    height: max-content;
    display: inline-flex;
    justify-content: space-between;
}

.service-toggle-box .switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
    margin: 0px;
}

.service-toggle-box .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.service-toggle-box .switch .slider.round {
    border-radius: 34px;
}

.service-toggle-box .switch .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 15px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.service-toggle-box .switch .slider.round:before {
    border-radius: 50%;
}

.service-toggle-box .switch input.active + .slider:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.service-toggle-box .switch .slider.active {
    background: #5697ee;
}

.service-toggle-box p.toggle-label {
    font-family: NotoSansKR, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin-right: 6px;
}
.cr-ticket-status {
    background-color: rgba(212, 232, 226, 1.0);
    height: 19px;
    width: 56px;
    border-radius: 3px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.cr-ticket-status-span {
    font-family: "AppleSDGothicNeo-SemiBold", Helvetica, Arial, sans-serif;
    font-size: 13.0px;
    color: rgba(39, 39, 39, 1.0);
    font-weight: 600;
    padding-right: 6px;
}


/* Browser */
.scroll-bar {
    overflow: scroll;
}

.scroll-bar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.scroll-bar::-webkit-scrollbar-thumb {
    background: rgba(203, 203, 203, 0.62);
    border-radius: 3px;
}
