/* main_sec01 */
#main-sec01{
	margin-top:-76px;
}
.main_slider_wrap > div{
	width:100%;	
	position: relative;
}
.s_content{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
	text-align:center;
	width:100%;
}
.s_content span{
	font-size: 20px;
    color: #fff;
}
.s_content p{
	font-size: 40px;
    color: #fff;
    margin-top: 20px;
}
.s_content a{
	font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    width: 288px;
    height: 68px;
    display: table;
    margin: 0 auto;
    line-height: 68px;
    border-radius: 50px;
    margin-top: 60px;
	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 */
	-webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	-moz-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	-o-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

  /* 메인 배너 슬라이더 */
.slider-wrap {
    position:relative;
	max-width: 1920px;
	margin: 0 auto;
}
.main-slider {
    margin-bottom:0 !important;
}
.main-slider .slide-item .slide-con {
    position:relative;
}

/* 사이드 버튼 */
.main-slider .slick-arrow {
	position: absolute;
    top: auto;
    left: 29%;
    display: block;
    z-index: 50;
    bottom: 35px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.main-slider .slick-next {
    left:auto;
    right:27%;
}
.main-slider .slick-arrow:before{
	display:none;
}
.main-slider .slick-arrow.slick-prev{
	background:url(/img/marketer/pc/main_arrow.png) no-repeat center center;
	transform: rotate(180deg);
	bottom: 45px;
}
.main-slider .slick-arrow.slick-next{
	background:url(/img/marketer/pc/main_arrow.png) no-repeat center center;
}
.main-slider .slick-arrow.slick-prev:hover{
	background:url(/img/marketer/pc/main_arrow_hover.png) no-repeat center center;
}
.main-slider .slick-arrow.slick-next:hover{
	background:url(/img/marketer/pc/main_arrow_hover.png) no-repeat center center;
}




/* 페이지 버튼 */
.main-slider .slick-dots {
	font-size: 0;
    position: absolute;
    left: 0;
    bottom: 55px;
    width: 35%;
    z-index: 50;
    right: 0;
    margin: 0 auto;
	max-width: 657px;
}
.main-slider .slick-dots > li {
    width:33.3%;
    height:auto;
    padding-left:16px;
    margin:0;
    box-sizing:border-box;
    display: inline-block;
}
.main-slider .slick-dots > li > button {
    width:100%;
    height:2px;
    background-color:rgba(255,255,255,.3);
    outline:none;
    position:relative;
    padding:0;
    color:inherit;
    line-height:normal;
}
.main-slider .slick-dots > li > button::before {
    display:none;
}
.main-slider .slick-dots > li > button > .s-line-fill {
    content:"";
    width:0;
    height:2px;
    background-color:#ec2338;
    position:absolute;
    top:0;
    left:0;
    opacity:1;
}
.slider-wrap .slick-dots .slick-active > button > .s-line-fill {
    animation:slick-progressbar 4s 1;
    animation-fill-mode: forwards;
}
.slider-wrap[data-slick-autoplay-status="N"] .slick-dots .slick-active > button > .s-line-fill {
    animation-play-state:paused;
}

@keyframes slick-progressbar {
    0% {
        width:0%;
    }
    100% {
        width:100%;
    }
}


/* 오토플레이 버튼 */
.slider-wrap .s-autoplay-btn {
    position: absolute;
    left: 69%;
    bottom: 43px;
    background: transparent;
}
.slider-wrap[data-slick-autoplay-status="Y"] .s-autoplay-btn:after {
    content:"";
	width:14px;
	height:23px;
	background:url(/img/marketer/pc/pause.png) no-repeat center center;
    display:block;
}
.slider-wrap[data-slick-autoplay-status="N"] .s-autoplay-btn:after {
    content:"";
    display:block;
	width:14px;
	height:23px;
	background:url(/img/marketer/pc/play.png) no-repeat center center;
    font-size:15px;
}

.slider-wrap .slide-dummy {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:90%;
	display:none;
}
.img-box img{
	width:100%;
}


/* main-sec02 */
#main-sec02{
	background: #f8f8f8;
    padding: 50px 0 100px;
}
#main-sec02 .inner{
	max-width: 1200px;
    margin: 0 auto;
}
#main-sec02 .inner > div{
	display: inline-block;
    width: 31.4%;
    margin-right: 2.5%;
    vertical-align: top;
    border-radius: 25px;
    overflow: hidden;
    background: #fff;
	cursor: pointer;
    -webkit-box-shadow: rgb(100 100 111 / 5%) 0px 7px 29px;
	-moz-box-shadow: rgb(100 100 111 / 5%) 0px 7px 29px;
	-o-box-shadow: rgb(100 100 111 / 5%) 0px 7px 29px;
	box-shadow: rgb(100 100 111 / 5%) 0px 7px 29px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#main-sec02 .inner > div:last-child{
	margin-right:0;
}
.move_box .cont{
	padding: 20px 30px;
	min-height: 240px;
	position:relative;
}
.move_box .cont p.hash{
	color: #ec2338;
    font-size: 16px;
    margin-bottom: 15px;
}
.move_box .cont b{
	font-size: 24px;
    color: #25292c;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}
.move_box .cont p.detail{
	color: #aaaaaa;
    font-size: 16px;
}
.move_btn{
    display: table;
    width:30px;
	height:30px;
    position: absolute;
    right: 30px;
    bottom: 15px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index:10;
}
.move_btn:before{
	content:'';
	position:absolute;
	width:24px;
	height:11px;
	background:url(/img/marketer/pc/red_arrow.png) no-repeat center center;
	right:0;
	top: 9px;
}
.move_box:hover{
	margin-top: -20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.move_box:hover .move_btn{
	right:20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}



/* main-sec03 */
#main-sec03{
    background: #f8f8f8;
    padding-bottom: 130px;
}
#main-sec03 .inner{
	max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
#main-sec03 .inner ul{
	margin-top:70px;
	display: table;
    width: 100%;
	font-size:0;
}
#main-sec03 .inner ul li{
	display: inline-block;
	width:25%;
	font-size: 24px;
    color: #25292c;
}
.count{
	overflow-y: hidden;
}
.count > span{
	vertical-align: top;
	margin-top: 50px;
    display: inline-block;}
