@charset "utf-8";
@import url("slider.css");
@import url("mnav.css");

header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption, summary, mark, meter, output, progress, time, video 
{ display: block; }
body,form,th,td,p { margin:0;padding:0; -webkit-text-size-adjust:none;}
html { font-family:"Malgun Gothic","Dotum","Gulim,Helvetica","sans-serif";}
a:link, a:visited, a:hover, a:active, a:focus { text-decoration:none; color:inherit; cursor:pointer; }
a:hover{ text-decoration:none; color:#fc4f08; cursor:pointer; }
a { text-decoration:none;}
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,  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, article, aside, hgroup, 
header, footer, figure, figcaption, nav, section { margin:0; padding:0; border:0;  vertical-align:baseline; background:transparent; }
img { border:0;  vertical-align:baseline; background:transparent;}
p, ul, ol, li, dl, dt, dd, form {list-style-image:none; list-style-position:outside; list-style-type:none; border:0px;}
h1, h2, h3, h4, h5, h6 {font-size:100%; font-weight:normal;}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	letter-spacing: -1px;
	margin: 0;
}

h1 {
	font-size: 30px;
	line-height: 42px;
	margin: 0 0 18px 0;
}

h2 {
	font-size: 24px;
	line-height: 36px;
	margin: 0 0 14px 0;
}

h3 {
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 8px 0;
}

h4 {
	font-size: 14px;
	margin: 0 0 14px 0;
}

h5 {
	font-size: 12px;
	line-height: 18px;
}

h1.line {
	border-top: 4px solid #999;
	display: inline-block;
	padding: 10px 0px;
}

h2.line {
	border-top: 4px solid #999;
	display: inline-block;
	padding: 8px 0px;
}

h3.line {
	border-top: 4px solid #999;
	display: inline-block;
	padding: 2px 0px;
	margin: 0 0 5px 0;
}

h1.big {
	font-size: 4.2em;
	line-height: 54px;
}

h1.small {
	font-size: 2.2em;
	line-height: 42px;
	font-weight: 600;
}

h1.short {
	margin-bottom: 8px;
}

h2.short {
	margin-bottom: 5px;
}

h3.short {
	margin-bottom: 3px;
}

h4.short,
h5.short,
h6.short {
	margin-bottom: 2px;
}

h1.shorter,
h2.shorter,
h3.shorter,
h4.shorter,
h5.shorter,
h6.shorter {
	margin-bottom: 0;
}

h1.tall,
h2.tall,
h3.tall,
h4.tall,
h5.tall,
h6.tall {
	margin-bottom: 33px;
}

h1.taller,
h2.taller,
h3.taller,
h4.taller,
h5.taller,
h6.taller {
	margin-bottom: 44px;
}

h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
	margin-top: 22px;
}

h1.more-spaced,
h2.more-spaced,
h3.more-spaced,
h4.more-spaced,
h5.more-spaced,
h6.more-spaced {
	margin-top: 44px;
}

h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark {
	color: #1d2127;
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
	color: #FFF;
}

h1.text-shadow,
h2.text-shadow,
h3.text-shadow,
h4.text-shadow,
h5.text-shadow,
h6.text-shadow {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}


hr.invisible {
	background: none;
	margin: 30px 0;
}

hr.invisibles {
	background: none;
	margin: 20px 0;
}

hr {
	background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
	background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
	border: 0;
	height: 1px;
	margin: 22px 0;
}


.div-box {
	padding: 20px 20px;
	background-image: url('../../img/common/div_box_bg.png');
}
.div-box .in {
	background-color: #FFF;
	padding: 20px 20px;
}
.div-box .in02 {
	background-color: #FFF;
	padding: 0px 0px;
}


/************ table style ************/
.table-basic > table {
    display: table;
	background-color: transparent;
	border-spacing: 0;
    border-collapse: collapse;
	width: 100%;
    max-width: 100%;
    /*margin-bottom: 20px;*/
}

.table-basic > table > thead > tr > th,
.table-basic > table > tbody > tr > th,
.table-basic > table > tfoot > tr > th {
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	padding: 8px 5px;
	border-top: 0px;
	border-bottom: 2px solid #ff6600;
	margin:0 auto;
	/*font-size: 12px;*/
}

.table-basic > table > thead > tr > td,
.table-basic > table > tbody > tr > td,
.table-basic > table > tfoot > tr > td {
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	/*font-size: 12px;*/
	padding: 8px 5px;
	border-bottom: 1px solid #ff6600;
}


