/* ad top : size _ 320x50 */
.mobileTopAd {
	text-align: center;
	width: 100%;
	hegiht: auto;
	line-height: 0;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #ebebeb;
}
/* content ad mid : size _ 320x100 */
#comAdM320x100contentMid {
	text-align: center;
	width: 100%;
	height: auto;
	line-height: 0;
	margin-top: 15px;
	margin-bottom: 30px;
}
/* popup : size _ 300x200 */
#comAdM300x200popupDiv {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(25, 25, 25, .7);
	z-index: 100000;

}

#comAdM300x200popupDiv::before {

}
#comAdM300x200popupDiv iframe,
#comAdM300x200popupDiv .mobileAdPopup {
	position: fixed;
	bottom: 50px;
	animation: fadeInUp 1s;
	
}
#comAdM300x200popupDiv .mobileAdPopup {
	width: 100%;
	max-width:600px;
	height: auto;
	background:transparent;
	/*border-radius: 8px;*/
	overflow:hidden;
	box-sizing: border-box;
}
#comAdM300x200popupDiv .mobileAdPopup * {
	font-family: HelveticaNeue-Light,AppleSDGothicNeo-Light,NanumGothic,'Malgun Gothic',sans-serif;
}
#comAdM300x200popupDiv .mobileAdPopup .blind {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	margin: -1px;
	padding: 0;
	clip: rect(0, 0, 0, 0);
}
#comAdM300x200popupDiv .mobileAdPopup .linkWrap {
	height: 100%;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
	box-sizing: border-box;
}
#comAdM300x200popupDiv .mobileAdPopup .link {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	box-sizing: border-box;
}
#comAdM300x200popupDiv .mobileAdPopup .link0 {
	padding-bottom:50px;
}
#comAdM300x200popupDiv .mobileAdPopup .link img {
	width: 100%;
	height: 100%;
}
#comAdM300x200popupDiv .mobileAdPopup .btnWrap {
	position: absolute;
	display:flex;
	flex-flow:row nowrap;
	justify-content: space-between;
	/*border-radius: 0 0 10px 10px;*/
	box-sizing: border-box;
}
#comAdM300x200popupDiv .mobileAdPopup .btnWrap .btn {
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
}


/* btn close type 0 */
#comAdM300x200popupDiv .mobileAdPopup .btnWrap.btnc0 {
	bottom:0;
	left:0;
	right:0;
	background:#fff;
}
#comAdM300x200popupDiv .mobileAdPopup .btnc0 .btn {
	height: 50px;
	font-size: 13px;
	color: #333;
	letter-spacing: -0.025em;
	background: transparent;
	border: none;
	flex:1 50%;
	padding:0 15px;
}
#comAdM300x200popupDiv .mobileAdPopup .btnc0 .btn:first-of-type {
	border-right:1px solid #eee;
}

/* btn close type 1 */
#comAdM300x200popupDiv .mobileAdPopup .btnWrap.btnc1 {
	top:10px;
	right:10px;
}
#comAdM300x200popupDiv .mobileAdPopup .btnc1 .btn {
	height: 32px;
	width: 32px;
	font-size: 21px;
	background: transparent;
	border: none;
}
/* btn close type 2 */
#comAdM300x200popupDiv .mobileAdPopup .btnWrap.btnc2 {
	top:10px;
	left:10px;
	bottom: 10px;
	flex-direction : column;
	justify-content: center;
	
}
#comAdM300x200popupDiv .mobileAdPopup .btnc2 .btn {
	height: 32px;
	width: 32px;
	font-size: 21px;
	background: transparent;
	border: none;
}




/* popup : 300xheight layout */
#comAdM300x200popupDiv .mobileAdPopup300x200 {
	/*height:250px;*/
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

