@charset "utf-8";
/*카테고리*/
  .tab_items_wrap{
    max-width:1400px; 
    width:100%;
    margin: 0 auto; 
    position:relative;
    box-sizing:border-box;
    font-size: 0; /*li 간 미세하게 생기는 간격문제 해결 or li 태그간 줄띄기 없애는 방법도 있음*/

}
.tab_items_wrap ul.tabs{
    font-size: 18px;
    display: flex;
    flex-wrap: wrap; /*slide 이용시 주석*/
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}
.tab_items_wrap ul.tabs li {
    
    width: 280px;
    background: #ececec;
	color: #222;
	display: inline-block;
	padding: 10px 2%;
	cursor: pointer;
	text-align:center;
    border: 1px solid #ccc;
    border-radius:3px;
    margin-right: 10px;
    /*margin-top: 10px;*/
}
.tab_items_wrap  ul.tabs li.active{
    background: #ff9800;
    color: #fff;
    border: #ff9800;
	
}
 .tab-content{	display: none; width: 99%;margin: 0 auto;}
 .tab-content.active { display: block; }
@media all and (max-width:1200px) { 
	 .tab_items_wrap{  width: 90%; display:block; }
}
@media all and (max-width:768px) { 
    .tab_items_wrap ul.tabs li {
        width:94%;
        margin-top: 5px;
    }
  
}

/* 내용관리 */
#ctt {margin:10px 0;padding:0px;background:#fff}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.tab_content_img {    
    text-align: center;
    padding: 10px 0px;
}

.tab_content_img img {    
   border-radius: 5px;
}

/* 카피 */
#ctt .t2d_subtitle_text { 
    margin-top:45px;
    position:relative; 
    text-align:center;  
    width:100%;
    font-size: 34px;
    line-height: 1.4em;
    letter-spacing: -0.1px;
    word-break: keep-all;
    font-weight: 300;
}
#ctt .point_text {color:#e56e1f; }
#ctt .point_text_1 {color: #090909;font-weight: 700;}

@media (max-width:1024px) {
    #ctt .t2d_subtitle_text { 
        width:85%;
        margin:20px auto 0;
        font-size: 25px;
    }

}

