@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css");
@import url("//fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("//fonts.googleapis.com/earlyaccess/notosanssc.css");


@font-face {
    font-family: 'Vitro_core';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/Vitro_core.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Common */
html {
	scroll-behavior: auto;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Noto Sans KR', malgun-gothic, sans-serif;
}

body {
	font-family: 'Noto Sans KR',sans-serif;
	line-height: 1.6em;
	font-size: 18px;
	color: #393939;
	box-sizing: border-box;
	line-height: inherit;
	word-break: keep-all;
}

a,
a:focus,
a:hover {
	color: #393939;
	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.025em;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	letter-spacing: -0.025em;
}

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-gray {
	background-color: #f0f0f0 !important;
}

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

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

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

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

.text_red {
	color: #ff0000;
}

.text-white {
	color: #fff;
}

.text-black {
	color: #000;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto;
}


.section {
  padding: 150px 0 0px 0;
}
.section_1 {
	padding: 60px 0;
}
.section_info {
	padding: 0px 0 80px 0;
}
.mt_7 {
	margin-top: 7px;
}
.mt_10{
	margin-top: 10px;
}
.mt_25 { margin-top: 25px !important; }
.mt_m50 {
  margin-top: -50px;
}
.mt_m45 {
  margin-top: -45px;
}
.mb_m45 {
	margin-bottom: -45px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_50 {
	margin-bottom: 50px;
  }
.mb_70 {
	margin-bottom: 70px;
}
.mb_80 {
  margin-bottom: 80px;
}
.mb_150 {
  margin-bottom: 150px;
}
.pt_0 {
	padding-top: 0;
}
.pt_10 {
	padding-top: 10px;
}
.pt_20 {
  padding-top: 20px;
}
.pt_25 {
  padding-top: 25px;
}
.pt_35 {
  padding-top: 35px;
}
.pt_45 {
  padding-top: 45px;
}
.pt_60 {
  padding-top: 60px;
}
.pb_15 {
  padding-bottom: 15px;
}
.pb_25 {
  padding-bottom: 25px;
}
.pb_40 {
  padding-bottom: 40px;
}
.pt_100 {
  padding-top: 100px;
}
.pd_20 {
	padding: 20px;
}

/* text */
.text_primary {
	color: #636363 !important;
}
.fs_18 {
	font-size: 18px !important;
	color: #333 !important;
}
.lts_30 {
	letter-spacing: 31px;
}
.font-nanum {
	font-family: 'NanumSquare', "맑은 고딕", sans-serif !important;
}