@charset "UTF-8";
* {
  font-family: 'Applegothic_SD', 'Malgun Gothic', sans-serif;
  color: #666;
  font-size: 16px; }

html, body {
  margin: 0;
  padding: 0; }

.img-wrap {
  display: block;
  margin: 0 auto;
  max-width: 700px; }

.img-wrap img {
  width: 100%; }

.contents {
  margin: 0 auto;
  max-width: 700px;
  padding-top: 60px; }

.step-list-box {
  overflow: auto; }
  .step-list-box .step-caption {
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 12px;
    color: #7d7d7d; }
  .step-list-box .step-list {
    display: flex; }
    .step-list-box .step-list .step-box {
      border: 1px solid #000;
      display: inline-flex;
      flex-direction: column;
      width: 100%;
      position: relative; }
      .step-list-box .step-list .step-box + .step-box {
        margin-left: 30px; }
      .step-list-box .step-list .step-box.next-arrow:after {
        content: '⇨';
        position: absolute;
        right: -25px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px; }
      .step-list-box .step-list .step-box .step-con {
        padding: 5px;
        font-size: 12px;
        background-color: #e6eef7;
        text-align: center;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        word-break: keep-all; }
        .step-list-box .step-list .step-box .step-con > div {
          font-size: inherit; }

.form-list-box {
  padding-bottom: 20px; }
  .form-list-box .form-caption {
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 12px;
    color: #7d7d7d; }
  .form-list-box .form-list {
    display: flex;
    overflow: auto; }
    .form-list-box .form-list .form-item {
      border: 1px solid #000;
      display: inline-flex;
      flex-direction: column;
      width: 100%;
      position: relative; }
      .form-list-box .form-list .form-item.next-arrow:after {
        content: '⇨';
        position: absolute;
        right: -22px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px; }
      .form-list-box .form-list .form-item.type1 {
        border: 2px solid blue; }
      .form-list-box .form-list .form-item.type2 {
        border: 2px solid purple; }
      .form-list-box .form-list .form-item + .form-item {
        margin-left: 25px; }
      .form-list-box .form-list .form-item .box {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 25px;
        padding: 5px;
        word-break: keep-all;
        text-align: center;
        font-size: 14px; }
        .form-list-box .form-list .form-item .box .txt {
          font-size: inherit;
          color: inherit; }
        .form-list-box .form-list .form-item .box.type-bg1 {
          background-color: #a0dbd1;
          color: #000; }
        .form-list-box .form-list .form-item .box.type-bg2 {
          background-color: dodgerblue;
          color: #fff; }
        .form-list-box .form-list .form-item .box + .box {
          border-top: 1px solid #000; }

.tit-box {
  text-align: center;
  padding-bottom: 40px; }
  .tit-box .tit-txt {
    font-size: 24px;
    margin: 1em 0 .2em;
    color: #333;
    font-weight: 700;
    line-height: 1.3; }
  .tit-box .sub-txt {
    padding-top: 25px;
    text-align: right;
    font-weight: 700; }
  .tit-box .head-box {
    margin: 0 auto;
    padding: 3px;
    background: #ffa426;
    background: linear-gradient(90deg, #00b9fe 0%, #0b3ebc 100%);
    font-weight: bold;
    font-size: .9em;
    display: inline-block; }
    .tit-box .head-box .head-box-wrap {
      background-color: #fff; }
      .tit-box .head-box .head-box-wrap .head-txt {
        padding: 5px 10px;
        color:#0b3ebc;
        background: -webkit-linear-gradient(0deg, #00b9fe, #0b3ebc);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }

        table{margin: auto; border-collapse: collapse;}

        table.footer{}
        table.footer tr{}
        table.footer tr td{line-height: 0;}
        
        tr td{padding: 0;}
        
        tr td a{display: flex;}

.table-box {
  padding-bottom: 20px;
  overflow-x: auto; }
  .table-box .caption-box {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #000; }
    .table-box .caption-box.type-right {
      text-align: right; }
    .table-box .caption-box.type-small {
      font-size: 12px;
      color: #7d7d7d; }
    .table-box .caption-box.type-bold {
      font-size: 14px;
      font-weight: 700;
      color: #7d7d7d; }
  .table-box .table-sub-txt-box {
    padding-top: 10px;
    font-size: 12px; }
    .table-box .table-sub-txt-box.type-right {
      text-align: right; }
  .table-box table.type4 {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0; }
    .table-box table.type4 th {
      margin: 5px 10px;
      padding: 5px;
      height: 1px; }
      .table-box table.type4 th .th-txt {
        background-color: #a0dbd1;
        color: #000;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 8px 5px;
        box-sizing: border-box;
        border: 1px solid #000; }
    .table-box table.type4 td {
      padding: 5px;
      margin: 5px 10px;
      height: 1px; }
      .table-box table.type4 td .td-txt {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        color: #000;
        font-size: 14px;
        padding: 10px 5px;
        box-sizing: border-box;
        flex-direction: column;
        line-height: 20px;
        text-align: center; }
        .table-box table.type4 td .td-txt b {
          color: #000;
          font-size: 14px; }
        .table-box table.type4 td .td-txt.bg-type1 {
          background-color: #c1d6ed;
          border: 1px solid #000; }
        .table-box table.type4 td .td-txt.bg-type2 {
          border: 1px solid #000;
          background-color: #ffffeb; }
  .table-box table.type3 {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
    .table-box table.type3 tr {
      border-top: 1px solid #000; }
    .table-box table.type3 th {
      font-size: 14px;
      color: #fff;
      padding: 10px; }
    .table-box table.type3 td {
      padding: 10px;
      line-height: 22px;
      color: #000; }
      .table-box table.type3 td b {
        color: #000;
        font-size: 14px; }
      .table-box table.type3 td .td-group {
        display: flex;
        width: 100%; }
      .table-box table.type3 td .td-box {
        width: 100%;
        display: flex;
        border: 1px solid #000; }
        .table-box table.type3 td .td-box + .td-box {
          margin-left: 10px; }
        .table-box table.type3 td .td-box .td-left-box {
          display: inline-flex;
          align-items: center;
          width: 10%;
          border-right: 1px solid #000;
          justify-content: center;
          padding: 0 5px; }
        .table-box table.type3 td .td-box .td-right-box {
          display: inline-flex;
          flex-direction: column;
          width: 100%;
          flex: 1;
          background-color: #c1d6ed; }
          .table-box table.type3 td .td-box .td-right-box .td-item-box {
            background-color: #c1d6ed;
            padding: 8px 5px;
            font-size: 12px;
            color: #000; }
            .table-box table.type3 td .td-box .td-right-box .td-item-box.type-tit {
              background-color: #ffffeb;
              font-weight: 700; }
            .table-box table.type3 td .td-box .td-right-box .td-item-box + .td-item-box {
              border-top: 1px solid #000; }
  .table-box table.type2 {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid; }
    .table-box table.type2 .left-border-none {
      border-left: 1px solid transparent !important; }
    .table-box table.type2 .right-border-none {
      border-right: 1px solid transparent !important; }
    .table-box table.type2 thead tr.border-normal th {
      border-bottom: 1px solid #000; }
    .table-box table.type2 thead th {
      background-color: #c1d6ed;
      font-size: 14px;
      line-height: 20px;
      padding: 8px 8px;
      color: #000;
      border: 1px solid #000;
      border-bottom: 3px double #000; }
    .table-box table.type2 tbody tr {
      border-bottom: 1px solid #000; }
      .table-box table.type2 tbody tr.type-line1 {
        border-bottom: 3px double #006eb4; }
    .table-box table.type2 tbody td {
      border: 1px solid #000;
      text-align: center;
      color: #000;
      font-size: 14px;
      line-height: 18px;
      padding: 8px 10px;
      word-break: keep-all; }
      .table-box table.type2 tbody td.type-bg1 {
        background-color: #fcf5e7; }
      .table-box table.type2 tbody td.type-bg2 {
        background-color: #e0eed1; }
      .table-box table.type2 tbody td.type-bg3 {
        background-color: #c1d6ed; }
      .table-box table.type2 tbody td b {
        font-size: inherit; }
      .table-box table.type2 tbody td.type-left {
        text-align: left; }
      .table-box table.type2 tbody td.type-top {
        vertical-align: top; }
  .table-box table.type1 {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0; }
    .table-box table.type1 tbody th, .table-box table.type1 tbody td {
      padding: 5px 10px;
      color: #000;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000; }
    .table-box table.type1 tbody th {
      text-align: left;
      padding: 0 15px;
      border-right: 0; }
    .table-box table.type1 tbody td.right {
      padding: 5px 15px;
      text-align: right; }
    .table-box table.type1 tbody tr.type-bg {
      background-color: #a0dbd1; }

.txt-box {
  line-height: 1.8;
  word-break: break-all;
  text-align: justify;
  letter-spacing: -1px;
  color: #666;
  font-size: 16px;
  padding-bottom: 20px; }
  .txt-box .highlight-txt {
    background-color: yellow;
    color: #000;
    font-weight: 700; }
  .txt-box b {
    color: #000; }

.txt-box .accent1 {
  color: #1095ac;
  font-weight: 700; }

.img-tit-box .txt {
  font-size: 16px;
  padding-bottom: 10px;
  color: #000;
  font-weight: 700; }

.img-tit-box.type-small {
  font-size: 14px;
  font-weight: 700; }

.img-box {
  padding-bottom: 20px;
  width: 100%; }
  .img-box .img-list {
    display: flex;
    align-items: flex-end; }
    .img-box .img-list + .img-list {
      margin-top: 10px; }
      .img-box .img-list + .img-list.type-line {
        border-top: none; }
    .img-box .img-list.type-top {
      align-items: flex-start; }
    .img-box .img-list.type-middle {
      align-items: center; }
    .img-box .img-list.type-line {
      border: 1px solid #000; }
    .img-box .img-list.type-title .img-item {
      padding-top: 30px;
      position: relative; }
      .img-box .img-list.type-title .img-item .img-item-head {
        position: absolute;
        top: 0;
        left: 0;
        right: 0; }
    .img-box .img-list .img-item {
      width: 100%;
      flex-grow: 1;
      flex-shrink: 1;
      flex-basis: 100%;
      align-self: stretch;
      text-align: center; }
      .img-box .img-list .img-item.type-middle {
        align-self: initial; }
      .img-box .img-list .img-item + .img-item {
        margin-left: 10px; }
      .img-box .img-list .img-item .row {
        position: relative;
        padding-left: 15px; }
        .img-box .img-list .img-item .row.type-1:after {
          content: 'ㅇ';
          position: absolute;
          left: 0;
          top: 0px; }
        .img-box .img-list .img-item .row.type-2:after {
          content: '-';
          position: absolute;
          left: 0;
          top: 0; }
      .img-box .img-list .img-item .img-item-head {
        justify-content: center;
        height: 30px;
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 700;
        color: #000; }
        .img-box .img-list .img-item .img-item-head b {
          font-size: inherit;
          color: blue; }
      .img-box .img-list .img-item .img-item-body {
        width: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        height: 100%; }
        .img-box .img-list .img-item .img-item-body img {
          width: auto; }
  .img-box img {
    width: 100%;
    max-width: 100%; }
    .img-box img.auto {
      width: auto; }
  .img-box .img-txt {
    font-size: 14px;
    padding-top: 10px; }
    .img-box .img-txt.type-subject {
      padding-bottom: 5px; }
    .img-box .img-txt.type-right {
      text-align: right; }
    .img-box .img-txt.type-center {
      text-align: center; }
    .img-box .img-txt.type-bold {
      font-weight: 700;
      color: #000; }
    .img-box .img-txt.type-big {
      font-size: 14px; }
  .img-box .img-sub-txt {
    color: #006eb4;
    font-size: 12px;
    line-height: 18px;
    padding-top: 10px; }
    .img-box .img-sub-txt.type-center {
      text-align: center; }

sup.sup {
  font-size: 12px; }

.sup-box {
  padding-bottom: 20px;
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #bbb; }
  .sup-box .row {
    position: relative;
    padding-left: 20px; }
    .sup-box .row .num {
      font-size: 12px;
      line-height: 18px;
      position: absolute;
      left: 0;
      top: 3px; }
    .sup-box .row .con {
      font-size: 12px;
      line-height: 20px; }

.link-box {
  text-align: right;
  padding-bottom: 40px;
  padding-top: 20px; }
  .link-box .link-txt {
    text-decoration: none;
    color: #000; }
    .link-box .link-txt .accent {
      color: #006eb4;
      font-weight: 700; }
    .link-box .link-txt:hover {
      text-decoration: underline; }
      .link-box .link-txt:hover .accent {
        color: #000; }

.sub-txt-box {
  margin-top: -10px;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 18px; }
  .sub-txt-box.type-center {
    text-align: center; }

.sub-tit-box {
  font-size: 20px;
  margin: 2.8em 0 1.4em;
  line-height: 1.4;
  color: #006eb4;
  display: block;
  padding-left: 14px;
  border-left: solid 3px #006eb4;
  font-weight: 700; }

.indent-box {
  text-indent: -20px;
  padding-left: 20px; }
  .indent-box + .indent-box {
    margin-top: 20px; }
  .indent-box .sub-txt-box {
    text-indent: 0;
    padding-left: 0; }

.bold-box {
  font-weight: 700;
  color: #000;
  font-size: 18px;
  padding-bottom: 20px; }

.note-box {
  position: relative;
  padding: 1.5em 1.8em;
  background: #f6f6f6;
  border: solid 1px #ccc;
  border-radius: 3px;
  margin-bottom: 40px; }

.note-box .note-tit {
  font-size: 18px;
  margin: 10px 0 10px;
  line-height: 1.2;
  color: #555;
  font-weight: 700;
  display: flex;
  align-items: center; }

.note-box .note-tit .tit-txt {
  color: #006eb4; }

.note-box .note-tit .sub-txt {
  padding-left: 10px;
  font-size: 14px; }

.note-box .note-list {
  padding-left: 0; }

.note-box .note-list li {
  list-style: none;
  line-height: 22px;
  margin: 5px 0; }
  .note-box .note-list li + li {
    margin-top: 15px; }
  .note-box .note-list li .note-list-tit {
    font-weight: 700;
    padding-bottom: 5px;
    color: #000; }
  .note-box .note-list li.type-floating {
    position: relative;
    padding-left: 50px; }
    .note-box .note-list li.type-floating .subject {
      position: absolute;
      left: 0;
      line-height: 20px; }
    .note-box .note-list li.type-floating .con {
      line-height: 20px; }
      .note-box .note-list li.type-floating .con .row {
        margin-top: 5px; }

.author-box {
  text-align: right;
  font-weight: bold;
  color: #666;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 30px; }

.menu-box {
  padding: 30px 0 50px;
  text-align: center; }

.menu-box .btn {
  display: inline-block;
  padding: .8em 2em;
  font-weight: bold;
  color: #0b3ebc;
  border: solid 2px #0b3ebc;
  border-radius: 3px;
  text-decoration: none;
  webkit-transition: background-color .2s ease-out;
  -moz-transition: background .2s ease-out;
  -o-transition: background .2s ease-out;
  -ms-transition: background .2s ease-out;
  transition: background .2s ease-out;
  text-decoration: none; }

.menu-box .btn:hover {
  color: #fff;
  background: #0b3ebc; }

b.img-need {
  font-size: 30px;
  color: red; }

footer {
  margin: 0 auto;
  max-width: 700px;
  padding-top: 60px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  font-size: 0; }
  footer a {
    text-decoration: none; }

.type-center {
  text-align: center; }

.type-right {
  text-align: right; }

.type-left {
  text-align: left; }

.f-black {
  color: #000 !important; }

.f-blue {
  color: blue !important;
  font-size: inherit !important; }

.bold {
  font-weight: 700 !important; }

@media screen and (max-width: 640px) {
  .contents {
    padding: 40px 15px 0; } }

/*# sourceMappingURL=style.css.map */