img {
  max-width: 100%;
  width: auto;
}

.bg {
  background-image: url(/_common/_event/2025Q3/_img/bg.jpg);
  background-position: top center;
  background-size: 100%;
  background-color: #b9f0ff;
  background-repeat: no-repeat;
  margin-top: 38px;
}

.area_notion {
  margin-top: -90px;
  position: relative;
}
@media (max-width: 1200px) {
  .area_notion {
    margin-top: -50px;
  }
}
@media (max-width: 768px) {
  .area_notion {
    margin-top: -40px;
  }
}
.area_notion .notion {
  display: flex;
  background-color: #fff;
  color: #3d3d3d;
  padding: clamp(16px, 2vw, 36px);
  border-radius: 8px;
  max-width: 915px;
  margin: auto;
}
@media (max-width: 768px) {
  .area_notion .notion {
    flex-direction: column;
  }
}
@media (max-width: 375px) {
  .area_notion .notion {
    padding: 12px 16px;
  }
}
.area_notion .notion .title {
  padding-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #fff;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .area_notion .notion .title {
    padding-right: 0;
    border: none;
    justify-content: flex-start;
  }
}
.area_notion .notion .title p {
  font-size: clamp(20px, 1.8vw, 34px);
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .area_notion .notion .title p {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 2px;
  }
}
@media (max-width: 576px) {
  .area_notion .notion .title p {
    letter-spacing: 0;
  }
}
.area_notion .notion .des {
  padding-left: 0;
}
@media (max-width: 576px) {
  .area_notion .notion .des {
    padding-left: 0;
    border: none;
  }
}
@media (max-width: 768px) {
  .area_notion .notion .des ul {
    padding-left: 26px;
  }
}
@media (max-width: 768px) {
  .area_notion .notion .des ul li {
    line-height: 1.6;
    font-size: 15px;
  }
}
.area_notion .notion .des p {
  line-height: 2;
}
@media (max-width: 576px) {
  .area_notion .notion .des p {
    line-height: 1.75;
  }
}
@media (max-width: 375px) {
  .area_notion .notion .des p {
    line-height: 1.35;
    font-size: 14px;
  }
}

.main {
  margin-top: 20px;
  padding-bottom: clamp(30px, 4vw, 60px);
}

#custTab {
  align-items: flex-end;
}
#custTab .nav-item {
  width: 33.333%;
  flex-grow: 1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  #custTab .nav-item {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
}
#custTab .nav-item:nth-child(1) .nav-link {
  background-color: #02b5d2;
  color: #fff;
}
#custTab .nav-item:nth-child(1) .nav-link.active {
  height: 86px;
}
@media (max-width: 768px) {
  #custTab .nav-item:nth-child(1) .nav-link.active {
    height: 74px;
  }
}
@media (max-width: 375px) {
  #custTab .nav-item:nth-child(1) .nav-link.active {
    height: 86px;
  }
}
#custTab .nav-item:nth-child(2) .nav-link {
  background-color: #539ae7;
  color: #fff;
}
#custTab .nav-item:nth-child(2) .nav-link.active {
  height: 86px;
}
@media (max-width: 768px) {
  #custTab .nav-item:nth-child(2) .nav-link.active {
    height: 74px;
  }
}
@media (max-width: 375px) {
  #custTab .nav-item:nth-child(2) .nav-link.active {
    height: 86px;
  }
}
#custTab .nav-item:nth-child(3) .nav-link {
  background-color: #d59673;
  color: #fff;
}
#custTab .nav-item:nth-child(3) .nav-link.active {
  height: 86px;
}
@media (max-width: 768px) {
  #custTab .nav-item:nth-child(3) .nav-link.active {
    height: 74px;
  }
}
@media (max-width: 375px) {
  #custTab .nav-item:nth-child(3) .nav-link.active {
    height: 86px;
  }
}
#custTab .nav-link {
  background-color: transparent;
  width: 100%;
  height: 64px;
  border-bottom: none;
  font-size: clamp(18px, 2vw, 24px) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  border-radius: 0;
}
@media (max-width: 768px) {
  #custTab .nav-link {
    height: 54px;
    flex-direction: column;
    font-size: 14px !important;
    line-height: 1;
    line-height: 1.25;
  }
}
@media (max-width: 375px) {
  #custTab .nav-link {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 15px !important;
  }
}
#custTab .nav-link.active {
  border-top: none;
  box-shadow: none;
  font-size: clamp(18px, 2vw, 26px);
  border: none;
}
#custTab .nav-link.active img:first-child {
  display: block !important;
}
#custTab .nav-link:focus {
  outline: none;
}
#custTab .nav-link img {
  margin-right: 12px;
}
#custTab .nav-link img:first-child {
  display: block;
}
@media (max-width: 768px) {
  #custTab .nav-link img:first-child {
    display: none;
  }
}
#custTab .nav-link img:last-child {
  display: none;
}
@media (max-width: 991px) {
  #custTab .nav-link img {
    margin-right: 8px;
    height: 20px;
  }
}
@media (max-width: 768px) {
  #custTab .nav-link img {
    margin-right: 0;
    margin-bottom: 6px;
  }
}

.area_list {
  background-color: #fff;
  padding: clamp(30px, 2.5vw, 40px) clamp(20px, 2vw, 30px);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .area_list {
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
  }
}
.area_list .card_pro {
  width: calc(25% - 15px);
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 20px;
  text-decoration: none;
  transition: box-shadow 0.3s;
  box-shadow: 1px 2px 7px #cbcbcb;
}
@media (max-width: 991px) {
  .area_list .card_pro {
    width: calc(33.333% - 15px);
  }
}
@media (max-width: 768px) {
  .area_list .card_pro {
    width: calc(50% - 6px);
    padding: 12px;
  }
}
.area_list .card_pro:hover {
  box-shadow: 0 0 12px rgba(96, 96, 96, 0.6);
}
.area_list .card_pro:hover .pic img {
  transform: scale(1.1);
}
.area_list .pic {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 8px;
}
.area_list .pic img {
  transition: transform 0.3s;
}
.area_list p {
  text-align: center;
  margin: 0;
}
.area_list .title {
  color: #231815;
  font-weight: 700;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .area_list .title {
    font-size: 15px;
  }
}
.area_list .title-sec {
  color: #999999;
  font-size: 15px;
  margin-bottom: 8px;
  text-decoration: line-through;
}
@media (max-width: 768px) {
  .area_list .title-sec {
    font-size: 14px;
  }
}
.area_list .notion {
  color: #dc3545;
}
@media (max-width: 768px) {
  .area_list .notion {
    font-size: 15px;
  }
}/*# sourceMappingURL=style.css.map */