@charset "UTF-8";
.theme_1 {
  --primary: #358DFF;
}

.theme_2 {
  --primary: #25552E;
}

.theme_3 {
  --primary: #F17551;
}

.theme_4 {
  --primary: #4d4c4c;
}

.theme_5 {
  --primary: #84d45f;
}

.cc {
  margin-top: 54px;
  border-top: 0.33px solid rgba(0, 0, 0, 0.3);
}
.header_container:has(.gnb) + .cc {
  margin-bottom: 85px;
}
.header_container:has(.gnb) + .cc .fixed_bottom {
  bottom: 85px;
}
.cc:has(.fixed_bottom) {
  padding-bottom: 40px;
}

.cc .tab {
  display: flex;
  align-items: center;
  justify-content: safe center;
  border-bottom: 1px solid #E2E2E2;
  background-color: #fff;
  overflow: auto;
}
.cc .tab::-webkit-scrollbar {
  display: none;
}
.cc .tab li a {
  border-bottom: 4px solid transparent;
  display: block;
  min-width: 86px;
  box-sizing: border-box;
  padding: 12px 12px 10px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}
.cc .tab li a.active {
  font-weight: 700;
  border-color: var(--primary);
}

.cc .notice .fixed_bottom {
  z-index: 1;
  display: flex;
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 0 auto
}
.cc .notice .fixed_bottom button {
  flex: 1;
  border: 0 none;
  height: 40px;
  color: #fff;
  background-color: var(--primary);
  font-size: 14px;
  font-weight: 700;
}
.cc .main_shortcuts {
  overflow: hidden;
}
.cc .main_shortcuts .info {
  height: 70px;
  background-color: var(--primary);
  display: flex;
  padding: 20px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}
.cc .main_shortcuts .info .cc_hole {
  display: flex;
  align-items: center;
  gap: 9px;
}
.cc .main_shortcuts .info .cc_hole img {
  max-width: 56px;
  height: auto;
}
.cc .main_shortcuts .info .cc_hole p {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #fff;
}
.cc .main_shortcuts .info .btn_rev {
  display: inline-block;
  width: 130px;
  height: 40px;
  line-height: 38px;
  border-radius: 20px;
  border: 1px solid #FFF;
  text-align: center;
  font-family: NanumSquare;
  font-weight: 700;
  font-size: 14px;
  color: #FFF;
}
.cc .main_shortcuts .shortcuts {
  display: grid;
  margin: 25px 20px 35px;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 12px;
}
.cc .main_shortcuts .shortcuts li {
  text-align: center;
}
.cc .main_shortcuts .shortcuts li a {
  display: block;
  padding-top: 44px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 44px;
  line-height: 22px;
}
.cc .main_shortcuts .shortcuts li a.shortcuts_01 {
  background-image: url("/assets/images/ico_shortcuts_01.png");
}
.cc .main_shortcuts .shortcuts li a.shortcuts_02 {
  background-image: url("/assets/images/ico_shortcuts_02.png");
}
.cc .main_shortcuts .shortcuts li a.shortcuts_03 {
  background-image: url("/assets/images/ico_shortcuts_03.png");
}
.cc .main_shortcuts .shortcuts li a.shortcuts_04 {
  background-image: url("/assets/images/ico_shortcuts_04.png");
}
.cc .main_shortcuts .shortcuts li a.shortcuts_05 {
  background-image: url("/assets/images/ico_shortcuts_05.png");
}
.cc .main_shortcuts .shortcuts li a.shortcuts_06 {
  background-image: url("/assets/images/ico_shortcuts_06.png");
}
.cc .main_shortcuts .shortcuts li a.shortcuts_07 {
  background-image: url("/assets/images/ico_shortcuts_07.png");
  line-height: normal;
}
.cc .main_shortcuts .shortcuts li a.shortcuts_08 {
  background-image: url("/assets/images/ico_shortcuts_08.png");
}
.cc .main_shortcuts .visual.swiper {
  overflow: hidden;
}
.cc .main_shortcuts .visual .swiper-slide .text {
  position: absolute;
  right: 23px;
  bottom: 12px;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}
.cc .main_shortcuts .visual .swiper-slide .text strong {
  padding-right: 12px;
  position: relative;
  font-weight: 700;
}
.cc .main_shortcuts .visual .swiper-slide .text strong::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 0;
  border-right: 1px solid #ddd;
  height: 12px;
}
.cc .main_shortcuts .visual .swiper-slide .text button {
  height: auto;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
  color: #fff;
  position: relative;
}
.cc .main_shortcuts .visual .swiper-slide .text button:first-of-type::before {
  content: "|";
  display: inline-block;
  color: #fff;
}

.cc .main_shortcuts .visual .swiper-slide .text button span {
  position: absolute;
  right: 0;
  margin-top: 8px;
  top: 100%;
  width: 208px;
  padding: 13px 13px 12px 13px;
  text-align: left;
  background-color: #A99362;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  display: none;
}
.cc .main_shortcuts .visual .swiper-slide .text button span.tooltip {
  width:100%;
  min-width: 208px;
}
.cc .main_shortcuts .visual .swiper-slide .text button span::after {
  content: "";
  position: absolute;
  top: -8px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #A99362; /* 삼각형 색상 */
}
.cc .main_shortcuts .visual .swiper-slide .text button span.left::after {
  left: 12px;
}
.cc .main_shortcuts .visual .swiper-slide .text button span.right::after {
  right: 12px;
}

