@charset "UTF-8";
@import url("https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&family=Roboto:wght@400;700&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	width: 100%;
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
	color: #666;
	font-weight: 300;
	font-size: 1.6rem;
	font-family: 'Noto Sans KR', 'NanumSquare', 'NanumGothic', 'Malgun Gothic', 'Open Sans', 'Arial', sans-serif;
	letter-spacing: -0.03rem;
}

hr,
legend,
caption {
	display: none;
}

img,
fieldset {
	border: 0 none;
	vertical-align: top;
}

dl,
ul,
ol,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
ul,
li,
ol,
th,
td,
p,
blockquote,
form,
fieldset,
legend {
	margin: 0;
	padding: 0;
}

i {
	font-style: normal;
}

table {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}

input,
select,
textarea {
	font-size: 1.6rem;
	font-family: 'Noto Sans KR', 'NanumSquare', 'NanumGothic', 'Malgun Gothic', 'Open Sans', 'Arial', sans-serif;
	vertical-align: middle;
	font-weight: 300;
	border-radius: 0;
	border: 1px solid #ddd;
	outline: none;
}

textarea {
	width: 100%;
	resize: none;
	padding: 15px;
	color: #666;
	border: 1px solid #ddd;
	-webkit-appearance: none;
	border-radius: 0;
	background: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
	font-weight: 300;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
	font-weight: 300;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #999;
	font-weight: 300;
}

input::placeholder,
textarea::placeholder {
	color: #999;
	font-weight: 300;
}

