.sub_vis {
  width: 100%;
  height: 622px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 33px;
  background-position: center;
  background-size: cover;
  margin-bottom: 100px;
  padding-top: 70px;
}
@media (max-width: 1024px) {
  .sub_vis {
    height: 400px;
    padding: 0 20px 20px 20px;
    margin-bottom: 40px;
    margin-top: 0;
    justify-content: center;
  }
}
.sub_vis > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 75px;
}
@media (max-width: 1024px) {
  .sub_vis > .tit {
    margin-bottom: 20px;
  }
}
.sub_vis > .tit > h2 {
  font-size: 70px;
  font-weight: 700;
  color: white;
  margin-bottom: 60px;
  font-family: "KBO-Dia-Gothic_bold";
}
@media (max-width: 1024px) {
  .sub_vis > .tit > h2 {
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.sub_vis > .tit > nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
@media (max-width: 1024px) {
  .sub_vis > .tit > nav {
    gap: 10px;
  }
}
.sub_vis > .tit > nav > h2 {
  color: white;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .sub_vis > .tit > nav > h2 {
    font-size: 15px;
  }
}
.sub_vis > .company_tab {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub_vis > .company_tab > ul {
  width: 100%;
  max-width: 1080px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 58px;
  background-color: rgba(255, 255, 255, 0.1725490196);
}
@media (max-width: 1024px) {
  .sub_vis > .company_tab > ul {
    flex-direction: column;
    padding: 20px 0;
    height: auto;
    gap: 10px;
  }
}
.sub_vis > .company_tab > ul > li {
  width: 206px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 39px;
  font-size: 25px;
  font-weight: 600;
  color: white;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.1647058824);
  cursor: pointer;
}
@media (max-width: 1024px) {
  .sub_vis > .company_tab > ul > li {
    width: 60%;
    font-size: 18px;
    padding: 0 20px;
    height: 35px;
  }
}
.sub_vis > .company_tab > ul > li.active {
  color: #fff;
  background-color: #014EFE;
}
.sub_vis > .busi_tab > ul {
  max-width: 1360px;
}
.sub_vis > .busi_tab > ul > li {
  width: auto;
  padding: 0 55px;
}
@media (max-width: 1024px) {
  .sub_vis > .busi_tab > ul > li {
    padding: 0 20px;
  }
}

.sub_vis_1 {
  padding-top: 170px;
}
@media (max-width: 1024px) {
  .sub_vis_1 {
    padding-top: 70px;
  }
}

.com {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.com > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 55px;
  text-align: center;
}
@media (max-width: 1024px) {
  .com > .tit {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.com > .tit > h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .com > .tit > h2 {
    font-size: 25px;
  }
}
.com > .tit > h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .com > .tit > h3 {
    font-size: 15px;
    word-break: keep-all;
  }
}

.com_1 {
  margin-bottom: 185px;
}
@media (max-width: 1024px) {
  .com_1 {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.com_1 > .word {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 33px;
}
@media (max-width: 1024px) {
  .com_1 > .word {
    gap: 20px;
  }
}
.com_1 > .word > h2 {
  font-family: "KBO-Dia-Gothic_bold";
  font-size: 27px;
  font-weight: 500;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .com_1 > .word > h2 {
    font-size: 18px;
  }
}

.com_2 {
  overflow: hidden;
  margin-bottom: 150px;
}
@media (max-width: 1024px) {
  .com_2 {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.com_2 > .word {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  .com_2 > .word {
    margin-bottom: 40px;
    flex-direction: column;
  }
}
.com_2 > .word > div {
  width: 100%;
  max-width: 550px;
  height: 82px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  border-radius: 12px;
  background-color: #F3F3F3;
}
@media (max-width: 1024px) {
  .com_2 > .word > div {
    padding: 20px 0 20px 20px;
  }
}
.com_2 > .word > div > .img_box {
  width: 68px;
  height: 68px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 43px;
  border-radius: 500px;
  background-color: #467BF5;
}
@media (max-width: 1024px) {
  .com_2 > .word > div > .img_box {
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .com_2 > .word > div > .img_box > img {
    width: 60%;
  }
}
.com_2 > .word > div > h2 {
  font-size: 20px;
  font-weight: 500;
  margin-right: 83px;
}
@media (max-width: 1024px) {
  .com_2 > .word > div > h2 {
    font-size: 15px;
    width: 100px;
    margin-right: 0;
  }
}
.com_2 > .word > div > h3 {
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .com_2 > .word > div > h3 {
    font-size: 18px;
  }
}
.com_2 > .word_2 {
  width: 100%;
  max-width: 1250px;
  height: 250px;
  border-radius: 12px;
  border: 4px solid #D3D4D6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1024px) {
  .com_2 > .word_2 {
    height: auto;
    padding: 20px;
  }
}
.com_2 > .word_2 > h2 {
  font-size: 27px;
  font-weight: 600;
  line-height: 1.5;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .com_2 > .word_2 > h2 {
    font-size: 18px;
  }
}
.com_2 > .word_2 > h2 > span {
  color: #014EFE;
}

.com_3 {
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .com_3 {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.com_3 > .word {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 47px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .com_3 > .word {
    gap: 20px;
    margin-bottom: 40px;
  }
}
.com_3 > .word > h2 {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .com_3 > .word > h2 {
    font-size: 20px;
  }
}
.com_3 > .word > h3 {
  font-size: 25px;
  font-weight: 500;
  color: #555555;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .com_3 > .word > h3 > br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .com_3 > .word > h3 {
    font-size: 18px;
  }
}
.com_3 > .word > h4 {
  font-size: 27px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .com_3 > .word > h4 {
    font-size: 19px;
  }
}
.com_3 > .word_2 {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .com_3 > .word_2 > img {
    display: none;
  }
}
.com_3 > .word_2 > .img_box {
  display: none;
}
@media (max-width: 1024px) {
  .com_3 > .word_2 > .img_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.com_3 > .word_2 > .img_box > img {
  width: 80%;
}

.com_4 {
  margin-bottom: 140px;
  background-color: rgba(217, 219, 220, 0.2549019608);
  padding: 88px 0;
}
@media (max-width: 1024px) {
  .com_4 {
    margin-bottom: 40px;
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .com_4 > .word > img {
    width: 100%;
  }
}

.com_5 {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .com_5 {
    margin-bottom: 40px;
  }
}
.com_5 > .word {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 1024px) {
  .com_5 > .word {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
}
.com_5 > .word > .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 353px;
  gap: 67px;
}
@media (max-width: 1024px) {
  .com_5 > .word > .box {
    gap: 20px;
    height: auto;
  }
}
.com_5 > .word > .box > .top {
  width: 100%;
  max-width: 370%;
  height: 430px;
}
@media (max-width: 1024px) {
  .com_5 > .word > .box > .top {
    height: auto;
  }
}
.com_5 > .word > .box > .top > img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .com_5 > .word > .box > .top > img {
    width: 100%;
  }
}
.com_5 > .word > .box > .bot {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.com_5 > .word > .box > .bot > h2 {
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .com_5 > .word > .box > .bot > h2 {
    font-size: 20px;
  }
}
.com_5 > .word > .box > .bot > h4 {
  font-size: 18px;
  color: #888888;
}
@media (max-width: 1024px) {
  .com_5 > .word > .box > .bot > h4 {
    font-size: 16px;
  }
}
.com_5 > .word > .box > .bot > h3 {
  font-size: 16px;
  color: #888888;
}
@media (max-width: 1024px) {
  .com_5 > .word > .box > .bot > h3 {
    font-size: 14px;
  }
}

.busi_1 {
  margin-bottom: 167px;
}
@media (max-width: 1024px) {
  .busi_1 {
    margin-bottom: 40px;
  }
}
.busi_1 > .word {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 47px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .busi_1 > .word {
    gap: 20px;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 20px;
  }
}
.busi_1 > .word > h2 {
  font-size: 27px;
  font-weight: 700;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .busi_1 > .word > h2 {
    font-size: 18px;
  }
}
.busi_1 > .word > h3 {
  font-size: 30px;
  font-weight: 400;
  color: #555555;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .busi_1 > .word > h3 > br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .busi_1 > .word > h3 {
    font-size: 17px;
  }
}
.busi_1 > .word > h3 > span {
  color: #467BF5;
  font-weight: 800;
}
.busi_1 > .word > h4 {
  font-size: 27px;
  font-weight: 500;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .busi_1 > .word > h4 {
    font-size: 18px;
  }
}
.busi_1 > .word_2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 115px;
}
@media (max-width: 1024px) {
  .busi_1 > .word_2 > img {
    display: none;
  }
}
@media (max-width: 1024px) {
  .busi_1 > .word_2 {
    gap: 40px;
  }
}
.busi_1 > .word_2 > .bot {
  display: none;
}
@media (max-width: 1024px) {
  .busi_1 > .word_2 > .bot {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 0 20px;
  }
}
.busi_1 > .word_2 > .bot > .img_box {
  display: none;
}
@media (max-width: 1024px) {
  .busi_1 > .word_2 > .bot > .img_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.busi_1 > .word_2 > .bot > .img_box > img {
  width: 80%;
}
.busi_1 > .word_2 > .bot > .word {
  background-color: #014EFE;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
  text-align: center;
  border-radius: 500px;
  height: 105px;
}
.busi_1 > .word_2 > .bot > .word > h2 {
  word-break: keep-all;
  font-size: 15px;
  color: white;
}
.busi_1 > .word_2 > .bot > .word > h2 > span {
  font-weight: 700;
}
.busi_1 > .word_2 > .bot > .word:nth-of-type(4) {
  background-color: #7FD5DA;
}
.busi_1 > .word_2 > .bot > .word:nth-of-type(6) {
  background-color: #94C5FF;
}

.pro_1 {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .pro_1 {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.pro_1 > .cont {
  width: 100%;
  max-width: 1520px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pro_1 > .cont > .line {
  width: 100%;
  max-width: 1244px;
  height: 6px;
  background-color: #000;
  margin-bottom: 68px;
}
@media (max-width: 1024px) {
  .pro_1 > .cont > .line {
    margin-bottom: 40px;
  }
}
.pro_1 > .cont > .info_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-items: center;
  gap: 28px;
  margin-bottom: 170px;
}
@media (max-width: 1024px) {
  .pro_1 > .cont > .info_box {
    gap: 20px;
    margin-bottom: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.pro_1 > .cont > .info_box > .box {
  width: 100%;
  max-width: 370px;
  height: 355px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2274509804);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 26px;
}
@media (max-width: 1024px) {
  .pro_1 > .cont > .info_box > .box {
    width: 140px;
    height: 250px;
    padding: 0 20px;
    align-items: center;
  }
}
.pro_1 > .cont > .info_box > .box > h2 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 60px;
  height: 68px;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .pro_1 > .cont > .info_box > .box > h2 {
    font-size: 18px;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: keep-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 58px;
  }
}
.pro_1 > .cont > .info_box > .box > h3 {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5215686275);
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .pro_1 > .cont > .info_box > .box > h3 {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.pro_1 > .cont > .info_box > .box > .img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .pro_1 > .cont > .info_box > .box > .img {
    padding: 0 10px;
    height: auto;
  }
}
.pro_1 > .cont > .info_box > .box > .img > img {
  width: 100%;
}
.pro_1 > .cont > .info_bot {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 147px;
}
@media (max-width: 1024px) {
  .pro_1 > .cont > .info_bot {
    margin-bottom: 40px;
  }
}
.pro_1 > .cont > .info_bot > .word {
  width: 100%;
  border-top: 1px solid #A49D9D;
  display: flex;
  align-items: center;
  padding: 52px 150px;
}
@media (max-width: 1024px) {
  .pro_1 > .cont > .info_bot > .word {
    padding: 20px;
    flex-direction: column;
    gap: 10px;
  }
}
.pro_1 > .cont > .info_bot > .word > h2 {
  width: 300px;
  margin-right: 30px;
  font-size: 25px;
  font-weight: 700;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1024px) {
  .pro_1 > .cont > .info_bot > .word > h2 {
    width: auto;
    margin-right: 0;
    font-size: 20px;
    text-align: center;
  }
}
.pro_1 > .cont > .info_bot > .word > h3 {
  font-size: 25px;
  width: 725px;
  font-weight: 700;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1024px) {
  .pro_1 > .cont > .info_bot > .word > h3 {
    font-size: 20px;
    width: auto;
    text-align: center;
  }
}
.pro_1 > .cont > .info_bot > .word > h4 {
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5254901961);
}
@media (max-width: 1024px) {
  .pro_1 > .cont > .info_bot > .word > h4 {
    font-size: 15px;
  }
}
.pro_1 > .cont > .info_bot > .word:nth-of-type(even) > h3 {
  color: #014EFE;
}
.pro_1 > .cont > .info_bot > .word:nth-last-child(1) {
  border-bottom: 1px solid #A49D9D;
}

.pro_2 {
  margin-bottom: 107px;
}
.pro_2 > .tit > h2 {
  margin-bottom: 18px;
  word-break: keep-all;
}
.pro_2 > .tit > h3 {
  font-size: 18px;
  color: #343434;
}
.pro_2 > .cont {
  width: 100%;
  max-width: 1244px;
  height: auto;
  margin-bottom: 100px;
}
.pro_2 > .cont > .line {
  width: 100%;
  height: 6px;
  background-color: #000;
}
.pro_2 > .cont > .word {
  width: 100%;
  padding: 20px 27px;
  height: auto;
  border-bottom: 1px solid;
  display: flex;
  align-items: flex-start;
}
.pro_2 > .cont > .word > .left {
  width: 230px;
}
@media (max-width: 1024px) {
  .pro_2 > .cont > .word > .left {
    width: 160px;
  }
}
.pro_2 > .cont > .word > .left > h2 {
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .pro_2 > .cont > .word > .left > h2 {
    font-size: 18px;
  }
}
.pro_2 > .cont > .word > .right {
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .pro_2 > .cont > .word > .right {
    width: 100%;
    margin-top: 0;
  }
}
.pro_2 > .cont > .word > .right > h2 {
  word-break: keep-all;
}
.pro_2 > .cont > .word > .right > h2 span {
  word-break: keep-all;
}
.pro_2 > a {
  width: 180px;
  height: 60px;
  border-radius: 18px;
  background-color: #014EFE;
  color: white;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tab-content_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .tab-content_1 {
    padding: 0 20px;
  }
}
.tab-content_1 > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 1024px) {
  .tab-content_1 > .tit {
    margin-bottom: 40px;
  }
}
.tab-content_1 > .tit > h2 {
  font-size: 25px;
  color: #555555;
  margin-bottom: 15px;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .tab-content_1 > .tit > h2 {
    font-size: 18px;
  }
}
.tab-content_1 > .tit > h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  gap: 18px;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .tab-content_1 > .tit > h3 {
    font-size: 25px;
    margin-bottom: 20px;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .tab-content_1 > .tit > h3 > img {
    width: 35%;
  }
}
.tab-content_1 > .tit > h4 {
  font-size: 27px;
  font-family: "KBO-Dia-Gothic_bold";
  margin-bottom: 26px;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .tab-content_1 > .tit > h4 {
    font-size: 19px;
    margin-bottom: 20px;
  }
}
.tab-content_1 > .tit > p {
  font-size: 18px;
  color: #787878;
  word-break: keep-all;
}

#company-content_1 {
  margin-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #company-content_1 {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
#company-content_1 > .word {
  width: 100%;
  max-width: 1256px;
  height: 217px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 80px;
  padding-right: 40px;
  background-color: #4671D4;
  border-radius: 20px 0 20px 0;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  #company-content_1 > .word {
    flex-direction: column;
    gap: 20px;
    height: auto;
    padding: 20px;
  }
}
#company-content_1 > .word > .left {
  width: 100px;
}
@media (max-width: 1024px) {
  #company-content_1 > .word > .left {
    width: auto;
  }
}
#company-content_1 > .word > .right {
  width: 100%;
  max-width: 1000px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 55px 0;
  border-radius: 20px 0 20px 0;
}
@media (max-width: 1024px) {
  #company-content_1 > .word > .right {
    padding: 20px;
  }
}
#company-content_1 > .word > .right > h2 {
  font-size: 28px;
  color: #555555;
  font-weight: 400;
}
@media (max-width: 1024px) {
  #company-content_1 > .word > .right > h2 {
    font-size: 18px;
    word-break: keep-all;
  }
}
#company-content_1 > .word:nth-of-type(3) {
  background-color: #72C1C5;
}
#company-content_1 > .word:nth-of-type(4) {
  background-color: #7EA7D8;
}

