/* =========================
   헤더 영역
   ========================= */
.wrap .header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 20px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wrap .header .menu_btn {
  width: 32px;
  height: 32px;
  background: url(../images/ico/menu_ico.svg) no-repeat left top;
  margin-left: 20px;
}

/* =========================
   사이드 메뉴
   ========================= */
.wrap .side_menu {
  position: absolute;
  top: 0;
  right: -100%;
  width: 250px;
  height: 620px;
  background-color: #fff;
  color: #fff;
  z-index: 9999;
}
.wrap .side_menu .side_menu_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.wrap .side_menu .side_menu_top h1 {
  margin: 0;
}
.wrap .side_menu .side_menu_top .side_menu_close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../images/ico/close_ico.svg) no-repeat left top;
}
.wrap .side_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  padding: 20px;
}
.wrap .side_menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.wrap .side_menu ul li a,
.wrap .side_menu ul li span {
  display: inline-block;
  width: 100%;
  color: #151618;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.54px;
  padding: 12px 0px;
}
.wrap .side_menu ul li a {
  background: url(../images/ico/side_menu_arr.svg) no-repeat right center;
}

/* =========================
   메인 비주얼 영역
   ========================= */
.wrap .main_visual {
  position: relative;
  width: 100%;
}
.wrap .main_visual .visual_swiper {
  position: relative;
  overflow: hidden;
}
.wrap .main_visual .visual_swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.wrap .main_visual .visual_swiper .swiper-wrapper .swiper-slide .img_area {
  position: relative;
}
.wrap
  .main_visual
  .visual_swiper
  .swiper-wrapper
  .swiper-slide
  .img_area::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.12);
}
.wrap .main_visual .visual_swiper .swiper-wrapper .swiper-slide .img_area img {
  width: 100%;
}
.wrap .main_visual .visual_swiper .swiper-wrapper .swiper-slide .txt_area {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 20px;
}
.wrap .main_visual .visual_swiper .swiper-wrapper .swiper-slide .txt_area .tit {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.5px; /*  #대회일자  */
}
.wrap .main_visual .visual_swiper .swiper-wrapper .swiper-slide .txt_area .txt {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.8px;
  margin-top: 2px; /*  #대회명 줄간격 */
}
.wrap .main_visual .visual_swiper .swiper-wrapper .swiper-slide .txt_area .tag {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.45px;
  margin-top: 8px; /*  #골프장명 줄간격 */
}
.wrap .main_visual .visual_swiper .swiper-pagination {
  bottom: 50px;
}
.wrap .main_visual .visual_swiper .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.55);
  opacity: 1;
}
.wrap
  .main_visual
  .visual_swiper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background: #fff;
}

/* =========================
   섹션별 영역
   ========================= */
.wrap main {
  position: relative;
  margin-top: -25px;
  z-index: 1;
}
.wrap main section + section {
  border-top: 10px solid #f6f6f6;
}
.wrap main section .section_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin-bottom: 20px;
}
.wrap main section .section_tit h2 {
  color: #3d3d3d;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.5px;
}
.wrap main section .section_tit .more_btn span {
  color: #abaeaf;
  text-align: right;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.wrap main .section01 {
  border-radius: 24px 24px 0px 0px;
  background: #fff;
  padding: 32px 15px; /* 앱아이콘 영역 좌우 여백 조절 원본 32 15px  */
}
.wrap main .section01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  row-gap: 20px;
  flex-wrap: wrap;
}
.wrap main .section01 ul li {
  width: calc(25% - 6px);
  text-align: center;
}
.wrap main .section01 ul li a {
  position: relative;
  display: inline-block;
  padding-top: 32px; /* 앱아이콘과 메뉴명의 줄간격 조절 원본 37px  */
}

/* 앱아이콘메뉴크기조절 백그라운드 사이즈 */
.wrap main .section01 ul li a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: 12px 12px;
}

