@charset "UTF-8";
.sub_tit_box {
  width: auto;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .sub_tit_box {
    margin-bottom: 40px;
    padding: 40px 20px 0 20px;
  }
}
.sub_tit_box > h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .sub_tit_box > h2 {
    font-size: 25px;
  }
}
.sub_tit_box > p {
  width: 0.5px;
  height: 53px;
  background-color: rgba(177, 177, 177, 0.5254901961);
  margin-bottom: 50px;
}
.sub_tit_box > h3 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Pretendard Variable";
  text-align: center;
}
@media (max-width: 768px) {
  .sub_tit_box > h3 {
    font-size: 15px;
    word-break: keep-all;
  }
}

.sub_vis {
  width: 100%;
  background-image: url(../img/sub_1.png);
  background-position: center;
  background-size: cover;
  height: 435px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .sub_vis {
    height: 250px;
  }
}
.sub_vis > h2 {
  color: #000;
  font-weight: 700;
  font-size: 70px;
  font-family: "NanumSquare";
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .sub_vis > h2 {
    font-size: 25px;
  }
}
.sub_vis > p {
  font-size: 28px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .sub_vis > p {
    font-size: 17px;
  }
}

.sub_pro {
  background-image: url(../img/pro_sub.png);
  background-color: rgba(0, 0, 0, 0.3490196078);
  background-blend-mode: multiply;
}
.sub_pro > h2 {
  color: white;
}
.sub_pro > p {
  color: white;
}

.sub_inq {
  background-image: url(../img/inq.png);
  background-color: rgba(0, 0, 0, 0.3490196078);
  background-blend-mode: multiply;
}
.sub_inq > h2 {
  color: white;
}
.sub_inq > p {
  color: white;
}

.sub_new {
  background-image: url(../img/new_back.png);
}

.sub_magic {
  background-image: url(../img/magic_back.png);
}
.sub_magic > h2 {
  color: #000;
}
.sub_magic > p {
  color: #000;
}

.sub_ex {
  background-image: url(../img/ex_back.png);
}
.sub_ex > h2 {
  color: white;
}
.sub_ex > p {
  color: white;
}

