@charset "UTF-8";

@font-face{
    font-family:"NotoSansR";
    font-weight: 500;
    font-style: normal;
    src: url('/lmxsrv/font/NotoSans-Regular.woff2') format('woff2');
}

/*base*/
* {
 margin: 0;
 padding: 0;
 font-family:"NotoSansR", '맑은 고딕', MalgunGothic, '돋움', Dotum, Verdana, sans-serif;
 font-size: 13px;
 color: #333;
}

html, body {
 margin: 0;
 padding: 0;
 width: 100%;
}

/* 스크롤바 시작 */
body::-webkit-scrollbar {
    width: 15px;  /* 스크롤바의 너비 */
}
body::-webkit-scrollbar-thumb {
    background: #bbb; /* 스크롤바의 색상 */
    background-clip: padding-box;
  	border: 3px solid #f4f6f8;
  	border-radius: 10px;
}
/* 상하 (:vertical) 추가, 좌우(:horizontal) 추가 */
body::-webkit-scrollbar-track {
    background: #f4f6f8;  /*스크롤바 뒷 배경 색상*/
}
/* 스크롤바 끝 */

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: #db1303;
}

.colBlue {
 color: #2d87c9;
}

.font_b {
 font-weight: 600;
}

.Yscroll {
 overflow-y: scroll;
}

.fn {float:none !important;}

/* btn */
.btn2 {
 float: right;
 display: inline-block;
 text-align: right;
 font-size: 12px;
}

.btn2 * {
 display: inline-block;
 text-align: center;
}

.btn2 a {
 padding: 5px 10px;
 background-color: #a62c44;
 color: #fff !important;
 cursor: pointer;
 text-decoration: none !important;
 vertical-align: middle;
 font-weight:bold;
 box-sizing:border-box;
 line-height: 1;
}

a.btn_color00 {
 background-color: #258152;
}

a.btn_color01 {
 background-color: #888;
}

a.btn_color02 {
 background-color: #4c9d4a;
}

a.btn_color03 {
	background-color:#747f8d;
}

a.btn_color04 {
	background-color:#b0b3b9;
}

/*table수정삭제버튼*/
a.btn_modify, a.btn_delete {
 font-size:13px !important;	
 background-color: #fff;
 border: 1px solid #999;
 padding:4px 10px;
}

a.btn_modify {
 color: #2b76b4 !important;
}
a.btn_modify.col01 {
 color:#f7941e !important;
}

a.btn_delete {
 color: #d81920 !important;
}

/* common */
#wrap_outer {
 width: 100%;
 min-width: 1260px;
}

#wrap {
 position: relative;
 overflow: hidden;
}

#wrap #contents {
 min-height: 400px;
 position: relative;
 overflow: hidden;
 padding:35px 20px 20px 20px;
}

#wrap #footer {
 clear: both;
}

/* header display:inline*/
#header #tmenu {
 width: 100%;
 overflow: hidden;
 height: 64px;
 padding:0 21px 0 15px;
 box-sizing:border-box;
}

#header #tmenu h1 {
	float: left;
	padding: 11px 0 0 0;
}

#header #tmenu h1 img {
 float: left;
}

#header #tmenu h1 span {
	font-family:'맑은 고딕', 'Malgun Gothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #222;
	letter-spacing: -0.05em;
	margin:0 0 0 19px;
	float: left;
	position:relative;
	top:11px;
	transform: rotate(-0.03deg);
}

#header #tmenu h1 span:before{
	content:"";
	display:block;
	width:1px;
	height:16px;
	background:#949494;
	position:absolute;
	top:50%;
	left:-8px;
	transform:translateY(-50%);
}

#header #tmenu #topRight {
 float: right;
 margin-top: 21px;
}

#header #tmenu #topRight p {
 float: left;
 font-size: 14px;
 letter-spacing: -1px;
 color: #333;
 line-height: 22px;
 overflow: hidden;
}

#header #tmenu #topRight p strong {
 padding: 0 0 0 20px;
 font-weight:normal;
 color: #0d326f;
 font-size: 14px;
 font-weight:600;
 background: url('/images/service/common/login_bullet.png') no-repeat 0 50%;
}

#header #tmenu #topRight p .btn-logout {
 background-color:#fff;
 border:1px solid #016365;
 font-size:13px;
 font-weight:500;
 line-height: 23px;
 letter-spacing: -0.5px;
 color:#016365;		
 margin-left:5px;
 float:right;
 padding:0 7px;
 box-sizing: border-box;
}

#header #tmenu #topRight p .btn-logout:hover {
 background-color:#016365;
 border:1px solid #016365;
 color:#fff;
}

#header #tmenu #topRight #naviArea {
 font-size:14px;
 color: #333;
 float: left;
 margin: 0 0 0 15px;
 overflow: hidden;
}

#header #tmenu #topRight #naviArea li {
 float: left;
 padding: 0 10px;
 position:relative;
 /* background: url(/lmxmng/images/main/short_line.gif) no-repeat right 4px; */
}

#header #tmenu #topRight #naviArea li + li:before {content:''; display:block; width:1px; height:12px; background-color:#b4b4b4; position:absolute; top:50%; left:0; transform:translateY(-50%);}
#header #tmenu #topRight #naviArea li a {
 font-size: 14px;
 color:#333;
 line-height: 25px;
}

