
    /* 메인페이지 */

    .check_box {
      display: flex;
      justify-items: center;
      align-items: center;
    }

    .check_box input {
      width: 20px;
      height: 20px;
    }

    .check_box p {
      color: #fff;
      margin-bottom: 0;
      margin-left: 10px;
    }

    .btn_area {
      text-align: right;
    }

    .btn_area button {
      padding: 10px 50px;
      background-color: #209fef;
      color: #fff;
    }

    .formtainer {
      max-width: 1280px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .contt01 {
      width: 64%;
      text-align: right;
    }

    .contt01 input {
      padding: 10px;
      margin: 10px 0;
    }

    .check_box {
      width: 40%;
    }

    .btn_area {
      width: 24%;
    }

    .form-element01 input {
      width: 30%;
    }

    .form-element01 {
      display: flex;
      justify-content: space-between;
    }

    .form-element02 textarea {
      width: 100%;
      padding: 10px;
      margin: 10px 0;
    }

    .form-element03 {
      display: flex;
      justify-content: space-between;
    }

    .form-element03 input {
      width: 75%;
    }

    .form-element03 button {
      width: 20%;
      margin: 10px 0;
    }

    .board_box {
      max-width: 1280px;
      margin: 50px auto;
      display: flex;
      justify-content: flex-end;
    }

    .board_items {
      background-color: #fff;
      padding: 35px;
      width: 35%;
      margin: 15px;
    }

    .board_items h4 {
      margin-bottom: 30px;
      color: #209fef;
      border-bottom: 1px solid #ddd;
      padding-bottom:10px;
    }

    .board_box .board_items .items {
      border-bottom: 1px solid #209fef;
      margin-bottom: 20px;
    }

    .board_box .board_items .items:nth-last-child(1) {
      border: 0;
      margin-bottom: 0;
    }

    .board_box .board_items .items a {
      color: #5d5d5d;
    }

    .title_area {
      max-width: 1280px;
      margin: 0 auto;
      color: #fff;
      margin-bottom: 70px;
    }

    .title_area h2 {
      margin-bottom: 60px;
    }

    .board_box {
      max-width: 1280px;
      margin: 0 auto;
      display: flex;
      justify-content: flex-end;
    }

    .more_btn02 {
      color: #5d5d5d;
      background-color: #fff;
      padding: 16px;
      border-radius: 50px;
      font-size: 14px;
      box-shadow: 2px 3px 4px 3px #0000000d;
      margin-top: 30px;
    }

    .link_box {
      display: flex;
      position: absolute;
      width: 100%;
      bottom: 30px;
      left: 50%;
      transform: translate(-50%, -50%);
      justify-content: center;
    }

    .link_box .img_box {
      margin: 15px;
    }

    .swiper02 {
      width: 100%;
      height: 630px !important;
      top: 0;
      position: absolute;
      margin-top: -1px;
    }

    .swiper-pagination02 {
      text-align: left;
      left: 18.6% !important;
      margin-bottom: 60px !important;
    }

    .dwn_btn {
      position: absolute;
      left: 0;
      bottom: 30px;
      z-index: 9999;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: 0.6s;
    }

    .dwn_btn:hover {
      opacity: 0.4;
      transition: 0.6s;
    }

    .ww_upper {
      position: absolute;
      z-index: 10;
      top: 200px;
      right: 10.5%;
      right: 15.6250vw;
      background-color: #fff;
      padding: 20px;
      width: 300px;
      box-shadow: 10px 10px 12px 2px #0000001f;
    }

    .ww_upper02 {
      position: absolute;
      z-index: 10;
      top: 440px;
      right: 10.5%;
      right: 15.6250vw;
      background-color: #fff;
      padding: 20px;
      width: 300px;
    }

    .ww_upper02 .ww_info {
      margin-top: 30px !important;
    }

    .ww_upper02 .ww_info_inside {
      /* width: 150px; */
      width:210px;
    }

    .ww_upper02 .ww_info_inside p {
      margin-bottom: 10px;
    }

    .ww_upper02 .ww_info_inside h4 {
      color: #209fef;
      font-size: 22px;
    }

    .ww_upper .ww_title {
      display: flex;
      justify-content: space-between;
    }

    .ww_upper .ww_title .left h3 {
      font-size: 20px;
      margin-bottom: 0;
    }

    .ww_upper .ww_title .right {
      display: flex;
      width: 174px;
      align-items: center;
      justify-content: flex-end;
    }

    .ww_upper .ww_title .right p {
      margin-bottom: 0;
      margin-right: 8px;
      font-size: 10px;
    }

    .ww_upper .ww_info {
      display: flex;
      /* justify-content: space-between; */
      justify-content:flex-start;
      margin-top: 20px;
    }

    .ww_upper .ww_info .ww_icon_box {
      display: flex;
      align-items: center;
      margin-right:10px;
    }

    .ww_upper .ww_info .ww_info_inside p {
      margin-bottom: 0;
    }

    .ww_upper .ww_info .ww_info_inside h2 {
      color: #219fef;
      font-weight: 700;
    }

    :root {
      --swiper-theme-color: #ffffff;
    }

    #fp-nav {
      z-index: 0;
    }

    .section03_background {
      height: 630px;
      background-image: url('../img/main/section03_bg01.png');
      color: #fff;
      position: absolute;
      width: 100%;
      top: 0;
    }

    .section03_background .title_area {
      margin-top: 150px;
    }

    .section03_background .title_area h3 {
      color: #fff;
      margin-bottom: 20px;
    }

    .section03_background .title_area h2 {
      text-shadow: 2px 2px 3px #0000002e;
    }

    .section03_background .more_btn {
      color: #5d5d5d;
      background-color: #fff;
      padding: 16px;
      border-radius: 50px;
      font-size: 14px;
      box-shadow: 2px 3px 4px 3px #0000000d;
    }



    .swiper-pagination-bullet {
      border-radius: 0;
      width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 44px));
      height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 4px));
      background: #fff;
    }

    .swiper-pagination02 .swiper-pagination-bullet {
      width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 66px)) !important;
    }

    .swiper-pagination {
      margin-bottom: 100px;
    }


    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper03 {
      width: 30%;
      height: 40%;
      overflow: visible;
      position: absolute;
      bottom: 125px;
      left: 19%;
    }

    .swiper03 .swiper-pagination03 {
      position: absolute;
      top: 0 !important;
      left: 0 !important;
      margin-top: -50px;
    }

    .swiper03 .swiper-wrapper .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper03 .swiper-wrapper .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      background-size: cover;
    }


    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .slide_box {
      width: 50%;
      position: absolute;
      left: 19%;
      top: 30%;
    }

    .swiper02 .slide_box h4 {
      margin-bottom: 40px;
    }

    .swiper02 .slide_box h3 {
      margin-bottom: 20px;
      color: #000;
    }

    .swiper02 .slide_box h2 {
      margin-bottom: 100px;
      text-shadow: 2px 2px 3px #0000002e;
    }

    .slide_box .more_btn {
      color: #5d5d5d;
      background-color: #fff;
      padding: 16px;
      border-radius: 50px;
      font-size: 14px;
      box-shadow: 2px 3px 4px 3px #0000000d;
    }

    .autoplay-progress {
      position: absolute;
      right: 16px;
      bottom: 16px;
      z-index: 10;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: var(--swiper-theme-color);
    }

    .autoplay-progress svg {
      --progress: 0;
      position: absolute;
      left: 0;
      top: 0px;
      z-index: 10;
      width: 100%;
      height: 100%;
      stroke-width: 4px;
      stroke: var(--swiper-theme-color);
      fill: none;
      stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
      stroke-dasharray: 125.6;
      transform: rotate(-90deg);
    }

    .swiper-wrapper .swiper-slide {
      /* background-image: url('/assets/img/main/main_banner01.png'); */
      color: #fff;
      display: flex;
      flex-direction: column;
      text-align: left;
      align-items: flex-start;
    }

    #fp-nav ul li a span,
    .fp-slidesNav ul li a span {
      background-color: #fff;
    }

    #fp-nav ul li,
    .fp-slidesNav ul li {
      margin: 20px;
    }

    @media (max-width: 800px) {
      .header {
        background-color: #8be0c600 !important;
      }
    }