@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@import url('https://webfontworld.github.io/NanumSquare/NanumSquare.css');
@import url('https://webfontworld.github.io/pretendard/Pretendard.css');
* {-webkit-tap-highlight-color:transparent}
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, button, input {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family:'NanumSquare', sans-serif;
}
/* 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;}

button {
    cursor: pointer;
    background: none;
    border: 0;
}

#wrap {
    width: 100%;
		max-width: 500px;
		margin: 0 auto;
}


#wrap.on {
    opacity: 1;
    transition: 2s ease;
}

.row {padding: 0 1.4rem;}


@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 {
	position: fixed;
	left: 0;bottom: 0;
	z-index: 100;
	height: 4rem;width: 100%;
	background-color: #f6f6f6;
}
footer ul {
	height: 100%;
	display: flex;justify-content: space-between;align-items: center;
}
footer ul li {
	height: 100%;
	width: 100%;
}
footer ul li a {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
	color: #000c62;
	position: relative;
	width: 100%;height: 100%;
	display: flex;justify-content: center;align-items: center;
}
footer ul li a::before {
	content: "";
	position: absolute;
	left: 0;top: 0;
	width: 100%;height: 2px;
	background-color: #eaa00c;
	display: none;
}
footer ul li a.on {
	color: #eaa00c;
}
footer ul li a.on::before {display: block;}

/* .footer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 6.3rem
}

.footer>div {
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer>div img {
    width: 3.5rem;
    margin: 0 auto;
}

.footer>div p {
    font-size: 1.1rem;
    color: #949494;
    width: 100%;
    text-align: center;
	padding-top: .3rem;
}

.footer .footer_btn.active p {color: #2a4ba0; font-weight: bold;}
.footer .footer_btn > a {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#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{background: none;}

.sec_visual .main_top {
		height: 100%;
		position: relative;
}
.sec_visual .main_top > img {
		width: 100%;
}
.visual {
		height: inherit;
		position: absolute;
		top: 0;
		right: 1.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;
}

/* 애드센스 css */
ins.adsbygoogle[data-ad-status="unfilled"] { display: none !important; }
.ads_wrap {display: flex; justify-content: center; align-items: center;}
.ads_wrap .adsbygoogle {display: inline-block;}
.ads_main_sm .adsbygoogle {width: 300px !important; height: 50px !important;}
.ads_main_big .adsbygoogle {width: 336px !important; height: 280px !important;}
.ads_sub_sm .adsbygoogle {width: 300px !important; height: 50px !important;}
.ads_sub_big .adsbygoogle {width: 336px !important; height: 280px !important;}
.ads_sm .adsbygoogle {width: 300px !important; height: 50px !important;}
.ads_big .adsbygoogle {width: 336px !important; height: 280px !important;}
.ads_mt1 {margin-top: 1rem;}
.ads_mth {margin-top: 1.5rem;}
.ads_mt2 {margin-top: 2rem;}
.ads_mt3 {margin-top: 3rem;}
.ads_mt5 {margin-top: 5rem;}
.ads_mb1 {margin-bottom: 1rem;}
.ads_mbh {margin-bottom: 1.5rem;}
.ads_mb2 {margin-bottom: 2rem;}
.ads_mb3 {margin-bottom: 3rem;}
.ads_mb5 {margin-bottom: 5rem;}
.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; }
