@charset "UTF-8";

.msg_sound_only, .sound_only {
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important;
}

.sct_li {position:relative;}
.sct_cartop_wr {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: left;
    background: #0008;
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    place-content: center;
}
.sct_cartop_wr > form {
    width: 100%;
}
.sct_cartop_wr > form > label {
    margin-bottom: 10px;
    display: block;
    color: #fff;
}
.sct_li select {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 0 10px;
    width: 100%;
    height: 40px;
    margin: 0 0 10px 0;
    transition: 0.3s;
    line-height: 55px;
    cursor: pointer;
}
.gw-mt-10 {
    margin-top: 10px !important;
}
.gw-btn01 {
    all: unset;
    display: inline-block;
    text-align: center;
    border: 1px solid #33cccc;
    background: #33cccc;
    width: 100%;
    height: 55px;
    line-height: 55px;
    color: #fff !important;
    cursor: pointer;
    text-transform: uppercase;
    transition: all .3s;
    font-family: "Pretendard_B", sans-serif;
    border-radius: 10px;
}
.gw-btn02 {
    all: unset;
    display: block;
    text-align: center;
    border: 1px solid #33cccc;
    width: 100%;
    height: 55px;
    line-height: 55px;
    color: #33cccc !important;
    display: block;
    cursor: pointer;
    border-radius: 10px;
    font-family: "Pretendard_B", sans-serif;
}
.sct_cartop_wr .gw-btn02 {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff !important;
}