﻿@charset "UTF-8";
html {
	height: 100%;
}

/*body .article{
	margin: 0;
	padding: 0;
	font-family:맑은 고딕, 'malgun gothic', 돋움, dotum, AppleGothic, sans-serif;
	background-color: #fff;
	color: #333;
	font-size: 12px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0px;
}*/
body .article{
	font-family:맑은 고딕, 'malgun gothic', 돋움, dotum, AppleGothic, sans-serif;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, form, fieldset, p, button, b {
	margin: 0;
	padding: 0;
	font-weight:100;
	/*
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	*/
}
/*.article h1, .article h2, .article h3, .article h4, .article h5, .article em, .article strong{
	font-weight: normal;
	letter-spacing: -0.5px;
	font-style: normal;
}*/
a {
	color: #333;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #000;
}
a.rollover img {
	border-width: 0px;
	display: inline;
}
a.rollover img.over {
	display: none;
}
a.rollover:hover {
	border: 0px;
}
a.rollover:hover img {
	display: none;
}
a.rollover:hover img.over {
	display: inline;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, form, fieldset, p, button {
	padding: 0;
	margin: 0;
}

input, select, button {
	vertical-align: middle;
}

form {
	margin: 0;
}

li {
	list-style-type: none;
	list-style-image: none;
}

img {
	border: 0px;
	margin: 0px;
}

hr{
    border-style: none;
    height: 1px;
    background-color: #cccccc;
    display: block;
    border-style: none;
    margin:0;
}
th{
	font-weight:normal;
}
.fs0{
	font-size: 0;
}

/*.center-wrap {
	margin: 0 auto;
	width: 1152px;
	position: relative;
}*/

.text-left {
	text-align: center;
}

.text-right {
	text-align: center;
}

.text-center {
	text-align: center;
}

.clear-after:after {
	content: " ";
	display: table;
	clear: both;
}
.tc{
	text-align: center;
}
.tl{
	text-align: left;
}
.tr{
	text-align: right;
}
.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.shadow {
	box-shadow: 6px 6px 20px -3px #333;
	-moz-box-shadow: 6px 6px 20px -3px #333;
	-webkit-box-shadow: 6px 6px 20px -3px #333;
}

.noto{
	font-family:'noto';
}

.inbold{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.preview-bg {
    width: 100%;
    height: 100%;
    top: 0;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 50;
    position: fixed;
    display: none;
}
.close-preview {
    color: #FFF;
    background: #3752a1;
    font-size: 16px;
    font-weight: bold;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 85;
    border: 2px solid #000;
    border-right: none;
    display: none;
}
.preview-box {
    width: 100%;
    height: 700px;
    top: 50%;
    margin-top: -350px;
    position: fixed;
    z-index: 60;
    right: -100%;
    display: none;
}
.page-title {
    border-bottom: 1px solid #efefef;
    margin-left: 0;
	margin-top: 45px;    
}
.page-title h4.title{
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -1px;
    display: inline-block;
    padding: 3px 0px 12px 5px;
    width: 220px;
}
/*.page-title p.location{
	position: absolute;
    right: 16px;
    top: 61px;
    font-size: 13px;
    letter-spacing: -1px;
    color: #888;
}*/
.page-title p.location strong {
    color: #000;
}
.page-title p.location span {
    padding: 0 5px;
}