@media only screen and (max-width: 1280px) {
  .uct-body .uct-cont .uct_cont_box {
    padding: 15px; }
    .uct-body .uct-cont .uct_cont_box .uct_bg_box .introduce_top .top_two {
      flex-direction: column; }
      .uct-body .uct-cont .uct_cont_box .uct_bg_box .introduce_top .top_two .lv2_box {
        width: 100%; }
      .uct-body .uct-cont .uct_cont_box .uct_bg_box .introduce_top .top_two .creat_code {
        margin-top: 20px; }
    .uct-body .uct-cont .uct_cont_box .uct_bg_box .introduce_top .top_three {
      flex-wrap: wrap; }
      .uct-body .uct-cont .uct_cont_box .uct_bg_box .introduce_top .top_three .three_li {
        width: calc(33.33% - 25px);
        flex: unset;
        height: 100%; }
      .uct-body .uct-cont .uct_cont_box .uct_bg_box .introduce_top .top_three > .three_li:nth-child(1), .uct-body .uct-cont .uct_cont_box .uct_bg_box .introduce_top .top_three > .three_li:nth-child(2), .uct-body .uct-cont .uct_cont_box .uct_bg_box .introduce_top .top_three > .three_li:nth-child(3) {
        position: relative;
        margin-bottom: 50px; }
        .uct-body .uct-cont .uct_cont_box .uct_bg_box .introduce_top .top_three > .three_li:nth-child(1)::after, .uct-body .uct-cont .uct_cont_box .uct_bg_box .introduce_top .top_three > .three_li:nth-child(2)::after, .uct-body .uct-cont .uct_cont_box .uct_bg_box .introduce_top .top_three > .three_li:nth-child(3)::after {
          content: '';
          position: absolute;
          left: 0;
          bottom: -25px;
          width: 100%;
          height: 1px;
          border-bottom: 1px dashed #DEE0E9; }
      .uct-body .uct-cont .uct_cont_box .uct_bg_box .introduce_top .top_three > .three_li:nth-child(2)::after {
        left: -25px;
        width: calc(100% + 25px); }
      .uct-body .uct-cont .uct_cont_box .uct_bg_box .introduce_top .top_three > .three_li:nth-child(3) {
        border-right: 0px; }
        .uct-body .uct-cont .uct_cont_box .uct_bg_box .introduce_top .top_three > .three_li:nth-child(3)::after {
          left: -25px;
          width: calc(100% + 50px); }
    .uct-body .uct-cont .uct_cont_box .introduce_two .it_box .itbl_cont {
      flex-wrap: wrap; }
      .uct-body .uct-cont .uct_cont_box .introduce_two .it_box .itbl_cont .it_p1 {
        width: 100%;
        margin-bottom: 10px; }
      .uct-body .uct-cont .uct_cont_box .introduce_two .it_box .itbl_cont .it_ipt {
        margin-left: 0px; } }
@media only screen and (max-width: 780px) {
  .uct-body .uct-cont .uct_cont_box .introduce_two .it_box .itbl_cont {
    flex-wrap: wrap; }
    .uct-body .uct-cont .uct_cont_box .introduce_two .it_box .itbl_cont .it_ipt {
      width: 100%;
      flex: unset !important;
      justify-content: space-between;
      margin-bottom: 10px; }
  .uct-body .uct-cont .uct_cont_box .uct_bg_box .introduce_top .top_three .three_li {
    width: 100%;
    border-right: none;
    margin-right: 0 !important;
    margin-bottom: 40px !important;
    position: relative; }
    .uct-body .uct-cont .uct_cont_box .uct_bg_box .introduce_top .top_three .three_li::after {
      content: '';
      position: absolute;
      left: 0 !important;
      bottom: -25px;
      width: 100% !important;
      height: 1px;
      border-bottom: 1px dashed #DEE0E9; }

  .introduce_top .top_two .creat_code > .creat_invitation .invitation_left {
    width: 100%; }
  .introduce_top .top_two .creat_code > .creat_invitation .invitation_right {
    margin-top: 5px;
    width: 100%; }
  .introduce_top .top_two .creat_code > .creat_list {
    height: auto; }
    .introduce_top .top_two .creat_code > .creat_list > .creat_li {
      display: flex;
      flex-direction: column;
      gap: 5px;
      position: relative; }
      .introduce_top .top_two .creat_code > .creat_list > .creat_li .btn-box.invitation_del {
        position: absolute;
        top: 0;
        right: 0; }
      .introduce_top .top_two .creat_code > .creat_list > .creat_li > .ipt_1 {
        width: calc(100% - 25px); }
      .introduce_top .top_two .creat_code > .creat_list > .creat_li > .ipt_2, .introduce_top .top_two .creat_code > .creat_list > .creat_li > .ipt_3 {
        width: 100%; }

  .introduce-model > .model-box {
    width: calc(100% - 20px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .introduce-model > .model-box > .model-list-1 {
      width: calc(100% - 20px);
      margin-left: 10px; }
      .introduce-model > .model-box > .model-list-1 > .list-ipt > p {
        width: 50%; }
      .introduce-model > .model-box > .model-list-1 > .list-ipt > input {
        width: 50%; }
    .introduce-model > .model-box > .btn-box {
      width: 100%; }

  .introduce-model-2 > .description-box {
    width: calc(100% - 20px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

  .introduce_two .it_box {
    padding: 15px 20px;
    flex-direction: column;
    gap: 10px; }
    .introduce_two .it_box .line {
      width: 100%;
      height: 0;
      border-top: 1px dashed #DEE0E9; }

  .introduce_table .table_nav {
    flex-wrap: wrap;
    gap: 5px;
    height: auto; }
    .introduce_table .table_nav .nav_ul {
      width: 100%;
      overflow-x: scroll; }
    .introduce_table .table_nav .reload {
      margin-left: auto; } }

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