@charset "utf-8";

/* 스킨경로 : skin/latest/ */

/* 기본스킨 스타일 */
/******************************************************** 공통 ********************************************************/
.contentEmpty{display:block;text-align:center;}

.bannerUrl{position:absolute;display:block;width:100%;height:100%;background:red;opacity:0;filter:alpha(opacity=0);}
.bannerUrlText{position:absolute;padding:3px;color:#fff !Important;background:url(../img/bg_transparent_black.png) repeat;}

.btnSkinTitle{font-weight:bold;color:#000;text-decoration:none;}
.btnSkinTitle:link,.btnSkinTitle:visited,.btnSkinTitle:active{color:#000;text-decoration:none;}

.btnSkinMore{float:right;padding-top:2px;font:normal 11px Nanum Gothic;color:#000;text-decoration:none;filter:alpha(opacity=80);opacity:0.8 /* width:12px;height:12px;margin-top:5px;background:url(../img/btn_skin_more.gif) 0 0 no-repeat;text-indent:-9999px;overflow:hidden; */}
.btnSkinMore:link,.btnSkinMore:visited,.btnSkinMore:active{color:#000;text-decoration:none;}

/******************************************************** basic(게시판스킨) ********************************************************/
.boardSkin01{position:relative;}
.boardSkin01>dl>dt{padding:14px;overflow:hidden;font:bold 15px "Nanum Gothic";}

.boardSkin01 dd ul li{display:block;padding:3px 20px;background:url(../img/bullet_list.gif) 10px 9px no-repeat;}
.boardSkin01 dd ul li.even{background:url(../img/bullet_list.gif) 10px 9px no-repeat #eee;}
.boardSkin01 dd ul li a{display:inline-block;*display:inline;max-width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:"Gulim";color:#333;}
/* .boardSkin01 dd .btnMore{position:absolute;right:10px;top:16px;width:16px;height:16px;display:block;overflow:hidden;text-indent:-9999px;background:url(../img/btn_more.png) 0 0 no-repeat;} */

/******************************************************** b_01(배너스킨01) ********************************************************/
.bannerSkin01{position:relative;}
.bannerSkin01>dl>dt{padding:14px;overflow:hidden;font:bold 15px "Nanum Gothic";}

.bannerSkin01>dl>dd span{display:block;}
.bannerSkin01>dl>dd span img{display:block;width:100%;height:auto;*margin-top:-2px;}

#headline .bannerSkin01>dl>dd span > img.nobanner { content:url('/news/img/nobanner_mid_01.png'); }

/******************************************************** b_02(배너스킨02) ********************************************************/
.bannerSkin02{position:relative;}
.bannerSkin02>dl>dt{padding:14px;overflow:hidden;font:bold 15px "Nanum Gothic";}

.bannerSkin02>dl>dd span{display:block;}
.bannerSkin02>dl>dd span img{display:block;width:100%;height:auto;*margin-top:-2px;}

/******************************************************** b_03(배너스킨03) ********************************************************/
.bannerSkin03{position:relative;}
.bannerSkin03>dl>dt{padding:14px;overflow:hidden;font:bold 15px "Nanum Gothic";}

.bannerSkin03>dl>dd span{display:block;}
.bannerSkin03>dl>dd span img{display:block;width:100%;height:auto;*margin-top:-2px;}

/******************************************************** b_04(배너스킨04) ********************************************************/
.bannerSkin04{position:relative;}
.bannerSkin04>dl>dt{padding:6px 10px 4px;overflow:hidden;}

.bannerSkin04>dl>dd span{display:block;}
.bannerSkin04>dl>dd span img{display:block;width:100%;height:auto;*margin-top:-2px;}

/******************************************************** b_51(멀티배너스킨51) ********************************************************/
.bannerSkin51{position:relative;}
.bannerSkin51>dl>dt{padding:6px 10px 4px;overflow:hidden;}

.bannerSkin51 .imageWrap{position:relative;background:#ccc;}
.bannerSkin51 .imageWrap li{position:absolute;left:0;top:0;width:100%;height:100%;display:none;}
.bannerSkin51 .imageWrap li a{display:block;width:100%;height:100%;}
.bannerSkin51 .btnWrap {display:none;}
.bannerSkin51 .btnWrap a{position:absolute;display:block;width:59px;height:59px;text-indent:-9999px;overflow:hidden;top:calc(50% - 29px);max-height:100%;}
.bannerSkin51 .btnWrap a.prev{left:0;}
.bannerSkin51 .btnWrap a.next{right:0;}

/******************************************************** h_01(헤드라인스킨01) ********************************************************/
.headlineSkin01>dl>dt{padding:14px;overflow:hidden;font:bold 15px "Nanum Gothic";}
.headlineSkin01>dl>dd{height:189px;*zoom:1;}
.headlineSkin01>dl>dd:after{content:"";display:block;clear:both;}

.headlineSkin01>dl>dd .imageBig{float:left;width:275px;height:189px;margin-bottom:5px;margin-right:13px;overflow:hidden;}
.headlineSkin01>dl>dd .imageBig a{display:block;}
.headlineSkin01>dl>dd .imageBig a img{display:block;width: 100%;}

.headlineSkin01>dl>dd .thumbnail{float:left;padding:3px;*zoom:1;}
.headlineSkin01>dl>dd .thumbnail:after{content:"";display:block;clear:both;}
.headlineSkin01>dl>dd .thumbnail li{float:left;margin-left:3px;}
.headlineSkin01>dl>dd .thumbnail li:first-child{margin-left:0;}
.headlineSkin01>dl>dd .thumbnail li a{display:block;border:3px solid #fff;}
.headlineSkin01>dl>dd .thumbnail li a.on{border:3px solid #ff9900;}
.headlineSkin01>dl>dd .thumbnail li a img{display:block;width:62px;height:46px;/* border:1px solid #ccc; */}
.headlineSkin01>dl>dd .thumbnail li a.on img{border:none;}

.headlineSkin01>dl>dd .text{float:left;width:360px;height:130px;margin:0 0 4px 7px;overflow:hidden;}
.headlineSkin01>dl>dd .text dt{display:block;padding:15px 0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:-1px;}
.headlineSkin01>dl>dd .text dt a{font-family:"Malgun Gothic";height:21px;line-height:21px;font-size:21px;font-weight:bold;color:#333;}
.headlineSkin01>dl>dd .text dd{max-height:48px;overflow:hidden;}
.headlineSkin01>dl>dd .text dd a{display:block;text-align:justify;font-family:"Gulim";font-size:12px;color:#999;}
.headlineSkin01>dl>dd .text dd a.subTitle{display:block;padding-bottom:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:"Malgun Gothic";font-size:16px;font-weight:bold;color:#666;letter-spacing:-1px;}

/******************************************************** h_02(헤드라인스킨02) ********************************************************/
.headlineSkin02>dl>dt{padding:14px;overflow:hidden;font:bold 15px "Nanum Gothic";}

.headlineSkin02>dl>dd li{padding:10px 0;border-top:1px solid #ccc;*zoom:1;}
.headlineSkin02>dl>dd li:first-child{padding-top:0;border-top:none;}
.headlineSkin02>dl>dd li:after{content:"";display:block;clear:both;}
.headlineSkin02>dl>dd .image{float:left;}
.headlineSkin02>dl>dd .image img{display:block;width:135px;height:90px;/* border:1px solid #ccc; */}
.headlineSkin02>dl>dd .content{float:left;width:100%;}
.headlineSkin02>dl>dd .content.withImage{width:75%;}
.headlineSkin02>dl>dd .content dt{padding:17px 0 12px;}
.headlineSkin02>dl>dd .content dt a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:18px;font:bold 17px "Malgun Gothic";color:#333;letter-spacing:-1px;}
.headlineSkin02>dl>dd .content dd{height:32px;overflow:hidden;}
.headlineSkin02>dl>dd .content dd a{display:block;font-family:"Gulim";/* font-size:12px; */color:#999;letter-spacing:-0.05em;}

/******************************************************** h_03(헤드라인스킨03) ********************************************************/
.headlineSkin03>dl>dt{padding:14px;overflow:hidden;font:bold 15px "Nanum Gothic";}
.headlineSkin03>dl>dd{height:189px;*zoom:1;}
.headlineSkin03>dl>dd:after{content:"";display:block;clear:both;}

.headlineSkin03>dl>dd .imageBig{float:left;display:block;float:left;width:252px;height:189px;}
.headlineSkin03>dl>dd .imageBig img{display:block;width:250px;height:187px;/* border:1px solid #ccc; */}

.headlineSkin03>dl>dd .text{float:left;width:355px;margin-bottom:10px;}
.headlineSkin03>dl>dd .text dt{display:block;padding:15px 0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.headlineSkin03>dl>dd .text dt a{font-family:"Malgun Gothic";height:21px;line-height:21px;font-size:21px;font-weight:bold;color:#333;letter-spacing:-0.05em;}
.headlineSkin03>dl>dd .text dd a{display:block;max-height:48px;overflow:hidden;text-align:justify;font-size:12px;color:#999;}
.headlineSkin03>dl>dd .text dd a.subTitle{display:block;padding-bottom:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:"Malgun Gothic";font-size:16px;font-weight:bold;color:#666;letter-spacing:-1px;}

.headlineSkin03>dl>dd .textOnly{float:left;width:340px;padding:2px 0 0 10px;margin-left:25px;}
.headlineSkin03>dl>dd .textOnly a{display:block;font-family:"Gulim";color:#333;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

/******************************************************** h_04(헤드라인스킨04) ********************************************************/
.headlineSkin04>dl>dt{padding:14px;overflow:hidden;font:bold 15px "Nanum Gothic";}
.headlineSkin04>dl>dd{height:220px;*zoom:1;}
.headlineSkin04>dl>dd:after{content:"";display:block;clear:both;}

.headlineSkin04>dl>dd .imageBig{float:left;display:block;float:left;width:252px;height:189px;}
.headlineSkin04>dl>dd .imageBig img{display:block;width:250px;height:187px;/* border:1px solid #ccc; */}

.headlineSkin04>dl>dd .title{display:block;padding:0 0 10px 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:"Malgun Gothic";height:21px;line-height:21px;font-size:21px;font-weight:bold;color:#333;letter-spacing:-0.05em;}

.headlineSkin04>dl>dd .text{float:left;width:355px;margin-bottom:10px;}
.headlineSkin04>dl>dd .text dd a{display:block;text-align:justify;font-size:12px;color:#999;font-family:"Gulim";}
.headlineSkin04>dl>dd .text dd a.subTitle{display:block;padding:15px 0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:"Malgun Gothic";font-size:16px;font-weight:bold;color:#666;letter-spacing:-1px;}

.headlineSkin04>dl>dd .textOnly{float:left;width:340px;padding:2px 0 0 10px;margin-left:25px;}
.headlineSkin04>dl>dd .textOnly a{display:block;font-family:"Gulim";color:#333;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

/******************************************************** h_05(헤드라인스킨05) ********************************************************/
.headlineSkin05>dl{padding:5px 10px;margin-bottom:0px;*zoom:1;}
.headlineSkin05>dl:after{content:"";display:block;clear:both;}
.headlineSkin05>dl>dt{float:left;max-width:44px;height:20px;padding:0 15px 0 10px;line-height:20px;margin:1px 0;font-weight:bold;font-size:11px;letter-spacing:-1px;color:#000;text-align:center;overflow:hidden;}
.headlineSkin05>dl>dd{float:right;background:#fff;}

.headlineSkin05>dl>dd .contentWrap{position:relative;height:22px;overflow:hidden;/* box-shadow:1px 1px 3px #999 inset ; */}
.headlineSkin05>dl>dd .contentWrap .bullet{font-size:5px;color:#aaa;height:22px;line-height:22px;vertical-align:middle;}

.headlineSkin05>dl>dd .contentWrap .slideBT{position:absolute;left:0;top:0;width:9999px;}
.headlineSkin05>dl>dd .contentWrap .slideBT li a{position:relative;display:block;height:22px;padding-left:10px;line-height:22px;font-family:"Gulim";font-size:12px;color:#999;}

.headlineSkin05>dl>dd .contentWrap .slideRL{position:absolute;left:0;top:0;width:9999px;}
.headlineSkin05>dl>dd .contentWrap .slideRL li{float:left;}
.headlineSkin05>dl>dd .contentWrap .slideRL li a{position:relative;display:block;height:22px;padding-left:10px;line-height:22px;font-family:"Gulim";font-size:12px;color:#999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

/******************************************************** h_06(헤드라인스킨06) ********************************************************/
.headlineSkin06>dl>dt{padding:14px;overflow:hidden;font:bold 15px "Nanum Gothic";}
.headlineSkin06>dl>dd{*zoom:1;}
.headlineSkin06>dl>dd:after{content:"";display:block;clear:both;}

.headlineSkin06>dl>dd .imageBig{float:left;display:block;float:left;width:202px;height:147px;}
.headlineSkin06>dl>dd .imageBig img{display:block;width:200px;height:145px;/* border:1px solid #ccc; */}

.headlineSkin06>dl>dd ul{float:left;width:420px;margin-left:15px;}
.headlineSkin06>dl>dd ul .text{margin-bottom:10px;*zoom:1;}
.headlineSkin06>dl>dd ul .text:after{content:"";display:block;clear:both;}
.headlineSkin06>dl>dd ul .text a{float:left;font-family:"Malgun Gothic";width:320px;height:21px;line-height:21px;font-size:15px;font-weight:bold;color:#333;letter-spacing:-0.05em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.headlineSkin06>dl>dd ul .text span{float:right;height:21px;line-height:26px;font-family:"Gulim";}

/******************************************************** h_07(헤드라인스킨07) ********************************************************/
.headlineSkin07>dl>dt{padding:14px;overflow:hidden;font:bold 15px "Nanum Gothic";}
.headlineSkin07>dl>dd{*zoom:1;}
.headlineSkin07>dl>dd:after{content:"";display:block;clear:both;}

.headlineSkin07>dl>dd div{display:none;height:253px;}
.headlineSkin07>dl>dd div.on{display:block;}

.headlineSkin07>dl>dd .imageBig{float:left;width:358px;height:268px;margin-right:20px;/* border:1px solid #ccc; */}
.headlineSkin07>dl>dd .imageBig img{display:block;width:100%;height:100%;}

.headlineSkin07>dl>dd .content{float:left;width:250px;}
.headlineSkin07>dl>dd .content .title{display:block;overflow:hidden;margin-bottom:10px;max-height:75px;line-height:25px;font-family:"Malgun Gothic";font-size:21px;color:#333;font-weight:bold;}
.headlineSkin07>dl>dd .content .subject{display:block;overflow:hidden;margin-bottom:10px;max-height:60px;line-height:20px;font-family:"Malgun Gothic";font-size:16px;color:#666;}
.headlineSkin07>dl>dd .content .text{display:block;overflow:hidden;max-height:100px;font-family:"Gulim";color:#999;}

.headlineSkin07>dl>dd .indicator{*zoom:1;}
.headlineSkin07>dl>dd .indicator:after{content:"";display:block;clear:both;}
.headlineSkin07>dl>dd .indicator li{float:left;padding-left:10px;}
.headlineSkin07>dl>dd .indicator li:first-child{padding-left:0;}
.headlineSkin07>dl>dd .indicator li a{display:block;width:17px;height:17px;background:#e1e1e1;}
.headlineSkin07>dl>dd .indicator li a.on{background:red;}

/******************************************************** h_08(헤드라인스킨08) ********************************************************/
.headlineSkin08>dl>dt{padding:14px;overflow:hidden;font:bold 15px "Nanum Gothic";}
.headlineSkin08>dl>dd{*zoom:1;}
.headlineSkin08>dl>dd:after{content:"";display:block;clear:both;}

.headlineSkin08>dl>dd div{width:32%;margin-left:2%;padding: 0 0 10px 0;overflow:hidden;}
.headlineSkin08>dl>dd div:nth-child(3n+1){margin-left:0;}
.headlineSkin08>dl>dd div{float:left;}

.headlineSkin08>dl>dd .imageBig{display:block;margin-bottom:10px;/* border:1px solid #ccc; */}
.headlineSkin08>dl>dd .imageBig img{display:block;width:100%;height:155px;}

.headlineSkin08>dl>dd .content .title{display:block;overflow:hidden;margin-bottom:10px;max-height:40px;line-height:20px;font-family:"Malgun Gothic";font-size:16px;color:#333;}
.headlineSkin08>dl>dd .content .text{display:block;overflow:hidden;max-height:60px;line-height:20px;color:#999;letter-spacing:-1px;font-family:"Gulim";}

/******************************************************** h_09(헤드라인스킨09) ********************************************************/
.headlineSkin09>dl>dt{padding:14px;overflow:hidden;font:bold 15px "Nanum Gothic";}
.headlineSkin09>dl>dd{*zoom:1;}
.headlineSkin09>dl>dd:after{content:"";display:block;clear:both;}

.headlineSkin09>dl>dd .imageBig{float:left;width:384px;height:271px;}

.headlineSkin09>dl>dd .imageBig a{position:relative;display:block;width:100%;height:100%;}
.headlineSkin09>dl>dd .imageBig a img{position:absolute;width:100%;height:100%;}

.headlineSkin09>dl>dd ul{float:left;width:42%;}

.headlineSkin09>dl>dd ul li{padding-left:20px;}
.headlineSkin09>dl>dd ul li.on+li a{background:none;}
.headlineSkin09>dl>dd ul li.on a{background:none;}
.headlineSkin09>dl>dd ul li a{display:block;padding:14px 0;background:url(../img/bg_border_dotted_gray.png) 0 0 repeat-x;*zoom:1;}
.headlineSkin09>dl>dd ul li a:after{content:"";display:block;clear:both;}
.headlineSkin09>dl>dd ul li:first-child a{background:none;}
.headlineSkin09>dl>dd ul li a:hover{text-decoration:none;}

.headlineSkin09>dl>dd ul li .thumbnail{float:left;width:54px;height:40px;}
.headlineSkin09>dl>dd ul li .contentWrap{display:block;font-style:normal;padding-right:10px;}
.headlineSkin09>dl>dd ul li .title{display:block;padding-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:bold 13px "Malgun Gothic";color:#333;}
.headlineSkin09>dl>dd ul li .content{display:block;padding: 4px 0 0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:normal 12px "Gulim";color:#999;}
.headlineSkin09>dl>dd ul li.on .title{color:#fff;}
.headlineSkin09>dl>dd ul li.on .content{color:#fff;}

/******************************************************** h_10(헤드라인스킨10) ********************************************************/
.headlineSkin10>dl>dt{padding:6px 10px 4px;overflow:hidden;}
.headlineSkin10>dl>dd{height:189px;*zoom:1;}
.headlineSkin10>dl>dd:after{content:"";display:block;clear:both;}

.headlineSkin10>dl>dd .imageBig{float:left;display:block;float:left;width:252px;height:189px;}
.headlineSkin10>dl>dd .imageBig img{display:block;width:250px;height:187px;border:1px solid #ccc;}

.headlineSkin10>dl>dd .text{float:left;width:355px;margin-bottom:10px;}
.headlineSkin10>dl>dd .text dt{display:block;padding:7px 0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.headlineSkin10>dl>dd .text dt a{font-family:"Nanum Gothic";height:21px;line-height:21px;font-size:21px;font-weight:bold;color:#333;letter-spacing:-0.05em;}
.headlineSkin10>dl>dd .text dd a{display:block;max-height:48px;overflow:hidden;text-align:justify;font-size:12px;color:#666;}
.headlineSkin10>dl>dd .text dd a.subTitle{display:block;padding-bottom:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:"Nanum Gothic";font-size:16px;font-weight:bold;color:#666;letter-spacing:-1px;}

.headlineSkin10>dl>dd .textOnly{float:left;width:340px;padding:2px 0 0 10px;margin-left:25px;}
.headlineSkin10>dl>dd .textOnly a{display:block;color:#333;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

/******************************************************** h_11(헤드라인스킨11) ********************************************************/
.headlineSkin11>dl>dt{padding:6px 10px 4px;overflow:hidden;}
.headlineSkin11>dl>dd{height:220px;*zoom:1;}
.headlineSkin11>dl>dd:after{content:"";display:block;clear:both;}

.headlineSkin11>dl>dd .imageBig{float:left;display:block;float:left;width:252px;height:189px;}
.headlineSkin11>dl>dd .imageBig img{display:block;width:250px;height:187px;border:1px solid #ccc;}

.headlineSkin11>dl>dd .title{display:block;padding:0 0 10px 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:"Nanum Gothic";height:21px;line-height:21px;font-size:21px;font-weight:bold;color:#333;letter-spacing:-0.05em;}

.headlineSkin11>dl>dd .text{float:left;width:355px;margin-bottom:10px;}
.headlineSkin11>dl>dd .text dd a{display:block;text-align:justify;font-size:12px;color:#666;}
.headlineSkin11>dl>dd .text dd a.subTitle{display:block;padding:15px 0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:"Nanum Gothic";font-size:16px;font-weight:bold;color:#666;letter-spacing:-1px;}

.headlineSkin11>dl>dd .textOnly{float:left;width:340px;padding:2px 0 0 10px;margin-left:25px;}
.headlineSkin11>dl>dd .textOnly a{display:block;color:#333;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

/******************************************************** h_12(헤드라인스킨12) ********************************************************/
.headlineSkin12>dl>dt{padding:14px;overflow:hidden;font:bold 15px "Nanum Gothic";}

.headlineSkin12>dl>dd{position:relative;}
.headlineSkin12>dl>dd li{position:relative;left:0;top:0;display:none;overflow:hidden;}
.headlineSkin12>dl>dd li:first-child{display:block;}

.headlineSkin12>dl>dd .image img{display:block;width:100%;}
.headlineSkin12>dl>dd .contentWrap{position:absolute;left:0;bottom:50px;display:block;width:100%;padding:18px 0;background:url(../img/bg_transparent_black2.png) repeat;}
.headlineSkin12>dl>dd .contentWrap .title{display:block;height:30px;padding:0 18px;line-height:30px;font-family:"Nanum Gothic";font-size:24px;font-weight:bold;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.headlineSkin12>dl>dd .content{width:100%; height:50px; box-sizing:border-box;position:absolute;bottom:0;padding:6px 18px;border:1px solid #ccc;background:#fff;}
.headlineSkin12>dl>dd .content span{display:block;max-height:36px;line-height:18px;font-family:"Malgun Gothic";font-size:13px;color:#333;overflow:hidden;}

.headlineSkin12>dl>dd .btnArticleControl{position:absolute;left:0;top:50%;margin-top:-59px;width:100%;*zoom:1;}
.headlineSkin12>dl>dd .btnArticleControl:after{content:"";display:block;clear:both;}
.headlineSkin12>dl>dd .btnArticleControl a{position:absolute;display:block;width:59px;height:59px;text-indent:-9999px;overflow:hidden;}
.headlineSkin12>dl>dd .btnArticleControl .btnPrev{left:0;background:url(../img/btn_prev_arrow_white.png) 80% 50% no-repeat;}
.headlineSkin12>dl>dd .btnArticleControl .btnNext{right:0;background:url(../img/btn_next_arrow_white.png) 20% 50% no-repeat;}

#section0 .headlineSkin12>dl>dd .image img{height:426px;}

/******************************************************** s_01(게시글스킨01) ********************************************************/
.simpleSkin01>dl>dt{padding:14px;overflow:hidden;font:bold 15px "Nanum Gothic";}

.simpleSkin01 li{width:100%;padding:5px 0;margin:0 auto;*zoom:1;}
.simpleSkin01 li:after{content:"";display:block;clear:both;}
.simpleSkin01 li a{float:left;display:block;width:95%;padding-left:10px;font-weight:bold;font-family:"Malgun Gothic";color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:-1px;font-size: 14px;}
.simpleSkin01 li span{float:right;display:none;}

/******************************************************** s_02(게시글스킨02) ********************************************************/
.simpleSkin02>dl>dt{padding:14px;overflow:hidden;font:bold 15px "Nanum Gothic";}

.simpleSkin02 li{width:100%;padding:6px 0;margin:0 auto;*zoom:1;}
.simpleSkin02 li.fifth{margin-top:25px;}
.simpleSkin02 li:after{content:"";display:block;clear:both;}
.simpleSkin02 li a{float:left;display:block;width:100%;font:bold 14px "Malgun gothic";color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:-1px;}
.simpleSkin02 li span{float:right;display:none;}

/******************************************************** s_03(게시글스킨03) ********************************************************/
.simpleSkin03>dl>dt{padding:14px;overflow:hidden;font:bold 15px "Nanum Gothic";}

.simpleSkin03 li{margin:10px auto 0;}
.simpleSkin03 li:first-child{margin-top:0;border-top:none;}
.simpleSkin03 li a{display:block;overflow:hidden;}
.simpleSkin03 li a.title{display:block;min-height:16px;max-height:32px;margin:5px 0;font-family:"Malgun Gothic";font-size:13px;font-weight:bold;color:#333;overflow:hidden;letter-spacing:-1px;}
.simpleSkin03 li a.image{display:block;/* border:1px solid #ccc; *//* border-top:2px solid #ccc; */}
.simpleSkin03 li a.image img{display:block;width:100%;}
.simpleSkin03 li span a{font-family:"Gulim";color:#999;}

#section1 .simpleSkin03 li a.image img{height:200px;}
#section2 .simpleSkin03 li a.image img{height:330px;}
#section3 .simpleSkin03 li a.image img{height:200px;}

/******************************************************** s_04(게시글스킨04) ********************************************************/
.simpleSkin04>dl>dt{padding:14px;overflow:hidden;font:bold 15px "Nanum Gothic";}

.simpleSkin04>dl>dd li{padding-top:15px;/* border-top:1px solid #ccc; */*zoom:1;}
.simpleSkin04>dl>dd li:first-child{padding-top:0;border-top:none;}
.simpleSkin04>dl>dd li:after{content:"";display:block;clear:both;}
.simpleSkin04>dl>dd .image{float:left;}
.simpleSkin04>dl>dd .image img{display:block;width:80px;height:54px;/* border:1px solid #ccc; */}
.simpleSkin04>dl>dd .content{float:right;width:100%;}
.simpleSkin04>dl>dd .content dt{/* padding-top:3px; */}
.simpleSkin04>dl>dd .content dt a{display:block;height:35px;line-height:16px;font:bold 14px "Malgun Gothic";color:#333;letter-spacing:-1px;overflow:hidden;}
.simpleSkin04>dl>dd .content dd{max-height:64px;padding-top:5px;overflow:hidden;}
.simpleSkin04>dl>dd .content dd a{display:block;max-height:14px;line-height:15px;font-family:"Gulim";color:#999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:-1px;}

.simpleSkin04>dl>dd li.titleOnly{padding-top:5px;}
.simpleSkin04>dl>dd li.titleOnly a{display:block;padding-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333;font-family:"Malgun Gothic";font-size:14px;background:url(../img/latest_icon3.png) 0 8px no-repeat;}

#section1 .simpleSkin04>dl>dd .content.withImage{width:60%;}
#section2 .simpleSkin04>dl>dd .content.withImage{width:77%;}
#section3 .simpleSkin04>dl>dd .content.withImage{width:60%;}
.besideContent #section3 .simpleSkin04>dl>dd .content.withImage{width:50%;}


/******************************************************** s_05(게시글스킨05) ********************************************************/
.simpleSkin05>dl>dt{padding:8px 0;overflow:hidden;font:bold 15px "Nanum Gothic";}
.simpleSkin05>dl>dd{position:relative;}

.simpleSkin05>dl>dd .rankOn{position:absolute;left:10px;top:16px;display:block;width:100%;height:21px;border:2px solid red;}
.simpleSkin05>dl>dd ol{padding:10px;border:5px solid #eaecee;}
.simpleSkin05 li{padding:5px;margin:0 auto;*zoom:1;position:relative;z-index:1;}
.simpleSkin05 li:after{content:"";display:block;clear:both;}
.simpleSkin05 li a{float:left;display:block;width:85%;padding:1px 0 0 7px;font-family:"Gulim";color:#999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:-1px;}
.simpleSkin05 li .rankBox{float:left;display:block;width:12px;height:13px;line-height:13px;padding-right:1px;margin-top:2px;font-weight:bold;font-size:13px;text-align:center;vertical-align:middle;letter-spacing:-1px;color:#999999;/* background:#dddddd; */}

.simpleSkin05 ol.red li.top .rankBox{color:#df0615;/* background:#e6515c; */}
.simpleSkin05 ol.red li.top a{color:#df0615;}
.simpleSkin05 ol.red li.mid .rankBox{color:#999999;/* background:#e38d93; */}

.simpleSkin05 ol.blue li.top .rankBox{color:#14adc6;/* background:#264a86; */}
.simpleSkin05 ol.blue li.top a{color:#14adc6;}
.simpleSkin05 ol.blue li.mid .rankBox{color:#999999;/* background:#5e7db0; */}

.simpleSkin05 ol.green li.top .rankBox{color:#2a673e;/* background:#2a673e; */}
.simpleSkin05 ol.green li.top a{color:#2a673e;}
.simpleSkin05 ol.green li.mid .rankBox{color:#999999;/* background:#52a96e; */}

/******************************************************** s_06(게시글스킨06) ********************************************************/
.simpleSkin06>dl>dt{padding:8px 0;overflow:hidden;font:bold 15px "Nanum Gothic";}

.simpleSkin06>dl>dd .imageBig{position:relative;}
.simpleSkin06>dl>dd .imageBig a{display:block;/* border:1px solid #ccc; */}
.simpleSkin06>dl>dd .imageBig a img{display:block;width:100%;height: 200px;object-fit: cover;}
.simpleSkin06>dl>dd .imageBig span{display:none;position:absolute;left:0;bottom:0;width:96%;padding:10px 2% 12px;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:"Malgun Gothic";font-size:15px;color:#fff;background:url(../img/bg_transparent_black.png);}

.simpleSkin06>dl>dd .thumbnail{padding:3px 0;*zoom:1;}
.simpleSkin06>dl>dd .thumbnail:after{content:"";display:block;clear:both;}
.simpleSkin06>dl>dd .thumbnail li{float:left;width:32%;margin-left:2%;*margin-left:1%;}
.simpleSkin06>dl>dd .thumbnail li:first-child{margin-left:0;}
.simpleSkin06>dl>dd .thumbnail li a{display:block;border:2px solid #ccc;}
.simpleSkin06>dl>dd .thumbnail li a.on{border:2px solid #ff9900;}
.simpleSkin06>dl>dd .thumbnail li a img{display:block;width:100%;}
.simpleSkin06>dl>dd .thumbnail li span{display:none;}

#section1 .simpleSkin06>dl>dd .thumbnail li a img{height:52px;}
#section2 .simpleSkin06>dl>dd .thumbnail li a img{height:93px;}
#section3 .simpleSkin06>dl>dd .thumbnail li a img{height:52px;}

.simpleSkin06 .btn_more{position:absolute;right:0;top:2px;}

/******************************************************** s_07(게시글스킨07) ********************************************************/
.simpleSkin07>dl>dt{padding:14px;overflow:hidden;font:bold 15px "Nanum Gothic";}

.simpleSkin07>dl>dd li{padding-top:15px;/* border-top:1px solid #ccc; */*zoom:1;}
.simpleSkin07>dl>dd li:first-child{padding-top:0;border-top:none;}
.simpleSkin07>dl>dd li:after{content:"";display:block;clear:both;}
.simpleSkin07>dl>dd .image{float:left;}
.simpleSkin07>dl>dd .image img{display:block;width:135px;height:90px;/* border:1px solid #ccc; */}
.simpleSkin07>dl>dd .content{float:right;width:100%;}
.simpleSkin07>dl>dd .content dt{padding-top:3px;}
.simpleSkin07>dl>dd .content dt a{display:block;max-height:36px;font:bold 15px/ 18px "Malgun Gothic";color:#333;letter-spacing:-1px;overflow:hidden;}
.simpleSkin07>dl>dd .content dd{max-height:64px;padding-top:8px;overflow:hidden;}
.simpleSkin07>dl>dd .content dd a{display:block;max-height:36px;line-height:18px;font-family:"Gulim";color:#999;overflow:hidden;letter-spacing:-1px;}

.simpleSkin07>dl>dd .textOnly{line-height:18px;}
.simpleSkin07>dl>dd .textOnly a{display:block;padding-left:10px;letter-spacing:-1px;font:bold 15px "Malgun Gothic";color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

#section1 .simpleSkin07>dl>dd .content.withImage{width:43%;}
#section2 .simpleSkin07>dl>dd .content.withImage{width:66%;}
#section3 .simpleSkin07>dl>dd .content.withImage{width:44%;}
.besideContent #section3 .simpleSkin07>dl>dd .content.withImage{width:50%;}

/******************************************************** s_08(게시글스킨08) ********************************************************/
.simpleSkin08>dl>dt{padding:14px;overflow:hidden;font:bold 15px "Nanum Gothic";}

.simpleSkin08>dl>dd li{padding-top:20px;/* border-top:1px solid #ccc; */*zoom:1;}
.simpleSkin08>dl>dd li:first-child{padding-top:0;border-top:none;}
.simpleSkin08>dl>dd li:after{content:"";display:block;clear:both;}
.simpleSkin08>dl>dd .image{float:left;}
.simpleSkin08>dl>dd .image img{display:block;width:55px;height:55px;/* border:1px solid #ccc; */}
.simpleSkin08>dl>dd .content{float:right;width:100%;}
.simpleSkin08>dl>dd .content dt{padding-top:1px;}
.simpleSkin08>dl>dd .content dt a{display:block;max-height:33px;line-height:16px;font:bold 12px "Malgun Gothic";color:#333;letter-spacing:-1px;overflow:hidden;}
.simpleSkin08>dl>dd .content dd{max-height:64px;padding-top:6px;overflow:hidden;}
.simpleSkin08>dl>dd .content dd a{display:block;max-height:14px;line-height:14px;font-family:"Gulim";color:#999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:-1px;}

#section1 .simpleSkin08>dl>dd .content.withImage{width:72%;}
#section2 .simpleSkin08>dl>dd .content.withImage{width:84%;}
#section3 .simpleSkin08>dl>dd .content.withImage{width:72%;}
.besideContent #section3 .simpleSkin08>dl>dd .content.withImage{width:65%;}

/******************************************************** s_09(게시글스킨09) ********************************************************/
.simpleSkin09>dl>dt{padding:14px;overflow:hidden;font:bold 15px "Nanum Gothic";}

.simpleSkin09>dl>dd{*zoom:1;}
.simpleSkin09>dl>dd:after{content:"";display:block;clear:both;}
.simpleSkin09>dl>dd .withImage{width:48%;margin-top:8px;}
.simpleSkin09>dl>dd .withImage.odd{float:left;}
.simpleSkin09>dl>dd .withImage.even{float:right;}

.simpleSkin09>dl>dd .withImage .image{display:block;}
.simpleSkin09>dl>dd .withImage .image img{width:100%;/* border:1px solid #ccc; */}
.simpleSkin09>dl>dd .withImage .title{display:block;height:36px;padding-top:5px;font-family:"Malgun Gothic";font-size:15px;line-height:18px;color:#333;letter-spacing:-1px;overflow:hidden;text-overflow:ellipsis;font-weight:bold;}
.simpleSkin09>dl>dd .withImage .content{display:block;max-height:32px;padding-top:7px;line-height:16px;font-family:"Gulim";color:#999;overflow:hidden;letter-spacing:-1px;}

.simpleSkin09>dl>dd .titleOnly{float:left;width:100%;padding-left:10px;font-family:"Malgun Gothic";font-size:15px;line-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333;font-weight:bold;line-height:22px;letter-spacing:-1px;}
.simpleSkin09>dl>dd .titleOnly.first{margin-top:10px;}

#section1 .simpleSkin09>dl>dd .withImage .image img{height:84px;}
#section2 .simpleSkin09>dl>dd .withImage .image img{height:140px;}
#section3 .simpleSkin09>dl>dd .withImage .image img{height:84px;}

/******************************************************** s_10(게시글스킨10) ********************************************************/
.simpleSkin10>dl>dt{padding:14px;overflow:hidden;font:bold 15px "Nanum Gothic";}

.simpleSkin10>dl>dd{position:relative;}
.simpleSkin10>dl>dd li{position:relative;left:0;top:0;display:none;overflow:hidden;}
.simpleSkin10>dl>dd li:first-child{display:block;}

.simpleSkin10>dl>dd .image img{display:block;width:100%;}
.simpleSkin10>dl>dd .contentWrap{position:absolute;left:0;bottom:0;display:block;width:100%;padding:18px 0;background:url(../img/bg_transparent_black2.png) repeat;}
.simpleSkin10>dl>dd .contentWrap .title{display:block;height:30px;padding:0 18px;line-height:30px;font-family:"Nanum Gothic";font-size:24px;font-weight:bold;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.simpleSkin10>dl>dd .contentWrap .content{display:block;max-height:36px;padding:0 18px;line-height:18px;font-family:"Malgun Gothic";font-size:13px;color:#fff;overflow:hidden;}

.simpleSkin10>dl>dd .btnArticleControl{position:absolute;left:0;top:50%;margin-top:-59px;width:100%;*zoom:1;}
.simpleSkin10>dl>dd .btnArticleControl:after{content:"";display:block;clear:both;}
.simpleSkin10>dl>dd .btnArticleControl a{position:absolute;display:block;width:59px;height:59px;text-indent:-9999px;overflow:hidden;}
.simpleSkin10>dl>dd .btnArticleControl .btnPrev{left:0;background:url(../img/btn_prev_arrow_white.png) 80% 50% no-repeat;}
.simpleSkin10>dl>dd .btnArticleControl .btnNext{right:0;background:url(../img/btn_next_arrow_white.png) 20% 50% no-repeat;}

#section1 .simpleSkin10>dl>dd .image img{height:200px;}
#section2 .simpleSkin10>dl>dd .image img{height:330px;}
#section3 .simpleSkin10>dl>dd .image img{height:200px;}

/******************************************************** s_11(게시글스킨11) ********************************************************/
.simpleSkin11>dl{padding:5px 10px;margin-bottom:0px;*zoom:1;}
.simpleSkin11>dl:after{content:"";display:block;clear:both;}
.simpleSkin11>dl>dt{float:left;max-width:44px;height:20px;padding:0 15px 0 10px;line-height:20px;margin:1px 0;font-weight:bold;font-size:11px;letter-spacing:-1px;color:#000;text-align:center;overflow:hidden;}
.simpleSkin11>dl>dd{float:right;background:#fff;}

.simpleSkin11>dl>dd .contentWrap{position:relative;height:22px;overflow:hidden;/* box-shadow:1px 1px 3px #999 inset ; */}
.simpleSkin11>dl>dd .contentWrap .bullet{font-size:5px;color:#aaa;height:22px;line-height:22px;vertical-align:middle;}

.simpleSkin11>dl>dd .contentWrap .slideBT{position:absolute;left:0;top:0;width:9999px;}
.simpleSkin11>dl>dd .contentWrap .slideBT li a{position:relative;display:block;height:22px;padding-left:10px;line-height:22px;font-family:"Gulim";font-size:12px;color:#999;}

.simpleSkin11>dl>dd .contentWrap .slideRL{position:absolute;left:0;top:0;width:9999px;}
.simpleSkin11>dl>dd .contentWrap .slideRL li{float:left;}
.simpleSkin11>dl>dd .contentWrap .slideRL li a{position:relative;display:block;height:22px;padding-left:10px;line-height:22px;font-family:"Gulim";font-size:12px;color:#999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

/******************************************************** s_12(게시글스킨12) ********************************************************/
.simpleSkin12>dl>dt{padding:14px;overflow:hidden;font:bold 15px "Nanum Gothic";}
.simpleSkin12>dl>dd{*zoom:1;}
.simpleSkin12>dl>dd:after{content:"";display:block;clear:both;}

.simpleSkin12>dl>dd .content{}
.simpleSkin12>dl>dd .content .image{display:block;border-bottom:1px solid #ccc;}
.simpleSkin12>dl>dd .content .image img{display:block;width:100%;}
.simpleSkin12>dl>dd .content .title{display:block;padding:10px 10px 12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:24px;font-family:"Malgun Gothic";font-size:15px;color:#fff;background:#000;}

/******************************************************** s_13(게시글스킨13) ********************************************************/
.simpleSkin13>dl>dt{padding:14px;overflow:hidden;font:bold 15px "Nanum Gothic";}

.simpleSkin13>dl>dd .rollingWrap{position:relative;min-height:310px;overflow:hidden;}
.simpleSkin13>dl>dd .rollingWrap>ul{position:absolute;top:0;width:100%;}
.simpleSkin13>dl>dd .rollingWrap>ul>li{height:100px;margin-bottom:10px;}

.simpleSkin13>dl>dd .title{display:block;width:100%;padding-bottom:5px;}
.simpleSkin13>dl>dd .title a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:"Malgun Gothic";color:#333;}

.simpleSkin13>dl>dd .contentWrap{padding-bottom:10px;border-bottom:1px solid #ccc;*zoom:1;}
.simpleSkin13>dl>dd .contentWrap:after{content:"";display:block;clear:both;}

.simpleSkin13>dl>dd .image{float:left;width:67px;height:67px;margin-right:10px;/* border:1px solid #ccc; */}
.simpleSkin13>dl>dd .image img{width:100%;height:100%;}
.simpleSkin13>dl>dd .content{padding-top:3px;height:64px;overflow:hidden;}
.simpleSkin13>dl>dd .image img{width:100%;}
.simpleSkin13>dl>dd .content a{font-family:"Gulim";color:#999;}

/******************************************************** s_14(게시글스킨14) ********************************************************/
.simpleSkin14>dl>dt{padding:14px;overflow:hidden;font:bold 15px "Nanum Gothic";}

.simpleSkin14>dl>dd li{padding:10px 0;border-bottom:1px dotted #c5c4c4;*zoom:1;}
.simpleSkin14>dl>dd li:first-child{padding-top:0;}
.simpleSkin14>dl>dd li:after{content:"";display:block;clear:both;}
.simpleSkin14>dl>dd .image{float:left;}
.simpleSkin14>dl>dd .image img{display:block;width:100%;height:auto;/* border:1px solid #ccc; */}
.simpleSkin14>dl>dd .content{float:right;width:100%;}
.simpleSkin14>dl>dd .content dt{padding-top:3px;}
.simpleSkin14>dl>dd .content dt a{display:block;max-height:19px;line-height:16px;font:bold 15px "Malgun Gothic";color:#333;letter-spacing:-1px;overflow:hidden;}
.simpleSkin14>dl>dd .content dd{max-height:64px;padding-top:8px;overflow:hidden;}
.simpleSkin14>dl>dd .content dd a{display:block;max-height:18px;line-height:18px;font-family:"Gulim";color:#999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:-1px;}

.simpleSkin14>dl>dd .textOnly{padding:3px 0;line-height:18px;border-bottom:none;}
.simpleSkin14>dl>dd .textOnly a{display:block;padding-left:10px;letter-spacing:-1px;font:bold 14px "Malgun Gothic";color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

/******************************************************** s_15(게시글스킨15) ********************************************************/
.simpleSkin15>dl>dt{overflow:hidden;font:bold 15px "Nanum Gothic";}
.simpleSkin15>dl>dt a{display:inline-block;*display:inline;padding:12px 0;}
.simpleSkin15>dl>dt a:first-child{padding:8px 0;border-top:2px solid #df0615;}

.simpleSkin15>dl>dd ul{position:relative;}
.simpleSkin15>dl>dd ul li{position:absolute;z-index:1;}
.simpleSkin15>dl>dd ul li.list0{left:1px;top:1px;}
.simpleSkin15>dl>dd ul li.list1{right:1px;top:1px;}
.simpleSkin15>dl>dd ul li.list2{right:1px;bottom:1px;}
.simpleSkin15>dl>dd ul li.list3{left:1px;bottom:1px;}

.simpleSkin15>dl>dd ul li .title{visibility:hidden;position:absolute;left:0;top:0;width:100%;height:100%;font-family:"Malgun Gothic";color:#fff;font-size:15px;line-height:18px;background:url(../img/bg_transparent_black2.png);}
.simpleSkin15>dl>dd ul li .title span{display:block;padding:0 10px;max-height:54px;overflow:hidden;text-align:center;}
.simpleSkin15>dl>dd ul li .image{display:block;width:100%;height:100%;}

.simpleSkin15>dl>dd ul li.on{z-index:2;}
.simpleSkin15>dl>dd ul li.on .title{visibility:visible;}

.simpleSkin15>dl>dd ul li.on.list0{left:0;top:0;}
.simpleSkin15>dl>dd ul li.on.list1{right:0;top:0;}
.simpleSkin15>dl>dd ul li.on.list2{right:0;bottom:0;}
.simpleSkin15>dl>dd ul li.on.list3{left:0;bottom:0;}

/******************************************************** s_16(게시글스킨16) ********************************************************/
.simpleSkin16>dl>dt{padding:14px;overflow:hidden;font:bold 15px "Nanum Gothic";}

.simpleSkin16>dl>dd ul{*zoom:1;}
.simpleSkin16>dl>dd ul:after{content:"";display:block;clear:both;}
.simpleSkin16>dl>dd ul li{width:48%;padding:10px 1%;border-bottom:1px dotted #c5c4c4;*zoom:1;}
.simpleSkin16>dl>dd ul li:first-child{padding-top:0;}
.simpleSkin16>dl>dd ul li:first-child+li{padding-top:0;}
.simpleSkin16>dl>dd ul li:after{content:"";display:block;clear:both;}
.simpleSkin16>dl>dd .image{float:left;width:100%;}
.simpleSkin16>dl>dd .image img{display:block;width:100%;height:auto;}
.simpleSkin16>dl>dd .content{float:right;width:100%;}
.simpleSkin16>dl>dd .content dt{padding-top:3px;}
.simpleSkin16>dl>dd .content dt a{display:block;height:35px;line-height:16px;font:bold 13px "Malgun Gothic";color:#333;letter-spacing:-1px;overflow:hidden;}
.simpleSkin16>dl>dd .content dd{max-height:64px;padding-top:8px;overflow:hidden;}
.simpleSkin16>dl>dd .content dd a{display:block;max-height:18px;line-height:18px;font-family:"Gulim";color:#999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:-1px;}

.simpleSkin16>dl>dd .textOnly{width:100%;padding:3px 0;line-height:18px;border-bottom:none;}
.simpleSkin16>dl>dd .textOnly a{display:block;padding-left:10px;letter-spacing:-1px;font:bold 13px "Malgun Gothic";color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

#section1 .simpleSkin16>dl>dd .image img{height:80px;}
#section2 .simpleSkin16>dl>dd .image img{height:143px;}
#section3 .simpleSkin16>dl>dd .image img{height:80px;}

/******************************************************** s_51(게시글스킨51) ********************************************************/
.simpleSkin51>dl{position:relative;padding-top:43px;}
.simpleSkin51>dl .tabTitle{position:absolute;left:0;top:0;}
.simpleSkin51>dl .tabTitle a{display:block;height:20px;padding:10px 0;text-align:center;background:#eee;border-left:1px solid #ccc;border-bottom:1px solid #ccc;font:bold 14px/24px "Nanum Gothic";overflow:hidden;text-decoration:none;}
.simpleSkin51>dl .tabTitle:first-child>a{border-left:none;}
.simpleSkin51>dl .tabTitle a.on{border-bottom:1px solid #fff;background:#fff;}

.simpleSkin51>dl .tabCon{position:relative;display:none;}
.simpleSkin51>dl .tabCon.on{display:block;}
.simpleSkin51>dl .tabCon li{padding:5px 0 10px;}
.simpleSkin51>dl .tabCon li.titleOnly{padding:5px 0 0;}
.simpleSkin51>dl .tabCon img{float:left;width:80px;height:60px;margin-right:10px;}
.simpleSkin51>dl .tabCon .content{display:block;overflow:hidden;height:60px;}
.simpleSkin51>dl .tabCon strong{display:block;overflow:hidden;padding-bottom:5px;max-height:36px;font:bold 13px/18px "Nanum Gothic";color:#333;}
.simpleSkin51>dl .tabCon span{display:block;overflow:hidden;max-height:42px;line-height:18px;color:#666;}
.simpleSkin51>dl .tabCon em{display:block;height:16px;line-height:24px;padding-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:bold 13px/18px "Nanum Gothic";color:#333;text-decoration:none;background:url(../img/bullet_list.gif) 0 8px no-repeat;}

/******************************************************** s_52(게시글스킨52) ********************************************************/
.simpleSkin52>dl>dt{padding:13px 10px 13px;overflow:hidden;border-bottom:1px solid #ccc;font-size:15px;font-family:"Nanum Gothic";}

.simpleSkin52>dl>dd{height:60px;padding:10px 0;border-top:1px solid #ccc;overflow:hidden;*zoom:1;}
.simpleSkin52>dl>dd:after{content:"";display:block;clear:both;}
.simpleSkin52>dl>dd .image{float:left;margin-right:10px;}
.simpleSkin52>dl>dd .image img{width:68px;height:58px;border:1px solid #ccc;}
.simpleSkin52>dl>dd .keyword{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-top:3px;font-family:"Nanum Gothic";font-size:14px;color:#333;}
.simpleSkin52>dl>dd .title{display:block;height:32px;overflow:hidden;padding-top:5px;font-family:"Gulim";color:#666;font-weight:normal;letter-spacing:-1px;}

/******************************************************** s_53(게시글스킨53) ********************************************************/
.simpleSkin53>dl{position:relative;padding-top:40px;}
.simpleSkin53>dl .tabTitle{position:absolute;left:0;top:0;}
.simpleSkin53>dl .tabTitle a{display:block;height:20px;padding:10px 0;text-align:center;background:#ccc;/* border-left:1px solid #ccc;border-bottom:1px solid #ccc; */font:bold 14px/24px "Nanum Gothic";overflow:hidden;text-decoration:none;}
/* .simpleSkin53>dl .tabTitle:first-child>a{border-left:none;} */
.simpleSkin53>dl .tabTitle a.on{/* border-bottom:1px solid #fff; */background:#fff;}

.simpleSkin53>dl .tabCon{position:relative;display:none;}
.simpleSkin53>dl .tabCon.on{display:block;}
.simpleSkin53>dl .tabCon li{padding:5px 0 10px;}
.simpleSkin53>dl .tabCon li.titleOnly{padding:5px 0 0;}
.simpleSkin53>dl .tabCon img{float:left;width:80px;height:60px;margin-right:10px;}
.simpleSkin53>dl .tabCon .content{display:block;overflow:hidden;height:60px;}
.simpleSkin53>dl .tabCon strong{display:block;overflow:hidden;padding-bottom:5px;max-height:36px;font:bold 13px/18px "Nanum Gothic";color:#333;}
.simpleSkin53>dl .tabCon span{display:block;overflow:hidden;max-height:42px;line-height:18px;color:#666;}
.simpleSkin53>dl .tabCon em{display:block;height:16px;line-height:24px;padding-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:bold 13px/18px "Nanum Gothic";color:#333;text-decoration:none;background:url(../img/bullet_list.gif) 0 8px no-repeat;}

/******************************************************** s_54(게시글스킨54) ********************************************************/
.simpleSkin54>dl>dt{padding:6px 10px 4px;overflow:hidden;border-bottom:1px solid #ccc;}

.simpleSkin54>dl>dd{*zoom:1;}
.simpleSkin54>dl>dd:after{content:"";display:block;clear:both;}

.simpleSkin54>dl>dd .pdfList{display:none;}

.simpleSkin54>dl>dd .imageWrap{float:left;width:133px;height:178px;border:1px solid #d9d9d9;}
.simpleSkin54>dl>dd .btnCtrlWrap{float:right;}
.simpleSkin54>dl>dd .btnCtrlWrap .ctrl{width:107px;height:34px;margin:14px 0 18px;;border:1px solid #d9d9d9;background:#fff;*zoom:1;}
.simpleSkin54>dl>dd .btnCtrlWrap .ctrl:after{content:"";display:block;clear:both;}
.simpleSkin54>dl>dd .btnCtrlWrap .ctrl a{float:left;width:14px;height:34px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-indent:-9999px;background:url(../img/bg_pdf_prevnext.png) 0 50% no-repeat;}
.simpleSkin54>dl>dd .btnCtrlWrap .ctrl a.prev{background-position:4px 50%;}
.simpleSkin54>dl>dd .btnCtrlWrap .ctrl a.next{background-position:-5px 50%;}
.simpleSkin54>dl>dd .btnCtrlWrap .ctrl strong{float:left;width:76px;padding-top:1px;border-left:1px solid #d9d9d9;border-right:1px solid #d9d9d9;text-align:center;font-weight:normal;letter-spacing:-1px;}
.simpleSkin54>dl>dd .btnCtrlWrap .ctrl strong em{display:block;font-style:normal;}
.simpleSkin54>dl>dd .btnCtrlWrap .ctrl strong span{display:block;}
.simpleSkin54>dl>dd .btnCtrlWrap .btn a{display:block;width:109px;height:20px;padding-top:4px;margin-bottom:4px;font-weight:bold;text-align:center;text-decoration:none;background:url(../img/bg_pdf_btn.png) 0 0 no-repeat;}
.simpleSkin54>dl>dd .btnCtrlWrap .btn a.pdfAll{background-position:0 -24px;}

/******************************************************** w_01(하단스킨01) ********************************************************/
.wideSkin01{position:relative;}
.wideSkin01>dl>dt{padding:14px;overflow:hidden;font:bold 15px "Nanum Gothic";}
.wideSkin01>dl>dd span{display:block;}
.wideSkin01>dl>dd span img{display:block;width:100%;height:auto;*margin-top:-2px;}

/******************************************************** w_02(하단스킨02) ********************************************************/
.wideSkin02{position:relative;}
.wideSkin02>dl>dt{padding:14px;overflow:hidden;font:bold 15px "Nanum Gothic";}

/******************************************************** w_03(하단스킨03) ********************************************************/
.wideSkin03{position:relative;}
.wideSkin03>dl>dt{padding:14px;overflow:hidden;font:bold 15px "Nanum Gothic";}
.wideSkin03>dl>dd{position:relative;}

.wideSkin03>dl>dd .photoNews{position:relative;width:900px;height:150px;margin:0 auto;overflow:hidden;*zoom:1;}
.wideSkin03>dl>dd .photoNews:after{content:"";display:block;clear:both;}
.wideSkin03>dl>dd .photoNews ul{position:absolute;left:0;top:0;width:9999px;}
.wideSkin03>dl>dd .photoNews li{float:left;margin-right:6px;}
.wideSkin03>dl>dd .photoNews li img{display:block;width:143px;height:110px;border:1px solid #dbdbdb;}
.wideSkin03>dl>dd .photoNews li em{display:block;width:133px;height:30px;padding-top:10px;padding-left:5px;font:bold 12px "Malgun Gothic";line-height:14px;color:#333;overflow:hidden;text-align:center;font-size: 14px;}
.wideSkin03>dl>dd .btnPrev{position:absolute;left:11px;top:50%;margin-top:-11px;}
.wideSkin03>dl>dd .btnNext{position:absolute;right:11px;top:50%;margin-top:-11px;}

/******************************************************** w_04(하단스킨04) ********************************************************/
.wideSkin04{position:relative;}
.wideSkin04>dl>dt{padding:14px;overflow:hidden;font:bold 15px "Nanum Gothic";}
.wideSkin04>dl>dd{position:relative;width:970px;height:50px;overflow:hidden;}

.wideSkin04>dl>dd .sponserLink{position:absolute;left:0;top:0;width:9999px;*zoom:1;}
.wideSkin04>dl>dd .sponserLink:after{content:"";display:block;clear:both;}
.wideSkin04>dl>dd .sponserLink li{float:left;width:77px;height:30px;padding:10px;text-align:center;}
.wideSkin04>dl>dd .sponserLink li a img{max-width:100%;max-height:100%;}

/******************************************************** w_05(하단스킨05) ********************************************************/
.wideSkin05{position:relative;}
.wideSkin05>dl>dt{padding:14px;overflow:hidden;font:bold 15px "Nanum Gothic";}
.wideSkin05>dl>dd{position:relative;height:433px;overflow:hidden;}

.wideSkin05>dl>dd>ul{position:relative;}
.wideSkin05>dl>dd>ul li{position:absolute;left:265px;top:70px;z-index:0;width:435px;height:290px;overflow:hidden;border:1px solid #444;}
.wideSkin05>dl>dd>ul li.on{box-shadow:0 0 20px 2px #444}
.wideSkin05>dl>dd>ul li>a{display:block;}

.wideSkin05>dl>dd>ul li .cover{position:absolute;display:block;width:100%;height:100%;background:url(../img/bg_transparent_black_back.png);}
.wideSkin05>dl>dd>ul li.on .cover{display:none;}
.wideSkin05>dl>dd>ul li .image{display:block;width:100%;height:100%;}
.wideSkin05>dl>dd>ul li .content{position:absolute;left:0;bottom:-95px;width:100%;height:95px;overflow:hidden;color:#fff;font-style:normal;background:url(../img/bg_transparent_black.png);}
.wideSkin05>dl>dd>ul li strong{display:block;padding:15px;padding-bottom:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:bold 22px/22px "Nanum Gothic";letter-spacing:-1px;}
.wideSkin05>dl>dd>ul li span{display:block;height:30px;overflow:hidden;padding:15px;padding-bottom:0;}

.wideSkin05>dl>dd .btns{position:absolute;display:block;width:60px;height:433px;text-indent:-9999px;overflow:hidden;background:url(../img/bg_prevnext_w51.png) 0 0 no-repeat;}
.wideSkin05>dl>dd .prev{left:0;top:0;background-position:20px 50%;}
.wideSkin05>dl>dd .next{right:0;top:0;background-position:-54px 50%;}

/******************************************************** w_06(하단스킨06) ********************************************************/
.wideSkin06{position:relative;}
.wideSkin06>dl>dt{padding:14px;overflow:hidden;font:bold 15px "Nanum Gothic";}
.wideSkin06>dl>dd{position:relative;}

.wideSkin06>dl>dd .photoNews{position:relative;width:900px;height:110px;margin:0 auto;overflow:hidden;*zoom:1;}
.wideSkin06>dl>dd .photoNews:after{content:"";display:block;clear:both;}
.wideSkin06>dl>dd .photoNews ul{position:absolute;left:0;top:0;width:9999px;}
.wideSkin06>dl>dd .photoNews li{float:left;margin-right:6px;}
.wideSkin06>dl>dd .photoNews li img{display:none;width:143px;height:110px;border:1px solid #dbdbdb;}
.wideSkin06>dl>dd .photoNews li em{display:block;width:124px;height:65px;;padding:20px;margin:0 5px;font:bold 12px "Malgun Gothic";line-height:13px;color:#333;overflow:hidden;text-align:center}
.wideSkin06>dl>dd .photoNews li.on em{border:1px solid #f00;border-radius:5px;}
.wideSkin06>dl>dd .photoNews li em .subj{display:block;height:47px;}
.wideSkin06>dl>dd .photoNews li em .reporter{display:block;}
.wideSkin06>dl>dd .btnPrev{display:none;position:absolute;left:11px;top:50%;margin-top:-11px;}
.wideSkin06>dl>dd .btnNext{display:none;position:absolute;right:11px;top:50%;margin-top:-11px;}

/******************************************************** p_02(설문스킨02) ********************************************************/
.pollSkin02>dl>dt{padding:6px 10px 4px;overflow:hidden;}
.pollSkin02>dl>dd{position:relative;}

.pollSkin02>dl>dd .title{display:block;padding:10px 15px;color:#333;}

.pollSkin02>dl>dd .selectWrap{padding:10px;border:1px solid #ccc;background:#fafafa;}
.pollSkin02>dl>dd .selectWrap li{padding:5px 0;*zoom:1;}
.pollSkin02>dl>dd .selectWrap li:first-child{border-top:none;}
.pollSkin02>dl>dd .selectWrap li:after{content:"";display:block;clear:both;}
.pollSkin02>dl>dd .selectWrap li input{float:left;margin:0 10px 0 5px;}
.pollSkin02>dl>dd .selectWrap li label{float:left;width:85%;color:#666;}

.pollSkin02>dl>dd .btnWrap{padding:10px 0;text-align:center;}
.pollSkin02>dl>dd .btnWrap .date{padding-bottom:10px;text-align:left;}
.pollSkin02>dl>dd .btnWrap .btn{display:inline-block;padding:0 3px;margin:0 2px;height:20px;line-height:18px;color:#000;vertical-align:bottom;font-size:11px;border:1px solid #ccc;border-radius:3px;text-decoration:none;cursor:pointer;background:#fff;}
.pollSkin02>dl>dd .btnWrap input[type="submit"].btn{height:22px;}
.pollSkin02>dl>dd .btnWrap a.btn{padding:0 6px;line-height:20px;}
.pollSkin02>dl>dd .btnWrap .btn:hover{text-decoration:none;}
.pollSkin02>dl>dd .btnWrap .btn:link{text-decoration:none;}
.pollSkin02>dl>dd .btnWrap .btn:active{text-decoration:none;}

/******************************************************** p_03(설문스킨03) ********************************************************/
.pollSkin03>dl>dt{padding:6px 10px 4px;overflow:hidden;}
.pollSkin03>dl>dd{position:relative;}

.pollSkin03>dl>dd .title{display:block;padding:10px 15px;color:#333;}

.pollSkin03>dl>dd .selectWrap{padding:10px;border:1px solid #ccc;background:#fafafa;}
.pollSkin03>dl>dd .selectWrap li{padding:5px 0;*zoom:1;}
.pollSkin03>dl>dd .selectWrap li:first-child{border-top:none;}
.pollSkin03>dl>dd .selectWrap li:after{content:"";display:block;clear:both;}
.pollSkin03>dl>dd .selectWrap li input{float:left;margin:0 10px 0 5px;}
.pollSkin03>dl>dd .selectWrap li label{float:left;width:85%;color:#666;}

.pollSkin03>dl>dd .btnWrap{padding:10px 0;text-align:center;}
.pollSkin03>dl>dd .btnWrap .date{padding-bottom:10px;text-align:left;}
.pollSkin03>dl>dd .btnWrap .btn{display:inline-block;padding:0 3px;margin:0 2px;height:20px;line-height:18px;color:#000;vertical-align:bottom;font-size:11px;border:1px solid #ccc;border-radius:3px;text-decoration:none;cursor:pointer;background:#fff;}
.pollSkin03>dl>dd .btnWrap input[type="submit"].btn{height:22px;}
.pollSkin03>dl>dd .btnWrap a.btn{padding:0 6px;line-height:20px;}
.pollSkin03>dl>dd .btnWrap .btn:hover{text-decoration:none;}
.pollSkin03>dl>dd .btnWrap .btn:link{text-decoration:none;}
.pollSkin03>dl>dd .btnWrap .btn:active{text-decoration:none;}

/******************************************************** bbs(비사이드 공통) ********************************************************/
.bbsTitle{display:block;width:100%;padding:5px 0;color:#333;*zoom:1;}
.bbsTitle:after{content:"";display:block;clear:both;}
.bbsTitle .more{float:right;font:normal 11px "Dotum";color:#333;text-indent:-1px;opacity:0.6;filter:alpha(opacity=0.6);}


/******************************************************** bbs_01(비사이드 기본 스킨01) ********************************************************/
.besideBasicList01{padding-bottom:10px;}
.besideBasicList01 .imageBig{position:relative;height:auto;background:yellow;margin-bottom:10px;overflow:hidden;border:1px solid #ccc;}
.besideBasicList01 .imageBig a{display:block;}
.besideBasicList01 .imageBig .image{display:block;width:100%;}
.besideBasicList01 .imageBig .title{position:absolute;left:0;bottom:0;width:94%;padding:5px 3%;color:#fff;background:url(../img/bg_transparent_black.png);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.besideBasicList01 .thumbnail{*zoom:1;}
.besideBasicList01 .thumbnail:after{content:"";display:block;clear:both;}
.besideBasicList01 .thumbnail li{float:left;width:32%;margin-left:2%;}
.besideBasicList01 .thumbnail li:first-child{margin-left:0;}
.besideBasicList01 .thumbnail li a{display:block;border:3px solid #ccc;}
.besideBasicList01 .thumbnail li a.on{border:3px solid #a11717;}
.besideBasicList01 .thumbnail li a img{display:block;width:100%;}
.besideBasicList01 .thumbnail .thumbTitle{display:none;}

/******************************************************** bbs_02(비사이드 기본 스킨02) ********************************************************/
.besideBasicList02{padding-bottom:10px;}

.besideBasicList02 ul{padding:10px;border:1px solid #ccc;background:#fff;}
.besideBasicList02 ul li{border-top:1px solid #ccc;padding:5px 5px 5px 15px;background:url(../img/latest_icon_beside.gif) 5px 50% no-repeat;}
.besideBasicList02 ul li:first-child{border-top:none;}
.besideBasicList02 ul li .title{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

/******************************************************** bbs_03(비사이드 기본 스킨03) ********************************************************/
.besideBasicList03{position:relative;padding-bottom:10px;}

.besideBasicList03 ol{padding:10px;border:1px solid #ccc;background:#fff;}
.besideBasicList03 ol li{padding:5px 0;*zoom1:;}
.besideBasicList03 ol li:first-child{border-top:none;}
.besideBasicList03 ol li:after{content:"";display:block;clear:both;}
.besideBasicList03 ol li .rank{float:left;width:16px;height:16px;line-height:16px;margin-right:5px;text-align:center;color:#fff;}
.besideBasicList03 ol li .title{float:left;width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.besideBasicList03 .rankBox{position:absolute;left:5px;top:37px;width:240px;height:22px;}

/******************************************************** bbs_04(비사이드 기본 스킨04) ********************************************************/
.besideBasicList04{width:100%;overflow:hidden;}
.besideBasicList04 .image{display:block;width:100%;}