.tab-menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
}
.tab-menu .tabs {
  list-style: none;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 830px;
  padding: 28px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .tab-menu .tabs {
    padding: 10px 20px;
    margin: 20px;
    width: 90%;
  }
}
.tab-menu .tabs .tab {
  width: 100%;
  max-width: 230px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  font-size: 25px;
  color: #4A4A4A;
  margin-right: 15px;
  font-weight: 700;
  font-family: "NanumSquare";
}
@media (max-width: 768px) {
  .tab-menu .tabs .tab {
    font-size: 15px;
    height: 40px;
  }
}
.tab-menu .tabs .tab.active {
  background-color: #828282;
  color: white;
  border-radius: 5px;
}
.tab-menu .tab-content {
  padding-top: 100px;
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .tab-menu .tab-content {
    margin-bottom: 40px;
    padding-top: 40px;
  }
}
.tab-menu .tab-content.active {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab-menu .tab-content .tit_box {
  display: inline-block;
  width: auto;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .tab-menu .tab-content .tit_box {
    margin-bottom: 40px;
  }
}
.tab-menu .tab-content .tit_box > h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .tab-menu .tab-content .tit_box > h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.tab-menu .tab-content .tit_box > p {
  width: 0.5px;
  height: 53px;
  background-color: rgba(177, 177, 177, 0.5254901961);
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .tab-menu .tab-content .tit_box > p {
    margin-bottom: 20px;
  }
}
.tab-menu .tab-content .tit_box > h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Pretendard Variable";
}
@media (max-width: 768px) {
  .tab-menu .tab-content .tit_box > h3 {
    font-size: 15px;
    word-break: keep-all;
    text-align: center;
  }
}
.tab-menu .tab-content .greet_box {
  display: flex;
  gap: 110px;
  align-items: center;
  justify-content: center;
  background-image: url(../img/greet_back.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 1060px;
}
@media (max-width: 1024px) {
  .tab-menu .tab-content .greet_box {
    flex-direction: column-reverse;
    gap: 40px;
    padding: 0 20px;
  }
}
.tab-menu .tab-content .greet_box > .left > img {
  width: 100%;
  max-width: 710px;
  height: 770px;
}
.tab-menu .tab-content .greet_box > .right {
  font-family: "Pretendard Variable";
}
.tab-menu .tab-content .greet_box > .right > h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .tab-menu .tab-content .greet_box > .right > h2 {
    font-size: 15px;
  }
}
.tab-menu .tab-content .greet_box > .right > p {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
  margin-bottom: 30px;
}
.tab-menu .tab-content .greet_box > .right > p > span {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .tab-menu .tab-content .greet_box > .right > p {
    font-size: 14px;
    word-break: keep-all;
  }
}
.tab-menu .tab-content .greet_box > .right > h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.tab-menu .tab-content > .img_box {
  width: 100%;
  max-width: 1280px;
}
.tab-menu .tab-content > .img_box > img {
  width: 100%;
  margin-bottom: 130px;
}
.tab-menu .tab-content .map_box {
  width: 100%;
  max-width: 1520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .tab-menu .tab-content .map_box {
    margin-bottom: 40px;
  }
}
.tab-menu .tab-content .map_box > .top {
  width: 100%;
  margin-bottom: 30px;
}
.tab-menu .tab-content .map_box > .top iframe {
  width: 100%;
  height: 517px;
}
@media (max-width: 768px) {
  .tab-menu .tab-content .map_box > .top iframe {
    height: 300px;
  }
}
.tab-menu .tab-content .map_box > .bottom {
  width: 100%;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F1F1F1;
  gap: 40px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .tab-menu .tab-content .map_box > .bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .tab-menu .tab-content .map_box > .bottom {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px;
  }
}
.tab-menu .tab-content .map_box > .bottom .info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.tab-menu .tab-content .map_box > .bottom .info > .right > h2 {
  font-size: 23px;
  font-weight: 500;
  font-family: "Pretendard Variable";
}
@media (max-width: 768px) {
  .tab-menu .tab-content .map_box > .bottom .info > .right > h2 {
    font-size: 16px;
    word-break: keep-all;
  }
}
.tab-menu .tab-content .map_box > .bottom > p {
  width: 0.5px;
  height: 37px;
  background-color: rgba(177, 177, 177, 0.6039215686);
}
@media (max-width: 768px) {
  .tab-menu .tab-content .map_box > .bottom > p {
    display: none;
  }
}
.tab-menu .tab-content .map_box > .bottom_2 {
  width: 100%;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F1F1F1;
}
.tab-menu .tab-content .map_box > .bottom_2 > div {
  max-width: 1210px;
}
.tab-menu .tab-content .map_box > .bottom_2 > .top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .tab-menu .tab-content .map_box > .bottom_2 > .top {
    padding: 0 20px;
  }
}
.tab-menu .tab-content .map_box > .bottom_2 > .top > .left > img {
  width: 45px;
  height: 45px;
}
.tab-menu .tab-content .map_box > .bottom_2 > .top > .right {
  display: flex;
  flex-direction: column;
}
.tab-menu .tab-content .map_box > .bottom_2 > .top > .right > h2 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .tab-menu .tab-content .map_box > .bottom_2 > .top > .right > h2 {
    font-size: 18px;
    word-break: keep-all;
  }
}
.tab-menu .tab-content .map_box > .bottom_2 > .top > .right > h3 {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .tab-menu .tab-content .map_box > .bottom_2 > .top > .right > h3 {
    font-size: 14px;
    word-break: keep-all;
  }
}
.tab-menu .tab-content .map_box > .bottom_2 > .top > .right > h3 > span {
  font-weight: 700;
}
.tab-menu .tab-content .map_box > .bottom_2 > .top > .right > h3 > br {
  display: none;
}
@media (max-width: 1024px) {
  .tab-menu .tab-content .map_box > .bottom_2 > .top > .right > h3 > br {
    display: block;
  }
}
.tab-menu .tab-content .map_box > .bottom_2 > .bot {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1024px) {
  .tab-menu .tab-content .map_box > .bottom_2 > .bot {
    padding: 0 20px;
  }
}
.tab-menu .tab-content .map_box > .bottom_2 > .bot > .left > img {
  width: 45px;
  height: 45px;
}
.tab-menu .tab-content .map_box > .bottom_2 > .bot > .right {
  display: flex;
  flex-direction: column;
}
.tab-menu .tab-content .map_box > .bottom_2 > .bot > .right > h2 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .tab-menu .tab-content .map_box > .bottom_2 > .bot > .right > h2 {
    font-size: 18px;
    word-break: keep-all;
  }
}
.tab-menu .tab-content .map_box > .bottom_2 > .bot > .right > h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .tab-menu .tab-content .map_box > .bottom_2 > .bot > .right > h3 {
    font-size: 14px;
    word-break: keep-all;
  }
}

