@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-size: 1em;
	/*font-family: 'HangeulNuri', sans-serif !important;*/
	/*font-family: 'NanumBarunGothic', sans-serif !important;*/
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Meiryo",sans-serif;
	/*font-family:'Noto Sans KR', 'Malgun Gothic', dotum, sans-serif;*/
	background:#FFF;
}

html, h1, h2, h3, h4, h5, h6, form, fieldset, img {
    margin: 0;
    padding: 0;
    border: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
    font-family: 'NanumSquare', 'Noto Sans KR', 'Malgun Gothic', dotum, sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block
}

ul, dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style: none;

}

legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow:hidden;
}

label, input, button, select, img {
    vertical-align:middle;
    font-size:1em;
}

textarea, select {
    font-family:'NanumSquare', dotum, sans-serif;
    font-size:1em;
}

select {
    margin:0;
}

p {
    margin: 0;
    padding: 0;
    word-break: break-all;
    color: #999999;
    font-size: 0.9em;
}

hr {
    display:none;
}

pre {
    overflow-x: scroll;
    font-size: 1.1em;
}

a {
    color: #000;
    text-decoration: none;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=text],input[type=password], textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
    -webkit-box-shadow:  0 0 5px #9ed4ff;
    -moz-box-shadow:  0 0 5px #9ed4ff;
    box-shadow: 0 0 5px #9ed4ff;
    border: 1px solid #558ab7 !important;
}

/*
 * Navbar
 */
.navbar {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background-color: #333f50;
	z-index: 1030;
}

.navbar .navbar-brand {
	color: #fff;
	font-weight: 500;
}

.navbar .nav {
	font-size: 1rem;
}

.navbar .nav .nav-link {
	color: #bfbfbf;
}

.navbar .nav .nav-link.active {
	color: #fff;
	font-weight: bold;
}

.container {
    width: 100%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
    font-size: 0.9em;
    text-align: center;
    color: #666;
    border-top: 1px solid #DDD;
}


/*
 * Navbar
 */
.navbar {
	position: fixed;
	top: 0;
	right: 0;
    left: 0;
    z-index: 1030;
    align-items: center;
}

.navbar .inner {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.navbar .navbar-brand {
    line-height: inherit;
    white-space: nowrap;
}

.main-banner {
    position: relative;
    width: 100%;
}

.main-banner .inner {
    margin: 0 auto;
}

.frame-officecall {
    position: fixed; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0; 
    width: 100%; 
    height: 100%; 
    border: none; 
    margin: 0; 
    padding: 0; 
    overflow: hidden; 
    z-index: 999999;
}