.customModal .popBg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1b1b1c;
    opacity: 0;
    overflow: hidden;
    z-index: 1;
}

.customModal {
    position: fixed;
    left: 0;
    top: 50%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
}

.customModal #guHead {
    width: 100%;
    height: 45px;
    overflow: hidden;
}

.customModal #guHead .guClosed {
    position: absolute;
    right: -5px;
    top: 5px;
    z-index: 100;
}

.customModal #guHead .guClosed a {
    display: block;

    width: 40px;
    height: 40px;
    background: url('../images/home/event/btn_pop_close.png') left top no-repeat;


}

/*단품구매 2022년 12월*/
#kEventModal202212 #guHead .guClosed {
    position: absolute !important;
    right: 0px !important;
    top: 30px !important;
    z-index: 100 !important;
}

#kEventModal202212 #guHead .guClosed a {
    display: block !important;
    width: 43px !important;
    height: 43px !important;
    background: url('/images/home/event/single_prod_close.png') left top no-repeat !important;

}

.customModal .guCont {
    position: relative;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.customModal .guCont .innerBox {
    padding: 24px;
}

.customModal .guCont .innerBox:after {
    content: "";
    display: block;
    clear: both;
}

.customModal .guCont .innerBox .tit {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 1.2;
    padding: 2px 0 10px 0;
    border-bottom: 2px #000 solid;
}

.customModal .guCont .innerBox .tit.noLine {
    border: 0;
}

.customModal #guTBase {
    position: relative;
    max-width: 458px;
    height: auto;
    margin: 0 auto;
    z-index: 2;
}

/* base */
.customModal #guTBLow {
    position: relative;
    max-width: 470px;
    height: auto;
    margin: 0 auto;
    z-index: 2;
}

.customModal #guTMLow {
    position: relative;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
    z-index: 2;
}

.customModal #guTMid {
    position: relative;
    max-width: 640px;
    height: auto;
    margin: 0 auto;
    z-index: 2;
}

/* middle */
.customModal #guTWidth {
    position: relative;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
    z-index: 2;
}

/* width */

.customModal .remote_support_content {
    width: 100%;
    overflow: hidden;
}

.customModal .remote_support_content_box {
    position: relative;
    width: 100%;
    padding: 12px 0 25px 90px;
    border-bottom: 1px #c2c2c2 solid;
    box-sizing: border-box;
    overflow: hidden;
}

.customModal .remote_support_step_box {
    position: absolute;
    left: 0;
    top: 12px;
    width: 70px;
    height: 70px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 900;
    line-height: 68px;
    text-align: center;
    background: #7fbe26;
    border-radius: 25px;
}

.customModal .remote_support_text {
    font-size: 14px;
    color: #000000;
    line-height: 1.3;
    padding: 7px 0 14px;
    word-break: keep-all;
}

.customModal .remote_support_button {
    display: inline-block;
    width: 150px;
    height: 40px;
    background: #666666;
    border-radius: 3px;
    text-align: center;
    margin-right: 10px;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    font-weight: 600;
}

#single_apply_customer_name{
    font-family: 'Noto Sans KR';
    font-size: 25px;
    position: absolute;
    width: 200px;
    top: 79px;
    left: 43px;
    text-align: right;
}

@media screen and (max-width: 640px){

    #single_apply_customer_name{
        font-family: 'Noto Sans KR';
        font-size: 19px;
        position: absolute;
        width: 130px;
        top: 70px;
        left: 50px;
        text-align: right;
    }

}
@media all and (max-width: 960px) {
    /* popWrap */
    .customModal #guTWidth {
        max-width: 600px;
    }
}

@media all and (max-width: 680px) {
    /* popup */
    .customModal #guTMid {
        max-width: 340px;
    }
}

