@charset "utf-8";
/* *******************************************************
 * filename : reset.css
 * description : 태그초기화 CSS
 * date : 20190718
******************************************************** */

html {
	/*
    -ms-overflow-style: none;
	*/
    overflow: auto;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-touch-callout: none;
    font-family: "Noto Sans KR", Dotum, Arial, sans-serif;
    letter-spacing: -0.2px;
}


abbr {
    cursor: help;
}
abbr[title] {
    border-bottom: 1px dotted;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #222;
    font-family: "Noto Sans KR", Dotum, Arial, sans-serif;
    font-weight: 300;
    line-height: 140%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, abbr, big, code, em, img, q, s, sub, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend, textarea, input, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	word-break: keep-all;
	word-wrap: break-word;
    border: 0;
    vertical-align: baseline;
    font-weight: normal; 
    font-family: "Noto Sans KR", Dotum, Arial, sans-serif;
}
img,
embed,
object,
video {
    max-width: 100%;
}
label,
select,
input,
button {
    margin: 0;
    vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary, main {
	display:block;
}
audio[controls], canvas, video {
    display:inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
audio, canvas, img, video {
	vertical-align:middle;
}
body {
	line-height:1;
}
ul, li {
	list-style:none;
    list-style-image: none;
}

 q {
	quotes:none;
}

q:before, q:after {
	content:"";
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img, fieldset {
	border:0;
	/*max-width: 100%;
	max-height: 100%;*/
	vertical-align: middle;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

input, select, textarea {
    margin: 0;
	line-height:1.2;
	vertical-align:middle;
}
select {
    height: 22px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    line-height: 1;
}
input[type="text"],input[type="password"],select {
    border: 1px solid #c1c1c1;
    height: 44px;
    border-radius: 2px;
	padding:0 4px;
}
textarea {
    border: 1px solid #ccc;
    border-radius: 2px;
	padding:12px;
	font-size:1rem;
}
input[type="checkbox"] { visibility:hidden; position:absolute; }
input[type="checkbox"] + label { display:inline-block; padding-left:25px; background: url(../images/common/checkbox.png) left no-repeat; cursor: pointer; }
input[type="checkbox"]:checked + label {background:url(../images/common/checkbox_checked.png) left no-repeat; }
input[type="radio"] { visibility:hidden; position:absolute; }
input[type="radio"] + label { display:inline-block; padding-left:25px; background: url(../images/common/radio.png) left no-repeat; cursor: pointer; }
input[type="radio"]:checked + label {background:url(../images/common/radio_checked.png) left no-repeat; }
input[type="file"] { font-size: 1rem; padding: 5px 0;}
body, table, th, td, input,
textarea, button, select {
	font-family:"Noto Sans KR", Dotum, Arial, sans-serif;
	font-size:1rem;
	color:#222;
	font-weight:300;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}
button {
	outline:0;
    border: 0;
    cursor: pointer;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    overflow: visible;
    cursor: pointer;
    -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
button, select {
	text-transform:none;
}
button, input {
	line-height:normal;
}
textarea {
	resize:vertical;
	overflow:auto;
}
 caption, code, em, var {
	font-style:normal;
	font-weight:normal;
}
label, a {
	cursor:pointer;
}
nav a,
button {
    min-width: 48px;
    min-height: 48px;
}
/* For Screen Reader */
legend, caption {
	display:none;
	visibility:hidden;
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}
p {
	line-height:1.5em;
	word-break: keep-all;
}
a {
    color: #222;
    font-family: "Noto Sans KR", Dotum, Arial, sans-serif;
	text-decoration:none;
}
a:active, a:hover, a:focus {
	text-decoration:none;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

button{
	margin:0px;
	padding:0px;
	cursor:pointer;
	border:0px;
	background:none;
}

em { font-style: italic !important }


/* input custom */

.radio_group {
    line-height: 1.6em;
    display: inline-block;
    margin-right: 20px;
}

.i_sup_year {
    width: 70px;
}

.i_sup_wd {
    width: 100%;
}
.i_sup_ph {
	width: 80px;
}
.i_sup_md { 
	min-width: 200px; 
}

.ph_solt {
    padding: 0 2px;
    line-height: 32px;
}


/* button */
.btn {
    height: 60px;
    line-height: 60px;
    border: 1px solid rgba(255, 255, 255, 0);
    min-width: 180px;
    padding: 0 8px;
    font-size: 1.125rem;
    font-weight: 500;
	cursor:pointer;
    border-radius: 1000px;
}
.btn a {
	width:100%;
	height:100%;
	display:block;
}
.btn_full {
    color:#fff;
    background: #289ad5;
}

.btn_normal {
    background: #9E9E9E;
    color: #fff;
}
.btn_full a {
    color: #fff;
}
.delete { 
    background: #555;
	color:#fff;
}
.flex { /*display:flex;*/ overflow:hidden; }

/*text */
.inline { display: inline-block; margin-right: 20px; }
.byte { display: inline-block; line-height: 32px; padding: 0 8px; }
.point { color: #dc040e; }
.pt { font-weight: 500; }

#wrap {
	/*-ms-overflow-style: none;*/ /* IE 스크롤바 숨기기 */
}

#wrap::-webkit-scrollbar {
    display:none;
}

/* editor set */
@media screen and (max-width:640px) {
	input[type="text"], input[type="password"], select { height: 36px; font-size:13px; }
	input[type="file"] { font-size: 0.875rem; max-width:160px; }
	textarea { font-size:0.875rem; }
	.i_sup_ph { width: 29%; }
	.i_sup_md { max-width:80px; min-width:100%; }
	.ph_solt { width: 3%; display: inline-block; }
	
	.btn { height: 48px; line-height: 48px; min-width: 90px; font-size: 1rem; }
	.flex { display:block; -webkit-justify-content: center; justify-content: center;	-webkit-align-items: center; align-items: center; overflow:hidden;}

	/* editor set */
}