.cc .main_event {
  margin: 0 20px 40px;
}
.cc .main_event .tit {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.cc .main_event .tit h2 {
  margin-bottom: 6px;
  font-weight: 800;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
}
.cc .main_event .tit .more {
  color: #777777;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
}
.cc .main_event li {
  display: block;
  aspect-ratio: 32 / 9;   /* 원본 비율 유지 (640:180 = 32:9) */
}
.cc .main_event li:not(:first-child) {
  margin-top: 8px;
}
.cc .main_event li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cc .main_traffic h2 {
  margin: 0 20px 6px;
  font-weight: 800;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
}
.cc .main_traffic .map {
  padding: 0 20px;
}
.cc .main_traffic dl {
  padding: 21px 20px 17px;
}
.cc .main_traffic dl dd {
  padding-left: 20px;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 0 center;
  font-size: 14px;
  line-height: 22px;
}
.cc .main_traffic dl dd a {
  text-decoration: underline;
  color: #A99362;
}
.cc .main_traffic dl dd.address {
  background-image: url("/assets/images/ico_map_01.png");
}
.cc .main_traffic dl dd.tel {
  margin-top: 6px;
  background-image: url("/assets/images/ico_tel_01.png");
}
.cc .main_traffic dl dd .copy {
  width: 18px;
  height: 18px;
  background: url("/assets/images/ico_copy_01.png") 0 0/18px no-repeat;
  border: 0;
  vertical-align: middle;
  margin-left: 3px;
  margin-bottom: 2px;
}
.cc .main_traffic .ft {
  display: flex;
}
.cc .main_traffic .ft a {
  flex: 1;
  width: 100%;
  text-align: center;
  height: 52px;
  line-height: 52px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}
.cc .main_traffic .ft a.btn_tel {
  font-weight: 500;
  text-decoration: underline;
  color: #A99362;
}
.cc .main_traffic .ft a.btn_nav {
  background-color: var(--primary);
}
.cc .overview .movie .player {
  width: 100%;
  height: 56.111vw;
  position: relative;
}
.cc .overview .movie .player iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cc .overview .movie .player .btn_play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  border: 0;
  margin: -25px 0 0 -25px;
  background: url("/assets/images/btn_play_01.png") 0 0/50px no-repeat;
}
.cc .overview .movie .player .btn_stop {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  border: 0;
  margin: -25px 0 0 -25px;
  background: url("/assets/images/btn_stop_01.png") 0 0/50px no-repeat;
}
.cc .overview .movie .desc {
  padding: 25px 18px;
  background-color: var(--primary);
}
.cc .overview .movie .desc h3 {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 13px;
}
.cc .overview .movie .desc p {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.25px;
  color: #fff;
}
.cc .overview .cc_info {
  padding: 13px 20px 25px;
}
.cc .overview .cc_info table {
  width: 100%;
}
.cc .overview .cc_info table th {
  width: 90px;
  text-align: left;
  padding: 10px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.25px;
  vertical-align: top;
}
.cc .overview .cc_info table td {
  padding: 10px;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.25px;
}
.cc .overview .cc_info table td ul li {
  padding-left: 8px;
  position: relative;
}
.cc .overview .cc_info table td ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #1F1F1F;
}
.cc .overview .btn_clipAddress {
  width: 18px;
  height: 18px;
  background: url("/assets/images/ico_copy_01.png") center 0/18px no-repeat;
  border: 0;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 2px;
}
.cc .overview .btn_tel {
  font-weight: 700;
  line-height: 19px;
  letter-spacing: -0.25px;
  text-decoration: underline;
  color: #A99362;
}
.cc .course .state {
  padding: 20px 0;
}
.cc .course .state .info {
  display: flex;
  gap: 8px;
  margin: 0 20px;
}
.cc .course .state .info li {
  flex: 1;
  background-color: #F5F5F5;
  border-radius: 8px;
  text-align: center;
  padding: 8px 10px;
  white-space: nowrap;
}
.cc .course .state .info li strong {
  display: block;
}
.cc .course .state .course_map {
  margin: 0 20px 20px;
}
.cc .course .state .course_link {
  background-color: #F5F5F5;
  height: 92px;
  overflow: hidden;
}
.cc .course .state .course_link ul {
  white-space: nowrap;
  display: flex;
  gap: 8px;
  padding: 0 20px;
  height: 120px;
  overflow-x: auto;
  overflow-y: hidden;
  box-sizing: border-box;
}
.cc .course .state .course_link li {
  padding: 26px 0 0;
}
.cc .course .state .course_link a {
  background-color: var(--primary);
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  min-width: 90px;
  box-sizing: border-box;
  padding: 0 20px;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.43px;
}
.cc .course .map_level {
  padding: 14px 20px 0;
}
.cc .course .map_level h3 {
  font-weight: 800;
  font-size: 16px;
  line-height: 120%;
  margin: 10px 16px 0;
  color: #A99362;
  text-align: center;
  word-break: auto-phrase;
}
.cc .course .map_level .star {
  width: 200px;
  margin: 0 auto;
  display: grid;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 16px;
  grid-template-columns: 70px 120px;
}
.cc .course .map_level .star dt {
  font-size: 14px;
  text-align: center;
}
.cc .course .map_level .star dd {
  font-size: 0;
  line-height: 0;
}
.cc .course .map_level .star dd span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("/assets/images/ico_star_01_off.png");
  vertical-align: middle;
}
.cc .course .map_level .star dd span + span {
  margin-left: 2px;
}
.cc .course .map_level .star dd.r1 span:nth-child(1) {
  background-image: url("/assets/images/ico_star_01_on.png");
}
.cc .course .map_level .star dd.r2 span:nth-child(-n+2) {
  background-image: url("/assets/images/ico_star_01_on.png");
}
.cc .course .map_level .star dd.r3 span:nth-child(-n+3) {
  background-image: url("/assets/images/ico_star_01_on.png");
}
.cc .course .map_level .star dd.r4 span:nth-child(-n+4) {
  background-image: url("/assets/images/ico_star_01_on.png");
}
.cc .course .map_level .star dd.r5 span:nth-child(-n+5) {
  background-image: url("/assets/images/ico_star_01_on.png");
}
.cc .course .map_level .chart {
  position: relative;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1;
  margin: 0 auto;
}
.cc .course .map_level .chart .radar-labels {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cc .course .map_level .chart .radar-label {
  font-weight: 400;
  font-size: 14px;
  padding: 2px;
  background: #fff;
  line-height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  z-index: 9;
  white-space: nowrap;
}
.cc .course .map_handicap {
  margin: 0 20px;
}
.cc .course .map_handicap h3 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 9px;
}
.cc .course .map_handicap table {
  width: 100%;
}
.cc .course .map_handicap table thead th {
  background-color: #F5F5F5;
  font-weight: 400;
  font-size: 12px;
  color: #666;
  height: 30px;
  padding: 0 5px;
  box-sizing: border-box;
  border-top: 1px solid #E2E2E2;
  white-space: nowrap;
}
.cc .course .map_handicap table tbody td {
  text-align: center;
  padding: 7px 0;
  border-bottom: 1px solid #E2E2E2;
}
.cc .hole_strategy .hole_section {
  padding-top: 40px;
  position: relative;
  background-color: #F5F5F5;
  overflow: hidden;
}
.cc .hole_strategy .hole_section li .desc {
  background-color: #fff;
  padding: 16px 20px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.43px;
}
.cc .hole_strategy .hole_section li .box {
  position: relative;
}
.cc .hole_strategy .hole_section li .box .hole_info {
  position: absolute;
  left: 20px;
  top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cc .hole_strategy .hole_section li .box .hole_info p {
  display: inline-flex;
  width: 90px;
  height: 60px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.43px;
  color: #fff;
}
.cc .hole_strategy .hole_section li .box .hole_info p span {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: -0.43px;
}
.cc .hole_strategy .hole_section li .box .hole_map {
  max-width: 100%;
}
.cc .hole_strategy .hole_section li .box .length {
  position: absolute;
  left: 22px;
  bottom: 30px;
  padding: 12px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  color: #fff;
              /* background: rgba(255, 255, 255, 0.15);
                backdrop-filter: blur(10px);
                -webkit-backdrop-filter: blur(10px);
                border: 1px solid rgba(255, 255, 255, 0.2);
                border-radius: 20px;
                box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37); */
}
.cc .hole_strategy .hole_section li .box .length > span {
  padding-left: 16px;
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: -0.43px;
}
.cc .hole_strategy .hole_section li .box .length > span + span {
  margin-top: 10px;
}
.cc .hole_strategy .hole_section li .box .length > span span {
  font-weight: 400;
}
.cc .hole_strategy .hole_section li .box .length > span::before {
  width: 10px;
  height: 10px;
  top: 2px;
  left: 0px;
  border-radius: 50%;
  position: absolute;
  box-sizing: border-box;
  content: "";
}
.cc .hole_strategy .hole_section li .box .length > span.bk::before {
  background-color: #000000;
}
.cc .hole_strategy .hole_section li .box .length > span.bl::before {
  background-color: #0067b1;
}
.cc .hole_strategy .hole_section li .box .length > span.or::before {
  background-color: #f89700;
}
.cc .hole_strategy .hole_section li .box .length > span.re::before {
  background-color: #ed192e;
}
.cc .hole_strategy .hole_section li .box .length > span.wh::before {
  background-color: #ffffff;
}
.cc .hole_strategy .hole_section li .box .length > span.wh1::before {
  content: "1";
  font-size: 8px;
  text-align: center;
  line-height: 10px;
  border: solid 1px #c2c2c2;
}
.cc .hole_strategy .hole_section li .box .length > span.wh2::before {
  content: "2";
  font-size: 8px;
  text-align: center;
  line-height: 10px;
  border: solid 1px #c2c2c2;
}
.cc .hole_strategy .hole_section li .box .util {
  position: absolute;
  right: 20px;
  bottom: 28px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  color: #fff;
}
.cc .hole_strategy .hole_section li .box .util a {
  display: block;
  width: 24px;
  height: 24px;
}
.cc .hole_strategy .hole_section li .box .util a.btn_green {
  background: url("/assets/images/ico_golf_02.png") 0 0/24px no-repeat;
}
.cc .hole_strategy .hole_section li .box .util a.btn_down {
  background: url("/assets/images/ico_down_03.png") 0 0/24px no-repeat;
}
.cc .hole_strategy .hole_section li .box .util a.btn_3d {
  background: url("/assets/images/ico_3d_02.png") 0 0/24px no-repeat;
}
.cc .hole_strategy .hole_section .page {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  background-color: #F5F5F5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.cc .hole_strategy .hole_section .page span {
  width: 22px;
  height: 22px;
  background-color: transparent;
  opacity: 1;
  line-height: 22px;
  font-size: 14px;
  letter-spacing: -0.43px;
  color: #1F1F1F;
}
.cc .hole_strategy .hole_section .page span.swiper-pagination-bullet-active {
  font-weight: bold;
}
.cc .golf_list .tab {
  display: block;
  border: 0 none;
  padding: 13px 0 11px;
  background-color: #F5F5F5;
  height: 56px;
  overflow: hidden;
  box-sizing: border-box;
}
.cc .golf_list .tab ul {
  padding: 0 20px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  height: 80px;
  white-space: nowrap;
  box-sizing: border-box;
}
.cc .golf_list .tab ul li {
  display: inline-block;
}
.cc .golf_list .tab ul li button {
  display: block;
  padding: 0 16px;
  height: 32px;
  border: 1px solid #DFDFDF;
  color: #999;
  border-radius: 20px;
  background-color: #fff;
  white-space: nowrap;
  font-weight: 700;
  font-size: 14px;
}
.cc .golf_list .tab ul li button.active {
  border: 1px solid #1F1F1F;
  color: #1F1F1F;
}
.cc .golf_list .hashtag-wrap:has(span) {
  padding: 20px 25px 0;
  text-align: center;
}
.cc .golf_list .hashtag {
  cursor: pointer;
  margin-right: 3px;
  font-size: 13px;
  font-weight: 700;
  color: #555;
  text-decoration: underline;
}
.cc .golf_list .list {
  display: grid;
  row-gap: 12px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 20px 25px;
  grid-template-columns: 1fr 1fr;
}
.cc .golf_list .list a {
  display: block;
}
.cc .golf_list .list a .thumb {
  aspect-ratio: 1.5/1;
}
.cc .golf_list .list a .thumb>img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cc .golf_list .list .name {
  display: block;
  padding: 8px 0 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.43px;
}
.cc .golf_list .list .location {
  display: inline-block;
  position: relative;
  padding-right: 2px;
  font-weight: 700;
  font-size: 12px;
}
.cc .golf_list .list .location.c1 {
  color: #358DFF;
}
.cc .golf_list .list .location.c2 {
  color: #25552E;
}
.cc .golf_list .list .location.c3 {
  color: #F17551;
}
.cc .golf_list .list .location.c4 {
  color: #4d4c4c;
}
.cc .golf_list .list .location.c5 {
  color: #84d45f;
}
.cc .golf_list .list .location::after {
  content: "";
  border-right: 1px solid #ddd;
  height: 12px;
  margin:0;
  padding-left:4px
}
.cc .golf_list .list .tag {
  /* display: inline-block; */
  margin-right: 3px;
  font-weight: 600;
  font-size: 12px;
  color: #777;
}
.cc .cctv .main {
  border-top: 6px solid #F5F5F5;
  border-bottom: 1px solid #E2E2E2;
}
.cc .cctv .main h2 {
  padding: 22px 20px 10px 20px;
}
.cc .cctv .main h2 button {
  color: #1F1F1F;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.43px;
  padding: 0 24px 0 0;
  background: url("/assets/images/ico_arrow_02_down.png") right center/18px 21px no-repeat;
  margin: 0;
  border: 0;
  background-color: transparent;
}
.cc .cctv .main .player {
  width: 100%;
  position: relative;
}
.cc .cctv .main .player .btn_play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  border: 0;
  margin: -25px 0 0 -25px;
  background: url("/assets/images/btn_play_01.png") 0 0/50px no-repeat;
}
.cc .cctv .main .player .btn_stop {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  border: 0;
  margin: -25px 0 0 -25px;
  background: url("/assets/images/btn_stop_01.png") 0 0/50px no-repeat;
}
.cc .cctv .main .desc {
  padding: 20px;
}
.cc .cctv .main .desc li {
  position: relative;
  padding-left: 10px;
  color: #1F1F1F;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.43px;
}
.cc .cctv .main .desc li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  border-top: 1px solid #1F1F1F;
  width: 4px;
}
.cc .cctv .main .tel {
  margin: 24px 0 30px;
  padding-left: 23px;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 0 center;
  font-size: 14px;
  line-height: 22px;
  background-image: url("/assets/images/ico_tel_01.png");
}
.cc .cctv .main .tel a {
  color: #A99362;
  text-decoration: underline;
  margin-left: 5px;
}
.cc .cctv .side {
  border-top: 6px solid #F5F5F5;
  border-bottom: 1px solid #E2E2E2;
}
.cc .cctv .side h3 {
  padding: 20px 20px 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.43px;
}
.cc .cctv .side h3 span {
  font-size: 14px;
}
.cc .facility_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px;
  font-size: 14px;
  letter-spacing: -0.43px;
}
.cc .facility_list .facility{
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cc .facility_list.no-data-only {
  box-shadow: none !important;
  border-top: none !important;
  padding: 40px 20px 20px !important;
  margin-top: 0 !important;
}
.cc .facility_list + .facility_list {
  margin-top: 6px;
  padding-top: 26px;
  box-shadow: inset 0 6px 0 #F5F5F5;
  border-top: 1px solid #E2E2E2;
}
.cc .facility_list h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
.cc .facility_list h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.cc .facility_list .pic {
  margin: 0 -20px;
}
.cc .facility_list .desc {
  margin-top: 10px;
  line-height: 20px;
  white-space: pre-line;
}
.cc .facility_list .detail p {
  margin: 10px 0 10px;
  font-weight: 700;
  line-height: 22px;
}
.cc .facility_list .detail p strong {
  color: var(--primary);
  font-weight: 700;
}
.cc .facility_list .detail table {
  margin-bottom: 20px;
  border-top: 1px solid #E2E2E2;
  width: 100%;
  letter-spacing: 0;
}
.cc .facility_list .detail table thead th {
  padding: 9px 8px 7px;
  background-color: #F5F5F5;
  font-size: 12px;
  color: #666;
  font-weight: 400;
}
.cc .facility_list .detail table tbody td {
  border-bottom: 1px solid #E2E2E2;
  padding: 11px 0 9px;
  text-align: center;
}
.cc .facility_list .detail .etc {
  display: flex;
  flex-wrap: wrap;
}
.cc .facility_list .detail .etc dt {
  width: 90px;
  margin-bottom: 15px;
  font-weight: 700;
}
.cc .facility_list .detail .etc dd {
  width: calc(100% - 90px);
  margin-bottom: 15px;
}
.cc .facility_list .detail .etc dd .tel {
  margin-left: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #A99362;
  text-decoration: underline;
}
.cc .facility .btn_tel {
  font-weight: 500;
  text-decoration: underline;
  color: #A99362;
}
.cc .fb_brand {
  line-height: 22px;
  font-size: 14px;
}
.cc .fb_brand .box {
  border-bottom: 1px solid #E2E2E2;
  padding: 10px 0 8px;
  text-align: center;
}
.cc .fb_brand .box em {
  color: #A99362;
  font-weight: 700;
}
.cc .fb_brand .menu {
  border-bottom: 1px solid #E2E2E2;
}
.cc .fb_brand .menu:last-of-type {
  border-bottom: 0 none;
}
.cc .fb_brand .menu .category {
  overflow: hidden;
}
.cc .fb_brand .menu .category .category_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
  background-color: #F5F5F5;
}
.cc .fb_brand .menu .category .category_head  h2 {
  font-size: 18px;
  font-weight: 700;
  box-sizing: border-box;
}
.cc .fb_brand .menu .category .category_head .arrow {
  width: 24px;
  aspect-ratio: 1;
  transform: rotateZ(0);
  transition: all 0.2s;
}
.cc .fb_brand .menu .category.open .category_head .arrow {
  transform: rotateZ(-180deg);
}
.cc .fb_brand .menu .category .category_head .arrow img{
  width: 100%;
  object-fit: contain;
}
.cc .fb_brand .menu .category ul {
  height: 0;
}
.cc .fb_brand .menu .category.open ul{
  height: 100%;
}
.cc .fb_brand .menu li {
  display: flex;
  align-items: center;
  margin: 0 20px;
  padding: 20px 0;
  border-bottom: 1px solid #E2E2E2;
}
.cc .fb_brand .menu li:last-child {
  border-bottom: 0 none;
}
.cc .fb_brand .menu li > .prc {
  margin-left: auto;
}
.cc .fb_brand .menu .thumb {
  margin-right: 20px;
}
.cc .fb_brand .menu .info .prc {
  display: block;
  margin-top: 4px;
}
.cc .greenpee {
  font-size: 14px;
}
.cc .greenpee h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 110px;
  background: url("/assets/images/bg_greenpee.png") right bottom/cover no-repeat;
  line-height: 26px;
  font-size: 20px;
  letter-spacing: -0.43px;
}
.cc .greenpee h2 span {
  font-size: 14px;
}
.cc .greenpee h2 p {
  font-size: 10px;
}
.cc .greenpee .duration {
  padding: 9px 20px;
  background-color: rgba(195, 216, 255, 0.3);
  font-weight: 700;
}
.cc .greenpee .data {
  width: 100%;
}
.cc .greenpee .data th, .cc .greenpee .data td {
  border: 1px solid #E2E2E2;
  padding: 13px 0;
  text-align: center;
  line-height: 18px;
}
.cc .greenpee .data th:first-child, .cc .greenpee .data td:first-child {
  border-left: 0 none;
}
.cc .greenpee .data th:last-child, .cc .greenpee .data td:last-child {
  border-right: 0 none;
}
.cc .greenpee .data th {
  font-weight: 400;
}
.cc .greenpee .data th strong {
  display: block;
}
.cc .greenpee .data .prc {
  font-size: 16px;
}
.cc .greenpee .note {
  margin: 20px;
}
.cc .greenpee .note ul {
  margin-top: 8px;
  background-color: #F5F5F5;
  padding: 16px 18px 18px;
}
.cc .greenpee .note li {
  line-height: 22px;
}
.cc .greenpee .list {
  border-top: 6px solid #F5F5F5;
  padding: 0 20px;
}
.cc .greenpee .list li {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #E2E2E2;
}
.cc .greenpee .list li span {
  flex-shrink: 0;
  margin-left: auto;
  padding-left: 20px;
  color: #999;
}
.cc .ranking {
  position: relative;
  font-size: 14px;
  letter-spacing: -0.25px;
}
.cc .ranking .head {
  padding: 0 30px;
}
.cc .ranking .head .date {
  position: relative;
  margin: 34px 0 18px 10px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #FFFAED;
  font-weight: 700;
}
.cc .ranking .head .date .input {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  width: auto;
}
.cc .ranking .head .date input {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.43px;
  vertical-align: middle;
  border: 0;
  width: 200px;
  background: transparent url("/assets/images/ico_calendar_01.png") 145px 0/20px no-repeat;
}
.cc .ranking .head .date::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -21px;
  width: 58px;
  height: 61px;
  background: url("/assets/images/ico_ranking.png") 0 0/contain no-repeat;
}
.cc .ranking .head p {
  font-size: 12px;
  color: #777;
}
.cc .ranking .tab {
  margin: 20px 0;
  padding: 13px 0 11px;
  border-top: 1px solid #E2E2E2;
  background-color: #F5F5F5;
  text-align: center;
}
.cc .ranking .tab button {
  margin: 0 1px;
  width: 79px;
  height: 32px;
  border: 1px solid #DFDFDF;
  border-radius: 20px;
  background-color: #fff;
  font-weight: 700;
}
.cc .ranking .tab button.active {
  color: #1F1F1F;
  border-color: #1F1F1F;
}
.cc .ranking .tab_radio {
  margin: 20px 0;
  padding: 13px 0 11px;
  border-top: 1px solid #E2E2E2;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.cc .ranking .tab_radio label span {
  display: block;
  margin: 0 1px;
  width: 79px;
  line-height: 30px;
  height: 32px;
  border: 1px solid #DFDFDF;
  border-radius: 20px;
  background-color: #fff;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.cc .ranking .tab_radio label input:checked + span {
  color: #1F1F1F;
  border-color: #1F1F1F;
}
.cc .ranking .list {
  padding-bottom: 40px;
}
.cc .ranking .list li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 48px 12px 23px;
}
.cc .ranking .list li > * {
  flex-shrink: 0;
}
.cc .ranking .list li.me {
  background-color: rgba(195, 216, 255, 0.2);
}
.cc .ranking .list li.trophy {
  position: relative;
}
.cc .ranking .list li.trophy::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url("/assets/images/ico_ranking_cup.png") 0 0/contain no-repeat;
}
.cc .ranking .list li:nth-child(1) .rank {
  color: #DBAC2E;
}
.cc .ranking .list li:nth-child(2) .rank {
  color: #007AFF;
}
.cc .ranking .list li:nth-child(3) .rank {
  color: #FF3B30;
}
.cc .ranking .list .rank {
  width: 20px;
  margin-right: 7px;
  text-align: center;
  font-weight: 800;
}
.cc .ranking .list .thumb {
  margin-right: 8px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  overflow: hidden;
  background-color: #D9D9D9;
}
.cc .ranking .list .name {
  flex: 1;
  overflow: hidden;
  margin-right: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  line-height: 18px;
}
.cc .ranking .list .team {
  width: 55px;
  font-size: 12px;
  color: #999;
}
.cc .ranking .list .num {
  margin-left: 4px;
  width: 40px;
  text-align: center;
  font-weight: 800;
  font-size: 16px;
}
.cc .ranking .list .ellipsis, .cc .ranking .list .ellipsis::before, .cc .ranking .list .ellipsis::after {
  display: inline-block;
  position: relative;
  width: 2px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
}
.cc .ranking .list .ellipsis::before, .cc .ranking .list .ellipsis::after {
  content: "";
  position: absolute;
  left: -5px;
}
.cc .ranking .list .ellipsis::after {
  left: auto;
  right: -5px;
}
.cc .ranking .fixed_btn {
  position: fixed;
  display: flex;
  bottom: 85px;
  width: 100%;
  margin: 0 auto;
}
.cc .ranking .fixed_btn button {
  width: 50%;
  height: 50px;
  border: 0 none;
  background-color: #358DFF;
  color: #fff;
}
.cc .ranking .fixed_btn button.share {
  background-color: #A99362;
}
.cc .ranking_share {
  margin-top: -54px;
  padding-bottom: 30px;
  border-top: 0 none;
  background-color: #fff;
}
.cc .ranking_share .share {
  padding: 16px 17px 0;
  font-weight: 700;
  line-height: 22px;
}
.cc .ranking_share .head {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 4px;
}
.cc .ranking_share .list {
  border-top: 6px solid #f5f5f5;
  padding-top: 12px;
}
.cc .golftel {
  border-top: 0.33px solid rgba(0, 0, 0, 0.3);
  font-size: 14px;
}
.header_container:has(.gnb) + .cc .golftel {
  margin-bottom: 85px;
}
.cc .golftel .desc {
  margin: 20px 20px 16px;
  line-height: 22px;
  letter-spacing: -0.43px;
  font-weight: 700;
}
.cc .golftel .filter_tab {
  padding: 13px 0 11px;
  background-color: #F5F5F5;
  height: 56px;
  overflow: hidden;
  box-sizing: border-box;
}
.cc .golftel .filter_tab ul {
  padding: 0 20px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  height: 80px;
  white-space: nowrap;
  box-sizing: border-box;
}
.cc .golftel .filter_tab ul li {
  display: inline-block;
}
.cc .golftel .filter_tab ul li button {
  display: block;
  padding: 0 16px;
  height: 32px;
  border: 1px solid #DFDFDF;
  color: #999;
  border-radius: 20px;
  background-color: #fff;
  white-space: nowrap;
  font-weight: 700;
  font-size: 14px;
}
.cc .golftel .filter_tab ul li button.active {
  border: 1px solid #1F1F1F;
  color: #1F1F1F;
}
.cc .golftel .facility_list .desc {
  margin: 0;
  font-weight: 400;
}
.cc .golftel .btn_tel {
  font-weight: 500;
  text-decoration: underline;
  color: #A99362;
}
.cc .inform {
  font-size: 14px;
}
.cc .inform_panel {
  padding: 23px 20px 30px;
}
.cc .inform_panel .cont + .cont {
  margin-top: 30px;
}
.cc .inform_panel h3 {
  margin-bottom: 7px;
  font-weight: 800;
  line-height: 100%;
}
.cc .inform_panel h4 {
  margin: 7px 0 8px;
  color: var(--primary);
  font-weight: 400;
}
.cc .inform_panel h4 ~ h4 {
  margin-top: 20px;
}
.cc .inform_panel p {
  font-weight: 400;
  line-height: 20px;
}
.cc .inform_panel p.info {
  margin: 12px 0 4px;
  font-size: 12px;
  line-height: 16px;
  color: #777777;
}
.cc .inform_panel table {
  margin-bottom: 20px;
  width: 100%;
}
.cc .inform_panel table th, .cc .inform_panel table td {
  border: 1px solid #E2E2E2;
  text-align: center;
  line-height: 16px;
  letter-spacing: -0.25px;
}
.cc .inform_panel table th {
  width: 140px;
  background-color: #F5F5F5;
  font-weight: 400;
}
.cc .inform_panel table td {
  padding: 13px 10px;
}
.cc .inform_panel .list > li {
  padding-left: 10px;
  text-indent: -10px;
}
.cc .inform_panel .list > li::before {
  content: "-";
  margin-right: 4px;
}
.cc .inform_panel .list > li ul {
  margin-left: 10px;
}
.cc .inform_panel .coupon {
  margin: 0 10px;
  padding: 60px 0;
  border-bottom: 1px solid #E2E2E2;
  text-align: center;
  line-height: 100%;
}
.cc .inform_panel .coupon .img {
  margin-bottom: 23px;
}
.cc .inform_panel .coupon .title {
  font-weight: 800;
  font-size: 18px;
}
.cc .inform_panel .coupon .desc {
  margin-top: 6px;
}
.cc .inform_panel .coupon .desc strong {
  font-weight: 400;
  color: #C59F38;
}
.cc .inform_panel .coupon_info {
  margin: 24px 20px;
  text-align: center;
}
.cc .inform_panel .coupon_info p {
  font-weight: 700;
}
.cc .inform_panel .coupon_info span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #777;
}
.cc .inform_panel .coupon.mileage {
  padding-top: 10px;
}
.cc .booking_info {
  font-size: 14px;
}
.cc .booking_info .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 15px 0 30px;
}
.cc .booking_info .btn_basic {
  font-weight: 700;
  font-size: 14px;
  border-radius: 18px;
  border: 1px solid #1f1f1f;
  min-width: 70px;
  height: 30px;
  padding: 0 20px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
}
.cc .booking_info .btn_basic.yllw {
  border: 1px solid #D9AB2E;
  color: #C59F38;
}
.cc .booking_info .btn_basic.blue {
  color: #358DFF;
  border-color: #358DFF;
}
.cc .booking_info .head h2 {
  font-size: 18px;
  font-weight: 700;
}
.cc .booking_info .booking_dtl {
  padding: 30px 20px;
}
.cc .booking_info .booking_dtl + .booking_dtl {
  border-top: 1px solid #E2E2E2;
  box-shadow: inset 0 6px 0 #F5F5F5;
}
.cc .booking_info .fee {
  margin-top: 24px;
}
.cc .booking_info .fee li {
  display: flex;
  margin-top: 20px;
}
.cc .booking_info .fee li > div {
  flex: 1;
  text-align: right;
}
.cc .booking_info .fee li small {
  font-size: 12px;
  margin-right: 4px;
}
.cc .booking_info .fee li .caution {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  line-height: 18px;
  color: #777;
}
.cc .booking_info .fee p {
  margin-top: 19px;
  padding-top: 20px;
  padding-left: 18px;
  border-top: 1px solid #E2E2E2;
  text-indent: -18px;
}
.cc .booking_info .fee p::before {
  content: "※";
  display: inline-block;
  width: 18px;
  text-indent: 0;
}
.cc .booking_info .fee_inter {
  margin-top: 9px;
  margin-bottom: -20px;
}
.cc .booking_info .fee_inter dl:not(:last-of-type) {
  border-bottom: 1px solid #E2E2E2;
}
.cc .booking_info .fee_inter dl > div {
  position: relative;
  border-top: 1px solid #E2E2E2;
  line-height: 1.2;
  padding: 20px 0 20px 0;
}
.cc .booking_info .fee_inter dl > div:has(.title) {
  padding-left: 70px;
}
.cc .booking_info .fee_inter dl .title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  width: 70px;
  font-weight: 700;
}
.cc .booking_info .fee_inter dl dd {
  margin-top: 9px;
  padding: 7px 11px;
  background-color: rgba(195, 216, 255, 0.2);
  color: #007AFF;
}
.cc .booking_info .fee_inter dl dd + dt {
  margin-top: 20px;
  border-top: 1px solid #E2E2E2;
  padding-top: 20px;
}
.cc .booking_info .fee_inter .sub_title {
  margin: 37px 0 18px;
}
.cc .booking_info .book_online {
  margin-bottom: -30px;
  line-height: 21px;
  letter-spacing: -0.25px;
}
.cc .booking_info .book_online .box {
  margin: 24px 0 20px;
  padding: 10px 11px;
  background-color: rgba(195, 216, 255, 0.2);
  font-weight: 700;
}
.cc .booking_info .book_online .box strong {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}
.cc .booking_info .book_online .see_more {
  display: inline-block;
  margin: 5px 0;
  font-size: 12px;
  color: #A99362;
  text-decoration: underline;
}
.cc .booking_info .book_tel ul {
  display: flex;
  flex-wrap: wrap;
}
.cc .booking_info .book_tel ul li {
  border-bottom: 1px solid #E2E2E2;
  padding: 10px 0;
  width: 50%;
  font-weight: 700;
}
.cc .booking_info .book_tel ul li span {
  display: block;
  font-weight: 400;
}
.cc .booking_info .book_tel ul li.col {
  display: flex;
  -moz-column-gap: 13px;
       column-gap: 13px;
  width: 100%;
  font-weight: 400;
}
.cc .booking_info .cancel_info section h3 {
  margin: 17px -20px 10px;
  background: #F5F5F5;
  border-top: 1px solid #E2E2E2;
  padding: 7px 0;
  text-align: center;
  font-weight: 400;
  color: #777;
  font-size: 12px;
}
.cc .booking_info .cancel_info section h4 {
  margin: 12px 0 5px;
  font-weight: 800;
  color: #D72F20;
}
.cc .booking_info .cancel_info table th,
.cc .booking_info .cancel_info table td {
  border: 1px solid #E2E2E2;
  font-size: 12px;
  font-weight: 700;
}
.cc .booking_info .cancel_info table th {
  padding: 4px;
  background: #F5F5F5;
}
.cc .booking_info .cancel_info table td {
  padding: 10px 9px;
  text-align: center;
}
.cc .booking_info .cancel_info table td strong {
  color: #A99362;
}
.cc .booking_info .cancel_info .detail p {
  font-size: 12px;
}
.cc .booking_info .cancel_info .detail h3 {
  margin: 20px 0 8px;
  color: #007AFF;
  font-weight: 400;
}
.cc .booking_info .cancel_info .detail li {
  margin-left: 14px;
  font-weight: 700;
  line-height: 22px;
  list-style: disc;
}
.cc .notice {
  font-size: 14px;
}
.cc .notice [class^=tag_] {
  display: inline-block;
  /* margin-right: 4px; */
  padding: 4px 12px 3px;
  border: 1px solid #C59F38;
  border-radius: 10px;
  font-size: 11px;
  line-height: 1;
  color: #C59F38;
}
.cc .notice .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 0;
}
.cc .notice .tag_red {
  color: #E37883;
  border-color: #E37883;
}
.cc .notice .tag_blue {
  color: #7BA5F3;
  border-color: #7BA5F3;
}
.cc .notice .tag_green {
  color: #98BE46;
  border-color: #98BE46;
}
.cc .notice .tag_gray {
  color: #999;
  border-color: #999;
}
.cc .notice_list {
  border-top: 6px solid #F5F5F5;
  padding: 20px;
}
.cc .notice_list a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
  overflow: hidden;
  margin-bottom: 13px;
  padding: 0 0 11px;
  border-bottom: 1px solid #E2E2E2;
}
.cc .notice_list .tag {
  width: 100%;
  margin-bottom: 12px;
}
.cc .notice_list .title {
  width: calc(100% - 60px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  margin-bottom: 1px;
  line-height: 18px;
}
.cc .notice_list .date {
  /* margin-left: auto; */
  width: auto;
  font-size: 12px;
  line-height: 18px;
  color: #777;
}
.cc .notice_detail {
  position: relative;
  padding: 20px 20px 0;
}
.cc .notice_detail .head {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E2E2E2;
}
.cc .notice_detail .head .date {
  /* margin-left: auto; */
  font-size: 12px;
  color: #999;
  line-height: 18px;
}
.cc .notice_detail .cont {
  padding: 20px 0;
  line-height: 18px;
}
.cc .notice_detail .cont img{
  width: 100%;
  object-fit: contain;
}
.cc .notice_detail .cont figure {
  width: auto !important;
}
.cc .notice_detail .cont_event {
  margin: -1px -20px 0;
  padding: 0;
}
.cc .notice_event {
  padding: 20px;
}
.cc .notice_event a {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 13px;
  line-height: 1;
}
.cc .notice_event .thumb {
  flex-shrink: 0;
  width: 100px;
  aspect-ratio: 10 / 7; /* 원본 비율 유지 (200:140 = 10:7) */
  border-radius: 8px;
  background-color: #f1f1f1;
  background-size: cover;
  background-repeat: no-repeat;
}
.cc .notice_event .detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin: 6px 0 4px;
  overflow: hidden;
}
.cc .notice_event .content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.cc .notice_event .content .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}
.cc .notice_event .duration {
  font-size: 12px;
  color: #777;
}

