.n_quick {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 999999999;
  background-color: #1a5198;
  box-shadow: 0 0 20px #0000006e;
  border-radius: 50px;
  padding: 30px 0 15px;
}

.pay_tab_menu {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.pay_tab_menu li {
}

.pay_tab_menu li a {
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 700;
  font-family: 'Montserrat';
  margin-top: 10px;
  text-transform: uppercase;
  display: inline-block;
  border: solid 1px #333;
  padding: 10px;
  border-radius: 10px;
  letter-spacing: -1px;
}

.pay_tab_menu li.on a {
  background-color: #33bdff;
  border: solid 1px #33bdff;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.pay_tab_menu li a:hover {
  background-color: #33bdff;
  border: solid 1px #33bdff;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.pay_tab_content {
  max-width: 1210px;
  width: 100%;
  margin-bottom: 100px;
}

.pay_title {
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 800;
  font-family: 'Montserrat';
  text-align: center;
  padding: 15px;
  color: #333;
}

.pay_tab_content table {
  border: solid 1px #ccc;
  width: 100%;
}

.pay_tab_content table tr {
  border: solid 1px #ccc;
  text-align: center;
}

.pay_tab_content table tr td {
  border: solid 1px #ccc;
  padding: 10px 0;
  font-size: 1.25em;
}

.table_1 tr th {
  background-color: #94d5f3;
}

.table_1 tr:nth-child(2n-1) {
  background-color: #f5f5f5;
}
.bgon td {
  background-color: #dddddd;
  font-weight: 600;
}

/* 각 테이블 칸 크기 */
.table_1 tr td:nth-child(1) {
  width: 14%;
}
.table_1 tr td:nth-child(2) {
  width: 10%;
}
.table_1 tr td:nth-child(3) {
  width: 30%;
}
.table_1 tr td:nth-child(4) {
  width: 15%;
}
.table_1 tr td:nth-child(5) {
  width: 10%;
}

@media screen and (max-width: 768px) {
  .table_no {
    display: none;
  }

  .pay_tab_menu li a {
    font-size: 13px;
    margin-top: 0;
  }

  .pay_tab_menu {
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .pay_tab_content {
    margin-bottom: 50px;
  }

  .pay_title {
    font-size: 1em;

    padding: 10px;
  }

  .pay_tab_content table tr td {
    padding: 5px;
    font-size: 0.9em;
  }
}
.py_100 {
  padding: 100px 0;
  box-sizing: border-box;
}
.vision1 {
}
.vision1 .cont_1 {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
.vision1 .cont_2 {
  padding-top: 80px;
  box-sizing: border-box;
  background-image: url(/img/vision/vision_1_2_bg.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.vision1 .cont_3 {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.vision1 .cont_3 > div {
  width: 50%;
}
.vision1 .cont_3 > .left {
  box-sizing: border-box;
  background-image: url(/img/vision/vision_1_p_6.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.vision1 .cont_3 > .left > .img_box {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .vision1 .cont_3 > .left > .img_box img {
    width: 80%;
  }
}
.vision2 {
}
.vision2 .cont_2 {
  padding: 300px 0 160px 0;
  box-sizing: border-box;
  background-image: url(/img/vision/vision_2_1_bg.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vision2 .cont_3 {
  padding: 120px 0;
  box-sizing: border-box;
  background-image: url(/img/vision/vision_2_2_bg.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vision2 .cont_4 {
  padding: 120px 0 80px 0;
  box-sizing: border-box;
  background-image: url(/img/vision/vision_4_2_bg.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.vision2 .cont_4 .top {
}
.vision2 .cont_4 .mid .video_box {
  margin-top: 100px;
  max-width: 1020px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.vision2 .cont_4 .mid .video_box video {
  width: 100%;
}
.vision2 .cont_4 .bottom {
}
.vision2 .cont_4 .bottom ._1 {
  margin-top: 100px;
  text-align: center;
}
.vision2 .cont_4 .bottom ._2 {
  margin-top: 50px;
}

.vision2 .cont_5 {
  padding: 120px 0;
  box-sizing: border-box;
  background-image: url(/img/vision/vision_5_2_bg.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
.vision2 .cont_6 {
  padding: 120px 0;
  box-sizing: border-box;
  background-image: url(/img/vision/vision_6_2_bg.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
.vision2 .cont_7 {
  padding: 120px 0;
  box-sizing: border-box;
  background-image: url(/img/vision/vision_7_2_bg.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vision2 .cont_8 {
  padding: 120px 0;
  box-sizing: border-box;
  background-image: url(/img/vision/vision_8_2_bg.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.vision2 .cont_8 > .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.vision2 .cont_9 {
  padding: 120px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.vision2 .cont_9 > .bottom {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
.vision2 .cont_9 > .bottom > ul {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e1e1e1;
  box-sizing: border-box;
}
.vision2 .cont_9 > .bottom > ul li {
}
.vision2 .cont_9 > .bottom > ul li .faq_set {
}
.vision2 .cont_9 > .bottom > ul li .faq_set .question {
  display: flex;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #e1e1e1;
  padding: 30px 20px;
  cursor: pointer;
}

.vision2 .cont_9 > .bottom > ul li .faq_set .question p {
  color: #4a4a4a;
  font-family: 'Pretendard';
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;

  width: 100%;
  flex: 1;
}
.vision2 .cont_9 > .bottom > ul .faq_set .answer {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 30px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #e1e1e1;
  background: #f2f5f9;
}
.vision2 .cont_9 > .bottom > ul .faq_set .answer p {
  color: #4a4a4a;
  font-family: 'Pretendard';
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4;
  width: 100%;
  flex: 1;
}
.vision2 .cont_10 {
  padding: 120px 0;
  box-sizing: border-box;
  background-image: url(/img/vision/vision_10_2_bg.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.vision3 .cont_2 {
  padding: 300px 0 160px 0;
  box-sizing: border-box;
  background-image: url(/img/vision/vision_3_1_bg.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1320px) {
  .vision2 .cont_9 > .bottom {
    width: 90%;
  }
}
@media screen and (max-width: 1280px) {
  .vision2 .cont_9 > .bottom > ul li .faq_set .question p {
    font-size: 24px;
  }
  .vision2 .cont_9 > .bottom > ul .faq_set .answer p {
    font-size: 18px;
  }
  .vision1 .cont_1 .text_box,
  .vision1 .cont_1 .img_box,
  .vision1 .cont_2 .left,
  .vision1 .cont_2 .right,
  .vision2 .cont_2 .left,
  .vision2 .cont_2 .right,
  .vision2 .cont_3 .left,
  .vision2 .cont_3 .right,
  .vision2 .cont_4 .top,
  .vision2 .cont_4 .mid,
  .vision2 .cont_4 .bottom,
  .vision2 .cont_5 .top,
  .vision2 .cont_5 .bottom,
  .vision2 .cont_6 .top,
  .vision2 .cont_6 .bottom,
  .vision2 .cont_7 .top,
  .vision2 .cont_8 .top,
  .vision2 .cont_8 .bottom,
  .vision2 .cont_10 .top,
  .vision2 .cont_10 .bottom,
  .vision3 .cont_2 .left,
  .vision3 .cont_2 .right {
    width: 90%;
    text-align: center;
  }
  .vision2 .cont_4 .mid .video_box {
    margin: 100px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .vision2 .cont_9 {
    padding: 60px 0;
  }
  .vision2 .cont_9 > .bottom > ul li .faq_set .question {
    padding: 15px 10px;
  }
  .vision2 .cont_9 > .bottom > ul li .faq_set .question p {
    font-size: 20px;
    line-height: 1.3;
  }
  .vision2 .cont_9 > .bottom > ul .faq_set .answer {
    padding: 15px 10px;
  }
  .vision2 .cont_9 > .bottom > ul .faq_set .answer p {
    font-size: 16px;
  }
  .vision1 .cont_2 {
    flex-direction: column;
    gap: 25px;
    padding-top: 40px;
    background-image: url(/img/vision/vision_1_2_bg_m.png);
  }
  .vision1 .cont_3 {
    flex-direction: column;
  }
  .vision1 .cont_3 > div {
    width: 100%;
  }
  .vision1 .cont_3 .left {
    padding: 60px 0;
    box-sizing: border-box;
  }
  .vision1 .cont_3.rev {
    flex-direction: column-reverse;
  }
  .vision2 .cont_2 {
    flex-direction: column-reverse;
    padding: 60px 0;
    gap: 60px;
    background-image: url(/img/vision/vision_2_1_bg_m.png);
    text-align: center;
  }
  .vision2 .cont_3 {
    background-image: url(/img/vision/vision_2_2_bg_m.png);
    flex-direction: column;
    padding: 80px 0;
    gap: 40px;
    text-align: center;
  }
  .vision2 .cont_4 .mid .video_box,
  .vision2 .cont_4 .bottom ._1 {
    margin-top: 40px;
  }
  .vision2 .cont_4 {
    padding: 80px 0;
    background-image: url(/img/vision/vision_4_2_bg_m.png);
  }
  .vision2 .cont_5 {
    padding: 80px 0;
    gap: 40px;
    background-image: url(/img/vision/vision_5_2_bg_m.png);
  }
  .vision2 .cont_6 {
    padding: 80px 0;
    background-image: url(/img/vision/vision_6_2_bg_m.png);
  }
  .vision2 .cont_7 {
    padding: 80px 0;
  }
  .vision2 .cont_10 {
    padding: 60px 0;
    gap: 40px;
  }
  .vision2 .cont_8 {
    padding: 80px 0;
    background-image: url(/img/vision/vision_8_2_bg_m.png);
  }
  .vision3 .cont_2 {
    flex-direction: column-reverse;
    padding: 60px 0;
    gap: 60px;
    background-image: url(/img/vision/vision_3_1_bg_m.png);
    text-align: center;
  }
}

.community6 {
  margin-bottom: 200px;
}
.community6 ._w {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
.community6 .form_box {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.community6 .form_box .info_box {
}
.community6 .form_box .info_box_50 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.community6 .form_box .info_box_50 > div {
  width: calc(50% - 20px);
}
.community6 .form_box .info_box > label {
  color: #444;
  font-family: 'Pretendard';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  letter-spacing: -0.8px;
  margin-bottom: 15px;
  display: inline-block;
}
.community6 .form_box .info_box > label > span {
  color: #df686a;
}
.community6 .form_box .info_box > .input_box {
  width: 100%;
}
.community6 .form_box .info_box > .input_box select {
  border-radius: 24px;
  border: 1px solid #e1e1e1;
  background: #fff;
  width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
  background: url(/img/community/down_arrow.svg) no-repeat 98% 50% #fff;
  color: #aaa;
  font-family: 'Pretendard';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.72px;
}

.community6 .form_box .info_box > .input_box input[type='date'],
.community6 .form_box .info_box > .input_box input[type='text'] {
  border-radius: 24px;
  border: 1px solid #e1e1e1;
  background: #fff;
  width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
  font-family: 'Pretendard';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.72px;
}
.community6 .form_box .info_box > .input_box textarea {
  border-radius: 24px;
  border: 1px solid #e1e1e1;
  background: #fff;
  width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
  font-family: 'Pretendard';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.72px;
  min-height: 120px;
  resize: none;
}

.community6 .form_box .info_box > .file_box {
  border-radius: 24px;
  border: 1px solid #e1e1e1;
  background: #fff;
  display: flex;
  align-items: center;
}
.community6 .form_box .info_box > .file_box p {
  color: rgba(43, 51, 61, 0.9);
  font-family: 'Pretendard';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  padding: 15px 20px;
  border-right: solid 1px #e1e1e1;
}
.community6 .form_box .info_box > .file_box > label {
  width: 100%;
  flex: 1;
  font-family: 'Pretendard';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  padding: 15px 20px;
  cursor: pointer;
}
.community6 .form_box .info_box > .file_box > input[type='file'] {
  display: none;
}
.community6 .form_box .info_box > .file_box > input[type='file']:focus + label,
.community6 .form_box .info_box > .input_box textarea:focus,
.community6 .form_box .info_box select:focus,
.community6 .form_box .info_box input:focus {
  border: 1px solid #172e59 !important;
  box-shadow: 0px 2px 4px 0px rgba(30, 82, 175, 0.25);
}
.community6 .form_box .info_last_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.community6 .form_box .info_last_box .left {
  display: flex;
  gap: 3px;
  align-items: center;
}
.community6
  .form_box
  .info_last_box
  .left
  input[type='checkbox']:checked
  + span {
  background-image: url('/img/community/yes_agree.png');
}
.community6 .form_box .info_last_box .left > span {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url('/img/community/no_agree.png');
}
.community6 .form_box .info_last_box .left > label {
  color: #000;
  font-family: 'Pretendard';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.72px;
  cursor: pointer;
}
.community6 .form_box .info_last_box .left > label > span {
  font-weight: 700;
}
.community6 .form_box .info_last_box .left > a {
  display: inline-block;
  color: #aaa;
  font-family: 'Pretendard';
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.72px;
}
.submit_btn > button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: #172e59;
  box-shadow: 0px 2px 8px 0px rgba(124, 129, 185, 0.25);
  padding: 12px 24px;
  box-sizing: border-box;
  color: #fff;
  font-family: 'Pretendard';
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.96px;
  border: none;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 1320px) {
  .community6 ._w {
    max-width: 767px;
  }
}
@media screen and (max-width: 768px) {
  .community6 .form_box {
    gap: 10px;
  }
  .community6 {
    width: 90%;
    margin: 0 auto 50px;
  }
  .community6 .form_box .info_box > label {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .community6 .form_box .info_box > .input_box textarea,
  .community6 .form_box .info_box > .input_box select,
  .community6 .form_box .info_box > .input_box input[type='date'],
  .community6 .form_box .info_box > .input_box input[type='text'] {
    font-size: 16px;
    padding: 5px 20px;
  }
  .community6 .form_box .info_box_50 {
    gap: 20px;
  }
  .community6 .form_box .info_box_50 > div {
    width: calc(50% - 10px);
  }
  .community6 .form_box .info_box > .file_box p,
  .community6 .form_box .info_box > .file_box > label {
    padding: 5px 10px;
  }
  .community6 .form_box .info_last_box {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .community6 .form_box .info_last_box .left > label {
    font-size: 16px;
  }
  .community6 .form_box .submit_btn {
    width: 100%;
  }
  .community6 .form_box .submit_btn button {
    width: 100%;
    padding: 10px;
    font-size: 20px;
  }
}
