/* 연혁 */
.history_wrap dl{position:relative;clear:both;width:100%;border-bottom:1px dotted #ccc;overflow:hidden;display:block;padding-bottom:40px;margin-bottom:40px}
.history_wrap dl dt{position:absolute;font-size:38px;line-height:45px;color:#d80b8c;font-weight:100;letter-spacing:-1px}
.history_wrap dl dd{padding-left:240px;font-size:18px;line-height:36px;color:#666}


/****** Tablet Device ******/
@media screen and (min-width:691px) and (max-width:899px) {
}


/****** Mobile ******/
@media screen and (max-width:690px){
	.h3_butt1{display:none}
	.history_wrap dl dt{position:static;padding-bottom:10px}
	.history_wrap dl dd{padding-left:0;font-size:16px;font-weight:500}

}


