@charset "utf-8";

/* sub 공통 ========================================================================================= */
figure {
  margin: 0;
}

/* sub 상단 ========================================================================================= */
.sub_visual {
  position: relative;
  max-width: 2560px;
  margin: 0 auto;
  height: 400px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
}
/* .sub_visual.visual01 .bg {
  background-image: url(../img/sub_visual01.jpg);
}
.sub_visual.visual02 .bg {
  background-image: url(../img/sub_visual02.jpg);
}
.sub_visual.visual03 .bg {
  background-image: url(../img/sub_visual03.jpg);
}
.sub_visual.visual04 .bg {
  background-image: url(../img/sub_visual04.jpg);
}
.sub_visual.visual05 .bg {
  background-image: url(../img/sub_visual05.jpg);
}
.sub_visual.visual06 .bg {
  background-image: url(../img/sub_visual06.jpg);
} */

.sub_visual .title_warp {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: right;
}
.sub_visual .title_warp .title_page {
  height: 300px;
  position: relative;
  text-align: left;
  margin: 0;
  transform: translateY(60%);
  z-index: 2;
}
.sub_visual h3 {
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 10px;
  letter-spacing: 1px;
  color: #fff;
  opacity: 0.8;
}
.sub_visual h3.sub_title {
  font-size: 17px;
  font-weight: 400;
  padding-top: 10px;
  letter-spacing: 1px;
  color: #555;
  opacity: 0.8;
  text-align: left;
  margin-left: 10px;
}
.sub_visual .main_title {
  font-size: 52px;
  font-weight: 600;
  text-align: left;
  color: #000;
  letter-spacing: -1px;
}

.sub_visual .inBox {
  font-size: 14px;
  padding-top: 10px;
  color: #fff;
}
.sub_visual .inBox i {
  font-size: 14px;
  color: #fff;
  display: inline-block;
}
.sub_visual .inBox a {
  padding: 0 13px 0 0;
}
.sub_visual .inBox span {
  padding: 0 13px;
  opacity: 0.8;
}
.sub_visual .inBox span.strong {
  opacity: 1;
  padding: 0 0 0 13px;
}
/* .sub_visual .cover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../img/sub_visual_cover.png) center bottom no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; min-width: 1200px; opacity: 0.6; z-index: 1; }
.sub_visual .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover; } */
.sub_visual.tmp {
  height: 100px;
  background-color: #000;
}
.sub_visual.tmp .title_warp {
  display: none;
}

.sub_visual h3,
.sub_visual .main_title,
.sub_visual .inBox {
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-name: visual-tit;
  -webkit-animation-name: visual-tit;
}

