/* 공지사항 */
#notice-sec01 .inner{
	max-width: 1200px;
	margin:0 auto;
	padding:60px 0 0;
}
.notice-table table {
    border-top: 1px solid rgba(0,0,0,0.4);
    border-bottom: 1px solid rgba(0,0,0,0.4);
    margin-bottom: 60px;
}
.notice-table table tr td{
	font-sizE:17px;
	border-bottom:1px solid #e2e2e2;
	text-align:center;
	padding:20px 0;
}
.notice-table table tr:last-child td{
	border-bottom:0;
}
.notice-table table tr td:nth-child(3){
	text-align:left;
	padding-left:50px;
	cursor: pointer;
}
.notice-table table tr td:last-child{
	color:#ababab;
}
.notice-table table tr td button{
	width:102px;
	height:33px;
	line-height:33px;
	text-align:center;
	font-size:16px;
	color:#fff;
	background:#afafaf;
	border-radius: 30px;
	cursor: pointer;
}
.notice-table table tr td button.import{
	background: rgb(218,45,143); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(218,45,143,1) 33%, rgba(218,45,143,1) 33%, rgba(231,44,64,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(218,45,143,1) 33%,rgba(218,45,143,1) 33%,rgba(231,44,64,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(218,45,143,1) 33%,rgba(218,45,143,1) 33%,rgba(231,44,64,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da2d8f', endColorstr='#e72c40',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* 공지사항 상세 */
#notice_detail-sec01{
	margin-bottom:120px;
}
.notice_info{
	border-bottom: 1px solid #e2e2e2;
	padding: 55px 0 10px;
}
.notice_info .inner{
	max-width:1200px;
	margin:0 auto;
	width:100%;
	display:table;
}
.notice_info .inner > div{
	display: table-cell;
	vertical-align: middle;
}
.notice_info .inner > div.lt, .notice_info h3{
	font-size: 24px;
    color: #25292c;
}
.notice_info .inner > div.rt{
	text-align:right;
}
.notice_info .inner > div.rt ul li{
	font-size:16px;
	display:inline-block;
	position:relative;
	margin-left:20px;
}
.notice_info .inner > div.rt ul li::before{
    content: '';
    position: absolute;
    left: -13px;
    top: 5px;
    width: 1px;
    height: 17px;
    background: #505050;
}
.notice_info .inner > div.rt ul li:first-child:before{
	display:none;
}
.notice-content{
	max-width: 1200px;
	margin:0 auto;
	padding:50px 0 100px;
}

.notice_bottom{
	border-top: 1px solid #e2e2e2;
}
.notice_bottom .inner{
	max-width: 1200px;
	margin:0 auto;
	padding:20px 0 0;
	display:table;
	width: 100%;
	position:relative;
}
.notice_bottom .inner > div{
	display:table-cell;
	vertical-align: middle;
	text-align:center;
	position: relative;
}
.notice_bottom .inner > div.prev{
	text-align:left;
	padding-left:20px;
}
.notice_bottom .inner > div.prev::before{
	content: '';
	position:absolute;
	left:0;
	top: 6px;
	width:8px;
	height:14px;
	background:url(/img/marketer/pc/sm_arrow_prev.png) no-repeat center center;
}
.notice_bottom .inner > div.next{
	text-align:right;
	padding-right:20px;
}
.notice_bottom .inner > div.next::before{
	content: '';
	position:absolute;
	right: 0;
	top: 6px;
	width:8px;
	height:14px;
	background:url(/img/marketer/pc/sm_arrow_next.png) no-repeat center center;
}
.notice_bottom .inner > div.list-btn{
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	top:20px;
	width:102px;
	z-index: 10;
}
.notice_bottom .inner > div.list-btn a{
	width:102px;
	height:33px;
	line-height:33px;
	border:1px solid #25292c;
	border-radius: 20px;
	display: table;
	margin:0 auto;
}

.notice_info .cate-sp{
	width:102px;
	height:33px;
	line-height:33px;
	text-align:center;
	font-size:16px;
	color:#fff;
	background:#afafaf;
	border-radius: 30px;
	cursor: pointer;
	display:inline-block;
	margin-right:15px;
	vertical-align: middle;
}
.notice_info .cate-sp.import{
	background: rgb(218,45,143); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(218,45,143,1) 33%, rgba(218,45,143,1) 33%, rgba(231,44,64,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(218,45,143,1) 33%,rgba(218,45,143,1) 33%,rgba(231,44,64,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(218,45,143,1) 33%,rgba(218,45,143,1) 33%,rgba(231,44,64,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da2d8f', endColorstr='#e72c40',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


/* FAQ */
#faq-sec01{
	max-width: 1200px;
	margin:0 auto;
}
.faq-category{
	padding:60px 0 50px;
}
.faq-category ul li{
	width: 222px;
    height: 53px;
    color: #a9aaab;
    font-size: 18px;
    text-align: center;
    line-height: 53px;
    border: 1px solid #a9aaab;
    border-radius: 30px;
    margin-right: 20px;
    display: inline-block;
	cursor: pointer;
}
.faq-category ul li.on{
	background: rgb(218,45,143); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(218,45,143,1) 33%, rgba(218,45,143,1) 33%, rgba(231,44,64,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(218,45,143,1) 33%,rgba(218,45,143,1) 33%,rgba(231,44,64,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(218,45,143,1) 33%,rgba(218,45,143,1) 33%,rgba(231,44,64,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da2d8f', endColorstr='#e72c40',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color:#fff;
	border:0;
}
.faq-toggle_wrap{
	border-top: 1px solid rgba(0,0,0,0.4);
    border-bottom: 1px solid rgba(0,0,0,.4);
	margin-bottom:60px;
}
.faq-box{
	border-bottom: 1px solid #e2e2e2;
}
.faq-tit ul li{
	display:inline-block;
	padding: 20px 0;
	vertical-align: middle;
}
.faq-tit ul li.number{
	width:5%;
	text-align: center;
}
.faq-tit ul li button{
	width:102px;
	height:33px;
	line-height:33px;
	text-align:center;
	font-size:16px;
	color:#fff;
	background:#afafaf;
	border-radius: 30px;
	cursor: pointer;
	display:inline-block;
	margin-right:15px;
	vertical-align: middle;
	margin:0 20px;
}
.faq-tit ul li.f-q{
	font-size: 17px;
	padding-left:10px;
	width: 80%;
}
.faq-tit{
	cursor: pointer;
	border-bottom: 1px solid #e2e2e2;
}
.faq-cont{
	display: none;
    padding: 30px 30px 30px 280px;
    font-size: 17px;
	position: relative;
}
.faq-cont::before{
    content: '';
    width: 31px;
    height: 31px;
    top: 39px;
    left: 220px;
    background: url(/img/marketer/pc/faq-arrow.jpg) no-repeat center center;
    position: absolute;
}


/* 1:1문의 비회원 */
#cs_logoff-sec01{
	max-width: 1200px;
	margin:0 auto;
	padding:85px 0;
}
.cs-btnwrap{
	text-align: center;
	margin:50px 0 0;
}
.cs-btnwrap button{
	width:221px;
	height:52px;
	line-height:52px;
	color:#fff;
	text-align:center;
	font-size:18px;
	border-radius: 30px;
	margin:0 10px;
}
#cs_logoff-sec02{
	max-width: 1200px;
	margin:0 auto;
	padding:60px 0 200px;
}
#cs_logoff-sec02 .sub_title {
    font-size: 30px;
}
#cs_logoff-sec02 ul{
	display:table;
	width:100%;
	margin-top:70px;
}
#cs_logoff-sec02 ul li{
	display:inline-block;
	width:25%;
	text-align:center;
	position:relative;
}
#cs_logoff-sec02 ul li:after{
	content:'';
	position:absolute;
	width:14px;
	height:25px;
	background:url(/img/marketer/pc/info_arrow.png) no-repeat center center;
	right:0;
	top:50%;
	margin-top: -60px;
}
#cs_logoff-sec02 ul li:last-child:after{
	display:none;
}
#cs_logoff-sec02 ul li div{
	color: #25292c;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 500;
    line-height: 1.4;
}



/* 1:1 문의 리스트 */
#cs_center-sec01{
	max-width: 1200px;
	margin:0 auto;
	padding:60px 0 0;
}
#cs_center-sec01 .faq-tit ul li.f-q{
	width: 63%;
}
.f-q span.count{
    font-size: 14px;
    color: #fff;
    width: 23px;
    height: 23px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    margin-left: 10px;
	display: none;
}
#cs_center-sec01 .faq-tit ul{
	position:relative;
}
#cs_center-sec01 .faq-tit ul li button{
	background:#fff;
	border:1px solid #e2e2e2;
	color:#afafaf;
}
#cs_center-sec01 .faq-tit ul li.date{
    color: #ababab;
    position: absolute;
    right: 30px;
    font-sizE: 17px;
    color: #ababab;
    top: 50%;
    transform: translate(0, -50%);
}
#cs_center-sec01 .faq-tit ul li.date .status{
	display:inline-block;
	vertical-align: middle;
	margin-right:20px;
	font-size:16px;
	padding:5px 10px 5px 35px;
	border-radius: 10px;
	position:relative;
}
#cs_center-sec01 .faq-tit ul li.date .status01{
	color: #25292c;
	background:#dedede;
}
#cs_center-sec01 .faq-tit ul li.date .status02{
	color:#fff;
	background: rgb(218,45,143); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(218,45,143,1) 33%, rgba(218,45,143,1) 33%, rgba(231,44,64,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(218,45,143,1) 33%,rgba(218,45,143,1) 33%,rgba(231,44,64,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(218,45,143,1) 33%,rgba(218,45,143,1) 33%,rgba(231,44,64,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da2d8f', endColorstr='#e72c40',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#cs_center-sec01 .faq-tit ul li.date .status::before{
	content:'';
	width:19px;
	height:19px;
	position:absolute;
	left:10px;
	top:8px;
}
#cs_center-sec01 .faq-tit ul li.date .status01::before{
	background:url(/img/marketer/pc/qna-01.png) no-repeat center center;
}
#cs_center-sec01 .faq-tit ul li.date .status02::before{
	background:url(/img/marketer/pc/qna-02.png) no-repeat center center;
}

