html {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'NanumSquare',sans-serif;
	font-weight: 700;
	font-size: 17px;
}

.margin-none {
	margin: 0px;
}

.text_title {
	display: inline-block;
	margin: 25px auto 25px auto;
	padding-left: 20px;
	padding-right: 20px;
	border-left: solid 2px rgba(33, 46, 81, 1);
	border-right: solid 2px rgba(33, 46, 81, 1);
	font-size: 54px;
	font-weight: 700;
	color: rgba(33, 46, 81, 1);
}

.text_guide {
	line-height: 25px;
	font-size: 17px;
}

.text_guide2 {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	transform: skew(-0.03deg);
}

.text_guide3 {
	font-size: 17px;
	font-weight: 800;
	color: rgba(219, 68, 85, 1);
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

.float_right {
	float: right;
}

.bc_gray {
	background-color: #efeff3;
}

.bc_blue {
	background-color: rgba(67, 114, 153, 1);
}

.f_bold {
	font-weight: bold;
}

.inline {
	display: inline-block;
}

.top {
	width: 100%;
	text-align: center;
}

.content {
	width: 1280px;
	height: auto;
	margin: 20px auto;
	text-align: center;
}

.content2 {
	width: auto;
	height: auto;
	margin-top: 40px;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 20px;
	background-color: white;
}

.content3 {
	width: 660px;
	margin: 20px auto;
	padding: 20px;
	border: solid 2px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.content4 {
	width: 700px;
	margin: 0 auto;
	border: solid 2px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.content4 img {
	width: 600px;
	height: 371px;
	margin-top: 20px;
	border: solid 2px rgba(0, 0, 0, 0.1);
}

.content5 {
	width: 700px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

.content6 {
	width: 660px;
	margin: 20px auto;
	padding: 20px;
	border: dashed 2px rgba(219, 68, 85, 1);
	border-radius: 10px;
}

#btnPlugIn {
	width: 150px;
	height: 65px;
	line-height: 65px;
	display: inline-block;
	position: relative;
	margin: 25px auto;
	padding-left: 25px;
	padding-right: 25px;
	background-color: rgba(67, 114, 153, 1);
	color: white;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}
