@charset "euc-kr";
/*=============================================================================+
| Copyright (c) 2015. http://gima.pe.kr. All rights reserved.                  |
+------------------------------------------------------------------------------+
| Å¸ÀÌÆ²: ¸Þ°¡ º¯È£»ç½ÃÇè                                                      |
| ÀÛ¾÷ÀÏ: 2015-03-02                                                           |
| ÀÛ¼ºÀÚ: ÀÌÁ¤¼¼ <http://gima.pe.kr>                                           |
+------------------------------------------------------------------------------+
| IE8ºÎÅÍ Áö¿ø                            |
+-----------------------------------------------------------------------------*/

/* ³ª´®°íµñ À¥ÆùÆ® Nanum Gothic (Korean) http://www.google.com/webfonts/earlyaccess */
/* 2015.07.27 ÆùÆ® °æ·Î ¾÷±×·¹ÀÌµå*/
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff) format('woff'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff) format('woff'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.ttf) format('truetype');
}
/* 2015.07.27 ÆùÆ® °æ·Î ¾÷±×·¹ÀÌµå*/

/* ±âº»¼¼ÆÃ */
html,body { height:100%; border:0; }
body,p,table,input,select,button,textarea { color:#888; font:13px/20px 'Nanum Gothic','Malgun Gothic'; word-break-:break-all; }
body,p,form,ol,ul,li,dl,dd,input,select,textarea,blockquote { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6 { margin:0; padding:0; *font-size:0; }
caption { position:absolute; left: 0; top:-5000px; font:0/0 Dotum; }
table { border:0; border-spacing:0; border-collapse:separate; *border-collapse:collapse; }
table th { text-align:center; }
th,td { word-break:break-all; }
em,i { font-style:normal; }
ul { list-style:none; }
img { border:0; vertical-align:middle; }
del { color:#bbb; }
samp { font-family:'Nanum Gothic','Malgun Gothic'; }
strong { font-weight:bold; }
a { color:#888; text-decoration:none; }
a:focus,a:active { outline:none; }
a:hover { color:#e12c22; }



/*------------------------------------------------------------------------------
| ÀÚÁÖ¾²´Â ½ºÅ¸ÀÏ
|.............................................................................*/

.absolute { position:absolute !important; }
.relative { position:relative !important; }
.hand     { cursor:pointer; }
.hide     { display:none; }
.inblock  { display:inline-block; }
.alpha10  { opacity:0.1; filter:alpha(opacity:10); }
.alpha50  { opacity:0.5; filter:alpha(opacity:50); }
.alpha100 { opacity:1; filter:alpha(opacity:100); }
.scroll   { *position:relative; overflow:auto; overflow-x:hidden; }
.loading  { width:100%; height:100%; background:url("//img.megamd.co.kr/ls1/icon/loading.gif") center center no-repeat; }



/*------------------------------------------------------------------------------
| ¿©¹é
|.............................................................................*/

.m0   { margin:0 !important; }			.mt-1 { margin-top:-1px !important; }
.mt0  { margin-top : 0   !important; }	.mt1  { margin-top: 1px !important; }
/*2015.06.16Ãß°¡ S*/
._mt0  { margin-top: -10px !important;}
/*2015.06.16Ãß°¡ E*/
.mt2  { margin-top : 2px !important; }	.mb0  { margin-bottom: 0px !important; }
.mt5  { margin-top : 5px !important; }	.mb5  { margin-bottom: 5px !important; }
.mt10 { margin-top :10px !important; }	.mb10 { margin-bottom:10px !important; }
.mt15 { margin-top :15px !important; }	.mb15 { margin-bottom:15px !important; }
.mt20 { margin-top :20px !important; }	.mb20 { margin-bottom:20px !important; }
.mt25 { margin-top :25px !important; }	.mb25 { margin-bottom:25px !important; }
.mt30 { margin-top :30px !important; }	.mb30 { margin-bottom:30px !important; }
.mt35 { margin-top :35px !important; }	.mb35 { margin-bottom:35px !important; }
.mt40 { margin-top :40px !important; }	.mb40 { margin-bottom:40px !important; }
.mt45 { margin-top :45px !important; }	.mb45 { margin-bottom:45px !important; }
.mt50 { margin-top :50px !important; }	.mb50 { margin-bottom:50px !important; }
.mb80 { margin-bottom:80px !important; }
.ml3  { margin-left: 3px !important; }	.mr3  { margin-right : 3px !important; }
.ml5  { margin-left: 5px !important; }	.mr5  { margin-right : 5px !important; }
.ml10 { margin-left:10px !important; }	.mr10 { margin-right :10px !important; }
.ml15 { margin-left:15px !important; }	.mr15 { margin-right :15px !important; }
.ml20 { margin-left:20px !important; }	.mr20 { margin-right :20px !important; }
.ml25 { margin-left:25px !important; }	.mr25 { margin-right :25px !important; }
.ml30 { margin-left:30px !important; }	.mr30 { margin-right :30px !important; }
.ml40 { margin-left:40px !important; }	.mr40 { margin-right :40px !important; }

._mt5 { margin-top :-5px !important; }
._mt10 { margin-top :-10px !important; }
._mt20 { margin-top :-20px !important; }
._mt30 { margin-top :-30px !important; }

.p0 { padding:0 !important; }
.p10 { padding:10px !important; }
.ptb15 { padding-top:15px !important; padding-bottom:15px !important; }

.lstmt > li + li { margin-top:.38em; }



/*------------------------------------------------------------------------------
| Á¤·Ä
|.............................................................................*/

.fleft  { float:left; }
.fright { float:right; }
.fclear { clear:both; }
.fgroup { *zoom:1; }
.fgroup:after { content:" "; display:block; clear:both; }

.tleft { text-align:left !important; }
.tright { text-align:right !important; }
.tcenter { text-align:center !important; }
.tjustify { text-align:justify !important; }
.bcenter { margin-left:auto; margin-right:auto; }

.v0 { vertical-align:0 !important; }
.v1 { vertical-align:-1px !important; }
.v2 { vertical-align:-2px !important; }
.v3 { vertical-align:-3px !important; }
.v4 { vertical-align:-4px !important; }
.v5 { vertical-align:-5px !important; }
.v6 { vertical-align:-6px !important; }
.v7 { vertical-align:-7px !important; }
.v8 { vertical-align:-8px !important; }
.vtop { vertical-align:top !important; }
.vmid { vertical-align:middle !important; }
.vmiddle { vertical-align:middle !important; margin-bottom:2px; }
.vbottom { vertical-align:bottom !important; }
.vbase { vertical-align:text-bottom !important; }
.vcenter { #position:relative; height:100%; display:table; overflow:hidden; }
.vcenter > div { #position:absolute; #top:50%; display:table-cell; vertical-align:middle; }
.vcenter > div > div { #position:relative; #top:-50%; }



/*------------------------------------------------------------------------------
| ±Û²Ã
|.............................................................................*/

.f12 { font-size:12px !important; } .f17 { font-size:17px !important; }
.f13 { font-size:13px !important; } .f18 { font-size:18px !important; }
.f14 { font-size:14px !important; } .f20 { font-size:20px !important; }
.f15 { font-size:15px !important; }	.f22 { font-size:22px !important; }
.f16 { font-size:16px !important; } .f25 { font-size:25px !important; }
.f11 { font:11px/16px Dotum !important; }
.f11h20 { font-size:11px !important; font-family:Dotum !important; line-height:20px !important; }

.bold    { font-weight:bold !important; }
.bold2   { font-weight:800 !important; }
.fNormal { font-weight:normal !important; }
.fDotum  { font-family:Dotum !important; }
.fVerda  { font-family:Verdana,Dotum !important; }
.fNanum  { font-family:'Nanum Gothic','Malgun Gothic',Dotum; }
.fSmall  { color:#888; font:11px Dotum; }
.fNew    { color:#e12c22; font:bold 10px Verdana; vertical-align:text-top; }
/*2015.08.06 Ãß°¡*/
.fNew12  { color:#e12c22; font:italic bold 12px Verdana; vertical-align:text-top; }
/*2015.08.06 Ãß°¡*/
.fTop    { color:#e12c22; font:italic bold 9px Verdana; vertical-align:text-top; }
.ls-1    { letter-spacing:-1px; }
.nowrap  { white-space:nowrap; }

.mark0 { color:#bbb !important; 999 }
.mark1 { color:#2a75ca !important; }
.mark2 { color:#e12c22 !important; }
.mark3 { color:#8d776a !important; }
.mark8 { color:#888 !important; }
.mark9 { color:#333 !important; }


/*2015.07.17Ãß°¡ S*/
.mark9 > a { color:#333; text-decoration:none; !important; }
.mark9 > a:focus,a:active { outline:none; }
.mark9 > a:hover { color:#e12c22; }
.mark10{ padding-left:50px;!important; }
/*2015.07.17Ãß°¡ E*/
.mark11 { color:#2a75ca; background:#e5f0fa; }
.underline { border-bottom:1px solid #333; }
.underline.f11 { border-bottom:0; text-decoration:underline; }
.underline.mark1 { border-color:#2a75ca; }
.underline.mark2 { border-color:#e12c22; }
.underline.mark3 { border-color:#8d776a; }
.underline.mark8 { border-color:#888; }

.strcut { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:block; }
.txtHelp1 { padding:3px 0 0 1.5em; background:url('//img.megamd.co.kr/ls1/icon/help1.png') left center no-repeat; color:#888; font:11px/14px Verdana,Dotum; *font-family:Dotum; display:inline-block; }
.txtHelp2 { padding:3px 1.5em 0 0; background:url('//img.megamd.co.kr/ls1/icon/help2.png') right center no-repeat; color:#888; font:11px/14px Verdana,Dotum; *font-family:Dotum; display:inline-block; cursor:pointer; }

.w1em { width:1em; text-align:center; display:inline-block; }
.w2em { width:2em; text-align:center; display:inline-block; }
.w3em { width:3em; text-align:center; display:inline-block; }
.w4em { width:4em; text-align:center; display:inline-block; }
.w3left { width:3em; display:inline-block; }
.w4left { width:4em; display:inline-block; }
.w5left { width:5em; text-indent:0; display:inline-block; }
.w6left { width:6em; display:inline-block; }
.w7left { width:7em; display:inline-block; }
.indent5em { padding-left:5.33em; text-indent:-5.33em; }

a[class^= 'mark']:hover,
a[class*=' mark']:hover { color:#e12c22 !important; }
a.underline:hover { border-color:#e12c22; }



/*------------------------------------------------------------------------------
| ºí¸´/¾ÆÀÌÄÜ
|.............................................................................*/

.motionControl { cursor:pointer; }
.motionControl dt,
.motionControl dd { float:left; width:14px; height:14px; background:url('//img.megamd.co.kr/ls1/css/motion.control.png') no-repeat; }
.motionControl dt { margin-right:3px; background-position:left top; }
.motionControl dd { background-position:right top; }
.motionControl dd.on { background-position:right bottom; }
.motionControl dt.stoped { background-position:left bottom; }

ul.lstNemo > li,dl.lstNemo > dt,p.bltNemo,div.bltNemo { padding-left:9px; text-indent:-9px; }
ul.lstNemo > li,dl.lstNemo > dt,.bltNemo { *zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "<i class='ie7before'></i>" + this.innerHTML); }
ul.lstNemo > li > i.ie7before,.bltNemo > i.ie7before,
ul.lstNemo > li:before,dl.lstNemo > dt:before,.bltNemo:before { content:' '; width:3px; height:3px; margin:0 5px 2px 0; background:#c7b9b0; vertical-align:middle; display:inline-block; *margin-bottom:0; }

ul.lstKome > li,p.bltKome,div.bltKome { padding-left:16px; text-indent:-16px; }
ul.lstKome > li,.bltKome { *zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "<i class='ie7before'>¡Ø&nbsp;</i>" + this.innerHTML); }
ul.lstKome > li > i.ie7before,.bltKome > i.ie7before,
ul.lstKome > li:before,.bltKome:before { content:'¡Ø '; font:12px Dotum; }

.bltVbar { *zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "<i class='ie7before'>|</i> " + this.innerHTML); }
.bltVbar > i.ie7before,
.bltVbar:before { content:'|'; margin:0 .5em 0 .2em; color:#ccc; font-weight:normal; font-family:Dotum; }
.bltRbar { *zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML =  this.innerHTML + " <i class='ie7after'>|</i> "); }
.bltRbar > i.ie7after,
.bltRbar:after { content:'|'; margin:0 .2em 0 .5em; color:#ccc; font-weight:normal; font-family:Dotum; }
.bltDown { color:#e12c22; font:11px/1em Dotum; }
.bltDown:after { margin:0 0 0 2px; content:url('//img.megamd.co.kr/ls1/css/blt.down.png'); }
.bltDrop:after { margin:0 .2em 0 .5em; border-width:4px 4px 0 4px; border-color:#888 transparent; border-style:solid; content:' '; vertical-align:middle; display:inline-block; }
.bltDrop:hover:after { border-color:#e12c22 transparent; }
.bltDrop.on:after { border-width:0 4px 4px 4px; }
.bltPlay { padding-left:15px; background:url('//img.megamd.co.kr/ls1/icon/vod.play.png') left center no-repeat; }
/* 2015-07-09 Ãß°¡ S */
.brtPlay { padding-right:15px; background:url('//img.megamd.co.kr/ls1/icon/vod.play2.png') right center no-repeat; }
/* 2015-07-09 Ãß°¡ */

[class^= 'icoNemo'],
[class*=' icoNemo'] { width:9px; height:9px; margin-bottom:2px; border:1px solid #ddd; vertical-align:middle; display:inline-block; }
.IE [class^= 'icoNemo'],
.IE [class*=' icoNemo'] { margin-bottom:1px; }
.icoNemo0 { background:#eee; }
.icoNemo1 { background:#2a75ca; }
.icoNemo2 { background:#e12c22; }
.icoNemo9 { background:#333; }
.icoMore2 { width:13px; height:13px; background:url('//img.megamd.co.kr/ls1/button/more2.png') no-repeat; vertical-align:middle; display:inline-block; }

.pfix1 { height:16px; margin-bottom:2px; padding:0 4px; border:1px solid #3a87d0; background:#589ee0; color:#fff; font-size:13px; line-height:16px; vertical-align:middle; display:inline-block; }
.pfix2 { height:16px; margin-bottom:2px; padding:0 4px; border:1px solid #e12c22; background:#e9645d; color:#fff; font-size:13px; line-height:16px; vertical-align:middle; display:inline-block; }
.IE9 .pfix1 { line-height:15px; }
.IE9 .pfix2 { line-height:15px; }
 
/* 2015-07-09 Ãß°¡ S */
.pre_btn {width:25px; height:13px; vertical-align:middle; display:inline-block;}
.pre_btn .pre {width:12px; height:13px; float:left; background:url('//img.megamd.co.kr/ls1/css/btn08.png') no-repeat left top; display:inline-block; font-size:0px; }
.pre_btn .next {width:13px; height:13px; float:left; background:url('//img.megamd.co.kr/ls1/css/btn08.png') no-repeat right top; display:inline-block; font-size:0px; }
/* 2015-07-09 Ãß°¡ E */


/*------------------------------------------------------------------------------
| Å¸ÀÌÆ²
|.............................................................................*/

.tit10 { position:relative; padding:0 0 2px 5px; color:#333; font-size:18px; line-height:40px; font-weight:bold; text-align:left; }
.tit10.type1 { margin:0 0 20px 0; border-bottom:1px solid #8d776a;}
.tit10.type2 { margin:0 0 0px 0; border-bottom:2px solid #8d776a;}
.tit10 > em { position:absolute; right:0; bottom:5px; font-weight:normal; }
.tit11 { position:relative; margin:0 0 10px 0; padding:0 0 0 10px; border-bottom:2px solid #777; color:#333; font-weight:bold; font-size:24px; line-height:40px; }
.tit11.type1 { margin:0; padding:0 0 0 20px; background:url('//img.megamd.co.kr/ls1/css/tit11.png') left center no-repeat; }
.tit11 > em { position:absolute; right:0; top:0; font:13px/1.5em 'Nanum Gothic'; }

.tit20 { position:relative; margin:30px 0 0 0; padding:10px 0; color:#333; font-weight:bold; font-size:16px; line-height:1em; }
.tit20 > em { position:absolute; right:0; bottom:10px; font-weight:normal; }
.tit20.type1 { border-bottom:1px solid #e2e2e2; }
.tit21 { position:relative; margin:30px 0 10px 0; color:#333; font-weight:bold; font-size:15px; line-height:1em; }
.tit21 > strong { color:#2a75ca; }
.tit21 > em { position:absolute; right:0; bottom:0; font-weight:normal; }
.tit22 { position:relative; margin:40px 0 0; padding:0 0 0 18px; background:url('//img.megamd.co.kr/ls1/css/tit22.png') left center no-repeat; color:#333; font-weight:bold; font-size:16px; }
.tit23 { position:relative; color:#333; font-weight:bold; font-size:16px; line-height:1em; }

.tit30 { position:relative; margin:20px 0 10px; padding:0 0 0 18px; background:url('//img.megamd.co.kr/ls1/css/tit30.png') left center no-repeat; color:#333; font-weight:bold; font-size:14px; }
.tit31 { position:relative; margin:0 0 10px 0; padding:0 0 7px 5px; border-bottom:1px solid #888; color:#333; font-size:17px; font-weight:bold; line-height:22px; }
.tit32 { position:relative; margin:40px 0 10px 0; padding-left:10px; color:#333; font-weight:bold; font-size:16px; line-height:1em; }
.tit33 { position:relative; height:44px; margin:40px 0 5px 0; padding:0 0 0 30px; background:#555; color:#fff; font:bold 16px/44px 'Nanum Gothic'; }
.tit34 { position:relative; height:54px; padding:0 0 0 25px; background:url('//img.megamd.co.kr/ls1/css/tit34.png') no-repeat; color:#fff; font:bold 16px/54px 'Nanum Gothic'; }
.tit31 > em { position:absolute; right:0; bottom:7px; font:13px/1.5em 'Nanum Gothic'; }
.tit32 > em { position:absolute; right:0; bottom:0; font-weight:normal; }
.tit33 > em { position:absolute; right:0; bottom:0; font-weight:normal; }
.tit34 > em { position:absolute; right:0; bottom:0; font-weight:normal; }

/* ¼öÁ¤ 151020 */
.tit40 { padding-left:10px; background:url('//img.megamd.co.kr/ls1/css/tit40.png') left center no-repeat; color:#333; }

.tit41 { position:relative; padding:0 0 7px 5px; border-bottom:1px solid #ccc; color:#333; font-size:16px; font-weight:bold; line-height:22px;}
.tit41 > em { position:absolute; right:0; bottom:7px; font:13px/1.5em 'Nanum Gothic'; }

.tit42 { position:relative; padding:10px 0; color:#333; font-weight:bold; font-size:16px; line-height:1em; }
.tit42 > em { position:absolute; right:0; bottom:10px; font-weight:normal; }
.tit42.type1 { border-bottom:1px solid #e2e2e2; }


/*------------------------------------------------------------------------------
| Å×ÀÌºí
|.............................................................................*/

.tbl01 { width:100%; border-top:2px solid #e12c22; border-bottom:1px solid #777; color:#333; font-size:12px; line-height:18px; }
.tbl01 th { background:#f4f4f4; color:#333; }
.tbl01 th,
.tbl01 td { height:22px; padding:10px 0; border-right:1px solid #ededed; border-top:1px solid #cfcfcf; text-align:center; }
.tbl01 th { padding-left:0; padding-right:0; }
.tbl01 th:last-child,
.tbl01 td:last-child { border-right-width:0; }
.tbl01 thead th { height:20px; padding:10px 0; border-top:0; border-bottom:1px solid #777; background:url('//img.megamd.co.kr/ls1/css/tbl01.png') left bottom repeat-x; font-size:12px; line-height:14px; }
.tbl01 thead + tbody tr:first-child th,
.tbl01 thead + tbody tr:first-child td { border-top:0; }
.tbl01 tbody.type1 { background:#fff; }
.tbl01 tbody.type1 tr + tr td { border-top-color:transparent; background:url('//img.megamd.co.kr/ls1/css/dotline1.png') repeat-x; }
.tbl01 tbody.type1 tr + tr td.bt0 { background:none; }
.tbl01.type1 { border-top:1px solid #777; }
.tbl01.type1 tr:first-child th,
.tbl01.type1 tr:first-child td { border-top:0; }

.tbl01 .td_padd_zero { padding-top:0; padding-bottom:0; *padding-top:2px; }
.tbl01 .td_line_left { border-left-width:1px !important; }
.tbl01 .td_line_right { border-right-width:1px !important; }
.tbl01 .td_line1_left { border-left:1px solid #96969e !important; }

/*BIG »óÇ° °­ÁÂ¸®½ºÆ® Ãß°¡ 160414 */
.tbl02 { width:100%; border-top:1px solid #666; border-bottom:1px solid #777; color:#333; font-size:12px; line-height:18px; }
.tbl02 th { background:#f4f4f4; color:#333; }
.tbl02 th,
.tbl02 td { height:18px; padding:10px 0; border-right:1px solid #ededed; border-top:1px solid #cfcfcf; text-align:center; }
.tbl02 th { padding-left:0; padding-right:0; }
.tbl02 th:last-child,
.tbl02 td:last-child { border-right-width:0; }
.tbl02 thead th { height:16px; padding:10px 0; border-top:0; border-bottom:1px solid #b0b0b0; background:url('//img.megamd.co.kr/ls1/css/tbl01.png') left bottom repeat-x; font-size:12px; line-height:14px; }
.tbl02 thead + tbody tr:first-child th,
.tbl02 thead + tbody tr:first-child td { border-top:0; }
.tbl02 tbody.type1 { background:#fff; }
.tbl02 tbody.type1 tr + tr td { border-top-color:transparent; background:url('//img.megamd.co.kr/ls1/css/dotline1.png') repeat-x; }
.tbl02 tbody.type1 tr + tr td.bt0 { background:none; }
.tbl02.type1 { border-top:1px solid #777; }
.tbl02.type1 tr:first-child th,
.tbl02.type1 tr:first-child td { border-top:0; }

.IE8 .tbl01 th,
.IE8 .tbl01 td { border-right:0; border-left:1px solid #ededed; }
.IE8 .tbl01 th:first-child,
.IE8 .tbl01 td:first-child { border-left-width:0; }
*+html .tbl01 th,
*+html .tbl01 td { border-right:0; border-left:1px solid #ededed; }
*+html .tbl01 th:first-child,
*+html .tbl01 td:first-child { border-left-width:0; }

/* °Ô½ÃÆÇ ±Û¾²±â */
.tbl21 { width:100%; border-top:1px solid #8d776a; font-size:15px; }
.tbl21 th { padding:15px 40px; border-bottom:1px solid #e0e0e0; background:#efefef; color:#888; text-align:left; vertical-align:top; }
.tbl21 td { height:30px; padding:10px 30px; border-bottom:1px solid #e0e0e0; }
.tbl21 table { width:100%; }
.tbl21 table th { padding:10px 0 0 10px; border:0; background:none; color:#333; font-size:14px; }
.tbl21 table td { padding:5px 0; border:0; font-size:14px; }
.tbl21 .require { position:relative; display:inline-block; }
.tbl21 .require:after { content:'*'; position:absolute; left:-10px; top:-5px; color:#e12c22; }
.tbl21.type1 { font-size:13px; }
.tbl21.type1 th { height:20px; padding:10px 20px; }
.tbl21.type1 td { height:20px; padding:10px 20px; color:#333; }

.tbl51 { width:100%; }
.tbl51 th,
.tbl51 td { height:25px; padding:9px 0; border-top:1px solid #e0e0e0; }
.tbl51 td:first-child { padding-left:10px; }
.tbl51 td:last-child { padding-right:10px; }
.tbl51 th { padding-left:10px; color:#888; font-weight:normal; text-align:left; }
.tbl51 tr:first-child th,
.tbl51 tr:first-child td { border-top:0; }

.tbl52 { width:100%; border-top:2px solid #8d776a; border-bottom:1px solid #8d776a; font-size:13px; line-height:20px; }
.tbl52 th { background:#f1edeb; }
.tbl52 td blockquote { margin:0; text-align:left; display:inline-block; }

.tbl53 { width:100%; border:1px solid #373737; line-height:17px; }
.tbl53 td { padding:15px 0; border:1px solid; border-color:#8e8e8e #373737 transparent #676767; background:#505050; color:#fff; text-align:center; }

.tbl54 { margin:0 auto; font:11px/1.5 Verdana,Dotum; border-collapse:collapse; }
.tbl54 thead th { height:25px; border:1px solid #777; background:#555; color:#fff; font-weight:normal; }
.tbl54 tbody th { width:25px; border:1px solid #c7dbeb; background:#9ebbd8; color:#fff; font-weight:normal; text-align:center; }
.tbl54 tbody tr:last-child td { border-bottom-color:#ccc; }
.tbl54 td { width:140px; height:42px; border:1px solid #eee; color:#333; word-spacing:-1px; min-height:43px; }
.tbl54 td i { color:#8d776a; vertical-align:top;}
.tbl54 td.deadline { color:#e12c22; }
.tbl54 td.finished,
.tbl54 td.finished i { color:#bbb; }
.tbl54 td.checked { background:#e0edf4; }
.tbl54 td strong { letter-spacing:-1px; }
.tbl54 td div {padding-left:2em; text-indent:-1.5em; margin-top:-1px; margin-right:-1px; padding-top:5px; padding-bottom:4px; border-bottom:1px solid #e1e1e1;}
.tbl54 td div.last { border-bottom:none;}
*+html .tbl54 { font-family:Dotum; }
*+html .tbl54 td { width:140px; }

/* Å×ÀÌºí °ø¿ë */
.tdTiny th,
.tdTiny td { height:auto; padding:3px 0; }
.IE9 .tdTiny th,
.IE9 .tdTiny td { height:auto; padding:4px 0 2px; }
*+html .tdTiny th,
*+html .tdTiny td { height:auto; padding:4px 0 2px; }

th.tleft, th.tright,
td.tleft, td.tright { padding-left:20px; padding-right:20px; }
td.tleft2 { padding-left:40px; text-align:left; }
th.td10,td.td10 { background:#edf4f8; }
tr.td10 td { background:#edf4f8; }
tr.td11 td { background:#f4f4f4; }
td.td_plus { padding-left:20px; padding-right:20px; background:url('//img.megamd.co.kr/ls1/icon/num_plus.png') 20px center no-repeat; color:#333; font-weight:bold; text-align:right; }
td.td_minus { padding-left:20px; padding-right:20px; background:url('//img.megamd.co.kr/ls1/icon/num_minus.png') 20px center no-repeat; color:#333; font-weight:bold; text-align:right; }
tr.tdDotline td { border-top-color:transparent; background:url('//img.megamd.co.kr/ls1/css/dotline1.png') repeat-x; }

td.tdPayResult { padding-left:20px; padding-right:20px; background:#efecea; }
td.tdPayResult dl { line-height:22px; }
td.tdPayResult dl dt { float:left; color:#888; font-size:13px; }
td.tdPayResult dl dd { color:#333; font-size:14px; text-align:right; }
td.tdPayResult dl dd strong { font-size:17px; color:#e12c22; }

table table,
table table th,
table table td { padding:0; border:0; background:none; }



/*------------------------------------------------------------------------------
| ¸®½ºÆ®
|.............................................................................*/

.lst01 li { padding-left:1.33em; text-indent:-1.33em; }

.lst05 { border:1px solid #e3e3e3; background:#fff; }
.lst05 li { padding:30px; }
.lst05 li + li { background:url('//img.megamd.co.kr/ls1/css/dotline1.png') repeat-x; }

.lst10 { font-weight:bold; }

/*<!-- 2015-06-11 ¼ö°­ÀÏ½ÃÁ¤Áö --> */
.lst10 dt { float:left; width:6em; padding:7px 1.2em; color:#888; }
/*<!-- //2015-06-11 ¼ö°­ÀÏ½ÃÁ¤Áö --> */

.lst10 dd { padding:7px 0; background:url('//img.megamd.co.kr/ls1/css/dotline1.png') repeat-x; color:#333; }
.lst10 dt:first-child + dd { background:none; }


/*<!-- Ãß°¡ 151021 --> */
.lst10_2 { font-weight:bold; }

/*<!-- 2015-06-11 ¼ö°­ÀÏ½ÃÁ¤Áö --> */
.lst10_2 dt { float:left; width:18em; padding:7px 1.2em; color:#888; }
/*<!-- //2015-06-11 ¼ö°­ÀÏ½ÃÁ¤Áö --> */

.lst10_2 dd { padding:7px 0; background:url('//img.megamd.co.kr/ls1/css/dotline1.png') repeat-x; color:#333; }
.lst10_2 dt:first-child + dd { background:none; }



.lst11 { line-height:20px; }
.lst11 dt { float:left; width:4em; height:25px; padding:15px 5px 0 0; color:#333; font-weight:bold; font-size:14px; text-align:left; white-space:nowrap; }
.lst11 dd { min-height:30px; padding-top:10px; margin-left:5em; color:#333; line-height:30px; }
.lst11 dd.submit { margin-top:-41px; text-align:right; }
.lst11 dt:first-child { padding-top:5px; }
.lst11 dt:first-child + dd { padding-top:0; }
.lst11.lst2em dt { width:2em; } .lst11.lst2em dd { margin-left:3em; }
.lst11.lst5em dt { width:5em; } .lst11.lst5em dd { margin-left:6em; }
.lst11.lst6em dt { width:6em; } .lst11.lst6em dd { margin-left:7em; }

.lst12 dt { margin-top:25px; padding:0 0 5px 0; background:url('//img.megamd.co.kr/ls1/css/dotline1.png') left bottom repeat-x; color:#333; font-weight:bold; font-size:13px; }
.lst12 dd { padding-top:10px; }
.lst12 dt:first-child { margin-top:0; }

.lst13 dt { float:left; width:6em; color:#333; }
.lst13 dd { padding-left:7em; }
.lst13.lst4em dt { width:4em; }
.lst13.lst4em dd { padding-left:5em; }

.lst14 dt { float:left; margin-top:7px; padding-left:.5em; text-indent:-.5em; font-size:13px; font-weight:bold; line-height:30px; }
.lst14 dd { margin:7px 0 0 6.5em; text-align:left; }
.lst14 dt:first-child,
.lst14 dt:first-child + dd { margin-top:0; }
.lst14 dt:before { content:' '; width:3px; height:3px; margin:0 5px 2px 0; background:#c7b9b0; vertical-align:middle; display:inline-block; }

.lst51 { line-height:25px; }
.lst51 dl { padding:10px; }
.lst51 dl dt { float:left; width:70px; padding-left:25px; color:#888; }
.lst51 dl dt.bonus { width:80px; }
.lst51 dl dd.float { float:left; width:70px; }
.lst51 dl dt.plus { background:url('//img.megamd.co.kr/ls1/icon/num_plus.png') 0 center no-repeat; }
.lst51 dl dt.minus { background:url('//img.megamd.co.kr/ls1/icon/num_minus.png') 0 center no-repeat; }
.lst51 dl.type1 dt { width:95px; padding-left:0; }
.lst51 dl.type2 { background:#f4f4f4; }

.lst_fgroup { *zoom:1; }
.lst_fgroup li { float:left; }
.lst_fgroup:after { content:" "; display:block; clear:both; }



/*------------------------------------------------------------------------------
| ¹Ú½º
|.............................................................................*/

.b0   { border: 0 !important; }
.bt0  { border-top:0 !important; }
.bb0  { border-bottom:0 !important; }
.btb0 { border-bottom:0 !important; border-top:0 !important; }
.brl0 { border-right:0 !important; border-left:0 !important; }

/*<!-- 2015-06-11 ½ÅÃÌÄ·ÆÛ½º Á¶°Ç°Ë»ö -->*/
.box0m { padding:20px; background:#ece7e4; clear:both; }
/*<!-- //2015-06-11 -->*/
.box0s { padding:20px; background:#f8f8f8; }

.box01 { padding:20px; border:1px solid #e2e2e2; background:#fff; }
.box01.type1 { border-width:1px 0; }
.box02 { padding:20px; border:1px solid #e2e2e2; background:#f9f9f9; }
.box03 { padding:20px; border:1px solid #e2e2e2; background:#f4f4f4; }
.box04 { padding:20px; border:1px solid #cee0eb; background:#f3fcff; }
.box05 { padding:20px; border-top:1px solid #777; background:#f4f4f4; }
.box06 { padding:30px 30px 20px; border-top:1px solid #8d776a; border-bottom:1px solid #bababa; background:#edf4f8; }
.box07 { padding:25px 20px; border:4px solid #cae1f1; background:#f0fbff; }

/* Ãß°¡ 151020 */
.box08 { padding:20px 30px 24px 30px; border:1px solid #e2e2e2; background:#fff; }
.box08.type1 { border-width:1px 0; }

.boxRead1 { padding:15px 20px 10px 20px; border-top:1px solid #8d776a; border-bottom:1px solid #cfcbc8; background:#ece7e4; color:#888; }
.boxRead1 > div { padding:0 0 15px 45px; line-height:25px; text-indent:-45px; }
.boxRead1 > div h6 { width:45px; color:#2a75ca; font-size:16px; font-weight:bold; text-indent:0; display:inline-block; }
.boxRead1 > div em { margin-top:-16px; font:11px/1 Dotum; text-align:right; display:block; }
.boxRead1 .justify { padding-top:10px; background:url('//img.megamd.co.kr/ls1/css/dotline1.png') repeat-x; text-align:right; *zoom:1; }
.boxRead1 .justify dt { padding-left:45px; }
.boxRead1.type1 { padding:10px 20px; background:#ece7e4 url('//img.megamd.co.kr/ls1/icon/qna_q.png') 10px center no-repeat; }
.boxRead1.type1 > div { height:45px; padding:0 0 0 45px; line-height:45px; text-indent:0; }
.boxRead2 { padding:25px 65px 45px; color:#888; line-height:22px; }
.boxRead2 .hline { height:1px; margin:25px -45px; background:url('//img.megamd.co.kr/ls1/css/dotline1.png') repeat-x; }
.boxRead2.type1 { background:url('//img.megamd.co.kr/ls1/icon/qna_a.png') 10px 25px no-repeat; }
.boxRead3 { padding:15px 20px 10px 20px; border-top:2px solid #777; border-bottom:1px solid #d3d3d3; background:#f0f0f0; color:#888; }
.boxRead3 > div { padding:0 0 15px 45px; line-height:25px; text-indent:-45px; }
.boxRead3 > div h6 { width:45px; color:#2a75ca; font-size:16px; font-weight:bold; text-indent:0; display:inline-block; }
.boxRead3 > div h6.icon { margin:-5px 5px 0 -10px; }
.boxRead3 > div em { margin-top:-16px; font:11px/1 Dotum; text-align:right; display:block; }
.boxRead3 .justify { padding-top:10px; background:url('//img.megamd.co.kr/ls1/css/dotline1.png') repeat-x; text-align:right; *zoom:1; }
.boxRead3 .justify dt { padding-left:45px; }

.boxBook1 { width:105px; padding-top:1px; background:url('//img.megamd.co.kr/ls1/css/box.book1.png') no-repeat; }
.boxBook1 p { padding:0 4px 8px 1px; background:url('//img.megamd.co.kr/ls1/css/box.book1.png') left bottom no-repeat; }
.boxBook1 p img { width:100px; }
.boxBook1.type1 { background-position:-105px top; }
.boxBook1.type1 p { background-position:-105px bottom; }

.boxBook2 { width:149px; padding-top:1px; background:url('//img.megamd.co.kr/ls1/css/box_book1_2.png')no-repeat;}
.boxBook2 p { padding::0; background:url('') left bottom no-repeat; }
.boxBook2 p img { width:144px; border-left:1px solid #ccc; border-bottom:1px solid #ccc; }
.boxBook2.type1 { background-position:-5px top; }
.boxBook2.type1 p { background-position:-15px bottom; }


.tcPhoto1 { width:78px; height:78px; border:1px solid #888; background:#999; text-indent:0; display:inline-block; overflow:hidden; }
.tcPhoto1 img { width:125px; margin-left:-22px; }

.tcPhoto2 { position:relative; width:200px; display:inline-block; }
.tcPhoto2 > em { width:200px; display:block; overflow:hidden; }
.tcPhoto2 > em img { width:250px; margin-left:-50px; }
.tcPhoto2 > samp { position:absolute; right:7px; top:90px; color:#333; font-size:16px; text-align:right; }
.tcPhoto2.type1 > em img { margin-left:-40px; }

.tcPhoto3 { position:relative; width:170px; display:inline-block; }
.tcPhoto3 > em { width:170px; display:block; overflow:hidden; }
.tcPhoto3 > em img { width:200px; margin-left:-15px; }
.tcPhoto3 > samp { position:absolute; right:7px; top:65px; color:#333; font-size:14px; text-align:right; }
.tcPhoto3.type1 > em img { margin-left:-40px; }

.tcPhoto4 { width:70px; height:60px; text-indent:0; display:inline-block; overflow:hidden; }
.tcPhoto4 img { width:100px; margin-left:-13px; }

.tcPhoto5 { position:relative; width:230px; height:120px; display:inline-block; }
.tcPhoto5 > em { width:160px; height:120px; margin-left:10px; display:block; overflow:hidden; }
.tcPhoto5 > em img { width:150px; }
.tcPhoto5 > samp { position:absolute; left:110px; bottom:50px; width:120px; color:#888; font-size:14px; font-weight:bold; text-align:center; }
.tcPhoto5 > samp strong { color:#333; font-size:15px; }

.tcPhoto6 { width:50px; height:50px; background:#909090; text-indent:0; display:inline-block; overflow:hidden; }
.tcPhoto6 img { width:80px; margin-left:-13px; }

/* Ãß°¡ 151020 */
.tcPhoto7 { width:65px; height:58px; text-indent:0; display:inline-block; overflow:hidden; }
.tcPhoto7 img { width:92px; margin-left:-13px;}



/*------------------------------------------------------------------------------
| ¹Ù/¶óÀÎ
|.............................................................................*/

.barGo1 { padding:2px 0; border:solid #e3e3e6; border-width:1px 0; background:#fff; font-weight:bold; font-size:12px; line-height:24px; *zoom:1; }
.barGo1 dt { float:left; margin-right:1em; padding:0 1.2em; background:#d5cac2; color:#fff; }
.barGo1 dd { float:left; padding:0 .5em 0 1em; }
.barGo1 dd a { padding-right:10px; background:url('//img.megamd.co.kr/ls1/css/bar.go1.png') right center no-repeat; }
.barGo1:after { content:" "; display:block; clear:both; }

.barSearch { position:relative; padding:10px 30px; border-top:1px solid #8d776a; border-bottom:1px solid #dfd7d1; background:#e8e2de; }
.barSearch ul { margin-left:-15px; color:#333; font-size:15px; font-weight:bold; line-height:30px; *zoom:1; }
.barSearch ul li { float:left; padding:0 15px; color:#333; }
.barSearch ul li + li { background:url('//img.megamd.co.kr/ls1/css/barsearch.vline.png') left center no-repeat; }
.barSearch ul li a { color:#333; }
.barSearch ul li a:hover { color:#e12c22; }
.barSearch ul li strong { color:#e12c22; }
.barSearch ul:after { content:" "; display:block; clear:both; }
.barSearch .vline { width:50px; height:30px; background:url('//img.megamd.co.kr/ls1/css/barsearch.vline.png') 40% center no-repeat; vertical-align:middle; display:inline-block; }
.barSearch .dotline { margin:10px -10px 0; padding:10px 10px 0; background:url('//img.megamd.co.kr/ls1/css/dotline1.png') left top repeat-x; }
.barSearch .right { position:absolute; right:30px; top:15px; }

.barSearch2 { padding:15px 20px; border:1px solid #e2e2e2; background:#e9e9e9; }
.barSearch2 dl { *zoom:1; }
.barSearch2 dl dt { float:left; clear:both; margin-right:1em; color:#333; font-weight:bold; }
.barSearch2 dl dd { float:left; margin-right:2em; }
.barSearch2 dl dd i { color:#e12c22 }
.barSearch2 dl dd.on a { padding-left:12px; background:url('//img.megamd.co.kr/ls1/css/barsearch2.png') left center no-repeat; color:#333; font-weight:bold; }
.barSearch2 dl:after { content:" "; display:block; clear:both; }
.barSearch2 .dotline1 { margin:12px -5px; }
.barSearch2.type1 { border-color:#dfd7d1; background:#f1eeec; }

/* 2015-07-10 S */
.barSearch3 { padding:15px 20px; border:1px solid #e2e2e2; background:#e9e9e9; }
.barSearch3 dl { *zoom:1;  text-align:right;}
.barSearch3 dl dt { float:left; clear:both; margin-right:1em; color:#333; font-weight:bold; }
.barSearch3 dl dd { margin-left:2em; display:inline-block; }
.barSearch3 dl dd i { color:#e12c22 }
.barSearch3 dl dd.on a { padding-left:12px; background:url('//img.megamd.co.kr/ls1/css/barsearch2.png') left center no-repeat; color:#333; font-weight:bold; }
.barSearch3 dl:after { content:" "; display:block; clear:both; }
.barSearch3 .dotline1 { margin:12px -5px; }
.barSearch3.type1 { border-color:#dfd7d1; background:#f1eeec; }
/* 2015-07-10 E */

.barSort { padding:10px 0; text-align:right; *zoom:1; }
.barSort ul { float:right; font:11px/1em Verdana,Dotum; *font-family:Dotum; *zoom:1; }
.barSort ul li { float:left; *padding-top:1px; }
.barSort ul li a { padding:0 10px; border-left:1px solid #e1e1e1; color:#888; }
.barSort ul li a:hover { color:#e12c22; }
.barSort ul li.on a { color:#8d776a; font-weight:bold; }
.barSort ul li.on a i:after { height:0; margin:0 0 2px 5px; border-top:4px solid #8d776a; border-left:4px solid transparent; border-right:4px solid transparent; vertical-align:middle; display:inline-block; content:''; }
.barSort ul li:first-child a { border:0; }
.barSort ul li:last-child a { padding-right:0; }
.barSort ul:after { content:" "; display:block; clear:both; }
.barSort:after { content:" "; display:block; clear:both; }
.barSort.type1 { padding:0; }
.barSort.type1 ul li.on a { color:#666; }
.barSort.type1 ul li.on a i:after { height:0; margin:0 0 2px 5px; border-top:4px solid #666; border-left:4px solid transparent; border-right:4px solid transparent; vertical-align:middle; display:inline-block; content:''; }
.barSort + .tit33 { margin-top:0; }

.barState1 { height:54px; padding:4px; border:1px solid #d0e1ec; background:#fff; }
.barState1 h6 { float:left; width:156px; height:100%; padding-left:17px; background:url('//img.megamd.co.kr/ls1/css/barstate1.png') no-repeat; color:#333; font-size:14px; line-height:54px; }
.barState1 > div { margin-left:173px; height:100%; }
.barState1 > div table { width:100%; height:100%; font-size:13px; }
.barState1 > div table td { font-weight:bold; white-space:nowrap; }
.barState1 > div table td a { padding:0 25px; border-left:1px solid #d0e1ec; display:block; }
.barState1 > div table td a:hover { color:#888; }
.barState1 > div table td span { color:#333; }
.barState1 > div table td strong { margin:0 2px 0 0; font-size:16px; color:#e12c22; letter-spacing:-1px; }
.barState1 > div table td:first-child a { border:0; }
.barState1.type1 { height:63px; padding:0; border:0; background:transparent; }
.barState1.type1 h6 { width:166px; background-position:0 -54px; line-height:63px; }
.barState1.type1 > div { margin-left:183px; }
.barState1.type2 { height:54px; }
.barState1.type2 h6 { width:92px; background-position:0 -117px; font-size:15px; line-height:54px; }
.barState1.type2 > div { margin-left:110px; }

.barState2 { padding:20px 20px; border:1px solid #dfd7d1; border-top:0; background:#e8e2de; }
.barState2 table { width:100%; height:35px; font-weight:bold; font-size:14px; }
.barState2 table td { text-align:center; }
.barState2 table td.submit { width:100px; padding-right:10px; text-align:right; }

.barCalcu1 { padding:20px 0; border:4px solid #cae1f1; background:#fff; }
.barCalcu1 ul { font-weight:bold; *zoom:1; }
.barCalcu1 ul li { float:left; position:relative; width:33.33%; text-align:center; }
.barCalcu1 ul li strong { font-size:18px; }
.barCalcu1 ul li > span { text-align:left; display:inline-block; }
.barCalcu1 ul li .symbol { position:absolute; right:-13px; top:50%; width:27px; height:27px; margin-top:-13px; }
.barCalcu1 ul:after { content:" "; display:block; clear:both; }

.paging1 { padding:2px 0 2px 3px; font-size:11px; line-height:14px; text-align:center; *zoom:1; }
.paging1 a { min-width:1.5em; padding:0 .5em; color:#888; vertical-align:middle; display:inline-block; }
.paging1 a.arr { margin-left:-2px; padding:0 3px; }
.paging1 a:hover { color:#F64; text-decoration:none; }
.paging1 > span { margin-left:-1px; margin-top:2px; vertical-align:middle; display:inline-block; }
.paging1 > span a { float:left; margin-right:1px; border-left:1px solid #c5cad0; }
.paging1 > span a.on { color:#F64; font-weight:800; }
.paging1 > span a:first-child { border:0; }

.justify { *zoom:1; }
.justify dt { float:left; margin-right:5px; white-space:nowrap; }
.justify dd { float:right; margin-left:5px; white-space:nowrap; text-align:right; }
.justify dd.center { float:none; margin:0; text-align:center; }
.justify:after { content:" "; display:block; clear:both; }

.grap1 { width:169px; height:16px; background:url('//img.megamd.co.kr/ls1/css/grap1.png') no-repeat; display:inline-block; }
.grap1 em { height:100%; background:url('//img.megamd.co.kr/ls1/css/grap1.png') left bottom no-repeat; display:block; }

.dottop { background:url('//img.megamd.co.kr/ls1/css/dotline1.png') repeat-x; }
.dotbottom { background:url('//img.megamd.co.kr/ls1/css/dotline1.png') left bottom repeat-x; }
.dotline1 { margin:20px 0; height:1px; background:url('//img.megamd.co.kr/ls1/css/dotline1.png') repeat-x; }
.dotline2 { margin:10px 0; height:1px; background:url('//img.megamd.co.kr/ls1/css/dotline1.png') repeat-x; }



/*------------------------------------------------------------------------------
| ÅÇ
|.............................................................................*/

.tab0 { *zoom:1; }
.tab0 .tab36px li { height:36px; }
.tab0 .tab36px li.on img { margin-top:-36px; }
.tab0 .tab41px li { height:41px; }
.tab0 .tab41px li.on img { margin-top:-41px; }
.tab0 li { float:left; overflow:hidden; }
.tab0:after { content:" "; display:block; clear:both; }

.tab01 { position:relative; height:42px; border-bottom:2px solid #444; font-weight:bold; font-size:14px; line-height:40px; }
.tab01 ul { *zoom:1; }
.tab01 ul li { float:left; border:solid #d8d8d8; border-width:1px 1px 0 1px; background:url('//img.megamd.co.kr/ls1/css/tab01.png') left bottom repeat-x; }
.tab01 ul li a { height:41px; padding:0 20px; color:#333; text-align:center; display:block; }
.tab01 ul li a strong { color:#e12c22; }
.tab01 ul li a:hover { color:#e12c22; }
.tab01 ul li + li { margin-left:2px; }
.tab01 ul li.on { position:relative; height:42px; border-color:#555; background:#555; }
.tab01 ul li.on a { color:#fff; }
.tab01 ul li.on a strong { color:#fff; }
.tab01 ul:after { content:" "; display:block; clear:both; }
.tab01 .right { position:absolute; right:0; bottom:1px; }
.tab01.type1 { height:37px; line-height:35px; }
.tab01.type1 ul li a { height:36px; }
.tab01.type1 ul li.on { height:37px; }

/*2015.06.08 cssÃß°¡*/
.tab_prof { position:relative; height:42px; border-bottom:2px solid #444; font-weight:bold; font-size:14px; line-height:40px; }
.tab_prof ul { *zoom:1; }
.tab_prof ul li { float:left; border:solid #d8d8d8; border-width:1px 1px 0 1px; background:url('//img.megamd.co.kr/ls1/css/tab01.png') left bottom repeat-x; }
.tab_prof ul li a { height:41px; padding:0 12px; color:#333; text-align:center; display:block; }
.tab_prof ul li a strong { color:#e12c22; }
.tab_prof ul li a:hover { color:#e12c22; }
.tab_prof ul li + li { margin-left:2px; }
.tab_prof ul li.on { position:relative; height:42px; border-color:#555; background:#555; }
.tab_prof ul li.on a { color:#fff; }
.tab_prof ul li.on a strong { color:#fff; }
.tab_prof ul:after { content:" "; display:block; clear:both; }
.tab_prof .right { position:absolute; right:0; bottom:1px; }
.tab_prof.type1 { height:37px; line-height:35px; }
.tab_prof.type1 ul li a { height:36px; }
.tab_prof.type1 ul li.on { height:37px; }

.tab02 { position:relative; font-size:14px; font-weight:bold; line-height:50px; overflow:hidden; }
.tab02 ul { margin-right:-1px; *zoom:1; }
.tab02 ul li { float:left; background:url('//img.megamd.co.kr/ls1/css/tab02.png') left top no-repeat; }
.tab02 ul li a { height:53px; margin-left:2px; padding:0 20px 0 18px; background:url('//img.megamd.co.kr/ls1/css/tab02.png') right top no-repeat; color:#333; text-shadow:1px 1px #fff; text-align:center; display:block; }
.tab02 ul li a:hover { color:#e12c22; }
.tab02 ul li.on { background-position:left bottom; }
.tab02 ul li.on a { background-position:right bottom; color:#fff; font-size:16px; text-shadow:none; }
.tab02 ul li.last a { background-position:-2px top; }
.tab02 ul:after { content:" "; display:block; clear:both; }

.tab03 { position:relative; border-bottom:2px solid #333; font-size:15px; font-weight:bold; line-height:42px; }
.tab03 ul { text-align:center; *zoom:1; }
.tab03 ul li { float:left; }
.tab03 ul li a { height:42px; padding:0 20px; background:url('//img.megamd.co.kr/ls1/css/tab03.png') repeat-x; display:block; }
.tab03 ul li + li a { border-left:1px solid #cfcfcf; }
.tab03 ul li.on a { padding:0 21px; background-position:left bottom; color:#fff; }
.tab03 ul:after { content:" "; display:block; clear:both; }

.tab04 { position:relative; font-weight:bold; line-height:28px; }
.tab04 ul { border:solid #d8d8d8; border-width:1px 0 0 1px; text-align:center; *zoom:1; }
.tab04 ul li { float:left; background:#f7f7f7; }
.tab04 ul li a { border:solid #d8d8d8; border-width:0 1px 1px 0; color:#333; display:block; }
.tab04 ul li a i { height:30px; border-top:1px solid #fff; display:block; }
.tab04 ul li.on a { background:#555; color:#fff !important; }
.tab04 ul li.on a i { border-color:transparent; }
.tab04 ul:after { content:" "; display:block; clear:both; }
.tab04.type1 { background:#f9f9f9 url('//img.megamd.co.kr/ls1/css/tab04.type1.png') right bottom no-repeat; }
.tab04.type1 ul li { background:#fff; }
.tab04.type1 ul li a { color:#888; font-weight:normal; }
.tab04.type2 { background:#f9f9f9 url('//img.megamd.co.kr/ls1/css/tab04.type1.png') right bottom no-repeat; }
.tab04.type2 ul li { background:#fff; }
.tab04.type2 ul li a { color:#888; font-weight:normal; }
.tab04.type2 ul li.on a { background:#888; }
.tab04 ul li a:hover { color:#e12c22; }

.tab05 { position:relative; background:#fff; font:11px/16px Verdana,Dotum; *zoom:1; }
.tab05 li { float:left; padding:1px 5px 0; border:1px solid #e3e3e6; letter-spacing:-0.1em; }
.tab05 li + li { margin-left:-1px; }
.tab05 li a:after { content:" "; }
.tab05 li.on a { color:#555555; font-weight:bold; letter-spacing:-1px;}
.tab05:after { content:" "; display:block; clear:both; }

.tab21 { *zoom:1; }
.tab21 li { float:left; padding:0 7px 0 0; *zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "<i class='ie7before'>|</i> " + this.innerHTML); }
.tab21 li > i.ie7before,
.tab21 li:before { content:'|'; margin:0 8px 0 0; color:#ccc; font-family:Dotum; font-weight:normal; }
.tab21 li:first-child > i.ie7before { display:none; }
.tab21 li:first-child:before { content:none; }
.tab21 li a { color:#333; font-weight-:bold; }
.tab21 li.on a { color:#e12c22; }
.tab21 li.nobar { padding-left:5px; }
.tab21 li.nobar > i.ie7before { display:none; }
.tab21 li.nobar:before { content:none; }
.tab21.box01 { padding:10px 20px; }
.tab21.type1 li a { color:#888; }
.tab21.type1 li.on a { color:#333; font-weight:bold; }
.tab21:after { content:" "; display:block; clear:both; }
.tab21 li a:hover { color:#e12c22; }

.tab51 { width:100%; margin-top:25px; height:84px; border-bottom:2px solid #333; font-size:15px; font-weight:bold; }
.tab51 th { width:17%; background:url('//img.megamd.co.kr/ls1/css/tab51.png') left top repeat-x; font-weight:bold; }
.tab51 th a { color:#fff; }
.tab51 th:first-child { background-position:left bottom; }
.tab51 td { height:39px; border-top:1px solid #ccc; text-align:center; }
.tab51 td + td { border-left:1px solid #ccc; }
.tab51 td.sub1 { background:#ece7e4; color:#333; }

.tabStep1 { color:#2a75ca; font-weight:bold; font-size:15px; text-align:center; *zoom:1; }
.tabStep1 li { float:left; width:107px; height:87px; padding-top:20px; background:url('//img.megamd.co.kr/ls1/css/step1.png') no-repeat; }
.tabStep1 li i { color:#a4d0e9; font-size:13px; }
.tabStep1 li strong { color:#a4d0e9; font-size:19px; }
.tabStep1 li + li { margin-left:10px; }
.tabStep1 li.on { background-position:0 -107px; }
.tabStep1 li.on i { color:#2a75ca; }
.tabStep1 li.on strong { color:#2a75ca; }
.tabStep1:after { content:" "; display:block; clear:both; }

.tabStep2 { color:#333; font-size:14px; font-weight:bold; *zoom:1; }
.tabStep2 li { float:left; }
.tabStep2 li i { width:36px; height:36px; margin:0 7px 0 0; background-repeat:no-repeat; vertical-align:-13px; display:inline-block; }
.tabStep2 li i.num1 { background-image:url('//img.megamd.co.kr/ls1/member/step1.01.png'); }
.tabStep2 li i.num2 { background-image:url('//img.megamd.co.kr/ls1/member/step1.02.png'); }
.tabStep2 li i.num3 { background-image:url('//img.megamd.co.kr/ls1/member/step1.03.png'); }
.tabStep2 li i.num4 { background-image:url('//img.megamd.co.kr/ls1/member/step1.04.png'); }
.tabStep2 li + li { margin-left:17px; }
.tabStep2 li.on i { background-position:0 -36px; }
.tabStep2:after { content:" "; display:block; clear:both; }

.divi2 li { width:50%; *width:49.99%; }		.divi2 li a { padding-left:0; padding-right:0; }
.divi3 li { width:33.33%; *width:33.3%; }	.divi3 li a { padding-left:0; padding-right:0; }
.divi4 li { width:25%; *width:24.9%; }		.divi4 li a { padding-left:0; padding-right:0; }
.divi5 li { width:20%; *width:19.9%; }		.divi5 li a { padding-left:0; padding-right:0; }
.divi6 li { width:16.66%; *width:16.5% }	.divi6 li a { padding-left:0; padding-right:0; }

[class^= 'tab'] li > a,
[class*=' tab'] li > a { text-decoration:none; }


.tab22 { *zoom:1; height:36px; }
.tab22 li { float:left; padding:8px 7px 0 0; *zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "<i class='ie7before'>|</i> " + this.innerHTML); font-size:11px;}
.tab22 li > i.ie7before,
.tab22 li:before { content:'|'; margin:0 8px 0 0; color:#ccc; font-family:Dotum; font-weight:normal;}
.tab22 li:first-child > i.ie7before { display:none; }
.tab22 li:first-child:before { content:none; }
.tab22 li a { color:#333; font-weight-:bold; }
.tab22 li.on a { color:#e12c22; }
.tab22 li.nobar { padding-left:5px; }
.tab22 li.nobar > i.ie7before { display:none; }
.tab22 li.nobar:before { content:none; }
.tab22.box01 { padding:10px 20px; }
.tab22.type1 li a { color:#888; }
.tab22.type1 li.on a { color:#333; font-weight:bold; }
.tab22:after { content:" "; display:block; clear:both; }
.tab22 li a:hover { color:#e12c22; }

/* Ãß°¡ 151022 */
.tab23 { *zoom:1; height:36px; margin-top:-20px;}
.tab23 li { float:left; padding:8px 7px 0 0; *zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "<i class='ie7before'>|</i> " + this.innerHTML); font-size:11px;}
.tab23 li > i.ie7before,
.tab23 li:before { content:'|'; margin:0 8px 0 0; color:#ccc; font-family:Dotum; font-weight:normal;}
.tab23 li:first-child > i.ie7before { display:none; }
.tab23 li:first-child:before { content:none; }
.tab23 li a { color:#333; font-weight-:bold; }
.tab23 li.on a { color:#e12c22; }
.tab23 li.nobar { padding-left:5px; }
.tab23 li.nobar > i.ie7before { display:none; }
.tab23 li.nobar:before { content:none; }
.tab23.box01 { padding:0px 0px; }
.tab23.type1 li a { color:#888; }
.tab23.type1 li.on a { color:#333; font-weight:bold; }
.tab23:after { content:" "; display:block; clear:both; }
.tab23 li a:hover { color:#e12c22; }


.tab24 { *zoom:1; height:36px; }
.tab24 li { float:left; padding:8px 7px 0 0; *zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = "<i class='ie7before'>|</i> " + this.innerHTML); font-size:11px;}
.tab24 li > i.ie7before,
.tab24 li:before { content:'|'; margin:0 8px 0 0; color:#ccc; font-family:Dotum; font-weight:normal;}
.tab24 li:first-child > i.ie7before { display:none; }
.tab24 li:first-child:before { content:none; }
.tab24li a { color:#333; font-weight-:bold; }
.tab24 li.on a { color:#888; }
.tab24 li.nobar { padding-left:5px; }
.tab24 li.nobar > i.ie7before { display:none; }
.tab24 li.nobar:before { content:none; }
.tab24.box01 { padding:10px 20px; }
.tab24.type1 li a { color:#888; }
.tab24.type1 li.on a { color:#333; font-weight:bold; }
.tab24:after { content:" "; display:block; clear:both; }
.tab24 li a:hover { color:#888; }



.listbox { position:relative; float:left; clear:both;}
.listbox > div { float:left; position:relative; width:302px; height:40px; padding:12px 20px 8px 12px; margin-left:30px; margin-right:30px; background:#f2f0ee;}

.linebg_gr {width:790px; height:250px; background-image:url('//img.megamd.co.kr/ls1/css/linebg_gr.gif'); border-bottom:solid 1px #ccc;}
.dbline {height:116px; background-image:url('//img.megamd.co.kr/ls1/css/dbline.gif'); background-position:center;}





/*------------------------------------------------------------------------------
| ¹öÆ°
|.............................................................................*/

a[class^= 'btn'],
a[class*=' btn'] { text-indent:0; text-decoration:none; }

/* height 33px 30px */
[class^= 'btn01'],
[class*=' btn01'] { height:31px; border:1px solid #b5b5b5; background:#ededed; color:#333; vertical-align:middle; display:inline-block; }
[class^= 'btn01'] i,
[class*=' btn01'] i { height:30px; padding:0 20px; border-top:1px solid #fff; border-bottom:1px solid transparent; font-size:14px; font-weight:bold; line-height:29px; text-align:center; display:block; *cursor:pointer; }
[class^= 'btn01']:hover { color:#333; }
[class^= 'btn01'].h30 { height:28px; }
[class^= 'btn01'].h30 i { height:27px; line-height:26px; }
.btn01b { border-color:#373737; background-color:#505050; color:#fff; } /* black */
.btn01r { border-color:#b90000; background-color:#e12c22; color:#fff; } /* red */
.btn01m { border-color:#8d776a; background-color:#aa9588; color:#fff; } /* maroon */
.btn01a { border-color:#3a87d0; background-color:#589ee0; color:#fff; } /* aqua blue */
.btn01s { border-color:#0c5ab3; background-color:#2a75ca; color:#fff; } /* sky blue */
.btn01x { border-color:#a9a9a9; background-color:#bdbdbd; color:#fff; } /* gray */
.btn01z { border-color:#a9a9a9; } /* gray extra */
.btn01b i { border-top-color:#8e8e8e; }
.btn01r i { border-top-color:#fb3b32; }
.btn01m i { border-top-color:#c8bab2; }
.btn01a i { border-top-color:#93c0eb; }
.btn01s i { border-top-color:#75a6dd; }
.btn01x i { border-top-color:#bdbdbd; }
.btn01z i { height:28px; padding-top:1px; border-color:transparent; background:#bdbdbd; color:#fff; font-size:12px; line-height:13px; }
.btn01b:hover { color:#fff; }
.btn01r:hover { color:#fff; }
.btn01m:hover { color:#fff; }
.btn01a:hover { color:#fff; }
.btn01s:hover { color:#fff; }
.btn01x:hover { color:#fff; }

/* height 24px 25px */
[class^= 'btn02'],
[class*=' btn02'] { height:22px; border:1px solid #b5b5b5; background:#ededed; color:#333; vertical-align:middle; display:inline-block; }
[class^= 'btn02'] i,
[class*=' btn02'] i { height:20px; padding:0 10px; border-top:1px solid #fff; border-bottom:1px solid transparent; font:11px/20px Verdana,Dotum; text-align:center; display:block; *cursor:pointer; }
[class^= 'btn02'].h25 { height:23px; }
[class^= 'btn02'].h25 i { height:21px; line-height:21px; }
[class^= 'btn02'].tight i { padding:0 5px; }
[class^= 'btn02']:hover { color:#333; }
.IE [class^= 'btn02'] i,
.IE [class*=' btn02'] i { height:20px; padding-top:1px; }
.btn02b { border-color:#373737; background-color:#505050; color:#fff; } /* black */
.btn02r { border-color:#b90000; background-color:#e12c22; color:#fff; } /* red */
.btn02m { border-color:#8d776a; background-color:#aa9588; color:#fff; } /* maroon */
.btn02w,
.btn02a { border-color:#c7c7c7 #b4b4b4 #a9a9a9 #c7c7c7; background:url('//img.megamd.co.kr/ls1/css/btn02.png') repeat-x; } /* white */
.btn02b i { border-top-color:#8e8e8e; }
.btn02r i { border-top-color:#fb3b32; }
.btn02m i { border-top-color:#c8bab2; }
.btn02a i:after { content:''; padding-right:11px; background:url('//img.megamd.co.kr/ls1/css/btn05.png') right center no-repeat; }
.btn02b:hover { color:#fff; }
.btn02r:hover { color:#fff; }
.btn02m:hover { color:#fff; }

/* height 22px */
[class^= 'btn03'],
[class*=' btn03'] { height:22px; border:0; background:left top no-repeat; font:11px/24px Dotum; vertical-align:middle; overflow:hidden; display:inline-block; }
[class^= 'btn03'] i,
[class*=' btn03'] i { height:22px; margin:0 0 0 5px; padding:0 12px 0 7px; background:right top no-repeat; text-align:center; display:block; *cursor:pointer; }
.IE [class^= 'btn03'] i:after,
.IE [class*=' btn03'] i:after { content:' '; font-family:Verdana; vertical-align:middle; /* height:21px; padding-top:1px; */ }

.btn03 { background-image:url('//img.megamd.co.kr/ls1/css/btn03.png'); color:#333; } /* default */
.btn03 i { background-image:url('//img.megamd.co.kr/ls1/css/btn03.png'); }
.btn03:hover { color:#3a3e4d; }

/* free height blue button */
[class^= 'btn04'],
[class*=' btn04'] { border:1px solid; border-color:#d3e2f1 #a6c4e2 #9ebedf #c3d8eb; background:#e5f0fa; color:#3d8edb; vertical-align:middle; display:inline-block; }
[class^= 'btn04'] i,
[class*=' btn04'] i { padding:2px 5px 0; border-top:1px solid #f4f9fd; border-bottom:1px solid transparent; font:11px/15px Dotum; word-spacing:-2px; text-align:center; display:block; *cursor:pointer; }
[class^= 'btn04']:hover { color:#3d8edb; }
.IE [class^= 'btn04'] i,
.IE [class*=' btn04'] i { padding-top:5px; line-height:12px; }

.btn04e { color:#333; } /* extra */
.btn04e:hover { color:#333; }

/* arrow text button */
[class^= 'btn05'],
[class*=' btn05'] { padding-right:11px; background:url('//img.megamd.co.kr/ls1/css/btn05.png') right center no-repeat; color:#333; font-size:13px; word-spacing:-1px; }
[class^= 'btn05'] i,
[class*=' btn05'] i { border-bottom:1px solid #333; }
[class^= 'btn05']:hover i,
[class*=' btn05']:hover i { border-color:#e12c22; }

.btn05e { font-weight:bold; }
.btn05g { background-image:url('//img.megamd.co.kr/ls1/css/btn05g.png'); color:#333; }

/* height image 33px */
[class^= 'btn06'],
[class*=' btn06'] { height:33px; border:0; background:left top no-repeat; font-weight:bold; font-size:13px; line-height:33px; vertical-align:middle; overflow:hidden; display:inline-block; }
[class^= 'btn06'] i,
[class*=' btn06'] i { height:33px; margin:0 0 0 5px; padding:0 30px 0 10px; background:right top no-repeat; text-align:left; display:block; *cursor:pointer; }

.btn06 { background-image:url('//img.megamd.co.kr/ls1/css/btn06.png'); color:#333; } /* default */
.btn06 i { background-image:url('//img.megamd.co.kr/ls1/css/btn06.png'); }
.btn06:hover { color:#333; }

.btn07 > i.ie7after,
.btn07:after { height:0; margin:0 0 2px 5px; border-left:3px solid #888; border-top:3px solid transparent; border-bottom:3px solid transparent; vertical-align:middle; display:inline-block; content:''; }
.btn07:hover:after { border-left-color:#e12c22; }
.btn07 { color:#888; font-size:11px; font-family:Verdana,Dotum; *font-family:Dotum; *zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = this.innerHTML + "<i class='ie7after'></i>"); }

/* height 33px 30px  Ãß°¡ 2015.10 */ 
[class^= 'btn08'],
[class*=' btn08'] { height:31px; border:1px solid #b5b5b5; background:#fff; color:#333; vertical-align:middle; display:inline-block; }
[class^= 'btn08'] i,
[class*=' btn08'] i { height:30px; padding:0 20px; border-top:1px solid #fff; border-bottom:1px solid transparent; font-size:14px; font-weight:bold; line-height:29px; text-align:center; display:block; *cursor:pointer; }
[class^= 'btn08']:hover { color:#333; }
[class^= 'btn08'].h30 { height:28px; }
[class^= 'btn08'].h30 i { height:27px; line-height:26px; }
.btn08b { border-color:#373737; background-color:#505050; color:#fff; } /* black */
.btn08r { border-color:#b90000; background-color:#e12c22; color:#fff; } /* red */
.btn08m { border-color:#8d776a; background-color:#aa9588; color:#fff; } /* maroon */
.btn08a { border-color:#3a87d0; background-color:#589ee0; color:#fff; } /* aqua blue */
.btn08s { border-color:#0c5ab3; background-color:#2a75ca; color:#fff; } /* sky blue */
.btn08x { border-color:#a9a9a9; background-color:#bdbdbd; color:#fff; } /* gray */
.btn08z { border-color:#a9a9a9; } /* gray extra */
.btn08b i { border-top-color:#8e8e8e; }
.btn08r i { border-top-color:#fb3b32; }
.btn08m i { border-top-color:#c8bab2; }
.btn08a i { border-top-color:#93c0eb; }
.btn08s i { border-top-color:#75a6dd; }
.btn08x i { border-top-color:#bdbdbd; }
.btn08z i { height:28px; padding-top:1px; border-color:transparent; background:#bdbdbd; color:#fff; font-size:12px; line-height:13px; }
.btn08b:hover { color:#fff; }
.btn08r:hover { color:#fff; }
.btn08m:hover { color:#fff; }
.btn08a:hover { color:#fff; }
.btn08s:hover { color:#fff; }
.btn08x:hover { color:#fff; }




/*------------------------------------------------------------------------------
| Æû
|.............................................................................*/

input { margin:0; vertical-align:middle; }
input[type='radio'],
input[type='checkbox'] { margin:0 2px; *margin-right:0; vertical-align:-2px; }
.IE8 input[type='radio'],
.IE9 input[type='radio'] { vertical-align:-1px; }
*+html input[type='checkbox'] { vertical-align:-3px; }

input[type='text'],
input[type='password'] { height:28px; padding:0 9px; border:1px solid #ccc; color:#666; line-height:28px; }
.IE9 input[type='text'],
.IE9 input[type='password'] { /*line-height:21px;*/ }

select { height:30px; border:1px solid #ccc; color:#666; font-size:12px; vertical-align:middle; }
textarea { padding:9px; border:1px solid #ccc; color:#666; vertical-align:top; overflow:auto; resize:none; }
.IE8 select { padding-:4px 0; }
*+html select { height:auto; }

[readonly] { border-color:#ccc !important; background:#f8f8f8; }
[readonly]:focus { border-color:#ccc !important; }

select:focus,
textarea:focus,
input[type='text']:focus,
input[type='password']:focus { border-color:#53a6f3; }

[class^='fmDivi'] { *zoom:1; }
[class^='fmDivi'] label { float:left; font:11px/25px Dotum; white-space:nowrap; display:inline-block; }
[class^='fmDivi'] label.free { width:auto !important; }
[class^='fmDivi']:after { content:" "; display:block; clear:both; }

.fmDivi0 label { padding-right:2em; }
.fmDivi2 label { width:50%; }
.fmDivi3 label { width:33.33%; }
.fmDivi4 label { width:25%; }
.fmDivi5 label { width:20%; }
.fmAdjust0 label { padding-right:2em; }

.wfull { padding-right:20px; display:block; }
.wfull textarea,
.wfull input[type='text'],
.wfull input[type='password'] { width:100%; }
.wfullSelect { display:block; }
.wfullSelect select { width:100%; }
.placeholder { color:#888; }

.fmTxt { margin-right:5px; color:#333; font-weight:bold; font-size:14px; line-height:30px; vertical-align:middle; display:inline-block; }
.fmRadio { margin-top:1px; color:#333; font-size:13px; line-height:29px; vertical-align:middle; display:inline-block; }
.fmRadio label { padding:0 .8em; }
.fmShort { height:20px !important; line-height:20px !important; }

.attachfile div { height:28px; padding:0 9px; margin-right:92px; border:1px solid #ccc; background:#fff; color:#888; line-height:28px }
.attachfile span { float:right; position:relative; width:87px; height:30px; }
.attachfile span input { position:absolute; top:0; left:0; width:60px; height:100%; opacity:0; filter:alpha(opacity:0); }



/*------------------------------------------------------------------------------
| ·¹ÀÌ¾Æ¿ô
|.............................................................................*/

.layerbox1 { position:absolute; border:solid #8d776a; border-width:0 1px 1px 1px; background:#fff; color:#888; font:13px/20px 'Nanum Gothic','Malgun Gothic'; text-align:left; }
.layerbox1 h5 { height:51px; margin:0 -1px; padding:0 0 0 25px; background:url('//img.megamd.co.kr/ls1/layout/popup_title.png') repeat-x; color:#fff; font-weight:bold; font-size:18px; line-height:51px; }
.layerbox1 > div { padding:20px; }
.layerbox1 .close { position:absolute; right:25px; top:13px; width:27px; height:27px; background:url('//img.megamd.co.kr/ls1/layout/popup_close.png') repeat-x; display:block; }

.layerbox2 { position:absolute; border:solid #48474d; border-width:0 1px 1px 1px; background:#fff; color:#888; font:13px/20px 'Nanum Gothic','Malgun Gothic'; text-align:left; }
.layerbox2 h5 { height:48px; margin:0 -1px; padding:0 0 0 25px; border-top:3px solid #e12c22; background:#48474d; color:#fff; font-weight:bold; font-size:18px; line-height:45px; text-align:left; }
.layerbox2 > div { padding:20px; }
.layerbox2 .close { position:absolute; right:25px; top:13px; width:27px; height:27px; background:url('//img.megamd.co.kr/ls1/layout/popup_close.png') repeat-x; display:block; }

/* 2015.07.15 */
.layerbox3 { position:absolute; border:solid #8d776a; border-width:0 1px 1px 1px; background:#fff; color:#888; font:13px/20px 'Nanum Gothic','Malgun Gothic'; text-align:left; min-height:100%;}
.layerbox3 h5 { height:51px; margin:0 -1px; padding:0 0 0 25px; background:url('//img.megamd.co.kr/ls1/layout/popup_title.png') repeat-x; color:#fff; font-weight:bold; font-size:18px; line-height:51px; }
.layerbox3 > div { padding:20px; }
.layerbox3 .close { position:absolute; right:25px; top:13px; width:27px; height:27px; background:url('//img.megamd.co.kr/ls1/layout/popup_close.png') repeat-x; display:block; }
/* 2015.07.15 */

.layer4screen { position:fixed; left:0; top:0; width:100%; height:100%; background:url('//img.megamd.co.kr/ls1/css/film.black.40.png'); z-index:9 }
.layer4screen .layerbox1 { position:relative; margin:0 auto; }
.layer4screen .on {background:#e0edf4;}
.layer4screen td {vertical-align:text-top;}

/* ÆË¾÷ */
#wrap_pop1 { position:relative; height:auto; min-height:100%; border:solid #8d776a; border-width:0 1px; background:url('//img.megamd.co.kr/ls1/layout/popup_bline.png') left bottom repeat-x; }
#wrap_pop1 > h1 { height:51px; margin:0 -1px; padding:0 0 0 25px; background:url('//img.megamd.co.kr/ls1/layout/popup_title.png') repeat-x; color:#fff; font-weight:bold; font-size:18px; line-height:51px; }
#wrap_pop1 #main { padding:20px; }
#wrap_pop1 .close { position:absolute; right:25px; top:13px; width:27px; height:27px; background:url('//img.megamd.co.kr/ls1/layout/popup_close.png') repeat-x; display:block; }

/* ÆË¾÷: ÁÖ¼Ò,ÇÐ±³Ã£±â µî */
#wrap_pop2 { position:relative; height:auto; min-height:100%; border:solid #48474d; border-width:0 1px; background:url('//img.megamd.co.kr/ls1/layout/popup_bline2.png') left bottom repeat-x; }
#wrap_pop2 > h1 { height:48px; margin:0 -1px; padding:0 0 0 25px; border-top:3px solid #e12c22; background:#48474d; color:#fff; font-weight:bold; font-size:18px; line-height:45px; }
#wrap_pop2 #main { padding:20px; }
#wrap_pop2 .close { position:absolute; right:25px; top:13px; width:27px; height:27px; background:url('//img.megamd.co.kr/ls1/layout/popup_close.png') repeat-x; display:block; }

/* ÆË¾÷: È¸¿øÁ¤º¸ */
#wrap_pop11 .h1_for_image { border-top:3px solid #e12c22; background:#48474d; color:#fff; }
#wrap_pop11 #main { padding:20px; }
#wrap_pop11 #main .box04 { background:#f4fcff; border-color:#dfebf2; }
#wrap_pop11 #main .box05 { background:#f8f8f8; }
#wrap_pop11 #main .tbl21 { border-top-color:#777; font-size:14px; }
#wrap_pop11 #main .tbl21 th { padding:15px 25px; background:#f5f5f5; }
#wrap_pop11 #main .tbl21 td { padding:10px 15px; color:#333; font-size:13px; font-weight:bold; }
#wrap_pop11 #main .fmTxt { font-size:13px; }
#wrap_pop11 #main [class^='fmDivi'] label { font:bold 13px/2em 'Nanum Gothic'; }