.table-nav > table {
    display: table;
	background-color: transparent;
	border: 0;
    border-collapse: collapse;
	width: 100%;
    max-width: 100%;
    /*margin-bottom: 20px;*/
}

.table-nav > table > thead > tr > th,
.table-nav > table > tbody > tr > th,
.table-nav > table > tfoot > tr > th {
	vertical-align: middle;
	text-align: left;
	font-size: 16px
	font-weight: bold;
	padding: 8px 0px;
	border-top: 0px;
	border-bottom: 1px solid #DF2428;
	/*font-size: 12px;*/
}

.table-nav > table > thead > tr > td,
.table-nav > table > tbody > tr > td,
.table-nav > table > tfoot > tr > td {
	vertical-align: middle;
	/*text-align: center;*/
	font-weight: normal;
	/*font-size: 12px;*/
	padding: 5px 0px;
	/*border-bottom: 1px solid #ff6600;*/
}


/* ALIGNS */
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

/* font-size */
.f0  {font-size:0px;}
.f11 {font-size:11px;}
.f09 {font-size:0.9em;}
.f095 {font-size:0.95em;}
.f1_15 {font-size:1.15em; line-height:150%;}
.f1_2 {font-size:1.2em; line-height:150%;}
.fs2em {font-size:2em; line-height:130%;}
.f12 {font-size:12px;}
.f13 {font-size:13px !important;}
.f14 {font-size:14px !important;}
.f15 {font-size:15px;}
.f16 {font-size:16px !important;}
.f18 {font-size:18px;}
.f20 {font-size:20px !important; line-height:140%;}