body,
th,
td,
input,
button {
	font-family: 'Noto Sans KR', 'NanumSquare', 'NanumGothic', 'Malgun Gothic', 'Open Sans', 'Arial', sans-serif;
	line-height: 1.6;
	color: #666;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
ul,
li,
ol,
th,
td,
p,
blockquote,
form,
fieldset,
legend,
textarea,
div {
	word-break: keep-all;
}

caption {
	display: none;
}

input,
textarea,
button {
	line-height: 1.5;
	vertical-align: middle;
	outline: none;
}

a {
	vertical-align: middle;
	text-decoration: none;
	word-break: keep-all;
	font-family: 'Noto Sans KR', 'NanumSquare', 'NanumGothic', 'Malgun Gothic', 'Open Sans', 'Arial', sans-serif;
	letter-spacing: -0.03rem;
}

a:link,
a:visited {
	text-decoration: none;
}

a:link:hover,
a:active {
	text-decoration: none;
}

button {
	cursor: pointer;
	border: none;
	padding: 0;
	background-color: inherit;
}

input[type="text"],
input[type="date"],
input[type="tel"],
input[type="password"] {
	height: 48px;
	margin: 0;
	position: relative;
	padding: 0 15px;
	font-size: 1.6rem;
	font-weight: 400;
	color: #333;
	font-family: 'Noto Sans KR', 'NanumSquare', 'NanumGothic', 'Malgun Gothic', 'Open Sans', 'Arial', sans-serif;
	border: 1px solid #ddd;
	border-radius: 0;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
	cursor: pointer;
	border: 0;
	background-color: inherit;
}

select {
	height: 48px;
	padding: 0 30px 0 15px;
	color: #333;
	font-size: 1.6rem;
	font-family: 'Noto Sans KR', 'NanumSquare', 'NanumGothic', 'Malgun Gothic', 'Open Sans', 'Arial', sans-serif;
	border: 1px solid #ddd;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	background: url("../images/sub/arr_select.png") no-repeat right 18px center #fff;
	background-size: 15px;
}

select::-ms-expand {
	display: none;
}

select,
input[type="button"],
input[type="submit"],
label {
	cursor: pointer;
}

.clear::after {
	content: '';
	display: block;
	clear: both;
}

.f_l {
	float: left;
}

.f_r {
	float: right;
}

.inner {
	max-width: 1470px;
	margin: 0 auto;
	padding: 0 15px;
}

.mobile {
	display: none !important;
}

.txt_none {
	font-size: 0;
	text-indent: -99999px;
}

.font_18 {
	font-size: 1.8rem;
}

.pri01 {
	color: #1479d7 !important;
}
/* 
.pri02 {
	color: #487030 !important;
} */

.pri03 {
	color: #1f3c88 !important;
}

.pri04 {
	color: #824217 !important;
}

.txt_gray {
	color: #333 !important;
}

.txt_light {
	color: #999 !important;
}

.txt_normal {
	font-weight: 400;
}

.txt_medium {
	font-weight: 500;
}

.txt_bold {
	font-weight: 600;
}

.txt_black {
	font-weight: 800;
}

.txt_c {
	text-align: center !important;
}

.txt_r {
	text-align: right !important;
}

.txt_l {
	text-align: left !important;
}

.txt_under {
	text-decoration: underline;
}

.line_wide {
	line-height: 1.9;
}

.mt_05 {
	margin-top: 5px;
}

.mt_1 {
	margin-top: 10px;
}

.mt_2 {
	margin-top: 20px;
}

.mt_3 {
	margin-top: 30px;
}

.mt_4 {
	margin-top: 40px;
}

.mt_5 {
	margin-top: 50px;
}

.mt_8 {
	margin-top: 80px;
}

.mb_1 {
	margin-bottom: 10px;
}

.mb_2 {
	margin-bottom: 20px;
}

.mb_3 {
	margin-bottom: 30px;
}

.mb_5 {
	margin-bottom: 50px;
}

.mb_8 {
	margin-bottom: 80px;
}

.ml_1 {
	margin-left: 10px;
}

.pl_1 {
	padding-left: 10px;
}

@media screen and (min-width: 768px) {
	html {
		font-size: 10px;
	}
}

@media screen and (max-width: 768px) {
	html {
		font-size: 23px;
	}

	img {
		width: 100%;
	}

	.inner {
		padding: 0 1.3rem;
	}

	.pc {
		display: none !important;
	}

	.mobile {
		display: block !important;
	}

	.mt_05 {
		margin-top: .3rem;
	}

	.mt_1 {
		margin-top: .5rem;
	}

	.mt_2 {
		margin-top: 1rem;
	}

	.mt_3 {
		margin-top: 1.5rem;
	}

	.mt_4 {
		margin-top: 2rem;
	}

	.mt_5 {
		margin-top: 2.5rem;
	}

	.mt_8 {
		margin-top: 4rem;
	}

	.mb_1 {
		margin-bottom: .5rem;
	}

	.mb_2 {
		margin-bottom: 1rem;
	}

	.mb_3 {
		margin-bottom: 1.5rem;
	}

	.mb_5 {
		margin-bottom: 2.5rem;
	}

	.mb_8 {
		margin-bottom: 4rem;
	}

	.ml_1 {
		margin-left: .5rem;
	}

	.font_18 {
		font-size: 1.2rem;
	}


	input[type="text"],
	input[type="date"],
	input[type="tel"],
	input[type="password"] {
		height: 3.2rem;
		font-size: 1rem;
		padding: 0 .8rem;
	}

	select {
		height: 3.2rem;
		font-size: 1rem;
		padding: 0 2.6rem 0 .8rem;
		background-position: right .8rem center;
		background-size: .7rem;
	}

	textarea {
		font-size: 1rem;
		padding: 1.2rem;
	}
}

@media screen and (max-width: 768px) {
	html {
		font-size: 22.69px;
	}

	body {
		font-size: 1rem;
	}


}

@media screen and (max-width: 700px) {
	html {
		font-size: 22.36px;
	}
}

@media screen and (max-width: 690px) {
	html {
		font-size: 22.04px;
	}
}

@media screen and (max-width: 680px) {
	html {
		font-size: 21.72px;
	}
}

@media screen and (max-width: 670px) {
	html {
		font-size: 21.39px;
	}
}

@media screen and (max-width: 660px) {
	html {
		font-size: 21.07px;
	}
}

@media screen and (max-width: 650px) {
	html {
		font-size: 20.75px;
	}
}

@media screen and (max-width: 640px) {
	html {
		font-size: 20.42px;
	}
}

@media screen and (max-width: 630px) {
	html {
		font-size: 20.1px;
	}
}

@media screen and (max-width: 620px) {
	html {
		font-size: 19.77px;
	}
}

@media screen and (max-width: 610px) {
	html {
		font-size: 19.45px;
	}
}

@media screen and (max-width: 600px) {
	html {
		font-size: 19.13px;
	}
}

@media screen and (max-width: 590px) {
	html {
		font-size: 18.8px;
	}
}

@media screen and (max-width: 580px) {
	html {
		font-size: 18.48px;
	}
}

@media screen and (max-width: 570px) {
	html {
		font-size: 18.17px;
	}
}

@media screen and (max-width: 560px) {
	html {
		font-size: 17.84px;
	}
}

@media screen and (max-width: 550px) {
	html {
		font-size: 17.53px;
	}
}

@media screen and (max-width: 540px) {
	html {
		font-size: 17.21px;
	}
}

@media screen and (max-width: 530px) {
	html {
		font-size: 16.89px;
	}
}

@media screen and (max-width: 520px) {
	html {
		font-size: 16.57px;
	}
}

@media screen and (max-width: 510px) {
	html {
		font-size: 16.25px;
	}
}

@media screen and (max-width: 500px) {
	html {
		font-size: 15.93px;
	}
}

@media screen and (max-width: 490px) {
	html {
		font-size: 15.62px;
	}
}

@media screen and (max-width: 480px) {
	html {
		font-size: 15.29px;
	}
}

@media screen and (max-width: 470px) {
	html {
		font-size: 14.98px;
	}
}

@media screen and (max-width: 460px) {
	html {
		font-size: 14.66px;
	}
}

@media screen and (max-width: 450px) {
	html {
		font-size: 14.34px;
	}
}

@media screen and (max-width: 440px) {
	html {
		font-size: 14.02px;
	}
}

@media screen and (max-width: 430px) {
	html {
		font-size: 13.71px;
	}
}

@media screen and (max-width: 420px) {
	html {
		font-size: 13.38px;
	}
}

@media screen and (max-width: 410px) {
	html {
		font-size: 13.07px;
	}
}

@media screen and (max-width: 400px) {
	html {
		font-size: 12.75px;
	}
}

@media screen and (max-width: 390px) {
	html {
		font-size: 12.43px;
	}
}

@media screen and (max-width: 380px) {
	html {
		font-size: 12.11px;
	}
}

@media screen and (max-width: 370px) {
	html {
		font-size: 11.79px;
	}
}

@media screen and (max-width: 360px) {
	html {
		font-size: 11.47px;
	}
}

@media screen and (max-width: 350px) {
	html {
		font-size: 11.16px;
	}
}

@media screen and (max-width: 340px) {
	html {
		font-size: 10.83px;
	}
}

@media screen and (max-width: 330px) {
	html {
		font-size: 10.52px;
	}
}

@media screen and (max-width: 320px) {
	html {
		font-size: 10.2px;
	}
}