/* BASIC css start */
/* 탭메뉴 */
.tabs-box {  margin: 50px auto 20px; border:1px solid #eae8e4; }
ul.tabs{ padding: 0px;	list-style: none; clear:both;width:100%; border-bottom:1px solid #eae8e4;	}
ul.tabs li { font-size: 14px; padding:20px 0; text-align:center;   font-family: Montserrat; font-weight: 500;background: none;color: #000;	float:left;width:50%;	cursor: pointer; transition: box-shadow .3s cubic-bezier(0.39,0.575,0.565,1);}
ul.tabs li:nth-child(1) { border-right:1px solid #eae8e4 }
ul.tabs li.current{background: #fff;	color: #000;box-shadow: inset 0 -4px 0 0 #19110b; }
ul.tabs li:hover {box-shadow: inset 0 -1px 0 0 #19110b;  }
ul.tabs:after {content: ""; display: block; clear: both;}

.tab-content{ display: none;background: #FFF;padding: 15px 0;  padding:50px 30px; color:#222; font-size:14px; line-height: 1.9;}

.tab-content.current{	display: inherit;}


/* BASIC css end */

