
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");




* {
    font-size: 1rem;
    line-height: 1.6;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.header__left .logo img { 
  max-height: 50px;
}

.small, small {
    color: var(--grey-color, #5E6D77);
}


.fuji-price-table .golf-price-table th.col-gray,
.fuji-price-table .golf-price-table td.date-cell {
  width: 60%;
}

.fuji-price-table .golf-price-table th.col-beige,
.fuji-price-table .golf-price-table td.price-cell {
  width: 40%;
}


/*메인*/
.st-list-destination.st-sliders .swiper-wrapper .swiper-slide .title a {
    font-size: 1.25rem;
}
.service-list-wrapper .item h3.title a { 
    font-size: 1.125rem;
}

.services-item.item-elementor a.service-avatar {
    display: none;
}



/*상품상세*/



/* Tour Program Accordion */
.tour-program-info {
    margin-top: 30px;
}

.tour-program-item {
    border: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    border-radius: 1rem;
    background: #fafafa;
    overflow: hidden;
}

.tour-program-title {
    width: 100%;
    display: block;
    position: relative;
    border: 0;
    background: transparent;
    padding: 1.5rem 4rem 1.5rem 2rem;
    color: #222;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    cursor: pointer;
}

.tour-program-title span {
    display: inline-block;
    margin-right: 8px;
    color: #222;
    font-weight: 700;
}

.tour-program-title::after {
    content: "+";
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
    color: #222;
}

.tour-program-item.active .tour-program-title {
    border-bottom: 1px solid #ddd;
}
.tour-program-item.active .tour-program-title br {
display:none
}

.tour-program-item.active .tour-program-title::after {
    content: "−";
}

.tour-program-content {
    display: none;
    padding: 1.5rem 2rem;
    background: #fafafa;
}

.tour-program-item.active .tour-program-content {
    display: block;
}

.tour-program-content ul {
    margin: 0 0 0 18px;
    padding: 0;
}

.tour-program-content li {
    color: #444;
    line-height: 1.6;
    margin-bottom: .5rem;
}

.tour-program-content li:last-child {
    margin-bottom: 0;
}


@media (max-width: 767px) {
    .tour-program-title {
        padding: 1.25rem 3.5rem 1.25rem 1.25rem;
        font-size: 20px !important;
    }

    .tour-program-title::after {
        right: 1.25rem;
        font-size: 26px;
    }

    .tour-program-content {
        padding: 1.25rem;
    }
}



.golf-course-info{
    margin-top:30px;
}

.golf-item{
    border:1px solid #e5e5e5;
    padding:1.5rem 2rem;
    margin-bottom:1rem;
    border-radius:1rem;
    background:#fafafa;
}

.golf-item h4{
    font-size:24px !important;
    border-bottom:1px solid #ddd;
    margin-bottom:1rem;
    padding-bottom:.5rem;
}

.golf-item p{
    color:#444;
    line-height:1.6;
    margin:0;
}

.golf-item p br{
    display:block;
    margin-bottom:6px;
}



#st-content-wrapper .st-description li {
    margin-bottom: .5rem;
}
.hotel-info{
    margin-top:30px;
}

.hotel-item{
    border:1px solid #e5e5e5;
    padding:1.5rem 2rem;
    margin-bottom:1rem;
    border-radius:1rem;
    background:#fafafa;
}
.hotel-item a {
background:#222;
    color: #fff !important;
padding:6px 8px;
border-radius:8px;
display:inline-block;
}

.hotel-item h4 {
    font-size: 24px !important;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
}

.hotel-desc{
    color:#666;
    margin-bottom:15px;
}

.hotel-item h5{
    margin-top:15px;
    font-size:15px;
}

.hotel-item ul{
    margin:5px 0 10px 18px;
}


.owl-carousel .owl-item img { 
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4/3;
}


.golf-price-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.golf-price-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse; 
  font-size: 16px;
  text-align: center;
  color: #000;
}

.golf-price-table th,
.golf-price-table td {
  border: 1px solid #ddd;
  padding: 14px 10px;
  vertical-align: middle;
  font-weight: 400;
  line-height: 1.5;
}

.golf-price-table thead th {
  font-size: 1.125rem;
  font-weight: 700;
}

.col-gray {
  background: #f7f7f9;
}

.col-beige {
  background: #fffaea;
}

.col-blue {
  background: #edf7ff;
}

.price-cell {
  font-weight: 800; 
}

.date-cell {
  line-height: 1.7;
}

@media (max-width: 768px) {
  .golf-price-table {
    font-size: 14px;
  }

  .golf-price-table th,
  .golf-price-table td {
    padding: 10px 8px;
  }

  .price-cell {
    font-size: 16px;
  }
}



.dinner-info-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 30px;
  font-family: "Pretendard","Noto Sans KR",sans-serif;
}

.dinner-box {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 24px;
  background: #fff;
}

.dinner-box h5 {
  margin: 0 0 10px;
  font-weight: 700;
}

.dinner-box h5 span {
  font-size: 14px;
  font-weight: 600;
  color: #64748b;
}

 

.dinner-box .sub, .dinner-box .price {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 12px;
}

.dinner-box ul {
  margin: 0;
  padding-left: 18px;
}

 

.menu-list {
  list-style: none;
  padding: 0;
}

.menu-list li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #ddd;
  padding: 8px 0;
}

.menu-list span {
  font-weight: 600;
  color: #111827;
}

.required {
  background: #f8fafc;
}

.optional {
  background: #fefefe;
}

@media (max-width: 768px) {
  .dinner-info-wrap {
    grid-template-columns: 1fr;
  }
}


.st-program li {
    margin-bottom: .5rem;
}


.single #st-content-wrapper.st-style-elementor .owner-info .media .media-left a, .single #st-content-wrapper.st-style-elementor .owner-info .media .media-body p {
    display: none;
}

.single #st-content-wrapper.st-style-elementor .owner-info .media .media-left {
    display: none; 
}