.sub_visual .main_title {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.sub_visual .inBox {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}

.sub_visual .bg {
  content: "";
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  -webkit-animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-name: visual-zoom;
  -webkit-animation-name: visual-zoom;
}

@keyframes visual-zoom {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes visual-zoom {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes visual-tit {
  0% {
    opacity: 0;
    -webkit-opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes visual-tit {
  0% {
    opacity: 0;
    -webkit-opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-opacity: 1;
    transform: translateY(0px);
  }
}

@media screen and (max-width: 576px) {
  .sub_visual {
    height: 300px;
  }
  .sub_visual .title_warp {
    width: 100%;
  }
  .sub_visual .title_warp .title_page {
    height: 200px;
  }
  .sub_visual h3.sub_title {
    font-size: 14px;
    text-align: center;
  }
  .sub_visual .main_title {
    font-size: 34px;
    text-align: center;
  }
  .sub_visual .inBox {
    font-size: 12px;
  }
}

/* sub 제목 ========================================================================================= */
.content_wrap {
  width: 100%;
}
.content_wrap .content_area {
  width: 100%;
  max-width: 1600px;
  margin: 0px auto;
  padding: 150px 0px 100px 0px;
}
.content_wrap .txtCon {
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px 20px 100px 20px;
  font-size: 17px;
  color: #555;
  font-weight: 400;
  line-height: 1.5;
  clear: both;
}
.content_wrap .txtCon .sub_title {
  text-align: center;
  padding: 0px 20px 50px 20px;
  display: none;
}
.content_wrap .txtCon .sub_title h2 {
  font-size: 45px;
  color: #000;
}
.content_wrap .txtCon .sub_title p {
  font-size: 18px;
  color: #555;
  padding-top: 10px;
  word-break: keep-all;
}
.content_wrap .txtboard {
  max-width: 1600px;
  margin: 0 auto;
  padding: 100px 20px 50px 20px;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: -0.02em;
  clear: both;
}
.content_wrap .txtboard span {
  font-size: 14px;
}

@media screen and (max-width: 576px) {
  .content_wrap .txtCon {
    font-size: 15px;
  }
  .content_wrap .txtCon .sub_title {
    margin: 50px 0 50px;
  }
  .content_wrap .txtCon .sub_title h2 {
    font-size: 32px;
  }

  .content_wrap .content_area {
    padding: 50px 0;
  }
}

/* sub 네비 ========================================================================================= */
.share-area {
  float: right;
  display: block;
  padding-top: 17px;
  box-sizing: border-box;
}
.share-area .hide-wrap {
  width: 151px;
  height: 34px;
  overflow: hidden;
  float: left;
}
.share-area .hide-wrap .hide-area {
  width: 151px;
  height: 34px;
  position: relative;
  left: 200px;
}
.share-area .hide-wrap .hide-area ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.share-area .hide-wrap .hide-area ul li {
  float: left;
  margin-left: 13px;
  cursor: pointer;
}
.share-area .hide-wrap .hide-area ul li:first-child {
  margin-left: 0;
}
.share-area .share-btn {
  width: 34px;
  height: 34px;
  background-image: url(../img/share_open_bt.png);
  float: right;
  text-indent: -9999px;
  padding-left: 18px;
  box-sizing: unset;
  background-repeat: no-repeat;
  background-position-x: right;
  transition: all 0.5s ease;
  background-color: inherit;
  border: 0;
  margin-right: 20px;
}
.share-area .share-btn.active {
  background-image: url(../img/share_close_bt.png);
  border-left: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .share-area {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .share-area .share-btn {
    display: none;
  }
  .share-area {
    display: none;
  }
}

/* sub wrap 넓이 설정 =============================================================================== */
.sub_wrap {
  font-size: 16px;
  padding: 150px 20px;
}

.max_w1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}
.max-w1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.max-w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/*인사말*/
.greeting_span {
  color: #277de9;
}
.greeting {
  position: relative;
  max-width: 1200px;
}
.greeting .greeting_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.greeting .img {
  width: 30%;
}

.greeting .img img {
  width: 100%;
}

.greeting .tit {
  width: 65%;
  padding: 5px 30px 50px 100px;
}
.greeting .tit h3 {
  font-size: 28px;
  color: #111;
  font-weight: 700;
  line-height: 1.6;
  word-break: keep-all;
  box-sizing: border-box;
  text-align: left;
  letter-spacing: -1px;
  margin-bottom: 35px;
}

.greeting .sign {
  text-align: right;
  font-size: 1.125em;
  font-weight: bold;
  color: #222;
  margin-top: 60px;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: right center;
  line-height: 50px;
}

.greeting .sign .name {
  font-size: 24px;
}

@media screen and (max-width: 980px) {
  .greeting .tit {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 50px;
  }

  .greeting .tit h3 br {
    display: none;
  }

  .greeting .img {
    width: 450px;
  }

  .greeting .img:before {
    left: 50%;
    width: 300px;
    height: 310px;
    margin-left: -150px;
    background-size: cover;
  }

  .greeting .colum .left {
    width: 100%;
    clear: both;
  }

  .greeting .colum .right {
    width: 100%;
    padding-top: 20px;
    clear: both;
  }
}
@media screen and (max-width: 567px) {
  .greeting .tit h3 {
    font-size: 22px;
    line-height: 1.6em;
  }

  .greeting .sign .name {
    display: block;
  }
}

/*인사말*/

/*그룹소개*/
.info h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  word-break: keep-all;
  box-sizing: border-box;
  text-align: left;
  letter-spacing: -1px;
  margin-bottom: 50px;
  color: #111;
}
.info .info_txt_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
  margin: 50px 0 70px;
}

.info .info_txt1 {
  width: 245px;
}

.info .info_txt2 {
  width: calc(100% - 245px);
}

.info .info_txt2 h4 {
  font-size: 26px;
  font-weight: 700;
  word-break: keep-all;
  color: #333;
  margin-bottom: 50px;
  letter-spacing: -1px;
}

.info .info_img {
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}

.info .info_img img {
  position: relative;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  /* 이미지의 초기 위치를 아래로 조정 */
  width: 100%;
  max-width: 100%;
  transition: clip-path 0.5s, opacity 0.5s ease-in-out,
    transform 0.5s ease-in-out;
  /* opacity와 transform 변화에 대한 transition 추가 */
  clip-path: inset(0 15% 0 15%);
  opacity: 0;
  /* 초기 투명도 설정 */
}

.info .symbol_bg {
  margin: 200px auto 0 auto;
}

.info .symbol_bg .grid_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
.info .symbol_bg .grid {
  width: 45%;
}

.info .symbol_bg .grid img {
  width: 100%;
}
.info .symbol_bg h4 {
  font-size: 22px;
  margin-top: 20px;
}

@media screen and (max-width: 1130px) {
  .info .info_txt2 h4 > br {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .info .info_txt2 {
    width: calc(100% - 0px);
  }
  .info .info_txt2 h4 {
    font-size: 24px;
  }
  .info .info_txt_box {
    margin: 0 0 50px 0;
  }

  .info .symbol_bg .grid {
    width: 100%;
    margin-bottom: 50px;
  }
  .info .symbol_bg .grid_flex {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 567px) {
  .info .info_txt2 h4 {
    font-size: 18px;
  }
  .info .symbol_bg {
    margin: 100px auto 0 auto;
  }
  .info h3 {
    font-size: 22px;
  }
  .info .symbol_bg h4 {
    font-size: 17px;
  }
}

/*그룹소개*/

/*조직도*/
.group_area h3 {
  text-align: center;
  font-size: 22px;
}

.group_area h4 {
  text-align: center;
  margin: 10px 0;
}

.group_area img {
  width: 100%;
}
.organization-chart {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

/* 박스 스타일 */
.org-box {
  width: 20rem;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
}

/* 최상위 박스 스타일 */
.chairman-box {
  position: relative;
  text-align: center;
  width: 100%;
}

.chairman-title {
  width: 20rem;
  height: 80px;
  margin: 0 auto;
  background-color: #5980c1;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 2px solid #5980c1;
}

/* 색상 스타일 */
.blue-box {
  background-color: #5980c1;
  color: white;
  border-color: #5980c1;
}

.sky-box {
  background-color: #5dcdf3;
  color: white;
  border-color: #5dcdf3;
}

.white-box {
  background-color: white;
  color: #5980c1;
  border-color: #5980c1;
}

/* 텍스트 스타일 */
.title-kr {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

.title-en {
  font-size: 14px;
}

/* 연결선 스타일 */
.line-container {
  position: relative;
  height: 20px;
}

.line-container.tall {
  height: 100px;
}

.vertical-line {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}

/* 2단계 레이아웃 */
.second-level {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 30px;
}

.board-box,
.advisor-box {
  width: calc(50% - 3rem);
}

.executive-box {
  width: calc(50% - 3rem);
  position: relative;
}

/* 하단 레이아웃 */
.third-level {
  position: relative;
}

.horizontal-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 68.5%;
  height: 1px;
  background-color: #ccc;
}
.horizontal-line.top-line {
  top: 20%;
  z-index: -1;
}

.team-row {
  display: flex;
  justify-content: space-around;
  position: relative;
  gap: 30px;
}

.team-box {
  position: relative;
  width: 33%;
  padding-top: 50px;
}

.team-box .vertical-line {
  height: 50px;
  top: 0;
}

/* 반응형 스타일 - 정렬을 유지하고 크기만 조정 */
@media screen and (max-width: 992px) {
  .organization-chart {
    max-width: 100%;
  }
  .chairman-title {
    width: 50%;
  }
  .org-box {
    width: 100%;
    height: 70px;
  }

  .title-kr {
    font-size: 16px;
  }

  .title-en {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .org-box,
  .chairman-title {
    height: 60px;
  }

  .title-kr {
    font-size: 14px;
  }

  .title-en {
    font-size: 12px;
  }

  .second-level,
  .team-row {
    gap: 15px;
  }
}

/*조직도*/

/*탭*/
.navi_tab {
  clear: both;
  width: 100%;
  overflow: hidden;
  clear: both;
  box-sizing: border-box;
}

.navi_tab li {
  width: 33.3333%;
  float: left;
  height: 70px;
  margin-top: -1px;
  margin-right: -1px;
  overflow: hidden;
}

.navi_tab_group li {
  width: 33.3333%;
}

.ak21_performer .navi_tab li,
.navi_tab_group .tab_group li {
  width: 25%;
}

.navi_tab li a {
  text-align: center;
  color: #808080;
  line-height: 70px;
  font-size: 17px;
  display: block;
  height: 70px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
}

.navi_tab li:last-child {
  border-right: 0;
  margin-right: 0;
}

.navi_tab li a.on {
  color: #fff;
  background-color: #277de9;
  height: 70px;
  border: 1px solid #277de9;
  box-shadow: 0 15px 15px rgba(65, 71, 143, 0.2);
}

@media all and (max-width: 576px) {
  .ak21_performer .navi_tab li,
  .navi_tab_group .tab_group li {
    width: 50%;
  }
}

/*탭*/

/*오시는 길*/
.map_area {
  position: relative;
  z-index: 1;
}

.map_area .txt {
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 1400px;
  z-index: 100;
}

.map_area .txt .txt_wrap {
  background-color: #006fce;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  padding: 45px 0;
}

.map_area .txt .logo {
  position: absolute;
  top: 34px;
  left: 0;
  border-right: 1px solid #1a7dd3;
  text-align: center;
  width: 315px;
  line-height: 90px;
  height: 90px;
}

.map_area .txt .contact {
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.6;
  padding: 0 0 0 405px;
}

.map_area .txt .tx .tel {
  font-weight: 300;
}

.map_area .txt .bt {
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -35px;
  display: block;
  border-radius: 65px;
  border: 3px solid #fff;
  color: #fff;
  font-size: 20px;
  text-align: center;
  min-width: 220px;
  line-height: 60px;
  height: 65px;
}

.contact_address {
  width: 100%;
  height: auto;
  line-height: 1.7;
}

.contact_address ul {
  display: block;
  padding: 130px 20px 20px 0px;
  border-bottom: 1px solid #ddd;
}

.contact_address ul li {
  color: #555;
  font-size: 17px;
  display: block;
}

.contact_traffic {
  margin: 100px auto;
  clear: both;
}

.contact_traffic:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  padding-bottom: 50px;
  clear: both;
}

.contact_traffic ul {
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
}

.contact_traffic .bus {
  width: 100%;
}

.contact_traffic .subway {
  width: 100%;
}

.contact_traffic ul li {
  color: #555;
  line-height: 33px;
  font-size: 17px;
}

.contact_traffic h3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -1px;
  color: #1a1a1a;
  padding-bottom: 10px;
  margin-top: 25px;
  text-align: left;
}

.map_info {
  width: 283px;
  height: 274px;
  background: #0ba2b3;
  position: absolute;
  left: 0;
  top: 0px;
  padding: 40px 38px;
  box-sizing: border-box;
  font-size: 17px;
  color: #f8969a;
  letter-spacing: 0;
}

.map_info span {
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.25px;
}

.map_info p {
  padding-top: 20px;
  color: #f2f2f2;
  line-height: 1.4;
}

.map_btn {
  position: absolute;
  left: 38px;
  bottom: 40px;
}

.map_btn a {
  display: inline-block;
  height: 41px;
  line-height: 41px;
  padding: 0 5px 0 5px;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  text-align: center;
  color: #fff;
  letter-spacing: -0.5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.map_btn a:hover {
  color: #c2131a;
  background: #fff;
  border-color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.map_btn a:first-child {
  margin-right: 5px;
}

@media all and (max-width: 576px) {
  .map_area .txt {
    position: relative;
    bottom: auto;
    left: auto;
    transform: translateX(0);
    margin-top: -30px;
    width: auto;
  }

  .map_area .txt .logo img {
    height: 20px;
  }

  .map_area .txt .contact {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 180%;
    padding: 20px 0 0;
    text-align: center;
    clear: both;
  }

  .map_area .txt .txt_wrap {
    border-radius: 0px 0px 20px 0px;
    margin: 0 15px;
    padding: 0 0 30px;
  }

  .map_area .txt .bt {
    position: static;
    border-radius: 65px;
    border-width: 2px;
    font-size: 15px;
    margin: 25px auto 0;
    width: 150px;
    line-height: 40px;
    height: 40px;
  }

  .map_area .txt .logo {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    border-right: 0;
    width: 100%;
    line-height: 70px;
    height: 70px;
  }
}

@media all and (min-width: 577px) and (max-width: 992px) {
  .map_area .txt {
    position: relative;
    bottom: auto;
    left: auto;
    transform: translateX(0);
    margin-top: -30px;
    width: auto;
  }

  .map_area .txt .logo img {
    height: 20px;
  }

  .map_area .txt .contact {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 180%;
    padding: 20px 0 0;
    text-align: center;
    clear: both;
  }

  .map_area .txt .txt_wrap {
    border-radius: 0px 0px 20px 0px;
    margin: 0 15px;
    padding: 0 0 30px;
  }

  .map_area .txt .bt {
    position: static;
    border-radius: 65px;
    border-width: 2px;
    font-size: 15px;
    margin: 25px auto 0;
    width: 150px;
    line-height: 40px;
    height: 40px;
  }

  .map_area .txt .logo {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    border-right: 0;
    width: 100%;
    line-height: 70px;
    height: 70px;
  }
}

@media all and (min-width: 993px) and (max-width: 1200px) {
  .map_area .txt {
    margin-top: -30px;
    width: 1024px;
  }

  .map_area .txt .txt_wrap {
    border-radius: 0px 0px 20px 0px;
    margin: 0 15px;
    padding: 0 0 30px;
  }

  .map_area .txt .logo {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    border-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .map_area .txt .logo:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -88px;
    background-color: #1a7dd3;
    width: 177px;
    height: 1px;
  }

  .map_area .txt .contact {
    line-height: 180%;
    padding: 20px 0 0;
    text-align: center;
  }

  .map_area .txt .contact .tel {
    font-weight: 300;
  }

  .map_area .txt .bt {
    position: static;
    border-radius: 65px;
    margin: 35px auto 0;
    width: 150px;
  }
}

/*오시는 길*/

/* calendar*/
/* 헤더 및 버튼 스타일 */
.calendar_txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
  padding: 100px 0 20px;
}

.calendar_txt h2 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #000;
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.calendat_btn {
  margin-left: auto;
  display: flex;
  gap: 10px;
}

/* 뷰 컨테이너 */
.view-container {
  display: none;
}

.view-container.active {
  display: block;
}

/* 리스트 뷰 스타일 */
.event-day-header {
  padding: 20px 0;
}

.event-day-header h3 {
  font-size: 28px;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 5px;
}

.event-day-header .day-subtitle {
  font-size: 16px;
  color: #718096;
  margin: 0;
}

.venue-section {
  background: white;
  border-radius: 8px;

  margin-bottom: 25px;
  overflow: hidden;
}

.venue-header {
  background: #000067;
  color: white;
  padding: 15px 20px;
  display: flex;
  align-items: center;
}

.venue-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.venue-title {
  font-size: 18px;
  font-weight: bold;
}

.venue-subtitle {
  font-size: 14px;
  opacity: 0.9;
}

.venue-section .event-list {
  border: 1px solid #c1cfdf;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.event-card {
  padding: 15px 20px;
  border-bottom: 1px solid #f0f4f8;
  transition: background-color 0.2s;
}

.event-card:last-child {
  border-bottom: none;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.event-card:hover {
  background-color: #f9fafb;
}

.event-time {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  background-color: #ebf4ff;
  color: #3182ce;
}

.event-title {
  font-weight: bold;
  margin-bottom: 5px;
  color: #2d3748;
}

.event-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #718096;
  margin-bottom: 10px;
}

.event-details {
  font-size: 17px;
  color: #4a5568;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dashed #e2e8f0;
}

.event-details-en {
  font-size: 16px;
  color: #718096;
  margin-top: 5px;
}

.highlight-badge {
  display: inline-block;
  background-color: #3182ce;
  color: white;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 20px;
  margin-left: 10px;
  vertical-align: middle;
}

.day-divider {
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(226, 232, 240, 0) 0%,
    rgba(226, 232, 240, 1) 50%,
    rgba(226, 232, 240, 0) 100%
  );
  margin: 40px 0;
}

/* 캘린더 뷰 스타일 */
.monthly-calendar {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 30px;
}

.month-header {
  background: #000067;
  color: white;
  padding: 15px 20px;
  text-align: center;
}

.month-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background-color: #f7fafc;
  border-bottom: 1px solid #e2e8f0;
  font-weight: 600;
}

.weekdays div {
  text-align: center;
  padding: 10px;
  color: #4a5568;
}

.days-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.day {
  border: 1px solid #e2e8f0;
  min-height: 100px;
  padding: 8px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s;
}

.day:hover {
  background-color: #f9fafb;
}

.other-month {
  color: #a0aec0;
  background-color: #f8fafc;
}

/* 일별 이벤트 목록 */
.daily-events {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 20px;
}

.daily-events h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  color: #2d3748;
}

.event-list-calendar {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cal-event {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #e2e8f0;
}

.cal-event:last-child {
  border-bottom: none;
}

.cal-event-time {
  flex: 0 0 120px;
  font-weight: 600;
  color: #3182ce;
  padding-right: 15px;
}

.cal-event-info {
  flex: 1;
}

.cal-event-title {
  font-weight: 600;
  margin-bottom: 5px;
  color: #2d3748;
}

.cal-event-venue {
  font-weight: normal;
  color: #718096;
}

.cal-event-desc {
  font-size: 14px;
  color: #4a5568;
  margin-top: 5px;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
  .calendar_txt {
    flex-direction: column;
    gap: 15px;
    margin: 0;
    align-items: flex-start;
    padding: 50px 0 20px;
  }

  .calendar_txt h2 {
    position: static;
    transform: none;
    font-size: 36px;
  }

  .calendat_btn {
    margin-left: 0;
  }

  .event-day-header h3 {
    font-size: 24px;
  }

  .cal-event {
    flex-direction: column;
  }

  .cal-event-time {
    flex: none;
    margin-bottom: 10px;
  }

  .days-grid {
    font-size: 12px;
  }

  .day {
    min-height: 80px;
    padding: 5px;
  }

  .day-event {
    font-size: 9px;
    padding: 2px 3px;
  }
}

/* 버튼 스타일 */
.calendat_btn {
  display: flex;
  gap: 12px;
}

.calendat_btn button {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  cursor: pointer;
  padding: 10px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  position: relative;
}

.calendat_btn button.active {
  background-color: #000067;
  border-color: #000067;
  color: white;
}

.calendat_btn svg {
  width: 24px;
  height: 24px;
  transition: color 0.3s;
}

.calendat_btn button.active svg {
  color: white;
}

/* 하이라이트 요소 */
.highlight {
  position: relative;
}

.highlight::after {
  content: "하이라이트";
  position: absolute;
  top: -10px;
  right: 10px;
  background: #ff3366;
  color: white;
  padding: 3px 10px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 3px 8px rgba(255, 51, 102, 0.3);
  transform: rotate(2deg);
}

/* 버튼 툴팁 */
.calendat_btn button[title]:hover::after {
  content: attr(title);
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 10px;
  background: #2d3748;
  color: white;
  border-radius: 4px;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  z-index: 10;
}
/* sub01 ==================================================================================== */
.sub01_wrap {
  padding: 100px 0 0 0;
}

.ak21_team .border_wrapper .sub01_wrap {
  padding: 200px 0 0 0;
}
.sub01_wrap .sub01_box_wrap {
  border-bottom: 1px solid #d6d6db;
  padding: 0 0 100px;
}
.sub01_wrap .sub01_swiper {
  overflow: hidden;
}
.sub01_wrap .sub01_swiper .swiper-wrapper {
  padding: 0 0 22px;
}
.sub01_wrap .sub01_swiper .swiper-wrapper .swiper-slide:hover {
  cursor: grab;
}
.sub01_wrap .sub01_swiper .swiper-wrapper .swiper-slide .swiper_img {
  border-radius: 20px;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 330px;
}
.sub01_wrap .sub01_swiper .swiper-wrapper .swiper-slide .swiper_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sub01_wrap .sub01_swiper .swiper-wrapper .swiper-slide .slide_txt {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 18px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.84px;
  padding: 70px 65px;
}
.sub01_wrap .sub01_swiper .swiper_page_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub01_wrap .sub01_swiper .swiper_page_wrap .swiper-button-prev,
.sub01_wrap .sub01_swiper .swiper_page_wrap .swiper-button-next {
  display: block;
  background: none;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin: 0 5px;
  cursor: pointer;
  top: auto;
  left: auto;
  right: auto;
  position: relative;
  width: 20px;
  height: 20px;
}
.sub01_wrap .sub01_swiper .swiper_page_wrap .swiper-pagination {
  bottom: auto;
  top: auto;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
  padding: 0 5px;
  color: #979797;
  text-align: center;
  font-size: 17px;
  font-weight: 300;
  position: relative;
  align-items: center;
  width: fit-content;
}
.sub01_wrap .sub01_swiper .swiper_page_wrap .swiper-pagination .cnt {
  color: #000;
  text-align: center;
  font-size: 17px;
  font-weight: 300;
  line-height: 100%;
  width: 30px;
}
.sub01_wrap .sub01_swiper .swiper_page_wrap .swiper-pagination .total {
  color: #979797;
  text-align: center;
  font-size: 17px;
  font-weight: 300;
  width: 30px;
}

.sub01_wrap .sub01_box_wrap2 {
  display: flex;
  flex-direction: column;
  gap: 78px;
  padding: 64px 0;
}
.sub01_wrap .sub01_box_wrap2 .sub01_flex {
  display: flex;
  flex-direction: row;
  gap: 0;
}
.sub01_wrap .sub01_box_wrap2 .sub01_flex .c01_left {
  flex: 0 0 19.6vw;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.72px;
  line-height: 1;
  color: #000;
}
.sub01_wrap .sub01_box_wrap2 .sub01_flex .c01_left .num {
  display: inline-flex;
  color: #555;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  width: 36px;
  height: 36px;
  position: relative;
  right: 15px;
  border-radius: 50%;
  border: 1px solid #d6d6db;
  background: #fff;
}
.sub01_wrap .sub01_box_wrap2 .sub01_flex .c01_right {
  transform: translateY(3px);
  flex-grow: 1;
  text-align: left;
}
.sub01_wrap .sub01_box_wrap2 .sub01_flex .c01_right .c01_right_txt {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.6px;
  position: relative;
  top: -2px;
}
.sub01_wrap .sub01_box_wrap2 .sub01_flex .c01_right .table_wrap {
  margin-top: -5px;
}
.sub01_wrap .sub01_box_wrap2 .sub01_flex .c01_right .table_wrap .con1_tbl {
  display: flex;
}
.sub01_wrap
  .sub01_box_wrap2
  .sub01_flex
  .c01_right
  .table_wrap
  .con1_tbl
  table {
  flex-grow: 1;
}

.sub01_wrap .sub01_bottom_box {
  display: flex;
  flex-direction: column;
  border: 1px solid #d0d0d0;
  background: var(--write-bg);
  margin: 50px 0 80px;
  border-radius: 15px;
  padding: 58px 48px;
  gap: 28px;
}
.sub01_wrap .sub01_bottom_box h2 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.72px;
}
.sub01_wrap .sub01_bottom_box ul {
  padding-left: 6px;
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
}
.sub01_wrap .sub01_bottom_box ul li {
  position: relative;
  padding-left: 4px;
  color: #555;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: -0.5px;
}
.sub01_wrap .sub01_bottom_box ul li:after {
  content: "";
  display: block;
  background-color: #666;
  width: 2px;
  height: 2px;
  position: absolute;
  top: 11px;
  left: -5px;
  border-radius: 50%;
}

@media screen and (max-width: 992px) {
  .sub01_wrap .sub01_swiper .swiper-wrapper .swiper-slide .slide_txt {
    padding: 40px;
  }
  .sub01_wrap .sub01_box_wrap2 .sub01_flex {
    flex-direction: column;
  }
  .sub01_wrap .sub01_box_wrap2 .sub01_flex .c01_left {
    flex: 0 0 50px;
  }
  .sub01_wrap .sub01_box_wrap2 {
    gap: 40px;
  }
}

@media screen and (max-width: 640px) {
  .sub01_wrap .sub01_box_wrap {
    padding: 0 0 50px;
  }
  .sub01_wrap .sub01_swiper .swiper-wrapper .swiper-slide .slide_txt {
    font-size: 17px;
    padding: 25px;
  }
  .sub01_wrap .sub01_box_wrap2 .sub01_flex .c01_left {
    font-size: 21px;
  }
  .sub01_wrap .sub01_box_wrap2 .sub01_flex .c01_left .num {
    width: 30px;
    height: 30px;
    right: 5px;
  }
  .sub01_wrap .sub01_box_wrap2 .sub01_flex .c01_right .slide_txt {
    font-size: 17px;
  }
  .sub01_wrap .sub01_bottom_box {
    padding: 38px 30px;
    margin: 20px 0 20px;
  }
  .sub01_wrap .sub01_bottom_box h2 {
    font-size: 19px;
  }
}

@media screen and (max-width: 576px) {
  .sub01_wrap {
    padding: 50px 0 0 0;
  }
  .ak21_team .border_wrapper .sub01_wrap {
    padding: 100px 0 0 0;
  }
}

.sub01_wrap h2 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #000;
  transition: all 0.3s;
  margin-bottom: 80px;
}

/* section03 시작 */
.sample135_section03 {
  margin: 0 0 200px;
}
.sample135_section03 .s03_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sample135_section03 .navi_btn {
  position: relative;
  min-width: 190px;
  font-size: 17px;
  z-index: 2;
}
.sample135_section03 .navi_btn .navi {
  position: absolute;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-radius: 100%;
  transition: all 0.3s;
  line-height: 60px;
  text-align: center;
  color: #555;
  background-color: #fff;
}
.sample135_section03 .navi_btn .navi.navi_prev {
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.sample135_section03 .navi_btn .navi.navi_next {
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.sample135_section03 .navi_btn .navi:hover {
  background-color: #107af2;
  color: #fff;
  border: 1px solid #107af2;
}
.sample135_section03 .navi_btn .nav_num {
  width: 100%;
  font-size: 17px;
  text-align: center;
  color: #555;
}
.sample135_section03 .navi_btn .nav_num .middle {
  margin: 0 5px;
}
.sample135_section03 .navi_btn .nav_num .swiper-pagination-current {
  color: #333;
  font-size: 21px;
}
.sample135_section03 .s03_slide_wrap {
  position: relative;
  opacity: 1;
  transition: opacity 2.5s;
  padding-left: max(20px, calc((100% - 1600px) / 2 + 20px));
  overflow: hidden;
}
.sample135_section03.active .s03_slide_wrap {
  opacity: 1;
}

.sample135_section03 .slide_swiper {
  position: relative;
}
.sample135_section03 .slide_swiper .swiper-wrapper {
  align-items: flex-end;
}
.sample135_section03 .slide_swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 60%;
  text-align: left;
  color: #343434;
  font-weight: 400;
  filter: grayscale(1);
  opacity: 0.4;
  transform: scale(0.8) translateX(-78%);
  transform-origin: bottom;
  transition: 0.7s;
  transition-delay: 0.1s;
  font-size: 17px;
  line-height: 1.5;
}
.sample135_section03 .slide_swiper .swiper-slide .s03_img {
  position: relative;
  width: 45%;
  padding-top: 60%;
}
.sample135_section03 .slide_swiper .swiper-slide .s03_img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sample135_section03 .slide_swiper .swiper-slide .txt_box {
  width: 47%;
  margin-left: 60px;
  opacity: 0;
  transform: translateX(-10%);
  transition-delay: 1s;
  transition: opacity 0.7s, transform 0.7s;
  word-break: keep-all;
}
.sample135_section03 .slide_swiper .swiper-slide .txt_box > ul {
  margin: 20px 0 30px 15px;
}
.sample135_section03 .slide_swiper .swiper-slide .txt_box > ul li {
  position: relative;
  margin-bottom: 10px;
}
.sample135_section03 .slide_swiper .swiper-slide .txt_box > ul li::before {
  content: "•";
  font-weight: 500;
  color: #343434;
  position: absolute;
  left: -15px;
}

.sample135_section03 .slide_swiper .swiper-slide[class$="-active"] {
  filter: none;
  opacity: 1;
  transform: scale(1);
  transition: all 0.7s;
  transition-delay: 0s;
}
.sample135_section03 .slide_swiper .swiper-slide[class$="-active"] .txt_box {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
}
.sample135_section03 .slide_swiper .swiper-slide[class$="-next"] {
  transform: scale(0.8) translateX(0);
}
/* .sample135_section03 .slide_swiper .swiper-slide[class$="-next"] + .swiper-slide + .swiper-slide { transform: scale(0.8) translateX(-156%); } */
.sample135_section03 .slide_swiper .swiper-slide .txt_box .txt_box_name {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  column-gap: 15px;
  justify-content: flex-start;
  row-gap: 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.sample135_section03 .slide_swiper .swiper-slide .txt_box h3 {
  font-size: 42px;
  margin-top: 10px;
  line-height: normal;
}
.sample135_section03 .slide_swiper .swiper-slide .txt_box h5 {
  font-size: 22px;
  margin-top: 10px;
}
.sample135_section03 .slide_swiper .swiper-slide .txt_box .i_mail {
  padding: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sample135_section03 .slide_swiper .swiper-slide .txt_box > span {
  font-size: 16px;
}
.sample135_section03 .slide_swiper .swiper-slide .txt_box .btn_wrap {
  font-size: 15px;
  font-weight: 400;
  color: #555;
}
.sample135_section03 .slide_swiper .swiper-slide .txt_box .btn_wrap a {
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #555;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 25px;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  padding: 0px 15px;
  transition: all 0.3s;
}
.sample135_section03 .slide_swiper .swiper-slide .txt_box .btn_wrap a:hover {
  color: #fff;
  border: 1px solid #111;
  background: #111;
}

@media screen and (max-width: 1640px) {
  .sample135_section03 .slide_swiper .swiper-slide .txt_box {
    width: 57%;
  }
}

@media screen and (max-width: 1200px) {
  .sample135_section03 .slide_swiper .swiper-slide {
    width: 72%;
  }
}

@media screen and (max-width: 768px) {
  .sample135_section03 {
    margin: 0 0;
  }
  .sample135_section03 .s03_slide_wrap {
    padding: 20px;
    opacity: 1;
  }
  .sample135_section03 .navi_btn {
    margin-bottom: 30px;
  }
  .sample135_section03 .slide_swiper .swiper-wrapper {
    align-items: flex-start;
  }
  .sample135_section03 .navi_btn .navi.navi_prev,
  .sample135_section03 .navi_btn .navi.navi_next {
    transform: translate(0, -50%);
  }
  .sample135_section03 .slide_swiper .swiper-slide {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .sample135_section03 .slide_swiper .swiper-slide .s03_img {
    width: 100%;
    padding-top: 0;
  }
  .sample135_section03 .slide_swiper .swiper-slide .s03_img img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: inherit;
    object-fit: cover;
  }
  .sample135_section03 .slide_swiper .swiper-slide .txt_box {
    margin: 30px 0 0 0;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .sub01_wrap h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .sample135_section03 .slide_swiper .swiper-slide .txt_box h3 {
    font-size: 30px;
  }
  .sample135_section03 .slide_swiper .swiper-slide .txt_box h5 {
    font-size: 20px;
  }

  .sample135_section03 .navi_btn .nav_num,
  .sample135_section03 .navi_btn .nav_num .swiper-pagination-current {
    font-size: 17px;
  }
  .sample135_section03 .navi_btn .navi {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 567px) {
  .sample135_section03 .slide_swiper .swiper-slide {
    font-size: 15px;
  }
}
/* section03 끝 */

/* 기본 스타일 */
.ak21_team {
  position: relative;
}

.ak21_team::before {
  content: "";
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #3cb44a 0%, #70bfff 50%, #e7994c 100%);
  transition: all 0.5s ease-out;
  z-index: -1;
}

/* 스크롤 애니메이션을 위한 추가 스타일 */
.ak21_team .border_wrapper {
  position: relative;
  z-index: 1;
}

.post-list {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 0;
}

/* 두 개의 컬럼 생성 */
.post-list-column {
  width: calc(50% - 30px);
  display: flex;
  flex-direction: column;
}

/* 홀수 컬럼은 위로 이동, 짝수 컬럼은 아래로 이동 */
.post-list-column:nth-child(1) {
  margin-top: -40px;
}

.post-list-column:nth-child(2) {
  margin-top: 40px;
}

.post-item {
  width: 100%;
  margin-bottom: 60px;
}

.post-item-inner {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  display: flex;
  flex-direction: column;
}

.post-item-inner.visible {
  opacity: 1;
  transform: translateY(0);
}

.post-image {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* 가로형/세로형 이미지에 대한 패딩 비율 적용 */
.post-item.horizontal .post-image {
  padding-bottom: 70%;
}

.post-item.vertical .post-image {
  padding-bottom: 90%;
}

.post-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}

.post-image::after {
  content: "자세히보기";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.post-image:hover::after {
  opacity: 1;
}

.post-image:hover img {
  transform: scale(1.2);
}

.post-title {
  margin: 20px 0 0 0;
  font-size: 17px;
  text-align: left;
}

.post-title a {
  font-size: 26px;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #343434;
  display: block;
}

.post-title .team_txt {
  font-size: 17px;
  font-weight: 400;
  margin-top: 10px;
}

.post-title .team_txt .name2 {
  position: relative;
  margin-left: 12px;
}

.post-title .team_txt .name2::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 6px;
  width: 1px;
  height: 10px;
  background-color: #000;
}

@media screen and (max-width: 992px) {
  .post-list-column {
    width: calc(50% - 15px);
  }

  .post-list-column:nth-child(1) {
    margin-top: -30px;
  }

  .post-list-column:nth-child(2) {
    margin-top: 30px;
  }

  .post-item {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .post-list {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .post-list-column {
    width: 100%;
  }

  .post-list-column:nth-child(1),
  .post-list-column:nth-child(2) {
    margin-top: 0;
  }

  .post-item {
    margin-bottom: 40px;
  }
  .post-image::after {
    opacity: 1;
  }
}

.sub01_wrap .ak21_team_detail h2 {
  margin-bottom: 0px;
  font-size: 38px;
}

.ak21_team_detail {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  position: relative;
  align-items: flex-start;
}

.ak21_team_detail #bo_v_con {
  width: 50%;
  margin: 0;
  position: sticky;
  padding: 30px 50px 60px 20px;
  background: #fff;
  top: 80px;
  font-size: 17px;
  color: #555;
  font-weight: 400;
  line-height: 1.5;
}

.ak21_team_detail #bo_v_img {
  width: 50%;
  margin: 0;
  position: relative;
}

.ak21_team_detail #bo_v_img img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .ak21_team_detail #bo_v_atc {
    display: block;
  }

  .ak21_team_detail #bo_v_con,
  .ak21_team_detail #bo_v_img {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    /* 아래로 간격 */
    overflow: visible;
    /* 내부 스크롤 해제 */
    max-height: none;
  }

  .ak21_team_detail #bo_v_con {
    position: relative;
    top: 0;
    padding: 20px;
  }
}

@media screen and (max-width: 576px) {
  .post-title .team_txt {
    font-size: 15px;
  }
  .ak21_team_detail #bo_v_con {
    font-size: 15px;
  }
}

.ak21_team_detail #bo_v_img.gallery-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* 이미지 간격 */
}

.ak21_team_detail .gallery-item {
  position: relative;
  display: inline-block;
}

/* 갤러리 이미지 */
.ak21_team_detail .gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
}

