@charset "UTF-8";
.sub_vis {
  width: 100%;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 640px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .sub_vis {
    height: 300px;
    padding: 0 20px;
    margin-top: 0;
  }
}
.sub_vis > .wrap {
  width: 100%;
  max-width: 1620px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 90px;
}
@media (max-width: 1024px) {
  .sub_vis > .wrap {
    padding-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.sub_vis > .wrap > .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "GangwonEduPowerExtraBoldA";
}
.sub_vis > .wrap > .left > h2 {
  font-size: 20px;
  color: white;
  margin-bottom: 20px;
}
.sub_vis > .wrap > .left > h3 {
  font-size: 70px;
  color: white;
}
@media (max-width: 1024px) {
  .sub_vis > .wrap > .left > h3 {
    font-size: 35px;
  }
}
.sub_vis > .wrap > .right {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  gap: 40px;
}
.sub_vis > .wrap > .right > select {
  border: 0;
  color: white;
}
.sub_vis > .wrap > .right > select > option {
  color: black;
}

.tab-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab-content > .sub_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab-content > .sub_box > .tit {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 98px;
}
@media (max-width: 1024px) {
  .tab-content > .sub_box > .tit {
    margin-top: 40px;
  }
}
.tab-content > .sub_box > .tit > h2 {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .tab-content > .sub_box > .tit > h2 {
    font-size: 30px;
  }
}
.tab-content > .sub_box > .tit > h3 {
  font-family: "NanumSquareNeoExtraBold";
  font-size: 20px;
  color: #0066FF;
}
@media (max-width: 1024px) {
  .tab-content > .sub_box > .tit > h3 {
    font-size: 16px;
  }
}

.tab-content > .sub_1 {
  position: relative;
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .tab-content > .sub_1 {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.tab-content > .sub_1 > .wrap {
  width: 100%;
  max-width: 1620px;
  display: flex;
  align-items: center;
  margin-top: 98px;
  gap: 40px;
}
@media (max-width: 1024px) {
  .tab-content > .sub_1 > .wrap {
    flex-direction: column;
  }
}
.tab-content > .sub_1 > .wrap > .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .tab-content > .sub_1 > .wrap > .left {
    width: 100%;
  }
}
.tab-content > .sub_1 > .wrap > .left > .word {
  width: 100%;
  max-width: 1080px;
  display: flex;
  flex-direction: column;
}
.tab-content > .sub_1 > .wrap > .left > .word > h2 {
  font-size: 40px;
  font-weight: 900;
  color: #0D418E;
  line-height: 1.5;
  margin-bottom: 66px;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .tab-content > .sub_1 > .wrap > .left > .word > h2 {
    font-size: 22px;
    word-break: keep-all;
    margin-bottom: 40px;
  }
}
.tab-content > .sub_1 > .wrap > .left > .word > h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .tab-content > .sub_1 > .wrap > .left > .word > h3 {
    font-size: 18px;
    word-break: keep-all;
  }
}
.tab-content > .sub_1 > .wrap > .left > .word > .bot {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .tab-content > .sub_1 > .wrap > .left > .word > .bot {
    margin-top: 40px;
  }
}
.tab-content > .sub_1 > .wrap > .left > .word > .bot > h2 {
  font-size: 30px;
  font-weight: 900;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .tab-content > .sub_1 > .wrap > .left > .word > .bot > h2 {
    font-size: 20px;
  }
}
.tab-content > .sub_1 > .wrap > .right {
  width: 40%;
}
@media (max-width: 1024px) {
  .tab-content > .sub_1 > .wrap > .right {
    width: 100%;
  }
}
.tab-content > .sub_1 > .wrap > .right > img {
  width: 100%;
}
.tab-content > .sub_2 {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .tab-content > .sub_2 {
    margin-bottom: 40px;
  }
}
.tab-content > .sub_2 > .content {
  margin-top: 61px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .tab-content > .sub_2 > .content {
    margin-top: 40px;
  }
}
.tab-content > .sub_2 > .content > .top {
  width: 100%;
  height: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 107px;
  background-image: url(../img/vis_top_back.png);
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .tab-content > .sub_2 > .content > .top {
    height: 220px;
    margin-bottom: 40px;
  }
}
.tab-content > .sub_2 > .content > .top > .wrap {
  width: 100%;
  max-width: 1365px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 30px;
}
.tab-content > .sub_2 > .content > .top > .wrap > .box {
  position: relative;
  width: 100%;
  height: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5607843137);
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .tab-content > .sub_2 > .content > .top > .wrap > .box {
    padding: 30px 0 10px 0;
    height: auto;
    text-align: center;
  }
}
.tab-content > .sub_2 > .content > .top > .wrap > .box > .sub_tit {
  width: 305px;
  height: 80px;
  border-radius: 500px;
  background-color: #0066FF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -25%;
}
@media (max-width: 1024px) {
  .tab-content > .sub_2 > .content > .top > .wrap > .box > .sub_tit {
    height: auto;
    padding: 10px;
    width: 200px;
  }
}
.tab-content > .sub_2 > .content > .top > .wrap > .box > .sub_tit > h2 {
  font-size: 40px;
  font-weight: 800;
  color: white;
}
@media (max-width: 1024px) {
  .tab-content > .sub_2 > .content > .top > .wrap > .box > .sub_tit > h2 {
    font-size: 18px;
  }
}
.tab-content > .sub_2 > .content > .top > .wrap > .box > h2 {
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .tab-content > .sub_2 > .content > .top > .wrap > .box > h2 {
    font-size: 16px;
    word-break: keep-all;
  }
}
.tab-content > .sub_2 > .content > .top > .wrap > .box > h2 > span {
  color: #0066FF;
}
.tab-content > .sub_2 > .content > .wrap {
  width: 100%;
  max-width: 1365px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 30px;
}
.tab-content > .sub_2 > .content > .wrap > .box {
  position: relative;
  width: 100%;
  height: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1529411765);
  margin-bottom: 107px;
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .tab-content > .sub_2 > .content > .wrap > .box {
    padding: 30px 10px 10px 10px;
    height: auto;
    text-align: center;
    margin-bottom: 40px;
  }
}
.tab-content > .sub_2 > .content > .wrap > .box > .sub_tit {
  width: 305px;
  height: 80px;
  border-radius: 500px;
  background-color: #ffffff;
  display: flex;
  border: 1px solid #0066FF;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -25%;
}
@media (max-width: 1024px) {
  .tab-content > .sub_2 > .content > .wrap > .box > .sub_tit {
    width: 200px;
    height: auto;
    padding: 10px;
    top: -15%;
  }
}
.tab-content > .sub_2 > .content > .wrap > .box > .sub_tit > h2 {
  font-size: 40px;
  font-weight: 800;
  color: #000;
}
@media (max-width: 1024px) {
  .tab-content > .sub_2 > .content > .wrap > .box > .sub_tit > h2 {
    font-size: 18px;
  }
}
.tab-content > .sub_2 > .content > .wrap > .box > h2 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .tab-content > .sub_2 > .content > .wrap > .box > h2 > br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tab-content > .sub_2 > .content > .wrap > .box > h2 {
    font-size: 16px;
    word-break: keep-all;
  }
}
.tab-content > .sub_2 > .content > .wrap > .box > h2 > span {
  color: #0066FF;
}
.tab-content > .sub_2 > .content > .wrap > .box_2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab-content > .sub_2 > .content > .wrap > .box_2 > img {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .tab-content > .sub_2 > .content > .wrap > .box_2 > img {
    margin-bottom: 40px;
  }
}
.tab-content > .sub_2 > .content > .wrap > .box_2 > .img_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 75px;
}
@media (max-width: 1024px) {
  .tab-content > .sub_2 > .content > .wrap > .box_2 > .img_box {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 20px;
  }
}
.tab-content > .sub_2 > .content > .wrap > .box_2 > .img_box > .box {
  width: 100%;
  height: 365px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: 1px solid #0066FF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2117647059);
}
@media (max-width: 1024px) {
  .tab-content > .sub_2 > .content > .wrap > .box_2 > .img_box > .box {
    height: 250px;
    padding: 0 10px;
  }
}
.tab-content > .sub_2 > .content > .wrap > .box_2 > .img_box > .box > img {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .tab-content > .sub_2 > .content > .wrap > .box_2 > .img_box > .box > img {
    margin-bottom: 20px;
    width: 60%;
  }
}
.tab-content > .sub_2 > .content > .wrap > .box_2 > .img_box > .box > h2 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .tab-content > .sub_2 > .content > .wrap > .box_2 > .img_box > .box > h2 {
    font-size: 18px;
    height: 40px;
    margin-bottom: 0;
  }
}
.tab-content > .sub_2 > .content > .wrap > .box_2 > .img_box > .box > h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media (max-width: 1024px) {
  .tab-content > .sub_2 > .content > .wrap > .box_2 > .img_box > .box > h3 > br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tab-content > .sub_2 > .content > .wrap > .box_2 > .img_box > .box > h3 {
    font-size: 11px;
    word-break: keep-all;
    height: 70px;
  }
}
.tab-content > .sub_3 {
  position: relative;
}
.tab-content > .sub_3 > .content {
  width: 100%;
  max-width: 1170px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 95px;
  margin-bottom: 200px;
  margin-top: 120px;
}
@media (max-width: 1024px) {
  .tab-content > .sub_3 > .content {
    margin: 40px;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.tab-content > .sub_3 > .content > .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .tab-content > .sub_3 > .content > .box {
    align-items: center;
  }
}
.tab-content > .sub_3 > .content > .box > img {
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .tab-content > .sub_3 > .content > .box > img {
    width: 60%;
  }
}
.tab-content > .sub_3 > .content > .box > h2 {
  font-size: 18px;
  font-weight: 500;
  color: #888888;
}
@media (max-width: 1024px) {
  .tab-content > .sub_3 > .content > .box > h2 {
    font-size: 14px;
  }
}
.tab-content > .sub_3 > img {
  width: 100%;
  position: absolute;
  left: -2px;
  bottom: 0;
  z-index: -1;
}
.tab-content > .sub_4 {
  position: relative;
}
.tab-content > .sub_4 > img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .tab-content > .sub_4 > img {
    width: 100%;
  }
}
.tab-content > .sub_4 > .wrap {
  margin-top: 130px;
  width: 100%;
  max-width: 1520px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.tab-content > .sub_4 > .wrap > .his_left_box {
  width: 100%;
  position: sticky;
  top: 110px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .tab-content > .sub_4 > .wrap > .his_left_box {
    padding: 0 20px;
    top: 70px;
    background-color: white;
  }
}
.tab-content > .sub_4 > .wrap > .his_left_box > .his_left {
  display: flex;
  flex-direction: column;
  gap: 134px;
  width: 100%;
  max-width: 280px;
}
@media (max-width: 1024px) {
  .tab-content > .sub_4 > .wrap > .his_left_box > .his_left {
    gap: 20px;
  }
}
.tab-content > .sub_4 > .wrap > .his_left_box > .his_left .year_box > h2 {
  color: #EBEBEB;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .tab-content > .sub_4 > .wrap > .his_left_box > .his_left .year_box > h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.tab-content > .sub_4 > .wrap > .his_left_box > .his_left .year_box > .active {
  color: #000;
  border-bottom: 3px solid #000;
  width: 220px;
  text-align: center;
}
@media (max-width: 1024px) {
  .tab-content > .sub_4 > .wrap > .his_left_box > .his_left .year_box > .active {
    width: 150px;
  }
}
.tab-content > .sub_4 > .wrap > .his_left_box > .his_left > h3 {
  position: relative;
  display: inline-block;
  padding-bottom: 6rem;
  font-size: 95px;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #000;
  z-index: 1;
}
@media (max-width: 1024px) {
  .tab-content > .sub_4 > .wrap > .his_left_box > .his_left > h3 {
    font-size: 40px;
    padding-bottom: 0.1rem;
  }
  .tab-content > .sub_4 > .wrap > .his_left_box > .his_left > h3 > br {
    display: none;
  }
}
.tab-content > .sub_4 > .wrap > .his_left_box > .his_left > h3::before {
  position: absolute;
  content: "Since";
  font-size: 95px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #d5d5d5;
  right: -2rem;
  bottom: 4rem;
  z-index: -1;
}
@media (max-width: 1024px) {
  .tab-content > .sub_4 > .wrap > .his_left_box > .his_left > h3::before {
    font-size: 40px;
    right: 9rem;
    bottom: -1rem;
  }
}
.tab-content > .sub_4 > .wrap > .height {
  height: 1900px;
}
@media (max-width: 1024px) {
  .tab-content > .sub_4 > .wrap > .height {
    height: 2300px;
  }
}
.tab-content > .sub_4 > .wrap > .history {
  width: 100%;
  max-width: 1420px;
  display: flex;
  gap: 155px;
  margin-bottom: 191px;
  height: auto;
  justify-content: end;
}
@media (max-width: 1024px) {
  .tab-content > .sub_4 > .wrap > .history {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 50px;
    padding: 0 20px;
  }
}
.tab-content > .sub_4 > .wrap > .history > .right {
  display: flex;
  flex-direction: column;
  gap: 70px;
  width: 100%;
  max-width: 800px;
}
.tab-content > .sub_4 > .wrap > .history > .right > .line {
  width: 100%;
}
.tab-content > .sub_4 > .wrap > .history > .right > .box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.tab-content > .sub_4 > .wrap > .history > .right > .box > .year {
  line-height: 2;
}
.tab-content > .sub_4 > .wrap > .history > .right > .box > .year > h3 {
  font-size: 30px;
  font-weight: 900;
}
@media (max-width: 1024px) {
  .tab-content > .sub_4 > .wrap > .history > .right > .box > .year > h3 {
    font-size: 18px;
  }
}
.tab-content > .sub_4 > .wrap > .history > .right > .box > .year > h2 {
  font-size: 28px;
  font-weight: 600;
  position: relative;
}
@media (max-width: 1024px) {
  .tab-content > .sub_4 > .wrap > .history > .right > .box > .year > h2 {
    font-size: 15px;
    word-break: keep-all;
  }
}
.tab-content > .sub_4 > .wrap > .history > .right > .box > .year > h2::after {
  content: "";
  position: absolute;
  left: -65px;
  top: 7px;
  height: 225px;
  width: 1px;
  background-color: #B7B2B2;
  z-index: -1;
}
.tab-content > .sub_4 > .wrap > .history > .right > .box > .year > h2::before {
  content: "";
  position: absolute;
  left: -69px; /* 원의 위치 조정 */
  top: 17px; /* 원의 위치 조정 */
  width: 10px; /* 원의 너비 */
  height: 10px; /* 원의 높이 */
  background-color: #B7B2B2; /* 원의 색상 */
  border-radius: 50%; /* 원형 모양 */
  z-index: 11; /* 겹치지 않도록 */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab-content > .sub_4 > .wrap > .history > .right > .box > .year h2.highlight::before {
  background-color: white;
  width: 20px;
  height: 20px;
  border: 4px solid #006FFF;
  left: -74px;
}
.tab-content > .sub_4 > .wrap > .history > .right > .box > .year > p {
  font-size: 19px;
  font-weight: 400;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .tab-content > .sub_4 > .wrap > .history > .right > .box > .year > p {
    font-size: 13px;
  }
}
.tab-content > .busi_1 {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .tab-content > .busi_1 {
    margin-bottom: 40px;
  }
}
.tab-content > .busi_1 > .wrap {
  width: 100%;
  max-width: 1620px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .tab-content > .busi_1 > .wrap img {
    width: 100%;
  }
}
.tab-content > .busi_1 > .wrap > div {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .tab-content > .busi_1 > .wrap > div {
    padding: 0 20px;
  }
}
.tab-content > .busi_1 > .wrap > .busi_con_1 {
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .tab-content > .busi_1 > .wrap > .busi_con_1 {
    flex-direction: column;
  }
}
.tab-content > .busi_1 > .wrap > .busi_con_1 > div {
  width: 50%;
}
@media (max-width: 1024px) {
  .tab-content > .busi_1 > .wrap > .busi_con_1 > div {
    width: 100%;
  }
}
.tab-content > .busi_1 > .wrap > .busi_con_3 {
  display: flex;
  gap: 130px;
  margin-bottom: 130px;
}
@media (max-width: 1024px) {
  .tab-content > .busi_1 > .wrap > .busi_con_3 {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
  }
}
.tab-content > .busi_1 > .wrap > .busi_con_4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .tab-content > .busi_1 > .wrap > .busi_con_4 {
    flex-direction: column;
    gap: 20px;
  }
}
.tab-content > .busi_1 > .wrap > .busi_con_4 > div {
  background-color: rgba(204, 204, 204, 0.2274509804);
  border-radius: 51px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 770px;
  height: 230px;
  padding: 0 100px;
}
@media (max-width: 1024px) {
  .tab-content > .busi_1 > .wrap > .busi_con_4 > div {
    height: auto;
    padding: 20px;
    border-radius: 30px;
  }
}
.tab-content > .busi_1 > .wrap > .busi_con_4 > div > h2 {
  font-size: 25px;
  font-weight: 600;
  color: #FF6F00;
}
@media (max-width: 1024px) {
  .tab-content > .busi_1 > .wrap > .busi_con_4 > div > h2 {
    font-size: 16px;
    word-break: keep-all;
  }
}
.tab-content > .busi_1 > .wrap > .busi_con_4 > div > h3 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .tab-content > .busi_1 > .wrap > .busi_con_4 > div > h3 {
    font-size: 14px;
    word-break: keep-all;
  }
}
.tab-content > .busi_1 > .wrap > .busi_con_4 > .right > .word {
  display: flex;
  align-items: flex-start;
}
.tab-content > .busi_1 > .wrap > .busi_con_4 > .right > .word h2 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .tab-content > .busi_1 > .wrap > .busi_con_4 > .right > .word h2 {
    font-size: 14px;
    word-break: keep-all;
  }
}
.tab-content > .busi_1 > .wrap > .busi_con_4 > .right > .word > .r_left {
  width: 145px;
}
.tab-content > .busi_1 > .wrap > .busi_con_4 > .right > .word > .r_right {
  width: 100%;
}
.tab-content > .busi_1 > .wrap > .busi_con_5 {
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .tab-content > .busi_1 > .wrap > .busi_con_5 {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .tab-content > .busi_1 > .wrap > .busi_con_5 > img {
    display: none;
  }
}
.tab-content > .busi_1 > .wrap > .busi_con_5 > .m {
  display: none;
}
@media (max-width: 1024px) {
  .tab-content > .busi_1 > .wrap > .busi_con_5 > .m {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.tab-content > .busi_1 > .wrap > .busi_con_5 > .m > img:nth-of-type(2) {
  width: 10%;
}
.tab-content > .busi_1 > .wrap > .busi_con_6 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .tab-content > .busi_1 > .wrap > .busi_con_6 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.tab-content > .busi_2 {
  margin-bottom: 75px;
}
@media (max-width: 1024px) {
  .tab-content > .busi_2 {
    margin-bottom: 40px;
  }
}
.tab-content > .busi_2 > .wrap {
  width: 100%;
  max-width: 1620px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab-content > .busi_2 > .wrap > div {
  width: 100%;
  display: flex;
  align-items: center;
}
.tab-content > .busi_2 > .wrap > .busi_con_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 86px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .tab-content > .busi_2 > .wrap > .busi_con_1 {
    margin: 40px 0;
    padding: 0 20px;
  }
}
.tab-content > .busi_2 > .wrap > .busi_con_1 > .top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 72px;
  background-color: #94C5FF;
  border-radius: 20px 20px 0 0;
}
.tab-content > .busi_2 > .wrap > .busi_con_1 > .top > h2 {
  font-size: 30px;
  font-weight: 600;
  color: white;
}
@media (max-width: 1024px) {
  .tab-content > .busi_2 > .wrap > .busi_con_1 > .top > h2 {
    font-size: 18px;
  }
}
.tab-content > .busi_2 > .wrap > .busi_con_1 > .bot {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2588235294);
}
@media (max-width: 1024px) {
  .tab-content > .busi_2 > .wrap > .busi_con_1 > .bot {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
}
.tab-content > .busi_2 > .wrap > .busi_con_1 > .bot > div {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .tab-content > .busi_2 > .wrap > .busi_con_1 > .bot > div {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .tab-content > .busi_2 > .wrap > .busi_con_1 > .bot > div > img {
    width: 100%;
  }
}
.tab-content > .busi_2 > .wrap > .busi_con_2 {
  flex-direction: column;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .tab-content > .busi_2 > .wrap > .busi_con_2 {
    padding: 0 20px;
  }
}
.tab-content > .busi_2 > .wrap > .busi_con_2 > .tit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .tab-content > .busi_2 > .wrap > .busi_con_2 > .tit {
    margin-bottom: 40px;
  }
}
.tab-content > .busi_2 > .wrap > .busi_con_2 > .tit > h2 {
  font-size: 50px;
  font-weight: 900;
}
@media (max-width: 1024px) {
  .tab-content > .busi_2 > .wrap > .busi_con_2 > .tit > h2 {
    font-size: 22px;
  }
}
.tab-content > .busi_2 > .wrap > .busi_con_2 > .word {
  display: flex;
  width: 100%;
  height: 305px;
}
@media (max-width: 1024px) {
  .tab-content > .busi_2 > .wrap > .busi_con_2 > .word {
    height: auto;
    flex-direction: column;
    align-items: center;
  }
}
.tab-content > .busi_2 > .wrap > .busi_con_2 > .word > div {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 80px 0 0 70px;
}
@media (max-width: 1024px) {
  .tab-content > .busi_2 > .wrap > .busi_con_2 > .word > div {
    width: 100%;
    padding: 20px;
  }
}
.tab-content > .busi_2 > .wrap > .busi_con_2 > .word > div > h2 {
  font-size: 25px;
  font-weight: 600;
  color: white;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .tab-content > .busi_2 > .wrap > .busi_con_2 > .word > div > h2 {
    font-size: 18px;
  }
}
.tab-content > .busi_2 > .wrap > .busi_con_2 > .word > div > h3 {
  font-size: 18px;
  font-weight: 500;
  color: white;
  line-height: 1.5;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .tab-content > .busi_2 > .wrap > .busi_con_2 > .word > div > h3 {
    font-size: 14px;
  }
}
.tab-content > .busi_2 > .wrap > .busi_con_2 > .word > .left {
  background-color: #7FD5DA;
}
.tab-content > .busi_2 > .wrap > .busi_con_2 > .word > .right {
  background-color: #94C5FF;
}
.tab-content > .busi_2 > .wrap > .busi_con_3 {
  flex-direction: column;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .tab-content > .busi_2 > .wrap > .busi_con_3 {
    margin-bottom: 40px;
  }
}
.tab-content > .busi_2 > .wrap > .busi_con_3 > .tit {
  width: 100%;
  margin-bottom: 45px;
}
.tab-content > .busi_2 > .wrap > .busi_con_3 > .tit > h2 {
  width: 200px;
  padding: 11px 48px;
  font-size: 18px;
  color: white;
  background-color: #1B8097;
}
@media (max-width: 1024px) {
  .tab-content > .busi_2 > .wrap > .busi_con_3 > .tit > h2 {
    font-size: 16px;
  }
}
.tab-content > .busi_2 > .wrap > .busi_con_3 > .img_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
}
@media (max-width: 1024px) {
  .tab-content > .busi_2 > .wrap > .busi_con_3 > .img_box {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0 10px;
  }
}
.tab-content > .busi_2 > .wrap > .busi_con_3 > .img_box > .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tab-content > .busi_2 > .wrap > .busi_con_3 > .img_box > .box > img {
  width: 100%;
}
.tab-content > .busi_2 > .wrap > .busi_con_4 {
  flex-direction: column;
}
.tab-content > .busi_2 > .wrap > .busi_con_4 > .tit {
  width: 100%;
  margin-bottom: 30px;
}
.tab-content > .busi_2 > .wrap > .busi_con_4 > .tit > h2 {
  width: 275px;
  padding: 11px 48px;
  font-size: 18px;
  color: white;
  background-color: #1B8097;
}
@media (max-width: 1024px) {
  .tab-content > .busi_2 > .wrap > .busi_con_4 > .tit > h2 {
    font-size: 16px;
  }
}
.tab-content > .busi_2 > .wrap > .busi_con_4 > .img_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
@media (max-width: 1024px) {
  .tab-content > .busi_2 > .wrap > .busi_con_4 > .img_box {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 0 10px;
  }
}
.tab-content > .busi_2 > .wrap > .busi_con_4 > .img_box > .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .tab-content > .busi_2 > .wrap > .busi_con_4 > .img_box > .box > img {
    width: 100%;
  }
}

.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;
}/*# sourceMappingURL=sub.css.map */