#cs_center-sec01 .faq-cont{
	padding:0;
}
#cs_center-sec01 .faq-cont:before{
	display:none;
}
#cs_center-sec01 .faq-cont .cs-a{
	background:#fafafa;
	/* border-bottom: 1px solid #e2e2e2; */
	position:relative;
	padding: 30px 220px 30px 280px;
	font-size:17px;
}
.faq-cont02{
	background:#fafafa;
	border-bottom: 1px solid rgba(0,0,0,.4);
	position:relative;
	padding: 20px 220px 20px 280px;
}
.faq-tit02{
	border-bottom: 1px solid #e2e2e2;
	padding: 20px 220px 20px 280px;
	position:relative;
}
.faq-cont span.date{
	position:absolute;
	right:30px;
    font-sizE: 17px;
    color: #ababab;
	top: 50%;
    transform: translate(0, -50%);
}
.faq-cont02::before {
    content: '';
    width: 31px;
    height: 31px;
    top: 29px;
    left: 220px;
    background: url(/img/marketer/pc/faq-arrow.jpg) no-repeat center center;
    position: absolute;
}
#cs_center-sec01 .faq-cont .cs-a::before{
	content: '';
    width: 31px;
    height: 31px;
    top: 23px;
    left: 220px;
    background: url(/img/marketer/pc/faq-arrow.jpg) no-repeat center center;
    position: absolute;
}
.cs-textarea .comment-content{
	position: relative;
	padding:30px 0 25px;
}
.cs-textarea .comment-content textarea{
	width:87.5%;
	height:112px;
	padding:10px;
	font-size:18px;
	border:1px solid #e2e2e2;
}
.cs-textarea .comment-content textarea::placeholder{
	font-size:18px;
	color:#b8b8b8;
}
.cs-textarea .comment-content button{
	position:absolute;
	right:0;
	top:30px;
	font-size:20px;
	color:#fff;
	width:130px;
	height:112px;
	text-align:center;
	line-height:112px;
	border-radius: 20px;
}