.ak21_team_detail .team_txt_detail {
  margin-top: 30px;
}

.ak21_team_detail .team_txt_detail .team_flex {
  display: flex;
  margin-bottom: 20px;
}

.ak21_team_detail .team_txt_detail .team_flex .bold {
  width: 130px;
  font-weight: bold;
  margin-right: 10px;
  color: #111;
}

.ak21_team_detail .team_txt_detail .team_flex p {
  width: calc(100% - 130px);
  word-break: break-word;
}

@media (max-width: 640px) {
  .sub01_wrap .ak21_team_detail h2 {
    font-size: 28px;
  }
  .ak21_team_detail #bo_v_con {
    padding: 20px 0;
  }

  .ak21_team_detail .team_txt_detail .team_flex .bold {
    width: 100px;
  }
  .ak21_team_detail .team_txt_detail .team_flex p {
    width: calc(100% - 100px);
  }
}

/* history 시작 */
.ak21_team_detail.history_section #bo_v_con {
  width: 65%;
}

.ak21_team_detail.history_section #bo_v_img {
  width: 35%;
}

@media (max-width: 768px) {
  .ak21_team_detail.history_section {
    flex-direction: column-reverse;
  }

  .ak21_team_detail.history_section #bo_v_con,
  .ak21_team_detail.history_section #bo_v_img {
    width: 100%;
  }
}

