@charset "utf-8";
/* font nanum */
@font-face {
	font-family: NanumBarunGothic;
	font-style: normal;
    font-weight: 300;
    src: url('../../webFont/NanumBarunGothicLight.woff2') format('woff2'),
    url('../../webFont/NanumBarunGothicLight.woff') format('woff');
}
@font-face {
	font-family: NanumBarunGothic;
	font-style: normal;
    font-weight: 400;
    src: url('../../webFont/NanumBarunGothic.woff2') format('woff2'),
    url('../../webFont/NanumBarunGothic.woff') format('woff');
}
@font-face {
	font-family: NanumBarunGothic;
	font-style: normal;
    font-weight: 500;
    src: url('../../webFont/NanumBarunGothicBold.woff2') format('woff2'),
    url('../../webFont/NanumBarunGothicBold.woff') format('woff');
}

/* font noto */
@font-face {
	font-family: NotoSans;
	font-style: normal;
    font-weight: 400;
    src: url('../../webFont/NotoSansKR-Regular.woff2') format('woff2'),
    url('../../webFont/NotoSansKR-Regular.woff') format('woff'),
    url('../../webFont/NotoSansKR-Regular.otf') format('opentype');
}
@font-face {
	font-family: NotoSans;
	font-style: normal;
    font-weight: 500;
    src: url('../../webFont/NotoSansKR-Medium.woff2') format('woff2'),
    url('../../webFont/NotoSansKR-Medium.woff') format('woff'),
    url('../../webFont/NotoSansKR-Medium.otf') format('opentype');
}
@font-face {
	font-family: NotoSans;
	font-style: normal;
    font-weight: 600;
    src: url('../../webFont/NotoSansKR-Bold.woff2') format('woff2'),
    url('../../webFont/NotoSansKR-Bold.woff') format('woff'),
    url('../../webFont/NotoSansKR-Bold.otf') format('opentype');
}

