@CHARSET "UTF-8";
/*base*/
* {
 margin: 0;
 padding: 0;
 font-family: "맑은 고딕", MalgunGothic, "돋움", Dotum, Verdana, sans-serif;
 font-size: 12px;
 color: #333;
}

html, body {
 margin: 0;
 padding: 0;
 width: 100%;
}

div, ul, ol, dl, dt, dd, form, fieldset, td, th, li, h1, h2, h3, h4, h5,
 h6, p {
 padding: 0;
 margin: 0;
}

a {
 text-decoration: none;
}

fieldset, img {
 border: none;
}

table {
 border-spacing: 0;
 border-collapse: collapse;
 margin: 0;
 padding: 0;
}

ul, ol {
 list-style: none;
}

em {
 font-style: normal;
}

legend {
 overflow: hidden;
 visibility: hidden;
 position: absolute;
 top: 0;
 left: -100px;
 width: 0;
 height: 0;
 font-size: 0;
 line-height: 0;
}

caption {
 overflow: hidden;
 visibility: hidden;
 width: 0;
 height: 0;
 font-size: 0;
 line-height: 0;
}

.hide {
 display: none;
}

/* margin */
.mt2 {
 margin-top: 2px;
}

.mt5 {
 margin-top: 5px;
}

.mt10 {
 margin-top: 10px;
}

.mt12 {
 margin-top: 12px;
}

.mt13 {
 margin-top: 13px;
}

.mt15 {
 margin-top: 15px;
}

.mt18 {
 margin-top: 18px;
}

.mt20 {
 margin-top: 20px;
}

.mt26 {
 margin-top: 26px;
}

.mt28 {
 margin-top: 28px;
}

.mt27 {
 margin-top: 27px;
}

.mt30 {
 margin-top: 30px;
}

.mt34 {
 margin-top: 34px;
}

.mt35 {
 margin-top: 35px;
}

.mt50 {
 margin-top: 50px;
}

.mb2 {
 margin-bottom: 2px;
}

.mb4 {
 margin-bottom: 4px;
}

.mb5 {
 margin-bottom: 5px;
}

.mb6 {
 margin-bottom: 6px;
}

.mb9 {
 margin-bottom: 9px;
}

.mb12 {
 margin-bottom: 12px;
}

.mb13 {
 margin-bottom: 13px;
}

.mb14 {
 margin-bottom: 14px;
}

.mb15 {
 margin-bottom: 15px;
}

.mb17 {
 margin-bottom: 17px;
}

.mb18 {
 margin-bottom: 18px;
}

.mb20 {
 margin-bottom: 20px;
}

.mb22 {
 margin-bottom: 22px;
}

.mb25 {
 margin-bottom: 25px;
}

.mb28 {
 margin-bottom: 28px;
}

.mb30 {
 margin-bottom: 30px;
}

.ml4 {
 margin-left: 4px;
}

.ml5 {
 margin-left: 5px;
}

.ml8 {
 margin-left: 8px;
}

.ml20 {
 margin-left: 20px;
}

.ml50 {
 margin-left: 50px;
}

.ml90 {
 margin-left: 90px;
}

.ml144 {
 margin-left: 144px;
}

.ml170 {
 margin-left: 170px;
}

.mr3 {
 margin-right: 3px;
}

.mr5 {
 margin-right: 5px;
}

/* padding */
.pl10 {
 padding-left: 10px;
}

.pr10 {
 padding-right: 10px;
}

.tc {
 text-align: center;
}

.tl {
 text-align: left;
}

.colRed {
 color: #fb5900;
}

.colBlue {
 color: #2d87c9;
}

.font_b {
 font-weight: 600;
}

.Yscroll {
 overflow-y: scroll;
}

/* btn */
.btn2 {
 float: right;
 display: inline-block;
 text-align: right;
 font-size: 12px;
}

.btn2 * {
 display: inline-block;
 line-height: 22px;
 text-align: center;
}

.btn2 a {
 height: 22px;
 padding: 0 10px;
 background-color: #1f60a8;
 color: #fff !important;
 cursor: pointer;
 text-decoration: none !important;
 vertical-align: middle;
 font-weight: normal;
}

a.btn_color00 {
 background-color: #47a3da;
}

a.btn_color01 {
 background-color: #444;
}

a.btn_color02 {
 background-color: #2da3a5;
}

/*table수정삭제버튼*/
a.btn_modify, a.btn_delete {
 background-color: #fff;
 border: 1px solid #999;
}

