﻿@charset "utf-8";
/* CSS Document */
	
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; border:0; outline:0;vertical-align:baseline; background:transparent; }
body,input,textarea,select,button,table{font-family:'돋움',Dotum,AppleGothic,sans-serif;font-size:12px}
table {border-collapse:separate;border-spacing:0;}
caption,legend{display:none;}
img,fieldset{border:0}
ul,ol{list-style:none}
em,address{font-style:normal}
a{text-decoration:none;color:#333;}
a:hover,a:active,a:focus{text-decoration:underline}
img {border:0;vertical-align:top;font-size:0;line-height:0;overflow:hidden;}

		
/* popup */
body#popup{background:#fff;}
#pop_wrap div.cont a, #pop_wrap div.cont img{vertical-align:middle;}
#pop_wrap { position:absolute;left:0;top:0;width:700px; height:700px;overflow-y:scroll;overflow-x:hidden;background:#e5e5e5;}
#pop_wrap div.top{background:url(../../img/popup/layer_h_bg.gif) repeat-x left top;height:53px;line-height:48px;font-size:16px;color:#fff;}
#pop_wrap div.top ul li.title{float:left;display:inline;padding-left:15px;font-weight:bold;color:#eee;}
#pop_wrap div.top ul li.btn{float:right;display:inline;line-height:0;}
#pop_wrap div.top ul li.btn img{margin:10px;}
#pop_wrap div.cont{background:#e5e5e5;padding:12px 25px 20px 25px;line-height:20px;}
#pop_wrap div.cont li.br{padding-left:16px;}
#pop_wrap div.cont h2{font-size:16px;color:#333;font-weight:bold;background:url(../../img/popup/ico_arrow_blue.gif) no-repeat left 4px;text-align:left;padding-left:9px;margin:0 0 7px 0;line-height:18px;}

#pop_wrap div.cont .guide_con .ex_text1{ background:url(../../img/popup/text_bg1.gif) no-repeat; padding:8px 0 0 15px; height:34px; font-size:14px; font-weight:bold; color:#fff;}
#pop_wrap div.cont .guide_con .ex_text2{ background:url(../../img/popup/text_bg2.gif) no-repeat; padding:8px 0 0 15px; height:56px; font-size:14px; font-weight:bold; color:#fff;}

/* Margin/Padding */
.mt10 {margin-top:10px !important;}
.mt15 { margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mb5 { margin-bottom:5px !important;}
.mb10 { margin-bottom:10px !important;}
.mb20 { margin-bottom:20px !important;}
.al_center{ text-align:center;}
.fc_yellow{ color:yellow;}