@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');
@font-face {
    font-family: 'GimpoGothic';
    font-weight: 400;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gimpo/GimpoGothic-Regular.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gimpo/GimpoGothic-Regular.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gimpo/GimpoGothic-Regular.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gimpo/GimpoGothic-Regular.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gimpo/GimpoGothic-Regular.ttf') format("truetype");
    font-display: swap;
} 
@font-face {
    font-family: 'GimpoGothic';
    font-weight: 700;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gimpo/GimpoGothic-Bold.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gimpo/GimpoGothic-Bold.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gimpo/GimpoGothic-Bold.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gimpo/GimpoGothic-Bold.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gimpo/GimpoGothic-Bold.ttf') format("truetype");
    font-display: swap;
} 


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
input, button {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
  height: 100%;
  min-height: -webkit-fill-available;
}
ul ,ol ,li {
  list-style: none;
}
body {
	margin: 0; 
	padding: 0; 
	font-size: 14px; 
	font-family: 'Playfair Display', 'GimpoGothic', sans-serif;
	font-weight: 400;
	min-width: 300px; 
	background: #fff;
	-webkit-text-size-adjust: none;
	line-height: 1;
}
input,select,button {
  vertical-align: middle;
}
img {
  vertical-align: top;
  -webkit-perspective: 1;
}
i, em, address {
  font-style: normal;
}
label, button {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
a {
  color: #191919;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
	text-decoration: none;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*:focus {
	outline: none;
}
button {
	background: transparent;
	font-family: inherit;
	padding: 0;
	font-size: 15px;
	-webkit-tap-highlight-color: transparent;
	color: #191919;
}
input[type=text], 
input[type=button], 
input[type=password],
textarea, 
button {
	outline-style:none; 
	-webkit-appearance:none; 
	-webkit-border-radius:0;
	font-family: inherit;
}
input[type=text]::-webkit-input-placeholder,
input[type=button]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #BEBEBE;
}
input[type=text]:-moz-placeholder,
input[type=button]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #BEBEBE;
	opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=button]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #BEBEBE;
	opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=button]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #BEBEBE;
}
select {
	position: relative;
  width: 100%;
  height: 40px;
  padding: 0 25px;
  box-sizing: border-box;
  font-family: inherit;
  background: url('../images/ico-down.svg') no-repeat 95% 50% / 13px;
  border: 0;
  font-size: 12px;
  font-weight: 300;
  color: #6f6f6f;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
select option {
	color: #000;
}
select.active {
	color: #000;
}
select::-ms-expand {
    display: none;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.ta_l {
	text-align:left!important; 
}
.ta_c {
	text-align:center!important; 
}
.ta_r {
	text-align:right!important; 
}
.table {
	display: table;
}
.row {
	display: table-row;
}
.cell {
	display: table-cell;
}
.f0 {
	font-size: 0!important;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
}
.vaT {
	vertical-align: top;
}
.vaM {
	vertical-align: middle;
}
.vaB {
	vertical-align: bottom;
}
.w100 {
	width: 100%;
}
.flex {
	display: flex;
}
.mb20 {
	margin-bottom: 20px!important;
}
.txt_blue {
	color: #0067FF!important;
}
.txt_yellow {
	color: #FFC000!important;
}
.bradius3 {
	border-radius: 3px!important;
}
.blue_btn {
	background: #0D6EFD!important;
	color: #fff!important;
	border-radius: 3px;
	font-size: 12px;
}
.yellow_btn {
	background: #FFC000!important;
	color: #fff!important;
	border-radius: 3px;
	font-size: 12px;
}
.blue_line {
	border: 1px solid #0067FF!important;
	box-sizing: border-box;
}
.yellow_line {
	border: 1px solid #FFC000!important;
	box-sizing: border-box;
}
.btn {
	display: inline-block;
	padding: 13px 20px;
	margin-top: 10px;
	box-sizing: border-box;
}
.txt + div .btn {
	margin-top: 20px;
}
.gray_bg {
	background: #ECF0F3;
}
.red_line_btn {
	border: 1px solid #DA1515;
	color: #DA1515;
}
.red_btn {
	border: 1px solid #DA1515;
	background: #DA1515;
	color: #fff;
}