.count .dot{
	vertical-align: top;
}
.count > div{
	display: inline-block;
}
.count > div:not(.dot){
	position: relative;
}
.count > div span{
	display: block;
}
.cpa_data .list li .count{
	height: 90px;
	margin-bottom: 10px; 
}
.cpa_data .list li .count > div span{
	height: 90px;
    line-height: 90px;
    font-weight: 700;
    font-size: 90px;
    color: #ec2338;
}



/* main-sec04 */
#main-sec04 .inner{
	max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 120px 0 80px;
}
.review_slider{
	margin-top:20px;
}
.review_slider .slick-slide {
    margin:30px 15px;
}
.review_box{
	border-radius: 30px;
	-webkit-box-shadow: rgb(100 100 111 / 5%) 0px 7px 15px 0px;
	-moz-box-shadow: rgb(100 100 111 / 5%) 0px 7px 15px 0px;
	-o-box-shadow: rgb(100 100 111 / 5%) 0px 7px 15px 0px;
	box-shadow: rgb(100 100 111 / 5%) 0px 7px 15px 0px;
	padding:30px;
	box-sizing: border-box;
	margin:15px 0;
}
.review_box .r_content > span{
	color: #ec2338;
}
.review_box .r_content h3{
    display:-webkit-box; 
    word-wrap:break-word; 
    -webkit-line-clamp:2; 
    -webkit-box-orient:vertical; 
    overflow:hidden; 
    text-overflow:ellipsis;
    height:54px;
	font-sizE:18px;
	font-weighT:bold;
	margin-bottom:20px;
	margin-top:10px;
}
.review_box .r_content ul li{
	display:inline-block;
	margin-right:15px;
	font-size:14px;
	color:#25292c;
}
.review_box .r_content ul li span{
	display: inline-block;
	margin-left:10px;
	color:#bfbfbf;
}
.review_box .r_content ul li:first-child{
	display:block;
}
.review_slider .slick-arrow {
	width:17px;
	height:30px;
}
.review_slider .slick-next {
    left:auto;
}
.review_slider .slick-arrow:before{
	display:none;
}
.review_slider .slick-arrow.slick-prev{
	background:url(/img/marketer/pc/review_arrow_button.png) no-repeat center center;
	transform: rotate(180deg);
	margin-top: -15px;
	left: -45px;
}
.review_slider .slick-arrow.slick-next{
	background:url(/img/marketer/pc/review_arrow_button.png) no-repeat center center;
    right: -45px;
}