/* 앱아이콘사이즈 조절 백그라운드 사이즈 원본 28px */
.wrap main .section01 ul li a.intro::before {
  background: url(../images/main/iconmenu/section01_krga_intro.png) no-repeat
    center top;
  background-size: 24px 24px;
}
.wrap main .section01 ul li a.benefits::before {
  background: url(../images/main/iconmenu/b.svg) no-repeat center top;
  background-size: 24px 24px;
}
.wrap main .section01 ul li a.tour_schedule::before {
  background: url(../images/main/iconmenu/t.svg) no-repeat center top;
  background-size: 24px 24px;
}
.wrap main .section01 ul li a.nff::before {
  background: url(../images/main/iconmenu/n.svg) no-repeat center top;
  background-size: 24px 24px;
}
.wrap main .section01 ul li a.membership::before {
  background: url(../images/main/iconmenu/m.svg) no-repeat center top;
  background-size: 24px 24px;
}
.wrap main .section01 ul li a.admission::before {
  background: url(../images/main/iconmenu/a.svg) no-repeat center top;
  background-size: 24px 24px;
}
.wrap main .section01 ul li a.prize::before {
  background: url(../images/main/iconmenu/p.svg) no-repeat center top;
  background-size: 24px 24px;
}
.wrap main .section01 ul li a.aibooking::before {
  background: url(../images/main/iconmenu/section01_aibooking.svg) no-repeat
    center top;
  background-size: 28px 28px;
}
.wrap main .section01 ul li a.youth::before {
  background: url(../images/main/iconmenu/y.svg) no-repeat center top;
  background-size: 24px 24px;
}
.wrap main .section01 ul li a.rcaddy::before {
  background: url(../images/main/iconmenu/r.svg) no-repeat center top;
  background-size: 24px 24px;
}
.wrap main .section01 ul li a.score::before {
  background: url(../images/main/iconmenu/s.svg) no-repeat center top;
  background-size: 24px 24px;
}
.wrap main .section01 ul li a.leaderboard::before {
  background: url(../images/main/iconmenu/l.svg) no-repeat center top;
  background-size: 24px 24px;
}
.wrap main .section02 {
  padding: 32px 20px 48px;
}
.wrap main .section02 .section02_swiper {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.wrap main .section02 .section02_swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.wrap
  main
  .section02
  .section02_swiper
  .swiper-wrapper
  .swiper-slide
  .img_area
  img {
  width: 100%;
}
.wrap main .section02 .section02_swiper .swiper-pagination {
  left: auto;
  right: 10px;
  text-align: right;
  color: #fff;
}
.wrap main .section02 .section02_swiper .swiper-pagination span {
  color: #fff;
}
.wrap main .section02 .card_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 22px;
}
.wrap main .section02 .card_wrap .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
.wrap main .section02 .card_wrap .card .img_area {
  width: 68px;
  aspect-ratio: 68/72;
}
.wrap main .section02 .card_wrap .card .img_area img {
  width: 100%;
}
.wrap main .section02 .card_wrap .card .txt_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.wrap main .section02 .card_wrap .card .txt_area .txt_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.wrap main .section02 .card_wrap .card .txt_area .txt_top .date {
  color: var(---, #74110f);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.4px;
}
.wrap main .section02 .card_wrap .card .txt_area .txt_top .date span {
  color: #2e3436;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.4px;
}
.wrap main .section02 .card_wrap .card .txt_area .txt_top .team {
  margin-left: auto;
  color: var(--text-color-sub-black, #626768);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.35px;
}
.wrap main .section02 .card_wrap .card .txt_area .txt_mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.wrap main .section02 .card_wrap .card .txt_area .txt_mid .course {
  color: #007aff;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.4px;
}
.wrap main .section02 .card_wrap .card .txt_area .txt_mid .region {
  color: var(--text-color-sub-black, #626768);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.35px;
}
.wrap main .section02 .card_wrap .card .txt_area .txt_mid .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  border: 0.5px solid var(--text-color-sub-black, #626768);
  margin-left: auto;
}
.wrap main .section02 .card_wrap .card .txt_area .txt_mid .detail span {
  color: var(--text-color-sub-black, #626768);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.3px;
}
.wrap main .section02 .card_wrap .card .txt_area .txt_bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.wrap main .section02 .card_wrap .card .txt_area .txt_bot .price {
  color: var(--text-color-main-black, #1e1e1e);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.4px;
}
.wrap main .section02 .card_wrap .card .txt_area .txt_bot .detail {
  color: var(--text-color-sub-black, #626768);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.35px;
}
.wrap main .section03 {
  padding: 32px 20px 48px;
}
.wrap main .section03 .section03_swiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 32px;
}
.wrap main .section03 .section03_swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.wrap
  main
  .section03
  .section03_swiper
  .swiper-wrapper
  .swiper-slide
  .img_area
  img {
  width: 100%;
}
.wrap
  main
  .section03
  .section03_swiper
  .swiper-wrapper
  .swiper-slide
  .txt_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  border-radius: 0px 0px 8px 8px;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 20px 16px;
}
.wrap
  main
  .section03
  .section03_swiper
  .swiper-wrapper
  .swiper-slide
  .txt_area
  .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #f6f6f6;
  border-radius: 48px;
}
.wrap
  main
  .section03
  .section03_swiper
  .swiper-wrapper
  .swiper-slide
  .txt_area
  .txt
  dl
  dt {
  color: #1e1e1e;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.45px;
}
.wrap
  main
  .section03
  .section03_swiper
  .swiper-wrapper
  .swiper-slide
  .txt_area
  .txt
  dl
  dd {
  color: var(--text-color-sub-black, #626768);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  margin-top: 4px;
}
.wrap main .section03 .section03_swiper .swiper-pagination {
  bottom: 0;
}
.wrap
  main
  .section03
  .section03_swiper
  .swiper-pagination
  .swiper-pagination-bullet {
  background: #d1d1d1;
  opacity: 1;
}
.wrap
  main
  .section03
  .section03_swiper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background: #626768;
}
.wrap main .section04 {
  padding: 32px 20px 48px;
}
.wrap main .section04 .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.wrap main .section04 .card + .card {
  margin-top: 20px;
}
.wrap main .section04 .card .img_area {
  width: 92px;
  height: 92px;
}
.wrap main .section04 .card .img_area img {
  width: 100%;
}
.wrap main .section04 .card .txt_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.wrap main .section04 .card .txt_area .tit {
  color: var(--text-color-sub-black, #626768);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.35px;
}
.wrap main .section04 .card .txt_area .txt {
  color: var(--text-color-main-black, #1e1e1e);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.4px;
}
.wrap main .section04 .card .txt_area .desc {
  color: var(--text-color-main-black, #1e1e1e);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.4px;
}
.wrap main .section04 .card .txt_area .desc span {
  color: var(--text-color-cc-light-blue, #007aff);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.4px;
  display: inline-block;
  margin-right: 5px;
}
.wrap main .section05 {
  padding: 32px 0 48px 20px;
}
.wrap main .section05 .section_tit {
  padding-right: 20px;
}
.wrap main .section05 .section05_swiper {
  position: relative;
  overflow: hidden;
  margin-bottom: 4px;
}
.wrap main .section05 .section05_swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 152px;
  height: auto;
}
.wrap main .section05 .section05_swiper .swiper-wrapper .swiper-slide a {
  display: block;
  position: relative;
}
.wrap
  main
  .section05
  .section05_swiper
  .swiper-wrapper
  .swiper-slide
  a
  .img_area {
  width: 152px;
  height: 216px;
  overflow: hidden;
  margin-bottom: 8px;
}
.wrap
  main
  .section05
  .section05_swiper
  .swiper-wrapper
  .swiper-slide
  a
  .img_area
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrap
  main
  .section05
  .section05_swiper
  .swiper-wrapper
  .swiper-slide
  a
  .txt_area {
  position: relative;
  width: 100%;
  padding: 4px 4px 0px 4px;
  background: transparent;
  text-align: center;
}
.wrap
  main
  .section05
  .section05_swiper
  .swiper-wrapper
  .swiper-slide
  a
  .txt_area
  .tit {
  display: inline;
  color: #464646;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.35px;
  margin-right: 4px;
}
.wrap
  main
  .section05
  .section05_swiper
  .swiper-wrapper
  .swiper-slide
  a
  .txt_area
  .txt {
  display: inline;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.5px;
}
.wrap main .section05 .section05_swiper .swiper-pagination {
  left: auto;
  right: 10px;
  text-align: right;
  color: #fff;
}
.wrap main .section05 .section05_swiper .swiper-pagination span {
  color: #fff;
}
.wrap main .section06 {
  padding: 32px 20px 48px;
}
.wrap main .section06 .section06_swiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 32px;
}
.wrap main .section06 .section06_swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.wrap
  main
  .section06
  .section06_swiper
  .swiper-wrapper
  .swiper-slide
  .img_area
  img {
  width: 100%;
}
.wrap
  main
  .section06
  .section06_swiper
  .swiper-wrapper
  .swiper-slide
  .txt_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  border-radius: 0px 0px 8px 8px;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 20px 16px;
}
.wrap
  main
  .section06
  .section06_swiper
  .swiper-wrapper
  .swiper-slide
  .txt_area
  .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #f6f6f6;
  border-radius: 48px;
}
.wrap
  main
  .section06
  .section06_swiper
  .swiper-wrapper
  .swiper-slide
  .txt_area
  .txt
  dl
  dt {
  color: #1e1e1e;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.45px;
}
.wrap
  main
  .section06
  .section06_swiper
  .swiper-wrapper
  .swiper-slide
  .txt_area
  .txt
  dl
  dd {
  color: var(--text-color-sub-black, #626768);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  margin-top: 4px;
}
.wrap main .section06 .section06_swiper .swiper-pagination {
  bottom: 0;
}
.wrap
  main
  .section06
  .section06_swiper
  .swiper-pagination
  .swiper-pagination-bullet {
  background: #d1d1d1;
  opacity: 1;
}
.wrap
  main
  .section06
  .section06_swiper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background: #626768;
}

/* =========================
   푸터 영역
   ========================= */
.wrap footer {
  border-top: 10px solid #f6f6f6;
  background: #fff;
  padding: 40px 20px;
}
.wrap footer .footer_top h2 {
  color: #151618;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.54px;
}
.wrap footer .footer_top .text_wrap {
  margin: 12px 0 16px;
}
.wrap footer .footer_top .text_wrap p {
  color: #151618;
  font-size: 15px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.42px;
}
.wrap footer .footer_top .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.wrap footer .footer_top .btn_wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  border-radius: 8px;
  border: 1px solid #e1e2e4;
  background: #fff;
}
.wrap footer .footer_top .btn_wrap a span {
  color: #52585e;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.42px;
}
.wrap footer .footer_bot {
  padding-top: 32px;
}
.wrap footer .footer_bot .link_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}
.wrap footer .footer_bot .link_area a {
  color: #151618;
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.42px;
}
.wrap footer .footer_bot .link_area a.toggle_btn {
  background: url(../images/ico/toggle_down.svg) no-repeat right center;
  padding-right: 28px;
}
.wrap footer .footer_bot .link_area a.toggle_btn.active {
  background: url(../images/ico/toggle_up.svg) no-repeat right center;
}
.wrap footer .footer_bot .link_area .line {
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #e1e2e4;
}
.wrap footer .footer_bot .foot_detail {
  display: none;
  border-radius: 8px;
  border: 1px solid #e1e2e4;
  background: #f8f8f8;
  padding: 12px;
}
.wrap footer .footer_bot .foot_detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin: 4px 0;
}
.wrap footer .footer_bot .foot_detail dl dt {
  color: #858b91;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.42px;
}
.wrap footer .footer_bot .foot_detail dl dd {
  color: #52585e;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.42px;
}
.wrap footer .footer_bot .copy {
  color: #a4a8ad;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.39px;
  text-align: center;
  margin-top: 12px;
}

/* =========================
   팝업 영역
   ========================= */
.wrap .popup-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
  z-index: 1000;
  display: none;
}
.wrap .popup-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 23px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1001;
}
.wrap .popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../images/ico/close_ico.svg) no-repeat left top;
}
.wrap #popup-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.wrap #popup-terms-content {
  padding: 90px 30px 104px;
}
.wrap #popup-terms-content h3 {
  color: #52585e;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.48px;
  margin-top: 24px;
}
.wrap #popup-terms-content h3:first-child {
  margin-top: 0;
}
.wrap #popup-terms-content p {
  color: #52585e;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
  margin-top: 8px;
}
.wrap .terms-content {
  display: none;
}

/*# sourceMappingURL=content.min.css.map  */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}

body.menu-open {
  overflow: hidden;
}

/* =========================
   커스텀 알럿 모달
   ========================= */
.custom-alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
}

.custom-alert-modal {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  max-width: 350px;
  width: 80%;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.custom-alert-message {
  font-size: 18px; /* 기본 16px에서 2px 증가 */
  color: #333;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 500;
}

.custom-alert-btn {
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}

.custom-alert-btn:hover {
  background-color: #0056b3;
}
