/** ì„œë¸Œ íƒ€ì´í‹€ ***/
.sub_title {width:100%;}
.sub_title h2 {font-size:32px; text-align:center; color:#2c2c2c; font-weight:700; margin-top:65px; padding:0; position:relative;}
.sub_title h2:before {content:""; display:block; position:absolute; width:26px; height:5px; background:#ff6969; border-radius:5px; left:50%; margin-left:-13px; top:-10px; }
.sub_title .tit_txt {font-size:18px; color:#545454; margin-top:15px; text-align:center; font-weight:500;}

/*** ê²€ìƒ‰ì°½ ***/
.search_box {width:100%; text-align:center; margin-top:40px;}
.search_box .search {width:70%; height:80px; margin:0 auto; border-radius:10px; overflow:hidden; position:relative;}
.search_box .search input[type="search"] {width:100%; height:100%; padding:0 20px; background:#f0f0f5; outline:none;font-family:'Noto Sans KR'; font-weight:400; font-size:18px;}
.search_box .search input::placeholder {color:#bdbdd2; font-family:'Noto Sans KR'; font-weight:500; font-size:18px;}
.search_box .search .search_bt {width:80px; height:80px; position:absolute; right:0; background:url(https://kids.only1.co.kr/event/2022/kids2301/images/search.png) center center no-repeat; border:0; cursor:pointer; font-size:0; padding:0;}
.search_box .search .search_bt:before {content:""; display:block; position:absolute; width:2px; height:26px; background:#bdbdd2; top:50%; margin-top:-13px;}

/*** ê²Œì‹œíŒ ***/
.tbl {width:100%; margin-top:50px;}
.tbl .board {max-width:1000px; width:100%; margin:0 auto;}
.tbl .board thead {border-top:2px solid #525252;}
.tbl .board th, .tbl .board td {border-bottom:1px solid #ddd; text-align:center; height:78px; line-height:78px;}
.tbl .board th {font-size:18px; color:#2c2c2c; font-weight:700;}
.tbl .board td, .tbl .board td a {font-size:18px; color:#2c2c2c; font-weight:500;}
.tbl .board td a {display:inline-block; width:100%; height:100%;}
.tbl .board td:nth-child(2) {text-align:left;}

/** íŽ˜ì´ì§• **/
.paging {width:100%; text-align:center; margin-top:45px;}
.paging a {display:inline-block; width:30px; height:30px; margin:0 0.3%; background:#f0f0f5; border-radius:100%; text-align:center; line-height:30px;}
.paging a:hover, .paging a.active {background:#ff4f4f; color:#fff;} 
.paging a.pre2 {background:url(https://kids.only1.co.kr/event/2022/kids2301/images/page_pre2.png) center center no-repeat; text-indent:-9999px; width:25px;}
.paging a.pre {background:url(https://kids.only1.co.kr/event/2022/kids2301/images/page_pre.png) center center no-repeat; text-indent:-9999px; width:25px;}
.paging a.next {background:url(https://kids.only1.co.kr/event/2022/kids2301/images/page_next.png) center center no-repeat; text-indent:-9999px; width:25px;}
.paging a.next2 {background:url(https://kids.only1.co.kr/event/2022/kids2301/images/page_next2.png) center center no-repeat; text-indent:-9999px; width:25px;}