.hole_popup {
  border: 0;
  padding: 0;
  width: 320px;
  overflow: hidden;
}
.hole_popup .hd {
  position: relative;
  outline: 0;
}
.hole_popup .hd h2 {
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  font-weight: 700;
  font-size: 16px;
  outline: 0;
}
.hole_popup .btn_close {
  position: absolute;
  right: 20px;
  top: 14px;
  width: 24px;
  height: 24px;
  background: url("/assets/images/btn_close_01.png") 0 0/24px no-repeat;
  border: 0;
}
.hole_popup .btn_down {
  position: absolute;
  right: 60px;
  top: 14px;
  width: 24px;
  height: 24px;
  background: url("/assets/images/ico_down_01.png") 0 0/24px auto no-repeat;
  border: 0;
}
.hole_popup .motion {
  width: 320px;
  height: fit-content;
  background-color: #1F1F1F;
  position: relative;
  box-sizing: border-box;
  line-height: 0;
}
.hole_popup .motion video {
  width: 320px;
}
.hole_popup .btn_play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 42px;
  border: 0;
  margin: -21px 0 0 -21px;
  background: url("/assets/images/btn_play_01.png") 0 0/42px no-repeat;
}
.hole_popup .btn_stop {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 42px;
  border: 0;
  margin: -21px 0 0 -21px;
  background: url("/assets/images/btn_stop_01.png") 0 0/42px no-repeat;
}