/* main-sec05 */
#main-sec05{
	background: #f8f8f8;
    padding: 120px 0 150px;
}
#main-sec05 .inner{
	max-width: 1200px;
    margin: 0 auto;
}
.market_tit{
	display: table;
    width: 100%;
    margin-top: 70px;
}
.market_tit h3{
	color: #25292c;
    font-size: 20px;
    font-weight: bold;
    float: left;
}
.market_tit h3 span{
	display: block;
    font-size: 16px;
    color: #a6a6a6;
}
.market_tit a{
	float: right;
    margin-top: 30px;
	padding-right:20px;
	position: relative;
}
.market_tit a::before{
	content:'';
	position:absolute;
	right:0;
	top:7px;
	width:7px;
	height:13px;
	background:url(/img/marketer/pc/link_arrow.png) no-repeat center center;
}
.market_ranking{
	margin-top:20px;
}
.ranking_top ul{
	display:table;
	width:100%;
	font-size:0;
}
.ranking_top ul li{
	display: inline-block;
    width: 31.333%;
    margin-right: 3%;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: rgb(100 100 111 / 5%) 0px 7px 29px 0px;
	-moz-box-shadow: rgb(100 100 111 / 5%) 0px 7px 29px 0px;
	-o-box-shadow: rgb(100 100 111 / 5%) 0px 7px 29px 0px;
	box-shadow: rgb(100 100 111 / 5%) 0px 7px 29px 0px;
    vertical-align: top;
    min-height: 170px;
    padding: 30px 0 30px 165px;
    box-sizing: border-box;
	position:relative;
	overflow: hidden;
}
.ranking_top ul li:last-child{
	margin-right:0;
}
.ranking_top ul li.one{
	background: #fff8c6;
}
.ranking_top ul li span.cate{
	font-size: 16px;
    color: #25292c;
}
.ranking_top ul li p{
	font-size: 20px;
    color: #25292c;
}
.ranking_top ul li p b.price{
	color: #25292c;
    font-size: 26px;
    font-weight: bold;
}
.ranking_top ul li span.name{
	font-size: 16px;
    color: rgba(37,41,44,0.5);
    border: 1px solid rgba(37,41,44,0.5);
    padding: 3px 20px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 10px;
}
.ranking_top ul li::before{
	content:'';
	position:absolute;
	width:118px;
	height:161px;
	top: -15px;
	left:25px;
}
.ranking_top ul li.one::before{
	background:url(/img/marketer/pc/ranking_1st.png) no-repeat center center;
}
.ranking_top ul li.two::before{
	background:url(/img/marketer/pc/ranking_2nd.png) no-repeat center center;
}
.ranking_top ul li.three::before{
	background:url(/img/marketer/pc/ranking_3rd.png) no-repeat center center;
}
.ranking_wrap{
	margin:30px 0 65px;
	border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.ranking_wrap ul{
	display:table;
	width:100%;
	font-size:0;
}
.ranking_wrap ul li{
	display:inline-block;
	width:33.3%;
	padding: 15px 30px;
    box-sizing: border-box;
	background:#fff;
	border-bottom:1px solid #f6f6f6;
}
.ranking_wrap ul:nth-child(2n) li{
	background:#fbfbfb;
}
.ranking_wrap ul li .rank{
    font-size: 16px;
    color: #9b99a5;
    padding-right: 10px;
    width: 50px;
    display: inline-block;
    text-align: center;
}
.ranking_wrap ul li .price{
	font-size: 16px;
    color: #25292c;
    font-weight: bold;
}
.ranking_wrap ul li .name{
	float: right;
    font-size: 16px;
    color: #9b99a5;
}
.advertiser_ranking{
	margin-top:30px;
	display:table;
	width:100%;
	font-sizE:0;
}
.advertiser_ranking > div{
	display:inline-block;
	width: 19%;
    margin-right: 1.222%;
}
.advertiser_ranking > div:last-child{
	margin-right:0;
}
.advertiser_ranking > div .img{
	background: #fff;
    border-radius: 15px;
    text-align: center;
    -webkit-box-shadow: rgb(100 100 111 / 5%) 0px 7px 29px;
	-moz-box-shadow: rgb(100 100 111 / 5%) 0px 7px 29px;
	-o-box-shadow: rgb(100 100 111 / 5%) 0px 7px 29px;
	box-shadow: rgb(100 100 111 / 5%) 0px 7px 29px;
    padding: 15px 0;
}
.advertiser_ranking > div .cont{
    text-align: center;
    color: #25292c;
    font-size: 20px;
    margin-top: 15px;
    line-height: 1.3;
}
.advertiser_ranking > div .cont b{
	font-weight: bold;
}



/* main-sec06 */
#main-sec06{
	padding:120px 0 130px;
	background:url(/img/marketer/pc/posting_review_bg.png) no-repeat top center;
	background-attachment: fixed;
	background-size: 100%;
}
#main-sec06 .inner{
	max-width:1200px;
	margin:0 auto;
}
#main-sec06 .sub_title{
	color:#fff;
}
#main-sec06 .sub_title em{
	color:#a6a6a6;
}
.posting_review_wrap{
	margin:50px 0 0;
}
.posting_review_wrap ul{
	display:Table;
	width:100%;
	font-size:0;
}
.posting_review_wrap ul li{
    display: inline-block;
    width: 23.8%;
    margin-right: 1.5%;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 1.5%;
    box-sizing: border-box;
}
.posting_review_wrap ul li:nth-child(4n){
	margin-right:0;
}
.posting_review_wrap ul li img{
	width:100%;
}
.posting_review_wrap ul li .content{
	padding:25px;
}
.posting_review_wrap ul li .content p.tit{
	color: #181820;
    font-size: 20px;
}
.posting_review_wrap ul li .content p.tit span{
	font-size: 16px;
}
.posting_review_wrap ul li .content p.cont{
	color: #181820;
    font-size: 14px;
	margin-top:10px;
}
.post_review_btn a{
	font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    width: 288px;
    height: 68px;
    display: table;
    margin: 0 auto;
    line-height: 68px;
    border-radius: 50px;
    margin-top: 40px;
	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 */
	-webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	-moz-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	-o-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	text-align: center;
}