.ak21_team_detail .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
.ak21_team_detail .fill_btn {
  position: relative;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  border: 1px solid #ddd;
  border-radius: 25px;
  height: 55px;
  line-height: 55px;
  box-sizing: border-box;
  padding: 0px 15px;
  overflow: hidden;
  text-align: center;
  color: #107af2;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.2s;
  gap: 5px;
}

/* 원형 이펙트 */
.ak21_team_detail .fill_btn .fill {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #107af2;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  z-index: -1;
}

.ak21_team_detail .fill_btn:hover {
  transition-delay: 0s;
  color: #fff;
  box-shadow: 0.5rem 0.5rem 3rem rgba(19, 92, 227, 0.3);
}

.ak21_team_detail .fill_btn:hover .fill {
  width: 300%;
  height: 300%;
}
@media screen and (max-width: 768px) {
  .ak21_team_detail .btn_wrap {
    margin-top: 50px;
  }
  .ak21_team_detail .fill_btn:hover {
    background-color: #107af2;
  }
}
/* history 끝 */

/* 후원 페이지 스타일 */

/* 섹션 1 - 배경 및 소개 */
.su_section1.text-only {
  background: linear-gradient(135deg, #f8faff 0%, #e6f0ff 100%);
  position: relative;
  padding: 100px 0;
}

.su_section1.text-only::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(0, 44, 106, 0.05) 0%,
    rgba(88, 135, 203, 0.05) 100%
  );
  z-index: 1;
}

