﻿@charset "utf-8";
/* 초기화 */

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(../../fonts/NotoSansKR-Thin.woff2) format('woff2'),
       url(../../fonts/NotoSansKR-Thin.woff) format('woff'),
       url(../../fonts/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(../../fonts/NotoSansKR-Light.woff2) format('woff2'),
       url(../../fonts/NotoSansKR-Light.woff) format('woff'),
       url(../../fonts/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(../../fonts/NotoSansKR-Regular.woff2) format('woff2'),
        url(../../fonts/NotoSansKR-Regular.woff) format('woff'),
        url(../../fonts/NotoSansKR-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(../../fonts/NotoSansKR-Medium.woff2) format('woff2'),
        url(../../fonts/NotoSansKR-Medium.woff) format('woff'),
        url(../../fonts/NotoSansKR-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(../../fonts/NotoSansKR-Bold.woff2) format('woff2'),
        url(../../fonts/NotoSansKR-Bold.woff) format('woff'),
        url(../../fonts/NotoSansKR-Bold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url(../../fonts/NotoSansKR-Black.woff2) format('woff2'),
        url(../../fonts/NotoSansKR-Black.woff) format('woff'),
        url(../../fonts/NotoSansKR-Black.otf) format('opentype');
 }


* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
html {
	height: 100%;
}
body {
	height: 100%;
	background: #fff;
	line-height: 1;
	font-family: 'Noto Sans KR', Dotum, Arial, sans-serif;
	font-size: 16px;
	color: #55565a;
	overflow-x:hidden;
}
    body#popup {
        background:#fff;
    }
    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, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
        margin: 0;
        padding: 0;
        vertical-align: middle;
        font-family:'Noto Sans KR', Dotum, Arial, sans-serif;
    }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, fieldset {
	border: 0;
}
input {
	height:28px;
	vertical-align: middle;
	border: 1px solid #dbe3e2;
	padding: 4px 9px;
}
select {
	margin: 0;
	background: #fff url('../../images/manager/common/select_arrow.png') no-repeat 100% 50%;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height:28px;
	padding: 0 40px 0 10px;
	border: 1px solid #dbe3e2;
	color: #8599a8;
	vertical-align: middle;
}
select::-ms-expand {
display: none;
}
input[type=file] {
	font-size: 14px;
	padding: 0;
	margin-right: 4px;
}
input:read-only {
  background-color: #f6f8fa;
}
input::placeholder {
 color: #8599a8;
}
textarea::placeholder {
 color: #8599a8;
}
textarea {
	border: 1px solid #dbe3e2;
	padding: 10px;
}
input, textarea, button, select {
	font-family:'Noto Sans KR', Dotum, Arial, sans-serif;
	color: #757575;
}
address, caption, cite, code, dfn, em, var {
	font-style: normal;
	font-weight: normal;
}
label {
	cursor: pointer;
}
/* For Screen Reader */
legend {
	display: none;
	visibility: hidden;
}
/* For Screen Reader */
caption {
	display: none;
	visibility: hidden;
}
a {
	color: #666;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:active, a:hover, a:focus {
	text-decoration: none;
}
a:hover {
	color: #333;
}
:hover, :focus, :active {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.m0 {
	margin: 0px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt80 {
	margin-top: 40px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}
@media screen and (max-width:640px) {
.mt80 {
	margin-top: 20px !important;
}
}

.cle {
	clear: both;
}
.fl_n {
	float: none!important;
}
.fl_l {
	float: left;
}
.fl_r {
	float: right;
}
.text-center {
	text-align: center!important;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left !important;
}


.wid50 {width:50%;}
.wid100 {width:100%;}
.wid100px {width:200px;}


.font-red {color:#ef427f;}
.font-green {color:#0aa849;}
.font-green1 {color:#3db166;}

.blind{overflow:hidden;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0}

.clearfix{*zoom:1;}
.clearfix:after{clear:both; display:block; content:"";}


.hidden {display:none;font-size:0;height:0;}

.checkbox {
	position: relative;
}
.checkbox:after {
	display: block;
	clear: both;
	content: "";
}
.checkbox input[type="checkbox"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
.checkbox input[type="checkbox"] + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox input[type="checkbox"] + label:before {
	content: ' ';
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	margin: -2px 8px 0 0;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 50%;
}
.checkbox input[type="checkbox"]:checked + label:before {
	content: '\e928';
	color: #fff;
	background: #192857;
	border-color: #192857;
	font-family: xeicon;
	font-size: 16px;
}

.msg {clear:both;color:#ef427f;font-size:0.9em;margin-top:20px;}
.msg1 {clear:both;color:#3db166;font-size:0.9em;margin-bottom:10px;}
