@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");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");


@font-face {
  font-family: 'yg-jalnan';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'bauhaus';
  src: url('/css/fonts/BauhausStd-Bold.otf') format('otf'),
			 url('/css/fonts/BauhausStd-Bold.ttf') format('ttf'),
			 url('/css/fonts/BauhausStd-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal; 
}


/* 폰트 영역 */

/* Pretendard 폰트 */
@font-face {
	font-family: 'Pretendard-Regular';
	src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
	font-weight: 400;
  }
  
  @font-face {
	font-family: 'Pretendard-Medium';
	src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
	font-weight: 500;
  }
  
  @font-face {
	font-family: 'Pretendard-Bold';
	src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
	font-weight: 700;
  }
  
  /* Paperlogy 폰트 */
  @font-face {
	font-family: 'Paperlogy-4Regular';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
	font-weight: 400;
  }
  
	@font-face {
	font-family: 'Paperlogy-5Medium';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
	font-weight: 500;
  }
  
  
  @font-face {
	font-family: 'Paperlogy-7Bold';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
	font-weight: 700;
  }
  
  @font-face {
	font-family: 'Paperlogy-8ExtraBold';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
	font-weight: 800;
  }
  
  /* 폰트 클래스 */
  .pre-r {
	font-family: 'Pretendard-Regular' !important;
	font-weight: 400 !important;
  }
  
  .pre-m {
	font-family: 'Pretendard-Medium' !important;
	font-weight: 500 !important;
  }
  
  .pre-b {
	font-family: 'Pretendard-Bold' !important;
	font-weight: 700 !important;
  }
  
  .plogy-r {
	font-family: 'Paperlogy-4Regular' !important;
	font-weight: 400 !important;
  }
  
  .plogy-m {
	font-family: 'Paperlogy-5Medium' !important;
	font-weight: 500 !important;
  }
	
  .plogy-b {
	font-family: 'Paperlogy-7Bold' !important;
	font-weight: 700 !important;
  }
  
  .plogy-eb {
	font-family: 'Paperlogy-8ExtraBold' !important;
	font-weight: 800 !important;
	letter-spacing: -2px;
  }



.bauhaus {
  font-family: 'bauhaus' !important;
}


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

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Pretendard-Regular', sans-serif;
  letter-spacing: -0.2px;
}

body {
	font-family: 'Pretendard-Regular', 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,
span,
ul,
ol,
dl,
dt,
dd,
table,
th,
form,
fieldset,
input,
textarea,
button,
select,
div,
td,
b,
p{
	font-family: 'Pretendard-Regular', sans-serif;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	letter-spacing: -0.025em;
}
p.point{
	font-family: 'Pretendard-Regular', sans-serif;
	padding: 0;
	margin: 0;
  color: #464646;
	box-sizing: border-box;
	letter-spacing: -0.025em;
}

a {
	font-family: 'Pretendard-Regular', sans-serif;
	padding: 0;
	margin: 0;
  color: #666666;
	box-sizing: border-box;
	letter-spacing: -0.025em;
}


.sub_title h2{
	font-family: 'yangjin';
	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-family: 'Pretendard-Regular', sans-serif;
	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: 120px 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: #00aeef !important;
}
.fs_18 {
	font-size: 18px !important;
	color: #333 !important;
}
.lts_30 {
	letter-spacing: 31px;
}
.font-nanum {
	font-family: 'NanumSquare', "맑은 고딕", sans-serif !important;
}
.lih_2 {
	line-height: 2;
}
@media (max-width: 767px) {
	.lih_2 {
		line-height: 1.7;
	}
}
.lih_15 {
	line-height: 1.5;
}
@media (max-width: 767px) {
	.lih_2 {
		line-height: 1.5em;
	}
.fs_18 {
		font-size: 14px !important;
	}
}