.su_section1.text-only .decorative-element {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(16, 122, 242, 0.1) 0%,
    rgba(16, 122, 242, 0) 70%
  );
  top: -50px;
  right: -100px;
  z-index: -1;
}

.su_section1.text-only .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.su_txt_full {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.su_txt_full h3 {
  font-size: 22px;
  color: #107af2;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.su_txt_full h3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background: rgba(16, 122, 242, 0.2);
  bottom: 2px;
  z-index: -1;
  border-radius: 4px;
}

.su_txt_full h2 {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: -2px;
  color: #000;
  line-height: 1.3;
  margin-bottom: 30px;
}

.su_txt_full h2 strong {
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.su_txt_full h2 strong::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: rgba(16, 122, 242, 0.2);
  bottom: 5px;
  left: 0;
  z-index: -1;
  border-radius: 5px;
}

.su_txt_full p {
  font-size: 17px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* 후원 참여 방법 섹션 */
.su_txt2 {
  margin-top: 150px;
}

.su_txt2 > div {
  text-align: center;
}

.su_txt2 h3 {
  font-size: 36px;
  color: #333;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.su_txt2 h3 span {
  font-weight: 700;
  display: inline-block;
}

.su_txt2 p {
  font-size: 17px;
  color: #555;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 15px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}

.support .su_txt2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 80px 10px 10px;
  max-width: 1600px;
  margin: 0 auto;
}

.support .su_txt2 li {
  position: relative;
  width: calc(33.333% - 27px);
  min-height: 500px;
  background: transparent;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  border-left: 2px solid #107af2;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.support .su_txt2 li:hover {
  transform: translateY(-10px);
  box-shadow: none;
}

.support .su_txt2 li .bg {
  display: none;
}

.support .su_txt2 li .txt_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 0 0 30px;
  transition: all 0.4s ease;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: transparent;
}

.support .su_txt2 li .txt_wrap .cell {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.support .su_txt2 li .txt_wrap .cell i {
  font-size: 45px;
  color: #107af2;
  margin-bottom: 20px;
  transition: all 0.4s ease;
  background: rgba(16, 122, 242, 0.1);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.support .su_txt2 li:hover .txt_wrap .cell i {
  background: #107af2;
  color: #fff;
  transform: translateY(-5px);
}

.support .su_txt2 li .txt_wrap .cell h2 {
  font-size: 26px;
  color: #222;
  font-weight: 600;
  margin: 0 0 25px 0;
  transition: all 0.4s ease;
  position: relative;
  padding-bottom: 15px;
}

.support .su_txt2 li .txt_wrap .cell h2::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #107af2;
  bottom: 0;
  left: 0;
  transition: all 0.4s ease;
}

.support .su_txt2 li:hover .txt_wrap .cell h2::after {
  width: 100px;
}

.support .su_txt2 li .txt_wrap .cell p {
  transition: all 0.4s ease;
  margin: 0;
}

.support .su_txt2 li .txt_wrap .cell .lead span {
  font-size: 21px;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
  text-align: left;
  border-bottom: 1px dashed #107af2;
  padding-bottom: 5px;
}

/* 멤버십 섹션 스타일 - 수정된 부분 */
.su_txt2 .su_bg {
  background-color: #f8faff;
  width: 100%;
  padding: 100px 0;
  margin: 80px 0;
  position: relative;
  overflow: hidden;
}

.su_txt2 .su_bg_txt {
  display: flex;
  align-items: stretch;
  justify-content: center;
  text-align: left;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  gap: 50px;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}

.main_wrap,
.sub_dance_wrap {
  width: 48%;
  display: flex;
  flex-direction: column;
}

.sub_dance_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* 상단과 하단 박스 사이 공간 균등 분배 */
  height: 100%; /* 전체 높이 차지 */
}

.sub_dance,
.sub_festival {
  flex: 1; /* 두 박스가 동일한 공간 차지 */
  margin-bottom: 20px; /* 두 박스 사이 간격 */
}

.sub_festival {
  margin-bottom: 0; /* 마지막 박스는 하단 여백 제거 */
}

.membership_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 30px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}

