@charset "UTF-8";
.sub_vis {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../img/sub_back.png);
  background-size: cover;
  background-position: center;
  height: 464px;
  margin-top: 100px;
  position: relative;
}
@media (max-width: 1024px) {
  .sub_vis {
    margin-top: 70px;
    height: 350px;
  }
}
.sub_vis > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub_vis > .tit > h2 {
  color: white;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .sub_vis > .tit > h2 {
    font-size: 15px;
  }
}
.sub_vis > .tit > h3 {
  color: white;
  font-size: 45px;
  font-weight: 900;
}
@media (max-width: 1024px) {
  .sub_vis > .tit > h3 {
    font-size: 35px;
  }
}
.sub_vis > nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  height: 70px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari 지원 */
}
.sub_vis > nav > .left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-left: 130px;
}
@media (max-width: 1024px) {
  .sub_vis > nav > .left {
    padding: 0 20px;
    width: 100%;
  }
}
.sub_vis > nav > .left > .box {
  color: white;
}
.sub_vis > nav > .left > .box > select {
  width: 222px;
  border: 0;
  color: white;
  font-size: 17px;
  background-color: transparent;
}
@media (max-width: 1024px) {
  .sub_vis > nav > .left > .box > select {
    font-size: 13px;
    width: 100px;
  }
}
.sub_vis > nav > .left > .box > select > option {
  color: black;
}
.sub_vis > nav > .left > .box > h2 {
  color: white;
  font-weight: 700;
  font-size: 17px;
}
@media (max-width: 1024px) {
  .sub_vis > nav > .left > .box > h2 {
    font-size: 13px;
  }
}
.sub_vis > nav > .left > .box:nth-last-child(1) {
  width: 125px;
}
@media (max-width: 1024px) {
  .sub_vis > nav > .left > .box:nth-last-child(1) {
    width: 80px;
  }
}

.sub_tit_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 105px;
  margin-bottom: 100px;
  gap: 35px;
}
@media (max-width: 1024px) {
  .sub_tit_1 {
    margin: 40px 0;
    gap: 20px;
    padding: 0 20px;
  }
}
.sub_tit_1 > h2 {
  font-size: 45px;
  font-weight: 900;
  color: #000;
}
@media (max-width: 1024px) {
  .sub_tit_1 > h2 {
    font-size: 25px;
  }
}
.sub_tit_1 > h3 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1024px) {
  .sub_tit_1 > h3 {
    font-size: 14px;
  }
}

.sub_tit_2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .sub_tit_2 {
    margin-bottom: 40px;
  }
}
.sub_tit_2 > h2 {
  font-size: 35px;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .sub_tit_2 > h2 {
    font-size: 20px;
  }
}
.sub_tit_2 > h3 {
  font-size: 18px;
  font-weight: 400;
  color: #5A5A5A;
}
@media (max-width: 1024px) {
  .sub_tit_2 > h3 {
    font-size: 14px;
    text-align: center;
  }
}

