@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
}
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  outline: 0;
  background: transparent;
  font-size: 100%;
}
article,
aside,
canvas,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
nav,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}
ins {
  color: #000;
  text-decoration: none;
}
mark {
  color: #000;
  font-style: italic;
  font-weight: 700;
}
del,
s {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  margin: 5px 0;
  padding: 0;
}

input {
  padding: 5px;
  box-sizing: border-box;
}
textarea {
  padding: 5px;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  color: #000;
  line-height: 150%;
}
select,
input,
button,
textarea,
button {
  font-family: "LGSmHa_Kr", "LGSmHa", sans-serif;
  font-size: 15px;
  outline: none;
}
table {
  font-size: inherit;
  font: 100%;
}
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  line-height: 100%;
}

address {
  font-style: normal;
  display: inline;
}

/*=====================
	common text
=======================*/
a {
  color: #000;
  text-decoration: none;
}

/*=====================
	common list
=======================*/
li {
  list-style: none;
}
ul.fllist li,
.fllist > * {
  float: left;
}
ul.frlist li,
.frlist > * {
  float: right;
}
.fllist:after,
.frlist:after {
  clear: both;
  display: block;
  content: "";
}
ol.onum li,
.onum li {
  list-style-type: decimal;
}
.onum {
  padding-left: 22px;
}

/*=====================
	common img
=======================*/
img {
  border: 0px;
  vertical-align: middle;
}
img.button {
  cursor: pointer;
}
button.imgBtn {
  padding: 0px;
  margin: 0px;
  border: 0px;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
  cursor: pointer;
}
table.ashow {
  empty-cells: show;
}

/*=====================
	common floating
=======================*/
.fr {
  float: right;
}
.fl {
  float: left;
}
.cr {
  clear: both;
}
.aftercr:after {
  clear: both;
  content: "";
  display: block;
}

.b {
  font-weight: bold;
}

/*=====================
	common hidden
=======================*/
.hidden {
  display: none;
}
.blind,
table caption {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: -9999em;
  left: -9999em;
  display: block;
  text-indent: -9999em;
  font-size: 0px;
  line-height: 0;
}

/*=====================
	common align
=======================*/
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.left,
.l {
  text-align: left !important;
}
.right,
.r {
  text-align: right !important;
}
.center,
.c {
  text-align: center !important;
}
.vtop,
.vtop * {
  vertical-align: text-top !important;
}
.vcen,
.vcen * {
  vertical-align: middle !important;
}
.vfoot,
.vfoot * {
  vertical-align: text-bottom !important;
}
.vtop2 {
  vertical-align: top !important;
}
.vcen2 {
  vertical-align: middle !important;
}
.vfoot2 {
  vertical-align: bottom !important;
}

