@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;
}

.cert_cont_tab_btn {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.cert_cont_tab_btn div {
    border: 1px solid #ddd;
    flex:1;
    transition: all 0.4s ease;
    a {
        text-align: center;
        display: block;
        padding: 15px 0;
        color:#888;
        transition: all 0.4s ease;
    };

    
}

.cert_cont_tab_btn div.on {
        background: #012e82;
    }
.cert_cont_tab_btn div.on a {
        color:#fff;
    }

.pickleball_cert_cont {
    margin-top: 50px;
}

#cert_cont02 {
    display: none;
}

.pickleball_cert_cont {}

.pickleball_cert_cont h2 {
    font-size: 30px;
    margin-bottom: 15px;
}
.pickleball_cert_cont > p {
    line-height: 1.75;
    font-size: 18px;
    word-break: keep-all;
    margin-bottom: 70px;
}


.pcc_cont {
    margin-top: 34px;
}
.pcc_cont h3 {
    font-size: 24px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}
.pcc_cont h3:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
        width: 24px;
    height: 24px;
    background: url(../../..//img/aa.png) no-repeat;
    background-size: 24px 24px;
}

.pcc_cont ul li {
    list-style: disc;
    margin-left: 25px;
    line-height: 1.75;
}
.pcc_cont_li_2depth li {
    position: relative;
    list-style: none !important;
}
.pcc_cont_li_2depth li:after {
    content: "-";
    position: absolute;
    top:0px;
    left:-15px;
}
.pcc_cont_certer {
    display: flex;
    gap: 20px;
}
.pcc_cont_certer > div {
    width: 20%;
}
.pcc_cont_certer_img {
    overflow: hidden;
    border-radius: 10px;
    height: 220px;    
    margin-bottom: 15px;
}
.pcc_cont_certer_img img {
    width: 100%;
}

.pcc_cont_certer > div p {
    text-align: center;
}