@charset "utf-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css); 
 

@font-face{
font-family:'Noto Sans KR';
font-style:normal;
font-weight:100;
src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
url(https://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(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
url(https://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(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
url(https://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(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
url(https://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(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
url(https://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(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}



html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}


/* Common */
body{ font-size: 1em; color:#444; line-height:1.5em; font-family: 'Noto Sans KR', sans-serif; font-weight: 350;  letter-spacing:-0.3px; /* font-family:'Nanum Barun', sans-serif; font-weight:700; */ -webkit-text-size-adjust: 100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,p,button,address,table, tbody, tfoot, thead, th, tr, tdvideo, tt{margin:0;padding:0}
article,aside,canvas,details,figcaption,figure,footer,hgroup,menu,nav,section,summary,mark {display:block;margin: 0; padding: 0;}
h1,h2,h3,h4,h5,h6,input,button,textarea,select,table{font-family: 'Noto Sans KR', sans-serif; font-weight: 350;  font-size: 1em;  /* font-family:'Nanum Barun', sans-serif; font-size:13px; font-weight:700; */}
img,fieldset,iframe{border:0 none}

li{list-style:none}
img,input,select,button,textarea{vertical-align:middle; border-radius:0px 0px; /*¾ÆÀÌÆùÀÇ ÀÎÇ²ÀÇ ¶ó¿îµå¸¦ ¾ø¾Û´Ï´Ù.*/ /*-webkit-appearance: none;±×¸²ÀÚ, ±×¶óµ¥ÀÌ¼Ç ÃÊ±âÈ­*/}
textarea,button,input{/*-webkit-appearance: none;*//*±×¸²ÀÚ, ±×¶óµ¥ÀÌ¼Ç ÃÊ±âÈ­*/}
em,address,optgroup{font-style:normal}
label,button{cursor:pointer}
label{top:2px;position: relative;}
button{margin:0;padding:0;border:0;background:none}
a:link,a:visited{text-decoration:none;color:#333; /* font-weight:300; */}
a:hover,a:focus,a:active{}
hr{display:none}
legend,caption{font-size:0; width:0; height:0; line-height:0;overflow:hidden;text-indent:-9999px}
p{text-align:left;}
table {width:100%; border-spacing:0; border:0;}
ul:after { display:block; height:0; content:""; clear:both; float:none; }



/* »çÆÄ¸®¿¡¼­ ¹öÆ° ¶ó¿îµå ±ÝÁö */
input[type='submit'],input[type='button'],button,input[type='image'],input[type='reset'] {
	border-radius:0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor:pointer;
	border:0;
	-webkit-overflow-scrolling: touch;
	webkit-appearance:none;

}



[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.btn {display:inline-block;cursor:pointer;white-space: nowrap;}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  /* margin-bottom: .5rem; */
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}




img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}


label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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;
	border-style: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}


pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

p[lang="en"] {
	letter-spacing: 1px;
}


a:link, a:visited, a:hover,a:focus,a:active { text-decoration:none; color:inherit; }

ol,
ul,
dl {list-style:none;margin: 0;padding: 0;}

ol:after, ul:after, dl:after{ display:block; height:0; content:""; clear:both; float:none; }

button, html [type="button"], [type="reset"], [type="submit"] {
	/* Partial list of available values in Gecko */
	-moz-appearance: none;
	/* Partial list of available values in WebKit/Blink */
	-webkit-appearance: none;
}


/* form */
input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], textarea { border:1px solid #d3d6db; vertical-align:middle; }
input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"] { height:auto; padding:9px 5px ;}
input[type="file"] { display:inline-block; height:23px; padding:5px; border:1px solid #cccfd5; vertical-align:middle; background:#fff}
input[type="radio"], input[type="checkbox"] { margin:5px;}
input[type="radio"]:first-child, input[type="checkbox"]:first-child { margin-left:0;}
input[type="radio"] + label, input[type="checkbox"] + label { margin-right:15px;}


input.member { width:30%;}
input.num {width:15%;}
input.w100 { width:100%;}
input.w30 { width:30px;}
input.w200 { width:200px;}


select.custom {
	background: url('../../img/icon/select_bg.png') no-repeat right #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-position-x: calc(100% - 6px);
	border:1px solid #d3d6db;
	padding:10px 50px 7px 10px;
}
select.custom::-ms-expand {
	display: none;
}

input[type="radio"].custom {
	background: url('../../img/icon/radio_bg.png') no-repeat left #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	cursor:pointer;
}
input[type="radio"].custom:checked {
	background-image: url('../../img/icon/radio_bg_on.png');
}
input[type="radio"].custom::-ms-expand {
	display: none;
}

input[type="checkbox"].custom {
	background: url('../../img/icon/checkbox_bg.png') no-repeat left #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	cursor:pointer;
}
input[type="checkbox"].custom:checked {
	background-image: url('../../img/icon/checkbox_bg_on.png');
}
input[type="checkbox"].custom::-ms-expand {
	display: none;
}

p { margin-bottom:0; }

caption {
	caption-side: top;
	font-weight: 500;
	color: #000;
}

.text-center { text-align:center; }
.text-left { text-align:left; }
.text-right { text-align:right; }
.myeongjo { font-family: 'Nanum Myeongjo'; }

.spanbr {
	display: block;
}

.f0875rem { font-size:0.875rem; }
.f11rem { font-size:1.1rem ;}
.f12rem { font-size:1.2rem ;}
.f125rem { font-size:1.25rem ;}
.f15rem { font-size:1.5rem ;}
.f16rem { font-size:1.6rem ;}
.f18rem { font-size:1.875rem ;}

.f22rem { font-size:2.25rem ;}
.f28rem { font-size:2.8rem ;}


.fw400 { font-weight:400; }

.mt2rem { margin-top:2rem; }
.mb1rem { margin-bottom:1rem; }
.mb2rem { margin-bottom:2rem; }


.text-pink { color:#e51769 !important; }
.bg-pink { background-color:#e51769 !important; }

.text-white { color:#fff !important; }
.bg-white { background-color:#fff !important; }

.text-black { color:#000 !important; }
.bg-black { background-color:#000 !important; }




@media (max-width: 575.98px) {
  .table-responsive-sm {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
	border: 0;
  }
}




@media (max-width: 767.98px) {
  .table-responsive-md {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
	border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
	border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
	border: 0;
  }
}




@media (min-width: 576px) {
  .container {
	max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
	max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
	max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
	max-width: 1140px;
  }
}