.greet_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 170px;
}
@media (max-width: 1024px) {
  .greet_1 {
    margin-bottom: 80px;
    padding: 0 20px;
  }
}
.greet_1 > .back {
  background-color: #F8F8F8;
  width: 100%;
  height: 762px;
  position: absolute;
  bottom: -170px;
  z-index: -1;
}
@media (max-width: 1024px) {
  .greet_1 > .back {
    height: 400px;
  }
}
.greet_1 > .wrap {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 130px;
}
@media (max-width: 1024px) {
  .greet_1 > .wrap {
    flex-direction: column;
    gap: 40px;
  }
}
.greet_1 > .wrap > .left {
  width: 100%;
  max-width: 785px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.greet_1 > .wrap > .left > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .greet_1 > .wrap > .left > .tit {
    margin-bottom: 40px;
  }
}
.greet_1 > .wrap > .left > .tit > h2 {
  font-size: 40px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .greet_1 > .wrap > .left > .tit > h2 {
    font-size: 25px;
  }
}
.greet_1 > .wrap > .left > .tit > h3 {
  font-size: 60px;
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1024px) {
  .greet_1 > .wrap > .left > .tit > h3 {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .greet_1 > .wrap > .left > .tit > h3 > img {
    width: 19%;
  }
}
.greet_1 > .wrap > .left > .word {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.greet_1 > .wrap > .left > .word > h2 {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 50px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .greet_1 > .wrap > .left > .word > h2 {
    font-size: 14px;
  }
}
.greet_1 > .wrap > .left > .word > h3 {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .greet_1 > .wrap > .left > .word > h3 {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .greet_1 > .wrap > .right > img {
    width: 100%;
  }
}

.sub_cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub_cont > .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1510px;
  height: auto;
}
.sub_cont > .wrap > .vis_1 {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .vis_1 {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
.sub_cont > .wrap > .vis_1 > img {
  width: 100%;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .vis_1 > img {
    display: none;
  }
}
.sub_cont > .wrap > .vis_1 > .m_box {
  display: none;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .vis_1 > .m_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background-color: #EFF5FF;
    border-radius: 16px;
  }
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .vis_1 > .m_box > img {
    width: 75%;
  }
}
.sub_cont > .wrap > .vis_2 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 160px;
  gap: 70px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .vis_2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 0 20px;
    margin-bottom: 80px;
  }
}
.sub_cont > .wrap > .vis_2 > .box {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sub_cont > .wrap > .vis_2 > .box > .top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 42px;
}
.sub_cont > .wrap > .vis_2 > .box > .top > img {
  width: 100%;
  max-width: 200px;
}
.sub_cont > .wrap > .vis_2 > .box > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}
.sub_cont > .wrap > .vis_2 > .box > .tit > h2 {
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .vis_2 > .box > .tit > h2 {
    font-size: 20px;
  }
}
.sub_cont > .wrap > .vis_2 > .box > .tit > h3 {
  font-size: 18px;
  font-weight: 500;
  color: #AFAFAF;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .vis_2 > .box > .tit > h3 {
    font-size: 15px;
  }
}
.sub_cont > .wrap > .vis_2 > .box > .word > h2 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .vis_2 > .box > .word > h2 {
    font-size: 15px;
  }
}
.sub_cont > .wrap > .gui_1 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  height: auto;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .gui_1 {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
  }
}
.sub_cont > .wrap > .gui_1 > .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 90px;
  height: 440px;
  padding: 49px 44px 35px 44px;
  border-radius: 5px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1294117647);
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .gui_1 > .box {
    padding: 20px;
    height: auto;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .sub_cont > .wrap > .gui_1 > .box {
    width: 150px;
  }
}
.sub_cont > .wrap > .gui_1 > .box > img {
  position: absolute;
  top: -7%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .gui_1 > .box > img {
    width: 22%;
    top: -6%;
  }
}
.sub_cont > .wrap > .gui_1 > .box > .top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.sub_cont > .wrap > .gui_1 > .box > .top > img {
  width: 100%;
  max-width: 174px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .gui_1 > .box > .top > img {
    width: 80%;
  }
}
.sub_cont > .wrap > .gui_1 > .box > .tit {
  width: 100%;
  margin-bottom: 25px;
}
.sub_cont > .wrap > .gui_1 > .box > .tit > h2 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .gui_1 > .box > .tit > h2 {
    font-size: 16px;
  }
}
.sub_cont > .wrap > .gui_1 > .box > .word {
  width: 100%;
  height: auto;
}
.sub_cont > .wrap > .gui_1 > .box > .word > h2 {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .gui_1 > .box > .word > h2 {
    font-size: 14px;
    text-align: center;
  }
}
.sub_cont > .wrap > .gui_2 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 43px;
  margin-bottom: 150px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .gui_2 {
    margin-bottom: 40px;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }
}
.sub_cont > .wrap > .gui_2 > .left {
  width: 100%;
  max-width: 711px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 857px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1725490196);
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .gui_2 > .left {
    height: auto;
    padding: 20px;
  }
}
.sub_cont > .wrap > .gui_2 > .left > .word {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 594px;
  margin-bottom: 35px;
}
.sub_cont > .wrap > .gui_2 > .left > .word > .tit {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .gui_2 > .left > .word > .tit {
    margin-bottom: 20px;
  }
}
.sub_cont > .wrap > .gui_2 > .left > .word > .tit > h2 {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .gui_2 > .left > .word > .tit > h2 {
    font-size: 17px;
    text-align: center;
  }
}
.sub_cont > .wrap > .gui_2 > .left > .word > .tit > h2 > span {
  font-size: 25px;
  font-weight: 700;
  color: #244980;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .gui_2 > .left > .word > .tit > h2 > span {
    font-size: 19px;
    margin-right: auto;
  }
}
.sub_cont > .wrap > .gui_2 > .left > .word > .box {
  width: 100%;
  max-width: 594px;
  border-radius: 15px;
  border: 2px solid #DFDFDF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  height: 55px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .gui_2 > .left > .word > .box {
    height: auto;
    padding: 20px;
  }
}
.sub_cont > .wrap > .gui_2 > .left > .word > .box > h2 {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .gui_2 > .left > .word > .box > h2 {
    font-size: 14px;
    text-align: center;
  }
}
.sub_cont > .wrap > .gui_2 > .right {
  width: 100%;
  max-width: 754px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .gui_2 > .right {
    gap: 20px;
  }
}
.sub_cont > .wrap > .gui_2 > .right > .box {
  width: 100%;
  height: 265px;
  background-color: #F6F6F6;
  display: flex;
  align-items: center;
  gap: 40px;
  padding-left: 5px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .gui_2 > .right > .box {
    flex-direction: column;
    padding-left: 0;
    height: auto;
    gap: 20px;
  }
}
.sub_cont > .wrap > .gui_2 > .right > .box > .left {
  width: 100%;
  max-width: 167px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 95%;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .gui_2 > .right > .box > .left {
    max-width: 100%;
    height: auto;
    padding: 20px;
  }
}
.sub_cont > .wrap > .gui_2 > .right > .box > .right {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .gui_2 > .right > .box > .right {
    height: auto;
    padding: 20px;
  }
}
.sub_cont > .wrap > .gui_2 > .right > .box > .right > h2 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .gui_2 > .right > .box > .right > h2 {
    font-size: 19px;
  }
}
.sub_cont > .wrap > .gui_2 > .right > .box > .right > h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .gui_2 > .right > .box > .right > h3 {
    font-size: 14px;
  }
}
.sub_cont > .wrap > .gui_3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 150px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .gui_3 {
    margin-bottom: 80px;
    padding: 0 20px;
  }
}
.sub_cont > .wrap > .gui_3 > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 105px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .gui_3 > .tit {
    margin-bottom: 40px;
  }
}
.sub_cont > .wrap > .gui_3 > .tit > h2 {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .gui_3 > .tit > h2 {
    font-size: 14px;
    text-align: center;
  }
}
.sub_cont > .wrap > .gui_3 > .tit > h3 {
  font-size: 18px;
  font-weight: 500;
  color: #9D0F0F;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .gui_3 > .tit > h3 {
    font-size: 12px;
  }
}
.sub_cont > .wrap > .gui_3 > .wrap {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .gui_3 > .wrap {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .gui_3 > .wrap > img {
    transform: rotateZ(90deg);
  }
}
.sub_cont > .wrap > .gui_3 > .wrap > .box {
  width: 100%;
  height: 103px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background-color: #79ADFB;
}
.sub_cont > .wrap > .gui_3 > .wrap > .box > h2 {
  color: white;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.sub_cont > .wrap > .gui_3 > .wrap > .box_2 {
  background-color: #518CE5;
}
.sub_cont > .wrap > .gui_3 > .wrap > .box_3 {
  background-color: #3B76CF;
}
.sub_cont > .wrap > .gui_3 > .wrap > .box_4 {
  background-color: #1D5AB5;
}
.sub_cont > .wrap > .gui_3 > .wrap > .box_5 {
  background-color: #0B459D;
}
.sub_cont > .wrap > .gui_3 > .wrap > .box_6 {
  background-color: #11356B;
}
.sub_cont > .wrap > .gui_4 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .gui_4 {
    margin-bottom: 80px;
    padding: 0 20px;
  }
}
.sub_cont > .wrap > .gui_4 > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .gui_4 > .tit {
    margin-bottom: 40px;
  }
}
.sub_cont > .wrap > .gui_4 > .tit > h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .gui_4 > .tit > h2 {
    font-size: 15px;
  }
}
.sub_cont > .wrap > .gui_4 > .word {
  width: 100%;
  max-width: 783px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.sub_cont > .wrap > .gui_4 > .word > div {
  width: 370px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .gui_4 > .word > div {
    flex-direction: column;
    gap: 10px;
  }
}
.sub_cont > .wrap > .gui_4 > .word > div > h2 {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .gui_4 > .word > div > h2 {
    font-size: 15px;
    text-align: center;
  }
}
.sub_cont > .wrap > .gui_4 > .word > .left {
  background-color: #244980;
}
.sub_cont > .wrap > .gui_4 > .word > .left > h2 {
  color: white;
}
.sub_cont > .wrap > .gui_4 > .word > .right {
  background-color: #E5E5E5;
}
.sub_cont > .wrap > .cost_1 {
  width: 100%;
}
.sub_cont > .wrap > .cost_1 > .table_box {
  width: 100%;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .cost_1 > .table_box {
    overflow-x: scroll;
    margin-bottom: 40px;
  }
}
.sub_cont > .wrap > .cost_1 > .table_box > table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 160px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .cost_1 > .table_box > table {
    width: 780px;
    margin-bottom: 0px;
  }
}
.sub_cont > .wrap > .cost_1 > .table_box > table th {
  border: 1px solid rgba(187, 187, 187, 0.5137254902);
  background-color: #F6F6F6;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .cost_1 > .table_box > table th {
    font-size: 14px;
  }
}
.sub_cont > .wrap > .cost_1 > .table_box > table td {
  border: 1px solid rgba(187, 187, 187, 0.5137254902);
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  padding: 28px 0;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .cost_1 > .table_box > table td {
    font-size: 14px;
    padding: 8px 0;
  }
}
.sub_cont > .wrap > .line_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .line_1 {
    padding: 0 20px;
  }
}
.sub_cont > .wrap > .line_1 > .word {
  width: 100%;
  height: auto;
  padding: 86px 80px;
  background-color: #F6F6F6;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .line_1 > .word {
    padding: 20px;
    margin-bottom: 40px;
  }
}
.sub_cont > .wrap > .line_1 > .word > h2 {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .line_1 > .word > h2 {
    font-size: 14px;
  }
}
.sub_cont > .wrap > .stand_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .stand_1 {
    padding: 0 20px;
  }
}
.sub_cont > .wrap > .stand_1 > .word_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 72px 110px;
  background-color: #F6F6F6;
  border-radius: 16px;
  margin-bottom: 76px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .stand_1 > .word_1 {
    margin-bottom: 40px;
    padding: 20px;
  }
}
.sub_cont > .wrap > .stand_1 > .word_1 > h2 {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .stand_1 > .word_1 > h2 {
    font-size: 14px;
    line-height: 1.5;
  }
}
.sub_cont > .wrap > .stand_1 > .word_2 {
  width: 100%;
  max-width: 1410px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .stand_1 > .word_2 {
    margin-bottom: 40px;
  }
}
.sub_cont > .wrap > .stand_1 > .word_2 > h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 46px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .stand_1 > .word_2 > h2 {
    font-size: 19px;
    margin-bottom: 20px;
  }
}
.sub_cont > .wrap > .stand_1 > .word_2 > h3 {
  font-size: 19px;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .stand_1 > .word_2 > h3 {
    font-size: 15px;
  }
}
.sub_cont > .wrap > .stand_1 > .word_2 > h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .stand_1 > .word_2 > h4 {
    font-size: 14px;
  }
}
.sub_cont > .wrap > .stand_1 > .word_2 > img {
  margin-top: 40px;
}
.sub_cont > .wrap > .stand_1 > .word_3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .stand_1 > .word_3 {
    margin-bottom: 40px;
  }
}
.sub_cont > .wrap > .stand_1 > .word_3 > .tit {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.sub_cont > .wrap > .stand_1 > .word_3 > .tit > h2 {
  font-size: 17px;
  font-weight: 500;
  color: #7E7E7E;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .stand_1 > .word_3 > .tit > h2 {
    font-size: 14px;
  }
}
.sub_cont > .wrap > .stand_1 > .word_3 > table {
  width: 100%;
  border-collapse: collapse;
}
.sub_cont > .wrap > .stand_1 > .word_3 > table th {
  border: 1px solid rgba(187, 187, 187, 0.5137254902);
  background-color: #F6F6F6;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .stand_1 > .word_3 > table th {
    font-size: 15px;
    line-height: 1.5;
  }
}
.sub_cont > .wrap > .stand_1 > .word_3 > table td {
  border: 1px solid rgba(187, 187, 187, 0.5137254902);
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  padding: 28px 0;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .stand_1 > .word_3 > table td {
    padding: 10px;
    font-size: 15px;
  }
}
.sub_cont > .wrap > .stand_1 > .word_4 {
  width: 100%;
  max-width: 1090px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.sub_cont > .wrap > .stand_1 > .word_4 > .word {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.sub_cont > .wrap > .stand_1 > .word_4 > .word > div > h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .stand_1 > .word_4 > .word > div > h2 {
    font-size: 14px;
  }
}
.sub_cont > .wrap > .stand_1 > .word_4 > .word > .left {
  width: 50px;
}
.sub_cont > .wrap > .stand_1 > .word_4 > .word > .right {
  width: 100%;
}
.sub_cont > .wrap > .field_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 78px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .field_1 {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.sub_cont > .wrap > .field_1 > .word_1 {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #F6F6F6;
  border-radius: 16px;
  gap: 120px;
  justify-content: center;
  padding: 60px 200px;
  margin-bottom: 78px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .field_1 > .word_1 {
    flex-direction: column;
    padding: 20px;
    gap: 40px;
  }
}
.sub_cont > .wrap > .field_1 > .word_1 > .right > h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .field_1 > .word_1 > .right > h2 {
    font-size: 20px;
    text-align: center;
  }
}
.sub_cont > .wrap > .field_1 > .word_1 > .right > h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .field_1 > .word_1 > .right > h3 {
    font-size: 15px;
    text-align: center;
  }
}
.sub_cont > .wrap > .field_1 > .word_2 {
  width: 100%;
  max-width: 1380px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 78px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .field_1 > .word_2 {
    margin-bottom: 40px;
  }
}
.sub_cont > .wrap > .field_1 > .word_2 > h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .field_1 > .word_2 > h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.sub_cont > .wrap > .field_1 > .word_2 > h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .field_1 > .word_2 > h3 {
    font-size: 15px;
  }
}
.sub_cont > .wrap > .field_1 > .word_3 {
  width: 100%;
  max-width: 1380px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 78px;
}
.sub_cont > .wrap > .field_1 > .word_3 > h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .field_1 > .word_3 > h2 {
    font-size: 15px;
    margin-bottom: 40px;
    text-align: center;
  }
}
.sub_cont > .wrap > .field_1 > .word_3 > h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .field_1 > .word_3 > h3 {
    font-size: 15px;
  }
}
.sub_cont > .wrap > .field_1 > .img_box {
  width: 100%;
  margin-bottom: 78px;
}
.sub_cont > .wrap > .field_1 > .img_box > img {
  width: 100%;
}
.sub_cont > .wrap > .field_1 > .word_4 {
  width: 100%;
}
.sub_cont > .wrap > .field_1 > .word_4 > .tit {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 78px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .field_1 > .word_4 > .tit {
    margin-bottom: 40px;
  }
}
.sub_cont > .wrap > .field_1 > .word_4 > .tit > h2 {
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .field_1 > .word_4 > .tit > h2 {
    font-size: 20px;
  }
}
.sub_cont > .wrap > .field_1 > .word_4 > .box_wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 54px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .field_1 > .word_4 > .box_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.sub_cont > .wrap > .field_1 > .word_4 > .box_wrap > .box {
  width: 100%;
  padding: 37px 60px;
  height: auto;
  display: flex;
  align-items: flex-start;
  background-color: #F6F6F6;
  border-radius: 16px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .field_1 > .word_4 > .box_wrap > .box {
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
.sub_cont > .wrap > .field_1 > .word_4 > .box_wrap > .box > .left {
  width: 150px;
  height: auto;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .field_1 > .word_4 > .box_wrap > .box > .left {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.sub_cont > .wrap > .field_1 > .word_4 > .box_wrap > .box > .left > h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 25px;
  font-weight: 700;
  gap: 10px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .field_1 > .word_4 > .box_wrap > .box > .left > h2 {
    font-size: 20px;
    text-align: center;
    align-items: center;
  }
}
.sub_cont > .wrap > .field_1 > .word_4 > .box_wrap > .box > .left > h2 > span {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .field_1 > .word_4 > .box_wrap > .box > .left > h2 > span {
    font-size: 15px;
  }
}
.sub_cont > .wrap > .field_1 > .word_4 > .box_wrap > .box > .right > h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .field_1 > .word_4 > .box_wrap > .box > .right > h2 {
    font-size: 13px;
    text-align: center;
  }
}
.sub_cont > .wrap > .field_1 > .word_4 > .box_wrap > .box > .right > .box {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .field_1 > .word_4 > .box_wrap > .box > .right > .box {
    gap: 10px;
  }
}
.sub_cont > .wrap > .field_1 > .word_4 > .box_wrap > .box > .right > .box > .h2_left > h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .field_1 > .word_4 > .box_wrap > .box > .right > .box > .h2_left > h2 {
    font-size: 13px;
  }
}
.sub_cont > .wrap > .field_1 > .word_4 > .box_wrap > .box > .right > .box > .h2_right > h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .field_1 > .word_4 > .box_wrap > .box > .right > .box > .h2_right > h2 {
    font-size: 13px;
  }
}
.sub_cont > .wrap .pro_cat {
  display: flex;
  list-style: none;
  padding: 0;
  width: 100%;
  max-width: 1020px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap .pro_cat {
    margin-bottom: 40px;
  }
}
.sub_cont > .wrap .pro_cat a {
  text-decoration: none;
  width: 326px;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-size: 20px;
  font-weight: 600;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.137254902);
}
@media (max-width: 1024px) {
  .sub_cont > .wrap .pro_cat a {
    width: 100px;
    height: 60px;
    font-size: 15px;
  }
}
.sub_cont > .wrap .pro_cat a.active {
  color: white;
  background-image: linear-gradient(to left, #0B459D, #06234F);
}
.sub_cont > .wrap .tab-content {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub_cont > .wrap .tab-content.active {
  display: flex;
}
.sub_cont > .wrap #tab_1 {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_1 {
    padding: 0 20px;
  }
}
.sub_cont > .wrap #tab_1 > .tit {
  width: 100%;
  display: flex;
  justify-content: center;
}
.sub_cont > .wrap #tab_1 > .tit > h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_1 > .tit > h2 {
    font-size: 15px;
    margin-bottom: 40px;
  }
}
.sub_cont > .wrap #tab_1 > table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_1 > table {
    margin-bottom: 80px;
  }
}
.sub_cont > .wrap #tab_1 > table th {
  background-color: #F6F6F6;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  border-top: 3px solid #707070;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_1 > table th {
    font-size: 16px;
  }
}
.sub_cont > .wrap #tab_1 > table td {
  font-size: 18px;
  font-weight: 500;
  padding: 25px 0;
  border: 1px solid rgba(204, 204, 204, 0.337254902);
  text-align: center;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_1 > table td {
    font-size: 14px;
    padding: 10px;
  }
}
.sub_cont > .wrap #tab_1 > .word_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub_cont > .wrap #tab_1 > .word_1 > .tit {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_1 > .word_1 > .tit {
    margin-bottom: 40px;
  }
}
.sub_cont > .wrap #tab_1 > .word_1 > .tit > h2 {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_1 > .word_1 > .tit > h2 {
    font-size: 20px;
  }
}
.sub_cont > .wrap #tab_1 > .word_1 > .box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 75px;
  padding-left: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.2039215686);
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_1 > .word_1 > .box {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    margin-bottom: 30px;
  }
}
.sub_cont > .wrap #tab_1 > .word_1 > .box > .right > h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_1 > .word_1 > .box > .right > h2 {
    font-size: 15px;
    text-align: center;
  }
}
.sub_cont > .wrap #tab_1 > .word_1 > .box > .right > h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_1 > .word_1 > .box > .right > h3 {
    font-size: 14px;
  }
}
.sub_cont > .wrap #tab_1 > .word_1 > .box > .right > a {
  font-size: 18px;
  font-weight: 400;
  color: #0B459D;
  -webkit-text-decoration: dashed;
          text-decoration: dashed;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_1 > .word_1 > .box > .right > a {
    font-size: 14px;
  }
}
.sub_cont > .wrap #tab_2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_2 {
    padding: 0 20px;
  }
}
.sub_cont > .wrap #tab_2 > .tab_2_box {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 120px;
  padding-bottom: 110px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3960784314);
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_2 > .tab_2_box {
    flex-direction: column;
    margin-bottom: 80px;
    padding-bottom: 40px;
    align-items: flex-start;
  }
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_2 > .tab_2_box > .left {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_2 > .tab_2_box > .left > img {
    width: 100%;
  }
}
.sub_cont > .wrap #tab_2 > .tab_2_box > .right > h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_2 > .tab_2_box > .right > h2 {
    font-size: 15px;
  }
}
.sub_cont > .wrap #tab_2 > .tab_2_box > .right > h2 > span {
  font-weight: 700;
}
.sub_cont > .wrap #tab_2 > .c_tab_2_1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sub_cont > .wrap #tab_2 > .c_tab_2_1 > .tit {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_2 > .c_tab_2_1 > .tit {
    margin-bottom: 40px;
  }
}
.sub_cont > .wrap #tab_2 > .c_tab_2_1 > .tit > h2 {
  font-size: 35px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_2 > .c_tab_2_1 > .tit > h2 {
    font-size: 20px;
  }
}
.sub_cont > .wrap #tab_2 > .c_tab_2_1 > .word {
  width: 100%;
}
.sub_cont > .wrap #tab_2 > .c_tab_2_1 > .word > h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_2 > .c_tab_2_1 > .word > h2 {
    font-size: 15px;
  }
}
.sub_cont > .wrap #tab_2 > .c_tab_2_1 > .word > h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 70px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_2 > .c_tab_2_1 > .word > h3 {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_3 {
    padding: 0 20px;
  }
}
.sub_cont > .wrap #tab_3 > .tit {
  width: 100%;
  display: flex;
  justify-content: center;
}
.sub_cont > .wrap #tab_3 > .tit > h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_3 > .tit > h2 {
    font-size: 15px;
  }
}
.sub_cont > .wrap #tab_3 > .c_tab_3_box {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 140px;
  border-top: 3px solid #000;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_3 > .c_tab_3_box {
    margin-bottom: 80px;
  }
}
.sub_cont > .wrap #tab_3 > .c_tab_3_box > .word {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(204, 204, 204, 0.2941176471);
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_3 > .c_tab_3_box > .word {
    flex-direction: column;
  }
}
.sub_cont > .wrap #tab_3 > .c_tab_3_box > .word > .left {
  width: 375px;
  padding: 25px 60px;
  background-color: #F6F6F6;
  height: auto;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_3 > .c_tab_3_box > .word > .left {
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sub_cont > .wrap #tab_3 > .c_tab_3_box > .word > .left > h2 {
  font-size: 20px;
  font-weight: 600;
}
.sub_cont > .wrap #tab_3 > .c_tab_3_box > .word > .right {
  padding: 25px 60px;
  width: 100%;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_3 > .c_tab_3_box > .word > .right {
    padding: 20px;
  }
}
.sub_cont > .wrap #tab_3 > .c_tab_3_box > .word > .right > h2 {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_3 > .c_tab_3_box > .word > .right > h2 {
    font-size: 15px;
    text-align: center;
  }
}
.sub_cont > .wrap #tab_3 > .c_tab_3_img_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 160px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_3 > .c_tab_3_img_box {
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
    margin-bottom: 80px;
  }
}
.sub_cont > .wrap #tab_3 > .c_tab_3_img_box > .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub_cont > .wrap #tab_3 > .c_tab_3_img_box > .box > .top {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_3 > .c_tab_3_img_box > .box > .top {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_3 > .c_tab_3_img_box > .box > .top > img {
    width: 100%;
  }
}
.sub_cont > .wrap #tab_3 > .c_tab_3_img_box > .box > .tit {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.sub_cont > .wrap #tab_3 > .c_tab_3_img_box > .box > .tit > h2 {
  font-size: 20px;
  font-weight: 700;
  color: #0B459D;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_3 > .c_tab_3_img_box > .box > .tit > h2 {
    font-size: 15px;
  }
}
.sub_cont > .wrap #tab_3 > .c_tab_3_img_box > .box > .word {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub_cont > .wrap #tab_3 > .c_tab_3_img_box > .box > .word > h2 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap #tab_3 > .c_tab_3_img_box > .box > .word > h2 {
    font-size: 13px;
  }
}