.dialog_select_cc {
  position: fixed;
  bottom: -100%;
  top: auto;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 768px;
  max-height: 90dvh;
  overflow: visible;
  height: auto;
  margin: 0 auto;
  border: none;
  border-radius: 16px 16px 0 0;
  padding: 0;
  background-color: #fff;
  transition: bottom 0.1s ease;
}
.dialog_select_cc[open] {
  bottom: 0;
  display: flex;
  flex-direction: column;
}
.dialog_select_cc.closing {
  bottom: -100%;
}
.dialog_select_cc h2 {
  height: 50px;
  text-align: center;
  font-weight: 800;
  line-height: 50px;
  outline: 0;
  font-size: 16px;
  letter-spacing: -0.43px;
  border-bottom: 0.03px solid rgba(0, 0, 0, 0.6);
}
.dialog_select_cc dl {
  background-color: #F5F5F5;
  padding: 20px 20px 0;
  flex: 1;
  overflow: auto;
}
.dialog_select_cc dl dt {
  font-weight: 700;
  font-size: 14px;
  color: #1F1F1F;
  margin-bottom: 4px;
}
.dialog_select_cc dl dd {
  display: flex;
  gap: 4px;
  padding-bottom: 16px;
  flex-wrap: wrap;
}
.dialog_select_cc dl dd a {
  display: block;
  padding: 0 16px;
  line-height: 30px;
  height: 32px;
  border: 1px solid #DFDFDF;
  color: #999;
  border-radius: 20px;
  background-color: #fff;
  white-space: nowrap;
  font-weight: 700;
  font-size: 14px;
}
.dialog_select_cc dl dd a.active {
  border: 1px solid #1F1F1F;
  color: #1F1F1F;
}
.dialog_select_cc .btn_close {
  position: absolute;
  right: 21px;
  top: 14px;
  width: 25px;
  height: 25px;
  background: url("/assets/images/btn_close_02.png") 0 0/26px auto no-repeat;
  border: 0;
}

