<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* UNIQID */
/* 버튼 만들기
&lt;div class="btns 넣고싶은 클래스"&gt;
    &lt;span class="txt"&gt;텍스트&lt;/span&gt;
&lt;/div&gt;
*/
.rebd-readme {
  line-height: 1;
}
.rebd-readme .default_c {
  padding-top: 63px !important;
}
.rebd-readme .cn-toparea {
  height: 300px;
  background: #094895;
}
.rebd-readme .cn-toparea .ctw {
  display: flex;
  align-items: center;
  height: 100%;
  width: 1080px;
  margin: 0 auto;
}
.rebd-readme .cn-toparea .tit,
.rebd-readme .cn-toparea .etc {
  color: #fff;
}
.rebd-readme .cn-toparea .tit {
  line-height: 1;
  font-size: 50px;
}
.rebd-readme .cn-toparea .etc {
  margin: 30px 0 0;
  color: #b2d7f7;
  font-size: 16px;
}
.rebd-readme .cn-toparea .etc .txt + .txt:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #b2d7f7;
  border-radius: 100%;
  vertical-align: middle;
  margin: 0 10px;
}
.rebd-readme .synt &gt; .titlearea .tit {
  color: #0a4797;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
.rebd-readme .synt &gt; .titlearea .readme {
  margin: 14px 0 0;
  color: #666666;
  font-size: 14px;
  line-height: 21px;
}
.rebd-readme .synt .ctbox {
  margin: 60px 0 0;
}
.rebd-readme .tbl_style01 .tbl {
  border-top-color: #444;
  border-bottom-color: #eee;
}
.rebd-readme .tbl_style01 .tbl thead tr th {
  border-top: 1px solid #eee;
}
.rebd-readme .tbl_style01 .tbl thead tr:first-child th {
  border-top: 0;
}
.rebd-readme .tbl_style01 .tbl .bl {
  border-left: 1px solid #eee;
}
.rebd-readme .tbl_style01 .tbl .c_nam {
  color: #084895;
}
.rebd-readme .tbl_style01 .tbl .pl20 {
  padding-left: 20px;
}
.rebd-readme .tbl_style01 .tbl th, .rebd-readme .tbl_style01 .tbl td {
  padding: 10px 5px 11px;
  font-size: 16px;
  line-height: 23px;
}
.rebd-readme .tbl_style01 .tbl tbody th, .rebd-readme .tbl_style01 .tbl tbody td {
  border-left-color: #eee;
  border-top-color: #eee;
}
.rebd-readme .tbl_style01 .tbl tbody th .thg, .rebd-readme .tbl_style01 .tbl tbody td .thg {
  display: block;
  margin-top: -2px;
  font-size: 13px;
  color: #999999;
}
.rebd-readme .tbl_style01 .tbl tbody th {
  background: #fff;
}
.rebd-readme .tbl_style01 .tbl tbody .thbu {
  color: #999999;
  font-size: 13px;
}
.rebd-readme .tbl_style01 .tbl .check {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #222222;
  border-radius: 100%;
  margin-bottom: -2px;
}
.rebd-readme .burdbox {
  margin: 30px 0 0;
  padding: 28px 30px 20px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
}
.rebd-readme .burdbox .title {
  margin: 0 0 14px;
  color: #084895;
  font-size: 16px;
}
.rebd-readme .burdbox ul li {
  position: relative;
  padding-left: 10px;
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 21px;
}
.rebd-readme .burdbox ul li:first-child {
  margin-top: 0;
}
.rebd-readme .burdbox ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 8px;
  width: 4px;
  height: 4px;
  background: #084895;
  border-radius: 100%;
}
.rebd-readme .burdbox ul li dl {
  display: flex;
}
.rebd-readme .burdbox ul li dt {
  width: 112px;
  color: #666666;
}
.rebd-readme .burdbox ul li dd {
  color: #222222;
}
.rebd-readme .burdbox .etc {
  margin: 26px 0 0;
  padding-top: 18px;
  border-top: 1px solid #eee;
  color: #999999;
  line-height: 18px;
}
.rebd-readme .subc {
  margin: 80px 0 0;
  padding: 84px 0 0;
  border-top: 4px solid #222;
}
.rebd-readme .subc .doc {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 2px;
  background-image: var(--bg-i-common);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -20px -100px;
}
.rebd-readme .subc &gt; .titlearea {
  margin: 0 0 78px;
}
.rebd-readme .subc &gt; .titlearea .tit {
  color: #000000;
  font-size: 40px;
  line-height: 1;
}
.rebd-readme .subc &gt; .titlearea .readme {
  margin: 14px 0 0;
  color: #666666;
  font-size: 14px;
  line-height: 21px;
}
.rebd-readme .subc .adoc {
  color: #999999;
  font-size: 14px;
}
.rebd-readme .subc .adoc:hover, .rebd-readme .subc .adoc:focus {
  text-decoration: underline;
}
.rebd-readme .subc .adoc .ll {
  margin-top: 5px;
}
.rebd-readme .subc .adoc .ll:first-child {
  margin-top: 0;
}
.rebd-readme .subc .adoc .ll .mm {
  display: block;
  margin-top: -6px;
  font-size: 13px;
}
.rebd-readme .subc .dashul li {
  position: relative;
  padding-left: 8px;
  color: #666666;
  line-height: 21px;
}
.rebd-readme .subc .dashul li:before {
  content: "-";
  position: absolute;
  left: 0px;
  top: -1px;
}
.rebd-readme .subc .titul .tu {
  line-height: 23px;
  margin: 0 0 8px;
  color: #222222;
}
.rebd-readme .subc .titul .tu .ga {
  font-size: 14px;
}
.rebd-readme .subc .titul.han &gt; ul {
  line-height: 22px;
}
.rebd-readme .subc .titul.han &gt; ul &gt; li {
  color: #666666;
  font-size: 14px;
  text-indent: -18px;
  padding-left: 18px;
}
.rebd-readme .subc .titul.han &gt; ul &gt; li ul {
  text-indent: 0;
  padding-left: 0;
}
.rebd-readme .subc .titul.ulul &gt; ul &gt; li {
  position: relative;
  padding: 0 0 0 7px;
  color: #222;
  font-size: 14px;
  line-height: 21px;
}
.rebd-readme .subc .titul.ulul &gt; ul &gt; li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0px;
  width: 2px;
  height: 2px;
  background: #7a7a7a;
}
.rebd-readme .subc .titul.ulul &gt; ul &gt; li .dashul {
  margin: 2px 0 0;
}
.rebd-readme .subc .titul .by {
  color: #7790ad;
  font-size: 13px;
}
.rebd-readme .subc .titul .by.gray {
  color: #999999;
}
.rebd-readme .subc .ctc {
  display: flex;
}
.rebd-readme .subc .ctc .con {
  flex: 1;
}
.rebd-readme .subc .ctc + .ctc,
.rebd-readme .subc .ctd + .ctd {
  margin: 60px 0 0;
}
.rebd-readme .subc .ctc &gt; .titlearea, .rebd-readme .subc .ctd &gt; .titlearea {
  width: 360px;
}
.rebd-readme .subc .ctc &gt; .titlearea .tit, .rebd-readme .subc .ctd &gt; .titlearea .tit {
  margin: 0 0 12px;
  line-height: 1;
  font-weight: bold;
  font-size: 24px;
}
.rebd-readme .subc .ctc &gt; .titlearea .tit.c_namb, .rebd-readme .subc .ctd &gt; .titlearea .tit.c_namb {
  color: #084895;
}
.rebd-readme .subc .ctc &gt; .titlearea .tit.c_sky, .rebd-readme .subc .ctd &gt; .titlearea .tit.c_sky {
  color: #129ded;
}
.rebd-readme .subc .ctc &gt; .titlearea .readme, .rebd-readme .subc .ctd &gt; .titlearea .readme {
  color: #555555;
  font-size: 16px;
  line-height: 23px;
}
.rebd-readme .subc .ctd .titlearea {
  width: auto;
}
.rebd-readme .subc .ctd .titlearea + .rcv {
  margin-top: 27px;
}
.rebd-readme .rvm {
  display: flex;
  margin: 0 0 30px;
  line-height: 1;
}
.rebd-readme .rvm a {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  margin: 0 0 0 10px;
  background: #eeeeee;
  border-radius: 20px;
  color: #666666;
}
.rebd-readme .rvm a.on {
  background: #222222;
  color: #fff;
}
.rebd-readme .rvm a:first-child {
  margin-left: 0;
}