.agree-wrap {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
.agree-wrap > input {
  width: 16px;
  height: 16px;
}
.agree-wrap > p {
  font-size: 16px;
  line-height: 1;
  color: black;
}
.agree-wrap > p > em {
  padding-bottom: 2px;
  font-weight: 600;
  border-bottom: 1px solid black;
  cursor: pointer;
  font-style: normal;
}

.policy-modal-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  visibility: hidden;
  opacity: 0;
  z-index: 900;
  transition: 0.2s all ease-in-out;
}
.policy-modal-background.on {
  visibility: visible;
  opacity: 1;
}

.contact-inquiry {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  .contact-inquiry {
    padding: 50px 20px 0 20px;
  }
}
.contact-inquiry .ard-inquiry-form {
  width: 100%;
  max-width: 1320px;
  padding: 70px 100px;
  display: flex;
  flex-direction: column;
  grid-gap: 50px;
  background: #f0f0f0;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .contact-inquiry .ard-inquiry-form {
    padding: 20px;
  }
}
.contact-inquiry .ard-inquiry-form > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.contact-inquiry .ard-inquiry-form > .tit > h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: black;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .contact-inquiry .ard-inquiry-form > .tit > h2 {
    font-size: 21px;
  }
}
.contact-inquiry .ard-inquiry-form > .tit > h3 {
  font-size: 16px;
  font-size: 700;
  color: #888;
  text-align: center;
  word-break: keep-all;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .contact-inquiry .ard-inquiry-form > .tit > h3 {
    font-size: 14px;
    word-break: keep-all;
  }
}
.contact-inquiry .ard-inquiry-form .form-part {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}
.contact-inquiry .ard-inquiry-form .form-part .part-name {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: black;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item {
  width: 100%;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label {
  width: 100%;
  padding-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 1024px) {
  .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > .file {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > .file > .word > h2 {
  font-size: 16px;
  color: rgba(255, 0, 0, 0.6862745098);
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > span {
  flex: 0 0 150px;
  font-size: 18px;
  font-weight: 500;
  color: #a7a7a7;
  border-right: 1px solid #ccc;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > span {
    flex: none;
    border-right: none;
  }
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > span > i {
  padding-left: 16px;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > input {
  padding: 0 16px;
  flex: 1 1 auto;
  font-size: 18px;
  line-height: 1;
  color: gray;
  border: none;
  outline: none;
  background: transparent;
}
@media (max-width: 1024px) {
  .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > input {
    flex: none;
    width: 100%;
  }
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 30px;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types > label {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 10px;
  font-size: 18px;
  line-height: 1;
  color: gray;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types > label > input {
  width: 14px;
  height: 14px;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > textarea {
  font-family: "Pretendard Variable";
  width: 100%;
  resize: none;
  font-size: 16px;
  line-height: 1.4;
  color: gray;
  box-shadow: none;
  height: 250px;
}
.contact-inquiry .ard-inquiry-form .form-submit {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}
.contact-inquiry .ard-inquiry-form .form-submit > label {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 10px;
}
.contact-inquiry .ard-inquiry-form .form-submit > label > input {
  width: 12px;
  height: 12px;
}
.contact-inquiry .ard-inquiry-form .form-submit > label > span {
  font-size: 14px;
  line-height: 1;
  color: gray;
}
.contact-inquiry .ard-inquiry-form .form-submit > label > span > i {
  font-weight: 600;
  text-decoration: underline;
}
.contact-inquiry .ard-inquiry-form .form-submit > button {
  width: 300px;
  height: 60px;
  align-self: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  color: white;
  background-color: #3c6bd8;
  text-align: center;
  border: none;
  outline: none;
  transition: 0.3s;
}
.contact-inquiry .ard-inquiry-form .form-submit > button:hover {
  transition: 0.3s;
  background-color: #3055ac;
}

.policy-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  max-width: 0;
  max-height: 0;
  padding: 50px 30px;
  background: white;
  border: 2px solid black;
  opacity: 0;
  visibility: hidden;
  z-index: 901;
  transition: 0.2s all ease-in-out;
}
.policy-modal.on {
  max-width: 80vw;
  max-height: 80vh;
  opacity: 1;
  visibility: visible;
}
.policy-modal .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.policy-modal .container .modal-title-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.policy-modal .container .modal-title-area > img {
  width: auto;
  height: 28px;
}
.policy-modal .container .modal-title-area > h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: black;
  word-break: keep-all;
}
.policy-modal .container .modal-content-area {
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  overflow: hidden;
}
.policy-modal .container .modal-content-area > p {
  width: 100%;
  height: 100%;
  padding: 10px;
  overflow: auto;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  word-break: keep-all;
}
.policy-modal .container .modal-content-area > p > em {
  font-weight: 600;
  font-size: 17px;
  color: #000;
}
.policy-modal .container .modal-content-area > p > span {
  position: relative;
  padding-left: 16px;
}
.policy-modal .container .modal-content-area > p > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 9px;
  height: 9px;
  border: 3px solid #000;
  border-radius: 500rem;
  background: transparent;
}
.policy-modal .container .modal-content-area::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 5px;
  background: transparent;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2745098039);
}
.policy-modal .container .modal-content-area::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 5px;
  background: transparent;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2745098039);
}
.policy-modal .container .confirm-close-modal {
  padding: 10px 25px;
  border: 2px solid black;
  background: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: black;
  border-radius: 500rem;
  transition: 0.2s all ease-in-out;
}
.policy-modal .container .confirm-close-modal:hover {
  background: black;
  color: white;
}

.total_img_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 160px;
}
@media (max-width: 1024px) {
  .total_img_box {
    margin-bottom: 60px;
  }
}
.total_img_box > .wrap {
  width: 100%;
  max-width: 1510px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .total_img_box > .wrap {
    padding: 0 10px;
  }
}
@media (max-width: 1024px) {
  .total_img_box > .wrap > img {
    width: 100%;
  }
}
.total_img_box > .wrap > .dise_img {
  margin-bottom: 160px;
}
@media (max-width: 1024px) {
  .total_img_box > .wrap > .dise_img {
    margin-bottom: 60px;
  }
}
.total_img_box > .wrap > .dise_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.total_img_box > .wrap > .dise_1 > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 40px;
  border-bottom: 2px solid #707070;
}
.total_img_box > .wrap > .dise_1 > .tit > h2 {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .total_img_box > .wrap > .dise_1 > .tit > h2 {
    font-size: 22px;
  }
}
.total_img_box > .wrap > .dise_1 > .tit > h2 > span {
  font-size: 35px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .total_img_box > .wrap > .dise_1 > .tit > h2 > span {
    font-size: 22px;
  }
}
.total_img_box > .wrap > .dise_1 > .word {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 35px 20px;
  border-bottom: 0.5px solid rgba(204, 204, 204, 0.3647058824);
}
@media (max-width: 1024px) {
  .total_img_box > .wrap > .dise_1 > .word {
    padding: 20px;
    gap: 20px;
  }
}
.total_img_box > .wrap > .dise_1 > .word > h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .total_img_box > .wrap > .dise_1 > .word > h2 {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.total_img_box > .wrap > .dise_1 > .word > h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .total_img_box > .wrap > .dise_1 > .word > h3 {
    font-size: 15px;
  }
}
.total_img_box > .wrap > .dise_1 > .word > h3 > span {
  font-weight: 700;
}
.total_img_box > .wrap > .dise_1 > .word > .add_word {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 45px;
}
@media (max-width: 1024px) {
  .total_img_box > .wrap > .dise_1 > .word > .add_word {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    gap: 20px;
  }
}
.total_img_box > .wrap > .dise_1 > .word > .add_word > .left {
  width: 121px;
  height: 42px;
  border-radius: 22px;
  background-color: #518CE5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .total_img_box > .wrap > .dise_1 > .word > .add_word > .left {
    padding: 10px 20px;
    width: auto;
    height: auto;
  }
}
.total_img_box > .wrap > .dise_1 > .word > .add_word > .left > h2 {
  color: white;
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .total_img_box > .wrap > .dise_1 > .word > .add_word > .left > h2 {
    font-size: 14px;
  }
}
.total_img_box > .wrap > .dise_1 > .word > .add_word > .right > h2 {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .total_img_box > .wrap > .dise_1 > .word > .add_word > .right > h2 {
    font-size: 14px;
  }
}
.total_img_box > .wrap > .dise_1 > .word > .add_word:nth-last-child(1) {
  margin-top: 0;
}
.total_img_box > .wrap > .dise_1 > .word > .add_word:nth-last-child(1) > .right {
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .total_img_box > .wrap > .dise_1 > .word > .add_word:nth-last-child(1) > .right {
    margin-top: 0;
  }
}
.total_img_box > .wrap > .dise_1 > .word > .add_word:nth-last-child(1) > .right > h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .total_img_box > .wrap > .dise_1 > .word > .add_word:nth-last-child(1) > .right > h2 {
    font-size: 14px;
  }
}
.total_img_box > .wrap > .dise_1 > .word:nth-last-child(1) {
  border-bottom: 2px solid #707070;
}/*# sourceMappingURL=sub.css.map */