.int {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.int .pro_wrap {
  display: flex;
  width: 100%;
  max-width: 1520px;
  gap: 65px;
  margin-bottom: 112px;
}
@media (max-width: 1400px) {
  .int .pro_wrap {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
    padding: 20px;
  }
}
.int .pro_wrap > .left {
  width: 100%;
  max-width: 530px;
  height: 580px;
  padding: 70px;
  border: 1px solid #D6D6D6;
}
@media (max-width: 768px) {
  .int .pro_wrap > .left {
    height: auto;
    padding: 20px;
  }
}
.int .pro_wrap > .left > img {
  width: 100%;
  max-width: 388px;
  height: 416px;
}
@media (max-width: 768px) {
  .int .pro_wrap > .left > img {
    height: auto;
  }
}
.int .pro_wrap > .right {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .int .pro_wrap > .right {
    padding: 20px;
  }
}
.int .pro_wrap > .right > h2 {
  font-size: 25px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4431372549);
  font-family: "NanumSquare";
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .int .pro_wrap > .right > h2 {
    font-size: 18px;
  }
}
.int .pro_wrap > .right > h3 {
  font-size: 35px;
  font-weight: 800;
  font-family: "NanumSquare";
}
@media (max-width: 768px) {
  .int .pro_wrap > .right > h3 {
    font-size: 23px;
  }
}
.int .pro_wrap > .right > h4 {
  width: 0.5px;
  height: 30px;
  background-color: rgba(112, 112, 112, 0.5411764706);
  margin: 25px 0;
}
.int .pro_wrap > .right .word_box {
  width: 890px;
  height: 330px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .int .pro_wrap > .right .word_box {
    width: 100%;
  }
}
.int .pro_wrap > .right .word_box > p {
  font-size: 18px;
  font-family: "Pretendard Variable";
  line-height: 1.8;
  word-break: keep-all;
  height: auto;
}
@media (max-width: 768px) {
  .int .pro_wrap > .right .word_box > p {
    font-size: 15px;
    word-break: keep-all;
  }
}
.int .pro_wrap > .right .go_btn > a {
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #3162D6;
  color: white;
  font-family: "NanumSquare";
  transition: 0.3s;
}
@media (max-width: 768px) {
  .int .pro_wrap > .right .go_btn > a {
    font-size: 16px;
  }
}
.int .pro_wrap > .right .go_btn a:hover {
  background-color: #1444b3;
  transition: 0.3s;
}
.int .new_wrap {
  width: 100%;
  max-width: 1520px;
  margin-bottom: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .int .new_wrap {
    margin-bottom: 40px;
  }
}
.int .new_wrap > .all_top {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.int .new_wrap > .all_top > .top {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .int .new_wrap > .all_top > .top {
    gap: 20px;
    padding: 0 20px;
  }
}
.int .new_wrap > .all_top > .top > h2 {
  font-family: "Nanum Myeongjo", serif;
  width: 50%;
  font-size: 55px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .int .new_wrap > .all_top > .top > h2 {
    font-size: 23px;
    width: 103%;
  }
}
.int .new_wrap > .all_top > .top > h3 {
  width: 100%;
  height: 0.5px;
  background-color: rgba(204, 204, 204, 0.3215686275);
}
@media (max-width: 1024px) {
  .int .new_wrap > .all_top > .top > h3 {
    width: 73%;
  }
}
.int .new_wrap > .all_top > .bot {
  width: 100%;
  display: flex;
  gap: 30px;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .int .new_wrap > .all_top > .bot {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
  }
}
.int .new_wrap > .all_top > .bot > .left {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 1024px) {
  .int .new_wrap > .all_top > .bot > .left {
    justify-content: center;
  }
}
.int .new_wrap > .all_top > .bot > .left > img {
  width: 100%;
  max-width: 473px;
  height: 520px;
}
@media (max-width: 1024px) {
  .int .new_wrap > .all_top > .bot > .left > img {
    width: 40%;
    height: 200px;
  }
}
.int .new_wrap > .all_top > .bot > .right {
  width: 100%;
}
@media (max-width: 1024px) {
  .int .new_wrap > .all_top > .bot > .right {
    width: auto;
  }
}
.int .new_wrap > .all_top > .bot > .right > h2 {
  font-size: 18px;
  font-weight: 400;
  text-align: right;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .int .new_wrap > .all_top > .bot > .right > h2 {
    text-align: left;
    font-size: 12px;
  }
}
.int .new_wrap > .all_top > .bot > .right > h2 > span {
  font-weight: 700;
}
.int .new_wrap > .sub_banner {
  width: 100%;
  max-width: 1520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 310px;
  background-image: url(../img/sub_ban_1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 74px;
  text-align: center;
}
@media (max-width: 1024px) {
  .int .new_wrap > .sub_banner {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.int .new_wrap > .sub_banner > h2 {
  font-size: 30px;
  color: white;
  font-weight: 700;
  margin-bottom: 25px;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .int .new_wrap > .sub_banner > h2 {
    font-size: 22px;
  }
}
.int .new_wrap > .sub_banner > h3 {
  font-size: 18px;
  font-weight: 300;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .int .new_wrap > .sub_banner > h3 {
    font-size: 13px;
  }
}
.int .new_wrap > .sub_banner_magic {
  background-image: url(../img/sub_ban_2.png);
  text-align: center;
}
.int .new_wrap > .sub_banner_magic > h2, .int .new_wrap > .sub_banner_magic h3 {
  color: #000;
}
.int .new_wrap > .sub_banner_magic_2 {
  background-image: url(../img/sub_ban_3.png);
  text-align: center;
}
.int .new_wrap > .sub_banner_magic_2 > h2, .int .new_wrap > .sub_banner_magic_2 h3 {
  color: #000;
}
.int .new_wrap > .pro_d_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  gap: 50px;
  margin-bottom: 116px;
  width: 100%;
  max-width: 1200px;
}
@media (max-width: 1024px) {
  .int .new_wrap > .pro_d_box {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.int .new_wrap > .pro_d_box > .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FBF9F9;
  padding: 63px 0 33px 0;
}
@media (max-width: 1024px) {
  .int .new_wrap > .pro_d_box > .box {
    padding: 20px;
  }
}
.int .new_wrap > .pro_d_box > .box > img {
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .int .new_wrap > .pro_d_box > .box > img {
    width: 100%;
  }
}
.int .new_wrap > .pro_d_box > .box > h2 {
  margin-bottom: 33px;
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .int .new_wrap > .pro_d_box > .box > h2 {
    font-size: 19px;
    text-align: center;
  }
}
.int .new_wrap > .pro_d_box > .box > a {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .int .new_wrap > .pro_d_box > .box > a {
    font-size: 14px;
  }
}
.int .new_wrap > .file_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.int .new_wrap > .file_box > .top_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .int .new_wrap > .file_box > .top_wrap {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 20px;
  }
}
.int .new_wrap > .file_box > .top_wrap > .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 120px;
  min-height: 310px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .int .new_wrap > .file_box > .top_wrap > .box {
    margin-bottom: 40px;
  }
}
.int .new_wrap > .file_box > .top_wrap > .box > img {
  width: 100%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .int .new_wrap > .file_box > .top_wrap > .box > img {
    width: 50%;
  }
}
.int .new_wrap > .file_box > .top_wrap > .box > .bot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  background-color: #F3F3F3;
}
.int .new_wrap > .file_box > .top_wrap > .box > .bot > h2 {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .int .new_wrap > .file_box > .top_wrap > .box > .bot > h2 {
    font-size: 18px;
  }
}
.int .new_wrap > .file_box > .bot_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}
@media (max-width: 1024px) {
  .int .new_wrap > .file_box > .bot_wrap {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 20px;
  }
}
.int .new_wrap > .file_box > .bot_wrap > .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 120px;
  min-height: 310px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .int .new_wrap > .file_box > .bot_wrap > .box {
    margin-bottom: 40px;
  }
}
.int .new_wrap > .file_box > .bot_wrap > .box > img {
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .int .new_wrap > .file_box > .bot_wrap > .box > img {
    width: 50%;
  }
}
.int .new_wrap > .file_box > .bot_wrap > .box > .bot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  background-color: #F3F3F3;
}
.int .new_wrap > .file_box > .bot_wrap > .box > .bot > h2 {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .int .new_wrap > .file_box > .bot_wrap > .box > .bot > h2 {
    font-size: 18px;
  }
}
.int .new_wrap > .magic_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  gap: 30px;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .int .new_wrap > .magic_box {
    margin-bottom: 40px;
  }
}
.int .new_wrap > .magic_box > .box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 95px;
  height: 270px;
  border-bottom: 0.5px solid rgba(204, 204, 204, 0.2039215686);
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .int .new_wrap > .magic_box > .box {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    gap: 40px;
    padding: 0 20px 30px 20px;
  }
}
.int .new_wrap > .magic_box > .box > .left {
  width: 100%;
  max-width: 535px;
}
@media (max-width: 1024px) {
  .int .new_wrap > .magic_box > .box > .left > img {
    width: 100%;
  }
}
.int .new_wrap > .magic_box > .box > .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
.int .new_wrap > .magic_box > .box > .right > .top {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .int .new_wrap > .magic_box > .box > .right > .top {
    margin-bottom: 20px;
  }
}
.int .new_wrap > .magic_box > .box > .right > .top > h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 25px;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .int .new_wrap > .magic_box > .box > .right > .top > h2 {
    font-size: 17px;
  }
}
.int .new_wrap > .magic_box > .box > .right > .top > h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .int .new_wrap > .magic_box > .box > .right > .top > h3 {
    font-size: 13px;
  }
}
.int .new_wrap > .magic_box > .box > .right > .bot {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.int .new_wrap > .magic_box > .box > .right > .bot > h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .int .new_wrap > .magic_box > .box > .right > .bot > h2 {
    font-size: 14px;
  }
}
.int .new_wrap > .magic_box > .box > .right > .bot > h3 {
  font-size: 16px;
  font-weight: 500;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .int .new_wrap > .magic_box > .box > .right > .bot > h3 {
    font-size: 12px;
  }
}
.int .new_wrap > .mag_img {
  padding-bottom: 110px;
  border-bottom: 0.5px solid rgba(204, 204, 204, 0.2039215686);
  margin-bottom: 110px;
}
@media (max-width: 1024px) {
  .int .new_wrap > .mag_img {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .int .new_wrap > .mag_img > img {
    width: 100%;
  }
}
.int .new_wrap > .last_bot {
  display: flex;
  align-items: center;
  gap: 135px;
}
@media (max-width: 1024px) {
  .int .new_wrap > .last_bot {
    flex-direction: column;
    gap: 40px;
  }
}
.int .new_wrap > .last_bot > .left {
  width: 100%;
  max-width: 401px;
}
@media (max-width: 1024px) {
  .int .new_wrap > .last_bot > .left > img {
    width: 100%;
  }
}
.int .new_wrap > .last_bot > .right {
  background-color: #FBF9F9;
  display: flex;
  flex-direction: column;
  padding: 65px;
}
@media (max-width: 1024px) {
  .int .new_wrap > .last_bot > .right {
    padding: 20px;
  }
}
.int .new_wrap > .last_bot > .right > h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .int .new_wrap > .last_bot > .right > h2 {
    word-break: keep-all;
    font-size: 20px;
  }
}
.int .new_wrap > .last_bot > .right > h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .int .new_wrap > .last_bot > .right > h3 {
    font-size: 11px;
  }
}

