@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;
}



.greet_top p {
    text-align: left;
    font-family: 'NanumMyeongjobold';
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 90px;
}

.sign {
    margin-top: 30px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    font-family: 'Pretendard' !important;

}
.sign span {
    font-family: 'NanumBrush' !important;
    margin-left: 30px;
    font-size: 47px;
}
.greet_cont {
    margin-top: 115px;
}
.greet_cont p {
    font-size: 20px;
    line-height: 1.75;
    margin-bottom: 20px;
    word-break: keep-all;
}



.pickleball_etiquette_cont {
    padding: 50px 0 50px 0;
}
.pickleball_etiquette_cont h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 70px;
}
.pickleball_etiquette_cont h2 {
    font-size: 26px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}


.pickleball_etiquette_cont h2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
        width: 24px;
    height: 24px;
    background: url(../../..//img/aa.png) no-repeat;
    background-size: 24px 24px;
}
.pickleball_etiquette_cont h3 {
    font-size: 20px;
    font-weight: 600;
    padding-left: 16px;
    position: relative;
}
.pickleball_etiquette_cont h3:after {
    content :'';
    position: absolute;
    top:6px;
    left:0;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #313131;

}

.pickleball_etiquette_cont p {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 10px;

    span {
        font-weight: 600;
    }
}

.pickleball_etiquette_cont ul {
    padding: 10px 0;

    li {
        font-size: 18px;
        padding-left: 20px;
        line-height: 1.75;

        span {
            font-weight: 700;
            margin-right: 5px;
        }
    }
    li:before {
        content:'-';
        margin-right: 10px;
    }
}

table  {}
th {
    background: #f2f2f2;
}
th,
td {
    border:1px solid #ddd;
    padding: 15px;
    text-align: center;
}
.table_td {width:150px}