@charset "utf-8";
/* CSS Document */
/* 기본폰트 : Noto Sans KR (고딕), Noto Serif KR(명조)
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Serif KR", serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&family=Noto+Serif+KR:wght@700&display=swap');

html {
	scroll-behavior: auto;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "Noto Sans KR", sans-serif;
	line-height: 1.6em;
	font-size: 16px;
	color: #454545;
	box-sizing: border-box;
	line-height: inherit;
	word-break: keep-all;
}
a,
a:focus,
a:hover {
	color: #454545;
	text-decoration: none;
	outline: 0;
	transition: all 0.2s ease-in 0s;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
ol,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
input,
textarea,
button,
select,
div,
a {
	font-family: inherit;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	letter-spacing: -0.07em;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}
input,
input:focus,
select,
select:focus {
	outline: none;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	text-decoration: none;
}

figure {
	margin: 0;
}

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

button:active,
button:focus {
	border: none;
	outline: none;
}

img {
	max-width: 100%;
	vertical-align: top;
	display: inline-block;
	image-rendering: -moz-crisp-edges;
   image-rendering:   -o-crisp-edges;
   image-rendering: -webkit-optimize-contrast;
   image-rendering: crisp-edges;
   -ms-interpolation-mode: nearest-neighbor; 
}

table {
	width: 100%;
	vertical-align: middle;
	border-collapse: collapse;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

/* IE10 이상을 위한 css */
input::placeholder,
textarea::placeholder {
	color: #b6b6b6;
	opacity: 1;
	/* 파이어폭스에서 뿌옇게 나오는 현상을 방지하기 위한 css */
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #b6b6b6;
}

/* IE */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #b6b6b6;
}

/* Firefox */
input:-mos-input-placeholder {
	color: #b6b6b6;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	/* WebKit browsers */
	color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: transparent;
}

/* IE9 이하를 위한 css */
.placeholder {
	color: #ddd;
}

a {
	text-decoration: none;
}

button {
	cursor: pointer;
}


.bg-brown {
	background-color: #7a6d62 !important;
	color: #fff !important;
}
.bg-gray {
	background-color: #f5f1f0 !important;
}

.bg-black {
	background-color: #222222 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-f0f0f0 {
	background-color: #f0f0f0 !important;
}

.bg-f5f5f5 {
	background-color: #f5f5f5 !important;
}
.bg-tomato {
	background-color: #b00100 !important;
	color: #fff !important;
}
.bg-yellow {
	background-color: #b98822 !important;
	color: #fff !important;
}
.text_red {
	color: #ff0000;
}
.text-primary {
	color: #28a7e1;
}
.text-white {
	color: #fff;
}
.text-black {
	color: #000;
}
.text-tomato {
	color: #b00100;
}
.text-yellow {
	color: #b98822;
}
.mark-yellow {
	display: inline-block;
	font-size: inherit;
	font-weight: normal;
	line-height: 1em;
	padding: 4px 10px;
	min-width: 70px;
	text-align: center;
	background-color: #edc325;
	color: #fff;
}
.mark-tomato {
	display: inline-block;
	font-size: inherit;
	font-weight: normal;
	line-height: 1em;
	padding: 4px 10px;
	min-width: 70px;
	text-align: center;
	background-color: #b00100;
	color: #fff;
}
.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto;
}

.w5per {
	width: 5%;
}

.w10per {
	width: 10%;
}

.w15per {
	width: 15%;
}

.w20per {
	width: 20%;
}

.w22d5per {
	width: 22.5%;
}

.w25per {
	width: 25%;
}

.w24per {
	width: 24%;
}

.w30per {
	width: 30%;
}

.w35per {
	width: 35%;
}

.w40per {
	width: 40%;
}

.w43per {
	width: 43%;
}

.w45per {
	width: 45%;
}

.w50per {
	width: 50%;
}

.w55per {
	width: 55%;
}

.w60per {
	width: 60%;
}

.w65per {
	width: 65%;
}

.w70per {
	width: 70%;
}

.w80per {
	width: 80%;
}

.w88per {
	width: 88%;
}

.w90per {
	width: 90%;
}

.w100per {
	width: 100%;
}

.w150p {
	width: 150px !important;
}

.w260p {
	width: 260px !important;
}

.w500p {
	width: 500px;
}

.w600p {
	width: 600px;
}

.w700p {
	width: 700px;
}

.fc_balck {
	color: #000;
}

.fc_222 {
	color: #222;
}

.fc_666 {
	color: #666;
}

.fc_blue {
	color: #28abe3;
}

.fs14p {
	font-size: 14px;
}

.fs15p {
	font-size: 15px;
}

.fs16p {
	font-size: 16px;
	line-height: 24px;
}

.fs18p {
	font-size: 18px;
}

.fs20p {
	font-size: 20px;
}

.fs22p {
	font-size: 22px;
	font-weight: 400;
}

.fs24p {
	font-size: 24px;
}

.fs36p {
	font-size: 36px;
}

.fs40p {
	font-size: 40px;
	font-weight: 500;
}

.fs46p {
	font-size: 46px;
}

.fs50p {
	font-size: 50px;
}

.fs60p {
	font-size: 60px;
	font-weight: 700;
}