#greeting-content > .tit {
  margin-bottom: 131px;
}
@media (max-width: 1024px) {
  #greeting-content > .tit {
    margin-bottom: 70px;
  }
}
#greeting-content > .word {
  width: 100%;
  max-width: 1188px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#greeting-content > .word_1 {
  border: 3px solid #94C5FF;
  height: 123px;
  justify-content: center;
  position: relative;
  border-radius: 32px;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  #greeting-content > .word_1 {
    padding: 20px;
    height: auto;
  }
}
#greeting-content > .word_1 > h2 {
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  #greeting-content > .word_1 > h2 {
    font-size: 17px;
    word-break: keep-all;
    text-align: center;
  }
}
#greeting-content > .word_1 > .tit {
  position: absolute;
  top: -70%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 726px;
  height: 103px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 30px;
  background-color: #94C5FF;
  border-radius: 17px;
}
@media (max-width: 1024px) {
  #greeting-content > .word_1 > .tit {
    top: -57%;
    font-size: 19px;
    height: auto;
    padding: 20px;
    word-break: keep-all;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  #greeting-content > .word_1 > .tit > h2 {
    font-size: 13px;
  }
}
#greeting-content > .word_2 {
  width: 100%;
  gap: 26px;
}
@media (max-width: 1024px) {
  #greeting-content > .word_2 {
    gap: 40px;
  }
}
#greeting-content > .word_2 > .tit {
  width: 100%;
  max-width: 860px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  #greeting-content > .word_2 > .tit {
    flex-direction: column;
    gap: 20px;
  }
}
#greeting-content > .word_2 > .tit > h2 {
  font-size: 30px;
  font-weight: 800;
}
@media (max-width: 1024px) {
  #greeting-content > .word_2 > .tit > h2 {
    font-size: 20px;
  }
}
#greeting-content > .word_2 > .tit > h2:nth-of-type(1) {
  color: #6DB5B9;
}
#greeting-content > .word_2 > .tit > h2:nth-of-type(2) {
  color: #467BF5;
}
#greeting-content > .word_2 > .tit > img {
  display: none;
}
@media (max-width: 1024px) {
  #greeting-content > .word_2 > .tit > img {
    display: block;
    width: 20%;
    transform: rotatez(90deg);
  }
}
#greeting-content > .word_2 > .cont {
  width: 100%;
  height: 155px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  #greeting-content > .word_2 > .cont {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
    height: auto;
  }
}
#greeting-content > .word_2 > .cont > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
}
@media (max-width: 1024px) {
  #greeting-content > .word_2 > .cont > div {
    padding: 20px 0;
    height: 92px;
  }
}
#greeting-content > .word_2 > .cont > div > h2 {
  color: white;
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  #greeting-content > .word_2 > .cont > div > h2 {
    font-size: 18px;
  }
}
#greeting-content > .word_2 > .cont > .left {
  background-color: #7FD5DA;
  border-radius: 500px 0 0 500px;
}
@media (max-width: 1024px) {
  #greeting-content > .word_2 > .cont > .left {
    border-radius: 500px;
  }
}
#greeting-content > .word_2 > .cont > img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  #greeting-content > .word_2 > .cont > img {
    left: 40%;
    width: 20%;
    transform: rotatez(90deg);
    top: 33%;
  }
}
#greeting-content > .word_2 > .cont > .right {
  background-color: #94C5FF;
  border-radius: 0 500px 500px 0;
}
@media (max-width: 1024px) {
  #greeting-content > .word_2 > .cont > .right {
    border-radius: 500px;
  }
}
#greeting-content > img {
  margin: 47px 0 129px 0;
}
@media (max-width: 1024px) {
  #greeting-content > img {
    margin: 1px 0 100px 0;
  }
}
#greeting-content > .word_1_1 {
  height: auto;
  text-align: center;
  padding: 25px 0;
}
@media (max-width: 1024px) {
  #greeting-content > .word_1_1 {
    padding: 20px;
  }
}
#greeting-content > .word_1_1 > .tit {
  background-color: #467BF5;
  top: -42%;
}
@media (max-width: 1024px) {
  #greeting-content > .word_1_1 > .tit {
    top: -24%;
  }
}
#greeting-content > .word_2_1 {
  margin-bottom: 100px;
}
#greeting-content > .word_2_1 > .tit > h2 {
  font-size: 40px;
}
@media (max-width: 1024px) {
  #greeting-content > .word_2_1 > .tit > h2 {
    font-size: 25px;
  }
}
#greeting-content > .word_2_1 > .cont > div > h2 {
  font-size: 35px;
}
@media (max-width: 1024px) {
  #greeting-content > .word_2_1 > .cont > div > h2 {
    font-size: 25px;
  }
}
#greeting-content > .word_2_1 > .cont > .left {
  border-radius: 0;
  background-image: url(../img/3hc_left.png);
  background-color: transparent;
}
@media (max-width: 1024px) {
  #greeting-content > .word_2_1 > .cont > .left {
    background-image: url(../img/3hc_left_1.png);
  }
}
#greeting-content > .word_2_1 > .cont > .right {
  border-radius: 0;
  background-image: url(../img/3hc_right.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -118px;
}
@media (max-width: 1024px) {
  #greeting-content > .word_2_1 > .cont > .right {
    background-image: url(../img/3hc_right_1.png);
    background-position: center;
  }
}