/*======================
	padding margin
========================*/
.pad5a {
  padding: 5px;
}
.pad5tf {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pad5lr {
  padding-left: 5px;
  padding-right: 5px;
}
.pad5r {
  padding-right: 5px;
}
.pad5l {
  padding-left: 5px;
}
.pad5t {
  padding-top: 5px;
}
.pad5f {
  padding-bottom: 5px;
}
.pad10a {
  padding: 10px;
}
.pad10tf {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pad10lr {
  padding-left: 10px;
  padding-right: 10px;
}
.pad10r {
  padding-right: 10px;
}
.pad10l {
  padding-left: 10px;
}
.pad10t {
  padding-top: 10px;
}
.pad10f {
  padding-bottom: 10px;
}
.pad15a {
  padding: 15px;
}
.pad15tf {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pad15lr {
  padding-left: 15px;
  padding-right: 15px;
}
.pad15r {
  padding-right: 15px;
}
.pad15l {
  padding-left: 15px;
}
.pad15t {
  padding-top: 15px;
}
.pad15f {
  padding-bottom: 15px;
}
.pad20a {
  padding: 20px;
}
.pad20tf {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pad20lr {
  padding-left: 20px;
  padding-right: 20px;
}
.pad20r {
  padding-right: 20px;
}
.pad20l {
  padding-left: 20px;
}
.pad20t {
  padding-top: 20px;
}
.pad20f {
  padding-bottom: 20px;
}
.pad25a {
  padding: 25px;
}
.pad25tf {
  padding-top: 25px;
  padding-bottom: 25px;
}
.pad25lr {
  padding-left: 25px;
  padding-right: 25px;
}
.pad25r {
  padding-right: 25px;
}
.pad25l {
  padding-left: 25px;
}
.pad25t {
  padding-top: 25px;
}
.pad25f {
  padding-bottom: 25px;
}
.pad30a {
  padding: 30px;
}
.pad30tf {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pad30lr {
  padding-left: 30px;
  padding-right: 30px;
}
.pad30r {
  padding-right: 30px;
}
.pad30l {
  padding-left: 30px;
}
.pad30t {
  padding-top: 30px;
}
.pad30f {
  padding-bottom: 30px;
}
.pad40a {
  padding: 40px;
}
.pad40tf {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pad40lr {
  padding-left: 40px;
  padding-right: 40px;
}
.pad40r {
  padding-right: 40px;
}
.pad40l {
  padding-left: 40px;
}
.pad40t {
  padding-top: 40px;
}
.pad40f {
  padding-bottom: 40px;
}
.pad50a {
  padding: 50px;
}
.pad50tf {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pad50lr {
  padding-left: 50px;
  padding-right: 50px;
}
.pad50r {
  padding-right: 50px;
}
.pad50l {
  padding-left: 50px;
}
.pad50t {
  padding-top: 50px;
}
.pad50f {
  padding-bottom: 50px;
}

/*=====================
	common margin
=======================*/
.noMgf,
.no_mgf {
  margin-bottom: 0px !important;
}
.mg5f {
  margin-bottom: 5px;
}
.mg10f {
  margin-bottom: 10px;
}
.mg15f {
  margin-bottom: 15px;
}
.mg20f {
  margin-bottom: 20px;
}
.mg25f {
  margin-bottom: 25px;
}
.mg30f {
  margin-bottom: 30px;
}
.mg40f {
  margin-bottom: 40px;
}
.mg50f {
  margin-bottom: 50px;
}
.mg60f {
  margin-bottom: 60px;
}
.mg3t {
  margin-top: 3px;
}
.mg5t {
  margin-top: 5px;
}
.mg7t {
  margin-top: 7px;
}
.mg10t {
  margin-top: 10px;
}
.mg15t {
  margin-top: 15px;
}
.mg20t {
  margin-top: 20px;
}
.mg25t {
  margin-top: 25px;
}
.mg30t {
  margin-top: 30px;
}
.mg35t {
  margin-top: 35px;
}
.mg40t {
  margin-top: 40px;
}
.mg50t {
  margin-top: 50px;
}
.mg60t {
  margin-top: 60px;
}
.mg10b {
  margin-bottom: 10px;
}
.mg15b {
  margin-bottom: 15px;
}
.mg5 {
  margin-left: 5px;
}
.mg10 {
  margin-left: 10px;
}
.mg15 {
  margin-left: 15px;
}
.mg20 {
  margin-left: 20px;
}
.mg25 {
  margin-left: 25px;
}
.mg30 {
  margin-left: 30px;
}
.mg40 {
  margin-left: 40px;
}
.mg50 {
  margin-left: 50px;
}
.mg60 {
  margin-left: 60px;
}
.mg5r {
  margin-right: 5px;
}
.mg0r {
  margin-right: 0px !important;
}
.mg10r {
  margin-right: 10px;
}
.mg15r {
  margin-right: 15px;
}
.mg20r {
  margin-right: 20px;
}
.mg25r {
  margin-right: 25px;
}
.mg30r {
  margin-right: 30px;
}
.mg40r {
  margin-right: 40px;
}
.mg50r {
  margin-right: 50px;
}
.mg60r {
  margin-right: 60px;
}
.mg5a {
  margin: 5px;
}
.mg10a {
  margin: 10px;
}
.mg15a {
  margin: 15px;
}
.mg20a {
  margin: 20px;
}
.mg25a {
  margin: 25px;
}
.mg30a {
  margin: 30px;
}
.mg10tf {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mg20tf {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mg50tf {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mg50lr {
  margin-left: 50px;
  margin-right: 50px;
}

/*==================
	common align
====================*/
.ta-c {
  text-align: center !important;
}
.ta-l {
  text-align: left !important;
}
.ta-r {
  text-align: right !important;
}

/*===================
	common etc
=====================*/
.dp-n {
  display: none !important;
}
.dp-b {
  display: block !important;
}
.dp-ib {
  display: inline-block !important;
}

.fl-l {
  float: left !important;
}
.fl-r {
  float: right !important;
}
.clear {
  clear: both !important;
}

.brd-n {
  border: none !important;
}

/*====================
	common hoz
======================*/
.w500 {
  width: 500px;
}
.w480 {
  width: 480px;
}
.w420 {
  width: 420px;
}
.w363 {
  width: 363px;
}
.w318 {
  width: 318px;
}
.w290 {
  width: 290px;
}
.w250 {
  width: 250px;
}
.w170 {
  width: 170px;
}
.w158 {
  width: 158px;
}
.w150 {
  width: 150px;
}
.w140 {
  width: 140px;
}
.w130 {
  width: 130px;
}
.w120 {
  width: 120px;
}
.w110 {
  width: 110px;
}
.w100 {
  width: 100px;
}
.w200 {
  width: 200px;
}
.w90 {
  width: 90px;
}
.w80 {
  width: 80px;
}
.w70 {
  width: 70px;
}
.w60 {
  width: 60px;
}
.w50 {
  width: 50px;
}
.w45 {
  width: 45px;
}
.w40 {
  width: 40px;
}
.w30 {
  width: 30px;
}
.w22 {
  width: 22px;
}
.w20 {
  width: 20px;
}
.w10 {
  width: 10px;
}

.w100p {
  width: 100%;
}
.w99p {
  width: 99%;
}
.w98p {
  width: 98%;
}
.w92p {
  width: 92% !important;
}
.w90p {
  width: 90%;
}
.w80p {
  width: 80%;
}
.w75p {
  width: 75%;
}
.w70p {
  width: 70%;
}
.w60p {
  width: 60%;
}
.w50p {
  width: 49%;
}
.w48p {
  width: 48%;
}
.w46p {
  width: 46%;
}
.w45p {
  width: 44%;
}
.w40p {
  width: 40%;
}
.w35p {
  width: 35%;
}
.w33p {
  width: 33.3333%;
}
.w30p {
  width: 30%;
}
.w29p {
  width: 29%;
}
.w25p {
  width: 25%;
}
.w20p {
  width: 20%;
}
.w15p {
  width: 15%;
}
.w10p {
  width: 10%;
}
.w5p {
  width: 5%;
}

/*=======================
	common nbsp
=========================*/
.gap15 {
  height: 15px;
  clear: both;
  overflow: hidden;
  display: block;
}
.gap10 {
  height: 10px;
  clear: both;
  overflow: hidden;
  display: block;
}
.gap20 {
  height: 20px;
  clear: both;
  overflow: hidden;
  display: block;
}
.gap30 {
  height: 30px;
  clear: both;
  overflow: hidden;
  display: block;
}
.gap40 {
  height: 40px;
  clear: both;
  overflow: hidden;
  display: block;
}
.gap45 {
  height: 45px;
  clear: both;
  overflow: hidden;
  display: block;
}
.gap50 {
  height: 50px;
  clear: both;
  overflow: hidden;
  display: block;
}
.gap60 {
  height: 60px;
  clear: both;
  overflow: hidden;
  display: block;
}
.gap70 {
  height: 70px;
  clear: both;
  overflow: hidden;
  display: block;
}
.gap100 {
  height: 100px;
  clear: both;
  overflow: hidden;
  display: block;
}

.gap {
  height: 70px;
  clear: both;
  display: block;
}
.sgap {
  height: 50px;
  clear: both;
  display: block;
}
.ssgap {
  height: 30px;
  clear: both;
  display: block;
}
.sssgap {
  height: 15px;
  clear: both;
  display: block;
}
@media only screen and (max-width: 999px) {
  .gap {
    height: 50px;
  }
  .sgap {
    height: 30px;
  }
  .ssgap {
    height: 20px;
  }
  .sssgap {
    height: 10px;
  }
  .gap100 {
    height: 80px;
  }
}
@media only screen and (max-width: 680px) {
  .gap {
    height: 30px;
  }
  .sgap {
    height: 20px;
  }
  .ssgap {
    height: 15px;
  }
  .sssgap {
    height: 10px;
  }

  .gap100 {
    height: 60px;
  }
}

/*========================
	common color
==========================*/
.cg1 {
  color: #69696a !important;
}
.cg2 {
  color: #ababab !important;
}
.cg3 {
  color: #848484 !important;
}
.cg4 {
  color: #727272 !important;
}
.cg5 {
  color: #b3b7bc !important;
}

.cblack {
  color: #333 !important;
}
.cred {
  color: #c91e1e !important;
}
.cblue {
  color: #1e5fc9 !important;
}
.cblue1 {
  color: #2e82ff !important;
}
.cpink {
  color: #f14b84 !important;
}
.cgold {
  color: #c09537 !important;
}
.cgreen {
  color: #299d57 !important;
}
.cbrown {
  color: #9f2c00 !important;
}
.corg {
  color: #ff5612 !important;
}
.cblack {
  color: #333 !important;
}
.corange {
  color: #fa6604 !important;
}
.ccyan {
  color: #00a4b7 !important;
}
.cviolet {
  color: #5154d6 !important;
}
.cyellow {
  color: #f4cb01 !important;
}

/*======================
	common font
========================*/
.nb {
  font-weight: normal;
}
.b {
  font-weight: bold;
}

.fs {
  font-size: 90%;
}
.fb {
  font-size: 120%;
}

.f9 {
  font-size: 9px;
}
.f10 {
  font-size: 10px;
}
.f11 {
  font-size: 11px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f17 {
  font-size: 17px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}

/*=========================
	common line-height
===========================*/
.tlh190 {
  line-height: 190%;
}
.tlh180 {
  line-height: 180%;
}
.tlh170 {
  line-height: 170%;
}
.tlh160 {
  line-height: 160%;
}
.tlh150 {
  line-height: 150%;
}
.tlh140 {
  line-height: 140%;
}
.tlh130 {
  line-height: 130%;
}
.tlh120 {
  line-height: 120%;
}
.tlh110 {
  line-height: 110%;
}

/*========================
	common animate
==========================*/
.animate-speed {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/*========================
	common over
==========================*/
label {
  cursor: pointer;
}
button {
  cursor: pointer;
}

/*========================
	bg color
==========================*/
.bg-red {
  background-color: #ff8a8a;
}
.bg-green {
  background-color: #84e080;
}
.bg-yellow {
  background-color: #ffed78;
}
.bg-lightBlue {
  background-color: #add8e6;
}
.bg-purple {
  background-color: #c8c8ff;
}
.bg-lightRed {
  background-color: #ff8b8b;
}
.bg-lightGreen {
  background-color: #92d051;
}
.bg-lightYellow {
  background-color: #ffffb7;
}
.bg-lightPurple {
  background-color: #99adff;
}

@media print {
  .noPrint {
    display: none;
  }

  .print {
    display: block;
  }
}

.print {
  display: none;
}

.min0 {
  min-width: auto !important;
  width: auto;
}

input[type="date"] {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 30px 5px 10px;
}

::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 6px 6px 6px 100%;
  padding-left: 100%;
  font-size: 18px;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  vertical-align: middle;
}

.pointer {
  cursor: pointer;
}

.nowrap {
  white-space: nowrap;
}
