@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;
}
.text_title img {width:100%}
#ctt_con h2 {
    font-weight: 900;
    font-size: 20px;
    color: #664375;
}

.text_1 {
    font-size: 17px;
    color: #666666;
}

.text_1 p {
    /* text-indent: -21px; */
    /* padding-left: 25px; */
    line-height: 27px;
    margin-top: 37px;
    position: relative;
    font-size: 18px;
}
.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;	
}

.text_2 {
    overflow: hidden;
    padding-bottom: 55px;
    padding-top: 50px;
    text-align: right;
    font-family: NanumSquareB;
    font-size: 20px;
}
.text_2>div{
    padding: 4px 0;
}
p.color_green {
    color: #1E905E;
}

p.color_green span {
    font-family: NanumSquareEB;
}
.img_sign {
    display: inline-block;
    padding: 0 27px;
}
.text_2 img {
    /* margin-left: 54px; */
}
.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;
    background: url(../../../img/10/ctt_bg_01.png) no-repeat bottom 170px right;
}

#ctt_con .text_2_1 h2 {
    padding-bottom: 14px;
}


.img_pic {
    text-align: center;
}

.img_pic img {
    position: relative;
    right: 0;
}






}