/* BTOCSITE-61912 24년 에어컨 자가점검 이벤트 페이지 */
#popup-event-61912 .pop-conts { padding: 40px 20px 20px;}
#popup-event-61912 .pop-conts .tb-tit { font-size: 16px;font-weight: 700;line-height: 26px; margin-bottom: 12px;}
/* #popup-event-61912 .pop-conts .agree-input { padding-top: 30px;} */
#popup-event-61912 .pop-conts .agree-input .rdo-wrap:not(:first-child) {margin-left: 100px;}
#popup-event-61912 .pop-conts .input-info { margin-top: 70px;}
#popup-event-61912 .pop-conts .err-msg { margin-top: 10px; display: none;}
#popup-event-61912 .pop-conts .info-area {line-height: 1.6;}
#popup-event-61912 .pop-conts .info-area .ex-txt {color: #999; font-size: 20px; margin: 10px 0 20px;}
#popup-event-61912 .pop-conts input:focus { border: 2px solid black;}
#popup-event-61912 .pop-conts .tb_row table tbody .al-left{font-weight: 400; font-size: 14px;}
#popup-event-61912 .pop-conts .input-info .agree-tit{margin-bottom: 0;}
#popup-event-61912 .pop-conts .agree-wrap  .input-info:first-child {margin-top: 0;}
#popup-event-61912 .pop-conts .input-info .agree-cont-wrap .agree-cont-box{max-height: 150px;}
#popup-event-61912 .pop-conts .input-info .agree-cont-wrap .agree-cont-box::-webkit-scrollbar {width: 10px;}
#popup-event-61912 .pop-conts .input-info .agree-cont-wrap .agree-cont-box::-webkit-scrollbar-thumb {background: #777; border-radius: 8px;}
#popup-event-61912 .pop-conts .input-info .agree-cont-wrap .agree-cont-box::-webkit-scrollbar-track {background: rgba(119, 119, 119, 0.1);}

/* for mobile */
@media screen and ( max-width: 767px) {
    #popup-event-61912 .pop-conts { padding: 16px;}
    #popup-event-61912 .pop-conts .tb-tit { font-size: 14px;line-height: 22px;font-weight: 700;}
    #popup-event-61912 .pop-conts .agree-input .rdo-wrap:not(:first-child) {margin-left: 10px;}
    #popup-event-61912 .pop-conts .input-info:last-child { margin-bottom: 35px;}
}