@charset "UTF-8";

*{margin:0; padding:0; border:0; outline:none; word-break:keep-all;}
html, body {
	height:100%;
	line-height: 1.15;
	-ms-text-size-adjust: none;
	/* -webkit-text-size-adjust: 100%; */
	-webkit-text-size-adjust:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html{overflow-y:scroll;}
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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
img{max-width:100%; display:inline-block;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul, li, dd, dt, dl {
	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;
}
table caption, legend{display:none;}
table, td, th{border-collapse:collapse; border-bottom:1px solid #ddd; vertical-align:middle;}
a, button, input[submit]{
	text-decoration:none; cursor:pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
input, select{
	vertical-align:middle; border:1px solid #ddd; margin:2pt 0; padding:5px 10px;
	border-radius: 0; box-sizing: border-box; vertical-align: middle; outline: 0;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea {
    -webkit-appearance: none;
}

input[type=checkbox], input[type=radio]{width:1em; height:1em;}
select {
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    white-space: pre;
    -webkit-rtl-ordering: logical;
}



hr {box-sizing: content-box; height: 0; overflow: visible;}
small {font-size: 80%;}


/* EUN */
i{vertical-align: middle; position:relative; top:-1pt;}

.clear{clear:both;}
.clear:after{visibility:hidden; display:block; content:""; clear:both; height:0;}
.fl{float:left;}
.fr{float:right;}
.en{font-family: 'Roboto', sans-serif;}
.tl{text-align:left !important;}
.tc{text-align:center !important;}
.tr{text-align:right !important;}
.strike{text-decoration:line-through;}
.hidden{display:none;}
.pos_ab{position:absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}

.h5{height:5pt !important;}
.h10{height:10pt !important;}
.h20{height:20pt !important;}
.h30{height:30pt !important;}
.h40{height:40pt !important;}
.h50{height:50pt !important;}
.h60{height:60pt !important;}


/* svg ie 패치 */
img[src*=".svg"] {
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}
