@font-face {
	font-family: 'NotoSansKR';
	src:url('../fonts/Noto_Sans_KR/NotoSansKR-Regular.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NotoSansKR';
	src:url('../fonts/Noto_Sans_KR/NotoSansKR-Bold.otf');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'NotoSansKR';
	src:url('../fonts/Noto_Sans_KR/NotoSansKR-Black.otf');
	font-weight: 900;
	font-style: normal;
}
body{
	font-family: 'NotoSansKR', sans-serif;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
	margin-bottom: 0;
	font-weight: bold;
	word-break:keep-all;
}
a{
	text-decoration: none !important;
}
.font-bold{
	font-weight: bold;
}

p{
	font-size:1rem;
	margin-bottom: 0rem;
    word-break: break-all;
}
@media screen and (max-width: 767px) {
	h3{
		font-size:1.8rem;
	}
	h4{
		font-size:1.5rem;
	}
	h5{
		font-size: 1.2rem;
	}
	h6{
		font-size:1rem;
	}
	p{
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 576px) {
	h3{
		font-size:1.7rem;
	}
	h4{
		font-size:1.3rem;
	}
	table{
		font-size: 0.7rem;
	}
	table td, table th {
    	padding: .5rem;
    }
}
@media (min-width: 1720px){
	.wide-container {
	    max-width: 1600px;
	}
}
@media (min-width: 992px){
	
}
ul{
	padding: 0rem;
}
li{
	list-style: none;
	padding:0;
}

hr {
    border: 1px solid #000;
    
}

a:visited {
	background: none;
}
section{
	position: relative;
}
textarea{
	resize:none;
}
dl, ol, ul {
	margin-bottom: 0;
}

/* Footer */
#footer {
	background-color: #444;
	color: #fff;
	font-weight:bold;
	padding: 0;
}
#footer h4{
	font-size: 2rem !important;
}
#footer h6{
	font-size: 1.2rem !important;
}
#footer p{
	font-size: 1rem !important;
}
#footer > .container a {
	color: #fff;
}
#footer > .container a:hover {
	color: rgba(255, 255, 255, 0.5);
}
#footer > .container{
	padding:1.5rem 1rem;
}
#footer > .container .link-list{
	margin-bottom: 2rem;
}
#footer > .container .link-list > li {
	display: inline-block;
	font-size: 1rem;
}

#footer > .container .link-list > li:before {
	content: '/';
	display: inline-block;
	color: #fff;
	margin: 0 10px
}
#footer > .container .link-list > li:first-child:before {
	display: none;
}
#footer > .container .copyright {
    font-weight: normal;
}
#footer > .container .copyright > span{
	margin-right:1rem;
}
#footer > .container .copyright > span:last-child{
	margin-right:0rem;
}
#footer button{
	background-color: #fff;
	box-shadow: inset 0 0 0 1px #ffffff;
	color: rgba(0, 0, 0, 0.8);
}
#footer button:hover{
	background-color: #fff;
	box-shadow: inset 0 0 0 1px #ffffff;
	color: rgba(0, 0, 0, 0.8);
}

#footer .footer-bottom {
	padding: 0.7rem 0 0.7rem 0;
	text-align: left;
	background-color: #111;
}
#footer .family-wrapper .btn, #footer .family-wrapper .dropdown-menu{
	width: 100%;
	
}
#footer .family-wrapper a{
	color: rgba(0, 0, 0, 0.8) !important;
	font-weight: bold;
}
#footer .family-wrapper a:hover{
	color: rgba(0, 0, 0, 0.5) !important;
}
#footer .family-wrapper .dropdown-menu{
	margin:0px;
}
#footer .family-wrapper .dropdown-toggle::after {
    content: '▼';
	position: absolute;
	right: 15px;
	font-family: 'Metrize-Icons';
	font-size: 18px;
	-webkit-transition: transform 0.2s ease;
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
	border:0px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);	
}
#footer .family-wrapper.show>.dropdown-toggle:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
#footer .family-wrapper.show .dropdown-toggle{
	background-color: #fff !important;
	color: rgba(0, 0, 0, 0.8) !important;
}


/*              반응형                                  */
@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    max-width: 1320px;
	}
}
/*1200이상일때*/
@media (min-width: 1200px){

}
/* 1200이하 일때*/
@media screen and (max-width: 1200px) {
	
}
/*992이상일때*/
@media (min-width: 992px){
}

/* 992이하 일때*/
@media screen and (max-width: 992px) {
	#footer > .container .copyright {
		margin-bottom: 1rem;
	}
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 576px) {
	#footer .link-list a{
		font-size: 0.85rem;
	}
	#footer .copyright {
	    font-size: 0.8rem;
	}
}
@media screen and (max-width: 400px) {
}