@charset "utf-8";
* { 
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
	box-sizing: border-box;
}

hidden,
area,
base,
basefont,
command,
datalist,
head,
input[type='hidden'],
link,
menu[type='context'],
meta,
noembed,
noframes,
param,
script,
source,
style,
track,
title {
	display: none;
}

address,
article,
aside,
body,
center,
details,
dd,
dir,
div,
dl,
dt,
figure,
figcaption,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
legend,
listing,
menu,
nav,
ol,
p,
plaintext,
pre,
section,
summary,
ul,
xmp {
	display: block;
}

html,
body {
	width: 100%;
	color: #151515;
	font-size: 16px;
	font-family: var(--custom-font-A);
	font-weight: 400;
	font-style: normal;
	letter-spacing: -0.5px;
	line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

progress,
sub,
sup {
	vertical-align: baseline;
}

table {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	margin: auto;
	table-layout: fixed;
}
caption {
	display: table-caption;
}
colgroup {
	display: table-column-group;
}
col {
	display: table-column;
}
thead {
	display: table-header-group;
}
tbody {
	display: table-row-group;
}
tfoot {
	display: table-footer-group;
}
tr {
	display: table-row;
}
td,
th {
	display: table-cell;
}
/* li {list-style:disc} */
ruby {
	display: ruby;
}
rt {
	display: ruby-text;
}

img {
	border: none;
	vertical-align: top;
	display: inline-block;
}
dl {
	list-style: none;
}
button {
	cursor:pointer;
	border:none;
	background: none;
}
/* button {
	border: none;
	cursor: pointer;
	outline: 0;
	font:inherit;
	font-size:initial;
	color:initial;
	vertical-align: baseline;
} */
fieldset {
	border: none;
}
caption {
	display: none;
}
hr {
	/* by kdi333 220310
	display: none;
	*/
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
  	border-top-color: currentcolor;
  	border-top-style: none;
  	border-top-width: 0px;
	border-top: 1px solid #eeeeee;
}
span {
	font-size: 1em;
}
strong {
	font-size: 1em;
	font-weight: bold;
}
br {
	letter-spacing: normal;
}
p {
	word-break: break-all;
	letter-spacing: normal;
}
pre {
	/* overflow-x: scroll; by kdi333 220321*/
	font-size: 1rem;
	white-space: pre-wrap; /* 줄넘김이 발생하지 않는 내용이 있을 경우 줄 넘김 되도록 수정 */
	font: inherit;	
}
address,
caption,
/* em, */
var {
	font-style: normal;
	font-weight: normal;
}
iframe {
	border: 0;
	/* by kdi333 220310
	height: 100%;
	width: 100%;
	*/
}
img,
embed,
object,
audio,
video {
	height: auto;
	max-width: 100%;
}

input {
	border: none;
}

/* label,
input,
button,
select,
img {
	vertical-align: middle;
} */
/* input[type='text'],
input[type='tel'],
input[type='password'],
input[type='email'],
input[type='url'],
input[type='number'],
input[type='button'],
input[type='search'],
input[type='date'] {
	border-radius: 0;
} */
/* input[type='checkbox'] {
	border-radius: 0;
} */
/* input:checked[type='checkbox'] {
	appearance: checkbox;
} */
/* button,
input[type='button'],
input[type='submit'],
input[type='reset'],
input[type='file'] {
	appearance: button;
	border-radius: 0;
} */
input[type='submit'] {
	cursor: accodion_menupointer;
}
textarea {
	appearance: none;
	padding: 0;
	/* border-radius: 0; */
}
input[type='checkbox'] {
	width: 16px;
	height: 16px;
	border: 1px solid #eee;
	background-color: #fff;
	font-size: 1em;
}
input[type='file'] {
	border: none;
	background: none;
	padding: 0;
	width: auto;
	margin: 0;
	height: auto;
}
.form-error,
[hidden],
template {
	display: none;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
a:link,
a:visited {
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	text-decoration: none;
}
a[href^='tel'] {
	font-style: normal;
}

body {
	width: 100%;
	-webkit-touch-callout:none;
}

#container_wrap {
	width:100%;
	height:100%;
	position: relative;
}
#content_wrap{
	min-height:0px;
}
@media screen and (max-width: 1920px) {
	#container_wrap {
		min-height: 750px;
	}
}
@media screen and (max-width: 768px) {
	#container_wrap {
		min-height: 595px;
	}
}