.main_wrap .membership_content {
  border-top: 3px solid #002c6a;
}

.sub_dance .membership_content {
  border-top: 3px solid #5887cb;
}

.sub_festival .membership_content {
  border-top: 3px solid #88aee4;
}

/* 헤더 스타일 */
.main_header h4,
.sub_header h4 {
  color: #222;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 25px;
  position: relative;
}

.main_header h4::after,
.sub_header h4::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #107af2, transparent);
  bottom: 0;
  left: 0;
}

/* 콘텐츠 영역이 남은 공간을 차지하게 함 */
.main_content,
.sub_content {
  flex: 1;
}

/* 내용 스타일 */
.main_content p,
.sub_content p {
  margin: 0;
}

/* 원형 컨텐츠 스타일 개선 */
.su_txt2 .round_wrap {
  margin: 80px 0 150px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.su_txt2 .round_wrap .round {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
}

.su_txt2 .round_wrap .round::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: inherit;
  filter: blur(20px);
  opacity: 0.5;
  z-index: -1;
  transition: all 0.5s ease;
  transform: scale(0.8);
}

.su_txt2 .round_wrap .round:hover {
  transform: translateY(-10px);
}

.su_txt2 .round_wrap .round:hover::after {
  transform: scale(0.9);
  opacity: 0.7;
}