a.btn_modify {
 color: #d81920 !important;
}

a.btn_delete {
 color: #1f60a8 !important;
}

/* common */
#wrap_outer {
 width: 100%;
 min-width: 1260px;
 background: url(/lmxmng/images/main/m_top_bg.png) repeat-x left top;
}

#wrap {
 position: relative;
 width: 1240px;
 margin: 0 auto;
 overflow: hidden;
}

#wrap #header {
 width: 1240px;
 z-index: 1;
}

#wrap #contents {
 width: 1240px;
 min-height: 400px;
 position: relative;
 overflow: hidden;
 padding-bottom: 15px;
 margin-top: 32px;
}

#wrap #footer {
 clear: both;
}

/* header display:inline*/
#header #tmenu {
 width: 100%;
 overflow: hidden;
 float: left;
 height: 64px;
}

#header #tmenu h1 {
 float: left;
 padding: 6px 0 0 0;
}

#header #tmenu h1 img {
 float: left;
}

#header #tmenu h1 span {
 display: inline-block;
 font-size: 18px;
 font-weight: bold;
 color: #0c2d82;
 letter-spacing: -0.5px;
 margin: 12px 0 0 10px;
}

#header #tmenu #topRight {
 float: right;
 margin-top: 28px;
}

#header #tmenu #topRight p {
 float: left;
 font-size: 13px;
 letter-spacing: -1px;
 color: #666666;
 line-height: 22px;
 overflow: hidden;
}

#header #tmenu #topRight p strong {
 padding: 0 0 5px 20px;
 font-weight: normal;
 color: #0d326f;
 font-size: 13px;
 background: url('/images/service/common/login_bullet.png') no-repeat 0 0;
}

#header #tmenu #topRight p a {
 margin-left: 5px;
 color: #666666;
 float: right;
}

#header #tmenu #topRight #naviArea {
 color: #666666;
 float: left;
 margin: 2px 0 0 15px;
 overflow: hidden;
}

#header #tmenu #topRight #naviArea li {
 float: left;
 background: url(/lmxmng/images/main/short_line.gif) no-repeat right 4px;
 padding: 0 10px 0 10px;
}

#header #tmenu #topRight #naviArea li a {
 font-size: 13px;
}

#header #tmenu #topRight #naviArea .lastLi {
 background: none;
 padding-right: 0;
}

#header #tmenu #topRight #naviArea a:hover {
 color: #333333;
 text-decoration: underline;
}

/* gnb */
#gnb {
 overflow: hidden;
 width: 100%;
}

#gnb li {
 float: left;
 width: 137px;
}

#gnb li a {
 display: block;
 height: 48px;
 line-height: 48px;
 background-color: #49586b;
 text-align: center;
 font-weight: 600;
 font-size: 16px;
 color: #fff;
 letter-spacing: 0.2px;
}

#gnb li a:hover, #gnb li a:focus {
 background-color: #1f60a8;
}

#gnb .gnbOn {
 background-color: #1f60a8;
}

/* 레프트메뉴 */
#leftMenuDiv {
 float: left;
 width: 228px;
}

#leftMenuDiv .loginBox {
 width: 208px;
 height: 40px;
 line-height: 40px;
 color: #fff;
 background-color: #1f60a8;
 padding-left: 20px;
 font-size: 14px;
}

#leftMenuDiv .loginBox a {
 font-size: 14px;
 font-weight: 600;
 color: #fff;
}

#leftMenuDiv .lbox {
 overflow: hidden;
 padding: 17px 17px 15px 17px;
 background-color: #ebebeb;
}

#leftMenuDiv .lbox li {
 color: #333333;
}

#leftMenuDiv .lbox li strong {
 display: inline-block;
 padding-left: 15px;
 background-position: 0 50%;
 background-repeat: no-repeat;
}

#leftMenuDiv .lbox li .ico_lbox01 {
 background-image: url(/lmxmng/images/main/ico_lbox01.png);
}

#leftMenuDiv .lbox li .ico_lbox02 {
 background-image: url(/lmxmng/images/main/ico_lbox02.png);
}

#leftMenuDiv .lbox li a {
 color: #f25d1f;
 font-weight: 600;
}

#leftMenuDiv .lbox li a:hover {
 text-decoration: underline;
}

#leftMenuDiv .subMenu {
 overflow: hidden;
 margin-bottom: 20px;
}

#leftMenu {
 float: left;
 width: 228px;
 letter-spacing: -0.1;
}

