@import url('//fonts.googleapis.com/earlyaccess/nanummyeongjo.css');
@charset "utf-8";



/* 내용관리 */

/* #ctt {margin:10px 0;padding:20px;background:#fff} */

.ctt_admin {text-align:right; display: none;}

#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#ctt_con {
    margin-top: 40px; 
    padding:10px 0;line-height:1.6em;
    position: relative;
}

#ctt_con img{max-width:100%;height:auto}

.ctt_img {text-align:center}

.gnb {
    position: absolute;
    top:23px;
    right:5px;
    display: flex;
    gap: 20px;
}
.gnb > div {
        position: relative;
        color:#818181;
    }
    .gnb > div:after {
        content: '';
        position: absolute;
        top: 50%;
        right: -12px;
        width: 6px;
        height: 6px;
        border-top:1px solid #818181;
        border-right:1px solid #818181;
        transform: translateY(-50%) rotate(45deg);
    }
    .gnb > div:last-child::after {
        display:none;
    }

.cont_title {
    font-size: 50px;
    font-weight: 600;
    padding: 0 0 30px 0;
    border-bottom: 2px solid #313131;
}



.cont {
    margin-top: 50px;
}

.court_tab_btn {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.court_tab_btn .tab {
    padding: 15px 30px;
    cursor: pointer;
    background-color: #f5f5f5;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.court_tab_btn .tab.active {
    background-color: #007bff;
    color: white;
}

.court_cont_wrap .court_cont {
    display: none;

    padding-top: 50px;
}

.court_cont_wrap .court_cont.show {
    display: flex;
    align-items: start;
}
.court_cont {
    display: flex;
    align-items: center;
    gap: 30px;
}


.cout_info {
    flex:1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* align-items: end; */

}
    
.court_name {
    font-size: 30px;
    font-weight: 600;
    padding-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 20px;    
    position: relative;
}

.court_name:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 5px;
    bottom:6px;
    left:0px;
    background: var(--main-color);
}
.court_time,
.court_address,
.court_tel,
.court_cost {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 18px;
    font-weight: 400;
    color: #313131;
    vertical-align: text-bottom;
}
.court_time span,
.court_address span,
.court_tel span,
.court_cost span {
    font-size: 18px;
    color:rgb(103, 153, 247);
    margin-right: 7px;
}


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}


.court_img {
    width:65%;
}


.court_img_cont {
    width: 100%;
    height: 500px;
}


.swiper {
      width: 100%;
      height: 500px;
      margin-left: auto;
      margin-right: auto;
    }
.court_img_cont_thumb.swiper  {
    height: 150px !important;
}


.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.courtSwiper_thum {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.courtSwiper_thum .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.courtSwiper_thum .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.court_img_cont .swiper-slide img {
    width: 100%;
    height: 100%;  
}
.court_img_cont_thumb .swiper-slide img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {
    .court_cont_wrap .court_cont.show {
        flex-direction: column;
    }
    .court_img {
        width: 100%;
    }
    .court_img_cont {
        height: 60vw;
    }
    .court_img_cont_thumb.swiper {
        height: 18vw !important;
    }
}

@media (max-width: 640px) {

}