.mt0 {margin-top:0px !important;}
.mt2 {margin-top:2px;}	
.mt3 {margin-top:3px;}
.mt4 {margin-top:4px;}
.mt5 {margin-top:5px;}	 
.mt7 {margin-top:7px;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt18 {margin-top:18px;}
.mt20 {margin-top:20px !important;}
.mt22 {margin-top:22px;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px !important;}
.mt70 {margin-top:70px !important;}

.mr5 {margin-right:5px ;}
.mr6 {margin-right:6px !important;}
.mr7 {margin-right:7px !important;}
.mr8 {margin-right:8px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr0 {margin-right:0px !important;}

.mb0 {margin-bottom:0px !important;}
.mb2 {margin-bottom:2px;}
.mb5 {margin-bottom:5px;}
.mb7 {margin-bottom:7px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb18 {margin-bottom:18px !important;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px !important;}
.mb25 {margin-bottom:25px;}	
.mb48 {margin-bottom:48px;}	

.ml0 {margin-left:0px !important;}
.ml3 {margin-left:3px;}
.ml4 {margin-left:4px;}
.ml5 {margin-left:5px !important;}
.ml9 {margin-left:9px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px !important;}
.ml16 {margin-left:16px;}
.ml17 {margin-left:17px;}
.ml20 {margin-left:20px;}
.ml50 {margin-left:50px;}
.ml65 {margin-left:65px;}
.ml100 {margin-left:100px;}

.pl0 {padding-left:0px !important;}
.pl3 {padding-left:3px;}
.pl5 {padding-left:5px;} 
.pl10 {padding-left:10px !important;}
.pl13 {padding-left:13px;}
.pl15 {padding-left:15px}
.pl20 {padding-left:20px !important;}
.pl23 {padding-left:23px;}
.pl25 {padding-left:25px;}
.pl30 {padding-left:30px !important;}
.pl32 {padding-left:32px;}
.pl33 {padding-left:33px;}
.pl34 {padding-left:34px;}
.pl35 {padding-left:35px;}
.pl36 {padding-left:36px;}
.pl37 {padding-left:37px;}
.pl38 {padding-left:38px;}
.pl39 {padding-left:39px;}
.pl40 {padding-left:40px;}
.pl45 {padding-left:45px;}
.pl50 {padding-left:50px;}
.pl55 {padding-left:55px;}
.pl60 {padding-left:60px;}
.pl65 {padding-left:65px;}
.pl70 {padding-left:70px;}
.pl75 {padding-left:75px;}
.pl93 {padding-left:93px;}
.pl7 {padding-left:7px;}

.pr0 {padding-right:0px !important;} 
.pr5 {padding-right:5px;} 
.pr10 {padding-right:10px;}
.pr13 {padding-right:13px;}
.pr15 {padding-right:15px;}
.pr20 {padding-right:20px;}
.pr25 {padding-right:25px;}	
.pr30 {padding-right:30px;}
.pr35 {padding-right:35px;}
.pr40 {padding-right:40px;}
.pr50 {padding-right:50px;}
.pr55 {padding-right:55px;}
.pr60 {padding-right:60px !important;}
.pr65 {padding-right:65px !important;}
.pr120 {padding-right:120px !important;}

.pt0 {padding-top:0px !important;}
.pt2 {padding-top:2px !important;}
.pt3 {padding-top:3px !important;}
.pt5 {padding-top:5px;} 
.pt7 {padding-top:7px;}
.pt10 {padding-top:10px !important;}
.pt13 {padding-top:13px;}
.pt15 {padding-top:15px;}
.pt17 {padding-top:17px;}
.pt19 {padding-top:19px;}
.pt20 {padding-top:20px !important;}
.pt22 {padding-top:22px;}
.pt25 {padding-top:25px;}
.pt30 {padding-top:30px !important;}
.pt35 {padding-top:35px;}
.pt40 {padding-top:40px !important;}
.pt45 {padding-top:45px;}
.pt50 {padding-top:50px !important;}
.pt55 {padding-top:55px !important;}
.pt60 {padding-top:60px;}
.pt65 {padding-top:65px;}
.pt70 {padding-top:70px;}
.pt80 {padding-top:80px;}
.pt90 {padding-top:90px;}
.pt100 {padding-top:100px;}

.pb0 {padding-bottom:0px !important;} 
.pb5 {padding-bottom:5px;} 
.pb8 {padding-bottom:8px;}
.pb9 {padding-bottom:9px;}
.pb10 {padding-bottom:10px;}
.pb13 {padding-bottom:13px;}
.pb15 {padding-bottom:15px;}
.pb20 {padding-bottom:20px;}
.pb25 {padding-bottom:25px;}
.pb30 {padding-bottom:35px;}  
.pb35 {padding-bottom:35px;}
.pb48 {padding-bottom:48px;}

.ptb15 {padding:15px 0;}
.prl20 {padding-right:20px !important; padding-left:20px !important;}
.padd20 {padding:20px;}
.padd_no {padding:0px !important;}
.padd_no table td {padding:0px !important;}

.bul01 > li {
	padding:2px 0px 2px 13px;
	line-height:130%;
	background:url(../../img/common/arrow_06_2.gif) no-repeat 0px 8px;
	min-height:18px;
	text-align:left;
}

/* align */
.fl {float:left;}
.fr {float:right !important;}
.cb {clear:both;} 	
.pa {position:absolute;}
.pr {position:relative; *z-index:999;}

/*****************************PC화면*************************************/

@media all and (min-width:699px)  { 
.slicknav_menu {display:none;}/*모바일 메뉴*/
body { font-size:12px; overflow-x:hidden;  color:#454545; /*background-color:#f0f1f3;*/ }
#wrap {}
#top {  border-bottom:3px solid #343848; height:98px;   width: 100%; background: #fff; z-index: 999; left: 0px; top: 0px; position: fixed;}
#header {width:1100px; margin:0 auto;  padding:0px 0 0 0; position:relative; }

#header div.logo { position:absolute; padding-top:12px; box-sizing:border-box; border-left:1px solid #dfdfdf; border-right:1px solid #e7e7e7; height:69px; width:210px; text-align:center; z-index:10;}
aside.util {width:100%; display:block; background-color:#343848; color:#fff; }
aside.util div.util_Area { width:1000px;  margin:0 auto;  text-align:right; padding:6px 0px 0 0; height:23px; }
aside.util div.util_Area a{  padding:0px 12px; border-left:1px solid #777; }
aside.util div.util_Area a.first{ border-left:0px; }

/* menu */
#menu{ clear:both; width:100%; font-size:15px; box-sizing: border-box;  position:relative;}
.menu {width:1100px; box-sizing: border-box;  margin:0 auto;  padding:0 0px 0px 210px;   box-sizing: border-box;}
	.menu ul ul  { display: none; background: #fff; padding: 0; margin: 0; }
	.menu ul li:hover > ul  { display: block; *display:none; }
	.menu ul  {list-style: none;  padding: 0; margin: 0;}
	.menu ul li a{ display:block;  padding-top:23px; margin:0; box-sizing: border-box; height:69px;}
	.menu li a:hover { background:url("../../img/main/bg_menu.gif")no-repeat center 88%; }
	.menu ul:after  { content: ""; clear: both; display: block;  }
	.menu ul li { float: left; width:16%; text-align:center; border-right:1px solid #dfdfdf;  box-sizing: border-box; padding:0; margin:0;  position:relative;}
	.menu ul ul { margin: 0 0 0 -3px; padding:5px 0 10px 0; position: absolute; top: 100%; border:3px solid #343848; border-top:0; margin-right:6px;  z-index:5;  }
	.menu ul ul li  { float: none;  text-align:left; width:141px; height:auto; border-right:0px; border-bottom:0px solid #dfdfdf; }
	.menu ul ul li.last {border-bottom:0;}
	.menu ul ul ul  { position: absolute; left: 100%; top:0;  }
	.menu li a {display: block; font-size:15px; font-weight:bold; margin: 2px 0em 0.9em 0em; border-right:0px solid #dfdfdf; }

	.menu ul li a.first { border-left:0px solid #dfdfdf; }
	.menu ul li ul li a { font-size:13px; margin: 0; font-weight:bold; height:auto; background: #fff;  padding:8px 5px 8px 17px;  border-right:0px;}
	.menu li li a:hover {  text-decoration: none; margin: 0; background-image:none;}

/*quick menu*/
section.Box_05 {position:fixed; z-index:99999; right:0px; top:0px;   width:70px; overflow:hidden;  border-top:29px solid #343848; box-sizing:border-box; padding:0px;}
section.Box_05 strong.tit01{ font-size:15px; font-weight:normal; background-color:#ed301c; width:100%; display:block; height:69px; box-sizing:border-box; padding-top:13px; text-align:center; color:#fff;}
section.Box_05 ul {list-style-type:none; padding:0; margin:0; border-top:3px solid #343848; }
section.Box_05 ul li a{display:block; background-color:#ebebeb; height:86px; border-bottom:1px solid #d7d7d7; font-size:12px; text-align:center; font-weight:600; padding-top:56px;  box-sizing:border-box;  }
section.Box_05 ul li a:hover{ background-color:#fff; color:#333;}
section.Box_05 ul li.quick_1 a{background-image:url("../../img/main/bg_quick_1.png"); background-repeat:no-repeat; background-position:center 10px;}
section.Box_05 ul li.quick_2 a{background-image:url("../../img/main/bg_quick_2.png"); background-repeat:no-repeat; background-position:center 10px;}
section.Box_05 ul li.quick_3 a{background-image:url("../../img/main/bg_quick_3.png"); background-repeat:no-repeat; background-position:center 10px;}
section.Box_05 ul li.quick_4 a{background-image:url("../../img/main/bg_quick_4.png"); background-repeat:no-repeat; background-position:center 10px;}
section.Box_05 ul li.quick_5 a{text-indent:-9999px; height:48px; padding-top:36px;  background-color:#111;  background-image:url("../../img/main/quick_top.png"); background-repeat:no-repeat; background-position:center 10px;}
section.Box_05 ul li.last a{border-bottom:0;}

/*본문*/
#contentWrap { overflow:hidden; width:1100px; padding:0 0 35px 0; margin:0 auto; min-height:550px; }
#btnPrev {display:none;}
#subMenuWrap { float:left; overflow:hidden; width:210px; border-bottom:0px solid #3d4965; height:100%; }
#subMenuWrap #subTit { width:210px; background:url("../../img/sub/bg_left4.jpg") left top no-repeat ; height:120px; }
#subMenuWrap h3 { font-size:25px; text-align:center; padding-right:5px;  padding-top:39px; color:#fff;  }
#subMenu {}
#subMenu ul { padding:0 0 50px 0 ; margin:0;  list-style-type:none; }
#subMenu ul li {  padding:16px 15px 0px 38px; height:39px; margin:0; font-size:15px; border-bottom:1px solid #dfdfdf;}
#subMenu ul li.select_on {  color:#fc4f08; font-weight:bold;   }
#contentWrap #content { float:right; width:1100px; padding-top:120px;  /*background:url("../../img/sub/bg_right.jpg") right top no-repeat ;*/ }
#contentWrap #content h1.conTit { border-bottom:1px solid #e1e1e1; font-weight:bold; height:56px;  font-size:30px; padding:6px 0 12px 25px; background:url("../../img/sub/subtit_ico.gif") left 8px no-repeat; }
#contentWrap #content #location { text-align:right; }
#contentWrap #content #contentsArea  { margin:45px 5px 35px 5px; }
#contentWrap #content #contentsArea iframe.map{ height:450px; }
div#post_area {width:auto;}
div#post_area img {max-width:710px !important; height:auto !important; padding:0; margin:0;}

#footer { width:100%; }
#footer div.guide {width:100%; clear:both; background-color:#f5f5f5; padding:12px 0 8px 0; overflow:hidden; border-top:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf;}
#footer div.guide ul {list-style-type:none; padding-top:5px; float:left;}
#footer div.guide ul li {float:left; padding:0px 20px; border-right:1px solid #dfdfdf;  }
#footer div.guide ul li.first {padding-left:1px; font-weight:bold; color:#0247c6;}
#footer div.guide ul li.last {border-right:0;}
#footer div.guideBox {width:1100px; margin:0 auto;}
#footer div.guide div.sns {float:right;}
#footer div.guide div.sns a{padding:0 3px;}
#footer footer.copy {width:1100px; margin:0 auto; clear:both; padding:20px 0 30px 0; overflow:hidden; }
#footer div.copyL{  margin:0 auto;  float:left; padding-bottom:10px;}
#footer div.copyL h3 {display:none; padding:1px 0 0 0; margin:0; float:left; font-size:19px;  }
#footer div.copyL ul { list-style-type:none;  padding:0 0 0 0px; margin:0;  line-height:20px; }
#footer div.copyL ul li{ background:url("../../img/main/li_arrow.png") left 6px no-repeat; padding-left:13px; float:left; margin-right:8px; }
#footer div.copyL ul li.first {background:none; padding-left:1px;}
#footer div.copyB { clear:both; border-top:0px solid #dfdfdf; padding:1px 0 20px 0 ;  }

/*content*/
#contentWrap #content #contentsArea .img_c {text-align:center; }
#contentWrap #content #contentsArea p.txtP { padding-bottom:20px; }
#contentWrap #content #contentsArea ul.sitemap_box { padding:0; margin:0;  }
#contentWrap #content #contentsArea .sitemap_list { list-style-type:none; float:left; width:190px; padding:0 15px; height:170px; }
#contentWrap #content #contentsArea .sitemap_list h3 { font-size:1.9em; font-weight:normal; border-bottom:1px solid #e1e1e1;  padding:15px 5px; margin:0 0 5px 0; }
#contentWrap #content #contentsArea ul.sitemap_con { list-style-type:none;  padding:0; margin:0; }
#contentWrap #content #contentsArea ul.sitemap_con li{ padding-top:10px; padding-left:5px; }
}

/* bong */
.ceo_intro {background:url(../../img/sub/ceo.gif) no-repeat right 340px; }
.ceo_txt {text-align:right; font-size:16px; padding-right:50px; padding-top:55px; }
#bx-pager ul {text-align:center; font-size:0px; padding-top:15px;}
#bx-pager ul li {display:inline-block; width:16.6%;}
#bx-pager ul li a {display:block; padding:2px;}
#bx-pager a img {width:100%;display:block;}
.title {font-size:18px; font-weight:bold; padding:0px 0px 10px 20px; margin-top:30px; background:url(../../img/common/arrow_08_red.gif) no-repeat left 6px;}
.s_tit {font-size:15px; font-weight:bold; color:#ff6600; display:block; padding:0px 0px 5px 0px;}
.red {color:red}
.black {color:#000;}
.green {color:#7ebb2f}
.llumar {border:1px solid #dddddd; padding:10px; border-radius:6px; margin-bottom:5px;}
.llumar ul {overflow:hidden; font-size:0px; padding:5px 0px 0px 0px;}
.llumar ul li {display:inline-block; width:21%; padding:0px 2%;}
.llumar ul li img {max-width:100%; }
.llumar ul li:first-child img {border-left:none;}
.llumar_list {overflow:hidden; }
.llumar_list li {float:left; width:32%;  margin-left:1%;}
.llumar_list li img {max-width:100%;}
.llumar_mark {padding:30px 0px 20px 200px; min-height:125px; background:url(../../img/sub/02_img03_1.gif) no-repeat left top;}
.product_tit {position:relative; margin-top:15px; margin-bottom:10px; background:url(../../img/sub/title_bar.gif) no-repeat left top;}
.product_tit > div {padding:17px 40px 15px 20px; height:40px; position:relative; background:url(../../img/sub/title_bar_right.gif) no-repeat right top;}
.product_tit > div h2 img {max-width:100%;}
.product_tit .pm {position:absolute; right:20px; top:25px;}

.table_style1 {clear:both; width:100%; border-top:1px solid #000; font-size:12px; word-break: keep-all;}
.table_style1 thead tr th {background-color:#fff; font-size:13px; color: #fff; padding:10px 0 11px;}
.table_style1 tbody tr th {background-color: #fff; border-bottom:1px solid #666666; border-left:1px solid #e0e0e0; padding:5px; line-height:130%;}
.table_style1 tbody tr td {	border-bottom:1px solid #e0e0e0;  border-left:1px solid #e0e0e0;  line-height:20px; padding:10px 5px; text-align:center;}
.table_style1 tbody tr td:first-child {border-left:none;}
.table_style1 tbody tr th:first-child {border-left:none;}
.table_style1 tbody tr td.subject {padding-left:20px; padding-right:10px; text-align:left; word-break:break-all;}
.table_style1 tbody tr.tr_color td {background:#fef9f9;}
.table_style1 tbody tr .left_line {border-left:1px solid #e3e4e7;}
.table_style1 tbody tr td.gray {color:#a4a4a4;}

.window_box {padding:10px;  background:url(../../img/sub/09_img01.gif) no-repeat right top; min-height:100px; padding-right:200px; font-size:20px; line-height:140%;}
.list_numW .title {background:#f4f4f4; padding:5px 0px 10px 10px; line-height:130%; border-bottom:1px solid #666; border-top:1px solid #666; padding-bottom:10px; margin-bottom:10px;}
.num_list li {position:relative; padding:10px 0px 10px 30px;}
.num_list li .num {display:block; position:absolute; left:0px; top:9px; font-size:20px; color:#ff6600; font-weight:normal}
.num_list li .tit {display:block; font-size:15px; color:#000; padding-bottom:5px;}
.br_box {padding:10px; border:10px solid #ddd;}

.atab {margin-bottom:20px; *min-height:40px; *width:100%;}
.atab:after {clear:both; display:block; content:"";}
.atab li {float:left; width:25%; text-align:center;}
.atab li:first-child a {border-left:1px solid #1e2934;}
.atab li a {display:block; font-size:14px; color:#bfc4c9; background:#34495e; line-height:39px; border:1px solid #1e2934; border-left:none; border-bottom:2px solid #1e2934;}
.atab li a:hover {background:#e50000; color:#fff; border:1px solid #c80000; border-bottom:2px solid #c80000;}
.atab li.on a, .atab li.choice a {background:#f20000; height:44px; margin-top:-5px; line-height:44px; color:#fff; border:1px solid #0068c5; border-bottom:2px solid #0068c5;}

/*****************************모바일 화면****************************/

@media not all and (min-width:699px){
#menu {	display:none;}
	.js #menu {	display:none;}
	.js #snb {display:none;	}	
	.js .slicknav_menu {display:block;	}

body { font-size:12px;  color:#454545;  }
#top { background-color:#fff; }
#header {width:50%; padding:5px 0; position:absolute; top:0;  }
#header div.logo { float:left;}
aside.util { display:none; }
section.Box_05 {display:none;} /*quick menu*/

	#subMenuWrap {display:none;}
	#contentWrap { overflow:hidden;  width:100%;  }
	#contentWrap #subTit,#contentWrap #subTit2,#contentWrap #subTit3,#contentWrap #subTit4,#contentWrap #subTit5,#contentWrap #subTit6 { background-color:#efefef; display:none;}
	#contentWrap #content { padding:0px 0 20px 0;  }
	#contentWrap #content img{ max-width:100%;  }
	#contentWrap #content h1.conTit { border-top:1px solid #dadada; border-bottom:1px solid #dadada; font-weight:bold;  font-size:1.7em; padding:12px 0 12px 30px; background:#f0f0f0 url(../../img/sub/subtit_ico.gif) 5px 8px no-repeat;}
	#contentWrap #content #location { display:none; }
	#contentWrap #content #contentsArea  { margin:25px auto; width:92%; }
	#contentWrap #content #contentsArea iframe.map{ padding:0 5px; height:450px; }
div#post_area {padding:0;}
div#post_area img {width:100% !important ; height:auto !important;}
.table_03 td img,.table_05 td img {width:100%; height:auto !important;}

#footer { width:100%; width:100%;  background-color:#404040; color:#fff; clear:both; }
#footer div.guide {display:none;}
#footer footer.copy {width:100%; margin:0 auto; clear:both; padding:20px 0 30px 0; overflow:hidden; }
#footer div.copyL{  margin:0 auto;  padding-bottom:20px; overflow:hidden;}
#footer div.copyL h3 {display:none; padding:1px 0 0 0; margin:0; float:left; font-size:19px; color:#fff; }
#footer div.copyL ul { list-style-type:none;  padding:0 0 0 18px; margin:0; float:left; line-height:20px; }
#footer div.copyL ul li{ background:url("../../img/main/li_arrow.png") left 6px no-repeat; padding-left:13px; }
#footer div.copyR { clear:both; overflow:hidden;}
#footer div.copyR h3 {display:none;  padding:0; margin:0; float:left; font-size:19px; color:#fff; }
#footer div.copyR ul { list-style-type:none;  padding:0 0 20px 18px; margin:0; float:left;  }
#footer div.copyR ul li{  float:left; }
#footer div.copyB { clear:both; border-top:1px solid #555; padding:15px 0 0 20px ;  }

/* bong */
.ceo_intro {background:none;}
.ceo_txt {padding-right:0px; padding-top:0px;}
.llumar_list li {float:none; width:100%; overflow:hidden; margin-left:0; margin-bottom:10px; clear:both;}
.llumar_list li img {width:50%; max-width:150px !important; float:left; margin-right:10px;}
.llumar_mark {padding:200px 0px 20px 0px; min-height:15px; background:url(../../img/sub/02_img03_1.gif) no-repeat center 10px;}

.product_tit {position:relative; background:none;}
.product_tit > div {padding:0px 50px 0px 0px; margin-bottom:20px; border-bottom:1px solid #ddd; height:auto; position:relative; background:none;}
.product_tit > div h2 img {max-width:100%;}
.product_tit .pm {right:0px; top:10px;}
.product_tit .pm img {width:50px;}

.table_style1 {word-break: break-all;}
.br {display:none;}
.window_box {padding:5px;  background:url(../../img/sub/09_img01.gif) no-repeat right top; background-size:90px auto; min-height:100px; padding-right:100px; font-size:15px; line-height:140%;}

.list_numW .title {background:#f4f4f4; padding:5px 0px 10px 10px; line-height:130%; border-bottom:1px solid #666; border-top:1px solid #666; padding-bottom:10px; margin-bottom:10px;}
.num_list li {position:relative; padding:6px 0px 6px 30px;}
.num_list li .num {top:6px; }
.br_box {padding:5px; border:5px solid #ddd;}


.atab li a {display:block; font-size:13px; color:#bfc4c9; background:#34495e; line-height:17px; padding:10px 5px 5px 5px; min-height:35px; border:1px solid #1e2934; border-left:none; border-bottom:2px solid #1e2934;}



}



/*****************************공통 화면****************************/

/* join */
div.join { width:70%; margin:0 auto; }
div.join p {font-size:15px; padding-bottom:20px;}
table.tb_join {border:3px solid #dfdfdf; width:100%; padding:15px 0px;}
table.tb_join td{border:0; padding:5px 5px;}
table.tb_join table {margin:0 auto;}
table.tb_join td.join_id,table.tb_join td.join_pw {font-weight:bold; text-align:right; }
table.tb_join td.bt_ok {text-align:center;}

div.rule {width:100%;}
div.rule table{width:100%; padding-bottom:25px;}
div.rule table td.tit{font-size:14px; font-weight:bold; padding:0px 0 10px 0 ;}
div.rule table td textarea {width:95%; height:100px; font-size:12px; color:#999; padding:10px 10px; border:1px solid #bbb;}
div.rule input.checkbox {margin:5px 3px;}

div.join2 { width:100%; margin:0 auto; }
div.join2 p {font-size:12px; padding-bottom:20px;}
div.join2 table {width:97%;}
div.join2 table table {width:100%; border-top:2px solid #555; border-left:1px solid #dfdfdf;}
div.join2 table table table,div.join2 table table table td {border:0; padding:0; margin:0;}
div.join2 table table td {border-bottom:1px solid #dfdfdf; border-right:1px solid #dfdfdf; font-size:12px; padding:10px 10px;}
div.join2 td.tit {font-size:14px; font-weight:bold; padding:0px 0 10px 0 ;}
div.join2 table table td.member_td_bgcolor{background-color :#f7f7f7;}
table .btn{background-color:#333; color:#fff; padding:10px 20px; border:0; margin:0 10px;}

div.join3 { width:60%; margin:0 auto; text-align:center; }
div.join3 table {width:100%; }
div.join3 td.tit{font-size:18px; font-weight:bold; padding:0px 0 30px 0 ;}

/* board */
table {font-family:"Malgun Gothic","Dotum","Gulim,Helvetica","sans-serif" !important;}
table tr td[height="1"] {background-color:#fff;}
table tr td[height="3"] {background-color:#555; height:2px;}
.board   { width:100%; border:0;  }
table.board td  {border:0px #e5e5e5 solid; border-bottom:0px #e5e5e5 solid; border-right:0px; /*height:38px;*/ }
table form table td  {border:0px #e5e5e5 solid; border-top:1px #e5e5e5 solid; border-right:0px; height:38px; }
.board td.board_bgcolor  { background-color:#F7F7F7; border-right:0px; width:150px; text-align:center; }
.board td.board_desc {  width:550px;  } 
td.board_admin_bgcolor,td.board_admin_bgcolor table td {border:0 !important;}

.table_02   { width:100%; border:0px #e1e1e1 solid; border-top:2px #444547 solid;    }
.table_02 td  { border-bottom:1px #e1e1e1 solid; border-right:0px; height:38px; }
.table_02 td.board_bgcolor  { background-color:#F7F7F7; border-right:0px; width:150px; }
.table_02 td.board_desc {  width:550px;  } 
.table_03   { width:100%; padding-top:5px; border-top:2px #444547 solid; border-bottom:1px #e1e1e1 solid; border-left:0px;  border-right:0px;  }
.table_03 td  { border-bottom:1px #e1e1e1 solid; border-right:0px #e1e1e1 solid; padding:20px 4px 20px 4px; }
.table_03 td table td { border-bottom:0px ; padding:5px 0 0 0; }
.table_05   { width:100%; padding-top:5px;border-left:0px;  border-right:0px;  }
.table_05 td  {  border-right:0px #e5e5e5 solid; padding:0px 0px 25px 0px; }
.table_05 td table td { border-bottom:0px ; padding:0px 0 2px 0; }
div.category {padding-bottom:10px; }
table #search_table { padding-top:10px; }

.bbsnewf5 { height:38px; font-size:12px; }
.bbsnewf5 a:link{color:#555555;text-decoration:none}
.bbsnewf5 a:visited{color:#555555;text-decoration:none}
.bbsnewf5 a:hover{color:#FF5500;text-decoration:none}
td.board_admin_bgcolor {padding:10px 5px 0 5px; font-size:12px;font-family:굴림,돋움;}

.public_input {width:85% !important;}
table td.board_desc #border[name="subject"] {width:85%; margin-left:10px;}
table td.board_desc #border {width:120px; margin-left:10px;}

.paging {font-size:14px;font-family:굴림,돋움;color:#FF5500;font-weight:bold; clear:both; display:block; text-align:center; padding:15px; }
.paging b { font-size:14px; background-color:#7d7d7d; color:#fff; padding:5px 8px;}
.paging a:link{font-size:12px;font-family:굴림,돋움;color:#555;font-weight:normal;text-decoration:none}
.paging a:visited{font-size:12px;font-family:굴림,돋움;color:#555;font-weight:normal;text-decoration:none}
.paging a:hover{font-size:12px;font-family:굴림,돋움;color:#555;font-weight:normal;text-decoration:underline}


/*웹진*/
.webzine_type2 {width:100%;}
.webzine_type2 td { color:#666666; font-family:돋움; font-size:12px; }
.webzine_type2 dl, #webzine_type2 dt, #webzine_type2 dd {margin:0;padding:0}
.webzine_type2 dl    {float:left;clear:both;width:100%;padding:0 0 16px 0;margin-bottom:0;}
.webzine_type2 .webzine_type_img_td { vertical-align:top; border-bottom:0; }
.webzine_type2 .webzine_type_img_td span {float:left;}
/* 이미지가 왼쪽일때 */
.webzine_type2 .webzine_type_text_td_left { padding:0 0 0 20px; vertical-align:top; border-bottom:0; height:0;}
.news_title {color:#0E3D72;font-size:14px;letter-spacing:-1;text-decoration:none; font-weight:bold;}
/* 이미지가 오른쪽일때 */
.webzine_type2 .webzine_type_text_td_right { width:100%; padding:0 9px 0 0;border-bottom:0; }
.webzine_type2 .webzine_type_img img {border:3px solid #333; margin-bottom:20px; }
.webzine_type2 .webzine_type2_table_line { width:100%; border-bottom:0px solid #dfdfdf; border-top:1px solid #e1e1e1;  height:27px; margin-bottom:10px; line-height:10px;}
.webzine_type2 dd   {float:left;width:100%; padding:0px 0 1px 0;margin:0 0 -1px 0;border-top:0px solid #e5e5e5;border-bottom:0px solid #e5e5e5;}
.webzine_type2 .obj_name {display:inline-block;width:90px;height:25px;padding:5px 0 0 12px;color:#666666;background:url(/cimg/board/cafe24_webzine/bl_webzine_type2_title.gif) right 6px no-repeat;}
.webzine_type2 .obj_value {height:25px;padding:5px 0 0 0px;}