.su_txt2 .round_wrap .round_02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
  margin-top: 50px;
}

.su_txt2 .round_wrap .round_01 .round {
  background: linear-gradient(135deg, #002c6a, #1a3963);
}

.su_txt2 .round_wrap .round_02 .round {
  background: linear-gradient(135deg, #5887cb, #88aee4);
}

.su_txt2 .round_wrap .round h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}

.su_txt2 .round_wrap p {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.su_txt2 .round_wrap .round_01,
.su_txt2 .round_wrap .round_02 > div {
  padding: 0 20px;
}

/* 애니메이션 효과 추가 */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeIn 1s ease forwards;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.pulse-animation {
  animation: pulse 3s infinite ease-in-out;
}

/* 버튼 스타일 추가 */
.support-btn {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(135deg, #107af2, #5887cb);
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  border-radius: 50px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease;
  text-decoration: none;
}

.support-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #5887cb, #88aee4);
  transition: all 0.4s ease;
  z-index: -1;
}

.support-btn:hover::before {
  left: 0;
}

/* 추가 CTA 섹션 스타일 */
.su_cta {
  position: relative;
  background: linear-gradient(
    135deg,
    rgba(0, 44, 106, 0.95) 0%,
    rgba(16, 122, 242, 0.9) 100%
  );
  padding: 80px 0;
  margin-top: 80px;
  text-align: center;
  overflow: hidden;
}

.su_cta_inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.su_cta h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.su_cta h3 span {
  font-weight: 600;
  position: relative;
}

.su_cta p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
}

.su_cta .support-btn {
  background: #fff;
  color: #107af2;
  border: 1px solid #fff;
}

.su_cta .support-btn::before {
  background: linear-gradient(135deg, #107af2, #5887cb);
}

.su_cta .support-btn:hover {
  color: #fff;
}

/* 반응형 스타일 */
@media screen and (max-width: 1200px) {
  .su_txt_full h2 {
    font-size: 38px;
  }

  .membership_content {
    padding: 30px;
  }

  .main_header h4,
  .sub_header h4 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1020px) {
  .su_section1.text-only {
    padding: 70px 0;
  }

  .su_txt_full h2 {
    font-size: 32px;
  }

  .su_txt_full p {
    font-size: 16px;
    margin: 0;
  }

  .su_txt2 h3 {
    font-size: 28px;
  }

  .support .su_txt2 li {
    width: calc(50% - 20px);
    min-height: 450px;
  }

  .main_wrap,
  .sub_dance_wrap {
    width: 100%;
  }

  .su_txt2 .su_bg_txt {
    flex-wrap: wrap;
    gap: 0;
  }

  .sub_dance_wrap {
    margin-top: 20px;
  }

  .su_txt2 .round_wrap .round_02 {
    gap: 40px;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .su_section1.text-only {
    padding: 50px 0;
  }

  .su_txt_full h2 {
    font-size: 28px;
  }

  .su_txt_full h3 {
    font-size: 18px;
  }

  .su_txt2 {
    margin-top: 100px;
  }
  .support .su_txt2 ul {
    padding: 0;
  }
  .support .su_txt2 li {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
  }

  .su_txt2 .su_bg {
    padding: 60px 0;
  }

  .su_txt2 .round_wrap {
    margin: 0;
  }

  .su_txt2 .round_wrap .round_02 {
    flex-direction: column;
    gap: 0px;
  }

  .su_cta {
    padding: 60px 0;
  }

  .su_cta h3 {
    font-size: 28px;
  }

  .su_cta p {
    font-size: 16px;
    margin: 0;
  }
}

@media screen and (max-width: 576px) {
  .su_txt_full h2 {
    font-size: 24px;
  }

  .su_txt_full p {
    font-size: 15px;
  }

  .su_txt2 h3 {
    font-size: 22px;
  }
  .support .su_txt2 li .txt_wrap .cell .lead span {
    font-size: 17px;
  }

  .su_txt2 p {
    font-size: 15px;
  }

  .support .su_txt2 li .txt_wrap {
    padding-left: 20px;
  }

  .support .su_txt2 li .txt_wrap .cell i {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }

  .support .su_txt2 li .txt_wrap .cell h2 {
    font-size: 20px;
  }

  .membership_content {
    padding: 20px;
  }

  .main_header h4,
  .sub_header h4 {
    font-size: 20px;
  }

  .su_txt2 .round_wrap .round {
    width: 150px;
    height: 150px;
  }

  .su_txt2 .round_wrap .round h4 {
    font-size: 22px;
  }

  .su_cta h3 {
    font-size: 24px;
  }

  .su_cta p {
    font-size: 15px;
  }

  .support-btn {
    padding: 12px 30px;
    font-size: 15px;
  }
}

/* 추가: IE 호환성 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .support .su_txt2 li .txt_wrap::before,
  .support .su_txt2 li:hover .txt_wrap::before,
  .su_txt_full h2 strong::after,
  .su_txt_full h3::before,
  .su_txt2 h3 span::before,
  .main_header h4::after,
  .sub_header h4::after {
    display: block;
  }

  .su_txt2 .su_bg_txt {
    display: block;
  }

  .main_wrap,
  .sub_dance_wrap {
    float: left;
    width: 48%;
  }

  .sub_dance_wrap {
    margin-left: 4%;
  }

  .sub_dance,
  .sub_festival {
    margin-bottom: 30px;
    height: 230px;
  }
}

/* 추가: AOS 애니메이션 관련 스타일 */
[data-aos] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos].aos-animate {
  opacity: 1;
}

[data-aos="fade-up"] {
  transform: translateY(30px);
}

[data-aos="fade-up"].aos-animate {
  transform: translateY(0);
}

[data-aos="zoom-in"] {
  transform: scale(0.9);
}

[data-aos="zoom-in"].aos-animate {
  transform: scale(1);
}

/* 안무가 캠프*/

.camp_photo_section {
  padding: 150px 0;
}

.camp_photo_section h3 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #000;
  transition: all 0.3s;
  margin-bottom: 80px;
  text-align: center;
}

.camp_photo_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 auto;
}