/* 광고주 입점문의 */
#cs_marketing-sec01 > .inner{
	padding-top:60px;
}
.cs_marketing-table{
	max-width: 1200px;
	margin:0 auto;
}
.cs_marketing-table table {
    border-top: 1px solid rgba(0,0,0,0.4);
    border-bottom: 1px solid rgba(0,0,0,0.4);
    margin-bottom: 60px;
}
.cs_marketing-table table tr td{
	font-sizE:17px;
	border-bottom:1px solid #e2e2e2;
	text-align:center;
	padding:20px 0;
}
.cs_marketing-table table tr td:nth-child(2){
	text-align:left;
}
.cs_marketing-table table tr td:last-child{
	color:#ababab;
}
.cs_marketing-table table tr td span.count {
    font-size: 14px;
    color: #fff;
    width: 23px;
    height: 23px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    margin-left: 10px;
}

/* 광고주 입점문의 상세 */
#cs_marketingdetail-sec01 .inner{
	max-width: 1200px;
	margin:0 auto;
	padding:60px 0 200px;
}
.mdetail-toggle_wrap{
	border-top:1px solid rgba(0,0,0,.4);
	border-bottom:1px solid rgba(0,0,0,.4);
}
.mdetail-box > div{
	font-size:20px;
	padding:20px;
}
.mdetail-tit{
	padding-bottom:30px;
}
.mdetail-tit > ul{
	display: table;
    width: 100%;
}
.mdetail-tit > ul > li{
	display:table-cell;
	vertical-align: middle;
}
.mdetail-tit > ul > li.number{
	padding:0 50px;
}
.mdetail-tit > ul > li.f-q{
	width:65%;
}
.mdetail-tit .info ul{
	text-align:right;
}
.mdetail-tit .info ul li, .mdetail-cont ul li{
	display:inline-block;
	color:#ababab;
	margin-left:20px;
	position: relative;
}
.mdetail-tit .info ul li:last-child::before, .mdetail-cont ul li:last-child::before{
	content:'';
	position:absolute;
	left: -13px;
    top: 8px;
	width:1px;
	height: 19px;
	background: #afafaf;
}
.mdetail-box > div.mdetail-cont{
	padding:0 0 20px;
	position: relative;
}
.mdetail-cont .title-hide{
	padding: 0 50px 20px 140px;
    border-bottom: 1px solid #e2e2e2;
	margin-bottom:20px;
}
.mdetail-cont .title-hide + div {
    padding: 0 300px 0 190px;
	position:relative;
}
.mdetail-cont .title-hide + div:before{
	content:'';
	position:absolute;
	left: 137px;
    top: -6px;
	width: 31px;
    height: 31px;
    background: url(/img/marketer/pc/faq-arrow.jpg) no-repeat center center;
}
.mdetail-cont ul {
    position: absolute;
    right: 20px;
    top: 0;
}
.mdetail-toggle_wrap + .btn_wrap{
	margin-top:60px;
}
.mdetail-toggle_wrap + .btn_wrap button{
	width: 222px;
    height: 52px;
    line-height: 52px;
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
}

