@charset "UTF-8";
/* 유틸 */
.file-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .file-box input[type='file'] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .file-box label {
    display: inline-block;
    vertical-align: middle;
    width: 66px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    font-weight: 300;
    color: #717171;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
    border: 1px solid #717171; }
  .file-box .upload-name {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 300;
    color: #666;
    border-bottom: 1px solid #949494;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .file-box .btn-del {
    font-size: 24px;
    padding: 0; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  select::-ms-expand {
    display: none; }

.select {
  display: inline-block;
  width: 300px;
  height: 34px;
  padding: 0 20px;
  background: #fff url("/application/static/images/icon-select.png") calc(100% - 15px) 50% no-repeat;
  background-size: 11px 7px;
  cursor: pointer;
  outline: none;
  cursor: pointer;
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .select:read-only {
    background: #fff url("/application/static/images/icon-select.png") calc(100% - 15px) 50% no-repeat;
    background-size: 11px 7px;
    cursor: pointer; }

.checkbox {
  display: flex;
  position: relative; }
  .checkbox input[type="checkbox"] {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0); }
  .checkbox > label {
    display: flex;
    align-items: center;
    position: relative;
    line-height: 24px;
    letter-spacing: -0.05em;
    font-weight: 400;
    color: #999;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none; }
    .checkbox > label:before {
      content: '';
      display: block;
      width: 24px;
      height: 24px;
      margin-right: 9px;
      background: url("/application/static/images/btn_chk2_off.png") 50% 50% no-repeat;
      background-size: contain; }
  .checkbox input[type="checkbox"]:checked + label {
    font-weight: 400;
    color: #000; }
  .checkbox input[type="checkbox"]:checked + label:before {
    background: url("/application/static/images/btn_chk2_on.png") 50% 50% no-repeat;
    background-size: contain; }

.checkbox-list {
  display: flex;
  flex-direction: row; }
  .checkbox-list .checkbox + .checkbox {
    margin-left: 30px; }

.radio {
  display: flex; }
  .radio input[type="radio"] {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0); }
  .radio > label {
    display: flex;
    align-items: center;
    position: relative;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    color: #999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none; }
    .radio > label:before {
      content: '';
      display: block;
      width: 24px;
      height: 24px;
      margin-right: 9px;
      background: url("/application/static/images/btn_radio_off.png") 50% 50% no-repeat;
      background-size: contain; }
  .radio input[type="radio"]:checked + label {
    font-weight: 400;
    color: #000; }
  .radio input[type="radio"]:checked + label:before {
    background: url("/application/static/images/btn_radio_on.png") 50% 50% no-repeat;
    background-size: contain; }
  .radio label + .input-default,
  .radio label + .input-search,
  .radio label + .btn-round,
  .radio label + .btn-container,
  .radio label + .input-container {
    margin-left: 10px; }

.radio-list {
  display: flex;
  flex-wrap: wrap; }
  .radio-list .radio + .radio {
    margin-left: 30px; }
  .radio-list div + a {
    margin-left: 30px; }
  .radio-list a {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: gray;
    text-align: center; }

.paging-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px; }
  .paging-container .page-number {
    display: flex;
    align-items: center;
    margin: 0 30px; }
    .paging-container .page-number a {
      margin: 0 15px;
      padding: 0 5px;
      padding-bottom: 3px;
      border-bottom: 1px solid transparent;
      color: gray;
      font-size: 14px;
      font-weight: 600; }
      .paging-container .page-number a.active {
        color: #e62140;
        border-color: #e62140; }
      .paging-container .page-number a:hover {
        color: #e62140; }

.rsp-layout {
  position: relative;
  width: 100%;
  max-width: 1200px;
  min-width: 992px;
  margin: auto; }

.posRw100 {
  position: relative;
  width: 100%; }

/* header */
header {
  position: relative;
  width: 100%;
  height: 128px; }
  header nav {
    height: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end; }
    header nav h1 {
      position: absolute;
      width: 240px;
      height: auto;
      top: 0;
      left: 0;
      padding: 0;
      margin: 0;
      line-height: 0;
      font-size: 0; }
      header nav h1 a {
        display: inline-block;
        width: 100%;
        height: 100%; }
        header nav h1 a img {
          margin-top: 29px; }
    header nav ul {
      width: 760px;
      display: flex;
      justify-content: flex-end; }
      header nav ul li {
        margin-right: 65px; }
        header nav ul li:last-child {
          margin-right: 0; }
        header nav ul li a {
          line-height: 128px;
          font-size: 20px; }
          header nav ul li a:hover {
            color: #e62140; }

/* footer */
footer {
  background: #333333;
  color: #666666; }
  footer .ftop {
    padding-top: 45px; }
    footer .ftop ul {
      display: flex;
      justify-content: space-between; }
      footer .ftop ul li:nth-child(1) {
        width: 29.16666666667%; }
        footer .ftop ul li:nth-child(1) a {
          display: inline-block;
          width: 206px;
          height: 83px; }
          footer .ftop ul li:nth-child(1) a img {
            width: 100%; }
      footer .ftop ul li:nth-child(2) {
        width: 54.16666666667%;
        padding-top: 40px; }
        footer .ftop ul li:nth-child(2) p {
          color: #999999;
          font-size: 14px; }
          footer .ftop ul li:nth-child(2) p:nth-child(2) {
            padding-top: 10px;
            font-size: 13px;
            color: #666666; }
      footer .ftop ul li:nth-child(3) {
        width: 17.91666666667%;
        min-width: 215px;
        display: flex;
        justify-content: space-between;
        padding-top: 40px; }
        footer .ftop ul li:nth-child(3) a {
          color: #fff;
          font-size: 14px;
          font-weight: 700; }
  footer .fbot {
    margin-top: 30px; }
    footer .fbot ul {
      position: relative; }
      footer .fbot ul li {
        text-align: center;
        padding: 33px 275px 36px 0; }
        footer .fbot ul li p {
          font-size: 14px;
          color: #666666;
          line-height: 1.7; }
        footer .fbot ul li:nth-child(2) {
          position: absolute;
          width: 273px;
          right: 0;
          top: 33px;
          padding: 0;
          display: flex;
          justify-content: space-between; }

.container {
  position: relative;
  width: 100%; }
  .container .visual {
    height: 340px;
    text-align: center; }
    .container .visual.main {
      height: 710px; }
      .container .visual.main ul {
        position: absolute;
        top: 60.56338028169%;
        width: 100%;
        max-width: 1040px;
        min-width: 992px;
        height: 190px;
        left: 50%;
        margin-left: -520px;
        display: flex;
        justify-content: space-between;
        z-index: 2; }
        .container .visual.main ul li {
          width: 238px;
          height: 100%; }
          .container .visual.main ul li a {
            display: inline-block;
            width: 100%;
            height: 100%;
            padding-top: 135px;
            font-size: 18px;
            font-weight: 700; }
          .container .visual.main ul li:nth-child(1) {
            background: #fff url(/application/static/images/icon_1.png) 50% 37px no-repeat;
            background-size: 77px 64px; }
          .container .visual.main ul li:nth-child(2) {
            background: #fff url(/application/static/images/icon_2.png) 50% 37px no-repeat;
            background-size: 62px 67px; }
          .container .visual.main ul li:nth-child(3) {
            background: #fff url(/application/static/images/icon_3.png) 50% 37px no-repeat;
            background-size: 64px 64px; }
          .container .visual.main ul li:nth-child(4) {
            background: #fff url(/application/static/images/icon_4.png) 50% 37px no-repeat;
            background-size: 94px 61px; }
    .container .visual .inner {
      position: relative;
      height: 340px; }
      .container .visual .inner h2 {
        position: absolute;
        left: 50%;
        top: 150px;
        width: 300px;
        margin-left: -150px;
        text-align: center;
        color: #fff;
        font-size: 50px; }
      .container .visual .inner img {
        opacity: 0; }
  .container .main_slide .swiper-container {
    width: 100%;
    height: 710px; }
    .container .main_slide .swiper-container .swiper-wrapper .swiper-slide {
      position: relative;
      background-size: cover; }
      .container .main_slide .swiper-container .swiper-wrapper .swiper-slide .visual_copy {
        position: absolute;
        width: 100%;
        top: 150px;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        .container .main_slide .swiper-container .swiper-wrapper .swiper-slide .visual_copy h2 {
          width: 100%;
          font-size: 50px;
          font-weight: 300;
          color: #fff;
          padding-bottom: 45px; }
          .container .main_slide .swiper-container .swiper-wrapper .swiper-slide .visual_copy h2 strong {
            font-weight: 700; }
        .container .main_slide .swiper-container .swiper-wrapper .swiper-slide .visual_copy p {
          width: 600px;
          font-size: 22px;
          color: #fff;
          line-height: 1.8;
          text-align: center; }
      .container .main_slide .swiper-container .swiper-wrapper .swiper-slide img {
        opacity: 0;
        min-width: 992px; }
  .container .main_slide .swiper-button {
    width: 75px;
    height: 75px;
    outline: none; }
    .container .main_slide .swiper-button:after {
      display: none; }
  .container .main_slide .swiper-button-next {
    right: 70px;
    background: url(/application/static/images/btn_arrowR.png) 0 0 no-repeat;
    background-size: contain; }
  .container .main_slide .swiper-button-prev {
    left: 70px;
    background: url(/application/static/images/btn_arrowL.png) 0 0 no-repeat;
    background-size: contain; }
  .container .main_slide .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 320px; }
    .container .main_slide .swiper-pagination .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      background: #4c7eff;
      margin: 0 0.375rem;
      opacity: 1;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .container .main_slide .swiper-pagination .swiper-pagination-bullet-active {
        width: 46px;
        border-radius: 4px;
        background: #fff; }
    .container .main_slide .swiper-pagination span {
      outline: none; }
  .container .notice {
    display: flex;
    justify-content: space-between; }
    .container .notice h3 {
      font-size: 18px;
      font-weight: 700;
      line-height: 87px;
      width: 10%;
      min-width: 120px;
      background: url(/application/static/images/icon_arrow1.png) 73px 34px no-repeat;
      background-size: contain; }
    .container .notice .notice-slide {
      width: 90%;
      height: 87px;
      overflow: hidden; }
      .container .notice .notice-slide .swiper-news {
        width: 100%; }
        .container .notice .notice-slide .swiper-news .swiper-wrapper {
          width: 100%;
          height: 87px; }
          .container .notice .notice-slide .swiper-news .swiper-wrapper .swiper-slide {
            width: 94.72222222222%;
            height: 87px;
            display: flex;
            margin-bottom: 0 !important;
            justify-content: space-between; }
            .container .notice .notice-slide .swiper-news .swiper-wrapper .swiper-slide a {
              display: inline-block;
              width: 85.82600195503%;
              height: 87px;
              line-height: 87px;
              font-size: 18px; }
            .container .notice .notice-slide .swiper-news .swiper-wrapper .swiper-slide span {
              display: inline-block;
              width: 14.17399804497%;
              height: 87px;
              line-height: 87px;
              text-align: center;
              font-size: 16px; }
      .container .notice .notice-slide .swiper-button {
        position: absolute;
        width: 21px;
        height: 21px;
        z-index: 9;
        right: 18px;
        outline: none; }
      .container .notice .notice-slide .swiper-button-next-news {
        top: 44px;
        background: url(/application/static/images/icon_arrow2.png) 0 0 no-repeat;
        background-size: contain; }
      .container .notice .notice-slide .swiper-button-prev-news {
        top: 23px;
        background: url(/application/static/images/icon_arrow3.png) 0 0 no-repeat;
        background-size: contain; }
    .container .notice > ul {
      width: 4.75%;
      min-width: 57px; }
  .container .complaint {
    background: #e62140;
    height: 165px;
    color: #fff; }
    .container .complaint .inner {
      height: 100%;
      display: flex;
      justify-content: space-between; }
      .container .complaint .inner h3 {
        position: relative;
        width: 14.25%;
        align-self: center;
        text-align: center;
        line-height: 1.5;
        font-size: 20px; }
        .container .complaint .inner h3:before {
          content: "";
          position: absolute;
          top: -11px;
          right: 0;
          width: 1px;
          height: 82px;
          background: #fff;
          opacity: .3; }
      .container .complaint .inner ul {
        height: 100%;
        display: flex;
        justify-content: space-between;
        width: 85.75%; }
        .container .complaint .inner ul li {
          position: relative;
          width: 20%;
          height: 100%; }
          .container .complaint .inner ul li:before {
            content: "";
            position: absolute;
            right: -5px;
            top: 74px;
            width: 10px;
            height: 17px;
            background: url(/application/static/images/icon_arrow_middle.png) 0 0 no-repeat;
            background-size: contain; }
          .container .complaint .inner ul li:nth-child(1) {
            background: url(/application/static/images/btn_icon1.png) 50% 33px no-repeat;
            background-size: 38px 38px; }
          .container .complaint .inner ul li:nth-child(2) {
            background: url(/application/static/images/btn_icon2.png) 50% 33px no-repeat;
            background-size: 38px 33px; }
          .container .complaint .inner ul li:nth-child(3) {
            background: url(/application/static/images/btn_icon3.png) 50% 33px no-repeat;
            background-size: 36px 36px; }
          .container .complaint .inner ul li:nth-child(4) {
            background: url(/application/static/images/btn_icon4.png) 50% 33px no-repeat;
            background-size: 35px 32px; }
          .container .complaint .inner ul li:nth-child(5) {
            background: url(/application/static/images/btn_icon5.png) 50% 33px no-repeat;
            background-size: 36px 27px; }
            .container .complaint .inner ul li:nth-child(5):before {
              display: none; }
          .container .complaint .inner ul li a {
            display: inline-block;
            padding-top: 85px;
            width: 100%;
            height: 100%;
            text-align: center; }
            .container .complaint .inner ul li a span {
              display: block; }
              .container .complaint .inner ul li a span:nth-child(1) {
                line-height: 1.8; }
              .container .complaint .inner ul li a span:nth-child(2) {
                font-size: 13px; }
  .container .faq {
    width: 100%;
    background: #f2f2f2;
    padding: 40px 0 70px 0; }
    .container .faq .faq-header {
      display: flex;
      justify-content: space-between; }
      .container .faq .faq-header h3 {
        width: 30%;
        min-width: 360px;
        font-size: 28px;
        font-weight: 700; }
        .container .faq .faq-header h3 a {
          font-size: 18px;
          color: #333;
          opacity: .9;
          margin-left: 32px; }
      .container .faq .faq-header .faq-header-nav {
        width: 70%;
        padding-bottom: 40px; }
        .container .faq .faq-header .faq-header-nav ul {
          display: flex;
          justify-content: flex-end; }
          .container .faq .faq-header .faq-header-nav ul li {
            position: relative;
            margin-right: 35px; }
            .container .faq .faq-header .faq-header-nav ul li:nth-child(4) {
              margin-right: 0; }
            .container .faq .faq-header .faq-header-nav ul li a {
              font-size: 18px;
              color: #444343;
              opacity: .9; }
            .container .faq .faq-header .faq-header-nav ul li.ui-state-active a {
              color: #333;
              font-weight: 700;
              opacity: 1; }
            .container .faq .faq-header .faq-header-nav ul li.ui-state-active:before {
              content: "";
              position: absolute;
              left: -4px;
              right: -5px;
              height: 4px;
              background: #e62140;
              bottom: -10px; }
    .container .faq .faq-list ul {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
      .container .faq .faq-list ul li {
        width: 23.58333333333%;
        height: 225px;
        margin-right: 1.91666666667%;
        margin-bottom: 1.91666666667%;
        background: #fff;
        padding: 8px 20px 4px 20px; }
        .container .faq .faq-list ul li:nth-child(4n) {
          width: 23.5%;
          margin-right: 0; }
        .container .faq .faq-list ul li > a {
          display: inline-block; }
          .container .faq .faq-list ul li > a:nth-child(1) span {
            display: inline-block;
            width: 100%;
            font-size: 20px;
            font-weight: 700;
            color: #000000;
            height: 68px;
            line-height: 68px; }
          .container .faq .faq-list ul li > a:nth-child(1) p {
            display: inline-block;
            width: 100%;
            font-size: 16px;
            color: #333333;
            display: -webkit-box;
            overflow: hidden;
            -webkit-box-orient: vertical;
            word-wrap: break-word;
            text-overflow: ellipsis;
            -webkit-line-clamp: 3;
            line-height: 1.5em;
            height: 4.5em;
            margin-bottom: 15px; }
          .container .faq .faq-list ul li > a:hover:nth-child(1) span {
            color: #e62140; }
        .container .faq .faq-list ul li > span {
          display: inline-block;
          width: 100%;
          border-top: 1px solid #eeeeee;
          text-align: right;
          padding: 15px 0; }
          .container .faq .faq-list ul li > span a {
            display: inline-block;
            width: 62px;
            height: 20px;
            background: url(/application/static/images/btn_more.png) 0 0 no-repeat;
            background-size: 50px 16px;
            overflow: hidden;
            text-indent: 99999px; }
    .container .faq .search {
      padding-top: 45px; }
      .container .faq .search ul {
        display: flex;
        justify-content: center; }
        .container .faq .search ul li:nth-child(1) {
          font-size: 24px; }
          .container .faq .search ul li:nth-child(1) span {
            color: #003a63;
            font-weight: 700; }
        .container .faq .search ul li:nth-child(2) {
          position: relative; }
          .container .faq .search ul li:nth-child(2) input {
            border: none;
            border-bottom: 3px solid #003a63;
            width: 325px;
            background: transparent;
            margin-left: 40px; }
          .container .faq .search ul li:nth-child(2) a {
            position: absolute;
            right: 0;
            bottom: 12px;
            width: 26px;
            height: 27px;
            background: url(/application/static/images/btn_search.png) 0 0 no-repeat;
            background-size: contain; }
  .container .banner_slide {
    padding: 50px 0; }
    .container .banner_slide .swiper-slide img {
      border: 1px solid #cccccc; }
    .container .banner_slide .swiper-button {
      position: absolute;
      width: 45px;
      height: 80px;
      z-index: 9;
      top: 50px;
      outline: none; }
    .container .banner_slide .swiper-button-next-banner {
      right: 0;
      background: url(/application/static/images/btn_arrowR_foot.png) 0 0 no-repeat; }
    .container .banner_slide .swiper-button-prev-banner {
      left: 0;
      background: url(/application/static/images/btn_arrowL_foot.png) 0 0 no-repeat; }

@media screen and (min-width: 1010px) {
  footer .ftop ul li:nth-child(1) img {
    width: 277px; }
  footer .ftop ul li:nth-child(2) p {
    font-size: 16px; }
    footer .ftop ul li:nth-child(2) p:nth-child(2) {
      font-size: 14px; }
  footer .ftop ul li:nth-child(3) a {
    color: #fff; }
  footer .fbot ul li {
    padding: 33px 245px 36px 0; }
    footer .fbot ul li p {
      font-size: 14px; }
    footer .fbot ul li:nth-child(2) {
      width: 273px; } }
@media screen and (min-width: 1095px) {
  footer .fbot ul li {
    padding: 33px 145px 36px 0; } }
@media screen and (min-width: 1308px) {
  .container .banner_slide .swiper-button-next-banner {
    right: -45px; }
  .container .banner_slide .swiper-button-prev-banner {
    left: -45px; } }
/* sub-page */
.subPage {
  padding-bottom: 120px; }
  .subPage .breadcrumbs ol {
    display: flex;
    justify-content: flex-end; }
    .subPage .breadcrumbs ol li {
      position: relative;
      height: 55px;
      line-height: 55px;
      margin-right: 12px;
      padding-right: 12px; }
      .subPage .breadcrumbs ol li:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 10px;
        background: #cccccc;
        right: 0;
        top: 22px; }
      .subPage .breadcrumbs ol li:last-child {
        margin-right: 0;
        padding-right: 0;
        color: #003a63;
        font-size: 14px;
        font-weight: 700; }
        .subPage .breadcrumbs ol li:last-child:before {
          display: none; }
      .subPage .breadcrumbs ol li:nth-child(1) {
        width: 30px; }
        .subPage .breadcrumbs ol li:nth-child(1) a {
          display: inline-block;
          width: 100%;
          height: 100%;
          overflow: hidden;
          text-indent: 9999px;
          background: url(/application/static/images/icon_home.png) 0 18px no-repeat; }
      .subPage .breadcrumbs ol li a {
        font-size: 14px;
        color: #666666;
        font-weight: 700; }
        .subPage .breadcrumbs ol li a.active {
          color: #1f61cd; }
  .subPage .page_title h3 {
    text-align: center;
    height: 88px;
    line-height: 88px;
    font-size: 40px;
    color: #000; }
  .subPage .step_info {
    position: relative;
    height: 208px;
    padding-top: 43px; }
    .subPage .step_info ul {
      display: flex;
      justify-content: center; }
      .subPage .step_info ul li {
        position: relative;
        width: 145px;
        height: 145px;
        margin-right: 75px; }
        .subPage .step_info ul li:nth-child(1) {
          background: url(/application/static/images/icon_step1_off.png) 0 0 no-repeat;
          background-size: 145px; }
        .subPage .step_info ul li:nth-child(2) {
          background: url(/application/static/images/icon_step2_off.png) 0 0 no-repeat;
          background-size: 145px; }
        .subPage .step_info ul li:nth-child(3) {
          background: url(/application/static/images/icon_step3_off.png) 0 0 no-repeat;
          background-size: 145px; }
        .subPage .step_info ul li:nth-child(4) {
          background: url(/application/static/images/icon_step4_off.png) 0 0 no-repeat;
          background-size: 145px; }
        .subPage .step_info ul li:nth-child(5) {
          background: url(/application/static/images/icon_step5_off.png) 0 0 no-repeat;
          background-size: 145px; }
        .subPage .step_info ul li:before {
          content: "";
          position: absolute;
          width: 10px;
          height: 17px;
          top: 64px;
          right: -43px;
          background: url(/application/static/images/icon_arrow_suboff.png) 0 0 no-repeat;
          background-size: 10px 17px; }
        .subPage .step_info ul li.active:before {
          background: url(/application/static/images/icon_arrow_subon.png) 0 0 no-repeat;
          background-size: 10px 17px; }
        .subPage .step_info ul li.active:nth-child(1) {
          background: url(/application/static/images/icon_step1_on.png) 0 0 no-repeat;
          background-size: 145px; }
        .subPage .step_info ul li.active:nth-child(2) {
          background: url(/application/static/images/icon_step2_on.png) 0 0 no-repeat;
          background-size: 145px; }
        .subPage .step_info ul li.active:nth-child(3) {
          background: url(/application/static/images/icon_step3_on.png) 0 0 no-repeat;
          background-size: 145px; }
        .subPage .step_info ul li:last-child {
          margin-right: 0; }
          .subPage .step_info ul li:last-child:before {
            display: none; }
    .subPage .step_info.stepB ul li:nth-child(1) {
      background: url(/application/static/images/icon_step2_1_off.png) 0 0 no-repeat;
      background-size: 145px; }
    .subPage .step_info.stepB ul li:nth-child(3) {
      background: url(/application/static/images/icon_step2_3_off.png) 0 0 no-repeat;
      background-size: 145px; }
    .subPage .step_info.stepB ul li.active:nth-child(1) {
      background: url(/application/static/images/icon_step2_1_on.png) 0 0 no-repeat;
      background-size: 145px; }
    .subPage .step_info.stepB ul li.active:nth-child(3) {
      background: url(/application/static/images/icon_step2_3_on.png) 0 0 no-repeat;
      background-size: 145px; }
  .subPage .content_header, .subPage .personal_info {
    position: relative; }
    .subPage .content_header h4, .subPage .personal_info h4 {
      position: relative;
      font-size: 20px;
      font-weight: 700;
      color: #333;
      padding: 0 0 18px 15px;
      margin-top: 60px;
      background: url(/application/static/images/icon_title.png) 0 0 no-repeat;
      background-size: 4px 16px; }
      .subPage .content_header h4 span, .subPage .personal_info h4 span {
        position: absolute;
        right: 0;
        color: #e62140;
        font-size: 14px; }
      .subPage .content_header h4 strong, .subPage .personal_info h4 strong {
        font-size: 16px; }
        .subPage .content_header h4 strong em, .subPage .personal_info h4 strong em {
          color: #e62140;
          font-weight: 700; }
      .subPage .content_header h4 i, .subPage .personal_info h4 i {
        font-weight: 700;
        color: #e62140; }
      .subPage .content_header h4 .cs_tab, .subPage .personal_info h4 .cs_tab {
        position: absolute;
        right: 0;
        top: -21px; }
        .subPage .content_header h4 .cs_tab ul, .subPage .personal_info h4 .cs_tab ul {
          display: flex; }
          .subPage .content_header h4 .cs_tab ul li, .subPage .personal_info h4 .cs_tab ul li {
            font-size: 16px;
            height: 60px;
            line-height: 60px;
            padding: 0 30px;
            border-top: 1px solid #cccccc;
            border-left: 1px solid #cccccc;
            border-bottom: 1px solid #cccccc;
            background: #f8f8f8; }
            .subPage .content_header h4 .cs_tab ul li a, .subPage .personal_info h4 .cs_tab ul li a {
              color: #999;
              font-weight: 400; }
            .subPage .content_header h4 .cs_tab ul li:last-child, .subPage .personal_info h4 .cs_tab ul li:last-child {
              border-right: 1px solid #cccccc; }
            .subPage .content_header h4 .cs_tab ul li.active, .subPage .personal_info h4 .cs_tab ul li.active {
              background: #fff;
              border-bottom: 1px solid #fff; }
              .subPage .content_header h4 .cs_tab ul li.active a, .subPage .personal_info h4 .cs_tab ul li.active a {
                color: #000000;
                font-weight: 700; }
      .subPage .content_header h4.notice, .subPage .personal_info h4.notice {
        margin-top: 30px; }
    .subPage .content_header .qna-tab, .subPage .personal_info .qna-tab {
      position: absolute;
      right: 0;
      top: -22px;
      display: flex; }
      .subPage .content_header .qna-tab li, .subPage .personal_info .qna-tab li {
        height: 60px;
        line-height: 60px;
        padding: 0 30px;
        border-top: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
        background: #f8f8f8; }
        .subPage .content_header .qna-tab li a, .subPage .personal_info .qna-tab li a {
          color: #999;
          font-weight: 400; }
        .subPage .content_header .qna-tab li:last-child, .subPage .personal_info .qna-tab li:last-child {
          border-right: 1px solid #e5e5e5; }
        .subPage .content_header .qna-tab li.on, .subPage .personal_info .qna-tab li.on {
          background: #fff;
          color: #000000;
          font-weight: 700;
          font-size: 18px; }
          .subPage .content_header .qna-tab li.on a, .subPage .personal_info .qna-tab li.on a {
            color: #000000;
            font-weight: 700;
            font-size: 18px; }
    .subPage .content_header .result_list, .subPage .personal_info .result_list {
      position: absolute;
      top: 3px;
      right: 0;
      display: flex; }
      .subPage .content_header .result_list li, .subPage .personal_info .result_list li {
        position: relative;
        font-weight: 700;
        color: #333333;
        padding-right: 20px; }
        .subPage .content_header .result_list li span, .subPage .personal_info .result_list li span {
          color: #e62140; }
        .subPage .content_header .result_list li:before, .subPage .personal_info .result_list li:before {
          content: "";
          position: absolute;
          width: 1px;
          height: 10px;
          right: 10px;
          top: 3px;
          background: #ccc; }
        .subPage .content_header .result_list li:nth-child(3), .subPage .personal_info .result_list li:nth-child(3) {
          padding-right: 0; }
          .subPage .content_header .result_list li:nth-child(3):before, .subPage .personal_info .result_list li:nth-child(3):before {
            display: none; }
    .subPage .content_header .inner .type-c, .subPage .personal_info .inner .type-c {
      padding-left: 50px; }
      .subPage .content_header .inner .type-c li, .subPage .personal_info .inner .type-c li {
        background: url(/application/static/images/li_icon2.png) 0 5px no-repeat;
        padding-left: 10px;
        font-size: 16px;
        color: #000;
        padding-bottom: 20px;
        letter-spacing: 1px; }
        .subPage .content_header .inner .type-c li.listNone, .subPage .personal_info .inner .type-c li.listNone {
          background: none;
          padding-left: 0;
          font-size: 26px;
          color: #e62140;
          padding-bottom: 0; }
    .subPage .content_header .search_box, .subPage .personal_info .search_box {
      position: absolute;
      right: 0;
      top: -5px;
      border: none;
      padding: 0;
      display: flex;
      margin-top: 0; }
      .subPage .content_header .search_box ul li, .subPage .personal_info .search_box ul li {
        display: flex; }
        .subPage .content_header .search_box ul li .select, .subPage .personal_info .search_box ul li .select {
          width: 120px;
          height: 30px;
          border: 1px solid #cccccc; }
        .subPage .content_header .search_box ul li input, .subPage .personal_info .search_box ul li input {
          width: 185px;
          height: 30px;
          border: 1px solid #cccccc; }
        .subPage .content_header .search_box ul li .select + input, .subPage .personal_info .search_box ul li .select + input {
          margin-left: 10px; }
        .subPage .content_header .search_box ul li input + a, .subPage .personal_info .search_box ul li input + a {
          margin-left: 10px; }
        .subPage .content_header .search_box ul li a, .subPage .personal_info .search_box ul li a {
          display: inline-block;
          width: 100px;
          height: 30px;
          line-height: 30px;
          background: #003a63;
          color: #fff;
          text-align: center; }
  .subPage .personal_info .inner {
    border: 1px solid #cccccc;
    padding: 37px;
    font-size: 16px; }
    .subPage .personal_info .inner ul li {
      padding-left: 10px;
      line-height: 1.8;
      color: #666666; }
    .subPage .personal_info .inner p {
      color: #666666;
      line-height: 1.8; }
    .subPage .personal_info .inner .type-btn {
      display: flex;
      padding: 35px 0 55px 0; }
      .subPage .personal_info .inner .type-btn li {
        padding-left: 0;
        margin-right: 20px; }
        .subPage .personal_info .inner .type-btn li a {
          display: inline-block;
          width: 170px;
          height: 50px; }
    .subPage .personal_info .inner .type-a li {
      background: url(/application/static/images/li_icon1.png) 0 5px no-repeat;
      background-size: 9px 16px; }
    .subPage .personal_info .inner .type-b li {
      background: url(/application/static/images/li_icon2.png) 0 5px no-repeat;
      background-size: 10px 16px; }
    .subPage .personal_info .inner > a {
      display: inline-block;
      border: 1px solid #003a63;
      padding: 8px 18px;
      color: #003a63;
      margin: 30px 0 0 0;
      font-size: 14px; }
  .subPage .checkbox.single {
    margin: 30px 0 55px 0; }
  .subPage .btn_write {
    text-align: center; }
    .subPage .btn_write a {
      display: inline-block;
      background: #e62140;
      color: #fff;
      width: 220px;
      height: 60px;
      line-height: 60px;
      text-align: center; }
  .subPage .write_wrap .inner {
    border-top: 2px solid #333333; }
    .subPage .write_wrap .inner.table {
      width: 100%; }
      .subPage .write_wrap .inner.table table {
        width: 100%; }
        .subPage .write_wrap .inner.table table th {
          font-size: 18px;
          color: #000000;
          background: #fafafa;
          border-bottom: 1px solid #cccccc;
          padding: 20px 0 20px 40px;
          text-align: left;
          position: relative; }
          .subPage .write_wrap .inner.table table th span {
            position: absolute;
            top: 32px;
            left: 28px;
            color: #e22121;
            display: inline-block; }
        .subPage .write_wrap .inner.table table td {
          padding: 20px 0 20px 28px;
          border-bottom: 1px solid #cccccc; }
          .subPage .write_wrap .inner.table table td input[type="text"], .subPage .write_wrap .inner.table table td input[type="password"] {
            height: 34px;
            border: 1px solid #aaaaaa;
            text-indent: 15px; }
            .subPage .write_wrap .inner.table table td input[type="text"].xlg, .subPage .write_wrap .inner.table table td input[type="password"].xlg {
              width: 94.15%; }
            .subPage .write_wrap .inner.table table td input[type="text"].lg, .subPage .write_wrap .inner.table table td input[type="password"].lg {
              width: 35.47619047619%; }
            .subPage .write_wrap .inner.table table td input[type="text"].md, .subPage .write_wrap .inner.table table td input[type="password"].md {
              width: 56%; }
            .subPage .write_wrap .inner.table table td input[type="text"].md-85p, .subPage .write_wrap .inner.table table td input[type="password"].md-85p {
              width: 85.8%; }
            .subPage .write_wrap .inner.table table td input[type="text"].sm, .subPage .write_wrap .inner.table table td input[type="password"].sm {
              width: 26.66666666667%; }
          .subPage .write_wrap .inner.table table td input[type="password"] {
            font-family: '맑은고딕', 'Malgun Gothic', "Helvetica", "Apple-Gothic", Sans-serif !important; }
          .subPage .write_wrap .inner.table table td .txt {
            color: #999999;
            font-size: 14px;
            padding-left: 10px; }
          .subPage .write_wrap .inner.table table td .select {
            width: 26.66666666667%; }
          .subPage .write_wrap .inner.table table td .addr_search {
            display: inline-block;
            width: 26.66666666667%;
            height: 34px;
            background: #fff;
            vertical-align: middle;
            border: 2px solid #333333;
            color: #000000;
            text-align: center;
            line-height: 30px;
            font-size: 14px;
            margin-left: 9px; }
          .subPage .write_wrap .inner.table table td textarea {
            width: 94.15%;
            height: 120px;
            resize: none;
            border: 1px solid #aaaaaa;
            padding: 15px 30px;
            line-height: 1.7; }
          .subPage .write_wrap .inner.table table td.tel .select {
            width: 10.71714285714%; }
          .subPage .write_wrap .inner.table table td.tel input[type="text"].xsm {
            width: 10.91714285714%; }
          .subPage .write_wrap .inner.table table td.pl0 {
            padding-left: 0; }
          .subPage .write_wrap .inner.table table td.file .file-box label {
            width: 96px;
            height: 38px;
            font-size: 14px;
            font-weight: 300;
            color: #fff;
            background: #999;
            border: 0;
            line-height: 38px;
            margin: 0 0 0 10px; }
          .subPage .write_wrap .inner.table table td.file .file-box .upload-name {
            border: 1px solid #e1e1e1;
            height: 38px;
            width: calc(100% - 106px);
            background: #fff;
            padding: 0 10px; }
  .subPage .result_wrap {
    border-top: 2px solid #333333;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    padding: 195px 0 100px;
    margin-top: 45px;
    background: url(/application/static/images/icon_end.png) 50% 100px no-repeat;
    background-size: 66px 60px; }
    .subPage .result_wrap .msg {
      font-size: 26px;
      font-weight: 400;
      line-height: 1.7; }
  .subPage .btn_wrap {
    text-align: center;
    padding: 60px 0;
    display: flex;
    justify-content: center; }
    .subPage .btn_wrap a {
      font-size: 20px;
      color: #fff;
      font-weight: 700;
      text-align: center;
      width: 220px;
      height: 60px;
      line-height: 60px; }
    .subPage .btn_wrap .blue {
      background-color: #e62140; }
    .subPage .btn_wrap .blue-line {
      border: 2px solid #e62140;
      background-color: #fff;
      color: #e62140; }
    .subPage .btn_wrap .gray {
      background-color: #aaaaaa; }
    .subPage .btn_wrap a + a {
      margin-left: 30px; }
  .subPage .page_infobox {
    background: #f9f9f9;
    padding: 40px 0 35px 0;
    text-align: center;
    margin-top: 45px; }
    .subPage .page_infobox h4 {
      font-size: 26px; }
      .subPage .page_infobox h4 span {
        display: inline-block;
        font-weight: 400;
        color: #000;
        padding: 17px 90px;
        background: url(/application/static/images/icon_search_result.png) 0 0 no-repeat;
        background-size: 58px 62px; }
        .subPage .page_infobox h4 span span {
          padding: 0;
          display: inline-block;
          color: #e62140;
          font-weight: 700;
          background: none; }
    .subPage .page_infobox p {
      padding: 25px 0;
      font-size: 18px; }
    .subPage .page_infobox .search_faq {
      padding-top: 20px; }
      .subPage .page_infobox .search_faq ul {
        display: flex;
        justify-content: center; }
        .subPage .page_infobox .search_faq ul li .select {
          width: 120px;
          height: 50px;
          border: 1px solid #cccccc; }
        .subPage .page_infobox .search_faq ul li input {
          width: 185px;
          height: 50px;
          border: 1px solid #cccccc; }
        .subPage .page_infobox .search_faq ul li .select + input {
          margin-left: 10px; }
        .subPage .page_infobox .search_faq ul li input + a {
          margin-left: 10px; }
        .subPage .page_infobox .search_faq ul li a {
          display: inline-block;
          width: 100px;
          height: 50px;
          line-height: 50px;
          background: #003a63;
          color: #fff;
          text-align: center; }
    .subPage .page_infobox.cs {
      margin-bottom: 50px; }
      .subPage .page_infobox.cs h4 {
        font-size: 26px; }
        .subPage .page_infobox.cs h4 span {
          background: url(/application/static/images/cs_icon.png) 0 0 no-repeat;
          background-size: 74px 67px; }
          .subPage .page_infobox.cs h4 span span {
            padding: 0;
            display: inline-block;
            color: #e62140;
            font-weight: 700;
            background: none; }
      .subPage .page_infobox.cs div {
        padding: 15px 200px;
        line-height: 1.7; }
        .subPage .page_infobox.cs div strong {
          color: #003a63;
          font-weight: 700; }
  .subPage .search_box {
    border: 1px solid #aaaaaa;
    padding: 29px;
    display: flex;
    margin-top: 50px; }
    .subPage .search_box ul:nth-child(1) {
      width: 410px; }
      .subPage .search_box ul:nth-child(1) li {
        width: 100%; }
        .subPage .search_box ul:nth-child(1) li:nth-child(1) {
          color: #333;
          font-size: 16px;
          font-weight: 700;
          padding-bottom: 11px; }
        .subPage .search_box ul:nth-child(1) li:nth-child(2) {
          display: flex; }
          .subPage .search_box ul:nth-child(1) li:nth-child(2) .select {
            width: 180px;
            height: 50px;
            border: 1px solid #cccccc; }
          .subPage .search_box ul:nth-child(1) li:nth-child(2) .select + .select {
            margin-left: 10px; }
    .subPage .search_box ul:nth-child(2) li:nth-child(1) {
      color: #333;
      font-size: 16px;
      font-weight: 700;
      padding-bottom: 11px; }
    .subPage .search_box ul:nth-child(2) li:nth-child(2) {
      display: flex; }
      .subPage .search_box ul:nth-child(2) li:nth-child(2) .select {
        width: 120px;
        height: 50px;
        border: 1px solid #cccccc; }
      .subPage .search_box ul:nth-child(2) li:nth-child(2) input {
        width: 485px;
        height: 50px;
        border: 1px solid #cccccc; }
      .subPage .search_box ul:nth-child(2) li:nth-child(2) .select + input {
        margin-left: 10px; }
      .subPage .search_box ul:nth-child(2) li:nth-child(2) input + a {
        margin-left: 10px; }
      .subPage .search_box ul:nth-child(2) li:nth-child(2) a {
        display: inline-block;
        width: 100px;
        height: 50px;
        line-height: 50px;
        background: #003a63;
        color: #fff;
        text-align: center; }
  .subPage .board_list {
    border-top: 2px solid #333333; }
    .subPage .board_list .table {
      width: 100%; }
      .subPage .board_list .table thead {
        background: #fafafa;
        border-bottom: 1px solid #dddddd; }
      .subPage .board_list .table th {
        padding: 22px 0;
        color: #000000;
        font-size: 18px; }
      .subPage .board_list .table td {
        font-size: 14px;
        text-align: center;
        color: #888888;
        padding: 22px 0;
        border-bottom: 1px solid #dddddd; }
        .subPage .board_list .table td:nth-child(2) {
          color: #333333;
          text-align: left;
          padding-left: 20px; }
        .subPage .board_list .table td:nth-child(6) span {
          display: inline-block;
          width: 70px;
          height: 28px;
          line-height: 28px;
          text-align: center;
          font-weight: 700; }
          .subPage .board_list .table td:nth-child(6) span.blueLine {
            background: #fff;
            border: 2px solid #e62140;
            color: #e62140;
            line-height: 24px; }
          .subPage .board_list .table td:nth-child(6) span.blue {
            background: #aaaaaa;
            color: #fff; }
          .subPage .board_list .table td:nth-child(6) span.gray {
            background: #aaaaaa;
            color: #fff; }
    .subPage .board_list .paging-container {
      margin-top: 40px; }
      .subPage .board_list .paging-container ul {
        display: flex; }
        .subPage .board_list .paging-container ul li:nth-child(1) a, .subPage .board_list .paging-container ul li:nth-child(2) a, .subPage .board_list .paging-container ul li:nth-child(4) a, .subPage .board_list .paging-container ul li:nth-child(5) a {
          display: inline-block;
          width: 33px;
          height: 33px;
          overflow: hidden;
          text-indent: -99999px; }
        .subPage .board_list .paging-container ul li.first a {
          background: url(/application/static/images/pc_btn_pagination_first.png) 0 0 no-repeat; }
        .subPage .board_list .paging-container ul li.prev a {
          background: url(/application/static/images/pc_btn_pagination_prev.png) 0 0 no-repeat; }
        .subPage .board_list .paging-container ul li.next a {
          background: url(/application/static/images/pc_btn_pagination_next.png) 0 0 no-repeat; }
        .subPage .board_list .paging-container ul li.last a {
          background: url(/application/static/images/pc_btn_pagination_last.png) 0 0 no-repeat; }
  .subPage .board_view {
    border-top: 2px solid #333333; }
    .subPage .board_view .table {
      width: 100%; }
      .subPage .board_view .table th {
        padding: 22px 0;
        color: #1f61cd;
        font-size: 18px;
        border-bottom: 1px solid #dddddd;
        background: #fafafa;
        color: #000000;
        padding-left: 40px;
        text-align: left; }
      .subPage .board_view .table td {
        font-size: 14px;
        text-align: left;
        color: #888888;
        padding: 22px 0;
        border-bottom: 1px solid #dddddd;
        line-height: 1.7;
        padding-left: 20px; }
  .subPage .qnaBest .qna-head {
    width: 100%;
    border-top: 2px solid #333333; }
    .subPage .qnaBest .qna-head ul {
      width: 100%;
      display: flex;
      background: #fafafa;
      border-bottom: 1px solid #dddddd; }
      .subPage .qnaBest .qna-head ul li {
        padding: 20px 0;
        text-align: left;
        color: #000000;
        font-weight: 700; }
        .subPage .qnaBest .qna-head ul li:nth-child(1) {
          width: 10%;
          text-align: center; }
        .subPage .qnaBest .qna-head ul li:nth-child(2) {
          width: 90%;
          text-align: center; }
  .subPage .qnaBest .qna-body .item .item-q {
    border-bottom: 1px solid #e4e4e4; }
    .subPage .qnaBest .qna-body .item .item-q ul {
      width: 100%;
      display: flex; }
      .subPage .qnaBest .qna-body .item .item-q ul li {
        padding: 23px 0;
        text-align: left;
        color: #333333;
        font-weight: 700; }
        .subPage .qnaBest .qna-body .item .item-q ul li:nth-child(1) {
          width: 10%;
          text-align: center;
          font-size: 20px;
          padding: 20px 0; }
        .subPage .qnaBest .qna-body .item .item-q ul li:nth-child(2) {
          position: relative;
          width: 90%;
          text-align: left; }
          .subPage .qnaBest .qna-body .item .item-q ul li:nth-child(2) i {
            display: block;
            overflow: hidden;
            position: absolute;
            top: 23px;
            right: 20px;
            width: 17px;
            height: 10px;
            background: url(/application/static/images/faq_arrow.png) 0 0 no-repeat;
            text-indent: -9999px;
            transform: rotate(180deg);
            transition: all .2s ease-out; }
            .subPage .qnaBest .qna-body .item .item-q ul li:nth-child(2) i.up {
              transform: rotate(0deg); }
    .subPage .qnaBest .qna-body .item .item-q.active ul li:nth-child(2) i {
      transform: rotate(0deg); }
  .subPage .qnaBest .qna-body .item .item-a {
    background: #f8f8f8;
    padding: 30px 50px 60px 50px;
    line-height: 1.7; }
  .subPage .column_start {
    padding: 10px 30px 30px 30px; }
    .subPage .column_start .cs_text ol {
      list-style-type: none;
      margin-left: 0; }
      .subPage .column_start .cs_text ol > li {
        padding-bottom: 30px;
        font-weight: 700;
        font-size: 18px; }
        .subPage .column_start .cs_text ol > li > ul {
          list-style-type: decimal;
          margin-left: 60px;
          padding-top: 15px; }
          .subPage .column_start .cs_text ol > li > ul > li {
            list-style-type: decimal;
            padding-left: 10px;
            padding-bottom: 10px;
            font-weight: 400;
            font-size: 16px; }
            .subPage .column_start .cs_text ol > li > ul > li > ul {
              list-style-type: none;
              margin-left: 10px;
              padding-top: 15px; }
              .subPage .column_start .cs_text ol > li > ul > li > ul > li {
                list-style-type: none;
                padding-left: 20px;
                padding-bottom: 10px;
                font-weight: 400;
                font-size: 16px;
                background: url(/application/static/images/pc_li_icon2.png) 0 5px no-repeat; }
  .subPage .addr {
    padding: 20px 0 0 0; }
    .subPage .addr span {
      color: #1f61cd;
      font-weight: 700; }

.tab {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center; }
  .tab .tab_menu {
    position: relative;
    max-width: 1200px;
    min-width: 992px;
    height: 60px;
    margin: auto; }
    .tab .tab_menu ul {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: space-between; }
      .tab .tab_menu ul li {
        position: relative;
        width: 50%;
        height: 100%; }
        .tab .tab_menu ul li span {
          display: inline-block;
          width: 100%;
          height: 100%;
          background-color: #003a63;
          opacity: .7; }
        .tab .tab_menu ul li a {
          position: absolute;
          display: inline-block;
          width: 100%;
          height: 60px;
          line-height: 60px;
          color: #fff;
          z-index: 1;
          font-size: 18px;
          font-weight: 700; }
        .tab .tab_menu ul li.active span {
          background-color: #fff;
          opacity: 1; }
        .tab .tab_menu ul li.active a {
          color: #000000;
          z-index: 1; }