#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%;
 background-color:#ebf0f3;
}

#gnb li {
 float: left;
 width: 160px;
}

#gnb li a {
 display: block;
 height: 48px;
 line-height: 48px;
 background-color: #ebf0f3;
 text-align: center;
 font-weight: 600;
 font-size: 16px;
 color: #363334;
 letter-spacing: 0.2px;
}

#gnb li a:hover, #gnb li a:focus, #gnb .gnbOn {
 background-color: #276147;
 color:#fff;
}

/* 레프트메뉴 */
#leftMenuDiv {
 float: left;
 width: 228px;
}

#leftMenuDiv .loginBox {
 width: 208px;
 height: 40px;
 line-height: 40px;
 color: #fff;
 background-color: #5b5d5b;
 padding-left: 20px;
 font-size: 14px;
}

#leftMenuDiv .loginBox a {
 font-size: 14px;
 font-weight: 600;
 color: #fff;
}

#leftMenuDiv .lbox {
 overflow: hidden;
 padding:15px 10px;
 background-color: #ebebeb;
}

#leftMenuDiv .lbox li {
 color: #333;
 font-size:13px;
}

#left li {
	margin-top:10px;
}

#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: #1f898b;
}

.left_menu .left_mtxt {
 height: 38px;
 line-height: 38px;
 border: 1px solid #cacaca;
 border-top: none;
 font-weight: 600;
 color: #686868;
}
/*
.left_menu .left_mtxt::before {
	content:'';
	width:4px;
	height:4px;
	background-color:#004b86;
	border-radius:50%;
	position:absolute;
	left:10px;
	top:18px;	
}*/


.left_menu .left_mtxt a {
 display: block;
 font-size:14px;
 padding-left: 20px;
}

/* .left_menu .left_mtxt a:hover {
 color: #005128;
} */

#lf_banner a {
 display: block;
 margin-bottom: 5px;
 position:relative;
}
#lf_banner a span {font-size:15px; color:#333; position:absolute; top:20px; right:31px;}
#lf_banner a:hover span {font-weight:600;}

/*메인 게시판*/
#rg_con {
 margin-left:248px; 
}

#rg_con #tle_visual {
 float: left;
 width: 992px;
 margin-bottom: 20px;
}

.mainconts {
 width: 100%;
 overflow: hidden;
}

.mainconts .main_board {
 width: 50%;
 min-height: 540px;
 padding:0 20px;
 float: left;
 box-sizing:border-box;
 position:relative;
}

.mainconts .main_board.main_inquiry {
 margin-right: 0px;
}

.mainconts .main_board h2 {
 font-size: 18px;
 font-weight: bold;
 color: #333;
 letter-spacing:-0.075em;
 padding-bottom:10px;
 border-bottom:1px solid #ddd;
 margin-bottom:15px;
}

.mainconts .main_board .mlist {
 width:100%;
}

.mainconts .main_board .mlist li + li {	
 	margin-top: 8px;
}

.mainconts .main_board .mlist li.no-result {
 font-size:14px;	
 text-align:center;
}

.mainconts .main_board .mlist li .new {
 padding-left: 5px;
}

.mainconts .main_board .mlist li a {
 width:80%;
 font-size:14px;
 color: #333;
 display:block;
 float:left; 
 text-overflow: ellipsis;
 overflow: hidden;
 white-space: nowrap;
}

.mainconts .main_board .mlist li a:hover {
 font-weight: 600;
 color: #333;
}

.mainconts .main_board .mlist li a .icon_header {
	font-family: "NotoSansL",sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #005128;
    float: left;
    margin-right: 7px;
}

.mainconts .main_board .mlist .date {
 width:20%;
 font-size:14px;
 color:#666;
 text-align:right;
 display:inline-block;
}

.mainconts .main_board .more {
 position: absolute;
 top: 12px;
 right: 25px;
}

/* footer */
#footer {
 position: relative;
 width: 100%;
 overflow: hidden;
 border-top: 1px solid #cacaca;
}

#footer img {
 padding:10px 0 0 20px;
 float: left;
}

#footer .address {
 float: left;
 margin: 15px 0 0 20px;
 color: #333;
 line-height: 15px;
}

#footer .address span {
 font-size: 11px;
}

/*20190703 관리자아이프레임라인*/
.btn-box {
 padding:7px 5px;
 border-width:1px 0;
 border-style:solid;
 border-color:#ccc;
 background-color: rgb(244, 244, 244);
 overflow:hidden;
 position:relative;
}

.btn-box:before, .btn-box:after {
 content:'';
 display:block; 
 width:1px;
 height:38px;
 background-color:#ccc;	
}

.btn-box:before {
 position:absolute;
 left:0;
 top:0;	
}

.btn-box:after {
 position:absolute;
 right:0;
 top:0;
}

.iframe-con01 {
 border-width:0 1px;
 border-style:solid;
 border-color:#ccc;
}

.iframe-con02 {
 border-width:0 1px 0 0;
 border-style:solid;
 border-color:#ccc;
}

.iframe-con03 {
 border-width:0 1px;
 border-style:solid;
 border-color:#ccc;
}

.iframe-con04 {
 border-width:0 1px 1px;
 border-style:solid;
 border-color:#ccc;
}