/* Default style */

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

html {
  overflow-x: hidden;
}

button,
select,
option,
:placeholder-shown {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI',
    'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}
body {
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI',
    'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  font-size: 13px;
  color: #000;
  overflow-x: hidden;
}
dl,
dt,
dd,
ul,
ol,
li {
  list-style: none;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
p,
form,
fieldset,
input,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  padding: 0;
  margin: 0;
}
fieldset {
  border: none;
}
legend {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  text-indent: -1000px;
}
hr,
caption {
  display: none;
}
img {
  border: none;
  vertical-align: middle;
}
input {
  vertical-align: middle;
}
select {
  border: none;
  padding: 2px;
  vertical-align: middle;
  color: #666;
  font-size: 11px;
}
/*a{outline:none; text-decoration:none; border:none; padding:0px; border:0; color:#808080;}*/
a {
  outline: none;
  text-decoration: none;
  border: none;
  padding: 0px;
  border: 0;
  color: #000900;
}
a:hover,
a:active {
  text-decoration: none;
  padding: 0px;
  border: 0;
}
a.link,
a:hover.link {
  color: #278ecf;
  text-decoration: underline;
}

table {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  border-spacing: 0px;
  border: 0;
  table-layout: fixed;
}

/* form style */
input.text {
  border: 1px solid #d5d5d5;
  font-size: 12px;
  padding: 2px 5px;
  height: 14px;
  color: #808080;
}
input.file {
  border: 1px solid #d5d5d5;
  font-size: 12px;
  padding: 2px 0;
  color: #808080;
  background-color: #fff;
}
select.select {
  border: 1px solid #d5d5d5;
  font-size: 12px;
  padding: 1px 0;
}
input.radio {
}
input.check {
  border: 1px solid #d5d5d5;
  margin-top: -3px;
}
textarea.textarea {
  border: 1px solid #d5d5d5;
  font-size: 12px;
  padding: 2px;
  color: #808080;
  vertical-align: top;
}

/* padding, margin */
.rMar10 {
  margin-right: 10px !important;
}
.bMar30 {
  margin-bottom: 30px !important;
}
.tMMar20 {
  margin-top: -20px !important;
}
.tMMar30 {
  margin-top: -30px !important;
}

/* etc */
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.cb {
  clear: both;
}
.hidden {
  overflow: hidden;
  _zoom: 1;
  width: 100%;
}

.lt {
  text-align: left !important;
}
.rt {
  text-align: right !important;
}
.ct {
  text-align: center !important;
}

.png24 {
  tmp: expression(setPng24(this));
}
.bgNone {
  background: none !important;
}
.borNone {
  border: none !important;
}
.tBorNone {
  border-top: none !important;
}

.round {
  padding: 0 0 12px 20px;
  line-height: 20px;
  background: url('/front.v2/front/images/common/blt_round.gif') left 3px no-repeat;
}

/* btn */
a.btn {
  color: #444444;
  font-size: 12px;
  font-weight: bold;
  line-height: 27px;
  letter-spacing: 1px;
  padding: 0 0 0 20px;
  display: inline-block;
  background: url('/front.v2/images/admin_images/common/btn_bg.gif') no-repeat left top;
}
a.btn span {
  padding: 0 20px 0 0;
  display: inline-block;
  background: url('/front.v2/images/admin_images/common/btn_bg.gif') no-repeat right top;
}
a.btn01 {
  color: #444444;
  font-size: 11px;
  font-family: Gulim;
  line-height: 20px;
  padding: 0 0 0 8px;
  display: inline-block;
  background: url('/front.v2/images/admin_images/common/btn_bg01.gif') no-repeat left
    top;
}
a.btn01 span {
  padding: 0 8px 0 0;
  display: inline-block;
  background: url('/front.v2/images/admin_images/common/btn_bg01.gif') no-repeat right
    top;
}