#leftMenu .loginBox {
 width: 204px;
 height: 28px;
 line-height: 28px;
 color: #fff;
 background-color: #134383;
 padding-left: 24px;
}

#leftMenu .loginBox a {
 font-weight: 600;
 color: #ffffff;
}

#leftMenu .loginBox2 {
 width: 204px;
 height: 26px;
 line-height: 26px;
 color: #fff;
 background-color: #178fce;
 border-bottom: 2px solid #ffffff;
 padding-left: 24px;
}

#leftMenu .loginBox2 a {
 font-weight: 600;
 color: #ffffff;
}

#leftMenu .lbox {
 width: 100%;
 overflow: hidden;
 background-color: #ebebeb;
}

#leftMenu .lbox li {
 color: #333333;
 padding: 12px 10px 6px 24px;
}

#leftMenu .lbox li a {
 color: #f25d1f;
 font-weight: 600;
}

#leftMenu .lbox li a:hover {
 text-decoration: underline;
}

#leftMenu .lbox2 {
 width: 100%;
 overflow: hidden;
 background-color: #ebebeb;
 padding-bottom: 10px;
}

#leftMenu .lbox2 li {
 color: #333333;
 padding: 12px 0 0 24px;
}

#leftMenu .lbox2 li a {
 color: #f25d1f;
 font-weight: 600;
}

#leftMenu .lbox2 li a:hover {
 text-decoration: underline;
}

#leftMenu .lbox2 dl dd {
 padding-top: 3px;
}

.left_menu .left_mtit {
 height: 40px;
 line-height: 40px;
 padding-left: 20px;
 font-weight: 600;
 color: #fff;
 font-size: 15px;
}

.left_menu .mtitbg {
 background-color: #747474;
}

.left_menu .left_mtxt {
 height: 38px;
 line-height: 38px;
 border: 1px solid #cacaca;
 border-top: none;
 background: url(/lmxmng/images/main/left_sicon.png) no-repeat 11px 50%;
 font-weight: 600;
 color: #686868;
}

.left_menu .left_mtxt a {
 display: block;
 padding-left: 20px;
}

.left_menu .left_mtxt a:hover {
 color: #1f60a8;
}

#lf_banner a {
 display: block;
 margin-bottom: 5px;
}

/*메인 게시판*/
#rg_con {
 float: right;
 width: 992px;
}

#rg_con #tle_visual {
 float: left;
 width: 992px;
 margin-bottom: 20px;
}

#rg_con .mainconts {
 width: 992px;
 overflow: hidden;
 float: left;
}

#rg_con .mainconts .main_board {
 position: relative;
 width: 465px;
 height: 465px;
 float: left;
 margin-right: 54px;
}

#rg_con .mainconts .main_board.main_inquiry {
 margin-right: 0px;
}

#rg_con .mainconts .main_board h2 {
 font-size: 14px;
 font-weight: 600;
 color: #333333;
 padding-bottom: 6px;
}

#rg_con .mainconts .main_board .mlist {
 width: 465px;
 padding: 5px 0 0 3px;
 background: url("/lmxmng/images/main/mtit_bgline.gif") repeat-x left top;
}

#rg_con .mainconts .main_board .mlist li {
 overflow: hidden;
 padding-top: 4px;
 height: 22px;
 background: url("/lmxmng/images/main/bullet.gif") no-repeat 0 10px;
}

#rg_con .mainconts .main_board .mlist li img {
 vertical-align: middle;
}

#rg_con .mainconts .main_board .mlist li .new {
 padding-left: 5px;
}

#rg_con .mainconts .main_board .mlist span {
 position: absolute;
 right: 3px;
 width: 80px;
}

#rg_con .mainconts .main_board .mlist li a {
 padding-left: 9px;
 color: #666666;
}

#rg_con .mainconts .main_board .mlist li a:hover {
 font-weight: 600;
 color: #333333;
}

#rg_con .mainconts .main_board .more {
 position: absolute;
 top: 5px;
 left: 450px;
}

/* footer */
#footer {
 position: relative;
 width: 1240px;
 margin: 0 auto;
 overflow: hidden;
 border-top: 1px solid #cacaca;
 padding-top: 5px;
}

#footer img {
 padding-top: 10px;
 float: left;
}

#footer .address {
 float: left;
 margin: 10px 0 0 20px;
 color: #333;
 line-height: 15px;
}

#footer .address span {
 font-size: 11px;
}