@charset "utf-8";

/* 공통 */
.clear {clear:both}
.center {text-align:center}
.left {text-align:left}
.right {text-align:right}
.fl {float:left}
.fr {float:right}
.pointer {cursor:pointer}
.bold {font-weight:bold}
.ovfh {overflow:hidden}
.list_init {margin:0;padding:0;list-style:none}

.mgt0 {margin-top:0px !important}
.mgt20 {margin-top:20px !important}
.mgr0 {margin-right:0px !important}
.mgb0 {margin-bottom:0px !important}
.mgl0 {margin-left:0px !important}
.pdt0 {padding-top:0px !important}
.pdr0 {padding-right:0px !important}
.pdb0 {padding-bottom:0px !important}
.pdl0 {padding-left:0px !important}

/* 반투명 검은 배경 */
#blackback {display:none; position:fixed; left:0; top:0; width:100%; height:100%; background-color:rgba(0, 0, 0, 0.7); z-index:998;}

/* 본 사이트 전용 */
#container_confirm {width:400px;margin:0 auto}
#container_confirm .box_msg {margin-bottom:10px;padding:15px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;font-size:14px;line-height:24px}
#container_confirm .box_msg span {font-weight:bold;color:#fe8d4d;text-decoration:underline}
#container_confirm .tbl_frm01 th {width:120px}
#container_confirm #btn_submit {height:auto;padding:7px 15px;font-size:15px;letter-spacing:-0.5px}