.form-container {
  width: 100%;
  max-width: 920px;
  margin: 50px auto;
  padding: 75px 100px;
  border: 1px solid rgba(201, 201, 201, 0.2862745098);
}
@media (max-width: 768px) {
  .form-container {
    padding: 20px;
  }
}
.form-container > .tit {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .form-container > .tit {
    margin-bottom: 40px;
  }
}
.form-container > .tit > h2 {
  font-size: 25px;
  font-weight: 600;
  font-family: "Pretendard Variable";
}
@media (max-width: 768px) {
  .form-container > .tit > h2 {
    font-size: 18px;
  }
}

#onlineFrm {
  display: flex;
  flex-wrap: wrap;
}
#onlineFrm .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}
#onlineFrm .form-group label {
  width: 150px; /* 고정된 라벨 너비 */
  font-weight: bold;
  font-size: 20px;
  font-weight: 500;
  font-family: "Pretendard Variable";
}
@media (max-width: 768px) {
  #onlineFrm .form-group label {
    font-size: 15px;
    width: 100px;
  }
}
#onlineFrm .form-group input, #onlineFrm .form-group textarea {
  width: calc(100% - 150px + 30px); /* 입력 필드의 너비 계산 */
  padding: 5px;
  border: none;
  border-bottom: 1px solid rgba(201, 201, 201, 0.2862745098);
}
#onlineFrm .form-group textarea {
  border: 1px solid rgba(201, 201, 201, 0.2862745098);
  border-top: none;
  border-left: none;
  border-right: none;
}
#onlineFrm .form-group.full-width {
  display: flex;
  align-items: center;
}
#onlineFrm .form-group.full-width span {
  color: red;
}
#onlineFrm .form-group.full-width label {
  width: 150px; /* 다른 필드와 동일한 라벨 크기 */
  font-weight: bold;
}
@media (max-width: 768px) {
  #onlineFrm .form-group.full-width label {
    width: 100px;
  }
}
#onlineFrm .form-group.full-width input, #onlineFrm .form-group.full-width textarea {
  width: calc(100% - 150px + 30px); /* 다른 필드와 동일하게 너비 설정 */
  padding: 5px;
}
#onlineFrm .form-group.agree {
  justify-content: center; /* 중앙 정렬 */
}
#onlineFrm .form-group.agree input[type=checkbox] {
  margin-left: 15px;
  width: auto; /* 체크박스 크기 조정 */
}
#onlineFrm .form-group.agree label {
  width: auto; /* 체크박스 옆에 텍스트 */
  font-weight: normal;
}
#onlineFrm .form-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  width: 100%;
  margin-top: 20px;
}
#onlineFrm .form-buttons button {
  padding: 20px 70px;
  border: none;
  background-color: #2C38A8;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #onlineFrm .form-buttons button {
    padding: 10px;
    font-size: 15px;
  }
}
#onlineFrm .form-buttons button:hover {
  background-color: #232e91;
}
#onlineFrm .form-buttons button:last-child {
  background-color: #C1C1C1;
}
#onlineFrm .form-buttons button:last-child:hover {
  background-color: #9b9b9b;
}/*# sourceMappingURL=sub.css.map */