@charset "UTF-8";
/*--------- 공통 ---------- */
:root {
  --main-color: #aa8641;
  --color-red: #d40022;
}

body {
  width: 100%;
  font-family: "Pretendard";
  overflow-x: hidden;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
}

ul,
li,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: var(--main-color);
}

.title {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.point {
  color: var(--main-color);
}

/* font size */
.small-l {
  font-size: 14px;
  font-weight: 300;
}

.small-r {
  font-size: 14px;
  font-weight: 400;
}

.small-m {
  font-size: 14px;
  font-weight: 500;
}

.small-b {
  font-size: 14px;
  font-weight: 700;
}

.medium-r {
  font-size: 16px;
  font-weight: 400;
}

.medium-m {
  font-size: 16px;
  font-weight: 500;
}

.medium-b {
  font-size: 16px;
  font-weight: 700;
}

.large-l {
  font-size: 18px;
  font-weight: 300;
}

.large-r {
  font-size: 18px;
  font-weight: 400;
}

.large-m {
  font-size: 18px;
  font-weight: 500;
}

.large-b {
  font-size: 18px;
  font-weight: 700;
}

.header-b {
  font-size: 24px;
  font-weight: 700;
}

.text_align_r {
  text-align: right;
}

.text_line_1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.text_line_2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text_line_3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 480px) {
  .small-l {
    font-size: 0.8rem;
    font-weight: 300;
  }
  .small-r {
    font-size: 0.8rem;
    font-weight: 400;
  }
  .small-m {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .small-b {
    font-size: 0.8rem;
    font-weight: 700;
  }
  .medium-r {
    font-size: 0.9rem;
    font-weight: 400;
  }
  .medium-m {
    font-size: 0.9rem;
    font-weight: 500;
  }
  .medium-b {
    font-size: 0.9rem;
    font-weight: 700;
  }
  .large-l {
    font-size: 1rem;
    font-weight: 300;
  }
  .large-r {
    font-size: 1rem;
    font-weight: 400;
  }
  .large-m {
    font-size: 1rem;
    font-weight: 500;
  }
  .large-b {
    font-size: 1rem;
    font-weight: 700;
  }
  .header-b {
    font-size: 1.2rem;
    font-weight: 700;
  }
}
@media (max-width: 1024px) {
  .inner {
    padding-inline: 20px;
  }
}
/*마진*/
.mt_8 {
  margin-top: 0.8rem;
}

.mt_12 {
  margin-top: 1.2rem;
}

.mt_16 {
  margin-top: 1.6rem;
}

.mt_20 {
  margin-top: 2rem;
}

.mt_24 {
  margin-top: 2.4rem;
}

.mt_25 {
  margin-top: 2.5rem;
}

.mt_28 {
  margin-top: 2.8rem;
}

.mt_35 {
  margin-top: 3.5rem;
}

.mt_36 {
  margin-top: 3.6rem;
}

.mt_40 {
  margin-top: 4rem;
}

.mt_50 {
  margin-top: 5rem;
}

.mt_60 {
  margin-top: 6rem;
}

.mt_70 {
  margin-top: 7rem;
}

.mt_80 {
  margin-top: 8rem;
}

.mb_4 {
  margin-bottom: 0.4rem;
}

.mb_6 {
  margin-bottom: 0.6rem;
}

.mb_8 {
  margin-bottom: 0.8rem;
}

.mb_12 {
  margin-bottom: 1.2rem;
}

.mb_14 {
  margin-bottom: 1.4rem;
}

.mb_16 {
  margin-bottom: 1.6rem;
}

.mb_18 {
  margin-bottom: 1.8rem;
}

.mb_20 {
  margin-bottom: 2rem;
}

.mb_24 {
  margin-bottom: 2.4rem;
}

.mb_25 {
  margin-bottom: 2.5rem;
}

.mb_40 {
  margin-bottom: 4rem;
}

.mb_50 {
  margin-bottom: 5rem;
}

.mb_60 {
  margin-bottom: 6rem;
}

.mb_70 {
  margin-bottom: 7rem;
}

.mb_90 {
  margin-bottom: 9rem;
}

.mr_4 {
  margin-right: 0.4rem;
}

.mr_6 {
  margin-right: 0.6rem;
}

.mr_8 {
  margin-right: 0.8rem;
}

.mr_12 {
  margin-right: 1.2rem;
}

.mr_16 {
  margin-right: 1.6rem;
}

.mr_20 {
  margin-right: 2rem;
}

.ml_6 {
  margin-left: 0.6rem;
}

.ml_8 {
  margin-left: 0.8rem;
}

.ml_16 {
  margin-left: 1.6rem;
}

.ml_20 {
  margin-left: 2rem;
}

.mx_n16 {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}

.mx_n20 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.mx_n10 {
  margin-left: -1rem;
  margin-right: -1rem;
}

/*패딩*/
.pt_6 {
  padding-top: 0.6rem;
}

.pt_14 {
  padding-top: 1.4rem;
}

.pt_20 {
  padding-top: 2rem;
}

.pt_24 {
  padding-top: 2.4rem;
}

.pt_25 {
  padding-top: 2.5rem;
}

.pt_28 {
  padding-top: 2.8rem;
}

.pt_40 {
  padding-top: 4rem;
}

.pt_50 {
  padding-top: 5rem;
}

.pt_60 {
  padding-top: 6rem;
}

.pt_80 {
  padding-top: 8rem;
}

.pt_120 {
  padding-top: 12rem;
}

.pb_8 {
  padding-bottom: 0.8rem;
}

.pb_14 {
  padding-bottom: 1.4rem;
}

.pb_16 {
  padding-bottom: 1.6rem;
}

.pb_18 {
  padding-bottom: 1.8rem;
}

.pb_20 {
  padding-bottom: 2rem;
}

.pb_24 {
  padding-bottom: 2.4rem;
}

.pb_25 {
  padding-bottom: 2.5rem;
}

.pb_40 {
  padding-bottom: 4rem;
}

.pb_50 {
  padding-bottom: 5rem;
}

.pb_60 {
  padding-bottom: 6rem;
}

.pb_70 {
  padding-bottom: 7rem;
}

.pb_80 {
  padding-bottom: 8rem;
}

.pb_90 {
  padding-bottom: 9rem;
}

.pb_100 {
  padding-bottom: 10rem;
}

.pl_16 {
  padding-left: 1.6rem;
}

.pr_16 {
  padding-right: 1.6rem;
}

.py_8 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.py_20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py_25 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py_35 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.px_8 {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.px_12 {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.px_18 {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

.px_16 {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.px_20 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.p_20 {
  padding: 2rem;
}

.vh_min100 {
  min-height: 100vh;
}

.vh_100_vh {
  height: 100vh;
}

.w-auto {
  width: auto;
}

.btn_bottom.two {
  display: flex;
  justify-content: center;
  gap: 15px;
}

@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"), url("../fonts/Pretendard-Black.woff2") format("woff2"), url("./woff/Pretendard-Black.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"), url("../fonts/Pretendard-ExtraBold.woff2") format("woff2"), url("./woff/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url("../fonts/Pretendard-Bold.woff2") format("woff2"), url("./woff/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url("../fonts/Pretendard-SemiBold.woff2") format("woff2"), url("./woff/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url("../fonts/Pretendard-Medium.woff2") format("woff2"), url("./woff/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url("../fonts/Pretendard-Regular.woff2") format("woff2"), url("./woff/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url("../fonts/Pretendard-Light.woff2") format("woff2"), url("./woff/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"), url("../fonts/Pretendard-ExtraLight.woff2") format("woff2"), url("./woff/Pretendard-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"), url("../fonts/Pretendard-Thin.woff2") format("woff2"), url("./woff/Pretendard-Thin.woff") format("woff");
}
/*--------- 페이지 ---------- */
.banner_con .banner_img {
  width: 100%;
}

.effect {
  position: relative;
}
.effect .slide_con {
  width: 50%;
}
.effect .slide_con .swiper {
  width: 100%;
  height: 100%;
}
.effect .slide_con .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  overflow: hidden;
}
.effect .slide_con .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.effect .slide_con .swiper-pagination {
  position: absolute;
  z-index: 101;
}
.effect .slide_con .swiper-pagination span {
  opacity: 0.3;
  position: relative;
  width: 29px;
  height: 29px;
  margin: 0 5px;
  background-color: transparent;
  transition: all 0.3s;
}
.effect .slide_con .swiper-pagination span.on {
  opacity: 1;
}
.effect .slide_con .swiper-pagination span:before {
  opacity: 0;
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.3s;
}
.effect .slide_con .swiper-pagination span.on:before {
  opacity: 1;
  width: 24px;
  height: 24px;
}
.effect .slide_con .swiper-pagination span:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
}
.effect .slide_con .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(1);
}
.effect .text_box {
  position: relative;
  width: 50%;
  background: url("../../assets/images/img/img_bug.png") no-repeat right bottom/250px 100px;
}
.effect .text_box .list {
  margin-bottom: 30px;
}

.event_banner .event_video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 비율 (9 ÷ 16 = 0.5625) */
  height: 0;
  border-radius: 15px;
  overflow: hidden;
}
.event_banner .event_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.item_con .item_img {
  display: flex;
  gap: 30px;
}
.item_con .item_img .item {
  width: calc(33.3333333333% - 20px);
}
.item_con .item_img .item a {
  display: block;
}
.item_con .item_img .item a .img_con {
  aspect-ratio: 3/2;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
.item_con .item_img .item a .img_con img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.item_con .item_img .item a .txt_con {
  margin-top: 15px;
  text-align: center;
}
.inquiry_con .inquiry {
  padding-block: 60px;
  background-color: #f5f5f5;
}
.inquiry_con .inquiry .inner {
  position: relative;
  max-width: 600px;
  padding-left: 125px;
}
.inquiry_con .inquiry .inner::before {
  content: "CONTACT";
  position: absolute;
  display: block;
  top: 80px;
  left: -45px;
  transform: rotate(90deg);
  font-size: 48px;
  font-weight: 700;
  color: #616161;
}
.inquiry_con .inquiry .inner .textarea_con textarea {
  min-height: 200px;
  resize: none;
}
.inquiry_con .inquiry .inner .upload_con {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.greeting {
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #e2e2e2;
}
.greeting .greeting_con {
  width: 70%;
  border-right: 1px solid #e2e2e2;
}
.greeting .greeting_con .img_con {
  margin-block: 60px 30px;
  text-align: center;
}
.greeting .greeting_con .txt_con {
  width: 50%;
  margin: 0 auto;
}
.greeting .d-flex {
  width: 30%;
  margin-top: 60px;
}
.greeting .d-flex .history {
  display: flex;
  justify-content: end;
}
.greeting .d-flex .history .box .history_list .t1 {
  position: relative;
  padding-left: 15px;
}
.greeting .d-flex .history .box .history_list .t1::before {
  content: "-";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  font-size: 16px;
}

.location .wrap_controllers.hide {
  display: none;
}
.location .section.section_address {
  display: none;
}
.location .address_con .btn-main {
  color: #fff;
}
.location .address_con .name_con {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-block: 30px;
  border-bottom: 1px solid #e2e2e2;
}
.location .address_con .name_con .txt_con .address {
  color: var(--main-color);
}
.location .address_con .list_con .list {
  display: flex;
  padding-block: 30px;
  border-bottom: 1px solid #e2e2e2;
}
.location .address_con .list_con .list .t1 {
  position: relative;
  width: 150px;
  padding-left: 35px;
}
.location .address_con .list_con .list .t1::before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: -3px;
  left: 0;
  background: url("../../assets/images/icon/ico_location.png") no-repeat center/cover;
}
.location .address_con .list_con .list .t1.time::before {
  background: url("../../assets/images/icon/ico_time.png") no-repeat center/cover;
}
.location .address_con .list_con .list .t1.phone::before {
  background: url("../../assets/images/icon/ico_phone.png") no-repeat center/cover;
}
.location .address_con .list_con .list .t1.person::before {
  background: url("../../assets/images/icon/ico_person.png") no-repeat center/cover;
}
.location .address_con .list_con .list .info_txt .info_tit {
  width: 100px;
  color: var(--main-color);
}

.certi_con {
  margin-block: 30px;
}
.certi_con .certi_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.certi_con .certi_list .list {
  width: calc(25% - 23px);
  text-align: center;
}
.certi_con .certi_list .list .img_con {
  border: 1px solid #e2e2e2;
}
.certi_con .certi_list .list .img_con:hover > img {
  transform: scale(1.05);
  transition: all 0.4s;
}
.certi_con .certi_list .list .img_con img {
  width: 100%;
}
.certi_con .certi_list .list .t1 {
  margin-top: 10px;
}

.products_con {
  margin-block: 60px;
}

.contact_address .list {
  position: relative;
  padding-left: 15px;
}
.contact_address .list::before {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #222;
  top: 9px;
  left: 0;
}
@media (max-width: 768px) {
  .mt_60 {
    margin-top: 3rem;
  }
  .effect > .d-flex {
    flex-direction: column;
  }
  .effect .slide_con {
    width: 100%;
  }
  .effect .text_box {
    width: 100%;
  }
  .greeting {
    flex-direction: column;
    gap: 0;
  }
  .greeting .greeting_con {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e2e2e2;
  }
  .greeting .greeting_con .img_con img {
    width: 100%;
  }
  .greeting .greeting_con .txt_con {
    width: 100%;
    margin-bottom: 3rem;
  }
  .greeting .d-flex {
    width: 100%;
    margin-top: 3rem;
  }
  .greeting .d-flex .history {
    justify-content: start;
  }
  .greeting .d-flex .history .name {
    margin-bottom: 15px;
  }
  .greeting .d-flex .history .history_con {
    display: flex;
    gap: 25px;
  }
  .location .address_con .name_con {
    flex-direction: column;
  }
  .location .address_con .name_con .txt_con .t1 {
    margin-bottom: 5px;
  }
  .location .address_con .name_con .btn-main {
    margin-top: 10px;
  }
  .location .address_con .list_con .list {
    flex-direction: column;
  }
  .location .address_con .list_con .list .t1 {
    margin-bottom: 15px;
  }
  .location .address_con .list_con .list .info_txt .info_tit {
    flex-shrink: 0;
  }
}
@media (max-width: 480px) {
  .title {
    font-size: 1.5rem;
  }
  .item_con .item_img {
    flex-direction: column;
  }
  .item_con .item_img .item {
    width: 100%;
  }
  .inquiry_con .inquiry .inner {
    max-width: 100%;
    padding-left: 20px;
  }
  .inquiry_con .inquiry .inner::before {
    display: none;
  }
  .greeting .d-flex {
    justify-content: start !important;
  }
  .greeting .d-flex .history .history_con {
    flex-direction: column;
    gap: 15px;
  }
  .greeting .d-flex .history .history_con .box {
    margin-bottom: 0px !important;
  }
  .certi_con .certi_list .list {
    width: calc(50% - 15px);
  }
}
@media (max-width: 460px) {
  .nav_con .inner .nav_list {
    justify-content: space-between;
    gap: 10px;
  }
}
@media (max-width: 375px) {
  .nav_con .inner .nav_list {
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 15px;
  }
  .nav_con .inner .nav_list .list {
    flex-shrink: 0;
  }
}
/*--------- 컴포넌트 ---------- */
.logo_con {
  margin-top: 30px;
  text-align: center;
}
.nav_con {
  margin-top: 30px;
  padding-block: 15px;
  border-block: 1px solid #e2e2e2;
}
.nav_con .nav_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.nav_con .nav_list .list.on .menu_link {
  font-weight: 700;
  color: var(--main-color);
}
.footer {
  padding-block: 45px;
  background-color: #222;
}
.footer p {
  color: #fff;
}
.footer .inner .d-flex .left .info .list {
  margin-bottom: 15px;
}
.footer .inner .d-flex .left .info .list:last-child {
  margin-bottom: 0;
}
.footer .inner .d-flex .right .sns {
  display: flex;
  gap: 30px;
}
.footer .inner .d-flex .right .sns .list {
  height: 30px;
}
.footer .inner .d-flex .right .sns .list .link img {
  height: 100%;
}
.footer .inner .copyright {
  border-top: 1px solid #fff;
  margin-top: 30px;
  padding-top: 30px;
}