/* 광고주 입점문의 폼*/
#cs_marketingform-sec01{
	max-width: 1200px;
    margin: 0 auto;
    padding: 70px 0 190px;
}
.contact_form h3{
	font-size: 24px;
    text-align: center;
    margin-bottom: 60px;
}
.form_wrap{
	padding:0 100px;
}
.form_wrap > div{
	font-size:0;
	display: table;
    width: 100%;
}
.form_wrap > div.wid2 input{
	width:49%;
	display:inline-block;
	margin:10px 0;
}
.form_wrap > div.wid2 input:first-child{
	margin-right: 2%;
}
.form_wrap input[type="text"],
.form_wrap input[type="password"],
.form_wrap input[type="tel"]{
	height:60px;
	line-height: 60px;
	padding:0 20px;
}
.form_wrap input::placeholder, .form_wrap textarea::placeholder{
	font-size: 18px;
	color:#b8b8b8;
}
.form_wrap > div.wid1{
	margin-top: 50px;
}
.form_wrap > div.wid1 > p{
	font-size: 20px;
}
.form_wrap > div.wid1 input{
	width:100%;
	margin:10px 0;
}
.form_wrap > div.wid1 textarea{
	width:100%;
	height: 300px;
	padding:20px;
	border:1px solid #e2e2e2;
	margin:10px 0;
}
.form-import{
	display: table;
	width:100%;
	margin-top:10px;
}
.form-import > div{
	display: table-cell;
	vertical-align: middle;
	width:50%;
}
.form-import input[type="password"]{
	width:98%;
}
.form-import > div:last-child{
	text-align: right;
}
.form-import > div label, .form-import > div a{
	color:#25292c;
	font-size:18px;
}
.form-import > div a{
	margin-left:30px;
}
#cs_marketingform-sec01 .btn_wrap button{
	border-radius: 20px;
	width:301px;
	display: inline-block;
	margin:0 10px;
}
#cs_marketingform-sec01 .btn_wrap{
	text-align: center;
	margin-top:70px;
}
#cs_marketingform-sec01 .btn_wrap button.cancel-btn{
	background:#afafaf;
}

.faq-category a {
	display: inline-block; 
	height: 100%; 
	width: 100%; 
}
.password-wrap{
	padding:80px;
}
.password-wrap .input-box input{
	width:100%;
	height:60px;
	line-height:60px;
	padding:0 15px;
}
#center_detail{
	padding-bottom:200px;
}
#center_detail .btn_wrap02{
	max-width:620px;
	margin:0 auto;
}
.csdetail-content{
	max-width:1200px;
	margin:0 auto;
	padding:60px 0;
}
.csdetail-content textarea{
	width:100%;
	height:300px;
	border:1px solid #e2e2e2;
	padding:15px;
}
.enter-wrap{
	height:600px;
	overflow-y:auto;
}
.csdetail-img {
	position:relative;
	margin:auto;
	max-width:1200px;
	text-align:center;
}
.csdetail-img img {
	margin-top:50px;
	margin-bottom:50px;
	border:1px solid #e2e2e2;
	position:relative;
	width:200px;
	height:200px;
	cursor:pointer;
	float:left;
}


.posting_review_wrap ul li{
	border:1px solid #efefef;
}