.camp_photo_grid .gallery-item {
  position: relative;
  amaster_infot-ratio: 4/3;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.camp_photo_grid .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.camp_photo_grid .gallery-item:hover img {
  transform: scale(1.05);
}

.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .hover-overlay {
  opacity: 1;
}

.zoom-icon {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}

.photo-master_txt {
  color: #fff;
  font-size: 14px;
  margin: 0;
  text-align: center;
}

/* 갤러리 모달 스타일 */
.gallery-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

.close-modal {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10001;
}

.close-modal:hover {
  opacity: 0.7;
}

.modal-img-wrap {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}

.camp_photo_section .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.camp_photo_section .fill_btn {
  position: relative;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  border: 1px solid #ddd;
  border-radius: 25px;
  height: 55px;
  line-height: 55px;
  box-sizing: border-box;
  padding: 0px 15px;
  overflow: hidden;
  text-align: center;
  color: #107af2;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.2s;
  gap: 5px;
  font-size: 17px;
}

/* 원형 이펙트 */
.camp_photo_section .fill_btn .fill {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #107af2;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  z-index: -1;
}

.camp_photo_section .fill_btn:hover {
  transition-delay: 0s;
  color: #fff;
  box-shadow: 0.5rem 0.5rem 3rem rgba(19, 92, 227, 0.3);
}

.camp_photo_section .fill_btn:hover .fill {
  width: 300%;
  height: 300%;
}

@media screen and (max-width: 768px) {
  .camp_photo_section .btn_wrap {
    margin-top: 50px;
  }

  .camp_photo_section .fill_btn {
    font-size: 15px;
  }

  .camp_photo_section .fill_btn:hover {
    background-color: #107af2;
  }

  .camp_photo_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .camp_photo_grid {
    grid-template-columns: 1fr;
  }
}

.camp_wrap {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}

.camp_master h2 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #000;
  transition: all 0.3s;
  margin-bottom: 80px;
}

.camp_wrap .speaker_top {
  margin-bottom: min(3.125vw, 50px);
}

.camp_wrap .camp_master .camp_master_list {
  position: sticky;
  top: 0;
  /* height: 100vh; */
  border-top: 1px solid #555;
  background: linear-gradient(135deg, #ffffff 0%, #ffeed8 50%, #ffd4ee 100%);
  overflow: hidden;
}

.camp_wrap .camp_master .camp_master_list .camp_inner {
  padding-top: 150px;
  padding-bottom: 150px;
}

.camp_wrap .camp_master .camp_master_list .camp_inner .name {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.2;
}

.camp_wrap .camp_master .camp_master_list .camp_inner .name span {
  font-size: 22px;
  font-weight: 500;
}

.camp_wrap .camp_master .camp_master_list .camp_inner .camp_maser_flex {
  display: flex;
  align-items: center;
  margin-top: 10px;
  position: relative;
}

@media (max-width: 1023px) {
  .camp_wrap .camp_master .camp_master_list .camp_inner .camp_maser_flex {
    margin-top: 40px
  }
}


.camp_wrap .camp_master .camp_master_list .camp_inner .camp_maser_flex .left_section {
  width: 35%;
}

@media (max-width: 1023px) {
  .camp_wrap .camp_master .camp_master_list .camp_inner .camp_maser_flex .left_section {
    width: 46%;
  }
}

.camp_wrap .camp_master .camp_master_list .camp_inner .camp_maser_flex .left_section .master_img {
  margin-top: 30px;
}

.camp_wrap .camp_master .camp_master_list .camp_inner .camp_maser_flex .left_section .master_img img {
  width: 100%;
}


.camp_wrap .camp_master .camp_master_list .camp_inner .camp_maser_flex .master_info {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 20px;
}


.camp_wrap .camp_master .camp_master_list .camp_inner .camp_maser_flex .right_section {
  width: 65%;
  padding-left: min(4.375vw, 70px);
  box-sizing: border-box;
}

@media (max-width: 1023px) {
  .camp_wrap .camp_master .camp_master_list .camp_inner .camp_maser_flex .right_section {
    padding-left: min(5.6875vw, 84px);
    width: 54%;
  }
}

.camp_wrap .camp_master .camp_master_list .camp_inner .camp_maser_flex .right_section .master_txt {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .camp_wrap .camp_master .camp_master_list {
    height: auto;
    position: relative;
  }

  .camp_wrap {
    margin-top: 0;
  }

  .camp_wrap .camp_master .camp_master_list .camp_inner .name {
    font-size: 26px;
  }

  .camp_wrap .camp_master .camp_master_list .camp_inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .camp_wrap .camp_master .camp_master_list .camp_inner .camp_maser_flex {
    display: block;
  }

  .camp_wrap .camp_master .camp_master_list .camp_inner .camp_maser_flex .left_section {
    width: 100%;
  }

  .camp_wrap .camp_master .camp_master_list .camp_inner .camp_maser_flex .right_section {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .camp_wrap .camp_master .camp_master_list .camp_inner .camp_maser_flex .master_info {
    font-size: 22px;
  }
  .camp_wrap .camp_master .camp_master_list .camp_inner .camp_maser_flex .right_section .master_txt>br {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .camp_master h2,
  .camp_photo_section h3 {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .camp_photo_section {
    padding: 100px 0;
  }
}

@media screen and (max-width: 576px) {
  .camp_wrap .camp_master .camp_master_list .camp_inner .camp_maser_flex .right_section .master_txt {
    font-size: 15px;
  }
}


  /* 갤러리 모달 스타일 (view.skin에서 가져온 스타일) */
  .gallery-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
  }

  .close-modal {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10001;
  }

  .close-modal:hover {
    opacity: 0.7;
  }

  .modal-img-wrap {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .modal-content {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
  }

  .modal-counter {
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
  }

  .gallery_prev_btn,
  .gallery_next_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 50px;
    cursor: pointer;
    user-select: none;
    z-index: 10001;
  }

  .gallery_prev_btn {
    left: 30px;
  }

  .gallery_next_btn {
    right: 30px;
  }

  .gallery_prev_btn:hover,
  .gallery_next_btn:hover {
    opacity: 0.7;
  }

  /* 새로운 갤러리 그리드 스타일 */
  .camp_gallery_section {
    padding-bottom: 100px;
    background: #fff;
  }

  .camp_gallery_section h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #161616;
  }

  .camp_gallery_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0 auto;
  }

  .camp_gallery_grid .gallery-item {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    cursor: pointer;
  }

  .camp_gallery_grid .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .camp_gallery_grid .gallery-item:hover img {
    transform: scale(1.05);
  }

  .hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .gallery-item:hover .hover-overlay {
    opacity: 1;
  }

  .zoom-icon {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
  }

  /* 반응형 */
  @media (max-width: 768px) {
    .camp_gallery_grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }

    .camp_gallery_section h3 {
      font-size: 28px;
      margin-bottom: 40px;
    }

    .gallery_prev_btn,
    .gallery_next_btn {
      font-size: 30px;
    }

    .gallery_prev_btn {
      left: 15px;
    }

    .gallery_next_btn {
      right: 15px;
    }
  }

  @media (max-width: 480px) {
    .camp_gallery_grid {
      grid-template-columns: 1fr;
    }
  }