@charset "utf-8";

 /* 경기정보 /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.calTitle {width:100%; padding:20px 0 12px 0; border-bottom:#e3e3e3 1px solid; overflow:hidden;}
.calTitle .ctnLeft {float:left; padding-top:5px;}
.calTitle .ctnRight {float:right;}
.calTitle span {font-size:12px;}

.calArea {width:100%; overflow:hidden;}
.calArea ul {width:100%; margin-bottom:10px; overflow:hidden;}
.calArea ul .ctnLeft {float:left; width:225px; margin-right:25px;}
.calArea ul .ctnCenter {float:left; width:225px; margin-right:25px;}
.calArea ul .ctnRight {float:left; width:225px;}
.calArea ul .ctnLine {float:left; width:219px; border:#e5851c 3px solid;}
.calArea ul p {margin:12px 0 12px 0;}
.calArea ul table {width:100%;}
.calArea ul table thead th {font-size:11px; color:#000; background:#efefef; border:#e3e3e3 1px solid; padding:3px 0px 3px 0px;}
.calArea ul table tbody td {font-size:11px; font-family:tahoma; padding:4px 0 4px 0; text-align:center; border-bottom:#e3e3e3 1px solid;} 
.calArea ul table tbody .ctnSel1 {background:url('/static_root/images/gameInfo/calender_ovBg1.gif') 6px 5px no-repeat;} 
.calArea ul table tbody .ctnSel1 a {display:block; color:#fff;} 
.calArea ul table tbody .ctnSel2 {background:url('/static_root/images/gameInfo/calender_ovBg2.gif') 6px 5px no-repeat;} 
.calArea ul table tbody .ctnSel2 a {display:block; color:#fff;} 

.calPop {position:absolute; width:380px; padding-bottom:10px; background:#fff; border:#000 5px solid; text-align:left; overflow:hidden;}
.calPop dl {height:43px; padding:0 15px 0 15px; background:url('/static_root/images/pop/titleBar4.gif') no-repeat; overflow:hidden;}
.calPop dl .infoLeft {float:left; padding-top:8px;}
.calPop dl .infoRight {float:right; padding-top:9px;}
.calPop .infoArea {padding:10px; font-family:"돋움",dotum; font-size:12px;}
.calPop .infoArea .day {font-size:14px; font-weight:bold; text-align:center; border-bottom:#e3e3e3 1px solid; padding:3px 0 10px 0; margin-bottom:10px;}

