/*서브비주얼*/

.sub_visual.advertiser{	    background: url(/bbs/sub/img/adv/main_sub_visual.jpg) center top no-repeat;
    background-size: cover;
    height: 450px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    background-blend-mode: color;
    background-color: #0000008c;}
.sub_visual.advertiser h2{font-size:60px;font-weight:300;padding:130px 0 25px 0;} 
.sub_visual.advertiser p{padding-bottom:45px;}
.sub_visual.advertiser p span{font-weight:500;}
.sub_visual.advertiser .lnb{display: inline-block;}
.sub_visual.advertiser .lnb ul{text-align:center;}

/*.sub_visual.advertiser .lnb ul li:nth-child(1){background:#019eae;}
.sub_visual.advertiser .lnb ul li:nth-child(1) a{color:#fff;}*/


@media screen and (max-width:1200px){
	.sub_visual.advertiser{height:auto;}
	.sub_visual.advertiser h2{font-size: 30px;font-weight: 500;padding: 85px 0 5px 0;}
	.sub_visual.advertiser .lnb{display: none;}
}

/*상단 타이틀*/
.top_title{text-align:center;padding:50px 0;}
.top_title img{width:245px;}
.top_title .p_first{font-size:35px;font-weight:500;}

/*하단 정보*/
.adv_info{padding:60px 0 75px 0;}

@media screen and (max-width:800px){
	.top_title img{width:250px;}
}

/*좌측 정보*/
.left_info{padding:35px 40px;width:100%;background:#fff;font-size:18px;box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.1);display:inline-block;}

.welcome_div{float:left;width:50%;text-align:center;margin-top:50px;}
.welcome_div .p_nick{font-size:30px;font-weight:500;}
.welcome_div .thanks{margin-bottom:15px;}
.welcome_div .p_login{font-size:15px;}
.welcome_div .p_login em{color:#67c5ce;font-weight:500;}

.info_list{float: left;width: 50%;}
.info_list .left_li{position:relative;line-height:35px;font-weight:500;}
.info_list .right_li{position:absolute;left:140px;top:0;font-weight:300;}

.left_info .adm_btn{transition:.3s;font-weight:300;color:#fff;background:#019ead;font-size:16px;width:150px;line-height:40px;text-align:center;display:inline-block;margin-top:35px;}
.left_info .adm_btn:hover{background:#008693;}

@media screen and (max-width:1300px){
	.left_info{padding:20px 30px;}

	.welcome_div{margin:40px 0;}

	.info_list{padding-left:20px;}
}

@media screen and (max-width:1000px){
	.info_list .right_li{left:100px;}
}

@media screen and (max-width:800px){
	.welcome_div{width:100%;}

	.info_list{width:100%;text-align:center;}
	.info_list .left_li{margin-bottom: 15px;color: #019ead;line-height: 1.4;}
	.info_list .right_li{position:relative;left:0;color: #333;}
}

/*우측 버튼*/
.right_btn{display:inline-block;width: 100%;}

.adv_btn{background:#019ead url("/bbs/sub/img/adv/more_img.png") no-repeat right 60px top 75px;width:32%;height:200px;border:3px solid #019ead;border-radius:25px 0 25px;transition:.3s;float: left;margin:50px 2% 0 0;}
.adv_btn:hover a{color:#019ead;}
.adv_btn:nth-child(3){margin-bottom:0;margin-right:0;}
.adv_btn a{color:#fff;font-size:28px;font-weight:500;display:block;height:100%;padding: 77px 60px;transition:.3s;}

.adv_btn.btn1:hover{background:#fff url("/bbs/sub/img/adv/icon1.png") no-repeat right 60px top 75px;}
.adv_btn.btn2:hover{background:#fff url("/bbs/sub/img/adv/icon2.png") no-repeat right 60px top 75px;}
.adv_btn.btn3:hover{background:#fff url("/bbs/sub/img/adv/icon3.png") no-repeat right 60px top 75px;}

@media screen and (max-width:1300px){
	.adv_btn{background:#019ead url("/bbs/sub/img/adv/more_img.png") no-repeat right 30px top 75px;}
	.adv_btn a{padding:77px 30px;}

	.adv_btn.btn1:hover{background:#fff url("/bbs/sub/img/adv/icon1.png") no-repeat right 30px top 75px;}
	.adv_btn.btn2:hover{background:#fff url("/bbs/sub/img/adv/icon2.png") no-repeat right 30px top 75px;}
	.adv_btn.btn3:hover{background:#fff url("/bbs/sub/img/adv/icon3.png") no-repeat right 30px top 75px;}
}

@media screen and (max-width:1000px){
	.adv_btn{width:100%;margin-top:30px;margin-right:0;}
}

@media screen and (max-width:800px){

}