/*font roboto*/
@font-face {
	font-family: roboto;
	font-style: normal;
    font-weight: 600;
    src: url('../../webFont/Roboto-Bold.woff2') format('woff2'),
    url('../../webFont/Roboto-Bold.woff') format('woff'),
    url('../../webFont/Roboto-Bold.otf') format('opentype');
}
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, article, aside, hgroup, header, footer, figure, figcaption, nav, section {
    margin:0;
    padding:0;
    border:0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section, iframe {display:block;}
img,fieldset,iframe,input,label,button,select,th,td {vertical-align:middle;}

* {
    font-family: NanumBarunGothic, NotoSans, roboto, 돋움, sans-serif;
    font-size:14px;
    color:#3a3a4a;
    font-weight:400;
    word-break:normal;
}
body {
    width:100%;
    line-height:1;
}
ul,ol,li {list-style:none;}
i, em, address {font-style:normal;}
a {text-decoration:none;}
button {border:none; cursor:pointer; padding:0;}
iframe {
    width:100%;
    height:100%;
    border:none;    
    box-sizing:border-box;
    overflow-y:hidden;
}

textarea {line-height:22px; padding:0;}
textarea.noresize {resize:none;}

select, input[type="text"], input[type="password"] {
    min-height:40px;
    border:1px solid #cacaca;
    border-radius:5px;
    font-size:14px;
    box-sizing:border-box;
}
/* IE 10, 11 */
/*select::-ms-expand {display:none;}*/

select {text-align-last:center;}
input[type="text"], input[type="password"] {padding:0 17px;}
input[type="text"] {ime-mode:active;}

input[type=text]::-ms-clear {display:none;}
input::-webkit-input-placeholder {color:#92929a;}
input:-ms-input-placeholder {color:#92929a;}
input::placeholder {color:#92929a;opacity:1;}

textarea::-webkit-input-placeholder {color:#92929a;}
textarea:-ms-input-placeholder {color:#92929a;}
textarea::placeholder {color:#92929a;opacity:1;}

/*checkbox, radio design*/
.checks {position:relative;}
.checks input[type="checkbox"], .checks input[type="radio"]  {
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    border:0
} 
.checks input[type="checkbox"] + label, .checks input[type="radio"] + label {
    font-size:15px;
    padding:3px 0;
    display:inline-block;
    position:relative;
    padding-left:30px;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
 }
 .checks input[type="checkbox"] + label:before, .checks input[type="radio"] + label:before {
     content:'';
     position:absolute;
     left:0;
     top:0;
     width:18px;
     height:18px;
     text-align:center;
     background:#fff;
     border:1px solid #d5d5d5;
}
.checks input[type="radio"] + label:before {border-radius:100%;}
.checks input[type="checkbox"]:checked + label:before {
    content:'';
    display:block;
    width:18px;
    height:18px;
    background:url('../../../images/lmx/service/common/btn_checked.png') no-repeat 0 0;
    border:1px solid #45465b;
}
.checks input[type="radio"]:checked + label:before {
    background: #44465c;
    border-color:#44465c;
}
.checks input[type="radio"]:checked + label:after {
    content:'';
    position:absolute;
    top:2px;
    left:6px;
    width:8px;
    height:8px;
    background:#fff;
    border-radius:100%;
}

table {
    width:100%;
    border-collapse:collapse;
    border-spacing:0;
    table-layout:fixed;
}
caption {overflow:hidden; visibility:hidden; width:0; height:0; font-size:0; line-height:0;}
.blind {
    width:1px;
    height:1px;
    font-size:1px;
    line-height:0;
    text-indent: -9999em;
    margin:-1px;
    display:block;
    clip:rect(0,0,0,0);
    position:absolute;
    overflow:hidden;
}
.hide {width:0; height:0; font-size:0; line-height:0; overflow:hidden; position:absolute;}
.clearfix::after {content:""; display:block; clear:both;}
.scroll-y {overflow-y:auto;}

/*button*/
.btn-base {
    text-align:center;
    line-height:1;
    color:#fff;
    letter-spacing:-0.026em;
    border-radius:5px;
    background-color:#58606b;
    border:1px solid #58606b;
    display:inline-block;
    box-sizing:border-box;   
}
a.btn-base {text-decoration:none !important;}
.btn-box .btn-base + .btn-base {margin-left:12px;}
/*.btn-box.ml-s .btn-base + .btn-base {margin-left:5px;}*/

.btn-base.small {   
    min-height:32px;    
    padding:7px 12px;
    font-size:15px;    
}
.btn-base.medium {
    min-height:40px;
    padding:11px 16px;  
    font-size:15px;  
}
.btn-base.large {
    min-width:80px;
    min-height:48px;    
    padding:15px 20px;
    font-size:16px;
}
.btn-base:hover, .btn-base:focus {background-color:#44465c; border-color:#44465c;}

.btn-base.col01 {background-color:#ee0700; border:1px solid #ee0700;}
.btn-base.col01:hover, .btn-base.col01:focus {background-color:#ca021e; border:1px solid #ca021e;}

.btn-base.col02, .btn-base.col02:hover, .btn-base.col02:focus {
    background-color:#f1f1f1;
    border:1px solid #e1e1e3;
    color:#6c6d73;
}
.btn-base.col02:hover, .btn-base.col02:focus {color:#ca021e;}
.btn-base.col03 {background-color:#fff; color:#44465c; border:1px solid #69727e;}
.btn-base.col03:hover, .btn-base.col03:focus {background-color:#f1f1f1;}

.btn-base.col04 {background-color:#4971D1; color:#fff; border:1px solid #4971D1;}
.btn-base.col04:hover, .btn-base.col04:focus {background-color:#315BBF;}

.btn-delete, .btn-down, .btn-modify {
    text-align:center;
    display:inline-block;
    padding:8px 13px;
    border-radius:5px;
    box-sizing:border-box;
    cursor:pointer;
    margin-left:12px;
    background:#fff;
}
.btn-delete {
    font-size:14px;
    color:#ed0e06;
    border:1px solid #ee0700;   
}
.btn-down {
    font-size:15px;
    color:#6c6d73;
    border:1px solid #f1f1f1;
    background-color:#f1f1f1;
}
.btn-modify {
    font-size:14px;
    color:#529B54;
    border:1px solid #25B539;   
}

.btn-delete:hover, .btn-delete:focus,
.btn-down:hover, .btn-down:focus,
.btn-modify:hover, .btn-modify:focus {
	text-decoration:underline;
}

.btn-box {
    font-size:0;
    margin-top:30px;
    text-align:right;
}
.btn-box.al-c {text-align:center;}
.btn-box.al-l {text-align:left;}
.btn-box.al-r {text-align:right;}
.btn-box.al-r.mr40 {margin-right:40px;}
.btn-box.al-l .btn-base {margin:0 12px 0 0;}
.btn-box-full {
    padding:5px 30px;
    text-align:right;
}
.btn-box.no-margin {
	margin-top:0;
}
.btn-box.margin10 {
	margin-top:10px;
}
.tb-btn-box {font-size:0;}
.tb-btn-box a + a, .tb-btn-box button + button {margin-left:5px;}

/*layout*/
#wrap {width:100%; min-width:1180px;}
.lay-inner {width:100%; max-width:1200px; margin:0 auto;}
.lay-l {float:left;}
.lay-r {float:right;}
.f-clear {float:none !important;}
.no-under {text-decoration:none !important;}

.ta-left {text-align:left !important;}
.ta-center {text-align:center !important;}
.ta-right {text-align:right !important;}

.tb-lay {display:table;width:100%;}
.tb-lay>li {display:table-cell;}

/*margin*/
.ml0 {margin-left:0px;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mb10 {margin-bottom:10px;}
.mt20 {margin-top:20px !important;}
.mb20 {margin-bottom:20px;}
.mt30 {margin-top:30px;}
.mb30 {margin-bottom:30px;}

.desc-section {}
.desc-section li {
	font-size:14px;
	letter-spacing:-0.02em;
	color:#6c6d73;
	margin-top:5px;
}

/* common */
.mng-wrap {}
.mng-wrap h3 {
	font-size:32px;
	margin-bottom:50px;
	font-family:NotoSans;
	font-weight:600;
}
#wrap {position:relative; width:100%; margin:0 auto; overflow:hidden;}
#wrap #contents{
	width:100%; 
	position:relative; 
	overflow:hidden; 
	padding-top:30px;
	}
#wrap #footer{clear:both;}
	
.top-menu {padding:10px 30px; background-color:#f9f9fb; overflow:hidden;}
   .top-menu .lay-r ul {margin-top:6px; overflow:hidden;}
   .top-menu .lay-r ul>li {float:left; margin-left:35px;}
   .top-menu .lay-r ul>li strong {
   	font-size:13px;
   	font-weight:600;
   }
   .top-menu .lay-r ul>li a, .top-menu .lay-r ul>li, .top-menu .lay-r ul>li span {
       font-family:NotoSans;
       font-size:13px;
       color:#44445c;
       letter-spacing:-0.01em;
   }
   .top-menu .lay-r .btn-logout {
   	font-size:12px;
   	padding:0 5px;
   	background-color:#58606B;  
   	color:#fff; 	
   }
   
   .top-menu .lay-r ul>li a:hover, .top-menu .lay-r ul>li a:focus {text-decoration:underline;}
   .top-menu .lay-r ul>li:last-child a {color:#f83823;}	
	
	/* gnb menu */
	.gnb-area {height:105px; padding:0 30px; border-bottom:1px solid #e1e3e6;}
    .gnb-area h1 {float:left;}
    .gnb-area h1 a {display:block;}
    .gnb-area h1 a img {margin-top:5px;}
    .lay-inner>ul {padding-top:45px; float:right;}        
    .lay-inner>ul>li {float:left;}
    .lay-inner>ul>li>a {
        font-family:NotoSans;
        font-weight:600;
        font-size:17px;
        color:#44455a;
        letter-spacing:-0.01em;
        padding:0 4px;
        display:block;
        cursor:pointer;
    }
    .lay-inner>ul>li:last-child a {
    	padding-right:0;
    }
    .lay-inner>ul>li>a:hover, .lay-inner>ul>li>a:focus {
    	color:#ee0701;
    	text-decoration:underline;
    }  

	/* 레프트메뉴 */
	#leftMenuDiv {float:left; width:220px;}
	#leftMenuTop {margin-bottom:30px;}
	#leftMenuTop .loginBox p {
		background-color:#58606B;
		color:#fff;		
		padding:12px 10px;
	}
	#leftMenuTop .loginBox p a {
		font-weight:500; 
		color:#fff;
	}
	#leftMenuTop .lbox {
		overflow:hidden;
		background-color:#f6f6f6;
		padding:10px;
	}
	#leftMenuTop .lbox li, #leftMenuTop .lbox li strong, #leftMenuTop .lbox li a {
		font-size:12px;
	}
	.lbox li strong {font-weight:500;}
	#leftMenuTop .lbox li + li {
		margin-top:10px;
	}
	#leftMenuTop .lbox li a:hover{text-decoration:underline;}
	#leftMenu {
		min-height:500px;
	}
	
	.aside-mng-gnb {
	    width:210px;
	    min-height:430px;
	    padding:30px 25px;
	    border-radius:20px;
	    border:1px solid #e8e8e8;
	    box-shadow: 0px 0px 0px 5px rgba(236, 236, 236, 0.75);
	    box-sizing:border-box; 
	    margin:5px;
	}
	
	.aside-mng-gnb h2 {
	    font-size:26px;
	    font-family:NotoSans;
	    font-weight:600;
	    padding-bottom:30px;
	    border-bottom:1px solid #3a3a4a;
	}
	.aside-mng-gnb {}
	.aside-mng-gnb>li {border-bottom:1px solid #e1e3e6;}
	.aside-mng-gnb>li>a {
	    font-size:15px;
	    display:block;
	    padding:13px 0 13px 5px;
	}
	.aside-mng-gnb>li>a:hover, .aside-mng-gnb>li>a:focus, .aside-mng-gnb>li>a.on {
	    background-color:#ee0700;
	    color:#fff;
	    font-weight:600;
	}
	
	/* footer */
	#footer {position:relative; width:100%; margin:0 auto; overflow:hidden;}
	#footer img {float:left;margin-right:20px;}
	#footer address p{float:right; font:11px verdana,sans-serif; font-style:normal; color:#898989; letter-spacing:-0.2px;padding-top:15px;}


/*common tabs*/
.tabs-02 {
	width:100%;
	overflow:hidden;
	font-size:0;  
	position:relative; 
	margin-bottom:25px; 
}
.tabs-02::after {
    content:'';
    width:100%;
    height:1px;
    background-color:#bec2c8;
    display:block;
    position:absolute;
    right:0;
    bottom:0;
}
.tabs-02 li {display:inline-block; }
.tabs-02 li a {
    min-width:180px;
    padding:16px 0;
    border:1px solid #bec2c8;
    background:#fff;
    font-size:15px;
    color:#3a3a4a;
    text-align:center;
    box-sizing:border-box;
    display:block;
}
.tabs-02 li + li a {border-left:0;}
.tabs-02 li a:hover, .tabs-02 li a:focus, .tabs-02 li a.on {
    background-color:#ee0700;
    border:1px solid #ee0700;
    color:#fff;
}

/*탭*/
#tab {
	border-bottom:1px solid #bec2c8; 
	margin-bottom:25px;
}
#tab ul {font-size:0;}
#tab ul li {
	display:inline-block;
}
#tab ul li a {
	min-width:180px;
    padding:16px 0;
    border:1px solid #bec2c8;
    background:#fff;
    font-size:15px;
    color:#3a3a4a;
    text-align:center;
    box-sizing:border-box;
    display:block;
}
#tab .tabg.count-04 li a {
	min-width:140px;
}

#tab ul li.t a {
	border:1px solid #bec2c8;
	border-bottom:none;
	background-color:#fff;
	color:#3a3a4a;
}
#tab ul li.t a:hover, #tab ul li.t a:foucs {
	border:1px solid #ee0700;
	border-bottom:none;
	background-color:#ee0700;
	color:#fff;
}
#tab ul li.t_o a {
	border:1px solid #ee0700;
	border-bottom:none;
	background-color:#ee0700;
	color:#fff;
}
#tab ul li + li a {border-left:0 !important;}


	