/* main-sec07 */
#main-sec07{
	position:relative;
}
#main-sec07 .inner{
	max-width: 1400px;
    margin: 0 auto;
    padding: 90px 0 130px;
}
.adver_wrap{
	margin-top:50px;
}
.adver_wrap > div b{
	display: block;
	font-size:20px;
	color:#25292c;
	text-align: center;
	margin-top:5px;
}
.adver_wrap  .slick-slide img {
    display: block;
    margin: 0 auto;
}
.adver_wrap .slick-list{
	overflow: visible;
}
#main-sec07::before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:515px;
	height:100%;
	background:linear-gradient(to right, rgba(255,255,255,1) 50%, rgba(255,255,255,0.1) );
	z-index: 1;
}
#main-sec07::after{
	content:'';
	position:absolute;
	right:0;
	top:0;
	width:515px;
	height:100%;
	background:linear-gradient(to right, rgba(255,255,255,0.1),rgba(255,255,255,1) 50% );
	z-index: 1;
}



/* main-sec08 */
#main-sec08{
	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 */
	-webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	-moz-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	-o-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding:100px 0 110px;
	position: relative;
}
#main-sec08::before{
	content: '';
    position: absolute;
    width: 458px;
    height: 458px;
    left: 50px;
    top: -100px;
    background: url(/img/marketer/pc/circle_img01.png) no-repeat center center;
	z-index: 2;
}
#main-sec08::after{
	content: '';
    position: absolute;
    width: 307px;
    height: 307px;
    right: 200px;
    top: -60px;
    background: url(/img/marketer/pc/circle_img02.png) no-repeat center center;
	z-index: 2;
}
#main-sec08 .inner{
	position:relative;
}
#main-sec08 .inner::after{
	content: '';
    position: absolute;
    width: 531px;
    height: 531px;
    right: -110px;
    top: -10px;
    background: url(/img/marketer/pc/circle_img03.png) no-repeat center center;
}
#main-sec08 .sub_title, #main-sec08 .sub_title em{
	color:#fff;
}
.store_wrap{
	text-align: center;
	color: #fff;
}
.store_content b{
	font-size: 75px;
    font-weight: bold;
}
.store_content p{
	font-size: 20px;
    margin: 20px 0;
}
.store_btn a{
	width: 316px;
    height: 74px;
    line-height: 74px;
    background: #fff;
    color: #ec2338;
    font-size: 26px;
    font-weight: bold;
    display: table;
    margin: 0 auto;
    border-radius: 50px;
	-webkit-box-shadow: rgb(0 0 0 / 30%) 0px 7px 22px 0px;
	-moz-box-shadow: rgb(0 0 0 / 30%) 0px 7px 22px 0px;
	-o-box-shadow: rgb(0 0 0 / 30%) 0px 7px 22px 0px;
	box-shadow: rgb(0 0 0 / 30%) 0px 7px 22px 0px;
}


@media screen and (min-width:1921px){
	.slider-wrap{
		max-width: 100%;
	}
}