@charset "UTF-8";
.sub_vis {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 884px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  margin-top: 94px;
}
@media (max-width: 1024px) {
  .sub_vis {
    height: 370px;
    margin-top: 0;
  }
}
.sub_vis > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD, Georgia, serif;
}
@media (max-width: 1024px) {
  .sub_vis > .tit {
    text-align: center;
  }
}
.sub_vis > .tit > h2 {
  font-size: 35px;
  font-weight: 700;
  color: #A77943;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .sub_vis > .tit > h2 {
    font-size: 20px;
  }
}
.sub_vis > .tit > h3 {
  font-size: 100px;
  font-weight: 400;
  color: #52330F;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .sub_vis > .tit > h3 {
    font-size: 40px;
  }
}
.sub_vis > .tit > p {
  width: 47px;
  height: 1px;
  background-color: #52330F;
  margin: 25px 0;
}
.sub_vis > .tit > h4 {
  font-size: 100px;
  font-weight: 600;
  color: #4E2B01;
  word-break: keep-all;
  font-family: "Pretendard Variable";
}
@media (max-width: 1024px) {
  .sub_vis > .tit > h4 {
    font-size: 30px;
  }
}

.sub_cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .sub_cont {
    margin-bottom: 40px;
  }
}
.sub_cont > .tit {
  padding-top: 70px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD, Georgia, serif;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .sub_cont > .tit {
    padding: 20px;
    margin-bottom: 40px;
    text-align: center;
  }
}
.sub_cont > .tit > h2 {
  font-size: 60px;
  font-weight: 400;
  color: #A77943;
}
@media (max-width: 1024px) {
  .sub_cont > .tit > h2 {
    font-size: 30px;
  }
}
.sub_cont > .tit > h3 {
  font-size: 90px;
  font-weight: 400;
  color: #52330F;
  margin-bottom: 47px;
}
@media (max-width: 1024px) {
  .sub_cont > .tit > h3 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.sub_cont > .tit > h4 {
  font-family: "Pretendard Variable";
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .sub_cont > .tit > h4 {
    font-size: 15px;
    word-break: keep-all;
  }
}
.sub_cont > .tit > h4 > span {
  font-weight: 800;
  color: #52330F;
}
.sub_cont > .right_cont {
  width: 100%;
  max-width: 1920px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  height: auto;
  position: relative;
  margin-bottom: 134px;
}
@media (max-width: 1024px) {
  .sub_cont > .right_cont {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
  }
}
.sub_cont > .right_cont > .left {
  width: 100%;
  max-width: 822px;
  height: 596px;
}
@media (max-width: 1024px) {
  .sub_cont > .right_cont > .left {
    height: auto;
  }
}
@media (max-width: 1024px) {
  .sub_cont > .right_cont > .left > img {
    width: 100%;
  }
}
.sub_cont > .right_cont > img {
  position: absolute;
  left: 50%;
  transform: translateX(-83%);
  top: 29.7%;
}
@media (max-width: 1024px) {
  .sub_cont > .right_cont > img {
    display: none;
  }
}
.sub_cont > .right_cont > .right {
  width: 100%;
  max-width: 997px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sub_cont > .right_cont > .right > .tit {
  width: 100%;
  height: 177px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8D7A55;
}
.sub_cont > .right_cont > .right > .tit > h2 {
  font-size: 80px;
  font-weight: 400;
  color: white;
  display: flex;
  align-items: end;
  gap: 40px;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .sub_cont > .right_cont > .right > .tit > h2 {
    gap: 20px;
    font-size: 40px;
    flex-direction: column;
    align-items: center;
  }
}
.sub_cont > .right_cont > .right > .tit > h2 > span {
  font-size: 16px;
  font-weight: 300;
  color: #E6D1B9;
  padding-bottom: 12px;
}
@media (max-width: 1024px) {
  .sub_cont > .right_cont > .right > .tit > h2 > span {
    font-size: 13px;
  }
}
.sub_cont > .right_cont > .right > .word {
  width: 100%;
  max-width: 850px;
  height: 419px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .sub_cont > .right_cont > .right > .word {
    padding: 20px;
    height: auto;
  }
}
.sub_cont > .right_cont > .right > .word > h2 {
  word-break: keep-all;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .sub_cont > .right_cont > .right > .word > h2 {
    font-size: 15px;
    text-align: center;
  }
}
.sub_cont > .left_cont {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: auto;
}
@media (max-width: 1024px) {
  .sub_cont > .left_cont {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.sub_cont > .left_cont > .left {
  width: 100%;
  max-width: 997px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sub_cont > .left_cont > .left > .tit {
  width: 100%;
  height: 177px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8D7A55;
}
.sub_cont > .left_cont > .left > .tit > h2 {
  font-size: 80px;
  font-weight: 400;
  color: white;
  display: flex;
  align-items: end;
  gap: 40px;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .sub_cont > .left_cont > .left > .tit > h2 {
    flex-direction: column-reverse;
    align-items: center;
    font-size: 40px;
  }
}
.sub_cont > .left_cont > .left > .tit > h2 > span {
  font-size: 16px;
  font-weight: 300;
  color: #E6D1B9;
  padding-bottom: 12px;
}
@media (max-width: 1024px) {
  .sub_cont > .left_cont > .left > .tit > h2 > span {
    font-size: 13px;
  }
}
.sub_cont > .left_cont > .left > .word {
  width: 100%;
  max-width: 850px;
  height: 419px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .sub_cont > .left_cont > .left > .word {
    padding: 20px;
    height: auto;
  }
}
.sub_cont > .left_cont > .left > .word > h2 {
  word-break: keep-all;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .sub_cont > .left_cont > .left > .word > h2 {
    font-size: 15px;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .sub_cont > .left_cont > .right > img {
    width: 100%;
  }
}
.sub_cont > .bot_cont {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .sub_cont > .bot_cont {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .sub_cont > .bot_cont > .left > img {
    width: 100%;
  }
}
.sub_cont > .bot_cont > .right {
  width: 100%;
  max-width: 811px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .sub_cont > .bot_cont > .right {
    padding: 20px;
    align-items: center;
  }
}
.sub_cont > .bot_cont > .right > .tit {
  margin-bottom: 42px;
}
@media (max-width: 1024px) {
  .sub_cont > .bot_cont > .right > .tit {
    margin-bottom: 20px;
  }
}
.sub_cont > .bot_cont > .right > .tit > h2 {
  font-size: 90px;
  font-weight: 400;
  color: #52330F;
  font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD, Georgia, serif;
}
@media (max-width: 1024px) {
  .sub_cont > .bot_cont > .right > .tit > h2 {
    font-size: 40px;
    text-align: center;
  }
}
.sub_cont > .bot_cont > .right > .word > h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: right;
}
@media (max-width: 1024px) {
  .sub_cont > .bot_cont > .right > .word > h2 {
    font-size: 15px;
    word-break: keep-all;
    text-align: center;
  }
}
.sub_cont > .bot_cont_2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub_cont > .bot_cont_2 > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .sub_cont > .bot_cont_2 > .tit {
    margin-bottom: 40px;
  }
}
.sub_cont > .bot_cont_2 > .tit > h2 {
  font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD, Georgia, serif;
  font-size: 90px;
  color: #52330F;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .sub_cont > .bot_cont_2 > .tit > h2 {
    font-size: 40px;
  }
}
.sub_cont > .bot_cont_2 > .tit > h3 {
  font-size: 20px;
  font-weight: 500;
  color: #8D7A55;
}
@media (max-width: 1024px) {
  .sub_cont > .bot_cont_2 > .tit > h3 {
    font-size: 16px;
  }
}
.sub_cont > .bot_cont_2 > .img_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .sub_cont > .bot_cont_2 > .img_box {
    flex-direction: column;
    gap: 20px;
  }
}
.sub_cont > .bot_cont_2 > .img_box > p {
  width: 0.5px;
  height: 125px;
  background-color: #CECECE;
}
@media (max-width: 1024px) {
  .sub_cont > .bot_cont_2 > .img_box > p {
    display: none;
  }
}
.sub_cont > .bot_cont_2 > .img_box > .box {
  width: 100%;
  max-width: 435px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1024px) {
  .sub_cont > .bot_cont_2 > .img_box > .box {
    gap: 20px;
  }
}
.sub_cont > .bot_cont_2 > .img_box > .box > .word > h2 {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .sub_cont > .bot_cont_2 > .img_box > .box > .word > h2 {
    font-size: 15px;
  }
}
.sub_cont > .wrap {
  width: 100%;
  max-width: 1580px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap {
    padding: 0 20px;
  }
}
.sub_cont > .wrap > .info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .info {
    gap: 20px;
    margin-bottom: 40px;
  }
}
.sub_cont > .wrap > .info > .top {
  width: 100%;
  height: auto;
}
.sub_cont > .wrap > .info > .top > .root_daum_roughmap {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .info > .top > .root_daum_roughmap {
    height: 250px;
  }
}
.sub_cont > .wrap > .info > .top > .root_daum_roughmap > .cont {
  display: none;
}
.sub_cont > .wrap > .info > .top > .root_daum_roughmap > .wrap_map {
  height: 450px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .info > .top > img {
    width: 100%;
  }
}
.sub_cont > .wrap > .info > .bot {
  width: 100%;
  height: 240px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D8D8D8;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .info > .bot {
    flex-direction: column;
    height: auto;
    padding: 20px;
    gap: 40px;
  }
}
.sub_cont > .wrap > .info > .bot > .left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 47px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .info > .bot > .left {
    width: 100%;
    gap: 20px;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .info > .bot > .left > img {
    width: 100%;
  }
}
.sub_cont > .wrap > .info > .bot > .left > a {
  font-size: 16px;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .info > .bot > .left > a {
    font-size: 14px;
  }
}
.sub_cont > .wrap > .info > .bot > .right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .info > .bot > .right {
    width: 100%;
  }
}
.sub_cont > .wrap > .info > .bot > .right > h2 {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .info > .bot > .right > h2 {
    word-break: keep-all;
    font-size: 15px;
    line-height: 1.5;
  }
}
.sub_cont > .wrap > .info > .bot > .right > h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1453C1;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .info > .bot > .right > h3 {
    font-size: 17px;
  }
}
.sub_cont > .wrap > .info > .bot_2 {
  width: 100%;
  height: 240px;
  display: flex;
  align-items: flex-start;
  border-bottom: 0px;
}
@media (max-width: 1024px) {
  .sub_cont > .wrap > .info > .bot_2 {
    height: auto;
  }
}
.sub_cont > .wrap > .info > .bot_2 > .right {
  flex-direction: column;
  align-items: flex-start;
}
.sub_cont > .wrap > .info > .bot_2 > .right > h2 {
  margin-bottom: 30px;
}