.rvc .doc {
  display: none !important;
}
.rvc .rvcb-wr {
  display: none;
  justify-content: space-between;
}
.rvc .rvcb-wr.show {
  display: flex;
}
.rvc .rvcb {
  display: flex;
  flex-direction: column;
}
.rvc .rvcb:nth-child(1) {
  width: 520px;
}
.rvc .rvcb:nth-child(2) {
  width: 260px;
}
.rvc .rvcb:nth-child(3) {
  width: 260px;
}
.rvc .rvcb .rh {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #084895;
  font-size: 16px;
}
.rvc .rvcb .rh.dae {
  height: 59px;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
}
.rvc .rvcb .rh.sm {
  height: 41px;
  border-top: 1px solid #396daa;
}
.rvc .rvcb .rb {
  display: flex;
  flex: 1;
}
.rvc .rvcb .rbox {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.rvc .rvcb .rbox .rc {
  flex: 1;
  padding: 20px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  border-radius: 0 0 0 10px;
}
.rvc .rvcb .rbox:last-child .rc {
  border-bottom-right-radius: 10px;
}
.rvc .rvcb .rbox + .rbox .rh {
  border-left: 1px solid #396daa;
}
.rvc .rvcb .rbox + .rbox .rc {
  border-left: 0;
  border-bottom-left-radius: 0;
}
.rvc .rvcb.hol .rh {
  height: 100px;
}
.rvc .rvcb.blue .rh {
  background: #084895;
}
.rvc .rvcb.red .rh {
  background: #ec6276;
}
.rvc .rvcb.sky .rh {
  background: #129ded;
}
.rvc .rvcb.bs01 .rh {
  background: #1691f0;
}
.rvc .rvcb.bs02 .rh {
  background: #0481e2;
}
.rvc .rvcb.bs03 .rh {
  background: #136fe0;
}
.rvc .bm {
  display: block;
  margin: 0 0 10px;
  color: #999999;
  font-size: 13px;
  line-height: 21px;
}
.rvc .bm .mm {
  display: block;
  margin-top: -6px;
}
.rvc .bm .ll02 {
  line-height: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.rvc .bm .ll02 .mm {
  display: inline;
  margin: 0;
}
.rvc .bm:hover, .rvc .bm:focus {
  text-decoration: underline;
}
.rvc .none {
  color: #999999;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
}
.rvc .tul .tb {
  margin: 0 0 5px;
  color: #084895;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
}
.rvc .tul .tu {
  line-height: 21px;
  margin: 0 0 1px;
  color: #222222;
  font-size: 14px;
}
.rvc .tul .smtxt {
  color: #999999;
  font-size: 12px;
  text-indent: 0;
  line-height: 16px;
  margin: 2px 0 3px;
}
.rvc .tul + .tul {
  margin: 15px 0 0;
}
.rvc .tul02 .tu {
  margin: 0 0 2px;
  font-weight: bold;
  font-size: 15px;
  line-height: 21px;
}
.rvc .tul02 .tu .mm {
  margin-left: 3px;
  color: #999;
  font-size: 12px;
  font-weight: 500;
}
.rvc .tul02 .uul li {
  position: relative;
  padding-left: 9px;
  line-height: 21px;
}
.rvc .tul02 .uul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  width: 5px;
  height: 1px;
  background: #666;
}
.rvc .tul02 .uul li .rr {
  margin-top: 1px;
  color: #999999;
  font-size: 12px;
  line-height: 15px;
}
.rvc .tul02 + .tul02 {
  margin: 22px 0 0;
}
.rvc .oul.gray &gt; li {
  color: #666666;
}
.rvc .oul.black &gt; li {
  color: #222222;
}
.rvc .oul &gt; li {
  font-size: 14px;
  line-height: 21px;
}
.rvc .oul.ol &gt; li {
  text-indent: -13px;
  padding-left: 13px;
}
.rvc .oul.daegan &gt; li {
  margin-top: 12px;
}
.rvc .oul.daegan &gt; li:first-child {
  margin-top: 0;
}
.rvc .oul.han &gt; li {
  text-indent: -18px;
  padding-left: 18px;
}
.rvc .oul .han {
  margin: 3px 0 0 -13px;
  margin-left: -13px;
}
.rvc .tul_tul02 {
  padding-left: 12px;
}
.rvc .tul_tul02 .tutil {
  color: #666666;
  font-size: 14px;
  line-height: 19px;
  text-indent: -12px;
}
.rvc .tt_uul {
  margin: 3px 0 0;
}
.rvc .tt_uul li {
  position: relative;
  padding-left: 5px;
  color: #666;
  font-size: 13px;
  line-height: 18px;
}
.rvc .tt_uul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  width: 2px;
  height: 2px;
  background: #666;
  border-radius: 100%;
}
.rvc .uul + .tul_tul02 {
  margin: 15px 0 0;
}

