@charset "utf-8";
@media screen and (max-width:640px) {
.text_title {
    font-size: 20px;
    font-weight: 900;
    display: inline-block;
    padding: 11px 15px;
    color: #fff;
    margin-bottom: 27px;
}

#ctt_con h2 {
    font-weight: 900;
    font-size: 20px;
    color: #664375;
}

.text_1 {
    font-size: 17px;
    color: #666666;
}
.text_1 img {width:100%}
.text_1 p {
    /* text-indent: -21px; */
    padding-left: 25px;
    line-height: 24px;
    margin-top: 6px;
    position: relative;
}
.text_1 p:before{content:':';position: absolute;left: 10px;}
.img {
    width: 250px;
    float: left;
	position: relative;
}
.img:after {
    position: absolute;
    bottom: 21px;
    left: 0;
    width: 78%;
    margin: 0 11%;
    color: #fff;
    font-size: 9px;
    padding-top: 6px;
    border-top: 1px solid #fff;	
}
.img.img_1:after {
    content:'주민예술가과정';
    }
.img.img_2:after {
    content:'꼬마토성탐사대';
    }
.img.img_3:after {
    content:'예 : 놀';
    }
.img.img_4:after {
    content:'원데이클래스';
    }	
.text_2 {
    overflow: hidden;
    padding-bottom: 55px;
    padding-top: 26px;
}

.text_2_1 {
    padding-left: 286px;
}

#ctt_con h3 {
    font-size: 20px;
    font-weight: 900;
    color: #8d5c9f;
    position: relative;
    padding-left: 14px;
    padding-bottom: 14px;
}
.text_2_1 h3:before {content:'';position: absolute;left: 0;top: 8px;width: 4.8px;height: 4.8px;background: #8d5c9f;}

.text_2_1  p {
    position: relative;
    font-size: 17px;
    color: #666666;
    padding-left: 24px;
    line-height: 25px;
}
.text_2_1  p:before {content:'>';position: absolute;left: 5px;}

.table_wr {
    clear: both;
    padding-top: 26px;
}

.table_wr table{
    padding-top: 26px;
    border-collapse: collapse;
    text-align: center;
    width: 100%;
}
.table_wr table tr{}
.table_wr table th{
    border: 1px solid #664375;
    background: rgba(102,67,117,.1);
    font-size: 16px;
    font-weight: 700;
    color: #664375;
    padding: 6px 0;
}
.table_wr table th:nth-child(1) {width: 9%;}
.table_wr table th:nth-child(2) {width: 25%;}
.table_wr table th:nth-child(3) {width: 51%;}
.table_wr table th:nth-child(4) {width: 15%;}
.table_wr table td{
    border: 1px solid #664375;
    font-size: 14px;
    color: #664375;
    padding: 15px 0;
}

.content_wr {
    padding-bottom: 30px;
}

#ctt_con .text_2_1 h2 {
    padding-bottom: 14px;
}


}