@charset "utf-8";

@font-face{font-family:NanumGothic;src:url(/include/css/NanumGothic.eot);src:local(※),url(/include/css/NanumGothic.woff) format('woff')}
@font-face{font-family:NanumGothicBold;src:url(/include/css/NanumGothicBold.eot);src:local(※),url(/include/css/NanumGothicBold.woff) format('woff')}
body,div,input,select,textarea,ul,li,td{font-family:NanumGothic,Dotum,Arial;font-size:16px;color:#252525}
body {background:url('/images/bgDot_01.gif')}
a:link,a:visited,a:hover,a:active{select-dummy:expression(this.hideFocus=true);font-family:NanumGothic;font-size:9pt;color:#252525;outline:none;text-decoration:none}
input, select {vertical-align:top;outline:none}
input[type="radio"] {vertical-align:middle}
input[type="checkbox"] {vertical-align:middle}
input:focus {background:#FFF}

/* Nav */
.bluetabs{margin-top:13px;width:100%;height:53px;text-align:center;border-top:1px solid #1177AD;border-bottom:1px solid #167AAE;background:#0f9eea}
.bluetabs ul{margin:0 auto;width:1000px;height:100%;background:url('/images/navBg_01.gif') no-repeat}
.bluetabs ul li{position:relative;float:left;width:200px;height:100%;font-size:16px;color:#FFF;line-height:345%;text-align:center;vertical-align:middle}
.bluetabs ul .logoLi {font-family:Arial;font-size:20px;line-height:280%}
.bluetabs ul .logoLi span {font-weight:bold}
.bluetabs ul .loginLi {width:165px;font-family:Arial;font-size:16px;text-align:right}
.dropmenudiv_b{position:absolute;top:13px;left:50%;margin-left:-300px;z-index:100;background-color:white;width:600px;visibility:hidden}
.dropmenudiv_b ul {width:100%}
.dropmenudiv_b ul li {position:relative;float:left;width:200px;}
.dropmenudiv_b ul li ul{width:200px}
.dropmenudiv_b ul li ul li{width:200px;height:53px;font-size:16px;font-weight:bold;color:#FFF;line-height:345%;text-align:center;background:url('/images/naviDot_01.png');border-top:1px solid #b1d0fa}
.dropmenudiv_b ul li ul .naviSort {background:url('/images/naviDot_02.png');border-top:1px solid #1177ad}
.dropmenudiv_b ul li ul .lastLi {-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-khtml-border-radius-bottomright:5px;-khtml-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px}
.dropmenudiv_b ul li ul li:hover {cursor:pointer;background:url('/images/naviDot_02.png')}
 /*IE only hack/* html .dropmenudiv_b a{width: 100%;}*/

/* */
#wrapIdx {margin:0 auto;width:1000px;/*border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5*/}
#idxChild1 {width:100%;height:367px}
#idxChild1_1 {width:100%;height:25px;background:#ffffff}
#idxChild2 {width:100%;height:35px;border-bottom:1px solid #f0f0f0}
#idxChild2 .img1 {float:left;margin-top:4px;margin-left:5px}
#idxChild2 .img2 {float:right;margin-top:7px;margin-right:20px}
#idxChild3 {margin-top:18px;width:100%}
#idxChild3 .btnLeftLi {float:left;width:40px;;cursor:pointer}
#idxChild3 .btnRightLi {float:right;width:40px;;cursor:pointer}
#idxChild3 .listLi {width:918px;height:260px;overflow:hidden}

#jqb_object {position:relative;width:950px;height:260px;overflow:hidden}
#jqb_object .jqb_slide{position:absolute;width:950px;height:260px}
.jqb_btn_next{width:40px;height:250px;cursor:pointer}
.jqb_btn_prev{width:40px;height:250px;cursor:pointer}

#idxChild3 .listLi div ul {float:left;margin-right:33px;width:204px}
#idxChild3 .listLi div ul li {width:100%;text-align:center}
#idxChild3 .listLi div ul a:link,a:visited,a:hover,a:active {font-family:Dotum;font-size:13px;color:#393939;outline:none;text-decoration:none}
#idxChild3 .listLi div ul .imgLi {border:1px solid #d1d1d1}
#idxChild3 .listLi div ul .imgLi img {width:100%;max-width:204px;max-height:204px}
#idxChild3 .listLi div ul .textLi1 {margin-top:10px;font-size:13px;font-weight:bold;color:#393939}
#idxChild3 .listLi div ul .textLi2  {font-size:13px;color:#393939}

#wrap0 {margin:0 auto;width:1000px;padding-bottom:55px}

#wrap1 {margin:0 auto;width:897px;padding-bottom:55px}
.contents1 {margin-top:24px;width:100%;height:34px}
.contents2 {width:100%;background:#FFF;border:1px solid #D9D9D9}
.contents3 {width:100%;border:1px solid #D9D9D9;background:#ffffff;-webkit-border-bottom-right-radius:2px;-webkit-border-bottom-left-radius:2px;-khtml-border-radius-bottomright:2px;-khtml-border-radius-bottomleft:2px;-moz-border-radius-bottomright:2px;-moz-border-radius-bottomleft:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px}

.contents4 {width:100%;border:1px solid #D9D9D9;
filter: none;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-8 */
}
.contents5 {margin-top:10px;width:875px;height:25px;}
.contents6 {margin-top:20px;width:100%;height:25px;}

.imgTabs1 {width:899px;height:35px;background:url('/images/tabBar_01.png') no-repeat center}
.imgTabs1 img {margin-left:1px}
.imgTabs1 .tabSet1 {width:100%;height:35px}
.imgTabs1 .tabSet1 div {float:left}

.imgTabs2 {width:899px;height:35px;overflow:hidden;background:url('/images/tabBar_01.png') no-repeat center}
.imgTabs2 img {margin-top:1px;margin-left:1px}

.imgTabs3 {width:715px;height:36px;overflow:hidden; border-top-right-radius: 3px; border-top-left-radius: 3px; background:url('/images/tabBar_03.png') no-repeat center}
.imgTabs3 img {margin-top:1px;margin-left:1px}

.imgTabs4 {width:806px;height:35px;background:url('/images/tabBar_04.png') no-repeat center}
.imgTabs4 img {margin-left:1px}

.imgTabs5 {width:860px;height:35px;background:url('/images/tabBar_05.png') no-repeat center}

.imgTabs6 {width:494px;height:35px;background:url('/images/tabBar_06.png') no-repeat center}

.imgTabs7 {width:544px;height:35px;background:url('/images/tabBar_07.png') no-repeat center}

.imgTabMenus{clear:both;margin:0 auto;margin-top:20px;width:832px;height:31px;border-bottom:1px solid #dedede}
.imgTab {float:left;margin-left:1px;width:104px;height:31px}
.imgTab.listTab1on {margin-left:0;background:url('/images/tabDivList01on.png') no-repeat}
.imgTab.listTab1 {margin-left:0;background:url('/images/tabDivList01.png') no-repeat}
.imgTab.listTab2on {background:url('/images/tabDivList02on.png') no-repeat}
.imgTab.listTab2 {background:url('/images/tabDivList02.png') no-repeat}
.imgTab.listTab3on {background:url('/images/tabDivList03on.png') no-repeat}
.imgTab.listTab3 {background:url('/images/tabDivList03.png') no-repeat}
.imgTab.listTab4on {background:url('/images/tabDivList04on.png') no-repeat}
.imgTab.listTab4 {background:url('/images/tabDivList04.png') no-repeat}
.tabLabel0 {float:left;width:104px;height:31px;text-align:center;line-height:32px;color:#FFF;font-size:13px;cursor:pointer;overflow:hidden}

.imgTabEV {float:left;width:132px;height:35px}
.imgTabEV.listTab1on {background:url('/images/tabEventInfoOn_01.png') no-repeat}
.imgTabEV.listTab1 {background:url('/images/tabEventInfo_01.png') no-repeat}
.imgTabEV.listTab2on {margin-left:0;background:url('/images/tabEventWinnerOn_01.png') no-repeat}
.imgTabEV.listTab2 {margin-left:0;background:url('/images/tabEventWinner_01.png') no-repeat}
.imgTabEV.listTab3on {background:url('/images/tabEventReportOn_01.png') no-repeat}
.imgTabEV.listTab3 {background:url('/images/tabEventReport_01.png') no-repeat}
.imgTabEVLabel0 {float:left;width:132px;height:35px;text-align:center;line-height:32px;color:#FFF;font-size:13px;cursor:pointer;overflow:hidden}

.imgTabMenusWN {clear:both;margin-left:132px;width:832px;height:31px}
.imgTabWN {float:left;margin-left:1px;width:131px;height:29px}
.imgTabWN.winnerTab1on {margin-left:0;background:url('/images/tabWinnerSub01on.png') no-repeat}
.imgTabWN.winnerTab1 {margin-left:0;background:url('/images/tabWinnerSub01.png') no-repeat}
.imgTabWN.winnerTab2on {margin-left:1px;background:url('/images/tabWinnerSub02on.png') no-repeat}
.imgTabWN.winnerTab2 {margin-left:1px;background:url('/images/tabWinnerSub02.png') no-repeat}
.imgTabWN.winnerTab3on {margin-left:1px;background:url('/images/tabWinnerSub03on.png') no-repeat}
.imgTabWN.winnerTab3 {margin-left:1px;background:url('/images/tabWinnerSub03.png') no-repeat}
.winnerSubTabLabel0 {float:left;width:131px;height:29px;text-align:center;line-height:32px;color:#FFF;font-size:13px;cursor:pointer;overflow:hidden}

.cntChild1 {margin:0 auto;margin-top:30px;width:830px}
.cntChild2 {margin:0 auto;margin-top:30px;width:830px}
.cntChild3 {margin:0 auto;width:805px}
.cntChild4 {margin:-20px auto;width:805px}

.cntChildHolder1 {width:100%}

.cntChildContainer1 {margin:0 auto;margin-top:15px;width:100%;border-collapse:collapse}
.cntChildContainer2 {margin:0 auto;width:100%;border:1px solid #858585}

.cntChildContainer3 {margin:0 auto;margin-top:5px;width:100%;border-collapse:collapse}
.cntChildContainer3 .textSet {position:relative;float:left;width:100%}
.cntChildContainer3 .textSet li {margin-top:10px}
.cntChildContainer3 .textSet .textLi{line-height:20px;width:90%}
.cntChildContainer3 .textSet .tipLi{float:right;text-align:right;width:10%}
.cntChildContainer3 .textSet .textLi span {line-height:10px;font-size:20px;color:#757575}

.cntChildContainer4 {margin:0 auto;width:100%;border:1px solid #c8c8c8;border-top:none}
.cntChildContainer4 .sortTabs {float:left;width:569px;height:34px;color:#FFF}
.cntChildContainer4 .sortTabs ul {width:100%;background:#57a8d3; }
.cntChildContainer4 .sortTabs ul li {float:left;width:113px;height:32px;line-height:30px;text-align:center;color:#FFF}
.cntChildContainer4 .sortTabs ul li a:link,a:visited,a:hover,a:active {select-dummy:expression(this.hideFocus=true);font-family:NanumGothic;font-size:13px;color:#FFF;outline:none;text-decoration:none}
.cntChildContainer4 .sortTabs ul li a:visited {select-dummy:expression(this.hideFocus=true);font-family:NanumGothic;font-size:13px;color:#FFF;outline:none;text-decoration:none}
.cntChildContainer4 .sortTabs ul .normarlLi {background:#5bc2e8;}
.cntChildContainer4 .sortTabs ul .selectedLi {background:#1D8AC3}
.cntChildContainer4 .sortTabs ul .signLi {content:"";margin-top:0px;width:1px;height:32px;background:#6ed1f6;}
.cntChildContainer4 .sortTabs ul .lastLi {letter-spacing:-1px;border:none}
.cntChildContainer4 .sortTabs input[type=button] {padding-bottom:1px;width:103px;height:15px;text-align:center;letter-spacing:-0.05em;font-size:13px;color:#FFF;background:#1d8ac3;border:none;cursor:pointer;}
.cntChildContainer4 .tipLi {float:right;width:381px;height:34px;text-align:right;border-top:1px solid #c8c8c8}
.cntChildContainer4 .tipLi img {margin-top:6px;margin-right:6px}
.cntChildContainer4 .tipLi100 {float:right;width:100%;height:34px;text-align:right;border-top:1px solid #c8c8c8}
.cntChildContainer4 .tipLi100 img {margin-top:6px;margin-right:6px}
.cntChildContainer4 .childDiv1 {margin-left:5px;width:940px;height:30px;background:url('/images/bar_01.gif') no-repeat}
.cntChildContainer4 .childDiv1.fold {margin-left:5px;width:940px;height:31px;background:url('/images/bar_01_fold.gif') no-repeat}
.cntChildContainer4 .childDiv1 .div1 {float:left;margin-top:0;margin-left:15px;line-height:31px;font-size:15px;color:#FFF}
.cntChildContainer4 .childDiv1 .div1 span {font-weight:normal;}
.cntChildContainer4 .childDiv1 .div2 {float:right;margin-top:0;margin-right:10px}
.cntChildContainer4 .childDiv1 .div2 img {cursor:pointer}
.cntChildContainer4 .childDiv2 {margin-left:5px;width:938px;height:auto;border-left:1px solid #858585;border-right:1px solid #858585}
.cntChildContainer4 .childDiv2 .labelsDiv {padding-top:15px;margin-left:16px;width:90%}
.cntChildContainer4 .childDiv2 .labelsDiv label {padding:2px 25px 2px 25px;height:30px;text-align:center;line-height:25px;color:#FFF;font-size:13px;background:#5f9ef4;cursor:pointer;border:1px solid #5f9ef4; border-radius:3px;}
.cntChildContainer4 .childDiv3 {margin-left:5px;width:940px}
.cntChildContainer4 .childDiv4 {content:"";margin-top:7px;margin-left:5px;width:940px;height:7px;border-top:1px solid #d0d0d0}
.cntChildContainer4 .childDiv4.unfold {content:"";width:940px;height:20px;border-top:none}

.cntChildContainer5 {margin:0 auto;width:830px;border:1px solid #858585}

#wrap2 {margin:0 auto;width:760px;padding-bottom:55px}
#contentsA {margin-top:24px;width:758px;background:#FFF;border:1px solid #D9D9D9}
#contentsB {margin-top:10px;width:758px;height:25px;}

#cntAchildA {margin:0 auto;margin-top:30px;width:676px}
#cntAchildA p {margin-top:13px}
#contentsA .selectBox {width:260px;height:27px;overflow:hidden;background:url('/images/arrowBottom_01.gif') no-repeat right;border:1px solid #868686;}
#contentsA .selectBox select {margin-top:-4px;background:transparent;width:285px;height:34px;padding:4px;font-family:NanumGothic;color:#424242;font-size: 15px;line-height:1;border:0;border-radius:0;-webkit-appearance:none}

.eventTitle {width:400px}
.eventURL {width:600px}
.eventDate {width:100px}

/* Common Styles*/
.clearfix:after {content:"";display:block;height:0;clear:both;visibility:hidden;}
.articleDivA {display:inline-block;font-family:NanumGothic;font-size:18px;color:#363636;line-height:26px;letter-spacing:-1px;font-weight:bold;border-bottom:2px solid #363636}
.articleDivB {display:inline-block;font-family:NanumGothic;font-size:16px;color:#737373;line-height:120%;letter-spacing:-1px;font-weight:bold}
.articleDivC {display:inline-block;font-family:NanumGothic;font-size:16px;color:#363636;line-height:16px;letter-spacing:-2px;font-weight:bold;solid #363636}
.articleDivD {display:inline-block;font-family:NanumGothic;font-size:16px;color:#0f73a7;line-height:16px;font-weight:bold;border-bottom:1px solid #0f73a7}
.articleDivE {display:inline-block;font-family:NanumGothic;font-size:16px;color:#484848;line-height:20px;letter-spacing:-1px;font-weight:bold}
.articleDivF {display:inline-block;font-family:NanumGothic;font-size:14px;color:#5674ba;line-height:20px;letter-spacing:-1px;font-weight:bold;;border-bottom:2px solid #5674ba}
.articleDivG {display:inline-block;margin-left:20px;font-family:NanumGothic;font-size:18px;color:#363636;line-height:26px;letter-spacing:-1px;font-weight:bold;border-bottom:2px solid #363636}
.articleDivH {display:inline-block;font-family:NanumGothicBold;font-size:22px;color:#363636;line-height:120%;letter-spacing:-1px;border-bottom:2px solid #363636}
.articleDivI {width:100%;height:25px;font-family:NanumGothic;font-size:25px;color:#242424;letter-spacing:-1px;line-height:24px;border-left:5px solid #1d8ac3;}
.articleDivJ {width:100%;height:22px;font-family:NanumGothic;font-size:18px;color:#3d3d3d;font-weight:bold;letter-spacing:-2px;line-height:18px;border-bottom:2px solid #32363e;}
.articleDivK {display:inline-block;font-family:NanumGothic;font-size:16px;color:#484848;line-height:20px;letter-spacing:-1px;font-weight:bold}
.articleDivL {display:inline-block;font-family:NanumGothic;font-size:14px;color:#ff4040;line-height:120%;letter-spacing:-1px;}


input[type="text"] {padding-left:5px;padding-right:5px;height:19px;font-family:NanumGothic;font-size:13px;line-height:19px;background:#f0f0f0;border:1px solid #d4d4d4; border-radius:2px; }

a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {z-index:10;display:none;padding:5px;margin-top:-70px;margin-left:-180px;width:175px;text-align:left;font-size:11px;
                      text-border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-moz-box-shadow:1px 2px 2px #CCC;-webkit-box-shadow:1px 2px 2px #CCC;box-shadow:1px 2px 2px #CCC}
a.tooltip:hover span{display:inline;position:absolute;color:#FFF;border:1px solid #31529d;background:url('/images/toolTipBg_01.png')}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}

a.tooltip2 {outline:none;font-size:13px;color:#242424}
a.tooltip2:visited {outline:none;font-size:13px;color:#242424}
a.tooltip2:active {outline:none;font-size:13px;color:#242424}
a.tooltip2 strong {line-height:30px;}
a.tooltip2:hover {text-decoration:none;font-size:13px;color:#242424} 
a.tooltip2 div {z-index:10;display:none;padding-top:8px;margin-top:-83px;margin-left:60px;width:350px;text-align:left
                      text-border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-moz-box-shadow:1px 2px 2px #CCC;-webkit-box-shadow:1px 2px 2px #CCC;box-shadow:1px 2px 2px #CCC}
a.tooltip2:hover div {display:block;position:absolute;border:1px solid #aaaaab; border-radius:3px; background:#3c5a99; opacity:0.9; box-shadow: 0px 0px 15px -5px #62615f;}

a.tooltip2 span{z-index:9999 !important;display:none;padding:5px;margin-top:-27px;margin-left:35px;width:22px}
a.tooltip2:hover span{display:block;position:absolute; opacity:0.9;}

.tipULdiv1 {margin:0 auto;margin-top:0px;width:320px;height:auto;text-align:left;font-size:13.5px;line-height:20px;letter-spacing:0;color:#FFF}
.tipULdiv2 {margin-top:10px; margin-left:29px; margin-bottom:-5px; width:300px;font-size:13.5px;line-height:20px;letter-spacing:-1px;color:#FFF; word-break:break-all;}
.tipULdiv3 {content:"";margin:0 auto;margin-top:10px;width:320px;height:160px;background:#FFF}
.tipULdiv4 {content:"";height:20px} 

.triggerDiv {width:72px;height:20px;text-align:left}
.trigger {display:inline-block;width:100%;height:20px;text-align:center;cursor:pointer}
.toolPopup1 {position:absolute;margin-top:-105px;margin-left:-105px;width:210px;height:115px;z-index:20;background:url('/images/toolTipBg_02.png') no-repeat}
/*.toolTipPopChild1 {float:left;margin-top:6px;margin-left:6px;width:178px;height:63px;border:1px solid #c8c8c8;overflow:hidden}*/
/*.toolTipPopChild1 img {width:178px;height:65px}*/
.toolTipPopChild2 {float:left;margin-top:17px;margin-left:12px;/*width:65px;*/height:65px;border:1px solid #e6e6e6;/*overflow:hidden*/}
.toolTipPopChild2 img {width:65px;height:65px;border:2px solid #fff}
.toolTipPopChild3 {float:left;margin-top:-60px;margin-left:89px;width:110px;height:50px;font-family:Dotum;font-weight:normal;font-size:11px;color:#646464; letter-spacing:0px;}
.toolTipPopChild3 p {padding:0;margin:0;width:110px;height:31px;font-weight:bold;font-size:13.5px;color:#3c5a99;overflow:hidden}
.toolTipPopChild3 img {margin-top:10px;margin-left:19px;width:72px;height:20px}

.checkType1 {margin-top:-2px;}

.tabLabel1A {float:left;width:113px;height:32px;text-align:center;line-height:32px;color:#FFF;font-size:14px;font-weight:bold;background:#3b5998;cursor:pointer;border:1px solid #3b5998;border-right:none; border-top-right-radius:4px; border-top-left-radius:4px;}
.tabLabel1B {float:left;width:113px;height:32px;text-align:center;line-height:32px;color:#FFF;font-size:13px;background:#1d8ac3;cursor:pointer;border:1px solid #0f74a8}
.tabLabel2A {float:left;width:113px;height:32px;text-align:center;line-height:32px;color:#8c8c8c;font-size:13px;background:#f0f0f0;cursor:pointer;overflow:hidden;border:1px solid #ffffff;border-right:none; border-top-right-radius:4px; border-top-left-radius:4px;}
.tabLabel2B {float:left;width:113px;height:32px;text-align:center;line-height:32px;color:#FFF;font-size:13px;background:#727272;cursor:pointer;overflow:hidden;border:1px solid #585858}
.tabLabel3A {float:left;width:170px;height:32px;text-align:center;line-height:32px;color:#FFF;font-size:13px;background:#1d8ac3;cursor:pointer;overflow:hidden;border:1px solid #0f74a8;border-right:none}
.tabLabel3B {float:left;width:170px;height:32px;text-align:center;line-height:32px;color:#FFF;font-size:13px;background:#727272;cursor:pointer;overflow:hidden;border:1px solid #585858}
.tabLabel4A {float:left;width:170px;height:32px;text-align:center;line-height:32px;color:#FFF;font-size:13px;background:#1d8ac3;cursor:pointer;overflow:hidden;border:1px solid #0f74a8;border-right:none}
.tabLabel4B {float:left;width:170px;height:32px;text-align:center;line-height:32px;color:#FFF;font-size:13px;background:#727272;cursor:pointer;overflow:hidden;border:1px solid #585858}

.labelListPoint {float:left;width:5px;height:23px;font-size:13px;background:#1d8ac3;border:none}

.quiztabLabel1A {float:left;width:75px;height:24px;text-align:center;line-height:23px;color:#FFF;font-size:13px;background:#5674b9;cursor:pointer;border:1px solid #3b5ba6;border-right:none;border-bottom:none; border-top-right-radius:3px; border-top-left-radius:3px;}
.quiztabLabel1B {float:left;width:75px;height:24px;text-align:center;line-height:23px;color:#FFF;font-size:13px;background:#5674b9;cursor:pointer;border:1px solid #3b5ba6;border-bottom:none}
.quiztabLabel2A {float:left;width:75px;height:24px;text-align:center;line-height:23px;color:#FFF;font-size:13px;background:#b6b6b6;cursor:pointer;overflow:hidden;border:1px solid #FFF;border-right:none;border-bottom:none; border-top-right-radius:3px; border-top-left-radius:3px;}
.quiztabLabel2B {float:left;width:75px;height:24px;text-align:center;line-height:23px;color:#FFF;font-size:13px;background:#b6b6b6;cursor:pointer;overflow:hidden;border:1px solid #FFF;border-bottom:none}

.btnLabel1 {padding:2px 8px 2px 8px;height:30px;text-align:center;line-height:21px;color:#FFF;font-size:13px;background:#5674b9;cursor:pointer;border:1px solid #35559f}
.btnLabel2 {padding:3px 20px 3px 20px;height:23px;text-align:center;line-height:23px;color:#FFF;font-size:14px;background:#5674b9;cursor:pointer;border:1px solid #35559f}
.btnLabel3 {padding:7px 20px 7px 20px;height:30px;text-align:center;line-height:30px;color:#3c3c3c;font-size:14px;color:#3c3c3c;background:#d4d4d4;cursor:pointer;border:1px solid #909090}
.btnLabel4 {padding:7px 89px 7px 89px;margin-top:5px;height:30px;text-align:center;line-height:30px;color:#3c3c3c;font-size:14px;color:#3c3c3c;background:#d4d4d4;cursor:pointer;border:1px solid #909090}
.btnLabel5 {padding:3px 20px 4px 20px;height:25px;text-align:center;line-height:23px;color:#FFF;font-size:14px;background:#5674b9;cursor:pointer;border:1px solid #35559f}
.btnLabel6 {padding:6px;height:30px;text-align:center;line-height:30px;color:#3c3c3c;font-size:15px;color:#3c3c3c;background:#5e5d58;cursor:pointer;border:1px solid #909090}
.btnLabel7 {padding:3px 8px 4px 8px;height:30px;text-align:center;line-height:21px;color:#FFF;font-size:14px;background:#5674b9;cursor:pointer;border:1px solid #35559f}

.conditionTab {float:left;padding:0 19px 0 18px;height:25px;text-align:center;line-height:25px;color:#FFF;font-size:15px;background:#a4a4a4;cursor:pointer;border-right:1px solid #FFF;}
.conditionTabLast {float:left;padding:0 22px 0 22px;height:25px;text-align:center;line-height:25px;color:#FFF;font-size:15px;background:#a4a4a4;cursor:pointer;border-right:none}
.conditionTab.on {background:#363636}
.conditionTabLast.on {background:#363636}

#conditionImgTabs {margin:0 auto;margin-top:15px;width:808px;background:url('/images/tabBar_02.png') no-repeat;overflow:hidden}
#conditionImgTabs li {float:left;margin-left:1px;}
#conditionTabContents {margin:0 auto;clear:left;width:804px;border:1px solid #e6e6e6}
.btnGap {margin:0 auto;clear:left;width:804px;height:36px;text-align:right}

.sampleTab {float:left;padding:0 9px 0 9px;height:30px;text-align:center;line-height:25px;color:#FFF;font-size:15px;background:#a4a4a4;cursor:pointer;border-right:1px solid #FFF;}
.sampleTabLast {float:left;padding:0 14px 0 14px;height:25px;text-align:center;line-height:25px;color:#FFF;font-size:15px;background:#a4a4a4;cursor:pointer;border-right:none}
.sampleTab.on {background:#363636}
.sampleTabLast.on {background:#363636}

.sampleCreateTab {float:left;padding:0 19px 0 18px;height:25px;text-align:center;line-height:25px;color:#FFF;font-size:15px;background:#a4a4a4;cursor:pointer;border-right:1px solid #FFF;}
.sampleCreateTabLast {float:left;padding:0 22px 0 22px;height:25px;text-align:center;line-height:25px;color:#FFF;font-size:15px;background:#a4a4a4;cursor:pointer;border-right:none}
.sampleCreateTab.on {background:#363636}
.sampleCreateTabLast.on {background:#363636}

.winnerTabLabel1A {float:left;width:113px;height:25px;text-align:center;line-height:25px;color:#FFF;font-size:13px;background:#1d8ac3;cursor:pointer;border:1px solid #0f74a8;border-right:none}
.winnerTabLabel1B {float:left;width:113px;height:25px;text-align:center;line-height:25px;color:#FFF;font-size:13px;background:#1d8ac3;cursor:pointer;border:1px solid #0f74a8}
.winnerTabLabel2A {float:left;width:113px;height:25px;text-align:center;line-height:25px;color:#FFF;font-size:13px;background:#727272;cursor:pointer;overflow:hidden;border:1px solid #585858;border-right:none}
.winnerTabLabel2B {float:left;width:113px;height:25px;text-align:center;line-height:25px;color:#FFF;font-size:13px;background:#727272;cursor:pointer;overflow:hidden;border:1px solid #585858}

radioBtn1 {vertical-align: baseline}
.gap5 {clear:both;content:"";height:0px;line-height:5px}
.gap10 {clear:both;content:"";height:10px;line-height:10px}
.gap15 {clear:both;content:"";height:15px;line-height:15px}
.gap20 {clear:both;content:"";height:20px;line-height:10px}
.gap25 {clear:both;content:"";height:25px;line-height:10px}
.gap30 {clear:both;content:"";height:30px;line-height:10px}
.gap10Line {clear:both;content:"";height:10px;line-height:10px;border-bottom:1px solid #525252}
.noneLineGap {clear:both;content:"";margin-top:10px;width:90%;height:1px}

/* UL */

.infoUL {margin-top:10px;width:100%;background:#FFF}
.infoUL ul li {position:relative;float:left;width:100%;height:30px;}
.infoUL ul li .itemBold {font-weight:bold}
.infoUL .selectLi {position:relative;float:left;width:347px;height:30px}
.infoUL .selectLi select {padding-left:5px;margin-top:2px;width:258px;height:24px;font-size:14px;color:#828282;outline:none;border:1px solid #b4b4b4}
.infoUL .selectLi .coverDiv {content:".";position:absolute;width:360px;height:2px;color:#FFF;background:#FFF;z-index:5;}
.infoUL .selectBtnLi {position:relative;float:left;width:27px;height:27px;border:1px solid #868686;border-left:none}
.infoUL input[type=button] {padding:0;margin:0;width:27px; height:27px;border:none;background: url('/images/arrowBottom_01.gif')}
.infoUL ul {margin-top:10px;width:100%;border:1px solid #e6e6e6; border-radius:5px;}
.infoUL ul li {position:relative;float:left;width:760px;vertical-align:top;text-align:left;line-height:21px;font-size:14px;color:#323232}
.infoUL ul li .span1 {font-weight:bold}
.infoUL ul li input[type=text] {height:19px;color:#282828}
.infoUL ul .tipLi {position:relative;float:right;margin-top:6px;margin-right:6px;width:95%;height:18px;line-height:13px;font-size:11px;text-align:right}
.infoUL ul .dotLi {width:40px;text-align:right}
.infoUL ul .cellC {width:81px;}
.infoUL ul .cellD {width:18px;text-align:right;font-size:13px;color:#3d3d3d}
.infoUL ul .cellE {margin-left:4px;width:115px;text-align:left}
.infoUL ul .cellF {margin-left:4px;width:210px;text-align:left}
.infoUL ul .cellG {width:160px;font-family:Dotum;font-size:13px;text-align:left}
.infoUL ul .cellH {width:120px;font-family:Dotum;font-size:13px;text-align:left}
.infoUL ul .cellJ {width:90px;}
.infoUL ul .cellI {width:90px;text-align:left}
.infoUL ul .cellJ {width:180px;font-family:Dotum;font-size:13px;text-align:left}
.infoUL ul .cellK {margin-left:22px;height:395px}
.infoUL ul .cellM {margin-top:5px;margin-left:28px;width:748px;height:10px;border-top:1px solid #e6e6e6}
.infoUL ul .cellN {width:150px} 
.infoUL ul .cellO {width:140px;text-align:left}
.infoUL ul .cellP {margin-left:4px;width:170px;text-align:left}
.infoUL ul .stateSet {width:590px} 
.infoUL ul .stateSet .btnCell {float:left;width:20px}
.infoUL ul .stateSet .boxCell {float:left;width:110px;text-align:center}
.infoUL ul .textBox1 {width:310px;font-family:NanumGothic}
.infoUL ul .textBox1 input[type=text] {padding-left:5px;width:100px}
.infoUL ul .textBox7 {width:250px;font-family:NanumGothic}
.infoUL ul .textBox7 input[type=text] {padding-left:5px;width:100px}
.infoUL ul .textBox2 {margin-left:5px;width:45px;height:19px;line-height:15px;}
.infoUL ul .textBox2 select {width:47px;height:21px;font-family:Dotum;font-size:13px;color:#424242;background:#f4f4f4;border:1px solid #d4d4d4}
.infoUL ul .textBox3 {width:350px;}
.infoUL ul .textBox3 input[type=text] {padding-left:5px;width:134px}
.infoUL ul .textBox4 {width:320px;}
.infoUL ul .textBox4 input[type=text] {padding-left:5px;width:320px}
.infoUL ul .textBox5 {width:100px}
.infoUL ul .textBox6 {width:680px}
.infoUL ul .textBox6 input[type=text] {padding-left:5px;width:100px}
.infoUL ul .textBox8 {height:200px;width:660px}
.infoUL ul .gapLi {height:13px}
.infoUL ul li span {font-size:14px}
.infoUL ul li .tipSpan {margin:none;font-size:11px}
.infoULDiv1 {width:100%;height:57px;text-align:right}

.conditionUL1 {width:100%;background:#FFF}
.conditionUL1 li {float:left;width:100%;height:30px;text-align:center;}
.conditionUL1 .tipSpan {margin:none;font-size:11px}
.conditionUL1 .tipLi {float:right;margin-top:10px;margin-right:6px;width:20px;height:30px;font-size:11px;text-align:right}
.conditionUL1 .tipLi2 {float:right;margin-top:6px;margin-right:6px;width:95%;height:30px;font-size:11px;text-align:right}
.conditionUL1 .eventEx {float:right;margin-top:15px;margin-bottom:5px;width:760px;height:auto;text-align:left;line-height:20px;letter-spacing:-1px;font-size:13px;color:#6f6f6f}
.conditionUL1 .eventEx span {font-weight:bold;color:#3d3d3d}
.conditionUL1 .lineLi {content:"";margin-left:10px;width:784px;height:15px;border-top:1px solid #e6e6e6}
.conditionUL1 .subItem1 {margin-left:16px;width:175px;height:25px;text-align:left;font-weight:bold;font-size:13px;color:#3d3d3d}
.conditionUL1 .subItem2 {margin-top:8px;margin-left:16px;width:175px;height:25px;text-align:left;font-weight:bold;font-size:13px;color:#3d3d3d}
.conditionUL1 .subItem3 {margin-top:13px;margin-left:18px;width:75px;height:25px;text-align:left;font-weight:bold;font-size:13px;color:#3d3d3d}
.conditionUL1 .subItem4 {margin-top:8px;margin-left:16px;width:125px;height:25px;text-align:left;font-weight:bold;font-size:13px;color:#3d3d3d}
.conditionUL1 .checksLi {margin-top:3px;width:147px;height:40px;line-height:25px;font-size:13px;background:url('/images/bgCheck_01.gif') no-repeat center top}
.conditionUL1 .eventExsample {float:left;/*margin-top:15px;*/margin-bottom:15px;margin-left:25px;width:780px;height:auto;text-align:left;line-height:20px;font-size:14px}
.conditionUL1 .eventExsample1 {float:left;/*margin-top:15px;*/margin-bottom:15px;margin-left:25px;width:780px;height:auto;text-align:left;line-height:20px;font-size:14px}
.conditionUL1 .btnSetLi {position:relative;float:right;margin-top:20px;margin-right:8px;width:800px;text-align:right;}
.conditionUL1 .underLineGap {clear:both;content:"";margin-top:20px;margin-left:5px;width:820px;height:1px;border-top:1px solid #000}
.conditionUL1 .boxS1 {margin-top:10px;width:580px;height:auto;text-align:left}
.conditionUL1 .boxS2 {margin-top:20px;width:55px;height:65px;text-align:left;line-height:18px;font-size:13px}
.conditionUL1 .boxS3 {padding-left:15px;width:780px;height:auto;text-align:left;font-size:13px}
.conditionUL1 .boxS3 img {margin-top:8px}
.conditionUL1 .sampleLi {height:215px}
.conditionUL1 li .conditionChildUl1 {float:right;width:770px;height:215px}
.conditionUL1 li .conditionChildUl1 li {float:left;margin-right:20px;width:170px;height:215px;text-align:center}
.conditionUL1 li .conditionChildUl1 li img {width:100%;max-width:170px;max-height:170px; border:1px solid #d4d4d4; border-radius:3px; }
.conditionUL1 li .conditionChildUl1 li p {margin-top:8px;height:22px}
.conditionUL1 li .conditionChildUl1 li p img {width:69px;height:20px}
.conditionUL1 input[type="text"] {margin-right:5px;width:90px;height:21px;line-height:21px;font-weight:bold;font-size:13px}

.conditionUL1 .boxS3 .quizBox {margin:0 auto;margin-top:10px;width:680px}
.conditionUL1 .boxS3 .quizBox li {position:relative;float:left;width:100%;text-align:left}
.conditionUL1 .boxS3 .quizBox .quizeTabsLi {height:25px}
.conditionUL1 .boxS3 .quizBox .quizTabContentsLi {width:100%;height:72px;border:0}
.conditionUL1 .boxS3 .quizBox .quizTabContentsLi p {margin:0 auto;width:96%;vertical-align:middle}
.conditionUL1 .boxS3 .quizBox .quizTabContentsLi ul {margin:0 auto;width:100%}
.conditionUL1 .boxS3 .quizBox .quizTabContentsLi ul .divCell1 {float:left;width:610px;height:50px;border:1px solid #d4d4d4}
.conditionUL1 .boxS3 .quizBox .quizTabContentsLi ul .divCell1 span {font-size:13px;font-weight:bold;color:#3d3d3d}
.conditionUL1 .boxS3 .quizBox .quizTabContentsLi ul .divCell1 .par {font-size:12px;font-weight:normal}
.conditionUL1 .boxS3 .quizBox .quizTabContentsLi ul .divCell3 {margin-top:8px;margin-left:10px;width:55px;line-height:18px;font-size:13px}
.conditionUL1 .boxS3 .quizBox .quizTabContentsLi input[type="text"] {margin-top:-1px;margin-right:5px;width:90px}
.conditionUL1 .boxS3 .quizBox .quizTabContentsLi input[type="text"].half {margin-top:-1px;margin-right:5px;width:50px;}
.conditionUL1 .boxS3 .quizBox .quizTabContentsLi input[type="radio"] {vertical-align:middle}

.conditionUL1 .boxS4 {margin-left:102px;width:600px;height:auto;text-align:left;font-size:14px}
.conditionUL1 .boxS4.small {margin-left:136px;width:535px}
.conditionUL1 .boxS4  ul {margin-top:20px;width:252px;height:auto}
.conditionUL1 .boxS4 .tagUL1 {position:relative;float:left}
.conditionUL1 .boxS4 .tagUL2 {position:relative;float:right}
.conditionUL1 .boxS4 .tagUL1.small {width:232px}
.conditionUL1 .boxS4 .tagUL2.small {width:232px}
.conditionUL1 .boxS4  ul li {width:100%;height:25px}
.conditionUL1 .boxS4  ul .treeLi {height:auto;border:1px solid #c8c8c8}
.conditionUL1 .boxS4  ul .treeLi ul {margin:0 auto;margin-top:15px;margin-bottom:5px;width:92%;height:auto}
.conditionUL1 .boxS4  ul .treeLi .shortUL {width:220px}
.conditionUL1 .boxS4  ul .treeLi ul li {width:100%;height:auto; text-align:left;line-height:23px;font-size:12px;color:#3d3d3d}
.conditionUL1 .boxS4  ul .treeLi ul .friendsEaLi {line-height:24px;font-weight:bold}
.conditionUL1 .boxS4  ul .treeLi ul .friendsEaLi span {font-size:13px}
.conditionUL1 .boxS4  ul .treeLi ul .scarlet {margin-top:13px;font-family:Dotum;line-height:15px;letter-spacing:-1px;font-size:11px;color:#ff6969}
.conditionUL1 .boxS4  ul .treeLi ul .scarlet.second {margin-top:4px}
.conditionUL1 .boxS4  ul .treeLi ul .scarlet.third { margin-top:0}
.conditionUL1 .boxS4  ul .treeLi ul .tagLineLi {content:"";height:8px;border-bottom:1px solid #e6e6e6}
.conditionUL1 .boxS4  ul .treeLi ul .tagNamesLi {margin-top:4px;width:75px;text-align:right;line-height:31px;font-weight:bold;color:#505050}
.conditionUL1 .boxS4  ul .treeLi ul .tagNamesLi.short1 {width:60px}
.conditionUL1 .boxS4  ul .treeLi ul .tagInputLi {margin-top:10px;width:120px}
.conditionUL1 .boxS4  ul .treeLi ul .tagInputLiDiv {width:110px;height:31px}
.conditionUL1 .boxS4  ul .treeLi ul .tagNamesLi0 {margin-top:4px;width:35px;height:25px;text-align:right;margin-left:40px;line-height:32px;font-weight:bold;color:#505050}
.conditionUL1 .boxS4  ul .treeLi ul .tagInputLi0 {margin-top:9px;width:120px;height:23px;}
.conditionUL1 .boxS4  ul .treeLi ul .tagNamesSubLi0 {position:relative:float:left;margin-top:7px;width:100%;height:32px}
.conditionUL1 .boxS4  ul .treeLi ul .tagNamesSubLi1 {position:relative:float:left;margin-top:7px;width:210px;height:32px}
.conditionUL1 .boxS4  ul .treeLi ul .tagTwigs1 {margin-top:6px;margin-left:10px;width:15px;height:auto}
.conditionUL1 .boxS4  ul .treeLi ul .tagTwigs1 ul {width:15px;height:auto;border-top:1px solid #d4d4d4}
.conditionUL1 .boxS4  ul .treeLi ul .tagTwigs1 ul li {content:"";clear:both;width:15px;height:30px;border-bottom:1px solid #d4d4d4;border-left:1px solid #d4d4d4}
.conditionUL1 .boxS4  ul .treeLi ul .tagTwigs2 {margin-left:10px;width:15px;height:auto}
.conditionUL1 .boxS4  ul .treeLi ul .tagTwigs2 ul {margin-top:0;width:15px;height:auto}
.conditionUL1 .boxS4  ul .treeLi ul .tagTwigs2 ul li {content:"";width:15px;height:30px;border-bottom:1px solid #d4d4d4;border-left:1px solid #d4d4d4}
.conditionUL1 .boxS4  ul .treeLi ul .tagTwigs2 ul .firstLi {height:20px}
.conditionUL1 .boxS4  input[type="text"].tagEA {padding:0;width:30px;height:18px;line-height:18px;text-align:center}
.conditionUL1 .boxS4  input[type="text"].tagName {margin-top:-1px;margin-bottom:10px;width:110px;height:21px;text-align:center;line-height:21px;font-weight:bold;border:1px solid #d4d4d4}
.conditionUL1 .boxS4  input[type="text"].tagName.self {margin-top:0;margin-bottom:0}

.conditionUL1 .boxS3 .quizTabContentsLi {width:100%;height:auto;border:1px solid #3b5ba6}

.conditionUL1 .box5 {height:70px;line-height:70px}
.conditionUL1 .box5 select {vertical-align:middle}
.conditionUL1 .box5 .filterSelectType1 {margin:5px;width:100px;height:25px;font-size:13px}
.conditionUL1 .box5 .filterSelectType2 {margin:5px;width:135px;height:25px;font-size:13px}

.conditionUL1 .boxS6 {margin-top:10px;margin-left:18px;width:650px;height:auto;text-align:left;font-size:13px}
.conditionUL1 .boxS6 span {font-weight:bold;font-size:13px}
.conditionUL1 .boxS6.cell1 {text-align:left;margin-top:5px;width:60px;height:45px;line-height:18px}
.conditionUL1 .boxS6 input[type="text"].half {width:60px}
.conditionUL1 .boxS7 {margin-top:10px;margin-left:18px;width:690px;height:40px;text-align:left}
.conditionUL1 .boxS7 span {font-weight:bold;font-size:13px}
.conditionUL1 .boxS7 input[type="text"] {width:80px}

.postingUL {margin-top:10px;width:100%;padding-bottom:15px}
.postingUL .cellL {position:relative;float:left;width:400px;height:395px;color:#252525;background:#FFF;border:1px solid #868686}
.postingUL .cellR {position:relative;float:right;width:400px;height:395px;color:#252525;background:#FFF;border:1px solid #868686}
.postingUL .cellR textarea {font-size:13px;line-height:150%;width:376px;height:236px;padding:5px;margin:5px;overflow-y:scroll;resize:none;border:1px solid #C5C5C5}
.postingUL .cellR1 {position:relative;float:right;width:400px;height:395px;color:#252525;background:#FFF;border:1px solid #868686}
.postingUL .cellR1 textarea {font-size:13px;line-height:150%;width:378px;height:372px;padding:5px;margin:5px;overflow-y:scroll;resize:none;border:1px solid #C5C5C5}
.postingUL .cellBoth {clear:both;width:828px;height:195px;color:#252525;background:#FFF;border:none;border:1px solid #868686}
.postingUL .cellBoth textarea {width:805px;height:172px;padding:5px;margin:5px;overflow-y:scroll;resize:none;border:1px solid #C5C5C5}
.postingUL ul {margin-left:5px;width:387px;height:130px;background:#f7f7f7;border:1px solid #C5C5C5}
.postingUL ul li {position:relative;float:left;width:100%;height:30px;text-align:left;font-size:15px;color:#252525}
.postingUL .dotLi {margin-top:1px;margin-left:5px;width:30px;height:28px;text-align:center}
.postingUL .cell0 {content:"";width:100%;height:5px}
.postingUL .cellA {margin-top:1px;width:70px;height:28px;}
.postingUL .cellB {margin-top:1px;width:85px;height:28px;}
.postingUL .cellC {margin-top:1px;width:80px;height:28px;}
.postingUL .cellD {margin-top:1px;width:15px;text-align:right}
.postingUL .cellF {margin-top:1px;width:115px;height:28px;}
.postingUL .cellG {margin-top:1px;width:40px;height:28px;}
.postingUL .cellRadio {width:15px; height:15px} 
.postingUL .cell1 {width:70%}
.postingUL input[type=file] {padding:0;width:100%;height:21px;font-size:13px;color:#282828;background:#FFF;border:1px solid #868686;}
.postingUL .textBox1 {margin-left:5px;width:127px;height:20px}
.postingUL .textBox1 input[type=text] {padding:0;width:105px;height:19px;color:#282828;background:#FFF;border:1px solid #868686;}
.postingUL .textBox2 {margin-left:5px;width:44px;height:19px;line-height:15px;overflow:hidden;border:1px solid #868686;}
.postingUL .textBox2 select {padding-bottom:2px;margin-top:-1px;margin-left:-1px;width:47px;height:23px;color:#424242;font-size:14px;border:none}
.postingUL .textBox2 input[type=text] {padding:0;width:25px;height:21px;text-align:center;color:#282828;background:#FFF;border:0}
.postingUL .grayBox {margin-top:2px;margin-left:5px;content:"";width:21px;height:18px;overflow:hidden;background:#282828;border:none}

.postingULreNew {margin:0 auto;margin-top:10px;width:735px;padding-bottom:15px}
.postingULreNew .cellC1 {margin-top:25px;margin-left:5px;width:720px;height:30px;font-weight:bold;font-size:14px;color:#4c4c4c;overflow:hidden}
.postingULreNew .cellC1 p {width:2000px}
.postingULreNew .cellC1 span {display:inline-block;font-family:Dotum;font-weight:normal;font-size:13px;color:#0078ff}
.postingULreNew .cellC1 a {font-family:Dotum;font-weight:normal;font-size:13px;color:#0078ff}
.postingULreNew .cellL {position:relative;float:left;width:350px;height:350px;color:#252525;background:#FFF;border:1px solid #b4b4b4}
.postingULreNew .cellL img {margin-top:3px;margin-left:3px;border:1px solid #c8c8c8}
.postingULreNew .cellR {position:relative;float:right;width:350px;color:#252525;background:#FFF;border:1px solid #b4b4b4}
.postingULreNew .cellR textarea {font-size:13px;line-height:150%;width:332px;height:240px;padding:5px;margin:3px;overflow-y:scroll;resize:none;border:1px solid #C5C5C5}
.postingULreNew .cellR .areaReadOnly {color:#969696;background:#fafafa}
.postingULreNew .cellRNew {position:relative;float:right;width:350px;color:#252525;background:#FFF;border:1px solid #b4b4b4}
.postingULreNew .cellRNew textarea {font-size:13px;line-height:150%;width:332px;height:332px;padding:5px;margin:3px;overflow-y:scroll;resize:none;border:1px solid #C5C5C5}
.postingULreNew .cellRNew .areaReadOnly {color:#969696;background:#fafafa}
.postingULreNew .cellR1 {position:relative;margin-top:4px;float:right;width:350px;height:86px;color:#252525;background:#fcfcfc;border:1px solid #b4b4b4}
.postingULreNew .cellBoth1 {clear:both;margin-top:15px;width:600px;color:#252525;background:#FFF;border:none}
.postingULreNew .cellR1 ul {margin-left:10px;width:340px}
.postingULreNew .cellR1 ul li {position:relative;float:left;width:100%;height:30px;text-align:left;font-weight:bold;font-size:13px;color:#3d3d3d}
.postingULreNew .cellR1 .dotLi {margin-top:1px;margin-left:5px;width:30px;height:28px;text-align:center}
.postingULreNew .cellR1 .cell0 {content:"";width:100%;height:5px}
.postingULreNew .cellR1 .cellA {margin-top:4px;width:70px;height:20px}
.postingULreNew .cellR1 .cellB {margin-top:1px;width:85px;height:20px}
.postingULreNew .cellR1 .cellC {margin-top:1px;width:85px;height:20px}
.postingULreNew .cellR1 .cellD {margin-top:2px;width:15px;height:20px}
.postingULreNew .cellR1 .cellF {margin-top:1px;width:115px;height:20px}
.postingULreNew .cellR1 .cellG {margin-top:1px;width:85px;height:20px;;border:1px solid white}
.postingULreNew .cellR1 .cellRadio {text-align:right;width:20px; height:15px} 
.postingULreNew .cellR1 .cell1 {width:262px}
.postingULreNew .cellR1 ul li input[type=file] {padding:0;width:100%;height:21px;font-family:Dotum;font-size:12px;color:#a2a2a2;background:#FFF;border:1px solid #969696;}
.postingULreNew .cellR1 .textBox1 {margin-left:5px;width:115px;height:20px}
.postingULreNew .cellR1 .textBox1 input[type=text] {padding:0;width:105px;height:19px;;font-family:Dotum;font-size:12px;color:#646464;background:#FFF;border:1px solid #868686;}
.postingULreNew .cellR1 .textBox2 {margin-left:5px;width:44px;height:19px;line-height:15px}
.postingULreNew .cellR1 .textBox2 select {padding-bottom:2px;margin-top:-1px;margin-left:-1px;width:42px;height:23px;color:#646464;font-size:12px;border:1px solid #868686}
.postingULreNew .cellR1 .textBox2 input[type=text] {padding:0;width:25px;height:21px;text-align:center;color:#282828;background:#FFF;border:0}
.postingULreNew .cellR2 {position:relative;margin-top:20px;margin-left:5px;float:right;width:350px;height:86px;line-height:25px;font-size:14px;color:#4c4c4c}
.postingULreNew .cellR2  input[type=text] {width:330px;font-family:Dotum;font-size:12px;color:#969696;background:#fafafa}
.postingULreNew .cellR3 {float:right:height:40px;text-align:right}

.postingULreNew .cellR1 ul .file_div_set {width:270px;height:23px}
.postingULreNew .cellR1 ul .file_input_textbox {float:left;width:180px;	height:21px;font-family:Dotum;font-size:12px;color:#a2a2a2}
.postingULreNew .cellR1 ul .file_input_div {position:relative;width:70px;height:23px;overflow:hidden}
.postingULreNew .cellR1 ul .file_input_hidden {font-size:45px;position:absolute;right:0px;top:0px;opacity:0;	filter:alpha(opacity=0);-ms-filter:"alpha(opacity=0)";-khtml-opacity:0;-moz-opacity:0;}

.mangerUL1 {margin-top:10px;width:100%;background:#FFF}
.mangerUL1 li {position:relative;float:left;width:100%;}
.mangerUL1 .titleLi {height:27px}
.mangerUL1 .contentsLi {border:1px solid #e6e6e6}
.mangerUL1 li ul {width:750px;}
.mangerUL1 li .ulSet1 {margin-top:25px;margin-left:28px;border:1px solid #dcdcdc; border-radius:5px;}
.mangerUL1 li .ulSet2 {margin-left:28px;border:1px solid #dcdcdc; border-radius:5px;}
.mangerUL1 li ul li {margin-top:8px;margin-left:20px;width:710px; font-size:13px; color:#4c4c4c}
.mangerUL1 li ul .cell1 {width:539px}
.mangerUL1 li ul .cell2 {float:right;margin-right:13px;width:150px;text-align:right}
.mangerUL1 li ul .cell3 {margin-top:3px;margin-left:15px;height:42px;line-height:42px;background:#fafafa;border:1px solid #dcdcdc}
.mangerUL1 li ul .cell4 {margin-top:25px;height:50px;text-align:center;border-bottom:1px solid #e6e6e6}
.mangerUL1 li ul .cell5 {margin-top:10px;width:705px;text-align:right}
.mangerUL1 li ul .cell5 a {text-decoration:none;font-family:Dotum;font-weight:bold;font-size:12px;color:#0018ff}
.mangerUL1 li ul .cell5 span {display:inline-block;height:14px;border-bottom:1px solid #0018ff}
.mangerUL1 li ul .cell6 {margin-top:8px;width:auto;font-family:Dotum;font-weight:normal;color:#444}
.mangerUL1 li ul .cell6 span {font-weight:bold}
.mangerUL1 li ul .cell7 {margin-left:13px;width:724px;min-height:24px;background:url('/images/barWinnerList_01.png') no-repeat}
.mangerUL1 li ul .cell8 {margin-top:15px;width:450px;font-weight:normal;font-size:11px;color:#969696}
.mangerUL1 li ul .cell9 {float:right;margin-top:15px;margin-right:12px;width:220px;height:55px;text-align:right}
.mangerUL1 li ul .cell10 {margin-top:8px;width:400px;font-family:Dotum;font-weight:normal;color:#444}
.mangerUL1 li ul .cell10 span {font-weight:bold}
.mangerUL1 li ul li #pickResultDiv {margin-top:24px;margin-left:1px;width:720px;min-height:24px;/*max-height:470px;*/background:#fafafa;border:1px solid #c8c8c8;/*overflow-x:hidden;overflow-y:auto*/}
.mangerUL1 li ul li span {font-weight:normal;font-family:Dotum;font-size:13px;color:#646464}
.mangerUL1 li ul li .spanSoft1 {display:inline-block;margin-top:4px;font-size:11px;color:#c0c0c0}
.mangerUL1 li ul li select {margin:0;text-align:middle;font-family:Dotum;font-size:13px;color:#828282}
.mangerUL1 li ul li .selectHeavy1 {#646464}
.mangerUL1 li ul li .selectSoft1 {width:125px;font-size:11px;color:#828282}
.mangerUL1 li .mangerUL1Div1 {margin-left:25px;height:60px;font-family:NanumGothic;font-size:14px;color:#3e76f5;line-height:70px;letter-spacing:-1px;font-weight:bold}

.mangerUL2 {margin-top:10px;width:100%;background:#FFF}
.mangerUL2 li {position:relative;float:left;width:100%;}
.mangerUL2 .titleLi {height:27px}
.mangerUL2 .contentsLi {border:1px solid #e6e6e6}
.mangerUL2 li ul {width:750px}

.mangerUL3 {margin-top:10px;width:100%;background:#FFF}
.mangerUL3 li {position:relative;float:left;width:100%;}
.mangerUL3 .titleLi {height:27px}
.mangerUL3 .contentsLi {border:1px solid #e6e6e6}
.mangerUL3 li ul {margin:0 auto;width:724px}
.mangerUL3 .contentsLi .cellDiv1 {margin-top:30px;margin-left:45px;width:700px;height:50px;line-height:21px;font-size:13px;color:#4c4c4c}
.mangerUL3 .contentsLi .cellDiv1 span {font-weight:bold}
.mangerUL3 .contentsLi .cellDiv2 {content:"";margin:0 auto;width:724px;height:24px;background:url('/images/barWinnerList_04.png') no-repeat}
.mangerUL3 .contentsLi .cellDiv3 {margin:0 auto;width:722px;min-height:24px;max-height:470px;overflow-x:hidden;overflow-y:scroll;border:1px solid #c8c8c8}
.mangerUL3 .contentsLi .cellDiv4 {margin:0 auto;width:722px;height:40px;text-align:right}

.mangerUL4 {margin-top:10px;width:100%;border:1px solid #e6e6e6}
.mangerUL4 li {position:relative;float:left;width:100%;}
.mangerUL4 .contentsLi {margin-left:40px;width:722px;border:1px solid #e6e6e6}
.mangerUL4 .contentsLi0 {float:left;margin-left:20px;width:600px;height:50px;line-height:60px;font-weight:bold;font-size:15px;color:#3e76f5}
.mangerUL4 .contentsLi2 {float:left;margin-left:40px;width:450px;height:37px;font-family:Dotum;font-size:13px;color:#969696}
.mangerUL4 .contentsLi2 .spanT1 {font-weight:bold;color:#444}
.mangerUL4 .contentsLi2 .spanT2 {font-weight:bold;color:#ff4040}
.mangerUL4 .contentsLi2 .spanT3 {color:#444}
.mangerUL4 .contentsLi2.type2 {width:505px;height:20px}
.mangerUL4 .contentsLi2 select {width:300px;height:24px;font-family:Dotum;font-size:13px;color:#969696;border:1px solid #b4b4b4}
.mangerUL4 .contentsLi3 {float:right;margin-right:40px;text-align:right;width:720px;height:40px}
.mangerUL4 .contentsLi3 a {font-family:Dotum;font-weight:bold;font-size:12px;color:#0018ff;text-decoration:underline}
.mangerUL4 .contentsLi3 span {display:inline-block;height:20px;vertical-align:top;border-bottom:1px solid #0018ff}
.mangerUL4 .contentsLi3 img {vertical-align:middle}
.mangerUL4 .contentsLi3 input[type=file] {font-family:NanumGothic;color:#a0a0a0;font-size:13px;margin:0;width:200px;height:22px;vertical-align:middle;background:#e9e9e9;border:1px solid #d4d4d4}
.mangerUL4 .contentsLi4 {float:left;margin-top:-5px;width:160px;height:30px}
.mangerUL4 .contentsLi4 input[type=text] {margin:0;width:160px;height:18px;vertical-align:middle;background:#e9e9e9;border:1px solid #d4d4d4}
.mangerUL4 .contentsLi5 {float:right;margin-top:-5px;margin-right:40px;text-align:right;width:55px;height:24px}
.mangerUL4 .contentsLi6 {margin-left:40px;width:724px;height:24px;text-align:right;line-height:24px;background:url('/images/barCherryList_01.png') no-repeat;overflow:hidden}
.mangerUL4 .contentsLi6 div {float:right;margin-top:6px;margin-right:9px}
.mangerUL4 .contentsLi6 div input[type="checkbox"], {display:inline;float:left;margin:0 !imortant;line-height:20px;height:20px;}

.mangerUL4 .contentsLi7 {float:right;margin-top:-42px;margin-right:40px;width:140px;height:40px;text-align:right}
.mangerUL4 .contentsLi8 {width:100%;height:20px}

.mangerUL5 {margin-top:10px;width:100%;background:#FFF}
.mangerUL5 li {position:relative;float:left;width:100%;}
.mangerUL5 .titleLi {height:27px}
.mangerUL5 .contentsLi {border:1px solid #e6e6e6}
.mangerUL5 li ul {width:750px; height: 188px;}
.mangerUL5 li .ulSet1 {margin-top:25px;margin-left:28px;border:1px solid #dcdcdc; border-radius:5px;}
.mangerUL5 li .ulSet2 {margin-left:28px;border:1px solid #dcdcdc; border-radius:5px;}
.mangerUL5 li ul li {margin-top:8px;margin-left:20px;width:710px; font-size:14px; color:#4c4c4c}
.mangerUL5 li ul .cell1 {width:539px}
.mangerUL5 li ul .cell2 {float:right;margin-right:13px;width:150px;text-align:right}
.mangerUL5 li ul .cell3 {margin-top:3px;margin-left:15px;height:42px;line-height:42px;background:#fafafa;border:1px solid #dcdcdc}
.mangerUL5 li ul .cell4 {margin-top:25px;height:50px;text-align:center;border-bottom:1px solid #e6e6e6}
.mangerUL5 li ul .cell5 {margin-top:10px;width:705px;text-align:right}
.mangerUL5 li ul .cell5 a {text-decoration:none;font-family:Dotum;font-weight:bold;font-size:12px;color:#0018ff}
.mangerUL5 li ul .cell5 span {display:inline-block;height:14px;border-bottom:1px solid #0018ff}
.mangerUL5 li ul .cell6 {margin-top:8px;width:auto;font-family:Dotum;font-weight:normal;color:#444}
.mangerUL5 li ul .cell6 span {font-weight:bold}
.mangerUL5 li ul .cell7 {margin-left:13px;width:724px;min-height:24px;background:url('/images/barWinnerList_01.png') no-repeat}
.mangerUL5 li ul .cell8 {margin-top:15px;width:450px;font-weight:normal;font-size:11px;color:#969696}
.mangerUL5 li ul .cell9 {float:right;margin-top:15px;margin-right:12px;width:220px;height:55px;text-align:right}
.mangerUL5 li ul .cell10 {margin-top:8px;width:400px;font-family:Dotum;font-weight:normal;color:#444}
.mangerUL5 li ul .cell10 span {font-weight:bold}
.mangerUL5 li ul li #pickResultDiv {margin-top:24px;margin-left:1px;width:720px;min-height:24px;background:#fafafa;border:1px solid #c8c8c8;overflow-x:hidden;overflow-y:auto}
.mangerUL5 li ul li span {font-weight:normal;font-family:Dotum;font-size:13px;color:#646464}
.mangerUL5 li ul li .spanSoft1 {display:inline-block;margin-top:4px;font-size:11px;color:#c0c0c0}
.mangerUL5 li ul li select {margin:0;text-align:middle;font-family:Dotum;font-size:13px;color:#828282}
.mangerUL5 li ul li .selectHeavy1 {#646464}
.mangerUL5 li ul li .selectSoft1 {width:125px;font-size:11px;color:#828282}
.mangerUL5 li .mangerUL1Div1 {margin-left:25px;height:60px;font-family:NanumGothic;font-size:14px;color:#3e76f5;line-height:70px;letter-spacing:-1px;font-weight:bold}

label.filebutton {width:120px;height:40px;overflow:hidden;position:relative;}
label.filebutton span input {z-index:10;line-height:0;font-size:15px;position:absolute;top:-2px;left:-400px;opacity:0;filter:alpha(opacity = 0);-ms-filter: "alpha(opacity=0)";cursor:pointer;margin:0;padding:0;}

.popupUL {margin:0 auto;padding-top:30px;width:676px}
.popupUL li {position:relative;float:left;height:30px;width:630px;text-align:left;color:#252525}
.popupUL .popTitle {width:100%}
.popupUL .dotLi {width:40px;text-align:center}
.popupUL .childContainer {margin-top:10px;width:100%;border:1px solid #868686}
.popupUL select {margin-top:1px;background:transparent;width:120px;height:21px;font-family:NanumGothic;color:#424242;font-size:14px;line-height:1;border:1px solid #868686;border-radius:0;-webkit-appearance:none}

.popupUL-child {margin:0 auto;margin-top:20px;margin-bottom:20px;width:596px}
.popupUL-child li {position:relative;float:left;height:21px;margin-bottom:5px;text-align:left;color:#252525}
.popupUL-child .event-item {width:119px}
.popupUL-child .event-item input {padding:0;width:111px;height:21px;color:#4E4E4E}
.popupUL-child .event-item-EA {width:70px}
.popupUL-child .event-item-EA input {padding:0;width:70px;height:21px;color:#4E4E4E}
.popupUL-child .emptyGap {content:"";width:11px}

.popupUL2 {position:relative;margin:0 auto;width:836px;height:22px;background:#6b7883;border:1px solid #e5e5e5}
.popupUL2 li {position:relative;float:left;line-height:21px;text-align:center;font-size:13px;letter-spacing:-1px;color:#fff}
.popupUL2 .cellLi1 {width:135px;}
.popupUL2 .cellLi2 {width:150px}
.popupUL2 .cellLi3 {width:288px}
.popupUL2 .cellLi4 {width:165px}
.popupUL2 .cellLi5 {width:90px}
.popupUL2 .emptyLi {width:2px}

.popupUL3 {margin:0 auto;padding-top:20px;width:100%}
.popupUL3 .popTitle {margin-top:2px;margin-left:15px;width:128px}
.popupUL3 li {position:relative;float:left;height:30px;width:630px;text-align:left;color:#252525}
.popupUL3 .textBox {margin-left:5px;width:145px}
.popupUL3 .textBox input[type=text] {padding:0;width:105px;color:#282828;background:#e9e9e9;border:1px solid #d4d4d4}
.popupUL3 .darkBox {margin-top:6px;content:"";width:12px;height:12px;overflow:hidden;background:#282828}
.popupUL3 .searchBox {margin-left:5px;width:140px;height:19px}
/*.popupUL3 .searchBox input[type=text] {padding:0;width:110px;height:19px;color:#282828;background:url('/images/searchBg_01.gif') no-repeat left;border:0}*/
.popupUL3 .searchBox input[type=text] {padding:0;width:130px;height:19px;color:#282828;background:#e9e9e9;border:1px solid #d4d4d4}
.popupUL3 .searchBtnBox {width:60px;height:23px}
.popupUL3 .selectBox {width:170px;height:19px;}
.popupUL3 .selectBox select {padding:none;width:155px;height:21px;font-family:NanumGothic;color:#828282;font-size:13px;line-height:15px;border:1px solid #d4d4d4}
.popupUL3 .someLi1 {width:838px;height:36px}
.popupUL3 .someLi2 {margin-top:10px;line-height:36px;width:834px;height:36px;font-size:14px;border:1px solid #343434}
.popupUL3 .someLi3 {text-align:center;line-height:36px;width:215px;height:36px;font-size:14px;border:1px solid #343434;border-right:none}
.popupUL3 .someLi4 {text-align:center;line-height:36px;width:115px;height:36px;font-size:14px;border:1px solid #343434;border-right:none}
.popupUL3 .someLi5 {text-align:center;line-height:36px;width:190px;height:36px;font-size:14px;border:1px solid #343434;border-right:none}
.popupUL3 .someLi6 {text-align:center;line-height:36px;width:310px;height:36px;font-size:14px;border:1px solid #343434}
.popupUL3 .someLi7 {margin-top:20px;width:835px;height:25px;border-bottom:1px solid #343434}
.popupUL3 .someLi8 {width:838px;height:auto}
.popupUL3 .someLi9 {margin-top:5px;width:835px;height:25px;border-bottom:1px solid #343434}

.popupUL4 {position:relative;margin:0 auto;width:836px;border:1px solid #e6e6e6}
.popupUL4 li {position:relative;float:left;width:100%;height:30px;text-align:center;font-size:15px;color:#282828}

.popupUL5 {position:relative;width:100%}
.popupUL5 li {float:left;height:30px;line-height:25px;font-size:13px;color:#484848}
.popupUL5 a:link,a:visited,a:active{select-dummy:expression(this.hideFocus=true);font-family:NanumGothic;font-size:13px;color:#484848;outline:none;text-decoration:none}
.popupUL5 a:hover {color:#1E78AA;text-decoration:underline}
.popupUL5 .cellLi1 {width:134px;text-align:center}
.popupUL5 .cellLi2 {margin-left:3px;width:147px;text-align:left;line-height:26px;letter-spacing:-1px;overflow:hidden}
.popupUL5 .cellLi3 {margin-left:3px;width:285px;text-align:left;line-height:26px;letter-spacing:-1px;overflow:hidden}
.popupUL5 .cellLi4 {margin-left:3px;width:162px;text-align:left;line-height:26px;letter-spacing:-1px;overflow:hidden}
.popupUL5 .cellLi5 {width:90px;text-align:center}
.popupUL5 .cellLi5  input {margin-top:2px}
.popupUL5 .emptyLi {width:1px;height:30px;border-right:1px solid #B1B1B1}

.popupUL6 {position:relative;margin-top:-15px;padding-bottom:20px;margin-left:6px;width:650px;}
.popupUL6 li {position:relative;float:left;margin-top:15px;margin-left:15px;width:145px;height:145px;text-align:center;font-size:15px;color:#282828;border:1px solid #828282}
.popupUL6 a {cursor:pointer}

.popupUL7 {position:relative;padding-top:28px;margin:0 auto;width:440px;;background:#FFF}
.popupUL7 li {position:relative;float:left;width:440px;font-size:15px;color:#282828}
.popupUL7 .titleLi {height:35px;font-size:18px}
.popupUL7 .titleLi span {display:inline-block;color:#363636;line-height:120%;letter-spacing:-1px;font-weight:bold;border-bottom:2px solid #363636}
.popupUL7 .cell0 {width:440px;height:35px;font-size:14px;line-height:25px}
.popupUL7 .cell0  input[type=text] {width:428px;height:25px;color:#282828;background:#FFF;border:1px solid #828282}
.popupUL7 .cell1 {width:440px;height:25px;font-size:15px;line-height:25px;}
.popupUL7 .cell2 {float:right;width:122px;height:35px;text-align:right}

.popupUL8 {margin:0 auto;padding-top:30px;width:840px}
.popupUL8 li {position:relative;float:left;height:30px;width:830px;text-align:left;color:#252525}
.popupUL8 .popTitle {margin-top:2px;width:180px;}
.popupUL8 .selectBox {width:128px;height:19px;overflow:hidden;border:1px solid #868686;}
.popupUL8 .selectBox select {margin-top:-2px;margin-left:-1px;width:130px;height:22px;font-family:NanumGothic;color:#282828;font-size:15px;line-height:19px;border:0}
.popupUL8 .textBox {margin-left:5px;width:140px}
.popupUL8 .textBox input[type=text] {padding:0;width:105px;color:#282828;background:#FFF;border:1px solid #868686}
.popupUL8 .grayBox {margin-top:4px;margin-left:5px;content:"";width:21px;height:18px;overflow:hidden;background:#282828}
.popupUL8 .searchBox {margin-left:5px;width:100px;height:19px;overflow:hidden;border:1px solid #868686;}
/*.popupUL8 .searchBox input[type=text] {padding:0;width:110px;height:19px;color:#282828;background:url('/images/searchBg_01.gif') no-repeat left;border:0}*/
.popupUL8 .searchBox input[type=text] {padding:0;width:110px;height:19px;color:#282828;background:#FFF;border:0}
.popupUL8 .searchBtnBox {margin-left:5px;width:60px;height:21px;overflow:hidden;}

.popupUL9 {position:relative;margin:0 auto;padding:8px 0 1px 10px;width:830px;height:26px;background:#727272;border:1px solid #5A5A5A}
.popupUL9 li {position:relative;float:left;height:19px;text-align:center;font-size:15px;;color:#FFF}
.popupUL9 .cellLi1 {width:150px;letter-spacing:-1px}
.popupUL9 .cellLi2 {margin-left:3px;width:260px;letter-spacing:-1px;}
.popupUL9 .cellLi5 {margin-left:3px;width:140px;letter-spacing:-1px;}
.popupUL9 .cellLi3 {margin-left:3px;width:180px;letter-spacing:-1px;}
.popupUL9 .cellLi4 {content:"";margin-left:3px;width:88px;letter-spacing:-1px;}
.popupUL9 .emptyLi {margin-left:3px;width:1px;border-right:1px solid #DEDEDE}

.popupUL10 {position:relative;margin:0 auto;padding:8px 0 7px 10px;margin-top:5px;width:830px;border:1px solid #D4D4D4}
.popupUL10 li {position:relative;float:left;height:30px;text-align:center;font-size:15px;color:#282828}

.popupUL11 {position:relative;width:830px;height:26px;}
.popupUL11 li {position:relative;float:left;margin-top:5px;height:30px;text-align:center;font-size:15px;color:#282828}
.popupUL11 .cellLi1 {width:150px;letter-spacing:-1px;}
.popupUL11 .cellLi2 {margin-left:3px;width:260px;text-align:left;letter-spacing:-1px;overflow:hidden}
.popupUL11 li a:link,a:visited,a:active {font-size:14px;color:#4e4e4e}
.popupUL11 li a:hover {font-size:14px;color:#1E78AA;text-decoration:underline}
.popupUL11 .cellLi5 {margin-left:3px;width:140px;text-align:center;letter-spacing:-1px;overflow:hidden}
.popupUL11 .cellLi3 {margin-left:3px;width:180px;text-align:left;letter-spacing:-1px;overflow:hidden}
.popupUL11 .cellLi4 {margin-top:3px;margin-left:5px;width:60px}
.popupUL11 .emptyLi {margin-top:0;margin-left:3px;width:1px;border-right:1px solid #B1B1B1}

.popupUL12 {margin:0 auto;padding-top:20px;width:840px;height:auto}
.popupUL12 .pageLi {clear:both;width:100%;text-align:center}
.popupUL12 .pageLi img {margin-top:-2px;vertical-align:middle}
.popupUL12 .pageLi ul {margin:0 auto;width:390px;;text-align:center}
.popupUL12 .pageLi ul li {float:left;margin-right:4px;height:28px;line-height:24px}
.popupUL12 .pageLi ul li .jqmClose {padding:3px 20px 3px 20px;height:23px;text-align:center;line-height:23px;color:#FFF;font-size:14px;cursor:pointer;}
.popupUL12 .someLi1 {position:relative;float:left;width:150px;height:22px;line-height:22px}
.popupUL12 .someLi2 {position:relative;float:left;width:99px;height:22px;line-height:22px;overflow:hidden;background:#FFF;border:1px solid #858585}
.popupUL12 .someLi2 select {margin-top:-2px;width:100px;height:25px;font-size:14px;border:none}
.popupUL12 .someLi3 {position:relative;float:left;width:250px;height:22px;text-align:right;line-height:22px;font-weight:bold}
.popupUL12 .someLi4 {position:relative;float:right;width:300px;height:40px;text-align:right}
.popupUL12 .someLi5 {content:"";position:relative;float:right;width:100%;height:20px}
.popupUL12 .someLi6 {clear:both;width:100%;height:40px;text-align:center}
.popupUL12 .pageLi a {text-decoration:none;font-family:NanumGothic;font-size:14px;color:#444}
.popupUL12 .someLi3 a:link,a:visited,a:hover,a:active {font-size:16px;color:#0f73a7}

.popupUL13 {margin:0 auto;padding-top:30px;width:688px}
.popupUL13 li {border:1px solid red}

.popupUL14 {margin:0 auto;padding-top:19px;width:832px}
.popupUL14 li {float:left;height:30px;width:830px;text-align:left;color:#252525}
.popupUL14 .popTitle {content:"";margin-top:2px;width:50px;}
.popupUL14 .todoLi {width:575px;height:36px;font-size:9px}
.popupUL14 .selectBox {width:218px;height:19px}
.popupUL14 .selectBox select {width:100%;height:21px;font-family:NanumGothic;color:#282828;font-size:15px;line-height:15px;border:1px solid #868686;}
.popupUL14 .textBox {margin-left:5px;width:143px}
.popupUL14 .textBox input[type=text] {padding:0;width:105px;height:19px;color:#282828;background:#FFF;border:1px solid #868686;}
.popupUL14 .grayBox {margin-top:4px;margin-left:5px;content:"";width:21px;height:18px;overflow:hidden;background:#282828}
.popupUL14 .searchBox {margin-left:5px;width:134px;height:19px}
.popupUL14 .searchBox input[type=text] {padding:0;width:130px;height:19px;color:#282828;background:#e9e9e9;border:1px solid #d4d4d4}
.popupUL14 .searchBtnBox {margin-left:5px;width:53px;height:23px;overflow:hidden;}

.popupUL14_new {margin:0 auto;padding-top:19px;width:832px}
.popupUL14_new li {float:left;height:30px;width:830px;text-align:left;color:#252525}
.popupUL14_new .popTitle {content:"";margin-top:2px;width:50px;}
.popupUL14_new .todoLi {width:575px;height:36px;font-size:9px}
.popupUL14_new .selectBox {width:218px;height:19px}
.popupUL14_new .selectBox select {width:100%;height:21px;font-family:NanumGothic;color:#282828;font-size:15px;line-height:15px;border:1px solid #868686;}
.popupUL14_new .textBox {margin-left:5px;width:143px}
.popupUL14_new .textBox input[type=text] {padding:0;width:105px;height:19px;color:#282828;background:#FFF;border:1px solid #868686;}
.popupUL14_new .grayBox {margin-top:4px;margin-left:5px;content:"";width:21px;height:18px;overflow:hidden;background:#282828}
.popupUL14_new .searchBox {padding:0 0 10px 575px;width:134px;height:19px}
.popupUL14_new .searchBox input[type=text] {padding:0;width:130px;height:19px;color:#282828;background:#e9e9e9;border:1px solid #d4d4d4}
.popupUL14_new .searchBtnBox {margin-left:5px;width:53px;height:23px;overflow:hidden;}

.popupUL15 {position:relative;margin:0 auto;padding:9px 0 1px;width:832px;height:26px;background:url('/images/listBg_01.png') #6b7176}
.popupUL15 li {position:relative;float:left;height:19px;text-align:center;font-weight:bold;font-size:14px;;color:#FFF}
.popupUL15 li a {font-size:12px;color:#fff}
.popupUL15 .cellLi0 {content:"";width:2px;background:url('/images/listPartition_01.png') no-repeat}
.popupUL15 .cellLi1 {width:110px;letter-spacing:-1px}
.popupUL15 .cellLi2 {width:113px;letter-spacing:-1px;}
.popupUL15 .cellLi3 {width:214px;letter-spacing:-1px;}
.popupUL15 .cellLi4 {width:165px;letter-spacing:-1px;}
.popupUL15 .cellLi5 {width:152px;letter-spacing:-1px;}
.popupUL15 .cellLi6 {width:65px;letter-spacing:-1px;}
.popupUL15 .emptyLi {margin-left:3px;width:1px;border-right:1px solid #DEDEDE}

.popupUL16 {margin:0 auto;margin-top:-3px;width:830px;border:1px solid #c1c1c1; border-radius:5px; background:#FFF}
.popupUL16 li {float:left;height:30px;text-align:center;font-size:15px;color:#282828}
.popupUL16 .gapLi {height:10px;overflow:hidden}
.popupUL16 .gapLi2 {height:10px;}

.popupUL17 {width:830px;height:26px;}
.popupUL17 li {float:left;height:30px;text-align:center;line-height:28px;font-size:12px;color:#4E4E4E;border-right:1px solid #B1B1B1;overflow:hidden}
.popupUL17 li img {vertical-align:middle}
.popupUL17 li a:link,a:visited,a:active{select-dummy:expression(this.hideFocus=true);font-family:NanumGothic;font-size:12px;color:#444444;outline:none;text-decoration:none}
.popupUL17 li a:hover{select-dummy:expression(this.hideFocus=true);font-family:NanumGothic;font-size:12px;color:#1E78AA;;outline:none;text-decoration:underline}
/*.popupUL17 .cellLi1 {margin-top:2px;width:70px;height:26px;line-height:26px;letter-spacing:-1px;font-size:14px;font-weight:bold;color:#FFF;background:#8e6fcc}
.popupUL17 .cellLi1.done {width:70px;height:26px;line-height:26px;letter-spacing:-1px;font-size:14px;font-weight:bold;color:#FFF;background:#3c566d}*/
.popupUL17 .cellLi1 {width:109px;letter-spacing:-1px;font-size:13px;font-weight:bold;color:#FFFFFF}
.popupUL17 .cellLi1.start {/*background:#FAF4C0*/}
.popupUL17 .cellLi1.ing {/*background:#FFFF7E*/}
.popupUL17 .cellLi1.done {/*background:#F3FF48*/}
.popupUL17 .cellLi1.winner {/*background:#BDFF12*/}  
.popupUL17 .cellLi1.resultposting {/*background:#87CE00*/}
.popupUL17 .cellLi1.personalinfo {/*background:#519800*/}
.popupUL17 .cellLi1.report {/*background:#C4BE8A*/}
.popupUL17 .cellLi2 {width:114px;letter-spacing:-1px}
.popupUL17 .cellLi2 a {letter-spacing:-1px}
.popupUL17 .cellLi3 {margin-left:10px;width:205px;text-align:left}
.popupUL17 .cellLi3 a {font-weight:bold}
.popupUL17 .cellLi4 {width:166px;color:#4f4f4f}
.popupUL17 .cellLi4.last3days {color:#ff4040}
.popupUL17 .cellLi5 {width:153px;letter-spacing:-1px}
.popupUL17 .cellLi6 {width:68px;border-right:0}
.popupUL17 .emptyLi {margin-top:0;margin-left:3px;width:1px;border-right:1px solid #B1B1B1}

.popupUL17_new {width:830px;height:26px;}
.popupUL17_new li {float:left;height:30px;text-align:center;line-height:28px;font-size:12px;color:#4E4E4E;border-right:1px solid #B1B1B1;overflow:hidden}
.popupUL17_new li img {vertical-align:middle}
.popupUL17_new li a:link,a:visited,a:active{select-dummy:expression(this.hideFocus=true);font-family:NanumGothic;font-size:12px;color:#444444;outline:none;text-decoration:none}
.popupUL17_new li a:hover{select-dummy:expression(this.hideFocus=true);font-family:NanumGothic;font-size:12px;color:#1E78AA;;outline:none;text-decoration:underline}
/*.popupUL17_new .cellLi1 {margin-top:2px;width:70px;height:26px;line-height:26px;letter-spacing:-1px;font-size:14px;font-weight:bold;color:#FFF;background:#8e6fcc}
.popupUL17_new .cellLi1.done {width:70px;height:26px;line-height:26px;letter-spacing:-1px;font-size:14px;font-weight:bold;color:#FFF;background:#3c566d}*/
.popupUL17_new .cellLi1 {width:111px;}
.popupUL17_new .cellLi1.start {/*background:#FAF4C0*/}
.popupUL17_new .cellLi1.ing {/*background:#FFFF7E*/}
.popupUL17_new .cellLi1.done {/*background:#F3FF48*/}
.popupUL17_new .cellLi1.winner {/*background:#BDFF12*/}  
.popupUL17_new .cellLi1.resultposting {/*background:#87CE00*/}
.popupUL17_new .cellLi1.personalinfo {/*background:#519800*/}
.popupUL17_new .cellLi1.report {/*background:#C4BE8A*/}
.popupUL17_new .cellLi2 {width:112px;letter-spacing:-1px}
.popupUL17_new .cellLi2 a {letter-spacing:-1px}
.popupUL17_new .cellLi3 {margin-left:10px;width:205px;text-align:left}
.popupUL17_new .cellLi3 a {font-weight:bold}
.popupUL17_new .cellLi4 {width:166px;color:#4f4f4f}
.popupUL17_new .cellLi4.last3days {color:#ff4040}
.popupUL17_new .cellLi5 {width:153px;letter-spacing:-1px}
.popupUL17_new .cellLi6 {width:68px;border-right:0}
.popupUL17_new .emptyLi {margin-top:0;margin-left:3px;width:1px;border-right:1px solid #B1B1B1}

.popupUL18 {margin:0 auto;padding-top:20px;width:836px;background:#FFF}
.popupUL18 li {position:relative;float:left;height:30px;width:100%;text-align:left;color:#252525}
.popupUL18 .popTitle {width:100%}
.popupUL18 .dotLi {width:40px;text-align:center}
.popupUL18 .sepLi {margin-top:10px;width:100%;height:22px;line-height:21px;font-size:13px;color:#fff;background:#6e7b87;border:1px solid #e5e5e5}
.popupUL18 .sepLi span {display:inline-block}
.popupUL18 .sepLi .span1 {margin-left:90px;width:100px}
.popupUL18 .sepLi .span2 {margin-left:85px;width:100px}
.popupUL18 .sepLi .span3 {margin-left:80px;width:100px}
.popupUL18 .sepLi .span4 {width:80px}
.popupUL18 .childContainer {width:100%;height:auto;border:1px solid #e6e6e6}
.popupUL18 select {margin-top:1px;background:transparent;width:120px;height:21px;font-family:NanumGothic;color:#424242;font-size:14px;line-height:1;border:1px solid #868686;border-radius:0;-webkit-appearance:none}

.popupUL19 {margin:0 auto;width:100%}
.popupUL19 li {position:relative;float:left;width:278px;height:170px;text-align:left;color:#252525;border-right:1px solid #e6e6e6}
.popupUL19 .lastLi {border-right:0}
.popupUL19 li p {margin-top:10px;margin-left:26px}
.popupUL19 li input {margin-top:5px}
.popupUL19 .event-item {width:148px;height:21px;color:#4E4E4E}
.popupUL19 .event-item-EA {width:47px;height:21px;color:#4E4E4E}
.popupUL19 .itemsLi {width:100%;height:auto;background:url('/images/popUlBg_01.png') repeat-y}
.popupUL19 .itemCell1 {float:left;margin-left:27px;width:250px;height:28px}

.popupUL20 {position:relative;margin:0 auto;margin-top:8px;padding:8px 0 1px 10px;width:828px;height:30px;background:#FFF;border:1px solid #8B8B8B}
.popupUL20 li {position:relative;float:left;height:21px;text-align:center;font-size:15px;color:#282828}
.popupUL20 .cellLi1 {margin-left:3px;width:245px;letter-spacing:-1px;line-height:21px}
.popupUL20 .cellLi2 {margin-left:3px;width:285px;letter-spacing:-1px;line-height:21px}
.popupUL20 .cellLi3 {margin-left:3px;width:95px;letter-spacing:-1px;line-height:21px}
.popupUL20 .cellLi3 {margin-left:3px;width:90px;letter-spacing:-1px;line-height:21px}
.popupUL20 .cellLi4 {margin-left:3px;width:85px;letter-spacing:-1px;}
.popupUL20 .cellLi5 {margin-left:3px;width:85px;letter-spacing:-1px;}
.popupUL20 .emptyLi {margin-left:3px;width:1px;border-right:1px solid #B1B1B1}

.popupUL21 {margin:0 auto;padding-top:30px;width:840px}
.popupUL21 .popTitle {margin-top:2px;margin-left:6px;width:800px}
.popupUL21 li {position:relative;float:left;height:30px;width:630px;text-align:left;color:#252525}
.popupUL21 .darkBox {margin-top:6px;content:"";width:12px;height:12px;overflow:hidden;background:#282828}
.popupUL21 .searchBox {clear:both;width:150px;height:22px;overflow:hidden;border:1px solid #868686;}
/*.popupUL21 .searchBox input[type=text] {padding-left:3px;width:150px;height:21px;color:#282828;background:url('/TLP/images/searchBg_01.gif') no-repeat left #FFF;border:0}*/
.popupUL21 .searchBox input[type=text] {padding-left:3px;width:150px;height:21px;color:#282828;background:#FFF;border:0}
.popupUL21 .searchBtnBox {margin-left:5px;width:60px;height:24px;overflow:hidden;background:#FFF}
.popupUL21 .cellLi1 {position:relative;float:right;width:300px;text-align:right;color:#252525}

.popupUL22 {position:relative;margin:0 auto;padding:8px 0 7px 10px;margin-top:3px;width:828px;background:#FFF;border:1px solid #8B8B8B}
.popupUL22 li {position:relative;float:left;width:100%;height:30px;text-align:center;font-size:15px;color:#282828}

.popupUL23 {position:relative;width:100%;height:30px;}
.popupUL23 li {position:relative;float:left;height:22px;text-align:center;font-size:14px;color:#282828}
.popupUL23 li a:link,a:visited,a:active {font-size:14px;color:#4e4e4e}
.popupUL23 li a:hover {font-size:14px;color:#1E78AA;text-decoration:underline}
.popupUL23 .cellLi1 {margin-left:3px;width:245px;line-height:26px;letter-spacing:-1px}
.popupUL23 .cellLi2 {margin-left:3px;width:285px;line-height:26px;letter-spacing:-1px;overflow:hidden}
.popupUL23 .cellLi3 {margin-left:3px;width:90px;line-height:26px;letter-spacing:-1px;font-family:Arial;overflow:hidden}
.popupUL23 .cellLi4 {margin-left:3px;width:85px;line-height:26px;letter-spacing:-1px;font-family:Arial;overflow:hidden}
.popupUL23 .cellLi5 {margin-top:2px;margin-left:3px;width:85px;line-height:26px;height:22px}
.popupUL23 .emptyLi {margin-top:0;margin-left:3px;width:1px;height:30px;border-right:1px solid #B1B1B1}

.popupUL24 {position:relative;margin:0 auto;margin-top:8px;padding:8px 0 1px 10px;width:828px;height:30px;background:#727272;border:1px solid #8B8B8B}
.popupUL24 li {position:relative;float:left;height:21px;text-align:center;font-size:15px;color:#FFF;;letter-spacing:-1px;line-height:21px}
.popupUL24 .cellLi1 {width:190px}
.popupUL24 .cellLi2 {width:200px}
.popupUL24 .cellLi3 {width:75px}
.popupUL24 .cellLi4 {width:135px}
.popupUL24 .cellLi5 {width:79px}
.popupUL24 .cellLi6 {width:79px}
.popupUL24 .cellLi7 {margin-top:5px;width:40px;height:10px;line-height:10px}
.popupUL24 .cellLi1 p {width:180px; height:22px; background:#1d8ac3}
.popupUL24 .emptyLi {margin-left:3px;width:1px;border-right:1px solid #FFF}

.popupUL25 {position:relative;margin:0 auto;padding:8px 0 7px 10px;margin-top:3px;width:828px;background:#FFF;border:1px solid #8B8B8B}
.popupUL25 li {position:relative;float:left;width:100%;height:25px;text-align:center;font-size:15px}

.popupUL26 {position:relative;width:100%}
.popupUL26 li {position:relative;float:left;padding:0;height:25px;text-align:center;line-height:25px;letter-spacing:-1px;font-size:15px;color:#282828}
.popupUL26 .cellLi1 {text-align:left;width:190px;color:#FFF}
.popupUL26 .cellLi2 {width:200px}
.popupUL26 .cellLi3 {width:75px}
.popupUL26 .cellLi4 {width:135px}
.popupUL26 .cellLi5 {width:79px}
.popupUL26 .cellLi6 {width:79px}
.popupUL26 .cellLi7 {margin-top:7px;width:40px;height:10px;line-height:10px}
.popupUL26 .cellLi1 p {padding-left:3px;width:180px;height:22px;line-height:22px;background:#1d8ac3}
.popupUL26 .emptyLi {margin-left:3px;width:1px;height:25px;border-right:1px solid #b2b2b2}

.popupUL27 {margin:0 auto;padding:8px 0 7px 10px;width:800px}
/*	.popupUL27 .cellL {position:relative;float:left;margin-top:10px;width:550px;height:50px;text-align:left;font-family:Dotum;line-height:20px;font-size:13px;color:#4e4e4e}	 */
.popupUL27 .cellL {position:relative;float:left;margin-top:10px;width:620px;height:50px;text-align:left;font-family:Dotum;line-height:20px;font-size:13px;color:#4e4e4e}
.popupUL27 .cellL span {font-size:14px;color:#6a6a6a}
/*	.popupUL27 .cellR {position:relative;float:right;margin-top:10px;text-align:right;width:150px;line-height:30px;}	*/
.popupUL27 .cellR {position:relative;float:right;margin-top:10px;text-align:right;width:80px;line-height:30px;}
.popupUL27 .underLineCell {clear:both;content:"";width:100%;border-top:1px solid #6a6a6a; height:10px}
.popupUL27 .cellFor29 {padding-top:5px;border:1px solid #d4d4d4}
.popupUL27 .cellL2 ul {width:100%}
.popupUL27 .cellL2 ul li a:link,a:visited,a:active{select-dummy:expression(this.hideFocus=true);font-family:NanumGothic;font-size:15px;color:#4E4E4E;outline:none;text-decoration:none}
.popupUL27 .cellL2 ul li a:hover{select-dummy:expression(this.hideFocus=true);font-family:NanumGothic;font-size:15px;color:#304196;outline:none;text-decoration:underline}
.popupUL27 .cellL2 ul .cell1 {float:left;margin-top:3px;margin-left:10px;width:150px;text-align:left;font-size:15px;color:#4e4e4e}
.popupUL27 .cellL2 ul .cell2 {float:right;margin-top:2px;width:150px;text-align:right;font-size:15px;color:#4e4e4e}
.popupUL27 .cellL2 ul .cell3 {float:left;margin-top:3px;margin-left:0px;width:30px;text-align:left;font-size:15px;color:#4e4e4e}
.popupUL27 .cellL2 ul .searchBox {float:left;margin-top:2px;width:150px;height:22px;overflow:hidden;border:1px solid #868686;}
/*.popupUL27 .cellL2 ul .searchBox input[type=text] {padding-left:3px;width:150px;height:21px;color:#282828;background:url('/TLP/images/searchBg_01.gif') no-repeat left;border:0}*/
.popupUL27 .cellL2 ul .searchBox input[type=text] {padding-left:3px;width:150px;height:21px;color:#282828;background:#FFF;border:0}

.popupUL28 {width:100%;background:#6a6a6a}
.popupUL28 li {float:left;height:25px;text-align:center;line-height:25px;font-size:13px;color:#FFF}
/*	.popupUL28 .cellLi1 {width:90px}	*/
.popupUL28 .cellLi1 {width:110px}
.popupUL28 .cellLi2 {width:200px}
.popupUL28 .cellLi3 {width:40px}
.popupUL28 .cellLi4 {width:50px}
.popupUL28 .cellLi5 {width:90px}
/*	.popupUL28 .cellLi6 {width:290px}	*/
.popupUL28 .cellLi6 {width:300px}
.popupUL28 .cellLi7 {width:95px}
.popupUL28 .cellLi8 {width:30px;vertical-align:middle !important;}
.popupUL28 .cellLi9 {width:335px}
.popupUL28 .cellLi10 {width:25px}
.popupUL28 .cellLi11 {width:30px}
/*	.popupUL28 .cellLi12 {width:55px}	*/
.popupUL28 .cellLi12 {width:65px}
.popupUL28 .emptyLi {margin-top:2px;margin-left:3px;width:1px;height:21px;border-right:1px solid #FFF}
.popupUL28  input[type=checkbox] {padding:8px}

.popupUL29 {width:100%;height:25px}
.popupUL29 li {float:left;height:25px;text-align:center;line-height:25px;letter-spacing:-1px;font-size:13px;color:#242424}
/*	.popupUL29 .cellLi1 {margin-left:4px;text-align:left;width:86px}	*/
.popupUL29 .cellLi1 {margin-left:4px;text-align:left;width:106px}
.popupUL29 .cellLi2 {width:200px}
.popupUL29 .cellLi3 {width:40px}
.popupUL29 .cellLi4 {width:50px}
.popupUL29 .cellLi5 {width:90px}
/*	.popupUL29 .cellLi6 {margin-left:5px;text-align:left;width:283px}	*/
.popupUL29 .cellLi6 {margin-left:5px;text-align:left;width:293px}
.popupUL29 .cellLi7 {width:95px}
.popupUL29 .cellLi8 {width:28px;}
.popupUL29 .cellLi9 {margin-left:5px;text-align:left;width:330px}
.popupUL29 .cellLi10 {width:25px}
.popupUL29 .cellLi11 {width:30px}
/*	.popupUL29 .cellLi12 {width:55px}	*/
.popupUL29 .cellLi12 {width:65px}
.popupUL29 .emptyLi {margin-left:3px;width:1px;height:25px;}
.popupUL29 .selectBox {margin-top:2px;margin-left:2px;width:90px;height:22px;line-height:19px;text-align:center;border:none}
.popupUL29 select {width:89px;height:22px;font-size:13px;border:1px solid #585858}
.popupUL29  input[type=checkbox] {padding:8px}

.popupUL29_1 {width:100%;height:25px;background:#D7D7D7}
.popupUL29_1 li {float:left;height:25px;text-align:center;line-height:25px;letter-spacing:-1px;font-size:13px;color:#242424}
/*	.popupUL29_1 .cellLi1 {margin-left:4px;text-align:left;width:86px}	*/
.popupUL29_1 .cellLi1 {margin-left:4px;text-align:left;width:106px}
.popupUL29_1 .cellLi2 {width:200px}
.popupUL29_1 .cellLi3 {width:40px}
.popupUL29_1 .cellLi4 {width:50px}
.popupUL29_1 .cellLi5 {width:90px}
/*	.popupUL29_1 .cellLi6 {margin-left:5px;text-align:left;width:283px}	*/
.popupUL29_1 .cellLi6 {margin-left:5px;text-align:left;width:293px}
.popupUL29_1 .cellLi7 {width:95px}
.popupUL29_1 .cellLi8 {width:28px;}
.popupUL29_1 .cellLi9 {margin-left:5px;text-align:left;width:330px}
.popupUL29_1 .cellLi10 {width:25px}
.popupUL29_1 .cellLi11 {width:30px}
/*	.popupUL29_1 .cellLi12 {width:55px}	*/
.popupUL29_1 .cellLi12 {width:65px}
.popupUL29_1 .emptyLi {margin-left:3px;width:1px;height:25px;border-right:1px solid #585858}
.popupUL29_1 .selectBox {margin-top:2px;margin-left:2px;width:90px;height:22px;line-height:19px;text-align:center;border:none}
.popupUL29_1 select {width:89px;height:22px;font-size:13px;/*border:1px solid #585858*/}
.popupUL29_1  input[type=checkbox] {padding:8px}

.popupUL30 {width:828px;background:#464646;border:1px solid #494949}
.popupUL30 li {position:relative;float:left;height:25px;text-align:center;line-height:25px;font-size:13px;color:#FFF}
.popupUL30 .cellLi1 {width:160px}
.popupUL30 .cellLi2 {width:70px}
.popupUL30 .cellLi3 {text-align:center;width:80px}
/*.popupUL30 .cellLi4 {width:128px}	*/
.popupUL30 .cellLi4 {width:100px}
/*.popupUL30 .cellLi5 {width:90px}	*/
.popupUL30 .cellLi5 {width:160px}
/*.popupUL30 .cellLi6 {width:275px}*/
.popupUL30 .cellLi6 {width:312px}
.popupUL30 .emptyLi {width:1px;border-right:1px solid #FFF}

.popupUL31 {width:100%}
.popupUL31 li {position:relative;float:left;height:25px;text-align:center;line-height:25px;font-size:14px;color:#252525}
.popupUL31 li a:link,a:visited,a:active {font-size:14px;color:#4e4e4e}
.popupUL31 li a:hover {font-size:14px;color:#1E78AA;text-decoration:underline}
.popupUL31 .cellLi1 {width:160px}
.popupUL31 .cellLi2 {width:70px;overflow:hidden}
.popupUL31 .cellLi3 {text-align:center;width:80px}
/*.popupUL31 .cellLi4 {width:128px}	*/
.popupUL31 .cellLi4 {width:100px}
/*.popupUL31 .cellLi5 {width:90px}	*/
.popupUL31 .cellLi5 {width:160px}
/*.popupUL31 .cellLi6 {width:275px}*/
.popupUL31 .cellLi6 {width:312px}
.popupUL31 .emptyLi {width:1px;border-right:1px solid #252525}
.popupUL31 .showDialog6 {font-size:13px}

.popupUL32 {margin-top:5px;width:100%}
.popupUL32 li {padding:0;margin:0;width:100%;height:25px;text-align:center}


.popupUL33 {margin-top:10px;width:100%:height:auto;border:1px solid #353535}
.popupUL33 li {position:relative;float:left;height:30px;text-align:center;line-height:30px;color:#252525}
.popupUL33 .cellLi1 {width:201px;color:#FFF;font-size:14px;background:#464646}
.popupUL33 .cellLi2 {width:281px;color:#FFF;font-size:14px;background:#464646}
.popupUL33 .cellLi3 {width:51px;color:#FFF;font-size:14px;background:#464646}
.popupUL33 .cellLi4 {width:300px;color:#FFF;font-size:14px;background:#464646}
.popupUL33 .emptyLi1 {width:0;border-right:1px solid #FFF}
.popupUL33 .cellLi5 {width:200px;height:25px;line-height:25px;font-size:14px}
.popupUL33 .cellLi6 {width:280px;height:25px;line-height:25px;font-size:14px}
.popupUL33 .cellLi7 {width:50px;height:25px;line-height:25px;font-size:14px}
.popupUL33 .cellLi8 {width:300px;height:25px;line-height:25px;font-size:14px}
.popupUL33 .cellLi9 {content:"";height:0px}
.popupUL33 .emptyLi2 {margin-top:-1px;width:1px;height:26px;border-right:1px solid #252525}

.popupUL34 {margin:0 auto;padding-top:30px;width:830px}
.popupUL34 li {position:relative;float:left;margin-left:1px;text-align:left;color:#252525}
.popupUL34 .popTitle {width:100%;border:none}
.popupUL34 ul {margin-left:-20px; margin-top:15px;width:827px;background:#FFF;border:1px solid #d5d5d5; border-radius:5px;}
.popupUL34 ul li {position:relative;float:left;margin-top:5px;float:left;margin-left:20px;width:600px;height:20px;font-size:14px;color:#4e4e4e}
.popupUL34 ul .eventData {margin-left: 31px; margin-top: 28px; margin-bottom: 8px; width: 100%; padding-left: 13px; font-family: dotum; letter-spacing: -0.5px; font-size:16px; font-weight:bold; color: #3c5da8;}
.popupUL34 ul .cellR1 {margin-right:20px;float:right;width:150px;text-align:right}
.popupUL34 ul .cellR2 {margin-top:-13px;margin-right:20px;float:right;width:150px;height:30px;text-align:right}
.popupUL34 ul .emptyLi {content:"";height:10px;}
.popupUL34 .graphLi {content:"";margin-top:10px;width:255px;height:255px;border:1px solid #d5d5d5}
.popupUL34 .graphGapLi {content:"";width:27px;height:225px}
.popupUL34 .emptyLi40 {content:"";height:5px;}

.popupUL35 {margin:0 auto;margin-top:20px;width:840px}
.popupUL35 .popTitle {margin-top:2px;margin-left:6px;width:604px}
.popupUL35 li {position:relative;float:left;height:30px;width:630px;text-align:left;color:#252525}
.popupUL35 .darkBox {margin-top:6px;content:"";width:12px;height:12px;overflow:hidden;background:#282828}
.popupUL35 .searchBox {margin-top:2px;width:150px;height:22px;overflow:hidden;border:1px solid #868686;}
/*.popupUL35 .searchBox input[type=text] {padding-left:3px;width:150px;height:21px;color:#282828;background:url('/images/searchBg_01.gif') no-repeat left;border:0}*/
.popupUL35 .searchBox input[type=text] {padding-left:3px;width:150px;height:21px;color:#282828;background:#FFF;border:0}
.popupUL35 .searchBtnBox {margin-top:2px;margin-left:5px;width:60px;height:24px;overflow:hidden;}

.popupUL36 {position:relative;margin:0 auto;margin-top:8px;padding:8px 0 1px 10px;width:828px;height:30px;border:1px solid #8B8B8B;background:#FFF}
.popupUL36 li {position:relative;float:left;height:21px;text-align:center;font-size:14px;letter-spacing:-1px;line-height:21px;color:#4e4e4e}
.popupUL36 .cellLi0 {width:40px}
.popupUL36 .cellLi1 {content:"";width:60px}
.popupUL36 .cellLi2 {width:160px}
.popupUL36 .cellLi3 {width:163px}
.popupUL36 .cellLi4 {width:110px}
.popupUL36 .cellLi5 {width:45px}
.popupUL36 .cellLi6 {width:45px}
.popupUL36 .cellLi7 {width:120px}
.popupUL36 .cellLi8 {margin-top:5px;width:40px;height:10px;line-height:10px}
.popupUL36 .emptyLi {margin-left:3px;width:1px;border-right:1px solid #b1b1b1}

.popupUL37 {position:relative;margin:0 auto;padding:8px 0 7px 10px;margin-top:3px;width:828px;background:#FFF;border:1px solid #8B8B8B}
.popupUL37 li {position:relative;float:left;width:100%;height:25px;text-align:center;font-size:15px}

.popupUL38 {position:relative;width:100%;}
.popupUL38 li {position:relative;float:left;padding:0;height:25px;text-align:center;line-height:25px;letter-spacing:-1px;font-size:14px;;color:#4e4e4e;}
.popupUL38 .cellLi0 {width:40px;}
.popupUL38 .cellLi1 {width:60px;color:#FFF}
.popupUL38 .cellLi2 {width:160px}
.popupUL38 .cellLi3 {width:163px}
.popupUL38 .cellLi4 {width:110px;overflow:hidden}
.popupUL38 .cellLi5 {width:45px}
.popupUL38 .cellLi6 {width:45px}
.popupUL38 .cellLi7 {width:120px}
.popupUL38 .cellLi8 {margin-top:7px;width:40px;height:10px;line-height:10px}
.popupUL38 .cellLi0_1 {width:40px;background:#e8e8e8;}
.popupUL38 .cellLi1_1 {width:60px;color:#FFF;background:#e8e8e8;}
.popupUL38 .cellLi2_1 {width:160px;background:#e8e8e8;}
.popupUL38 .cellLi3_1 {width:163px;background:#e8e8e8;}
.popupUL38 .cellLi4_1 {width:110px;overflow:hidden;background:#e8e8e8;}
.popupUL38 .cellLi5_1 {width:45px;background:#e8e8e8;}
.popupUL38 .cellLi6_1 {width:45px;background:#e8e8e8;}
.popupUL38 .cellLi7_1 {width:120px;background:#e8e8e8;}
.popupUL38 .cellLi8_1 {margin-top:7px;width:40px;height:10px;line-height:10px;background:#e8e8e8;}
.popupUL38 .cellLi1 p {width:52px;height:22px;line-height:22px;background:#1d8ac3}
.popupUL38 .emptyLi {margin-left:3px;width:1px;height:25px;border-right:1px solid #b2b2b2}
.popupUL38 .emptyLi_1 {margin-left:3px;width:1px;height:25px;border-right:1px solid #b2b2b2;background:#e8e8e8;}
.popupUL38 li a:link,a:visited,a:active {font-size:14px;color:#4e4e4e}
.popupUL38 li a:hover {font-size:14px;color:#1E78AA;text-decoration:underline}

.popupUL39 {position:relative;width:100%}
.popupUL39 li {width:335px;height:25px;text-align:center;line-height:25px;letter-spacing:-1px;font-size:14px;font-weight:900;color:#4e4e4e}
.popupUL39 .cellLi1 {margin:0 auto;height:80px;line-height:90px;font-size:22px;color:#5875bb}
.popupUL39 .cellLi1 span {height:25px;border-bottom:2px solid #5875bb}
.popupUL39 .cellLi2 {margin:0 auto;height:35px;font-size:18px;color:#373737}
.popupUL39 .cellLi3 {margin:0 auto;width:326px;text-align:right}
.popupUL39 .cellLi2 input[type=text] {width:185px;height:26px;font-size:14px;background:#FFF}

.popupUL39 .cellLi11 {width:100%;height:85px;font-size:17px;line-height:25px;font-weight:normal;color:#969696}
.popupUL39 .cellLi11 span {font-weight:bold;color:#484848}
.popupUL39 .cellLi12 {margin:0 auto;height:90px;line-height:25px;line-height:50px;}
.popupUL39 .cellLi12 input[type=text] {width:386px;height:32px;font-size:15px}


.popupUL40 {position:relative;padding-top:20px;margin:0 auto;width:100%;background:#FFF}
.popupUL40 li {position:relative;float:left;width:100%;font-size:15px;color:#282828}
.popupUL40 .titleLi {height:35px;font-size:18px}
.popupUL40 .titleLi span {color:#363636;line-height:120%;letter-spacing:-1px;font-weight:bold;border-bottom:2px solid #363636}
.popupUL40 .cell0 {width:100%;height:35px;text-align:center;line-height:25px;font-size:15px}
.popupUL40 .cell0  input[type=file] {margin-left:1px;width:360px;height:25px;font-size:14px;color:#282828;background:#FFF;border:1px solid #828282}
.popupUL40 .cell1 {width:400px;height:25px;font-size:15px;line-height:25px;}
.popupUL40 .cell2 {float:right;text-align:left;width:118px;height:35px}
.popupUL40 .cell3 {float:left;text-align:right;width:130px;height:35px}

.popupUL41 {position:relative;padding-top:20px;margin:0 auto;width:100%;background:#FFF}
.popupUL41 li {width:100%;font-size:15px;color:#282828}
.popupUL41 .cell0 {margin-top:13px;width:100%;height:85px}
.popupUL41 .cell1 {width:100%;height:355px}
.popupUL41 .cell3 {height:531px;background:url('/images/inputWinnerDataListImg0.gif') no-repeat}
.popupUL41 .cell3 .textCell {float:right;margin-top:38px;width:570px;text-align:left}
.popupUL41 .cell3 .textCell ul{width100%}
.popupUL41 .cell3 .textCell ul li {height:50px}
.popupUL41 .cell3 .infoCell1 {float:left;margin-top:20px;width:289px;text-align:right;font-size:17px}
.popupUL41 .cell3 .infoCell2 {float:right;margin-top:20px;width:269px;text-align:left}
.popupUL41 .cell3 .btnCell {clear:both;padding-top:20px;width:100%;text-align:center}
.popupUL41 .cell3 input[type=text] {width:470px;height:34px;font-size:14px;color:#282828;background:#FFF;border:1px solid #828282}
.popupUL41 .cell3 input[type=text].numberFirst {width:127px;height:34px;text-align:center}
.popupUL41 .cell3 input[type=text].number {margin-left:32px;width:127px;height:34px;text-align:center}

.popupUL42 {position:relative;margin-top:-15px;padding-bottom:20px;margin-left:6px;width:810px;}
.popupUL42 li {position:relative;float:left;margin-top:15px;margin-left:15px;width:145px;height:145px;text-align:center;font-size:15px;color:#282828;border:1px solid #828282}
.popupUL42 a {cursor:pointer}

.popupUL43 {margin:0 auto;padding-top:20px;padding-bottom:20px;width:840px;height:auto}
.popupUL43 .pageLi {clear:both;width:100%;text-align:center}
.popupUL43 .pageLi ul {margin:0 auto;width:350px;;text-align:center}
.popupUL43 .pageLi ul li {float:left;margin-right:4px;height:22px;line-height:21px}
.popupUL43 .pageLi ul li .jqmClose {padding:3px 20px 3px 20px;height:23px;text-align:center;line-height:23px;color:#FFF;font-size:14px;background:#5674b9;cursor:pointer;border:1px solid #35559f}
.popupUL43 .someLi1 {position:relative;float:left;width:150px;height:22px;line-height:22px}
.popupUL43 .someLi2 {position:relative;float:left;width:99px;height:22px;line-height:22px;overflow:hidden;background:#FFF;border:1px solid #858585}
.popupUL43 .someLi2 select {margin-top:-2px;width:100px;height:25px;font-size:14px;border:none}
.popupUL43 .someLi3 {position:relative;float:left;width:250px;height:22px;text-align:right;line-height:22px;font-weight:bold}
.popupUL43 .someLi4 {position:relative;float:right;width:300px;height:40px;text-align:right}
.popupUL43 .someLi5 {content:"";position:relative;float:right;width:100%;height:20px}
.popupUL43 .someLi6 {clear:both;width:100%;height:40px;text-align:center}
.popupUL43 .pageLi a {text-decoration:none;font-family:NanumGothic;font-size:14px;color:#444}
.popupUL43 .someLi3 a:link,a:visited,a:hover,a:active {font-size:16px;color:#0f73a7}

.popupUL44 {margin:0 auto;padding-top:5px;width:925px;border-bottom:2px solid #3b5998}
.popupUL44 li {position:relative;float:left;height:30px;text-align:left;color:#282828}
.popupUL44 .popTitle {content:"";margin-top:2px;width:150px;}
.popupUL44 .selectBox {width:320px;height:19px}
.popupUL44 .selectBox select {width:100%;height:21px;font-family:NanumGothic;color:#282828;font-size:14px;line-height:15px;border:1px solid #969696;}
.popupUL44 .textBox {margin-left:5px;width:143px}
.popupUL44 .textBox input[type=text] {padding:0;width:105px;height:19px;color:#282828;background:#FFF;border:1px solid #969696;}
.popupUL44 .grayBox {margin-top:4px;margin-left:5px;content:"";width:21px;height:18px;overflow:hidden;background:#282828}
.popupUL44 .searchBox {margin-left:5px;width:132px;height:19px;overflow:hidden;border:1px solid #969696;}
/*.popupUL44 .searchBox input[type=text] {padding:0;width:105px;height:19px;color:#282828;background:url('/images/searchBg_01.gif') no-repeat left;border:0}*/
.popupUL44 .searchBox input[type=text] {padding:0;width:105px;height:19px;color:#282828;background:#FFF;border:0}
.popupUL44 .searchBtnBox {margin-left:5px;width:60px;height:21px;overflow:hidden;}
.popupUL44 .monthBtnBox {margin-left:5px;width:72px;height:21px;overflow:hidden;}

.popupUL45 {margin-left:8px;padding-bottom:20px;width:950px}
.popupUL45.mended1 {margin-left:2px;padding-bottom:20px;width:950px}
.popupUL45 li {margin-top:15px;margin-left:6px;width:223px;text-align:left;font-size:15px;color:#282828;display:-moz-inline-box; -moz-box-orient:vertical;display:inline-block; vertical-align:top; word-wrap:break-word}
.popupUL45 li ul {width:223px;border:1px solid #d2d2d2; border-radius:6px;}
.popupUL45 li ul li {float:left;margin-top:0;margin-left:0;text-align:left}
.popupUL45 li ul .thumbLi {margin-top:2px;margin-left:3px;width:34px;height:34px;background:#c2c2c2;border:1px solid #d2d2d2; border-radius:6px; overflow:hidden}
.popupUL45 li ul .thumbLi img {width:34px}
.popupUL45 li ul .nameLi {margin-left:7px;width:175px;height:22px;line-height:28px;text-align:left;overflow:hidden}
.popupUL45 li ul .nameLi a:link,a:visited,a:hover,a:active{select-dummy:expression(this.hideFocus=true);font-family:Dotum;font-size:12px;color:#000;outline:none;text-decoration:none}
.popupUL45 li ul .dateLi {margin-left:7px;width:175px;height:18px;text-align:left;font-family:Dotum;font-size:11px;color:#666}
.popupUL45 li ul .imgLi {width:100%;background:#c2c2c2}
.popupUL45 li ul .imgLi img {width:100%;max-width:223px;max-height:223px}
.popupUL45 li ul .articleLi {padding:8px;width:205px;text-align:justify}
.popupUL45 li ul .articleLi a:link,a:visited,a:hover,a:active{select-dummy:expression(this.hideFocus=true);font-family:Dotum;font-size:11px;color:#000;outline:none;text-decoration:none}
.popupUL45 li ul .pointBox {width:100%;background:#3d61ac; border-bottom-right-radius:5px; border-bottom-left-radius:5px; }
.popupUL45 li ul .pointBox ul {border:none}
.popupUL45 li ul .pointBox ul li {float:left;height:21px;vertical-align:top;font-family:Dotum;font-size:11px;color:#FFF;overflow:hidden}
.popupUL45 li ul .pointBox ul li img {width:100%;max-width:17px;max-height:21px}
.popupUL45 li ul .pointBox ul .pointLi1_1 {margin-left:3px;width:17px}
.popupUL45 li ul .pointBox ul .pointLi1_2 {width:50px;line-height:21px}
.popupUL45 li ul .pointBox ul .pointLi2_1 {width:17px}
.popupUL45 li ul .pointBox ul .pointLi2_2 {width:35px;line-height:21px}
.popupUL45 li ul .pointBox ul .pointLi3_1 {width:17px}
.popupUL45 li ul .pointBox ul .pointLi3_2 {width:30px;line-height:21px}
.popupUL45 li ul .pointBox ul .pointLi4_1 {width:17px}
.popupUL45 li ul .pointBox ul .pointLi4_2 {width:30px;line-height:21px}
.popupUL45 a {cursor:pointer}

.popupUL46 {margin:0 auto;width:100%;height:60px}
.popupUL46 .pageLi {clear:both;margin-top:20px;width:100%;height:20px;text-align:center;vertical-align:bottom}
.popupUL46 .pageLi a:link, a:visited, a:hover, a:active{select-dummy:expression(this.hideFocus=true);font-family:NanumGothic;font-size:14px;color:#444;outline:none;text-decoration:none}
.popupUL46 .pageLi img {margin-top:4px;vertical-align:top}

.popupUL47 {margin:0 auto;width:480px;height:auto}
.popupUL47 li {position:relative;float:left;width:100%;text-align:left;color:#252525}
.popupUL47 .popTitle {margin-top:30px;width:100%;height:30px;}
.popupUL47 .popBtn {margin-top:20px;width:100%;height:30px;text-align:right:}
.popupUL47 .popBtn input[type=button] {width:98px;height:30px;text-align:center;font-size:15px; color:#FFF;background:#3b5998;border:1px solid #445d98; border-radius:3px; cursor:pointer;}
.popupUL47 .popBtn input[type=button].btn2 {background:#358924;border:1px solid #236714}
.popupUL47 li ul {margin-top:8px;margin-left:25px;width:435px;border:1px solid #e1e1e1}
.popupUL47 li ul .cell1 {float:left;margin-top:10px;margin-left:20px;width:45px;height:45px;background:#ddd}
.popupUL47 li ul .cell2 {float:left;margin-top:12px;margin-left:8px;width:340px;line-height:15px;font-family:Dotum;font-size:13px;color:#898f9c}
.popupUL47 li ul .cell2 span {font-size:16px;font-weight:bold;color:#3b5998}
.popupUL47 li ul .cell3 {float:left;margin-left:17px;width:399px;height:5px;border-bottom:1px solid #e5e5e5}
.popupUL47 li ul .cell4 {clear:both;margin-top:10px;margin-left:18px;width:400px;height:100%;font-size:14px;line-height:150%;background:#FFF;/*overflow-y:scroll*/}
.popupUL47 li ul .cell5 {margin-top:6px;margin-left:18px;width:400px;height:auto;font-size:14px;background:#FFF}
/*.popupUL47 li ul .cell5 img {width:100%;max-width:405px;}*/
.popupUL47 li ul .cell5 img {/*width:100%;height:auto;*/border:1px solid #e1e1e1;display: block}
.popupUL47 li ul .cell6 {margin-top:2px;margin-left:18px;width:400px;height:24px;line-height:25px;font-family:Dotum;font-size:11px;color:#3b5998;background:#FFF}
.popupUL47 li ul .cell6 a {select-dummy:expression(this.hideFocus=true);;font-family:Dotum;font-size:11px;color:#3b5998;outline:none;text-decoration:none}
.popupUL47 li ul li p {margin:5px}

.popupUL48 {margin:0 auto;width:910px;height:auto}
.popupUL48 li {position:relative;float:left;width:100%;text-align:left;color:#252525}
.popupUL48 .popTitle {margin-top:30px;width:100%;height:30px;}
.popupUL48 .popBtn {margin-top:20px;width:100%;height:30px;text-align:right:}
.popupUL48 .popBtn input[type=button] {width:98px;height:30px;text-align:center;font-size:15px;font-weight:bold;color:#FFF;background:#5674b9;border:1px solid #35559f;cursor:pointer;}
.popupUL48 .popBtn input[type=button].btn2 {background:#358924;border:1px solid #236714}
.popupUL48 li ul {margin-top:8px;margin-left:25px;width:435px;border:1px solid #e1e1e1}
.popupUL48 li ul .cell1 {float:left;margin-top:10px;margin-left:20px;width:45px;height:45px;background:#ddd}
.popupUL48 li ul .cell2 {float:left;margin-top:12px;margin-left:8px;width:340px;line-height:15px;font-family:Dotum;font-size:13px;color:#898f9c}
.popupUL48 li ul .cell2 span {font-size:16px;font-weight:bold;color:#3b5998}
.popupUL48 li ul .cell3 {float:left;margin-left:17px;width:399px;height:5px;border-bottom:1px solid #e5e5e5}
.popupUL48 li ul .cell4 {clear:both;margin-top:10px;margin-left:18px;width:400px;height:100%;font-size:14px;line-height:150%;background:#FFF;/*overflow-y:scroll*/}
.popupUL48 li ul .cell5 {margin-top:6px;margin-left:18px;width:400px;height:auto;font-size:14px;background:#FFF}
/*.popupUL47 li ul .cell5 img {width:100%;max-width:405px;}*/
.popupUL48 li ul .cell5 img {/*width:100%;height:auto;*/border:1px solid #e1e1e1;display: block}
.popupUL48 li ul .cell6 {margin-top:2px;margin-left:18px;width:400px;height:24px;line-height:25px;font-family:Dotum;font-size:11px;color:#3b5998;background:#FFF}
.popupUL48 li ul .cell6 a {select-dummy:expression(this.hideFocus=true);;font-family:Dotum;font-size:11px;color:#3b5998;outline:none;text-decoration:none}
.popupUL48 li ul li p {margin:5px}

.popupUL49 {margin:0 auto;width:100%;height:30px}
.popupUL49 .pageLi {clear:both;width:100%;height:20px;text-align:center;vertical-align:bottom}
.popupUL49 .pageLi a:link, a:visited, a:hover, a:active{select-dummy:expression(this.hideFocus=true);font-family:NanumGothic;font-size:14px;color:#444;outline:none;text-decoration:none}
.popupUL49 .pageLi img {margin-top:4px;vertical-align:top}

.popupUL50 {margin:0 auto;width:480px;height:auto}
.popupUL50 li {position:relative;float:left;width:100%;text-align:left;color:#252525}
.popupUL50 .popTitle {margin-top:30px;width:100%;height:30px;}
.popupUL50 .popBtn {margin-top:20px;width:100%;height:30px;text-align:right:}
.popupUL50 .popBtn input[type=button] {width:98px;height:30px;text-align:center;font-size:15px;font-weight:bold;color:#FFF;background:#5674b9;border:1px solid #35559f;cursor:pointer;}
.popupUL50 .popBtn input[type=button].btn2 {background:#358924;border:1px solid #236714}
.popupUL50 li ul {margin-top:8px;margin-left:25px;width:435px;border:1px solid #e1e1e1}
.popupUL50 li ul .cell1 {float:left;margin-top:10px;margin-left:20px;width:45px;height:45px;background:#ddd}
.popupUL50 li ul .cell2 {float:left;margin-top:12px;margin-left:8px;width:340px;line-height:15px;font-family:Dotum;font-size:13px;color:#898f9c}
.popupUL50 li ul .cell2 span {font-size:16px;font-weight:bold;color:#3b5998}
.popupUL50 li ul .cell3 {float:left;margin-left:17px;width:399px;height:5px;border-bottom:1px solid #e5e5e5}
.popupUL50 li ul .cell4 {clear:both;margin-top:10px;margin-left:18px;width:400px;height:100%;font-size:14px;line-height:150%;background:#FFF;/*overflow-y:scroll*/}
.popupUL50 li ul .cell5 {margin-top:6px;margin-left:18px;width:50px;height:50px;font-size:14px;background:#FFF}
/*.popupUL47 li ul .cell5 img {width:100%;max-width:405px;}*/
.popupUL50 li ul .cell5 img {/*width:100%;height:auto;*/border:1px solid #e1e1e1;display: block}
.popupUL50 li ul .cell6 {margin-top:2px;margin-left:18px;width:400px;height:24px;line-height:25px;font-family:Dotum;font-size:11px;color:#3b5998;background:#FFF}
.popupUL50 li ul .cell6 a {select-dummy:expression(this.hideFocus=true);;font-family:Dotum;font-size:11px;color:#3b5998;outline:none;text-decoration:none}
.popupUL50 li ul li p {margin:5px}

.popupUL53 {margin:0 auto;width:576px;height:auto}
.popupUL53 li {height:35px;text-align:center}
.popupUL53 .cell0 {height:38px}
.popupUL53 .cell1 {margin-top:20px}
.popupUL53 li input[type=text] {width:550px;height:28px}


.popupUL54 {margin:0 auto;margin-top:0;margin-left:0;width:725px}
.popupUL54 .cellL {position:relative;float:left;margin-top:10px;width:620px;height:50px;text-align:left;font-family:Dotum;line-height:20px;font-size:13px;color:#4e4e4e}
.popupUL54 .cellL span {font-size:14px;color:#6a6a6a}
.popupUL54 .cellR {position:relative;float:right;margin-top:10px;text-align:right;width:80px;line-height:30px;}
.popupUL54 .underLineCell {clear:both;content:"";width:100%;border-top:1px solid #6a6a6a; height:10px}
.popupUL54 .cellFor29 {padding-top:5px;border:1px solid #d4d4d4}
.popupUL54 .cellL2 ul {width:100%}
.popupUL54 .cellL2 ul li a:link,a:visited,a:active{select-dummy:expression(this.hideFocus=true);font-family:NanumGothic;font-size:15px;color:#4E4E4E;outline:none;text-decoration:none}
.popupUL54 .cellL2 ul li a:hover{select-dummy:expression(this.hideFocus=true);font-family:NanumGothic;font-size:15px;color:#304196;outline:none;text-decoration:underline}
.popupUL54 .cellL2 ul .cell1 {float:left;padding:0;margin-top:3px;margin-left:10px;width:150px;text-align:left;font-size:15px;color:#4e4e4e}
.popupUL54 .cellL2 ul .cell2 {float:right;margin-top:2px;width:150px;text-align:right;font-size:15px;color:#4e4e4e}
.popupUL54 .cellL2 ul .cell3 {float:left;margin-top:3px;margin-left:0px;width:30px;text-align:left;font-size:15px;color:#4e4e4e}
.popupUL54 .cellL2 ul .searchBox {float:left;margin-top:2px;width:150px;height:22px;overflow:hidden;border:1px solid #868686;}
.popupUL54 .cellL2 ul .searchBox input[type=text] {padding-left:3px;width:150px;height:21px;color:#282828;background:#FFF;border:0}

.popupUL56 {width:100%;height:auto}
.popupUL56 li {float:left;height:25px;text-align:center;font-family:Dotum;line-height:25px;letter-spacing:-1px;font-size:13px;color:#444;border-right:1px solid #dcdcdc}
.popupUL56 .cellLi1 {margin-top:0;margin-left:0;font-weight:normal;width:73px;overflow:hidden}
.popupUL56 .cellLi2 {width:200px}
.popupUL56 .cellLi3 {margin-top:0;margin-left:0;font-weight:normal;width:55px;overflow:hidden}
.popupUL56 .cellLi4 {margin-top:0;margin-left:0;font-weight:normal;width:53px}
.popupUL56 .cellLi5 {margin-top:0;margin-left:0;font-weight:normal;width:28px}
.popupUL56 .cellLi6 {margin-top:0;margin-left:5px;text-align:left;font-weight:normal;width:266px}
.popupUL56 .cellLi7 {margin-top:0;margin-left:0;font-weight:normal;width:49px}
.popupUL56 .cellLi8 {margin-top:0;margin-left:0;font-weight:normal;width:48px}
.popupUL56 .cellLi9 {margin-left:5px;text-align:left;width:330px}
.popupUL56 .cellLi10 {margin-top:0;margin-left:0;font-weight:normal;width:28px}
.popupUL56 .cellLi11 {margin-top:0;margin-left:0;font-weight:normal;width:28px;}
.popupUL56 .cellLi12 {margin-top:0;margin-left:0;font-weight:normal;width:62px}
.popupUL56 .emptyLi {margin-top:0;margin-left:0;width:1px;height:25px;border-right:1px solid #dcdcdc}
.popupUL56 .selectBox {margin-top:2px;margin-left:2px;width:90px;height:22px;line-height:19px;text-align:center;border:none}
.popupUL56 select {width:89px;height:22px;font-size:13px;border:1px solid #585858}
.popupUL56  input[type=checkbox] {padding:8px}

.popupUL56_1 {width:100%;height:auto;background:#D7D7D7}
.popupUL56_1 li {float:left;height:25px;text-align:center;font-family:Dotum;line-height:25px;letter-spacing:-1px;font-size:13px;color:#444;border-right:1px solid #dcdcdc}
.popupUL56_1 .cellLi1 {margin-top:0;margin-left:0;font-weight:normal;width:73px;overflow:hidden}
.popupUL56_1 .cellLi2 {width:200px}
.popupUL56_1 .cellLi3 {margin-top:0;margin-left:0;font-weight:normal;width:55px;overflow:hidden}
.popupUL56_1 .cellLi4 {margin-top:0;margin-left:0;font-weight:normal;width:53px}
.popupUL56_1 .cellLi5 {margin-top:0;margin-left:0;font-weight:normal;width:28px}
.popupUL56_1 .cellLi6 {margin-top:0;margin-left:5px;text-align:left;font-weight:normal;width:266px}
.popupUL56_1 .cellLi7 {margin-top:0;margin-left:0;font-weight:normal;width:49px}
.popupUL56_1 .cellLi8 {margin-top:0;margin-left:0;font-weight:normal;width:48px}
.popupUL56_1 .cellLi9 {margin-left:5px;text-align:left;width:330px}
.popupUL56_1 .cellLi10 {margin-top:0;margin-left:0;font-weight:normal;width:28px}
.popupUL56_1 .cellLi11 {margin-top:0;margin-left:0;font-weight:normal;width:28px;}
.popupUL56_1 .cellLi12 {margin-top:0;margin-left:0;font-weight:normal;width:62px}
.popupUL56_1 .emptyLi {margin-top:0;margin-left:0;width:1px;height:25px;border-right:1px solid #dcdcdc}
.popupUL56_1 .selectBox {margin-top:2px;margin-left:2px;width:90px;height:22px;line-height:19px;text-align:center;border:none}
.popupUL56_1 select {width:89px;height:22px;font-size:13px;border:1px solid #585858}
.popupUL56_1  input[type=checkbox] {padding:8px}

.popupUL57 {margin:0 auto;width:724px;height:auto;right}
.popupUL57 .cell0 {content:"";margin-top:5px;width:100%;height:24px;background:url('/images/barWinnerList_02.png') no-repeat}
.popupUL57 .cell100 {content:"";margin-top:5px;width:100%;height:24px;background:url('/images/barWinnerList_03.png') no-repeat}
.popupUL57 .cell1 {width:100%;text-align:right;font-size:13px;color:#444}
.popupUL57 .cell1 input[type=text] {width:158px;height:18px}
.popupUL57 .cell1 label {vertical-align:middle}
.popupUL57 .cell2 {height:auto;border:1px solid #dcdcdc}
.popupUL57 .cell3 {float:left;margin-top:3px;font-family:Dotum;font-size:13px;width:400px}
.popupUL57 .cell3 span {font-weight:bold}
.popupUL57 .cell4 {float:right;width:300px;text-align:right}
.popupUL57 li ul {width:100%}
.popupUL57 li ul li {float:left;height:25px;text-align:center;font-family:Dotum;line-height:25px;letter-spacing:-1px;font-size:13px;color:#444; border-right:1px solid #dcdcdc;overflow:hidden}
.popupUL57 li ul .cellLi1 {margin-top:0;margin-left:0;font-weight:normal;width:108px}
.popupUL57 li ul .cellLi3 {margin-top:0;margin-left:0;font-weight:normal;width:27px}
.popupUL57 li ul .cellLi4 {margin-top:0;margin-left:0;font-weight:normal;width:47px}
.popupUL57 li ul .cellLi5 {margin-top:0;margin-left:0;font-weight:normal;width:55px}
.popupUL57 li ul .cellLi6 {margin-top:0;margin-left:5px;text-align:left;font-weight:normal;width:266px}
.popupUL57 li ul .cellLi7 {margin-top:0;margin-left:0;font-weight:normal;width:67px}
.popupUL57 li ul .cellLi8 {margin-top:0;margin-left:0;font-weight:normal;width:48px}
.popupUL57 li ul .cellLi9 {margin-left:5px;text-align:left;width:330px}
.popupUL57 li ul .cellLi10 {margin-top:0;margin-left:0;font-weight:normal;width:29px}
.popupUL57 li ul .cellLi11 {margin-top:0;margin-left:0;font-weight:normal;width:29px;}
.popupUL57 li ul .cellLi12 {margin-top:0;margin-left:0;font-weight:normal;width:63px}
.popupUL57 li ul .cellLi13 {margin-top:0;margin-left:0;font-weight:normal;width:96px}
.popupUL57 li ul .cellLi14 {margin-top:0;margin-left:0;font-weight:normal;width:76px}
.popupUL57 li ul .cellLi15 {margin-top:0;margin-left:0;font-weight:normal;width:27px}
.popupUL57 li ul .cellLi16 {margin-top:0;margin-left:0;font-weight:normal;width:49px}
.popupUL57 li ul .cellLi17 {margin-top:0;margin-left:0;font-weight:normal;width:28px}
.popupUL57 li ul .cellLi18 {margin-top:0;margin-left:0;font-weight:normal;width:62px}
.popupUL57 li ul .cellLi19 {margin-top:0;margin-left:0;font-weight:normal;width:251px}
.popupUL57 li ul .cellLi20 {margin-top:0;margin-left:0;font-weight:normal;width:79px}
.popupUL57 li ul .cellLi20 select {width:74px;height:17px;vertical-align:middle;font-family:Dotum;font-size:12px;color:#646464;/*border:1px solid #b4b4b4*/}
.popupUL57 li ul .emptyLi {margin-top:0;margin-left:0;width:0px;height:25px;/*border-right:1px solid #dcdcdc*/}
.popupUL57 li ul .selectBox {margin-top:2px;margin-left:2px;width:90px;height:22px;line-height:19px;text-align:center;border:none}
.popupUL57 li ul select {width:89px;height:22px;font-size:13px;/*border:1px solid #585858*/}
.popupUL57 li ul  input[type=checkbox] {padding:8px}

.popupUL58 {width:100%}
.popupUL58 li {position:relative;float:left;height:25px;text-align:center;line-height:25px;font-family:Dotum;font-size:13px;color:#252525;overflow:hidden;border-right:1px solid #dcdcdc}
.popupUL58 li a:link,a:visited,a:active {font-family:Dotum;font-size:13px;color=#252525;}
.popupUL58 li a:hover {font-size:14px;color:#1E78AA;text-decoration:underline}
.popupUL58 .cellLi0 {width:29px}
.popupUL58 .cellLi1 {width:96px}
.popupUL58 .cellLi2 {width:50px}
.popupUL58 .cellLi3 {width:141px}
.popupUL58 .cellLi4 {width:91px}
.popupUL58 .cellLi5 {width:293px}

.popupUL59 {width:100%}
.popupUL59 li {float:left;padding:0;height:25px;text-align:center;line-height:25px;letter-spacing:-1px;font-size:14px;;color:#444;border-right:1px solid #dcdcdc}
.popupUL59 li img {margin-top:4px}
.popupUL59 .cellLi0 {width:66px}
.popupUL59 .cellLi1 {width:30px;overflow:hidden}
.popupUL59 .cellLi2 {width:113px;overflow:hidden}
.popupUL59 .cellLi3 {width:85px}
.popupUL59 .cellLi4 {width:77px}
.popupUL59 .cellLi5 {width:95px}
.popupUL59 .cellLi6 {width:95px}
.popupUL59 .cellLi7 {width:121px}
.popupUL59 .cellLi8 {margin-left:8px;width:32px;width:20px;line-height:23px;border-right:0}
.popupUL59 .cellLi8 div {margin-top:5px}
.popupUL59 .cellLi8 div input[type="checkbox"], {display:inline;float:left;margin:0 !imortant;line-height:20px;height:20px;}

.popupUL60 {margin:0 auto;padding-top:10px;width:830px}
.popupUL60 li {position:relative;float:left;margin-left:1px;text-align:left;color:#252525}
.popupUL60 .popTitle {width:100%;border:none}
.popupUL60 .popTitle1 {width:100%; margin-left: 0px; padding-bottom: 7px;}
.popupUL60 ul {margin-left:-20px; margin-top:-15px;width:827px;background:#fdfdfd;border:1px solid #d5d5d5; border-top-right-radius:5px; border-bottom-left-radius:5px; border-bottom-right-radius:5px;}
.popupUL60 ul li {position:relative;float:left;margin-top:5px;float:left;margin-left:20px;width:600px;height:20px;font-size:14px;color:#4e4e4e}
.popupUL60 ul .eventData {margin-left: 8px; margin-top: 18px; margin-bottom: 3px; width: 100%; padding-left: 13px; font-family: dotum; letter-spacing: -0.5px; font-size:16px; font-weight:bold; color: #3c5da8;}
.popupUL60 ul .cellR1 {margin-right:20px;float:right;width:150px;text-align:right}
.popupUL60 ul .cellR2 {margin-top:-22px;margin-right:20px;float:right;width:150px;height:30px;text-align:right}
.popupUL60 ul .emptyLi {content:"";height:10px;}
.popupUL60 .graphLi {content:"";margin-top:10px;width:255px;height:255px;border:1px solid #d5d5d5}
.popupUL60 .graphGapLi {content:"";width:27px;height:225px}
.popupUL60 .emptyLi40 {content:"";height:5px;}

.userDetailSet {width:100%;height:auto}
.userDetailChild1 {float:left;margin-top:5px;margin-left:5px;width:548px;height:198px;border:1px solid #c8c8c8}
.userDetailChild1 img {width:548px;height:198px;}
.userDetailChild2 {float:left;margin-top:-85px;margin-left:25px;width:134px;height:134px;border:1px solid #c8c8c8}
.userDetailChild2 img {width:130px;height:130px;border:2px solid #fff}
.userDetailChild3 {float:left;margin-top:10px;margin-left:25px;width:350px;height:52px;line-height:22px;font-family:Dotum;font-size:13px;color:#646464}
.userDetailChild3 .spanT1 {font-weight:bold;font-size:16px;color:#003cff}
.userDetailChild3 .spanT1 a {font-weight:bold;font-size:16px;color:#003cff}
.userDetailChild3 .spanT2 {font-weight:bold}
.userDetailChild4 {float:left;width:100%;height:auto;color:#505050;border-top:1px solid #e6e6e6}
.userDetailChild4 p {margin-top:12px;margin-left:15px;width:530px;line-height:18px;font-family:Dotum;font-size:12px;}
.userDetailChild4 span {font-weight:bold}

.previewSet1 {width:494px;height:auto}
.previewSet1 .previewChild1 {margin-left:25px;;width:200px;height:50px;line-height:55px;font-weight:bold;font-size:16px;color:#484848}
.previewSet1 ul {margin:0 auto;width:410px;border:1px solid #d9d9d9}
.previewSet1 ul li {font-family:Gulim}
.previewSet1 ul .cellLi1 {float:left;margin-top:10px;margin-left:10px;width:32px;height:32px;background:#e6e6e6}
.previewSet1 ul .cellLi1 img {width:32px;height:32px}
.previewSet1 ul .cellLi2 {float:left;margin-top:10px;margin-left:10px;width:340px;height:37px;line-height:17px;font-size:13px;color:#898f9c}
.previewSet1 ul .cellLi2 span {font-weight:bold;font-size:13px;color:#3b5998}
.previewSet1 ul .cellLi3 {clear:both;margin-left:10px;width:390px;border-top:1px solid #e6e6e6}
.previewSet1 ul .cellLi3 p {margin-top:16px;margin-left:3px;line-height:19px;font-size:13px;width:384px}
.previewSet1 ul .cellLi4 {margin-top:14px;margin-left:2px;width:406px;height:338px}
.previewSet1 ul .cellLi4 img {width:406px;height:338px}
.previewSet1 ul .cellLi5 {margin-top:2px;margin-left:2px;margin-bottom:2px;width:406px;height:27px;line-height:27px;background:#edeff4}
.previewSet1 ul .cellLi5 a {font-family:Gulim;font-size:11px;color:#3b5998}
.previewSet1 .previewChild2 {margin-top:15px;margin-left:25px;width:430px;text-align:right}

/* Popups */
.jqmWindow {display:none;position:absolute}
.popCon {padding-bottom:30px;width:100%;background:#FFF;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;-khtml-border-radius-bottomright:3px;-khtml-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;-moz-border-radius-bottomleft:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;}
.popCon .childP {margin-top:30px;width:100%;height:20px;text-align:center}
.popCon2 {margin:0 auto;margin-top:20px;padding-bottom:30px;width:676px;background:#FFF}
.popCon3 {padding-bottom:30px;width:485px;height:165px;text-align:center;background:#FFF}
.popCon4 {margin:0 auto;margin-top:20px;padding-bottom:30px;width:100%;height:auto;background:#FFF}
.popCon5 {padding-bottom:30px;width:875px;background:#FFF}
.popCon6 {padding-bottom:30px;width:400px;height:95px;text-align:center;background:#FFF}
.popCon7 {padding-bottom:30px;width:810px;text-align:center;background:#FFF}
.popCon8 {margin:0 auto;margin-top:20px;padding-bottom:30px;width:840px;background:#FFF}
.popCon9 {margin:0 auto;margin-top:20px;padding-bottom:30px;width:950px;background:#FFF}
.popCon10 {margin:0 auto;margin-top:20px;padding-bottom:30px;width:1050px;background:#FFF}
.popCon11 {margin:0 auto;margin-top:20px;padding-bottom:30px;width:820px;background:#FFF}
.popCon12 {padding-bottom:30px;width:806px;background:#FFF}
.popCon13 {padding-bottom:30px;width:860px;background:#FFF}
.popCon14 {padding-bottom:15px;width:560px;background:#FFF}
.popCon15 {padding-bottom:15px;width:494px;background:#FFF}
.popCon16 {padding-bottom:15px;width:544px;background:#FFF}

/* Div for warp1 */
.contentsChild1 {margin:0 auto;padding-bottom:30px;width:100%;background:#FFF}

.jqmOverlay {background:#000}
.closePopup {text-align:right;height:50px}
.jqmWindow {position: absolute;top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px')}

#dialog1 {top:55px;left:50%;margin-left:-378px;width:758px;height:200px;z-index:20}
#dialog2 {top:195px;left:50%;margin-left:-449px;width:899px;height:200px;z-index:20}
#dialog2A {top:195px;left:50%;margin-left:-449px;width:899px;height:200px;z-index:25}
#dialog3 {top:55px;left:50%;margin-left:-378px;width:758px;height:200px;z-index:20}
#dialog3Aa {top:55px;left:50%;margin-left:-437px;width:875px;height:200px;z-index:25}
#dialog4 {top:304px;left:50%;margin-left:-242px;width:485px;height:165px;z-index:20}
#dialog5 {top:55px;left:50%;margin-left:-437px;width:875px;height:auto;z-index:30}
#dialog6 {top:480px;left:50%;margin-left:-437px;width:875px;height:auto;z-index:20}
#dialog8 {top:300px;left:50%;margin-left:-272px;width:544px;height:135px;z-index:20}
#dialog8_1 {top:300px;left:50%;margin-left:-185px;width:370px;height:135px;z-index:20}
#dialog8LW {top:300px;left:50%;margin-left:-272px;width:544px;height:135px;z-index:20}
#dialog9 {top:55px;left:50%;margin-left:-437px;width:875px;z-index:20}
#dialog10 {top:55px;left:50%;margin-left:-378px;width:758px;height:200px;z-index:20}
#dialog11 {top:100px;left:50%;margin-left:-200px;width:400px;height:auto;z-index:20}
#dialog12 {top:100px;left:50%;margin-left:-200px;width:400px;height:auto;z-index:20}
#dialog13 {top:100px;left:50%;margin-left:-405px;width:810px;height:auto;z-index:20}
#dialog14 {top:480px;left:50%;margin-left:-403px;width:806px;height:auto;z-index:20}
#dialog15 {top:480px;left:50%;margin-left:-275px;width:550px;height:auto;z-index:20}
#dialog16 {top:210px;left:32%;margin-left:-275px;width:550px;height:auto;z-index:20}
#dialog17 {top:210px;left:32%;margin-left:-275px;width:550px;height:auto;z-index:20}
#dialog18 {top:210px;left:32%;margin-left:-275px;width:550px;height:auto;z-index:20}
#dialog19 {top:210px;left:32%;margin-left:-275px;width:550px;height:auto;z-index:20}
#dialog20 {top:210px;left:32%;margin-left:-275px;width:550px;height:auto;z-index:20}
#dialog21 {top:210px;left:32%;margin-left:-275px;width:550px;height:auto;z-index:20}
#dialog22 {top:210px;left:32%;margin-left:-275px;width:550px;height:auto;z-index:20}
#dialog23 {top:210px;left:32%;margin-left:-275px;width:550px;height:auto;z-index:20}
#dialog24 {top:210px;left:32%;margin-left:-275px;width:550px;height:auto;z-index:20}
#dialog25 {top:210px;left:32%;margin-left:-275px;width:550px;height:auto;z-index:20}
#dialog26 {top:210px;left:32%;margin-left:-275px;width:550px;height:auto;z-index:20}
#dialog27 {top:210px;left:32%;margin-left:-275px;width:550px;height:auto;z-index:20}
#dialog28 {top:210px;left:32%;margin-left:-275px;width:550px;height:auto;z-index:20}
#dialog29 {top:480px;left:50%;margin-left:-275px;width:550px;height:auto;z-index:20}
#dialogImport {top:304px;left:50%;margin-left:-357px;width:715px;height:234px;z-index:20}
#SetPickBtnPop {top:340px;left:50%;margin-left:-403px;width:806px;height:auto;z-index:20}
#dialog31 {top:340px;left:50%;margin-left:-430px;width:860px;height:auto;z-index:20}
#dialog32 {top:500px;left:50%;margin-left:-280px;width:560px;height:auto;z-index:25}
#dialog33 {top:240px;left:50%;margin-left:-247px;width:494px;height:auto;z-index:20}
#dialog34 {top:55px;left:50%;margin-left:-437px;width:875px;z-index:20}

/* Button */
.buttonCell1 {width:100%;text-align:right;}
.buttonCell1.off {display:none;}
.buttonCell1 input[type=button] {width:98px;height:30px;text-align:center;font-size:15px;font-weight:bold;color:#FFF;background:#358924;border:1px solid #236714;cursor:pointer;}
.buttonCell1 input[type=button]:hover {background:#3b9928}
.buttonCell1 input[type=button].edit {width:98px;height:30px;text-align:center;font-size:15px;font-weight:bold;color:#FFF;background:#5674ba;border:1px solid #35559e;cursor:pointer;}
.buttonCell1 input[type=button].edit:hover {background:#557cd8}

.buttonCell12 {width:100%;text-align:right; display:none}
.buttonCell12.on {display:block;}
.buttonCell12 input[type=button] {width:98px;height:30px;text-align:center;font-size:15px;font-weight:bold;color:#FFF;background:#358924;border:1px solid #236714;cursor:pointer;}
.buttonCell12 input[type=button]:hover {background:#3b9928}
.buttonCell12 input[type=button].edit {width:98px;height:30px;text-align:center;font-size:15px;font-weight:bold;color:#FFF;background:#5674ba;border:1px solid #35559e;cursor:pointer;}
.buttonCell12 input[type=button].edit:hover {background:#557cd8}

.buttonCell2 {display:inline;margin-left:3px;padding:1px 8px 3px 8px;background:#5674b9;font-size:14px;color:#FFF;border:1px solid #35559f;cursor:pointer;}
.buttonCell2 span {margin-top:-1px}
.buttonCell2 a {font-size:14px;color:#FFF}

.buttonCell3 input[type=button] {padding-bottom:1px;width:60px;height:24px;text-align:center;font-size:13px;color:#FFF;background:#5674b9;border:1px solid #35559f;cursor:pointer;}
.buttonCell3 input[type=button]:hover {background:#5674b9}

.buttonCell4 input[type=button] {padding-bottom:1px;width:100px;height:24px;text-align:center;font-size:13px;color:#FFF;background:#5674b9;border:1px solid #35559f;cursor:pointer;}
.buttonCell4 input[type=button]:hover {background:#5674b9}

.buttonCell5 {display:inline;margin-left:3px;padding:3px 20px 3px 20px;background:#5674b9;font-size:14px;color:#FFF;border:1px solid #35559f;cursor:pointer;}
.buttonCell5 span {margin-top:-1px}
.buttonCell5 a {font-size:14px;color:#FFF}

.buttonCell6 input[type=button] {padding-bottom:1px;width:120px;height:35px;text-align:center;font-size:15px;color:#FFF;background:#5674b9;border:1px solid #35559f;cursor:pointer;}
.buttonCell6 input[type=button]:hover {background:#5674b9}

.buttonCell7 {width:100%;text-align:right;}
.buttonCell7 input[type=button] {padding-bottom:1px;width:95px;height:25px;text-align:center;font-size:14px;color:#FFF;background:#5674b9;border:1px solid #35559f;cursor:pointer;}
.buttonCell7 input[type=button]:hover {background:#5674b9}

.buttonCell7_1 {width:100%;text-align:right;}
.buttonCell7_1 input[type=button] {padding-bottom:1px;width:95px;height:25px;text-align:center;font-size:14px;color:#FFF;background:#C6406B;border:1px solid #76233E;cursor:pointer;}
.buttonCell7_1 input[type=button]:hover {background:#C6406B}

.buttonCell8 {float:right;width:113px;height:25px;text-align:center;line-height:25px;color:#FFF;font-size:13px;background:#c05c5e;cursor:pointer;overflow:hidden;border:1px solid #9d3b3c;border-right:none}

.buttonCell9 input[type=button] {padding-bottom:1px;width:110px;height:25px;text-align:center;font-size:14px;color:#FFF;background:#5674b9;border:1px solid #35559f;cursor:pointer;}
.buttonCell9 input[type=button].delete {width:60px}

.buttonCell10 input[type=button] {padding-bottom:1px;width:60px;height:21px;line-height:20px;text-align:center;font-size:13px;color:#FFF;background:#3b5998;border:1px solid #3b5998;cursor:pointer; border-radius:3px;}
.buttonCell10 input[type=button]:hover {background:#5674b9}

.buttonCell11 input[type=button] {padding-bottom:1px;width:130px;height:25px;text-align:center;font-size:14px;color:#FFF;background:#5674b9;border:1px solid #35559f;cursor:pointer;}

.buttonCell20 input[type=button] {padding-bottom:1px;width:65px;height:21px;line-height:20px;text-align:center;font-size:13px;color:#FFF;background:#f15f66;border:1px solid #f15f66;cursor:pointer; border-radius:4px;}
.buttonCell20 input[type=button]:hover {background:#ff4040}

.calSun {color:#FF0000}
calConSPR {color:#0100FF;font-weight:bold}

/* Footer */
#footer {width:100%;height:130px;border-top:1px solid #f0f0f0}
#footer .ulIdx {margin:0 auto;margin-top:50px;width:930px;height:40px}
#footer ul {margin:0 auto;margin-top:13px;width:930px;height:40px}
#footer ul .logoLi {float:left;width:100px;height:40px;margin-top:20px;text-align:left;}
#footer ul .copyrightLi {float:left;width:724px;height:auto;font-family:Dotum;font-size:13px;color:#8B8B8B;text-align:center}
#footer ul .snsLi {float:right;margin-top:25px;width:100px;height:25px;text-align:right;letter-spacing:6px}


.loading {display:none;background:#000000;opacity:0.80;filter:alpha(opacity = 80);z-index:2000;position:absolute;width:100%;height:100%;left:0;top:0;text-align:center;}
.loading.on {display:block;}

/*.loading img {margin-top:400px}*/