.navi_popup .inner {
  background-color: #fff;
  width: 320px;
  padding-bottom: 38px;
}
.navi_popup .title {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: #000;
  outline: 0;
  border-bottom: 1px solid #E2E2E2;
}
.navi_popup .btn_close {
  position: absolute;
  right: 20px;
  top: 14px;
  width: 24px;
  height: 24px;
  background: url("/assets/images/btn_close_01.png") 0 0/24px no-repeat;
  border: 0;
}
.navi_popup .text01 {
  padding: 30px 0 4px;
  text-align: center;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  color: #1F1F1F;
}
.navi_popup .text02 {
  text-align: center;
  padding-bottom: 30px;
}
.navi_popup .text02 span {
  color: #1F1F1F;
  display: inline-block;
  padding-left: 23px;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 0 center;
  font-size: 14px;
  background-image: url("/assets/images/ico_map_01.png");
  font-family: NanumSquare;
  font-weight: 400;
  line-height: 22px;
}
.navi_popup .btn {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
}
.navi_popup .btn a {
  display: inline-block;
  border: 1px solid #D9AB2E;
  padding: 0 19px;
  line-height: 30px;
  color: #C59F38;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  border-radius: 18px;
}
.youtube_container {
  position: relative;
  width: 100%;
  height: 100%;
}
.youtube_container .btn_play_container{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.youtube_container .btn_play_container .btn_play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 42px;
  border: 0;
  margin: -21px 0 0 -21px;
  background: url("/assets/images/btn_play_01.png") 0 0/42px no-repeat;
}

.no_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0 12px;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
}