@charset "utf-8";

@import url('//fonts.googleapis.com/css?family=Noto+Sans+KR:700');


/***********팝콘리뉴얼 css***************/


#poPcon_renewal_wrapper{
	position:relative;
	width:100%;
	height:100%;
	min-width:1200px;
	margin:0 auto;
	background-color:#fff;
	}

#poPcon_renewal_container{
	width:100%;
	height:100%;
	box-sizing:border-box;
	}

#poPcon_renewal_container .buy_btn{
	width:1200px;
	padding:0 0 100px 0;
	background-color:#3b2900;
	}
#poPcon_renewal_container .gift_btn{
	width:1200px;
	display:inline-block;
	text-align:center;
	padding:0 0 100px 0;
	background-color:#fdeecc;
	float:inherit;
	}
#poPcon_renewal_container .kakao_btn{
	width:1200px;
	padding:0 0 100px 0;
	background-color:#f3aa00;
	}

.return-top-box{position: fixed; width: 1200px;bottom: 0;left: 50%;margin-left: -600px; z-index:9999;} 
a.return-top{right: -100px; bottom:25px; position:absolute; text-indent:-9999px; width:68px; height:68px; background:url('../data/ebitmall/popup/main/btn_top.png') no-repeat; background-size:68px 68px; opacity:1;}

.kakao-icon {
	display:block;
    width: 68px;
    height: 68px;
    position: absolute;
    bottom: 110px;
    right: -88px;
    cursor: pointer;
    background: url('/images/banner/20230711/cs_kakao_pc.svg') 0 0 no-repeat;
    background-size: 68px;
    z-index: 10;
}
