@import url('https://webfontworld.github.io/pretendard/Pretendard.css');

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;
	box-sizing: border-box;
}
/* 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: 6rem;
	
}
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;
}


#wrap.on {
    opacity: 1;
    transition: 2s ease;
}

@media(max-width:720px){
	html{font-size: 15px;}	
}

@media(max-width:600px){
	html{font-size: 14px;}	
}

@media(max-width:450px){
	html{font-size: 13px;}	
}

@media(max-width:361px){
	html{font-size: 11px;}	
}


/* footer */
.sec_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    border-top: 1px solid #c9c9c9;
	z-index: 10;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 6.3rem
}

.footer>div {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.footer>div a{
	display:flex;
	flex-flow:column;
	align-items:center;
}
.footer>div:nth-child(1).active img {content:url(../sub/menu1_active.png)}
.footer>div:nth-child(2).active img {content:url(../sub/menu2_active.png)}
.footer>div:nth-child(3).active img {content:url(../sub/menu3_active.png)}
.footer>div:nth-child(4).active img {content:url(../sub/menu4_active.png)}
.footer>div img {
    width: 3rem;
    height: auto;
    margin: 0 auto;
	text-align: center;
    opacity: 40%;
}

.footer>div p {
    font-size: 1.2rem;
    font-weight: 600;
    color: #868686;
    width: 100%;
    text-align: center;
}

.footer .footer_btn.active p {color: #0051a2;}
.footer .footer_btn.active img {opacity: 100%;}

#wrap>div>div>div>div:nth-child(2)>div>p {
    color: blue;
    font-weight: bold;
}


.sec_recent:last-child span{display:none;}
.sec_home:last-child span{display:none;}
.sec_maring{position: relative; margin-bottom: 3rem;}

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;
}

.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;}
ins.adsbygoogle[data-ad-status="unfilled"] { display: none !important; }