@media all and (max-width: 640px) {
    /* setting */
    .customModal .guCont .innerBox .testDiv {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .customModal .guCont .innerBox .testDiv .tDtop {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .ico {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .test {
        margin: 0 125px 0 90px;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .test:after {
        content: "";
        display: block;
        clear: both;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .test p {
        font-size: 14px;
        color: #000;
        font-weight: 600;
        line-height: 1.2;
        padding: 26px 0 10px 0;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .test .search {
        position: relative;
        width: 100%;
        margin: 0 0 20px 0;
        overflow: hidden;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .test .search.dep {
        margin: 38px 0;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .cameraArea {
        position: absolute;
        right: 0;
        bottom: 10px;
        width: 107px;
        border-radius: 3px;
        overflow: hidden;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .volumeArea {
        position: absolute;
        right: 0;
        bottom: 10px;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .volumeArea ul {
        float: right;
        height: 78px;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .volumeArea ul li {
        position: relative;
        float: left;
        width: 11px;
        height: 100%;
        margin: 0 0 0 9px;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .volumeArea ul li span {
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #999;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .volumeArea ul li:nth-child(1) {
        margin: 0;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .volumeArea ul li:nth-child(1) span {
        height: 55%;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .volumeArea ul li:nth-child(2) span {
        height: 65%;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .volumeArea ul li:nth-child(3) span {
        height: 75%;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .volumeArea ul li:nth-child(4) span {
        height: 85%;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .volumeArea ul li:nth-child(5) span {
        height: 100%;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .volumeArea .base {
        position: relative;
        width: 91px;
        overflow: hidden;
        z-index: 2;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .volumeArea .dummy {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 91px;
        height: 78px;
        overflow: hidden;
        z-index: 4;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .volumeArea .dummy ul {
        float: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 91px;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .volumeArea .dummy li span {
        background: #fbc61e;
    }

    .customModal .guCont .innerBox .testDiv .tDbom {
        width: 100%;
        font-size: 14px;
        color: #000;
        line-height: 1.2;
        text-align: center;
        padding: 15px 0 36px 0;
        border-top: 1px #efefef solid;
        border-bottom: 1px #fbc61e solid;
        overflow: hidden;
    }

    .customModal .guCont .innerBox .testDiv.last .tDtop .ico {
        bottom: 12px;
    }

    .customModal .guCont .innerBox .testDiv.last .tDbom {
        border-bottom: 0;
        padding: 15px 0 12px 0;
    }

    .customModal .guCont .innerBox select {
        width: 100%;
        height: 33px;
    }

    /* pop common */
    .customModal .setNoti {
        width: 100%;
        background: #fbc61e;
        text-align: center;
        overflow: hidden;
    }

    .customModal .setNoti a {
        display: block;
    }

    .customModal .setNoti span {
        font-size: 18px;
        color: #fff;
        line-height: 50px;
        font-weight: 600;
    }

    .customModal .setNoti.red {
        background: #e8444a;
    }

    .customModal .setNoti.gray {
        background: #929292;
    }

    .customModal span.searchStyleSelectBox {
        display: block;
        width: 100%;
        height: 35px;
        margin: 0;
        padding: 0;
        font-size: 13px;
        padding: 0 36px 0 12px;
        background: url('/images/home/bg_select_style.png') right center #fff no-repeat;
        border: 1px #ccc solid;
        border-radius: 3px;
        box-sizing: border-box;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        overflow: hidden;
    }

    .customModal .searchStyleSelectBoxInner {
        width: 100%;
        font-size: 13px;
        color: #000;
        line-height: 33px;
        padding: 0;
        box-sizing: border-box;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        overflow: hidden;
    }


    /* movie preview */
    .customModal .popMView {
        position: relative;
        width: 100%;
    }

    .customModal .popMView .img {
        width: 100%;
        overflow: hidden;
    }

    .customModal .popMView .img img {
        width: 100%;
    }

    .customModal .popMView a {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: url('../images/bg/bg_moviebox_a_back.png') left top repeat;
    }

    .customModal .popMView a img {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -32px 0 0 -32px;
        z-index: 2;
    }

    .customModal .popMViewBig {
        position: relative;
        width: 100%;
    }

    .customModal .popMViewBig .img {
        width: 100%;
        overflow: hidden;
    }

    .customModal .popMViewBig .img img {
        width: 100%;
    }

    .customModal .popMViewBig a {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: url('../images/bg/bg_moviebox_a_back.png') left top repeat;
    }

    .customModal .popMViewBig a img {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -50px 0 0 -50px;
        z-index: 2;
    }


    /* class */
    .customModal .classNoti {
        width: 100%;
        font-family: 'Noto Sans KR';
        font-size: 16px;
        color: #000;
        line-height: 1.2;
        color: #000;
        letter-spacing: -0.5px;
        padding: 95px 0 70px 0;
        text-align: center;
        overflow: hidden;
    }

    .customModal .classInfo {
        width: 100%;
        padding: 35px 0 32px 0;
        overflow: hidden;
    }

    .customModal .classInfo ul:after {
        content: "";
        display: block;
        clear: both;
    }

    .customModal .classInfo ul li {
        position: relative;
        display: block;
        font-size: 16px;
        color: #000;
        line-height: 1.2;
        padding: 5px 0 5px 82px;
    }

    .customModal .classInfo ul li strong {
        position: absolute;
        left: 0;
        top: 5px;
        font-size: 16px;
        color: #fbc61e;
        line-height: 1.2;
        font-weight: 600;
    }

    .customModal .classTime {
        width: 100%;
        font-family: 'Noto Sans KR';
        font-size: 14px;
        color: #ff0055;
        line-height: 1.2;
        font-weight: 500;
        letter-spacing: -0.2px;
        text-align: center;
        padding: 0 0 20px 0;
        overflow: hidden;
    }

    .customModal .email_txt {
        font-size: 30px;
        font-weight: 700;
        color: #000;
        text-align: center;
        margin: 60px 0 30px;
    }

    .customModal .email_txt + .classNoti {
        padding-top: 0;
    }

    .customModal .cReason {
        position: relative;
        padding: 0 0 0 82px;
    }

    .customModal .cReason:after {
        content: "";
        display: block;
        clear: both;
    }

    .customModal .cReason .tt {
        position: absolute;
        left: 0;
        top: 2px;
        font-size: 16px;
        color: #000;
        line-height: 1.2;
        font-weight: 700;
    }

    .customModal .cReason .reason {
        position: relative;
        width: 100%;
    }

    .customModal .cReason .reason span.searchStyleSelectBox {
        display: block;
        width: 100%;
        height: 40px;
        margin: 0;
        padding: 0;
        font-size: 15px;
        padding: 0 36px 0 12px;
        background: url('/images/home/bg_select_style.png') right center #fff no-repeat;
        border: 1px #ccc solid;
        border-radius: 3px;
        box-sizing: border-box;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        overflow: hidden;
    }

    .customModal .cReason .reason .searchStyleSelectBoxInner {
        width: 100%;
        font-size: 15px;
        color: #000;
        line-height: 38px;
        padding: 0;
        box-sizing: border-box;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        overflow: hidden;
    }

    .customModal .cancelBox {
        width: 100%;
        text-align: center;
        border-top: 1px #c1c1c1 solid;
        margin: 40px 0 0 0;
        overflow: hidden;
    }

    .customModal .cancelBox .firstNoti {
        font-family: 'Noto Sans KR';
        font-size: 14px;
        color: #ff0055;
        line-height: 1.2;
        font-weight: 500;
        letter-spacing: -0.2px;
        padding: 25px 0 12px;
    }

    .customModal .cancelBox a {
        displaY: inline-block;
        font-family: 'Noto Sans KR';
        font-size: 14px;
        color: #fff;
        line-height: 30px;
        letter-spacing: -0.2px;
        padding: 0 15px;
        border-radius: 50px;
        background: #c2c2c2;
    }

    .customModal .cancelBox .lastNoti {
        font-family: 'Noto Sans KR';
        font-size: 18px;
        color: #000;
        line-height: 1.2;
        font-weight: 500;
        letter-spacing: -0.2px;
        padding: 38px 0 14px;
    }

    .customModal .timeNoti {
        font-family: 'Noto Sans KR';
        font-size: 14px;
        color: #000;
        line-height: 1.8;
        letter-spacing: -0.2px;
        padding: 25px 0 40px 0;
    }

    .customModal .timeSet {
        width: 100%;
        padding: 0 0 25px 0;
        text-align: center;
    }

    .customModal .timeSet ul:after {
        content: "";
        display: block;
        clear: both;
    }

    .customModal .timeSet ul li {
        display: block;
        margin: 0 0 14px 0;
    }

    .customModal .timeSet ul li:last-child {
        margin: 0;
    }

    .customModal .timeSet .custom-radio label {
        display: inline-block;
        position: relative;
        z-index: 1;
        cursor: pointer;
        font-size: 16px;
        color: #000;
        padding: 0 0 0 25px;
        line-height: 15px;
        letter-spacing: 0;
        background: url('../images/ico/ico_checkbox.png') 0 -81px no-repeat;
    }

    .customModal .timeSet .custom-radio label.checked {
        background-position: 0 -119px;
    }

    /* change pw */
    .customModal .pwTxt {
        font-size: 16px;
        color: #000;
        line-height: 1.6;
        text-align: center;
        padding: 68px 0 44px 0;
    }

    .customModal .pwChForm {
        width: 100%;
        padding: 60px 0;
        overflow: hidden;
    }

    .customModal .pwChForm p {
        font-size: 14px;
        color: #000;
        line-height: 1.2;
        font-weight: 700;
        padding: 0 0 10px 0;
    }

    .customModal .pwChForm input {
        height: 40px;
        line-height: 40px;
    }

    /* schedule */
    .customModal .dayList {
        width: 100%;
        padding: 30px 0 20px;
        text-align: center;
        overflow: hidden;
    }

    .customModal .dayList ul {
        font-size: 0;
        line-height: 0;
    }

    .customModal .dayList ul:after {
        content: "";
        display: block;
        clear: both;
    }

    .customModal .dayList ul li {
        display: inline-block;
        width: 30px;
        height: 30px;
        font-size: 14px;
        color: #000;
        line-height: 30px;
        font-weight: 800;
        text-align: center;
        background: #d3d3d3;
        border-radius: 100%;
        margin: 0 5px;
    }

    .customModal .dayList ul li.on {
        background: #fbc61e;
    }

    .customModal .popForm {
        width: 100%;
        padding: 0 0 20px;
    }

    .customModal .popForm:after {
        content: "";
        display: block;
        clear: both;
    }

    .customModal .popForm .pBox {
        position: relative;
        padding: 0 0 10px 68px;
    }

    .customModal .popForm .pBox:after {
        content: "";
        display: block;
        clear: both;
    }

    .customModal .popForm .pBox:last-child {
        padding: 0 0 0 68px;
    }

    .customModal .popForm .pBox .tt {
        position: absolute;
        left: 12px;
        top: 0;
        font-size: 14px;
        color: #000;
        line-height: 40px;
        font-weight: 800;
    }

    .customModal .popForm .pBox .data {
    }

    .customModal .popForm .pBox .data:after {
        content: "";
        display: block;
        clear: both;
    }

    .customModal .popForm .pBox .data input[type='text'] {
        height: 40px;
        line-height: 38px;
        font-size: 14px;
    }

    .customModal .popForm .pBox .data span.searchStyleSelectBox {
        display: block;
        width: 100%;
        height: 40px;
        margin: 0;
        padding: 0;
        font-size: 14px;
        padding: 0 36px 0 12px;
        background: url('/images/home/bg_select_style.png') right center #fff no-repeat;
        border: 1px #ccc solid;
        border-radius: 3px;
        box-sizing: border-box;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        overflow: hidden;
    }

    .customModal .popForm .pBox .data .searchStyleSelectBoxInner {
        width: 100%;
        font-size: 14px;
        color: #000;
        line-height: 38px;
        padding: 0;
        box-sizing: border-box;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        overflow: hidden;
    }

    .customModal .popForm .pBox .data ul.divide {
        font-size: 0;
        line-height: 0;
    }

    .customModal .popForm .pBox .data ul.divide:after {
        content: "";
        display: block;
        clear: both;
    }

    .customModal .popForm .pBox .data ul.divide li {
        position: relative;
        float: left;
        width: 44%;
        margin: 0 20px 0 0;
    }

    .customModal .popForm .pBox .data ul.divide li:after {
        content: '';
        position: absolute;
        right: -20px;
        top: 50%;
        width: 20px;
        height: 1px;
        background: url('../images/bg/bg_pop_time_divide.png') center top no-repeat;
    }

    .customModal .popForm .pBox .data ul.divide li:last-child {
        margin: 0;
    }

    .customModal .popForm .pBox .data ul.divide li:last-child:after {
        display: none;
    }

    .customModal .popForm .pBox .data .calendar {
        position: relative;
        width: 44%;
        padding: 0 42px 0 0;
    }

    .customModal .popForm .pBox .data .calendar a {
        position: absolute;
        right: 0;
        top: 5px;
    }

    .customModal .popForm .pBox .data textarea {
        width: 100%;
        height: 108px;
        font-size: 14px;
        color: #000;
        line-height: 1.6;
        padding: 16px;
        box-sizing: border-box;
    }

    .customModal .popForm.holiday {
        padding: 28px 0 0 0;
    }

    .customModal .popForm.holiday .pBox {
        padding: 0 0 10px 78px;
    }

    .customModal .popForm.holiday .pBox:last-child {
        padding: 0 0 0 78px;
    }

    /* tips */
    .customModal .tipsWrap {
        width: 100%;
        overflow: hidden;
    }

    .customModal .tipsWrap .tipBox {
        position: relative;
        width: 100%;
        padding: 12px 0 15px 90px;
        border-bottom: 1px #c2c2c2 solid;
        box-sizing: border-box;
        overflow: hidden;
    }

    .customModal .tipsWrap .tipBox .number {
        position: absolute;
        left: 0;
        top: 12px;
        width: 70px;
        height: 70px;
        font-size: 48px;
        color: #fff;
        font-weight: 600;
        line-height: 68px;
        text-align: center;
        background: #fbc61e;
        border-radius: 25px;
    }

    .customModal .tipsWrap .tipBox .tipCont:after {
        content: "";
        display: block;
        clear: both;
    }

    .customModal .tipsWrap .tipBox .tipCont p {
        font-size: 14px;
        color: #000;
        line-height: 1.3;
        font-weight: 600;
        padding: 7px 0 14px 0;
        word-break: keep-all;
    }

    .customModal .tipsWrap .tipBox .tipCont ul:after {
        content: "";
        display: block;
        clear: both;
    }

    .customModal .tipsWrap .tipBox .tipCont ul li {
        position: relative;
        display: block;
        padding: 0 0 0 18px;
        font-size: 14px;
        color: #000;
        line-height: 1.5;
        word-break: keep-all;
    }

    .customModal .tipsWrap .tipBox .tipCont ul li span {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 14px;
        color: #000;
        line-height: 1.5;
        font-weight: 800;
    }

    .customModal .tipsWrap .tipBox:last-child {
        border: 0;
        padding: 12px 0 20px 90px;
    }

    /* view info */
    .customModal .viewInfoWrap {
        padding: 16px 0 6px 0;
    }

    .customModal .viewInfoWrap:after {
        content: "";
        display: block;
        clear: both;
    }

    .customModal .viewInfoWrap .information {
        position: relative;
        padding: 0 0 0 140px;
    }

    .customModal .viewInfoWrap .information:after {
        content: "";
        display: block;
        clear: both;
    }

    .customModal .viewInfoWrap .information .picInfo {
        position: absolute;
        left: 0;
        top: 0;
        width: 116px;
    }

    .customModal .viewInfoWrap .information .picInfo .pic {
        width: 80px;
        height: 80px;
        border-radius: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .customModal .viewInfoWrap .information .picInfo .pic img {
        width: 100%;
    }

    .customModal .viewInfoWrap .information .picInfo .info {
        width: 100%;
        text-align: center;
        overflow: hidden;
    }

    .customModal .viewInfoWrap .information .picInfo .info span {
        display: block;
    }

    .customModal .viewInfoWrap .information .picInfo .info .name {
        font-size: 18px;
        color: #000;
        line-height: 1.2;
        font-weight: 600;
        padding: 10px 0 0 0;
    }

    .customModal .viewInfoWrap .information .picInfo .info .bday {
        font-size: 12px;
        color: #000;
        line-height: 1.2;
    }

    .customModal .viewInfoWrap .information .dataInfo {
        width: 100%;
        border-top: 2px #4c4c4c solid;
        overflow: hidden;
    }

    .customModal .viewInfoWrap .information .dataInfo table {
        vertical-align: middle;
        text-align: left;
    }

    .customModal .viewInfoWrap .information .dataInfo table th {
        position: relative;
        border-bottom: 1px #c2c2c2 solid;
        padding: 12px 0;
    }

    .customModal .viewInfoWrap .information .dataInfo table th span {
        font-size: 14px;
        color: #000;
        line-height: 1.2;
        padding: 0 0 0 14px;
    }

    .customModal .viewInfoWrap .information .dataInfo table th span.kr {
        font-family: 'Noto Sans KR';
        letter-spacing: -1px;
        font-weight: 500;
    }

    .customModal .viewInfoWrap .information .dataInfo table th:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 1px;
        height: 19px;
        background: #c2c2c2;
    }

    .customModal .viewInfoWrap .information .dataInfo table td {
        font-size: 14px;
        color: #000;
        line-height: 1.2;
        border-bottom: 1px #c2c2c2 solid;
        padding: 12px 0 12px 14px;
    }

    .customModal .viewInfoWrap .information .dataInfo .th1 {
        width: 110px;
    }

    .customModal .viewInfoWrap .dataTable {
        width: 100%;
        margin: 40px 0 6px 0;
        border-top: 2px #4c4c4c solid;
        overflow: hidden;
    }

    .customModal .viewInfoWrap .dataTable table {
        text-align: left;
    }

    .customModal .viewInfoWrap .dataTable table th {
        position: relative;
        border-bottom: 1px #c2c2c2 solid;
        padding: 12px 0;
        vertical-align: top;
    }

    .customModal .viewInfoWrap .dataTable table th span {
        font-size: 14px;
        color: #000;
        line-height: 1.2;
        padding: 0 0 0 14px;
    }

    .customModal .viewInfoWrap .dataTable table td {
        font-size: 14px;
        color: #000;
        line-height: 1.2;
        border-bottom: 1px #c2c2c2 solid;
        padding: 12px 0 12px 14px;
    }

    .customModal .viewInfoWrap .dataTable table td textarea {
        width: 100%;
        height: 78px;
        font-size: 13px;
        color: #000;
        line-height: 1.3;
        padding: 12px;
        box-sizing: border-box;
    }

    .customModal .viewInfoWrap .dataTable .vh1 {
        width: 140px;
    }

    .customModal .viewInfoWrap .dataTable .divide {
        width: 100%;
        overflow: hidden;
    }

    .customModal .viewInfoWrap .dataTable .divide ul:after {
        content: "";
        display: block;
        clear: both;
    }

    .customModal .viewInfoWrap .dataTable .divide ul li {
        display: block;
        padding: 0 0 12px 0;
        margin: 0 0 12px 0;
        border-bottom: 1px #c2c2c2 solid;
    }

    .customModal .viewInfoWrap .dataTable .divide ul li:last-child {
        border: 0;
        padding: 0;
        margin: 0;
    }

    .customModal .starrr {
        display: inline-block;
        font-size: 0;
        line-height: 0;
    }

    .customModal .starrr a {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin: 0 2px;
        background: url('../images/img/star-empty.png') left top no-repeat;
        background-size: 14px 14px;
    }

    .customModal .starrr a.fa-star-o {
        background: url('../images/img/star-empty.png') left top no-repeat;
        background-size: 14px 14px;
    }

    .customModal .starrr a.fa-star {
        background: url('../images/img/star.png') left top no-repeat;
        background-size: 14px 14px;
    }

    .customModal .starrr span {
        display: inline-block;
        margin: 0 2px;
    }

    .customModal .viewInfoWrap .summary {
        width: 100%;
        overflow: hidden;
    }

    .customModal .viewInfoWrap .summary .sTit {
        font-size: 18px;
        color: #000;
        line-height: 1.2;
        font-weight: 700;
        padding: 37px 0 15px;
    }

    .customModal .viewInfoWrap .summary table {
    }

    .customModal .viewInfoWrap .summary table th {
        position: relative;
        border-bottom: 1px #c2c2c2 solid;
        border-right: 1px #c2c2c2 solid;
        padding: 12px 0;
        vertical-align: top;
        text-align: center;
    }

    .customModal .viewInfoWrap .summary table th span {
        font-size: 14px;
        color: #000;
        line-height: 1.2;
    }

    .customModal .viewInfoWrap .summary table th:last-child {
        border-right: 0;
    }

    .customModal .viewInfoWrap .summary table td {
        font-size: 12px;
        color: #000;
        line-height: 1.2;
        border-bottom: 1px #c2c2c2 solid;
        border-right: 1px #c2c2c2 solid;
        padding: 7px 0 7px 10px;
    }

    .customModal .viewInfoWrap .summary table td:last-child {
        border-right: 0;
    }

    .customModal .viewInfoWrap .summary .sth1 {
        width: 116px;
    }

    .customModal .viewInfoWrap .summary .sth2 {
        width: 200px;
    }

    .customModal .viewInfoWrap .summary .sth3 {
        width: 82px;
    }

    .customModal .viewInfoWrap .summary .sth4 {
        width: 110px;
    }

    .customModal .viewInfoWrap .summary .sth5 {
        width: 110px;
    }

    .customModal .viewInfoWrap .summary .tableGuard {
        border-top: 2px #4c4c4c solid;
        height: 402px;
        overflow-y: auto;
    }

    .customModal .viewInfoWrap .moreBtn {
        width: 100%;
        margin: 10px 0 16px 0;
        overflow: hidden;
    }

    .customModal .viewInfoWrap .moreBtn a {
        display: block;
        width: 200px;
        height: 40px;
        background: #ddd;
        border-radius: 3px;
        text-align: center;
        margin: 0 auto;
    }

    .customModal .viewInfoWrap .moreBtn a span {
        font-size: 14px;
        color: #999;
        line-height: 40px;
        font-weight: 600;
    }

    .customModal .innerBox .tbl {
        margin-top: 0;
        border-top: 0 solid #000;
    }

    .customModal .innerBox .tbl th {
        padding-left: 20px;
    }

    .customModal .innerBox .tbl td {
        padding-left: 30px;
    }

    .customModal .innerBox .tbl td > div {
        display: flex;
        align-items: center;
    }

    .customModal .innerBox .tbl td > div span {
        font-size: 16px;
        color: #999;
        margin-left: 2%;
    }

    .customModal .innerBox .tbl td > div input {
        text-align: center;
        padding-left: 0;
    }


    /*** popWrap ***/
    .customModal .guCont .innerBox {
        padding: 14px;
    }

    .customModal .guCont .innerBox .tit {
        font-size: 15px;
    }

    .customModal #guHead.long {
        height: 0;
    }

    .customModal #guHead.long .guClosed {
        right: 4px;
    }

    .customModal #guHead.long .guClosed a {
        background: url('/images/home/btn/btn_pop_close_m.png') left top no-repeat;
    }

    .customModal #guTBase {
        max-width: 340px;
    }

    .customModal #guTBLow {
        max-width: 340px;
    }

    .customModal #guTMLow {
        max-width: 340px;
    }

    .customModal #guTWidth {
        max-width: 340px;
    }


    /* setting */
    .customModal .guCont .innerBox .testDiv .tDtop .ico {
        position: relative;
        left: 0;
        bottom: auto;
        top: 0;
        width: 100%;
        padding: 10px 0 0 0;
        text-align: center;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .ico img {
        width: 40px;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .test {
        margin: 0 75px 0 0;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .test p {
        font-size: 13px;
        padding: 6px 0 10px 0;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .test .search {
        margin: 0 0 12px 0;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .test .search.dep {
        margin: 6px 0 10px;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .cameraArea {
        bottom: 13px;
        width: 65px;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .cameraArea img {
        width: 100%;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .volumeArea {
        bottom: 13px;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .volumeArea ul {
        height: 50px;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .volumeArea ul li {
        width: 8px;
        margin: 0 0 0 5px;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .volumeArea .base {
        position: relative;
        width: 60px;
        overflow: hidden;
        z-index: 2;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .volumeArea .dummy {
        width: 60px;
        height: 50px;
    }

    .customModal .guCont .innerBox .testDiv .tDtop .volumeArea .dummy ul {
        width: 60px;
    }

    .customModal .guCont .innerBox .testDiv .tDbom {
        font-size: 13px;
        padding: 12px 0 20px 0;
    }

    .customModal .guCont .innerBox .testDiv.last .tDtop .ico {
        bottom: auto;
    }

    .customModal .guCont .innerBox .testDiv.last .tDbom {
        padding: 12px 0 6px 0;
    }

    .customModal .setNoti span {
        font-size: 15px;
        line-height: 40px;
    }


    /* movie preview */
    .customModal .popMView a img {
        margin: -20px 0 0 -20px;
        width: 40px;
        height: 40px;
    }

    .customModal .popMViewBig a img {
        margin: -30px 0 0 -30px;
        width: 60px;
        height: 60px;
    }

    /* class */
    .customModal .classNoti {
        font-size: 15px;
        padding: 45px 0 32px 0;
    }

    .customModal .classInfo {
        padding: 20px 0 18px 0;
    }

    .customModal .classInfo ul li {
        font-size: 14px;
        padding: 5px 0 5px 70px;
    }

    .customModal .classInfo ul li strong {
        top: 5px;
        font-size: 14px;
    }

    .customModal .classTime {
        font-size: 13px;
        padding: 0 0 12px 0;
    }

    .customModal .cReason {
        padding: 0 0 0 70px;
    }

    .customModal .cReason .tt {
        top: 1px;
        font-size: 14px;
    }

    .customModal .cReason .reason span.searchStyleSelectBox {
        height: 36px;
        font-size: 12px;
        background-size: auto 36px;
        padding: 0 30px 0 12px;
    }

    .customModal .cReason .reason .searchStyleSelectBoxInner {
        font-size: 12px;
        line-height: 34px;
    }

    .customModal .cancelBox {
        margin: 20px 0 0 0;
    }

    .customModal .cancelBox .firstNoti {
        font-size: 13px;
        padding: 16px 0 10px;
    }

    .customModal .cancelBox a {
        font-size: 13px;
    }

    .customModal .cancelBox .lastNoti {
        font-size: 15px;
        padding: 20px 0 6px;
    }

    .customModal .timeNoti {
        font-size: 13px;
        line-height: 1.4;
        padding: 16px 0 20px 0;
    }

    .customModal .timeSet {
        padding: 0 0 16px 0;
    }

    .customModal .timeSet ul li {
        margin: 0 0 10px 0;
    }

    .customModal .timeSet .custom-radio label {
        font-size: 14px;
    }


    /* change pw */
    .customModal .pwTxt {
        font-size: 14px;
        line-height: 1.4;
        padding: 36px 0 22px 0;
    }

    .customModal .pwChForm {
        padding: 29px 0;
    }

    .customModal .pwChForm p {
        font-size: 13px;
        padding: 0 0 6px 0;
    }

    .customModal .pwChForm input {
        height: 36px;
        line-height: 36px;
    }


    /* schedule */
    .customModal .dayList {
        padding: 20px 0 15px;
    }

    .customModal .dayList ul li {
        width: 25px;
        height: 25px;
        font-size: 13px;
        line-height: 25px;
        font-weight: 600;
    }

    .customModal .popForm {
        padding: 0 0 15px 0;
    }

    .customModal .popForm .pBox {
        padding: 0 0 10px 55px;
    }

    .customModal .popForm .pBox:last-child {
        padding: 0 0 0 55px;
    }

    .customModal .popForm .pBox .tt {
        left: 5px;
        font-size: 13px;
        line-height: 36px;
    }

    .customModal .popForm .pBox .data input[type='text'] {
        font-size: 12px;
        height: 36px;
        line-height: 34px;
    }

    .customModal .popForm .pBox .data span.searchStyleSelectBox {
        height: 36px;
        font-size: 12px;
        background-size: auto 36px;
        padding: 0 30px 0 12px;
    }

    .customModal .popForm .pBox .data .searchStyleSelectBoxInner {
        font-size: 12px;
        line-height: 34px;
    }

    .customModal .popForm .pBox .data ul.divide li {
        float: none;
        width: 90%;
        margin: 0 20px 0 0;
    }

    .customModal .popForm .pBox .data ul.divide li:first-child {
        margin: 0 0 5px 0;
    }

    .customModal .popForm .pBox .data ul.divide li:after {
        background-size: 10px 1px;
    }

    .customModal .popForm .pBox .data .calendar {
        width: 50%;
        padding: 0 34px 0 0;
    }

    .customModal .popForm .pBox .data .calendar a {
        position: absolute;
        right: 0;
        top: 5px;
    }

    .customModal .popForm .pBox .data .calendar a img {
        width: 24px;
    }

    .customModal .popForm .pBox .data textarea {
        height: 108px;
        font-size: 12px;
        line-height: 1.4;
        padding: 12px;
    }

    .customModal .tipsWrap .tipBox {
        padding: 10px 0 10px 60px;
    }

    .customModal .tipsWrap .tipBox .number {
        top: 10px;
        width: 50px;
        height: 50px;
        font-size: 22px;
        line-height: 48px;
        border-radius: 15px;
    }

    .customModal .tipsWrap .tipBox .tipCont p {
        font-size: 13px;
        padding: 7px 0 10px 0;
    }

    .customModal .tipsWrap .tipBox .tipCont ul li {
        padding: 0 0 0 15px;
        font-size: 13px;
    }

    .customModal .tipsWrap .tipBox .tipCont ul li span {
        font-size: 13px;
    }

    .customModal .tipsWrap .tipBox:last-child {
        padding: 10px 0 15px 60px;
    }


    /* view info */
    .customModal .viewInfoWrap {
        padding: 12px 0 6px 0;
    }

    .customModal .viewInfoWrap .information {
        padding: 0;
    }

    .customModal .viewInfoWrap .information .picInfo {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        margin: 0 0 10px 0;
    }

    .customModal .viewInfoWrap .information .picInfo .pic {
        width: 50px;
        height: 50px;
    }

    .customModal .viewInfoWrap .information .picInfo .info .name {
        font-size: 15px;
        padding: 6px 0 0 0;
    }

    .customModal .viewInfoWrap .information .picInfo .info .bday {
        font-size: 12px;
    }

    .customModal .viewInfoWrap .information .dataInfo table th {
        padding: 8px 0;
    }

    .customModal .viewInfoWrap .information .dataInfo table th span {
        font-size: 13px;
        padding: 0 0 0 10px;
    }

    .customModal .viewInfoWrap .information .dataInfo table th:after {
        height: 10px;
    }

    .customModal .viewInfoWrap .information .dataInfo table td {
        font-size: 12px;
        padding: 8px 0 8px 10px;
    }

    .customModal .viewInfoWrap .information .dataInfo .th1 {
        width: 80px;
    }

    .customModal .viewInfoWrap .dataTable {
        margin: 20px 0 4px 0;
    }

    .customModal .viewInfoWrap .dataTable table th {
        padding: 8px 0;
    }

    .customModal .viewInfoWrap .dataTable table th span {
        font-size: 13px;
        padding: 0 0 0 10px;
    }

    .customModal .viewInfoWrap .dataTable table td {
        font-size: 12px;
        padding: 8px 0 8px 10px;
    }

    .customModal .viewInfoWrap .dataTable table td textarea {
        height: 70px;
        font-size: 12px;
        padding: 8px;
    }

    .customModal .viewInfoWrap .dataTable .vh1 {
        width: 110px;
    }

    .customModal .viewInfoWrap .dataTable .divide ul li {
        padding: 0 0 8px 0;
        margin: 0 0 8px 0;
    }

    .customModal .viewInfoWrap .summary .sTit {
        font-size: 15px;
        padding: 16px 0 10px;
    }

    .customModal .viewInfoWrap .summary table th {
        padding: 8px 0;
    }

    .customModal .viewInfoWrap .summary table th span {
        font-size: 13px;
    }

    .customModal .viewInfoWrap .summary table td {
        font-size: 12px;
        padding: 4px 0 4px 8px;
    }

    .customModal .viewInfoWrap .summary .sth1 {
        width: 116px;
    }

    .customModal .viewInfoWrap .summary .sth2 {
        width: 200px;
    }

    .customModal .viewInfoWrap .summary .sth3 {
        width: 82px;
    }

    .customModal .viewInfoWrap .summary .sth4 {
        width: 110px;
    }

    .customModal .viewInfoWrap .summary .sth5 {
        width: 110px;
    }

    .customModal .viewInfoWrap .summary .tableGuard {
        height: 300px;
    }

    .customModal .viewInfoWrap .moreBtn {
        margin: 6px 0 10px 0;
    }

    .customModal .viewInfoWrap .moreBtn a {
        width: 160px;
        height: 36px;
    }

    .customModal .viewInfoWrap .moreBtn a span {
        font-size: 13px;
        line-height: 36px;
    }

    .customModal .innerBox .tbl th {
        padding-left: 10px;
    }

    .customModal .innerBox .tbl td {
        padding-left: 15px;
    }

    .customModal .innerBox .tbl td > div {
        display: flex;
        align-items: center;
    }

    .customModal .innerBox .tbl td > div span {
        font-size: 12px;
        color: #999;
        margin-left: 2%;
    }

    .customModal .remote_support_content {
        overflow-y: scroll;
        height: calc(100vh - 278px);
    }

    .customModal .remote_support_button {
        display: block;
    }
}
/* 230919 추가 S:snb_wrapper */
.buy_btn {
    position: fixed;
    right: 25px;
    bottom: 100px;
    width: 65px !important;
    height: 65px;
    background: #c90c1e;
    border-radius: 50%;
    box-shadow: 3px 2px 20px rgb(0 0 0 / 10%);
    z-index: 10;
}
.buy_btn a {
    display: block;
    color: #fff;
    font-family: "Noto Sans KR";
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.3;
    text-align: center;
    padding: 14px 0 0 0;
    font-size: 14px;
}

.buy_btn2 {
    position: fixed;
    right: 25px;
    bottom: 175px;
    width: 65px;
    height: 65px;
    background: #000;
    border-radius: 50%;
    box-shadow: 3px 2px 20px rgb(0 0 0 / 10%);
    z-index: 10;
}
.buy_btn2 a {
    display: block;
    color: #fff;
    font-family: "Noto Sans KR";
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.3;
    text-align: center;
    padding: 14px 0 0 0;
    font-size: 14px;
}

.pc_snb_block {
    --font-size: clamp(1rem, 16px, 2rem);
    font-size: var(--font-size);
    display: block;
    position: fixed;
    right: -6.2em;
    bottom: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    z-index: 10;
    -webkit-transition: right .3s ease-in, transform .3s ease-in;
    -o-transition: right .3s ease-in, transform .3s ease-in;
    transition: right .3s ease-in, transform .3s ease-in;
}

.pc_snb_block.slide {
    right: 0;
}

.pc_snb_block .snb_link {
    font-size: var(--font-size);
    position: absolute;
    bottom: 0;
    right: 3.8em;
    background-color: transparent;
    outline: none;
    border: none;
    padding: 0;
}

.pc_snb_block .snb_link > img {
    min-width: 88px;
}

.snb_link .icon_arrow {
    position: absolute;
    left: -10px;
    bottom: 10px;
    -webkit-animation: slideIn .8s infinite ease-in;
    animation: slideIn .8s infinite ease-in;
}

.slide .snb_link .icon_arrow img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes slideIn {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.pc_snb_block .snb_link:focus {
    border: none;
    outline: none;
}

.pc_snb_block .snb_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    position: relative;
    z-index: 1;
}

.pc_snb_block .snb_menu a {
    display: block;
    font-size: var(--font-size);
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
    padding: 1.18em;
    background-color: #ffcc00;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.pc_snb_block.k_link .snb_menu a {
    background-color: #ffcc00;
}
.pc_snb_block.e_link .snb_menu a {
    background-color: #7db212;
}

.mo_snb_block {
    display: none;
    position: fixed;
    right: 25px;
    bottom: 260px;
    z-index: 10;
}

.mo_snb_block a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    z-index: 1;
}

.mo_snb_block::after {
    content: '';
    position: absolute;
    display: block;
    width: 45px;
    height: 57.5px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -19px;
    right: -23px;
    z-index: -1;
}

.mo_snb_block.e_link::after {
    background-image: url(/images/home/renew/m_icon_e_character.png);
}
.mo_snb_block.k_link::after {
    background-image: url(/images/home/renew/m_icon_k_character.png);
}
.mo_snb_block.k_link a {
    background-color: #ffcc00;
}

.mo_snb_block.e_link a {
    background-color: #7db212;
}
/* 230919 추가 */
@media  (min-width: 750px) {

    .buy_btn,
    .buy_btn2,
    #chat-icon {
        transform: translateY(0);
        transition: transform .3s ease-in;
    }

    .pc_snb_block {
        transform: translateY(0);
    }

    .pc_snb_block.active,
    .mo_snb_block.active,
    .buy_btn.active,
    .buy_btn2.active,
    #chat-icon.active,
    .snb_wrapper.active {
        transform: translateY(-55px);
    }
}

@media screen and (max-width: 750px) {
    .buy_btn {
        display: none;
    }

    .buy_btn2 {
        position: fixed;
        right: 25px;
        bottom: 200px;
        width: 50px;
        height: 50px;
        background: #000;
        border-radius: 50%;
        box-shadow: 3px 2px 20px rgb(0 0 0 / 10%);
        z-index: 10;
    }

    .buy_btn2 a {
        display: block;
        color: #fff;
        font-family: "Noto Sans KR";
        font-weight: 600;
        letter-spacing: 0px;
        line-height: 1.3;
        text-align: center;
        padding: 7px 0 0 0;
        font-size: 14px;
    }

    .pc_snb_block {
        display: none;
    }

    .mo_snb_block {
        display: block;
    }
}
/* 230919 추가 E:snb_wrapper */

