/*
Theme Name: jdbase
Theme URI: 
Author: jdesign
Author URI: https://jdesign.kr
Description: 
Requires at least: 6.0
Tested up to: 6.3.2
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jdbase
Tags: blog, food-and-drink, portfolio, grid-layout, one-column, left-sidebar, block-patterns, block-styles, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, full-site-editing, full-width-template, sticky-post, template-editing, theme-options, onepage, company, restaurant, interior
*/

html {
  scroll-behavior:smooth;
}

* {
  box-sizing: border-box;
}


/* 슬라이드 */
.swiper.main-slider {
  width: 100%;
  height: 600px;
}
.swiper.main-slider .swiper-slide,
.swiper.main-sub-slider .swiper-slide {
  margin-top: 0;
}
.swiper.main-sub-slider {
  width: 100%;
  height: 400px;
}
.swiper-pagination,
.swiper-button-prev,
.swiper-button-next {
  color: #fff;
  opacity: .8;
}
.swiper-pagination-bullet {
  background-color: #fff;
  opacity: .4;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.typed-me,
.typed-cursor {
  font-size: 4rem;
  font-weight: 900;
  color: #ffcc00;
}
a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--custom);
}
.vline-red {
    position: relative;
    margin-bottom: 50px;
}
.vline-red::after {
    position: relative;
    content: "";
    background: var(--wp--preset--color--custom);
    top: 21px;
    left: 50%;
    display: block;
    width: 2px;
    height: 40px;
}

/* figure.table-2 td:first-child {
    padding-left: 20px;
    font-weight: 700;
}
figure.table-2 td:not(:first-child) {
    text-align: center;
  } */
  
figure.table-2 td {
  text-align: center;
}
.table-2 figcaption {
    text-align: right;
    font-size: 12px;
}
.wp-block-navigation .wp-block-navigation-item__label:hover,
.wp-block-navigation .current-menu-item .wp-block-navigation-item__label {
    color: var(--wp--preset--color--custom);
}
.root_daum_roughmap {
  width: 100% !important;
}
.wp-element-button {
  background-color: #333;
}
.tm-epo-field.tmcp-select {
  height: 40px;
}
.wp-block-woocommerce-related-products ul {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.wp-block-woocommerce-related-products ul button {
  color: #fff!important;
}
.gallery-columns-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
}
.gallery-columns-2 figure {
  width: 49%;
}
.my-info {
  display: none!important;
}
.logged-in .my-info {
  display: block!important;
}
.wp-block-navigation__submenu-container {
  margin-top: 25px!important;
}

.slick-arrow {
  border: none;
  font-size: 24px;
  opacity: .5;
}
.slick-arrow:hover {
  cursor: pointer;
}
.category {
  position: relative;
  left: 40px;
  display: inline-block;
  border: 1px solid #fff;
  padding: 5px 15px;
  border-radius: 15px;
}
#recent {
  margin: 0;
  padding: 0;
  list-style: none;
}
#recent li {
  border-top: 1px solid #ddd;
}
.swiper {
  width: 600px;
  height: 300px;
}

.axform label {
  display: block;
}
.axform input,
.axform select {
  display: block;
  padding: 12px;
  width: 100%;
  border: 1px solid #ccc;
  font-size: 1rem;
  margin-top: 10px;
  color: var(--wp--preset--color--custom-color-1);
}
.axform textarea {
  display: block;
  padding: 12px;
  width: 100%;
  border: 1px solid #ccc;
  font-size: 1rem;
  color: var(--wp--preset--color--custom-color-1);
}


@media screen and (max-width: 600px) {
  .wp-block-navigation__submenu-container {
    padding-top: 5px!important;
    gap: 5px!important;
    margin-top: 0!important;
  }
}