@charset "utf-8";
/*********************************************
	공통영역
**********************************************/

* {
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
body {
	min-width: 1200px;
	font-family: 'Nanum Gothic';
}
/*img {
	max-width: 100%;
}*/
label, button {
	cursor: pointer;
}
i {
	font-style: normal;
}
a {
	text-decoration: none;
}
.fix-layout {
	position: relative;
	max-width: 1900px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.fix-layout.no-pad {
	padding: 0 !important;
}
.txt-left {
	text-align: left !important;
}
.txt-center {
	text-align: center !important;
}
.txt-right {
	text-align: right !important;
}
.pen-light {
	display: inline-block;
	padding: 5px 22px;
	font-style: normal;
}
.pen-light.black {
	background: #000;
	color: #fff;
}
/*********************************************
	여백속성
**********************************************/

.box {
	position: relative;
	overflow: hidden;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt85 {
	margin-top: 85px !important;
}
.mt90 {
	margin-top: 90px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.mt110 {
	margin-top: 110px !important;
}
.mt120 {
	margin-top: 120px !important;
}
.mt130 {
	margin-top: 130px !important;
}
.mt140 {
	margin-top: 140px !important;
}
.mt150 {
	margin-top: 150px !important;
}
.mt160 {
	margin-top: 160px !important;
}
.mt170 {
	margin-top: 170px !important;
}
.mt180 {
	margin-top: 180px !important;
}
.mt190 {
	margin-top: 190px !important;
}
.mt200 {
	margin-top: 200px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb65 {
	margin-bottom: 65px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.mb110 {
	margin-bottom: 110px !important;
}
.mb120 {
	margin-bottom: 120px !important;
}
.mb130 {
	margin-bottom: 130px !important;
}
.mb140 {
	margin-bottom: 140px !important;
}
.mb150 {
	margin-bottom: 150px !important;
}
.mb160 {
	margin-bottom: 160px !important;
}
.mb170 {
	margin-bottom: 170px !important;
}
.mb180 {
	margin-bottom: 180px !important;
}
.mb190 {
	margin-bottom: 190px !important;
}
.mb200 {
	margin-bottom: 200px !important;
}
hr.line {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	height: 1px;
	background: #d7d7d7;
}
 *::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: rgba(0, 0, 0, 0.2);
}
*::-webkit-scrollbar {
width: 10px;
height: 5px;
background-color: transparent;
}
*::-webkit-scrollbar-thumb {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background: #403750;
border: none;
border-radius: 6.0em;
}

