@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

/* 노토산스 */
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 100;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
	}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
	}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
	}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
	}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
	}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 900;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
	}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;

}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Noto Sans KR", "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.05em;
  width: 100%;
  /* overflow-y: hidden;
  overflow-x: hidden; */
  word-break: break-word;
  line-height: 1.8;
  color: #111;
}

img{
  display: inline-block;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}



a,a:hover {
  text-decoration: none;
}

b {
  font-weight: 800;
}

ol,
ul,
dl,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 8px;
  margin-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0px;
}

h1{font-size: 35px;}
h2{font-size: 30px;}
h3{font-size: 25px;}
h4{font-size: 20px;}
h5{font-size: 18px;}
h6{font-size: 16px;}

p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0px;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

a{
  display: inline-block;
  color: #333;
  text-decoration: none;
  background-color: transparent;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  cursor: pointer;
}

button {
  border-radius: 0;
  background-color: transparent;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
  border: 0;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
  margin:0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/common/ico_sel.svg) no-repeat 95% center;
    background-size:12px;

}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}


table{width: 100%;}


button{
  border:none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/common/ico_sel.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 90% center;
  padding-left: 20px;
  padding-right: 40px;
  border-radius: 10px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  color: #111;
  height: 45px;
  width: auto;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="checkbox"] {
  /*display:none;*/
}

input[type="checkbox"] + label .chk {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  background: url("../images/common/checkbox.svg") left top no-repeat;
  cursor: pointer;
  background-size: cover;
}

input[type="checkbox"]:checked + label .chk {
  background:url("../images/common/checkbox.svg")  -26px top no-repeat;
  background-size: cover;
}

label:has(input[type="checkbox"]) span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  background: url("../images/common/checkbox.svg") left top no-repeat;
  cursor: pointer;
  background-size: cover;
}

label:has(input[type="checkbox"]:checked) span {
  background:url("../images/common/checkbox.svg")  -26px top no-repeat;
  background-size: cover;
}

input[type="radio"] {
  display:none;
}

label:has(input[type="radio"]) span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  background: url("../images/common/radio.svg") left top no-repeat;
  cursor: pointer;
  background-size: cover;
}

label:has(input[type="radio"]:checked) span {
  background:url("../images/common/radio.svg")  -26px top no-repeat;
  background-size: cover;
}

.chk-wrap label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}

input[type="text"],
input[type="date"] {
  border: 1px solid #ececec;
  padding: 10px;
  height: 45px;
  line-height: 45px;
  border-radius: 10px;
}

textarea{
  border: 1px solid #eaeaea;
  padding: 10px;
  resize: none;
  overflow-y: auto;
}

@media screen and (max-width: 768px){
  h1,h2,h3,h4,h5,h6{
    line-height: 1.4;
  }
  h1{font-size: 25px; }
  h2{font-size: 22px;}
  h3{font-size: 20px;}
  h4{font-size: 18px;}
  h5,h6{font-size: 16px;}

}