@import url('https://webfontworld.github.io/gmarket/GmarketSans.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400&display=swap');
@import url("https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css");
@import url('https://webfontworld.github.io/pretendard/Pretendard.css');

*{box-sizing:border-box; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* font: inherit; */
	font-family: 'Pretendard', sans-serif;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;	
}
body {
	line-height: 1;
	padding-bottom: 60px;
}
ol, ul{
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	text-decoration: none;
}

img{image-rendering: -webkit-optimize-contrast;}



#wrap {
    max-width: 410px;
    width: 100%;
    margin: 0 auto;
}

html{font-size: 16px;font-family: 'Noto Sans KR', sans-serif;}


@media(max-width:768px){
	html {
		font-size: 11px;
	}	
}



.row{
	padding: 0 2rem;
}

h1, h2, h3, h4, h5, h6, p, div, img, span, a, em {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}

/* adsense */
.ads_wrap {display: flex; justify-content: center; margin: 1.5rem;}
.ads_main_sm .adsbygoogle {display: inline-block; width: 336px !important; height: 98px !important;}
.ads_sub_sm .adsbygoogle {display: inline-block; width: 300px !important; height: 50px !important;}
.ads_main_big .adsbygoogle {display: inline-block; width: 336px !important; height: 280px !important;}


	/* tabBtn */
	.sec_btn{z-index: 9999;  padding: 3rem 0; height: 7rem; display:flex; align-items:center; justify-content:center; position: fixed; bottom: 0; width: 100%; background: #fff;}
	.sec_btn .row{width: 100%; }
	.tabBtn{display:flex; justify-content:space-around; align-items:center; background: #fff; width: 100%; }
	.tabBtn li {width:33%; text-align: center; padding: 2rem 0;}
	.tabBtn li a{font-size: 1.6rem;  color: #666; cursor:pointer; width:7rem; text-align: center;}
	.active {border-bottom: 2px solid #000;}

.special {
	width: 100%;
	border-radius: 1rem;
	background-color: rgb(196, 255, 255);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.special a {
    display: flex;
    width: 100%;
    padding: 2rem;
}
.special a div img {
	margin-right: 1rem;
}
.special a div{
	display: flex;
	align-items: center;
	font-size: 1.3rem; font-weight: bold; color: #666;
}