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

@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 400;
 src: url('http://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot');
 src: url('http://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot?#iefix') format('embedded-opentype'), url('http://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.woff') format('woff'), url('http://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.ttf') format('truetype');
}

@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 700;
 src: url('http://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot');
 src: url('http://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot?#iefix') format('embedded-opentype'), url('http://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.woff') format('woff'), url('http://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.ttf') format('truetype')
}

@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 300;
 src: url('http://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot');
 src: url('http://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot?#iefix') format('embedded-opentype'), url('http://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.woff') format('woff'), url('http://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.ttf') format('truetype');
}



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:"NanumBarunGothic","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:#e7234c; 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;}

/*****************************PC화면*************************************/
@media all and (min-width:699px)  { 
.slicknav_menu {display:none;}/*모바일 메뉴*/
body { font-size:12px; color:#333; background-color:#f1f1f1; overflow-x:hidden; }
#top { background-color:#fff; border-top:0px solid #111; }
#header {width:1000px; margin:0 auto; overflow:hidden; padding:10px 0; }
#header div.logo { padding:5px 0;  box-sizing:border-box;  width:100%; text-align:center; z-index:10;}
aside.util {position:relative; width:1268px; margin:0 auto; font-size:13px; display:block;   }
aside.util div.util_Area {position:absolute; color:#888; right:0px;   margin:0 auto;  text-align:right; padding:5px 0px 0 0; height:22px; }
aside.util div.util_Area a{  padding:0px 9px 0 5px; border-left:0px solid #ccc;  }
aside.util div.util_Area a:hover {color:#333;}
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; border-bottom:0px solid #dfdfdf; border-top:1px solid #dfdfdf; z-index: 100}
#menu .menu {width:1000px; box-sizing: border-box;  margin:0 auto;  padding:0 0px 0px 0px;   box-sizing: border-box;}
#menu .menu ul ul  { display: none; padding: 0; margin: 0; }
#menu .menu ul li:hover > p  { display: block; *display:none; }
#menu .menu ul:hover > li ul  { display: block; *display:none; }
#menu .menu ul  {list-style: none;  padding: 0; margin: 0;}
#menu .menu ul li a{ display:block;  padding-top:10px; margin:0; box-sizing: border-box; height:43px;}
#menu .menu li:hover {color: #ed1c24; background-image:url("../../img/main/bg_menu2.png"); background-repeat:no-repeat; background-position: center 41px; }
#menu .menu ul:after  { content: ""; clear: both; display: block;  }
#menu .menu ul p {border-bottom:0px solid #dfdfdf; border-top:0px solid #dfdfdf; background-color:#2c3342; display: none; position:absolute; left:0; width:100%; height:138px; }
#menu .menu ul li { float: left; width:20%; text-align:center; border-right:0px solid #dfdfdf;  box-sizing: border-box; padding:0; margin:0;}
#menu .menu ul ul {  margin: 10px 0 0 12px; padding:0; position: absolute; top: 48px; border:0px solid #353535;   z-index:5;  }
#menu .menu ul ul li  { float: none;  text-align:center; width:170px;  height:auto; border-right:0px; border-bottom:0px solid #dfdfdf; }
#menu .menu ul ul li.last a{border-bottom:0;}
#menu .menu li a {display: block; font-size:16px; font-weight:bold; margin: 2px 0em 0.9em 0em; border-right:0px solid #e1e1e1; }
#menu .menu ul li a.first { border-left:0px solid #dfdfdf; }
#menu .menu ul li ul li a {color:#dfdfdf; font-size:13px; margin: 0;  font-weight:normal; height:auto;  padding:10px 7px 5px 15px;  border-right:0px;}
#menu .menu li li a:hover {  text-decoration: underline; margin: 0;  font-weight:bold; background-image:none; background-color:none; color:#fff; }
*/
/* menu */



#menu{ clear:both; width:100%; font-size:15px; box-sizing: border-box;  position:relative; border-bottom:0px solid #dfdfdf; z-index: 100; border-bottom:6px solid #e7234c;}
#menu .menu {width:1268px; box-sizing: border-box;  margin:0 auto;  padding:0 0px 0px 0px;   box-sizing: border-box;}
#menu .menu .allNav {float:left; padding-left:30px; width:40px; height:40px;}
#menu .menu #snb {width:1100px; padding-left:230px;}
#menu .menu ul ul  { display: none; background: #fff; padding: 0; margin: 0; }


#menu .menu ul ul .nav_wrap1 {width:800px; padding-left:85px; margin:0 auto; text-align:center; }
#menu .menu ul ul .nav_wrap2 {width:800px; padding-left:440px; margin:0 auto; text-align:center; }
#menu .menu ul ul .nav_wrap3 {width:950px; padding-left:250px; margin:0 auto; text-align:center; }
#menu .menu ul ul .nav_wrap4 {width:800px; padding-left:592px; margin:0 auto; text-align:center; }
#menu .menu ul ul .nav_wrap5 {width:800px; padding-left:108px; margin:0 auto; text-align:center; }
#menu .menu ul ul .nav_wrap5 li  { float: right; }
#menu .menu ul ul .nav_wrap7 {width:700px; padding-left:545px; margin:0 auto; text-align:center; }
#menu .menu ul ul .nav_wrap7 li  { float: right; }

#menu .menu ul ul .nav01{ }
#menu .menu ul ul .nav02 {}
#menu .menu ul ul .nav03 {}
#menu .menu ul ul .nav04 {}
#menu .menu ul ul .nav05 {} 
#menu .menu ul ul .nav07 {}


#menu .menu ul li:hover > ul  { display: block; *display:none; }
#menu .menu ul  {list-style: none;  padding: 0; margin: 0;}
#menu .menu ul li a{display:block;  padding-top:10px; margin:0; box-sizing: border-box; height:40px;}
#menu .menu li:hover {border:0px solid #065caf; }
#menu .menu li a:hover {color:#e7234c; }
#menu .menu ul:after  { content: ""; clear: both; display: block;  }
#menu .menu ul .nav_wrap1 .nav01 li:first-child { width:11%; float: left; text-align:center;   box-sizing: border-box; padding:0; margin:0;}
#menu .menu ul .nav_wrap1 .nav01 li:nth-child(2) { width:10%; float: left; text-align:center;   box-sizing: border-box; padding:0; margin:0;}
#menu .menu ul .nav_wrap1 .nav01 li:nth-child(3) { width:12%; float: left; text-align:center;   box-sizing: border-box; padding:0; margin:0;}
#menu .menu ul .nav_wrap2 .nav02 li:first-child { float: left; width:11%; text-align:center;   box-sizing: border-box; padding:0; margin:0;}
#menu .menu ul .nav_wrap3 .nav03 li:nth-child(1) { float: left; width:16%; text-align:center;   box-sizing: border-box; padding:0; margin:0;}
#menu .menu ul .nav_wrap3 .nav03 li:nth-child(4) { float: left; width:11%; text-align:center;   box-sizing: border-box; padding:0; margin:0;}
#menu .menu ul .nav_wrap3 .nav03 li:nth-child(5) { float: left; width:11%; text-align:center;   box-sizing: border-box; padding:0; margin:0;}
#menu .menu ul .nav_wrap3 .nav03 li:nth-child(6) { float: left; width:11%; text-align:center;   box-sizing: border-box; padding:0; margin:0;}

#menu .menu ul li { float: left; width:16%; text-align:center;   box-sizing: border-box; padding:0; margin:0;}
#menu .menu ul ul {margin: 0 auto; text-align:center;  width:100%;  background:rgba(110, 104, 104, 0.8); padding:5px 0 10px 0; position: absolute; top: 100%; left:0; margin-right:6px;  z-index:5; height:35px;  }
#menu .menu ul ul li  {width:14%; float: left;height:auto; border-right:0px; border-bottom:0px solid #dfdfdf; }
#menu .menu ul ul li.last {border-bottom:0;}
#menu .menu ul ul ul  { position: absolute; left: 100%; top:0;  }
#menu .menu li a {display: block; font-weight:bold; font-size:16px; line-height:22px;  margin: 2px 0em 0.9em 0em; border-right:0px solid #dfdfdf; }
#menu .menu ul li a.first { border-left:0px solid #dfdfdf;  }
#menu .menu ul li ul li a { color:#fff; font-size:14px; margin: 0; font-weight:bold; height:auto;  border-right:0px; }
#menu .menu li li:hover {border-bottom:0; }
#menu .menu li li a:hover {color:#e7234c;  text-decoration: none; margin: 0; background-image:none;}
#menu .menu li.member{display:none;}










/* hamMenu */
#hamMenu{ clear:both; color:#fff; width:100%; font-size:15px; box-sizing: border-box;  position:absolute; z-index: 100; background:rgba(210, 53, 86, 1.0);}
#hamMenu .menu {width:1100px; box-sizing: border-box;  margin:10px auto 0px auto ;  padding:0px 0px 0px 50px;   box-sizing: border-box;}
#hamMenu .menu ul ul  { display: none; padding: 0; margin: 0; }
#hamMenu .menu ul li > p  { display: block; *display:none; }
#hamMenu .menu ul > li ul  { display: block; *display:none; }
#hamMenu .menu ul  {list-style: none;  padding: 0; margin: 0; }
#hamMenu .menu ul li a{ display:block;  padding-top:10px; margin:0; box-sizing: border-box; height:43px;}
#hamMenu .menu li:hover {color: #fff; font-weight:bold; }
#hamMenu .menu ul:after  { content: ""; clear: both; display: block;  }
#hamMenu .menu ul p { background:rgba(210, 53, 86, 1.0); display: none; position:absolute; left:0; width:100%; height:250px; }
#hamMenu .menu ul li { float: left; width:16%; text-align:left; border-right:0px solid #dfdfdf;  box-sizing: border-box; padding:0; margin:0;}
#hamMenu .menu ul li a:hover{color:#fff}
#hamMenu .menu ul ul {  margin: 10px 0 0 0px; padding:0; position: absolute; top: 48px; border:0px solid #353535;   z-index:5;  }
#hamMenu .menu ul ul li  { float: none;  text-align:left; width:180px;  height:auto; border-right:0px; border-bottom:0px solid #dfdfdf; }
#hamMenu .menu ul ul li.last a{border-bottom:0;}
#hamMenu .menu li a {display: block; font-size:20px; font-weight:bold; margin: 2px 0em 0.9em 0em; border-right:0px solid #e1e1e1; }
#hamMenu .menu ul li a.first { border-left:0px solid #dfdfdf; }
#hamMenu .menu ul li ul li a {color:#dfdfdf; font-size:15px; margin: 0;  font-weight:normal; height:auto;  padding:10px 0px 5px 0px;  border-right:0px;}
#hamMenu .menu li li a:hover {  text-decoration: underline; margin: 0;  font-weight:bold; background-image:none; background-color:none; color:#fff; }











/*quick menu*/
section.quick {display:none; position:fixed; z-index:99999; right:0px; top:0px;   width:70px; overflow:hidden;  border-top:0px solid #343848; box-sizing:border-box; padding:0px;}
section.quick 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.quick ul {list-style-type:none; padding:0; margin:0; border-top:3px solid #343848; }
section.quick 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.quick ul li a:hover{ background-color:#fff; color:#333;}
section.quick ul li.quick_1 a{background-image:url("../../img/main/bg_quick_1.png"); background-repeat:no-repeat; background-position:center 10px;}
section.quick ul li.quick_2 a{background-image:url("../../img/main/bg_quick_2.png"); background-repeat:no-repeat; background-position:center 10px;}
section.quick ul li.quick_3 a{background-image:url("../../img/main/bg_quick_3.png"); background-repeat:no-repeat; background-position:center 10px;}
section.quick ul li.quick_4 a{background-image:url("../../img/main/bg_quick_4.png"); background-repeat:no-repeat; background-position:center 10px;}
section.quick 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.quick ul li.last a{border-bottom:0;}

/*서브메뉴*/
div.sub_img{display:block; width:1048px; float:right; box-sizing:border-box; height:183px; }
div.sub_img1{ background-color:#44617d; background-image:url("../../img/sub/0329_sub_visual_1.jpg"); background-repeat:repeat-x; background-position:center top;}
div.sub_img2{ background-color:#44617d; background-image:url("../../img/sub/0329_sub_visual_2.jpg"); background-repeat:repeat-x; background-position:center top;} 
div.sub_img3{ background-color:#44617d; background-image:url("../../img/sub/0329_sub_visual_3.jpg"); background-repeat:repeat-x; background-position:center top;}
div.sub_img4{ background-color:#44617d; background-image:url("../../img/sub/0329_sub_visual_4.jpg"); background-repeat:repeat-x; background-position:center top;} 
div.sub_img5{ background-color:#44617d; background-image:url("../../img/sub/0329_sub_visual_5.jpg"); background-repeat:repeat-x; background-position:center top;}
div.sub_img6{ background-color:#44617d; background-image:url("../../img/sub/0329_sub_visual_6.jpg"); background-repeat:repeat-x; background-position:center top;} 

/*본문*/
#contentWrap { overflow:hidden; width:1270px; margin:0 auto; min-height:550px; background-color:#fff; }
#contentWrap .right_wrap{width:1049px; border-left:1px solid #cacaca; float:right;}
#btnPrev {display:none;}
div.navi {width:99%; color:#999; text-align:right; }
div.navi img { vertical-align:middle; }
#subMenuWrap { float:left; overflow:hidden; width:220px; height:100%; }
#subMenuWrap #subTit { width:220px;  height:85px; }
#subMenuWrap .sub1 { background:url("../../img/sub/0329_bg_left1.jpg") left top no-repeat ; }
#subMenuWrap .sub2 { background:url("../../img/sub/bg_left1.jpg") left top no-repeat ; }
#subMenuWrap .sub3 { background:url("../../img/sub/bg_left1.jpg") left top no-repeat ; }
#subMenuWrap .sub4 { background:url("../../img/sub/bg_left1.jpg") left top no-repeat ; }
#subMenuWrap .sub5 { background:url("../../img/sub/bg_left1.jpg") left top no-repeat ; }
#subMenuWrap .sub6 { background:url("../../img/sub/bg_left1.jpg") left top no-repeat ; }
#subMenuWrap h3 { font-size:28px; text-align:center; padding-right:65px;  padding-top:37px; color:#e7234c;  }
#subMenu {height:100%;}
#subMenu ul { padding:0 ; margin:0;  list-style-type:none; }
#subMenu ul li {  padding:15px 15px 0px 27px; height:42px; margin:0; font-weight:bold; font-size:16px; line-height:27px;}
#subMenu ul li:last-child {border-bottom:0;}
#subMenu ul li.select_on {  color:#fff; font-weight:bold; background:#e7234c url("../../img/sub/0329_ico_left.png") 90% center no-repeat;  }

#contentWrap #content { float:right; width:1049px;  }
#contentWrap #content ul {list-style:none;}
#contentWrap #content ul li {list-style:none;}
#contentWrap #content ul#maintab {margin-left:45px; margin-top:20px;}
#contentWrap #content ul#maintab li {height:36px;}
#contentWrap #content h1.conTit_style {width:319px; }
#contentWrap #content .conTit_small {  text-align:right; width:319px; font-weight:normal; color:#a2a2a1; letter-spacing:5px; font-size:11px; padding:10px 0px 7px 0px;}
#contentWrap #content h1.conTit {  height:55px; text-align:right; width:319px;}
#contentWrap #content h1.conTit span.nav1 {  height:55px; text-align:right; width:319px; font-weight:normal; color:#1d1d1b; font-weight:bold; font-size:35px; padding:12px 0 12px 0px;}
#contentWrap #content h1.conTit span.nav2 {  height:55px; text-align:right; width:319px; font-weight:normal; color:#1d1d1b; font-weight:bold; font-size:35px; padding:12px 0 12px 0px;}
#contentWrap #content h1.conTit span.nav3 {  height:55px; text-align:right; width:319px; font-weight:normal; color:#1d1d1b; font-weight:bold; font-size:35px; padding:12px 0 12px 0px;}
#contentWrap #content h1.conTit span.nav4 {  height:55px; text-align:right; width:319px; font-weight:normal; color:#1d1d1b; font-weight:bold; font-size:35px; padding:12px 0 12px 0px;}
#contentWrap #content h1.conTit span.nav5 {  height:55px; text-align:right; width:319px; font-weight:normal; color:#1d1d1b; font-weight:bold; font-size:35px; padding:12px 0 12px 0px;}
#contentWrap #content h1.conTit span.nav6 {  height:55px; text-align:right; width:319px; font-weight:normal; color:#1d1d1b; font-weight:bold; font-size:35px; padding:12px 0 12px 0px;}
#contentWrap #content h1.conTit span.nav7 {  height:55px; text-align:right; width:319px; font-weight:normal; color:#1d1d1b; font-weight:bold; font-size:35px; padding:12px 0 12px 0px;}


#contentWrap #content h1.conTit span.nav1 span.conTit_kcic {  height:55px; text-align:right; width:319px; font-weight:normal; color:#e7234c; font-weight:bold; font-size:35px; padding:12px 0 12px 0px;}
#contentWrap #content h1.conTit span.nav2 span.conTit_size {  font-size:25px;}
#contentWrap #content h1.conTit span.nav2 span.conTit_size2 {  font-size:23px;}

#contentWrap #content h1.conTit span.nav3 span.conTit_kcic {  height:55px; text-align:right; width:319px; font-weight:normal; color:#e7234c; font-weight:bold; font-size:35px; padding:12px 0 12px 0px;}
#contentWrap #content h1.conTit span.nav3 span.conTit_size {  font-size:25px;}
#contentWrap #content h1.conTit span.nav3 span.conTit_size2 {  font-size:23px;}


#contentWrap #content h1.conTit span.conTit_kcic {  height:55px; text-align:right; width:319px; font-weight:normal; color:#e7234c; font-weight:bold; font-size:35px; padding:12px 0 12px 0px;}
#contentWrap #content span.bar {margin:10px 0; display:block; width:319px; height:2px; background:url("../../img/sub/0329_cont_bar.png") no-repeat; position:relative; top:32px; }
#contentWrap #content #location { text-align:right; }
#contentWrap #content #contentsArea  { margin:35px 0px 0px 0px; }
#contentWrap #content #contentsArea iframe.map{ height:450px; }
.root_daum_roughmap {width:100% !important;} /*다음맵*/
div#post_area {width:auto; padding: 50px 0px 50px 5px;}
.table_02 #post_area img {max-width:790px !important; height:auto !important; padding:0; margin:0;}
table td textarea[name="com_board_comment_contents"] { width:85%;}


/* 0329_푸터백업
#footer { width:100%; background-color:#3a404d; color:#cdcdcd; font-size:12px; }
#footer div.guide {width:100%; clear:both; background-color:#2c3342; padding:10px 0 11px 0; overflow:hidden; border-top:0px solid #e7e7e7; border-bottom:1px solid #202939;}
#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 #555;  }
#footer div.guide ul li.first {padding-left:1px;  }
#footer div.guide ul li.last {border-right:0;}
#footer div.guideBox {width:1000px; margin:0 auto;}
#footer div.guide div.sns {float:right; }
#footer div.guide div.sns a{padding:0 4px; opacity: 0.6; }
#footer div.guide div.sns a:hover{padding:0 4px; opacity: 1; }
#footer footer.copy {width:1000px; margin:0 auto; clear:both; padding:25px 0 50px 0; overflow:hidden; }
#footer div.copyL{  margin:0 auto;  float:left; padding-bottom:7px;}
#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 ;  }
*/


#footer { width:100%; background-color:#fff; color:#53252e; font-size:12px; border-top:1px solid #dcdcdc; }
#footer div.guide { width:390px;  text-align:center; margin:0 auto; clear:both; background-color:#fff; padding:10px 0 11px 0; overflow:hidden; }
#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 #555;  }
#footer div.guide ul li.first {padding-left:1px;  }
#footer div.guide ul li.last {border-right:0;}
#footer div.guideBox {width:1268px; margin:0 auto;}
#footer footer.copy {width:1268px; margin:0 auto; clear:both; padding:25px 0 20px 0; overflow:hidden; }
#footer div.copyL{  margin:0 auto;  float:left; padding-bottom:7px; width:100%;}
#footer div.copyL h3 {display:block; padding:1px 0 0 0; margin:0; float:left; font-size:19px;  }
#footer div.copyL ul { list-style-type:none;  padding:32px 0 0 0px; margin-left:173px;  line-height:20px; }
#footer div.copyL ul li{  }
#footer div.copyL ul li:first-child{ font-weight:bold;  }
#footer div.copyL ul li:last-child{ color:#a7a7a7;  }
#footer div.copyL ul li.first {background:none;}
#footer div.copyB { clear:both; border-top:0px solid #dfdfdf; padding:1px 0 20px 0 ;  }




/*board*/
div#post_area img {max-width:810px !important; height:auto !important; padding:0; margin:0;}
table td textarea[name="com_board_comment_contents"] {padding:0; margin:0 !important; width:85%;}



#header div.mob_logo,
section.mob_Box_06,
section.mob_Box_01 {display:none;}
}


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

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

body { font-size:12px;  color:#454545;  }
#top { background-color:#fff; }
#header {width:100%; padding:5px 0; position:absolute; top:0;  }
#header div.logo {text-align:center; padding:0; display:none; }
#header div.mob_logo{text-align:center; padding:0; display:block}
#header div.logo img { width:135px; padding-left:5px;display:none; }
#header div.mob_logo img { width:185px; }
aside.util { display:none; }
section.quick {display:none;} /*quick menu*/



.conTit_small, ul#maintab
 {display:none;}
 
.table_02   { width:100%!important; margin:0 auto; border-bottom:0px #e1e1e1 solid !important; border-top:3px #e7234c solid !important;    }


#subTit h3 {display:none;}
#subMenuWrap,div.navi {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 0px 0; }
#contentWrap #content img{ max-width:100%;  }
#contentWrap #content h1.conTit { border-top:1px solid #dadada; border-bottom:1px solid #dadada; font-size:1.7em; padding:12px 0 12px 15px; background-color:#f0f0f0; }
#contentWrap #content #location { display:none; }
#contentWrap #content #contentsArea  { width:100%;  margin-top:30px;}
#contentWrap #content #contentsArea iframe.map{ padding:0 5px; height:450px; }
#contentWrap #content #contentsArea .root_daum_roughmap{ width:100% !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 ;  }

/*board*/
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;}
td.comment_name {width:10%;}
table.board_comment_bgcolor table td.comment_txt[align="right"]  {width:10%;}
table td textarea[name="com_board_comment_contents"] {padding:0; margin:0 !important; width:65%;}
}


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

/* 회원가입 */
div.join { width:70%; margin:0 auto; }
div.join p {font-size:15px; padding-bottom:20px;}
table.tb_join {border:3px solid #e7234c; width:100%; padding:15px 0px; margin-bottom:50px;}
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:100%;}
div.join2 table table {width:100%; border-top:3px solid #e7234c;}
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;  font-size:12px; padding:10px 10px; border-left:none; border-right:none; }
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 :#f0eeef;}
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 ;}

/* 게시판 */
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:1px #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;}


select.member_border{height:32px;}
input.member_border{height:26px;vertical-align:bottom}



.table_02   { width:90%; margin:0 auto; border-bottom:0px #e1e1e1 solid !important; border-top:3px #e7234c solid !important;    }
.table_02 tr:FIRST-CHILD {background:#f3eded !important;}
.table_02 td  { border-bottom:1px #e1e1e1 solid; border-right:0px; height:45px; }
.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:30px; display:none; }
table #search_table { padding-top:0px; float:right; padding-right:54px;  margin-bottom:50px;}
div #ext_search td.est_cate_cell select{  height:35px; box-sizing:border-box; padding:6px 5px;}
div #ext_search td.est_keyword_cell input{height:35px; box-sizing:border-box; padding:7px 5px;}
div #ext_search td.est_btn_cell { padding:0 2px; background-color:#fff;}
div #ext_search .keywordform {width:200px;}

table.board_desc td{border:0;  }
td.board_desc {font-size:12px !important;}
table.gallery td[align="center"]{ vertical-align:top !important; }
table td.board_desc input[name="name"] {width:100px; }
table td.board_desc select[name="category"] {margin-left:10px; }
table td.board_desc input[name="title"] {width:80%; }
table td.board_desc input[name="secret[]"] {margin-left:10px;  }
table td.board_desc input[name="receiver_email"] {width:200px; }
table td.board_desc input[name="address"] {width:90%; margin-top:5px; }
table td.board_desc textarea[name="description"] {width:90%; }
table td.board_desc input[name="attachment[]"] {width:90% !important; }
table td.board_desc textarea[name="add7"]{width:90%; }
table td.board_desc textarea[name="add1"]{width:90% !important; }
table td.board_desc input[name="file_attachment[]"] {width:90% !important;;  margin-bottom:5px; }

.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:12px;font-family:굴림,돋움;color:#1d1d1b;font-weight:bold; clear:both; display:block; text-align:center; padding:15px; }
.paging b { font-size:12px; color:#d9002e; 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}

table.formmail_cell_bgcolor td{border:0; }
td.formmail_title_bgcolor {font-size:12px !important;}
td.formmail_cell_bgcolor { padding-left:10px !important; }
table td.formmail_cell_bgcolor input[name="name"] {width:100px; }
table td.formmail_cell_bgcolor input[name="title"] {width:80%; }
table td.formmail_cell_bgcolor input[name="receiver_email"] {width:200px; }
table td.formmail_cell_bgcolor input[name="address"] {width:90%; margin-top:5px; }
table td.formmail_cell_bgcolor textarea[name="description"] {width:90%; }
table td.formmail_cell_bgcolor input[name="attachment[]"] {width:90% !important; }

.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; width:620px; }
.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:26px; 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;}
