@charset "utf-8"; #smsPhone {
    font-family: dotum;
    font-size: 1em;
}

#smsPhone input[type=text] {
    height: 22px;
    border: 1px solid #CCC;
}

#smsPhone .ml6x {
    margin-left: 6px;
}

#smsPhone .pt4x {
    padding-top: 4px;
}

#smsPhone .pl4x {
    padding-left: 4px;
}

#smsPhone .pl10x {
    padding-left: 10px;
}

#smsPhone .pr10x {
    text-align: right;
    padding-right: 10px;
}

#smsPhone .pbr12x {
    padding: 0px 0px 4px 8px;
}

#smsPhone .bytes {
    height: 20px;
    padding: 4px 0px 0px 0px;
    background-color: #BFD1DA;
    text-align: center;
    font-family: dotum;
    font-size: 11px;
}

#smsPhone .reserv {
    width: 132px;
    height: 23px;
    border: solid 1px #EFEFEF;
    background: #FFFFFF;
    text-align: center;
}

#smsPhone .reserv .w32x {
    width: 32px;
    border: 0;
    color: #127ABA;
    text-align: right;
    font-weight: bold;
}

#smsPhone .reserv .w16x {
    width: 16px;
    border: 0;
    color: #127ABA;
    text-align: right;
    font-weight: bold;
}

#smsPhone .msg {
    height: 120px;
    width: 117px;
    border: 1px solid #CCC;
    color: #333;
    font-size: 12px;
    overflow-y: scroll;
    border: 0;
    background-color: transparent;
    word-break: break-all;
    margin: 7px 0 7px 0;
    scrollbar-face-color:#FFF; scrollbar-shadow-color:#94C7E5; scrollbar-highlight-color:#94C7E5; scrollbar-3dlight-color: #FFF;
    scrollbar-darkshadow-color: #FFF;
    scrollbar-track-color:#B1D2E2; scrollbar-arrow-color:#93D7FF;}

#smsPhone .recvList {
    width: 122px;
    height: 48px;
    border: 1px solid #CCC;
    color: #333;
    font-size: 1.083em;
    line-height: 1.4;
    padding: .2em;
    background: url("../../assets/images/sms/mini_num_bg.gif");
    font-family: dotum;
    ime-mode: disabled;
    scrollbar-face-color:#FFF; scrollbar-shadow-color:#CCC; scrollbar-highlight-color:#CCC; scrollbar-3dlight-color: #FFF;
    scrollbar-darkshadow-color: #FFF;
    scrollbar-track-color:#DDDDDD; scrollbar-arrow-color:#CCC;}

#smsPhone #sphone {
    width: 120px;
    padding-left: 4px;
    ime-mode: disabled;
}

#smsPhone #resend_block {
    position: absolute;
    left: 3px;
    top: -48px;
    border: solid 1px #CCCCCC;
    background-color: red;
    width: 140px;
    z-index: 9999;
    visibility: hidden;
    opacity: 0.95;
}

[id^=choice] {
    padding: 0;
    margin: 1em 0 0;
}

[id^=choice] > li {
    display: inline-block;
    width: 142px;
    margin: 0;
    padding: 0;
}

[id^=choice] textarea {
    width: 80%;
    height: 96px;
    margin: 1em 0;
    border: 0;
    color: black;
    font-family: dotum;
    line-height: 1.2;
    background-color: transparent;
    overflow: hidden;
    word-break: break-all;
    cursor: pointer;
}

[id^=choice] div {
    min-height: 120px;
    margin: 0 .5em 1em;
    padding: .1em;
    text-align: center;
    border: 1px solid #CCC;
    background-color: #FAFAFA;
    border-radius: .5em;
}

[id^=choice] div ul {
    width: 100%;
    border-bottom: 1px solid #CCC;
    margin: 0 auto;
    padding: .6em 0;
}

[id^=choice] div ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

[id^=choice] div ul li:nth-of-type(1) {
    width: 8px;
    height: 8px;
    padding: 0 5em 0 0;
    background: url("../../assets/images/sms/sms_icon01.png") no-repeat;
}

[id^=choice] div ul li:nth-of-type(2) {
    width: 10px;
    height: 8px;
    background: url("../../assets/images/sms/sms_icon02.png") no-repeat;
}

[id^=choice] div ul li:nth-of-type(3) {
    width: 13px;
    height: 8px;
    background: url("../../assets/images/sms/sms_icon03.png") no-repeat;
}

[id^=choice] textarea {
    font-size:14px;
}