#history-content > .word {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#history-content > .word > .tit {
  width: 100%;
  max-width: 912px;
  height: 129px;
  border: 3px solid #94C5FF;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#history-content > .word > .tit > h2 {
  font-size: 30px;
  font-weight: 700;
  color: #467BF5;
}
@media (max-width: 1024px) {
  #history-content > .word > .tit > h2 {
    font-size: 20px;
    text-align: center;
  }
}
#history-content > .word > .img_box_1 {
  margin-bottom: 134px;
}
@media (max-width: 1024px) {
  #history-content > .word > .img_box_1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  #history-content > .word > .img_box_1 > img {
    width: 100%;
  }
}
#history-content > .word > .img_box_2 {
  margin-bottom: 75px;
}
@media (max-width: 1024px) {
  #history-content > .word > .img_box_2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  #history-content > .word > .img_box_2 > img {
    width: 100%;
    display: none;
  }
}
#history-content > .word > .img_box_2 > .word_box {
  display: none;
}
@media (max-width: 1024px) {
  #history-content > .word > .img_box_2 > .word_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    gap: 20px;
  }
  #history-content > .word > .img_box_2 > .word_box > .word {
    background-color: #7FD5DA;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 30px 20px;
    border-radius: 500px;
  }
  #history-content > .word > .img_box_2 > .word_box > .word > h2 {
    font-size: 20px;
    font-weight: 600;
    word-break: keep-all;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.1921568627);
  }
  #history-content > .word > .img_box_2 > .word_box > .word > h3 {
    font-size: 18px;
    font-weight: 500;
    word-break: keep-all;
  }
  #history-content > .word > .img_box_2 > .word_box > .word:nth-last-child(1) {
    background-color: #467BF5;
  }
  #history-content > .word > .img_box_2 > .word_box > img {
    transform: rotateZ(90deg);
    width: 20%;
  }
}
#history-content > .word > .inwo {
  width: 100%;
  display: flex;
  justify-content: center;
}
#history-content > .word > .inwo > h2 {
  font-size: 35px;
  font-weight: 700;
  color: #545454;
  margin-bottom: 75px;
}
@media (max-width: 1024px) {
  #history-content > .word > .inwo > h2 {
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;
    word-break: keep-all;
  }
}
#history-content > .word > .img_box_3 {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  gap: 45px;
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  #history-content > .word > .img_box_3 {
    gap: 30px;
    margin-bottom: 100px;
    flex-direction: column;
  }
}
#history-content > .word > .img_box_3 > .box {
  width: 100%;
  max-width: 360px;
  height: 710px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #5986FA;
  border-radius: 100px 0 100px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3019607843);
}
@media (max-width: 1024px) {
  #history-content > .word > .img_box_3 > .box {
    height: auto;
    padding: 20px 0 40px 0;
    border-radius: 50px 0 50px 0;
  }
}
#history-content > .word > .img_box_3 > .box > h2 {
  font-size: 33px;
  font-weight: 600;
  color: white;
  margin: 40px 0 20px 40px;
}
@media (max-width: 1024px) {
  #history-content > .word > .img_box_3 > .box > h2 {
    font-size: 20px;
    margin: 0 0 20px 40px;
  }
}
#history-content > .word > .img_box_3 > .box > .word {
  width: 100%;
  height: 510px;
  border-radius: 100px 0 100px 0;
  background-color: #f0f0f0;
  border-top: 12px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  #history-content > .word > .img_box_3 > .box > .word {
    height: auto;
    padding: 20px;
    border-radius: 50px 0 50px 0;
  }
}
#history-content > .word > .img_box_3 > .box > .word > h2 {
  font-size: 30px;
  font-weight: 600;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1024px) {
  #history-content > .word > .img_box_3 > .box > .word > h2 {
    font-size: 18px;
  }
}
#history-content > .word > .img_box_3 > .box > .word > h2 > span {
  color: #467BF5;
}
#history-content > .word > .img_box_3 > .box:nth-of-type(2) {
  background-color: #A9E2DB;
}
#history-content > .word > .img_box_3 > .box:nth-of-type(3) {
  background-color: #465AED;
}

.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 */