.tab_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab_wrap > .pro_cat {
  width: 100%;
  max-width: 1580px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  margin: 62px 0 72px 0;
}
@media (max-width: 1024px) {
  .tab_wrap > .pro_cat {
    flex-direction: column;
    margin: 40px 0 50px 0;
  }
}
.tab_wrap > .pro_cat > li {
  width: auto;
  height: auto;
}
@media (max-width: 1024px) {
  .tab_wrap > .pro_cat > li {
    width: 100%;
  }
}
.tab_wrap > .pro_cat > li > a {
  width: 530px;
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D5CAB4;
  gap: 28px;
}
@media (max-width: 1024px) {
  .tab_wrap > .pro_cat > li > a {
    width: 100%;
    height: auto;
    padding: 20px;
  }
}
.tab_wrap > .pro_cat > li > a > h2 {
  font-size: 25px;
  font-weight: 500;
  color: white;
}
@media (max-width: 1024px) {
  .tab_wrap > .pro_cat > li > a > h2 {
    font-size: 20px;
  }
}
.tab_wrap > .pro_cat > li > a > h2 > span {
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .tab_wrap > .pro_cat > li > a > h2 > span {
    font-size: 17px;
  }
}
.tab_wrap > .pro_cat > li .active {
  background-color: #510629;
}
.tab_wrap > .tab-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab_wrap > .tab-content > .wrap {
  width: 100%;
  max-width: 1580px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab_wrap > .tab-content > .wrap > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .tab_wrap > .tab-content > .wrap > .tit {
    margin-bottom: 40px;
    text-align: center;
    padding: 0 20px;
  }
}
.tab_wrap > .tab-content > .wrap > .tit > h2 {
  font-size: 70px;
  font-weight: 400;
  color: #52330F;
  font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD, Georgia, serif;
}
@media (max-width: 1024px) {
  .tab_wrap > .tab-content > .wrap > .tit > h2 {
    font-size: 40px;
  }
}
.tab_wrap > .tab-content > .wrap > .tit > h3 {
  font-size: 18px;
  font-weight: 500;
  color: #9E9E9E;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .tab_wrap > .tab-content > .wrap > .tit > h3 {
    font-size: 15px;
  }
}
.tab_wrap > .tab-content > .wrap > .tit > h4 {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .tab_wrap > .tab-content > .wrap > .tit > h4 {
    font-size: 15px;
    word-break: keep-all;
  }
}
.tab_wrap > .tab-content > .wrap > .box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .tab_wrap > .tab-content > .wrap > .box {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.tab_wrap > .tab-content > .wrap > .box > .top {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .tab_wrap > .tab-content > .wrap > .box > .top {
    margin-bottom: 20px;
  }
}
.tab_wrap > .tab-content > .wrap > .box > .top > img {
  width: 100%;
}
.tab_wrap > .tab-content > .wrap > .box > .bot {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab_wrap > .tab-content > .wrap > .box > .bot > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-bottom: 30px;
  border-bottom: 0.5px solid #8D7A55;
  margin-bottom: 35px;
}
.tab_wrap > .tab-content > .wrap > .box > .bot > .tit > h2 {
  font-size: 35px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .tab_wrap > .tab-content > .wrap > .box > .bot > .tit > h2 {
    font-size: 25px;
  }
}
.tab_wrap > .tab-content > .wrap > .box > .bot > .tit > h3 {
  font-size: 20px;
  font-weight: 400;
  color: #8D7A55;
}
@media (max-width: 1024px) {
  .tab_wrap > .tab-content > .wrap > .box > .bot > .tit > h3 {
    font-size: 18px;
  }
}
.tab_wrap > .tab-content > .wrap > .box > .bot > .word {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab_wrap > .tab-content > .wrap > .box > .bot > .word > h2 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .tab_wrap > .tab-content > .wrap > .box > .bot > .word > h2 {
    font-size: 15px;
    word-break: keep-all;
  }
}

.type_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .type_1 {
    padding: 20px;
  }
}
.type_1 > .wrap {
  width: 100%;
  max-width: 1580px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  height: 720px;
}
@media (max-width: 1024px) {
  .type_1 > .wrap {
    height: auto;
    padding: 20px;
  }
}
.type_1 > .wrap > .tit > h2 {
  font-size: 90px;
  font-weight: 400;
  color: #52330F;
  margin-bottom: 40px;
  font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD, Georgia, serif;
}
@media (max-width: 1024px) {
  .type_1 > .wrap > .tit > h2 {
    font-size: 40px;
  }
}
.type_1 > .wrap > .tit > h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .type_1 > .wrap > .tit > h3 {
    font-size: 15px;
    word-break: keep-all;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .type_1 > .wrap > img {
    display: none;
  }
}
.type_1 > .wrap > .type_img_1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.type_1 > .wrap > .type_img_2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-69%);
}
.type_1 > .wrap > .type_img_3 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.type_2 {
  height: auto;
}
.type_2 > .pro_cat {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .type_2 > .pro_cat {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.type_2 > .pro_cat > li > a {
  font-size: 20px;
  font-weight: 500;
  color: #8D8D8D;
}
@media (max-width: 1024px) {
  .type_2 > .pro_cat > li > a {
    font-size: 13px;
  }
}
.type_2 > .pro_cat > li > .active {
  color: #f73e3e;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 2px solid #f73e3e;
}
.type_2 > .tab-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.type_2 > .tab-content > .top {
  width: 100%;
  height: auto;
  background-color: #4E3F2F;
  padding: 40px 0;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .type_2 > .tab-content > .top {
    margin-bottom: 40px;
  }
}
.type_2 > .tab-content > .top .mySwiper_3 {
  width: 100%;
}
.type_2 > .tab-content > .top .mySwiper_3 .swiper-slide {
  width: 100%;
}
.type_2 > .tab-content > .top .mySwiper_3 .swiper-slide > img {
  width: 100%;
}
.type_2 > .tab-content > .top > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.type_2 > .tab-content > .top > .tit > h2 {
  font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD, Georgia, serif;
  font-size: 75px;
  font-weight: 400;
  color: #D8BEA1;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .type_2 > .tab-content > .top > .tit > h2 {
    font-size: 30px;
  }
}
.type_2 > .tab-content > .top > .tit > h3 {
  font-size: 18px;
  font-weight: 300;
  color: #A48F77;
}
@media (max-width: 1024px) {
  .type_2 > .tab-content > .top > .tit > h3 {
    font-size: 15px;
  }
}
.type_2 > .tab-content > .content_1 {
  width: 100%;
  max-width: 1190px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.type_2 > .tab-content > .content_1 > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 0.5px solid #C7C7C7;
  margin-bottom: 53px;
}
@media (max-width: 1024px) {
  .type_2 > .tab-content > .content_1 > .tit {
    margin-bottom: 40px;
  }
}
.type_2 > .tab-content > .content_1 > .tit > h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .type_2 > .tab-content > .content_1 > .tit > h2 {
    font-size: 20px;
  }
}
.type_2 > .tab-content > .content_1 > .tit > h3 {
  font-size: 18px;
  font-weight: 500;
  color: #6D6D6D;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .type_2 > .tab-content > .content_1 > .tit > h3 {
    font-size: 15px;
  }
}
.type_2 > .tab-content > .content_1 > .img_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .type_2 > .tab-content > .content_1 > .img_box {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
    gap: 20px;
  }
}
.type_2 > .tab-content > .content_1 > .img_box > .box {
  width: 100%;
  height: 316px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
  background-color: #F8F7F6;
  border-radius: 16px;
}
@media (max-width: 1024px) {
  .type_2 > .tab-content > .content_1 > .img_box > .box {
    padding: 20px;
    height: auto;
  }
}
.type_2 > .tab-content > .content_1 > .img_box > .box > .img_top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 95px;
}
.type_2 > .tab-content > .content_1 > .img_box > .box > h2 {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .type_2 > .tab-content > .content_1 > .img_box > .box > h2 {
    font-size: 18px;
  }
}
.type_2 > .tab-content > .content_1 > .img_box > .box > h3 {
  font-size: 18px;
  font-weight: 500;
  color: #6D6D6D;
}
@media (max-width: 1024px) {
  .type_2 > .tab-content > .content_1 > .img_box > .box > h3 {
    font-size: 15px;
  }
}
.type_2 > .tab-content > .content_1 > .mySwiper {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .type_2 > .tab-content > .content_1 > .mySwiper {
    margin-bottom: 40px;
  }
}
.type_2 > .tab-content > .content_1 > .mySwiper .swiper-pagination {
  position: absolute;
  width: auto;
  left: auto;
  right: 5% !important;
  bottom: 5%;
}
.type_2 > .tab-content > .content_1 > .mySwiper .swiper-button-next,
.type_2 > .tab-content > .content_1 > .mySwiper .swiper-button-prev {
  color: #B1B1B1;
}
.type_2 > .tab-content > .content_1 > .mySwiper .swiper-pagination-bullet {
  background-color: #E2E2E2;
}
.type_2 > .tab-content > .content_1 > .mySwiper .swiper-pagination-bullet-active {
  background-color: #8D7A55;
  width: 20px;
  border-radius: 5px;
}
.type_2 > .tab-content > .content_1 > .mySwiper .swiper-slide {
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .type_2 > .tab-content > .content_1 > .mySwiper .swiper-slide {
    height: 300px;
  }
}
.type_2 > .tab-content > .content_1 > .mySwiper .swiper-slide > .tit {
  width: 100%;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  background-color: rgba(0, 0, 0, 0.4196078431);
}
@media (max-width: 1024px) {
  .type_2 > .tab-content > .content_1 > .mySwiper .swiper-slide > .tit {
    flex-direction: column;
    gap: 10px;
  }
}
.type_2 > .tab-content > .content_1 > .mySwiper .swiper-slide > .tit > h2 {
  font-size: 25px;
  font-weight: 800;
  color: #B8966F;
}
@media (max-width: 1024px) {
  .type_2 > .tab-content > .content_1 > .mySwiper .swiper-slide > .tit > h2 {
    font-size: 18px;
  }
}
.type_2 > .tab-content > .content_1 > .mySwiper .swiper-slide > .tit > h3 {
  font-size: 18px;
  font-weight: 300;
  color: #F9F9F9;
}
@media (max-width: 1024px) {
  .type_2 > .tab-content > .content_1 > .mySwiper .swiper-slide > .tit > h3 {
    font-size: 14px;
  }
}
.type_2 > .tab-content > .content_1 .bot_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  place-items: center;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .type_2 > .tab-content > .content_1 .bot_box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.type_2 > .tab-content > .content_1 .bot_box > .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.type_2 > .tab-content > .content_1 .bot_box > .box > .img_top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 127px;
}
.type_2 > .tab-content > .content_1 .bot_box > .box > h2 {
  font-size: 18px;
  font-weight: 600;
  color: #876A49;
}
.type_2 > .tab-content > .content_1 .bot_box > .box > h3 {
  font-size: 16px;
  font-weight: 500;
  color: #C1AC94;
}

