@import url("../scss/common.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
.top_cover {
  width: 100%;
  height: 300px;
  background: url("../images/banner07.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.top_cover .top {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  text-align: center;
}
.top_cover .top_cover_title {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  margin: 0;
  line-height: 1.3;
}
.top_cover .top_cover_text {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  margin-top: 15px;
  line-height: 1.5;
}
.top_cover .bg_cover_black {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .top_cover {
    height: 400px;
  }
  .top_cover .top_cover_title {
    font-size: 3rem;
  }
  .top_cover .top_cover_text {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  .top_cover {
    height: 500px;
    background-attachment: fixed;
  }
  .top_cover .top_cover_title {
    font-size: 3.5rem;
  }
  .top_cover .top_cover_text {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .top_cover {
    height: 600px;
  }
}

.section01 ul {
  padding: 0;
}
.section01 .current {
  display: inherit;
}
.section01 .text h4 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2a2a2a;
}
.section01 .text p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.7;
  letter-spacing: 0.1rem;
  padding: 0 5px;
}
.section01 ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.section01 ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}
.section01 ul.tabs li .current {
  color: #222;
}

.tab-content {
  display: none;
  padding: 15px;
}
.tab-content .tab_bg_content {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
}
.tab-content .tab_bg_content .bg1 {
  width: 100%;
  background: url("../images/bg1.png");
  height: 780px;
}
.tab-content .tab_bg_content .bg2 {
  width: 100%;
  background: url("../images/bg2.png");
  height: 780px;
}
.tab-content .tab_bg_content .bg3 {
  width: 100%;
  background: url("../images/bg3.png");
  height: 780px;
}
.tab-content .tab_bg_content .bg4 {
  width: 100%;
  background: url("../images/bg4.png");
  height: 780px;
}
.tab-content .tab_bg_content .bg5 {
  width: 100%;
  background: url("../images/bg5.png");
  height: 780px;
}
.tab-content .tab_bg_content .bg6 {
  width: 100%;
  background: url("../images/bg6.png");
  height: 780px;
}
.tab-content .tab_bg_content .bg7 {
  width: 100%;
  background: url("../images/bg7.png");
  height: 780px;
}
.tab-content .tab_bg_content .bg8 {
  width: 100%;
  background: url("../images/bg8.png");
  height: 780px;
}
.tab-content .tab_bg_content .bg9 {
  width: 100%;
  background: url("../images/bg9.png");
  height: 780px;
}
.tab-content .tab_bg_content .bg10 {
  width: 100%;
  background: url("../images/bg10.png");
  height: 780px;
}
.tab-content .tab_bg_content .bg11 {
  width: 100%;
  background: url("../images/bg11.png");
  height: 780px;
}
.tab-content .tab_bg_content .bg12 {
  width: 100%;
  background: url("../images/bg12.png");
  height: 780px;
}
.tab-content .tab_bg_content .bg13 {
  width: 100%;
  background: url("../images/bg13.png");
  height: 780px;
}
.tab-content .tab_bg_content .bg14 {
  width: 100%;
  background: url("../images/bg14.png");
  height: 780px;
}

.tab-list {
  display: flex;
  gap: 27px;
  flex-wrap: wrap;
  justify-content: center;
}
.tab-list img {
  width: 138px;
  height: 100px;
}
.tab-list div {
  cursor: pointer;
}

.tab_bg {
  position: relative;
  overflow: hidden;
}

.tabs {
  display: flex;
  margin: 40px 0;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
}

.tab-link {
  padding: 12px 24px;
  margin: 0 10px;
  cursor: pointer;
  font-weight: 600;
  color: #555;
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 30px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.tab-link.current {
  color: #908b79;
}

.tab-link.current::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 3px;
  background-color: #908b79;
}

.tab_01,
.tab_02,
.tab_03,
.tab_04,
.tab_05,
.tab_06,
.tab_07,
.tab_08,
.tab_09,
.tab_10,
.tab_11,
.tab_12,
.tab_13,
.tab_14 {
  position: relative;
  min-width: 120px;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.tab_01:hover,
.tab_02:hover,
.tab_03:hover,
.tab_04:hover,
.tab_05:hover,
.tab_06:hover,
.tab_07:hover,
.tab_08:hover,
.tab_09:hover,
.tab_10:hover,
.tab_11:hover,
.tab_12:hover,
.tab_13:hover,
.tab_14:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.tab_01:hover img,
.tab_02:hover img,
.tab_03:hover img,
.tab_04:hover img,
.tab_05:hover img,
.tab_06:hover img,
.tab_07:hover img,
.tab_08:hover img,
.tab_09:hover img,
.tab_10:hover img,
.tab_11:hover img,
.tab_12:hover img,
.tab_13:hover img,
.tab_14:hover img {
  transform: scale(1.05);
}

.tab_01:hover .tab_01_text,
.tab_02:hover .tab_02_text,
.tab_03:hover .tab_03_text,
.tab_04:hover .tab_04_text,
.tab_05:hover .tab_05_text,
.tab_06:hover .tab_06_text,
.tab_07:hover .tab_07_text,
.tab_08:hover .tab_08_text,
.tab_09:hover .tab_09_text,
.tab_10:hover .tab_10_text,
.tab_11:hover .tab_11_text,
.tab_12:hover .tab_12_text,
.tab_13:hover .tab_13_text,
.tab_14:hover .tab_14_text {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 768px) {
  .tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    margin: 1rem 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0.5rem;
  }
  .tab-link {
    padding: 0.6rem 0.8rem;
    cursor: pointer;
    font-weight: 600;
    color: #555;
    background: #f5f5f5;
    text-align: center;
    border-radius: 1.5rem;
    font-size: 0.8rem;
    transition: all 0.3s ease;
  }
  .tab-link .current {
    color: #fff;
    background: #908b79;
  }
}/*# sourceMappingURL=Virtual.css.map */