/* BASIC css start */
/* 타이틀 */
.detail_Title {padding: 0 15px; box-sizing: border-box;}
.detail_Title h2 {font-size:35px; margin: 40px 0 22px; font-weight:bold;}
.detail_Title p {font-size:14px; margin-bottom: 30px;}
.detail_Title .topLevel_cate {display: flex; margin-bottom:30px;}
.detail_Title .topLevel_cate .cate {margin-right: 15px;}
.detail_Title .topLevel_cate a {color:#ADADAD; font-weight: bold; font-size: 1.16em;}
.detail_Title .topLevel_cate a.on {color:#000;}
.detail_Title .topLevel_cate a:before {content:''; display: block; border-top:1px solid #ADADAD; padding-top:7px;}
.detail_Title .topLevel_cate a.on:before {content:''; display: block; border-top:1px solid #000; padding-top:7px;}

/* SNS 운영관리 */
.operateArea {background:#F8F5F2; padding: 20px 15px;}
.operateArea .operate_content {background:#fff;}

/* 작업 프로세스 */
.process_area {padding: 0 0 50px;}
.process_area h3 {font-size: 20px; font-weight: bold; text-align: center; padding: 50px 0;}

.timeline { width: 305px; margin: 0 auto 0px; position: relative; text-align: center;}
.timeline::before {position: absolute; top: 10px; left: 11px; content: ''; width: 1px; height: 91%; border-left:1px dashed #D7C7B6;}
.timeline .indicator { width: 23px; height: 23px; background-color: rgba(171, 139, 103, 0.2); border-radius: 50%; margin-right: 20px;}
.timeline .indicator span { position: relative; top: 4px; width: 10px; height: 10px; display: inline-block; background-color: #AB8B67; border-radius: 50%;}
.timeline .entry { margin: 0px 0px 50px; position: relative; display: flex; align-items: center;}
.timeline .entry:nth-last-child(1) {margin-bottom:0px;}
.timeline .entry .content {text-align: left;}
.timeline .entry .content p {font-size: 16px; display: block; }
.timeline .entry .content span {font-size: 14px; display: block; margin-top: 8px; }
.timeline .entry:nth-child .content { text-align: right;}

.qna_btn {width: 100%; height:50px; background:#000; color:#fff; font-size:15px; border-radius:6px; box-shadow: 0px 3px 6px rgba(0,0,0,0.16); margin: 20px 0px 30px; border:0;}
.qna_btn i {font-size:14px; color:#fff;}

/* BASIC css end */