.fac_1 {
  width: 100%;
  max-width: 1750px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 90px;
  padding-top: 120px;
}
@media (max-width: 1024px) {
  .fac_1 {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin-bottom: 40px;
  }
}
.fac_1 > .left {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .fac_1 > .left {
    width: 100%;
    padding: 0px;
  }
}
.fac_1 > .left > .tit {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .fac_1 > .left > .tit {
    margin-bottom: 20px;
    gap: 20px;
    justify-content: center;
  }
}
.fac_1 > .left > .tit > h2 {
  font-size: 100px;
  font-weight: 400;
  color: #856540;
  display: flex;
  align-items: flex-end;
  gap: 30px;
  font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD, Georgia, serif;
}
@media (max-width: 1024px) {
  .fac_1 > .left > .tit > h2 {
    font-size: 40px;
    flex-direction: column;
    align-items: center;
  }
}
.fac_1 > .left > .tit > h2 > span {
  font-size: 19px;
  color: #8D7A55;
  font-weight: 400;
  font-family: "Pretendard Variable";
}
@media (max-width: 1024px) {
  .fac_1 > .left > .tit > h2 > span {
    font-size: 15px;
  }
}
.fac_1 > .left > .word {
  width: 100%;
  background-color: #F8F8F8;
  height: 340px;
  display: flex;
  align-items: center;
  padding-left: 160px;
}
@media (max-width: 1024px) {
  .fac_1 > .left > .word {
    padding: 20px;
    height: auto;
  }
}
.fac_1 > .left > .word > h2 {
  font-size: 18px;
  font-weight: 500;
  word-break: keep-all;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .fac_1 > .left > .word > h2 {
    font-size: 15px;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .fac_1 > .right {
    width: 100%;
    padding: 0px;
  }
}
@media (max-width: 1024px) {
  .fac_1 > .right > img {
    width: 100%;
  }
}

.fac_2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fac_2 > .wrap {
  width: 100%;
  max-width: 1585px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fac_2 > .wrap > .info {
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 80px;
  padding: 50px 0;
  border-top: 0.5px solid rgba(141, 122, 85, 0.6156862745);
}
@media (max-width: 1024px) {
  .fac_2 > .wrap > .info {
    gap: 40px;
    flex-direction: column;
    padding: 20px;
  }
}
.fac_2 > .wrap > .info > .left {
  width: 50%;
}
@media (max-width: 1024px) {
  .fac_2 > .wrap > .info > .left {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .fac_2 > .wrap > .info > .left > img {
    width: 100%;
  }
}
.fac_2 > .wrap > .info > .right {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .fac_2 > .wrap > .info > .right {
    width: 100%;
  }
}
.fac_2 > .wrap > .info > .right > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .fac_2 > .wrap > .info > .right > .tit {
    margin-bottom: 40px;
  }
}
.fac_2 > .wrap > .info > .right > .tit > h2 {
  font-size: 60px;
  font-weight: 400;
  color: #856540;
  font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD, Georgia, serif;
}
@media (max-width: 1024px) {
  .fac_2 > .wrap > .info > .right > .tit > h2 {
    font-size: 30px;
    word-break: keep-all;
  }
}
.fac_2 > .wrap > .info > .right > .tit > h3 {
  font-size: 19px;
  font-weight: 400;
  color: #8D7A55;
}
@media (max-width: 1024px) {
  .fac_2 > .wrap > .info > .right > .tit > h3 {
    font-size: 15px;
    word-break: keep-all;
  }
}
.fac_2 > .wrap > .info > .right > .word {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 75px;
}
@media (max-width: 1024px) {
  .fac_2 > .wrap > .info > .right > .word {
    gap: 40px;
  }
}
.fac_2 > .wrap > .info > .right > .word > h2 {
  word-break: keep-all;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .fac_2 > .wrap > .info > .right > .word > h2 {
    font-size: 15px;
  }
}
.fac_2 > .wrap > .info > .right > .word > .location {
  display: flex;
  align-items: center;
  width: 493px;
  height: 141px;
  gap: 15px;
  background-color: #F5F5F5;
  border-radius: 5px;
  padding: 0 37px;
}
@media (max-width: 1024px) {
  .fac_2 > .wrap > .info > .right > .word > .location {
    flex-direction: column;
    width: 100%;
    padding: 30px;
    height: auto;
  }
}
.fac_2 > .wrap > .info > .right > .word > .location > a {
  font-size: 17px;
  font-weight: 600;
  color: #78562D;
}
@media (max-width: 1024px) {
  .fac_2 > .wrap > .info > .right > .word > .location > a {
    font-size: 14px;
  }
}

.trans_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .trans_1 {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.trans_1 > .wrap {
  width: 100%;
  max-width: 1585px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .trans_1 > .wrap {
    flex-direction: column;
  }
}
.trans_1 > .wrap > .info {
  width: 100%;
}
.trans_1 > .wrap > .info > .top {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .trans_1 > .wrap > .info > .top {
    margin-bottom: 40px;
  }
}
.trans_1 > .wrap > .info > .top > .tit {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #D5CAB4;
  margin-bottom: 40px;
}
.trans_1 > .wrap > .info > .top > .tit > h2 {
  font-size: 40px;
  color: #856540;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .trans_1 > .wrap > .info > .top > .tit > h2 {
    font-size: 16px;
    text-align: center;
  }
}
.trans_1 > .wrap > .info > .top > .tit > h2 > span {
  font-weight: 700;
}
.trans_1 > .wrap > .info > .top > .word {
  width: 100%;
}
.trans_1 > .wrap > .info > .top > .word > h2 {
  font-size: 18px;
  font-weight: 500;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .trans_1 > .wrap > .info > .top > .word > h2 {
    font-size: 15px;
  }
}
.trans_1 > .wrap > .info > .bot {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.trans_1 > .wrap > .info > .bot > .tit {
  margin-bottom: 55px;
}
@media (max-width: 1024px) {
  .trans_1 > .wrap > .info > .bot > .tit {
    margin-bottom: 40px;
  }
}
.trans_1 > .wrap > .info > .bot > .tit > h2 {
  font-size: 30px;
  font-weight: 700;
  color: #856540;
}
@media (max-width: 1024px) {
  .trans_1 > .wrap > .info > .bot > .tit > h2 {
    font-size: 18px;
    text-align: center;
  }
}
.trans_1 > .wrap > .info > .bot > .img_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 1024px) {
  .trans_1 > .wrap > .info > .bot > .img_box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.trans_1 > .wrap > .info > .bot > .img_box > .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.trans_1 > .wrap > .info > .bot > .img_box > .box > img {
  margin-bottom: 27px;
}
@media (max-width: 1024px) {
  .trans_1 > .wrap > .info > .bot > .img_box > .box > img {
    width: 100%;
  }
}
.trans_1 > .wrap > .info > .bot > .img_box > .box > h2 {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .trans_1 > .wrap > .info > .bot > .img_box > .box > h2 {
    font-size: 15px;
  }
}

.busi_1 {
  align-items: center;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .busi_1 {
    padding: 20px;
  }
}
.busi_1 > .left {
  width: 100%;
  max-width: 960px;
  height: 660px;
  background-color: #FBF7EF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .busi_1 > .left {
    height: auto;
  }
}
.busi_1 > .left > .tit {
  width: 100%;
  max-width: 690px;
}
.busi_1 > .left > .word {
  background-color: transparent;
  padding-left: 0;
  width: 100%;
  max-width: 690px;
}
@media (max-width: 1024px) {
  .busi_1 > .left > .word {
    padding: 20px;
  }
}
.busi_1 > .right {
  background-color: #A89278;
  width: 960px;
  height: 760px;
  padding-left: 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .busi_1 > .right {
    height: auto;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    width: auto;
  }
}

.busi_2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.busi_2 > .wrap {
  width: 100%;
  max-width: 1720px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.busi_2 > .wrap > .info {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 0 80px 85px 80px;
  border-bottom: 2px solid #F1F1F1;
  margin-bottom: 85px;
}
@media (max-width: 1024px) {
  .busi_2 > .wrap > .info {
    flex-direction: column;
    padding: 20px;
    gap: 40px;
    margin-bottom: 40px;
  }
}
.busi_2 > .wrap > .info > .left {
  width: 100%;
  max-width: 780px;
}
@media (max-width: 1024px) {
  .busi_2 > .wrap > .info > .left > img {
    width: 100%;
  }
}
.busi_2 > .wrap > .info > .right {
  width: 720px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
}
@media (max-width: 1024px) {
  .busi_2 > .wrap > .info > .right {
    gap: 20px;
    width: 100%;
  }
}
.busi_2 > .wrap > .info > .right > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 0.5px solid #BEAF92;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .busi_2 > .wrap > .info > .right > .tit {
    margin-bottom: 40px;
  }
}
.busi_2 > .wrap > .info > .right > .tit > h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .busi_2 > .wrap > .info > .right > .tit > h2 {
    font-size: 25px;
  }
}
.busi_2 > .wrap > .info > .right > .tit > h3 {
  font-size: 20px;
  color: #8D7A55;
  padding-bottom: 35px;
}
@media (max-width: 1024px) {
  .busi_2 > .wrap > .info > .right > .tit > h3 {
    font-size: 15px;
  }
}
.busi_2 > .wrap > .info > .right > .word {
  width: 100%;
  max-width: 650px;
}
.busi_2 > .wrap > .info > .right > .word > h2 {
  font-size: 18px;
  font-weight: 500;
  word-break: keep-all;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .busi_2 > .wrap > .info > .right > .word > h2 {
    font-size: 15px;
  }
}

.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 select {
  height: 26px;
  font-size: 15px;
  line-height: 1;
  color: #52330F;
  font-family: "Pretendard Variable";
  border: none;
  outline: none;
  background: transparent;
  -webkit-appearance: none; /* Safari, Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* 기본 스타일 제거 */
  padding: 5px;
  outline: none; /* 포커스 아웃라인 제거 */
  box-shadow: none; /* 그림자 제거 */
  transition: border-color 0.2s ease; /* 선택 시 부드러운 애니메이션 */
}
.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: #5e3b12;
  text-align: center;
  border: none;
  outline: none;
  transition: 0.3s;
}
.contact-inquiry .ard-inquiry-form .form-submit > button:hover {
  transition: 0.3s;
  background-color: #795833;
}

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