.table_area.theadc thead {
  height: 100px;
}
.table_area.theadc thead th {
  height: 41px;
  color: #fff;
  background: #084895;
  font-size: 16px;
  text-align: center;
}
.table_area.theadc thead th + th {
  border-left: 1px solid #396daa;
}
.table_area.theadc thead tr:first-child th {
  height: auto;
  border-top: 0;
  font-weight: bold;
}

.btn-default-gray01 {
  height: 30px;
  padding: 0 9px;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #222;
  font-size: 13px;
}

.ico-document {
  display: block;
  width: 12px;
  height: 14px;
  margin-right: 5px;
  background: url(/images/ui_ico.png) no-repeat -304px 0;
}

.rbb {
  margin: 20px 0 0;
}
.rbb .rcvetc {
  display: flex;
  padding: 18px 20px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
}
.rbb .rcvetc .txt01 {
  font-size: 13px;
  color: #7790ad;
  line-height: 21px;
}
.rbb .btns {
  margin: -5px 0;
}
.rbb .bt-go {
  width: 101px;
  margin-left: 20px;
}

.cn-bottomarea {
  width: 1080px;
  padding: 80px 0 82px;
  margin: 0 auto;
  border-top: 4px solid #222222;
}
.cn-bottomarea .txt01 {
  line-height: 22px;
  color: #666666;
}
.cn-bottomarea .txt02 {
  margin-top: 27px;
  color: #888888;
  font-size: 12px;
}
.cn-bottomarea .link {
  color: #129ded;
  text-decoration: underline;
}

.pop-need-pay {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 750px;
  margin: -330px 0 0;
  line-height: 1;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8351715686) 85%, rgba(255, 255, 255, 0) 100%);
}
.pop-need-pay .wr {
  width: 640px;
  padding: 40px 0;
  border-radius: 10px;
  border: 1px solid #909090;
  background: #fff;
  text-align: center;
}
.pop-need-pay .wr .txt01 {
  margin: 0 0 10px;
  color: #000000;
  font-size: 18px;
}
.pop-need-pay .wr .txt02 {
  color: #084895;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
}
.pop-need-pay .wr .txt03 {
  margin: 20px 0 0;
  color: #7790ad;
  font-size: 14px;
}
.pop-need-pay .wr .btnarea {
  width: 260px;
  margin: 30px auto 0;
}
.pop-need-pay .wr .btnarea .btns {
  display: flex;
  height: 60px;
  border-radius: 6px;
}
.pop-need-pay .wr .btnarea .btns span {
  font-size: 16px;
  font-weight: bold;
}
.pop-need-pay .wr .btnarea .btns + .btns {
  margin-top: 10px;
}/*# sourceMappingURL=etc.css.map */</pre></body></html>